1 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
3 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New
5 (Info-mode-line-node-keymap): Bind mouse commands to
6 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
8 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
10 * locate.el (locate-local-prompt): New var.
11 (locate-prompt-for-search-string): New function.
12 (locate): Make locate-local-prompt buffer-local. Use
13 locate-prompt-for-search-string.
14 (locate-with-filter): New optional arg. Use
15 locate-prompt-for-search-string.
16 (locate-update): Bind locate-prompt-for-command.
18 2007-04-23 Glenn Morris <rgm@gnu.org>
20 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
22 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
24 * button.el (button): Inherit from link face on a tty.
26 2007-04-23 Glenn Morris <rgm@gnu.org>
28 * button.el (button): Use color for this face on a tty.
30 * files.el (magic-mode-alist): Allow for carriage-returns in
31 html-mode and sgml-mode entries.
33 2007-04-22 Richard Stallman <rms@gnu.org>
35 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
36 Improve doc string of generated command.
38 * subr.el (read-number): Catch errors.
40 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
42 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
44 * image-dired.el: Rename from thumbnails.el. All instances of
45 "thumbnails" replaced with "image-dired".
47 * dired.el (dired-mode-map): Rename "thumbnails" again, to
50 2007-04-22 Kim F. Storm <storm@cua.dk>
52 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
55 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
57 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
60 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
62 * dired.el: Rename "tumme" to "thumbnails".
64 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
65 replaced with "thumbnails".
67 2007-04-22 Glenn Morris <rgm@gnu.org>
69 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
70 and give it the risky-local-variable property.
72 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
75 2007-04-21 Martin Rudalics <rudalics@gmx.at>
77 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
78 Use delete-region instead of kill-line.
80 2007-04-21 Alan Mackenzie <acm@muc.de>
82 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
83 `kill-region' by `delete-region'.
85 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
87 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
88 instead of kill-region.
90 * progmodes/mantemp.el (mantemp-make-mantemps-region)
91 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
92 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
95 * progmodes/vhdl-mode.el (vhdl-template-type)
96 (vhdl-template-record, vhdl-template-nature)
97 (vhdl-template-configuration-spec, vhdl-template-component-inst)
98 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
99 delete-region instead of kill-word and kill-line.
101 2007-04-21 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
103 * dired-x.el (dired-virtual-mode): Doc fix.
105 2007-04-21 Richard Stallman <rms@gnu.org>
107 * font-lock.el (font-lock-keywords-alist): Mark as risky.
109 * subr.el (read-number): Doc fix.
111 * simple.el (pop-to-mark-command): Display message "mark popped"
112 if point does not move.
113 (set-mark-command): Doc fix.
115 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
117 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
118 (locate-local-filter, locate-local-search): New vars.
119 (locate): Make variables local.
120 (locate-update): Bind locate-buffer-name. Call locate using
121 locate-local-filter and locate-local-search.
123 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
125 * hi-lock.el (hi-lock-file-patterns-policy): New var.
126 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
127 (hi-lock-mode): Update docstring.
129 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
131 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
132 fill-nobreak-predicate when the break is past fill-column.
134 2007-04-20 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
136 * locate.el (locate): Output from shell-command should go in the
137 current buffer rather than *Shell Command Output*.
139 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
141 * paren.el (show-paren-function): Fix last fix.
143 2007-04-19 Kevin Ryde <user42@zip.com.au>
145 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
146 (archive-lzh-summarize): Add optional start arg for where to start
147 looking at the archive.
148 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
150 * international/mule.el (auto-coding-alist): no-conversion for .exe
153 2007-04-19 Alan Mackenzie <acm@muc.de>
155 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
156 function return type contains "struct", "union", etc.
157 c-end-of-defun goes too far forward.
159 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
161 * paren.el (show-paren-function): Reset window-start to avoid
164 2007-04-19 Glenn Morris <rgm@gnu.org>
166 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
168 2007-04-18 Glenn Morris <rgm@gnu.org>
170 * calendar/diary-lib.el (diary-header-line-format): Add a custom
172 (diary-list-entries): Only switch to diary-mode from
173 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
174 diary-mode set header-line-format, in case of any customization.
176 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
178 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
179 is less than the length of parse-time-syntax.
181 2007-04-17 David Kastrup <dak@gnu.org>
183 * replace.el (query-replace-regexp-eval): Deprecate.
185 2007-04-17 Alan Mackenzie <acm@muc.de>
187 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
188 point too close to EOB, leave point at EOB rather than last `}'.
190 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
192 * textmodes/bibtex.el (bibtex-include-OPTkey)
193 (bibtex-user-optional-fields, bibtex-entry-field-alist):
196 2007-04-17 Glenn Morris <rgm@gnu.org>
198 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
199 be encoded, fall back to current year.
201 2007-04-14 Kevin Ryde <user42@zip.com.au>
203 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
204 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
207 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
209 * progmodes/python.el (python-end-of-block): Avoid looping forever
210 if python-next-statement fails.
212 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
214 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
216 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
218 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
219 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
221 2007-04-15 Jay Belanger <belanger@truman.edu>
223 * calc/calc.el (calc-version): New function.
224 (calc-trail-mode): Shorten the title.
226 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
228 * mail/footnote.el (footnote-style): Clarify docstring to state
229 that customizing this only applies to future footnotes.
231 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
233 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
234 (bibtex-make-field): Check that INIT is a string. Use functionp.
236 2007-04-14 Glenn Morris <rgm@gnu.org>
238 * complete.el (PC-goto-end): New buffer-local variable.
239 (PC-do-completion-end): Make buffer-local.
240 (partial-completion-mode) <choose-completion-string-functions>:
241 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
242 (PC-do-completion): New optional fourth argument GOTO-END. Add a
243 doc string. Set PC-goto-end for choose-completion.
244 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
247 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
248 arg to bibtex-make-field.
249 (bibtex-make-field): Add optional fourth arg NODELIM.
250 Insert delimiters around INIT unless this arg is non-nil.
252 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
254 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
255 global map isn't modified
257 2007-04-14 Glenn Morris <rgm@gnu.org>
259 * calendar/appt.el (appt-disp-window): Do not split small windows.
260 Suggested by Jeff Miller <jmiller@cablespeed.com>.
262 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
264 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
268 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
270 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
272 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
273 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
274 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
275 (term-pager-help): Fix typos in docstrings.
277 * wid-edit.el (widget-documentation): Fix typo in docstring.
279 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
280 Fix typos in error messages.
282 2007-04-13 Martin Rudalics <rudalics@gmx.at>
284 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
285 window marked as dedicated.
287 * mail/footnote.el (footnote-latin-string): New variable.
288 (footnote-latin-regexp): Redefine as regexp alternative.
289 (Footnote-latin): Use footnote-latin-string instead of
290 footnote-latin-regexp.
292 2007-04-13 Glenn Morris <rgm@gnu.org>
294 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
297 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
299 * outline.el (outline-get-next-sibling): Clarify docstring.
300 (outline-get-last-sibling): Handle case where we are at the first
301 heading. Clarify docstring.
303 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
305 * progmodes/gud.el (gud-minor-mode-map): Make go button same
306 length as stop button to lessen flicker.
307 (jdb): Add gud-print.
308 (gud-find-expr): Jdb prints the expression with the value, so
309 don't insert it in the output.
311 2007-04-11 Jason Rumney <jasonr@gnu.org>
313 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
314 case hex. Do not try to decode non-hex letters.
316 2007-04-11 Markus Triska <markus.triska@gmx.at>
318 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
319 (byte-optimize-backward-word): Remove (move to bytecomp.el).
320 (byte-optimize-form-code-walker): Evaluate pure function calls if
322 (byte-optimize-all-constp): New function.
324 * emacs-lisp/bytecomp.el (byte-compile-char-before):
325 Improve numeric argument case.
326 (byte-compile-backward-char, byte-compile-backward-word):
327 New functions, performing rewriting previously done in byte-opt.el.
328 Fix their "Fixme" item (restriction to numeric arguments).
330 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
332 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
334 (after-init-hook): Don't quote lambda.
335 (desktop-first-buffer): Don't wrap it in eval-when-compile.
336 (desktop-internal-v2s): Remove unused var `el'.
337 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
338 desktop-restore-file-buffer.
339 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
340 desktop-create-buffer.
342 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
344 * woman.el (woman-decode-buffer): Postpone macro-set check...
345 (woman-decode-region): ...to here.
347 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
349 * startup.el (tty-handle-args): Use %S to log ARGS.
351 2007-04-10 Glenn Morris <rgm@gnu.org>
353 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
354 it is obsolete and has no effect.
356 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
359 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
360 obsolete function make-local-hook.
362 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
363 start to quieten byte-compiler.
365 2007-04-10 Markus Triska <markus.triska@gmx.at>
367 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
368 to bytecomp.el as byte-compile-char-before).
369 * emacs-lisp/bytecomp.el (byte-compile-char-before):
370 New function (modified replacement for byte-optimize-char-before in
373 2007-04-09 Alan Mackenzie <acm@muc.de>
375 * startup.el (inhibit-splash-screen): Emphatically state that it
376 can't be set in site-start.el.
378 2007-04-09 Masatake YAMATO <jet@gyve.org>
380 * progmodes/cc-subword.el (c-capitalize-subword): More closely
381 mimic the behavior of `capitalize-word'. Do not move point with a
382 negative argument. Based on tiny change by Paul Curry.
384 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
386 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
387 Don't move point if ARG is negative.
389 2007-04-09 Alan Mackenzie <acm@muc.de>
391 Changes to make `narrow-to-defun' and `mark-defun' work properly
394 * progmodes/cc-defs.el (c-beginning-of-defun-1):
395 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
396 Bind beginning/end-of-defun-function to nil around calls to
397 beginning/end-of-defun.
399 * progmodes/cc-langs.el (beginning-of-defun-function)
400 (end-of-defun-function): New c-lang-setvar's.
402 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
403 (setq arg 1))" to enable non-interactive call.
405 2007-04-09 Eli Zaretskii <eliz@gnu.org>
407 * simple.el (set-mark-command): Doc fix.
409 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
411 * progmodes/gud.el (gdb): Restore existing session if user
412 tries to start a second one in graphical mode.
414 2007-04-08 Martin Rudalics <rudalics@gmx.at>
416 * cus-start.el <scroll-preserve-screen-position>: Add choices.
418 2007-04-08 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
420 * term/xterm.el (terminal-init-xterm): Fix key definitions.
421 Add binding for C-M-SPC.
423 2007-04-08 Richard Stallman <rms@gnu.org>
425 * pcomplete.el (pcomplete-read-event): One single definition,
428 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
430 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
431 byte-compiler warning "value unused".
433 2007-04-08 Andreas Schwab <schwab@suse.de>
435 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
437 2007-04-07 Glenn Morris <rgm@gnu.org>
439 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
440 Autoload these functions.
441 (diary-date-forms): Add a custom :set form.
443 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
445 (diary-font-lock-keywords): New function with old code for
446 initialization of variable of same name.
448 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
450 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
451 clean-up: only insert space when on identifier, etc.
453 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
455 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
457 * net/tls.el (open-tls-stream): Properly handle case where there
458 is no associated buffer.
460 2007-04-07 Glenn Morris <rgm@gnu.org>
462 * ffap.el (ffap-file-at-point): Lower the priority of the
463 ffap-ftp-sans-slash-regexp check.
465 2007-04-06 Alan Mackenzie <acm@muc.de>
467 Fix fontification of labels, and other things with ":".
469 * progmodes/cc-engine.el (c-forward-label): The function now
470 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
473 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
474 new return code from c-forward-label, fontifying tokens properly.
475 Add some general comments throughout the file.
477 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
479 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
480 Revert 2006-01-27 change.
482 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
484 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
486 * desktop.el (desktop-create-buffer, desktop-save):
487 Revert 2004-11-12 change for lack of copyright papers.
489 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
490 (dired-guess-default): Respect case.
492 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
494 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
495 was originally checked in as byte-optimize-concat on 1997-11-02.
497 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
498 1995-05-19 doc changes.
500 2007-04-06 Kim F. Storm <storm@cua.dk>
502 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
503 (unload-feature): Update interactive spec accordingly.
505 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
507 2007-04-06 John Paul Wallington <jpw@pobox.com>
509 * subr.el (with-case-table): Use `make-symbol' to avoid variable
510 capture. Restore the table in the same buffer.
512 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
514 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
516 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
519 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
521 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
522 for low-color displays.
524 2007-04-05 Glenn Morris <rgm@gnu.org>
526 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
527 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
528 Seed random number generator on loading.
530 * emacs-lisp/authors.el (top-level): Provide self.
532 * play/animate.el (top-level): Provide self.
534 2007-04-04 Alan Mackenzie <acm@muc.de>
536 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
537 to mention c-syntactic-indentation.
539 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
541 * subr.el (with-case-table): New macro.
543 * international/mule.el (ascii-case-table): New var.
545 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
548 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
550 * progmodes/gud.el (gud-minor-mode-map): Simplify.
552 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
553 of the window if we're outside it e.g menu-bar.
555 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
556 window if we're outside it e.g menu-bar.
558 2007-04-03 Eli Zaretskii <eliz@gnu.org>
560 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
561 decode base-64 encoded body if its content-type is something other
562 than text/* or message/*.
564 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
566 * simple.el (activate-mark-hook): Fix typo in docstring.
568 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
570 * tmm.el (tmm-c-prompt): Initialize.
571 (tmm-menubar): Deal with extended menu-items at top level.
572 (tmm-get-keybind): Handle bindings redefined/undefined locally.
573 (tmm-prompt): Handle visibility of top level menu-items.
575 * progmodes/gud.el (gud-menu-map): Simplify.
576 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
579 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
581 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
583 * comint.el (comint-send-input): Widen the buffer first.
585 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
587 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
589 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
590 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
592 * newcomment.el (comment-search-forward): Discard comment starters
595 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
597 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
599 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
601 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
604 * button.el (previous-button): Rewrite to account for adjacent buttons.
606 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
608 * progmodes/idlwave.el (idlwave-auto-fill):
609 Revert paragraph-separate change.
611 * progmodes/idlw-shell.el (idlwave-shell-break-in):
612 Simplify module calc.
613 (idlwave-shell-set-bp-in-module): Compute module.
615 2007-03-31 Glenn Morris <rgm@gnu.org>
617 * emacs-lisp/timer.el (run-at-time): Doc fix.
619 * emacs-lisp/warnings.el (display-warning): If we create the
620 buffer displaying the warning, disable undo there.
622 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
624 * net/tramp.el (tramp-register-file-name-handler)
625 (tramp-register-completion-file-name-handler): New defsubst,
626 derived from `tramp-register-file-name-handlers'. The split is
627 necessary because Tramp's file name handlers must be registered at
628 different startup places.
630 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
632 * progmodes/hideshow.el (turn-off-hideshow): New function.
633 (hs-minor-mode): Use it instead of a lambda expression in
634 change-major-mode-hook.
636 2007-03-31 David Kastrup <dak@gnu.org>
638 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
639 corresponding to MANPATH_MAP entries.
640 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
641 (woman-parse-man.conf): Use more discriminating man.conf name.
642 (woman-parse-man.conf): Parse MANPATH_MAP entries.
643 (woman-manpath): Doc fix and type fix.
644 (woman-cached-data): Check for MANPATH_MAP entries.
645 (woman-expand-directory-path): Treat MANPATH_MAP entries.
647 2007-03-31 Stuart Herring <herring@lanl.gov>
649 * emacs-lisp/sregex.el (sregexq): Doc fix.
651 2007-03-31 Markus Triska <markus.triska@gmx.at>
653 * flymake.el (flymake-err-line-patterns): Doc fix.
655 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
657 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
660 2007-03-30 Alan Mackenzie <acm@muc.de>
662 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
664 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
666 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
667 Use it, passed in explicitly, instead of from the dynamic binding.
668 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
670 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
672 * simple.el (blink-matching-open): When in minibuffer, don't
673 search for a match inside the prompt.
675 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
677 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
678 (tmm-prompt): Don't make the mouse user select the first menu
681 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
683 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
686 2007-03-29 Kim F. Storm <storm@cua.dk>
688 * ido.el (ido-read-internal): When reading file or dir, only override
689 minibuffer-local-filename-completion-map, otherwise only override
690 minibuffer-local-completion-map.
692 2007-03-29 Glenn Morris <rgm@gnu.org>
694 * complete.el (partial-completion-mode): Set PC-do-completion-end
696 (PC-lisp-complete-symbol): Create and use a marker at `end',
697 rather than using point-marker.
699 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
701 * simple.el (next-error-highlight): Doc fix.
702 (compose-mail): Revert 2007-03-19 change.
704 2007-03-28 Richard Stallman <rms@gnu.org>
706 * emacs-lisp/edebug.el (edebug-display): Don't go to
707 edebug-outside-buffer if it is dead.
709 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
711 * view.el (view-mode): Fix typos in docstring.
713 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
715 * recentf.el (recentf-save-file): Add a custom :set function.
717 2007-03-28 Glenn Morris <rgm@gnu.org>
719 * complete.el (PC-do-completion-end): New variable.
720 (partial-completion-mode) <choose-completion-string-functions>:
721 Use PC-do-completion-end in the non-minibuffer case to replace the
722 correct amount of text.
723 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
724 (PC-lisp-complete-symbol): Give marker the after-insertion type,
725 to deal with improvements inserted after point.
727 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
729 * button.el (make-text-button): Add explicit `button' property.
730 (default-button): Don't put a `button' property on it.
732 * progmodes/python.el (python-mode): Skip comments when parsing.
734 * vc-arch.el (vc-with-current-file-buffer): New macro.
735 (vc-arch-file-source-p): Use it to avoid infloop.
737 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
739 * emacs-lisp/lisp.el (lisp-complete-symbol):
740 Fix call to get-buffer-window to find windows in other frames.
742 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
744 * comint.el (comint-proc-query, comint-dynamic-list-completions):
745 Fix calls to get-buffer-window to find windows in other frames.
746 Reported by David Hansen <david.hansen@gmx.net>.
748 2007-03-27 Kevin Ryde <user42@zip.com.au>
750 * info.el (Info-display-images-node): On a text-only terminal,
751 show the "text" or "alt" parts of the image blobs.
753 2007-03-27 Glenn Morris <rgm@gnu.org>
755 * complete.el (PC-do-completion): Compute completion-base-size in
756 the non-filename case, rather than setting to nil.
757 (PC-lisp-complete-end): New variable.
758 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
759 original end in a series of consecutive invocations.
761 * calendar/calendar.el (calendar-mode-hook): Declare it.
763 * calendar/diary-lib.el (diary-live-p): Do not check for
764 diary-selective-display.
766 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
768 * replace.el (occur-next-error): *Occur* might not be displayed in the
769 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
771 2007-03-26 Richard Stallman <rms@gnu.org>
773 * textmodes/flyspell.el (flyspell-large-region):
774 Use ispell-call-process-region.
776 2007-03-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
778 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
779 Use prin1 instead of princ.
781 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
783 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
784 Merge in X resources before global face.
786 * progmodes/compile.el (compilation-start): Save compilation-directory
787 rather than default-directory as local var.
788 (compilation-directory): Mark as safe local var.
790 * files.el: Don't mark default-directory as a safe local var.
792 2007-03-25 Alan Mackenzie <acm@muc.de>
794 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
795 * progmodes/cc-engine.el: Fix typo.
797 2007-03-25 Juri Linkov <juri@jurta.org>
799 * compare-w.el (compare-windows): Rename customization group
800 `compare-w' to `compare-windows'.
801 (compare-windows-whitespace, compare-ignore-whitespace)
802 (compare-ignore-case, compare-windows-sync)
803 (compare-windows-sync-string-size, compare-windows-recenter)
804 (compare-windows-highlight, compare-windows): Change group name in
805 the `group' tag from `compare-w' to `compare-windows'.
806 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
808 2007-03-24 Markus Triska <markus.triska@gmx.at>
810 * expand.el: Change example to always enable abbrev-mode,
811 and remove redundant `function'.
812 (expand-abbrev-hook): Add autoload cookie.
814 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
816 * emacs-lisp/testcover.el (testcover-start, testcover-end)
817 (testcover-mark-all, testcover-unmark-all): Add prompts to
820 2007-03-24 Jason Rumney <jasonr@gnu.org>
822 * autorevert.el (find-file-hook, auto-revert-tail-mode):
823 Use file size in bytes for auto-revert-tail-pos not characters.
825 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
827 * vc-rcs.el (vc-rcs-annotate-command):
828 Set text property :vc-annotate-prefix on the annotation text.
829 (vc-rcs-annotate-time): Instead of searching for ": ",
830 search for end of text propertized with :vc-annotate-prefix.
832 2007-03-24 Martin Rudalics <rudalics@gmx.at>
834 * whitespace.el (top level): Remove calls putting
835 permanent-local nil property since these are no-ops.
837 * man.el (Man-support-local-filenames): Assure that
838 default-directory exists when doing call-process.
840 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
842 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
843 Fix omission bug: Use m4-program-options to construct shell command.
845 2007-03-23 David Kastrup <dak@gnu.org>
847 * progmodes/cc-mode.el (c-make-emacs-variables-local):
848 Use `mapcar' rather than `mapcan' to silence compiler warning.
850 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
852 * textmodes/reftex.el, textmodes/reftex-vars.el,
853 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
854 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
855 * textmodes/reftex-index.el, textmodes/reftex-global.el,
856 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
857 * textmodes/reftex-auc.el: Add maintainer address.
859 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
861 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
862 Make sure that `global-font-lock-mode' does not turn on font-lock
865 2007-03-21 Kim F. Storm <storm@cua.dk>
867 * xt-mouse.el (xt-mouse-epoch): New variable.
868 (xterm-mouse-event): Use float-time.
870 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
872 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
875 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
877 * complete.el (read-file-name-internal): Don't add the final > if the
878 completion is not finished (re-application of this patch, which was
879 accidentally undone by Eli).
881 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
883 * emulation/viper.el (viper-non-hook-settings): Handle mouse
884 clicks in describe-key and describe-key-briefly advice a little better.
886 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
888 * server.el (server-process-filter): Cancel any pending isearch.
890 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
892 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
893 (icalendar--get-unfolded-buffer): Define actual arguments rather
894 than just using &rest. Check replace-in-string is fbound.
895 (icalendar-import-buffer): Doc fix.
896 (icalendar--convert-ical-to-diary): Set diary-file.
897 Check diary-file before inserting final newline.
898 (icalendar--add-diary-entry): Return diary-file.
900 2007-03-21 Glenn Morris <rgm@gnu.org>
902 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
903 (diary-display-hook): Add custom :set function.
905 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
906 Add custom :set function.
907 (diary-header-line-format): Doc fix.
908 (diary-set-maybe-redraw): New function.
909 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
910 (diary-list-entries): Always run diary-mode.
912 2007-03-20 Kenichi Handa <handa@m17n.org>
914 * international/quail.el (quail-setup-completion-buf): Make the
915 completion buffer read-only.
916 (quail-completion): Adjusted for the above change. Leave the
919 2007-03-20 David Kastrup <dak@gnu.org>
921 * files.el (magic-mode-alist): Require literal "%!PS" string for
922 magic postscript file detection.
924 2007-03-20 Richard Stallman <rms@gnu.org>
926 * textmodes/ispell.el (ispell-call-process): New function.
927 Defends against bad `default-directory.'
928 (ispell-check-version, ispell-find-aspell-dictionaries)
929 (ispell-get-aspell-config-value, lookup-words): Call it.
930 (ispell-call-process-region): New function.
931 (ispell-send-string): Call it.
933 2007-03-20 Andreas Schwab <schwab@suse.de>
935 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
936 (finder-data): Likewise.
937 (autoloads): Likewise.
939 2007-03-20 Martin Rudalics <rudalics@gmx.at>
941 * files.el (basic-save-buffer): Do not set visited filename when
942 the corresponding directory does not exist or the specified
943 filename is that of an existing directory.
945 2007-03-20 Glenn Morris <rgm@gnu.org>
947 * calendar/diary-lib.el (diary-live-p): New function.
948 (number-of-diary-entries): Add a :set function to redisplay diary
951 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
953 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
954 from client program, mev, to compute mouse event.
956 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
958 * faces.el (momentary): Face removed; unused due to reversion of
959 2007-01-04 changes by Kevin Rodgers.
961 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
962 Suggested by Johan Bockg
\e,Ae
\e(Brd.
964 2007-03-19 Martin Rudalics <rudalics@gmx.at>
966 * font-lock.el (lisp-font-lock-keywords-1):
967 Highlight define-globalized-minor-mode as a keyword.
969 2007-03-19 Kim F. Storm <storm@cua.dk>
971 * calc/calc-forms.el (math-std-daylight-savings)
972 (math-std-daylight-savings-old): Doc fix.
974 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
976 * progmodes/python.el (python-default-template): Doc fix.
977 (python-buffer): Fix typo in docstring.
979 * isearchb.el (isearchb-follow-char):
980 * subr.el (def-edebug-spec): Fix typo in docstring.
982 2007-03-19 Richard Stallman <rms@gnu.org>
984 * files.el (default-directory): Mark safe.
985 (basic-save-buffer-2): Put proper dir name in error message.
987 * simple.el (compose-mail): Run switch-function after
988 setting up the mail buffer.
990 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
992 2007-03-18 Jay Belanger <belanger@truman.edu>
994 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
995 (math-std-daylight-savings-new): Rename from
996 `math-std-daylight-savings'.
997 (math-std-daylight-savings-old): Rename from old value of
998 `math-std-daylight-savings'.
999 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1000 `math-std-daylight-savings-old' depending on the year.
1002 2007-03-18 Detlev Zundel <dzu@gnu.org>
1004 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1005 zero-width regexps as invalid but rather at least count them correctly.
1007 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1009 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1010 don't wait more if there is output available to process.
1012 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1014 * progmodes/compile.el (compilation-find-file): Revert change
1015 from 2006-07-18 to allow completion of directory names.
1016 Reported by John Carter <john.carter@tait.co.nz>.
1018 2007-03-18 Kim F. Storm <storm@cua.dk>
1020 * subr.el (when, unless): Doc fix.
1022 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1024 * net/tls.el (tls-program): Doc fix.
1026 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1028 * autorevert.el (auto-revert-tail-handler):
1029 Call after-revert-hook.
1031 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1033 * simple.el (switch-to-completions): No error if search for \n\n fails.
1035 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1037 * simple.el (line-move-1):
1038 Respect `inhibit-line-move-field-capture' property.
1040 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1042 * comint.el (comint-arguments): Mark backslash-escaped chars.
1043 (comint-delim-arg): Don't treat them as delimiters.
1045 2007-03-12 Kim F. Storm <storm@cua.dk>
1046 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1048 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1050 * tempo.el (tempo-insert): Deal with 'r> if it appears
1051 specified with a prompt argument.
1053 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1055 * textmodes/org.el (org-set-font-lock-defaults):
1056 Handle narrow table columns correctly.
1058 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1060 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1061 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1062 Return to use of the -no-properties variants. There was
1063 consensus on emacs-devel that the speed of these variants was
1064 prefered since we are usually parsing files (from the internet
1065 or on disk) instead of XML created in Emacs.
1067 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1068 Add customize option.
1070 2007-03-12 Glenn Morris <rgm@gnu.org>
1072 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1073 North American rule. Replace "daylight savings" with "daylight
1076 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1077 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1078 "daylight saving" in text.
1080 * woman.el (woman-change-fonts): Tweak previous change by using
1081 woman-request-regexp rather than "^\\.".
1083 * startup.el (command-line-1): Make insertion of
1084 initial-scratch-message not depend on scratch being selected.
1086 2007-03-11 Juri Linkov <juri@jurta.org>
1088 * replace.el (match): Use yellow background on light-bg terminals.
1090 2007-03-11 Richard Stallman <rms@gnu.org>
1092 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1093 Correctly compute line number.
1095 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1097 * type-break.el (type-break-get-previous-count):
1098 Repeat previous change here.
1100 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1102 * progmodes/grep.el (grep-find-ignored-directories):
1103 Add .git and .bzr to list.
1105 2007-03-11 Andreas Schwab <schwab@suse.de>
1107 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1109 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1111 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1113 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1115 * faces.el (face-set-after-frame-default): Recalculate face
1116 customizations after applying X resources.
1118 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1120 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1121 (rcirc-keepalive-seconds): Remove variable.
1122 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1123 (rcirc-process, rcirc-user-disconnect): New variables.
1124 (rcirc-connect): Initalize new variables.
1125 (rcirc-keepalive): Don't send keepalive pings before connection
1127 (rcirc-sentinel): Do mark all channels with activity when
1128 connection is dropped. Run hook with process buffer local.
1129 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1130 (rcirc-buffer-process): Return value of rcirc-process if
1131 rcirc-server-buffer is nil.
1132 (rcirc-server-name): Return the reported server name.
1133 (rcirc-update-prompt): Simplify computation of the server name.
1134 (rcirc-format-response-string): Likewise.
1135 (rcirc-handler-001): Mark server as connected, record the reported
1136 server name, and schedule a timeout.
1137 (rcirc-track-nick): Add a spec for the tty class.
1138 (rcirc-user-non-nick): Remove function.
1139 (rcirc-nick-prefix-chars): Add variable.
1140 (rcirc-user-nick): Use above variable.
1142 2007-03-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1144 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1145 Bind deactivate-mark to nil.
1147 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1149 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1150 that buffer contents get erased during completion.
1152 2007-03-10 Glenn Morris <rgm@gnu.org>
1154 * woman.el (woman-change-fonts): Add a hack to deal with
1155 font-escape followed by "." at start of a line.
1156 (woman2-IP): Add a hack to deal with consecutive requests.
1157 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1159 2007-03-10 Alan Mackenzie <acm@muc.de>
1161 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1163 2007-03-09 Richard Stallman <rms@gnu.org>
1165 * abbrev.el (abbrev): Add `provide'.
1167 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1169 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1171 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1173 * complete.el (PC-try-completion): New function.
1174 (PC-do-completion, read-file-name-internal): Use it instead of
1177 2007-03-08 Alan Mackenzie <acm@muc.de>
1179 Remove stale tokens from `c-found-types' cache.
1181 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1182 (c-unfind-coalesced-tokens, c-before-change): New functions.
1183 (c-maybe-stale-found-type): New variable.
1185 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1186 (c-trim-found-types): New functions.
1188 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1190 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1191 (debug-ignored-errors): Add entry from smerge-match-conflict.
1193 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1195 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1196 special help topics for keywords.
1197 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1198 etc. Assistant command.
1200 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1202 * replace.el (occur-engine): Move buffer-undo-list binding...
1203 (occur-1): ...to here.
1205 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1207 * simple.el (minibuffer-completing-symbol): New var.
1208 (eval-expression): Use it.
1209 (completion-setup-function): Don't bind completion-base-size when
1210 completing a symbol in the minibuffer.
1212 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1214 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1215 tries to start a second session in graphical mode.
1217 2007-03-07 Miles Bader <miles@gnu.org>
1219 * international/isearch-x.el
1220 (isearch-process-search-multibyte-characters):
1221 Strip text-properties from PROMPT to avoid an error from read-string.
1223 2007-03-07 Kim F. Storm <storm@cua.dk>
1225 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1226 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1228 2007-03-07 Micha
\e,Ak
\e(Bl Cadilhac <michael@cadilhac.name>
1230 * complete.el (PC-do-completion): Delete duplicates in the list of
1231 possible completions.
1233 2007-03-07 Glenn Morris <rgm@gnu.org>
1235 * ses.el (ses-mode): Doc fix.
1237 2007-03-06 Kim F. Storm <storm@cua.dk>
1239 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1241 2007-03-06 Kenichi Handa <handa@m17n.org>
1243 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1245 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1247 * simple.el (completion-setup-function): Improve last fix so it doesn't
1248 set it to a relative directory name either.
1250 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1252 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1254 2007-03-05 Richard Stallman <rms@gnu.org>
1256 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1258 * files.el (find-file-noselect): No error if file no longer exists.
1259 Display a message and avoid other questions.
1261 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1263 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1264 as not to use an invisible window and to create a window if none exist.
1266 * progmodes/python.el (python-send-command): Restart proc if necessary.
1267 (python-proc): Simplify.
1269 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1271 * pcomplete.el (pcomplete-show-completions): Search all frames for
1274 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1276 * cus-edit.el (customize-save-variable): Clear customized-value
1277 property (saved values are now put in theme-value property).
1278 (customize-set-variable): Doc fix.
1280 * complete.el (PC-do-completion): If completion-ignore-case is
1281 non-nil, replace field with completion string before exiting.
1283 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1285 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1286 Append its extension to the resulting temporary file name.
1287 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1289 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1290 (tramp-smb-handle-write-region): Apply it.
1292 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1294 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1295 Redo previous change.
1297 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1299 * diff-mode.el (diff-mode): Doc fix.
1301 2007-03-05 Kenichi Handa <handa@m17n.org>
1303 * international/characters.el: Set category `l' (latin)
1304 for more characters.
1306 2007-03-04 Kim F. Storm <storm@cua.dk>
1308 * emacs-lisp/authors.el (authors-aliases): Add alias.
1310 2007-03-04 Glenn Morris <rgm@gnu.org>
1312 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1313 all when switching major mode.
1314 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1315 (hs-block-start-mdata-select, hs-block-end-regexp)
1316 (hs-forward-sexp-func, hs-adjust-block-beginning):
1317 Do not make these variables permanent-local.
1319 2007-03-04 Richard Stallman <rms@gnu.org>
1321 * progmodes/cperl-mode.el (cperl-mode):
1322 Modify cperl-compilation-error-regexp-alist by appending.
1324 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1325 (edebug-mode): Add the hook.
1326 (edebug-recursive-edit): Remove the hook on exiting.
1328 * type-break.el (type-break-get-previous-time):
1329 Handle end-of-file errors specially
1330 so they don't get reported wrong in .emacs.
1332 * startup.el (fancy-splash-text): Clarify text.
1334 * simple.el (beginning-of-buffer, end-of-buffer):
1335 Avoid treating plain C-u like numeric arg.
1337 * simple.el (completion-setup-function): Don't set
1338 default-directory to nil.
1340 * shell.el (shell-dirstack-query): Doc fix.
1342 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1343 Don't select the window -- pass it to primitives instead.
1345 * faces.el (minibuffer-prompt): Use medium blue by default.
1347 2007-03-04 David Kastrup <dak@gnu.org>
1349 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1350 Preserve 16 as default value for "seconds" when customizing.
1352 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1354 * textmodes/org.el (org-self-insert-command)
1355 (orgtbl-self-insert-command, org-delete-char)
1356 (org-delete-backward-char): Set the `flyspell-delayed' property.
1358 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1360 * international/mule.el (find-auto-coding): Don't search for
1361 line-ending characters past the end of the tail.
1363 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1365 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1366 Jump to the line where new score has been uploaded.
1368 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1369 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1370 Do nothing when the game is paused.
1372 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1374 * textmodes/org.el (org-set-tags): Prevent slipping of point
1377 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1379 * isearch.el (isearch-message-prefix):
1380 Use minibuffer-prompt-properties.
1382 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1384 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1385 (ps-setup): Print which Emacsen is running ps-print package.
1387 2007-03-01 Stuart Herring <herring@lanl.gov>
1389 * files.el (set-auto-mode-0): Use `indirect-function'.
1390 (hack-one-local-variable): Don't reapply current major mode.
1392 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1394 * progmodes/python.el (python-quote-syntax): Don't bother with
1395 syntax-ppss-context.
1396 (python-fill-paragraph): Make sure that fenced-string delimiters that
1397 stand on their own line stay there
1399 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1401 * replace.el (perform-replace): Propertize message.
1403 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1405 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1408 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1410 * net/tramp.el (tramp-file-name-handler): Revert last change.
1412 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1414 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1415 Correct doc strings.
1417 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1419 * replace.el (perform-replace): Undo forward-char immediately if
1420 non-adjacent search fails.
1422 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1424 * version.el (emacs-major-version, emacs-minor-version):
1425 string-to-int -> string-to-number.
1427 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1429 * help.el (where-is): Fail gracefully when not passed a command.
1431 2007-02-28 Stuart Herring <herring@lanl.gov>
1433 * find-lisp.el (find-lisp-default-directory-predicate):
1434 Fix bug: Do symlink check on expanded filename.
1436 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1438 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1439 changes during replacement.
1440 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1442 2007-02-28 Lars Hansen <larsh@soem.dk>
1444 * desktop.el: Delete header line listing me as maintainer.
1446 2007-02-28 Glenn Morris <rgm@gnu.org>
1448 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1451 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1453 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1454 hooks to avoid confusion when combining after-change calls.
1456 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1458 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1459 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1460 (allout-distinctive-bullets-string): Add info about bullet conventions.
1461 (allout-mode): Add info about distinctive vs plain bullets.
1463 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1465 * textmodes/org.el (org-archive-subtree): Quote variable name.
1466 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1468 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1470 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1471 (gud-bashdb-command-name, bashdb): Remove.
1472 (gud, gud-menu-map): Remove references to bash/bashdb.
1474 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1476 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1477 keyword for Python 2.5.
1479 2007-02-26 Romain Francoise <romain@orebokech.com>
1481 * net/net-utils.el (whois-server-tld): Update server for .org.
1482 (whois-server-list): Add whois.publicinterestregistry.net.
1483 (whois-guess-server): Fix formatting in docstring.
1485 2007-02-26 Kim F. Storm <storm@cua.dk>
1487 * mouse.el (mouse-show-mark): Run hooks and perform command
1488 remapping for mouse-region-delete-keys.
1490 2007-02-26 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
1492 * font-core.el (font-lock-mode): Doc fix.
1494 2007-02-25 Kim F. Storm <storm@cua.dk>
1496 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1497 Add selected buffer to buffer-name-history.
1498 (ido-file-internal): Set this-command to fallback command.
1499 Add file names to file-name-history.
1501 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1502 Apply minibuffer-prompt-properties.
1504 2007-02-25 Andreas Schwab <schwab@suse.de>
1506 * files.el (hack-one-local-variable-eval-safep): Correct handling
1507 of edebug-form-spec property value. Reported by Johan Bockg
\e,Ae
\e(Brd.
1509 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1511 * textmodes/org.el (org-table-overlay-coordinates)
1512 (org-table-toggle-coordinate-overlays): New functions.
1513 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1515 (org-startup-with-deadline-check): Remove option.
1516 (org-mode): Remove deadline check on startup.
1517 (org-table-limit-column-width): Remove option.
1518 (org-table-formula-numbers-only): Remove option.
1519 (org-link-style, org-link-format): Remove options.
1520 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1521 (org-export-ascii-show-new-buffer)
1522 (org-export-html-show-new-buffer): Remove options.
1523 (org-activate-links): Remove camel option.
1524 (org-file-link-context-use-camel-case): Remove option.
1525 (org-camel-regexp): Remove variable.
1526 (org-activate-camels): Remove function.
1527 (org-store-link): Remove Camel stuff.
1528 (org-make-org-heading-camel): Remove function.
1529 (org-open-at-point): Remove camel stuff.
1530 (org-link-search): Remove camel stuff.
1531 (org-camel-to-words): Function removed.
1532 (org-get-agenda-file-buffer): Make sure we prepare the base
1533 buffers, not any indirect buffers.
1534 (org-sort-entries): Sort top-level when not on a headline, and no
1536 (org-in-regexp): New function.
1537 (org-search-not-self): Rename from `org-search-not-link'.
1538 (org-open-link-marker): New variable.
1539 (org-open-at-point): Set `org-open-link-marker'.
1540 (org-print-icalendar-entries): Fixe bug with excluding DONE
1541 entries from the exported list.
1542 (org-edit-formula-lisp-indent): New command.
1543 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1544 (orgtbl-to-latex, orgtbl-insert-radio-table)
1545 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1546 (orgtbl-radio-table-templates): New option.
1547 (org-store-link-props):
1548 (org-remember-templates): More possibilities to insert info
1550 (org-remember-apply-template): Make use of the extended
1551 template capabilities.
1552 (org-remember-redo-template): New command.
1553 (org-upgrade-old-links)
1554 (org-table-modify-formulas, org-table-replace-in-formulas)
1555 (org-table-find-dataline)
1556 (org-table-get-vertical-vector): Remove functions.
1557 (org-table-remove-rectangle-highlight)
1558 (org-time-stamp-format, org-toggle-log-option)
1559 (org-table-highlight-rectangle)
1560 (org-table-iterate, org-table-make-reference):
1561 (org-translate-time, org-tree-to-indirect-buffer)
1562 (org-table-field-info, org-table-fix-formulas)
1563 (org-table-force-dataline, org-table-get-descriptor-line)
1564 (org-table-get-range)
1565 (org-skip-comments, org-sort)
1566 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1567 (org-table-current-dline, org-table-current-field-formula)
1568 (org-table-edit-backward-field)
1569 (org-table-edit-formulas-post-command)
1570 (org-table-edit-line-down, org-table-edit-line-up)
1571 (org-agenda-archive)
1572 (org-agenda-clock-cancel)
1573 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1574 (org-agenda-open-link, org-agenda-show-new-time)
1575 (org-agenda-skip-subtree-when-regexp-matches)
1576 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1577 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1578 (org-do-sort, org-file-image-p, org-find-overlays)
1579 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1580 (org-highlight-until-next-command, org-isearch-end)
1581 (org-match-any-p, org-next-link, org-previous-link):
1582 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1583 (org-rewrite-old-row-references)
1584 (org-isearch-post-command)
1585 (org-table-edit-move, org-table-edit-next-field)
1586 (org-table-edit-scroll, org-table-edit-scroll-down)
1587 (org-set-frame-title, org-show-reference)
1588 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1589 (org-show-variable): Remove command.
1590 (org-add-log-maybe): New arguments STATE, FINDPOS
1591 (org-table-sort-lines): Rewrite from scratch.
1592 (org-link-search): New argument AVOID-POS.
1593 (org-print-icalendar-entries): Remove argument CATEGORY.
1594 (org-run-agenda-series): Remove argument WONDOW.
1595 (org-next-link, org-previous-link): New commands.
1596 (org-agenda-date-format): New option.
1597 (org-table-iterate): New command.
1598 (org-table-modify-formulas)
1599 (org-table-replace-in-formulas): Remove functions.
1600 (org-table-fix-formulas): New function.
1601 (org-table-insert-column, org-table-delete-column)
1602 (org-table-move-column): Use `org-table-fix-formulas'.
1603 (org-follow-gnus-link): Patch from Bastien/Leo.
1604 (org-table-current-field-formula): New function.
1605 (org-file-image-p): New function.
1606 (org-agenda-show-new-time): New function.
1607 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1608 (org-with-remote-undo): New macro.
1609 (org-agenda-undo): New command.
1610 (org-verify-change-for-undo): New function.
1611 (org-time-stamp-format): New function.
1612 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1614 (org-match-any-p): New function.
1615 (org-make-tags-matcher): Handle regular expressions for tag and
1617 (org-read-date): Accept "+N" as input for a date relative to the
1619 (org-remove-subtree-entries-from-agenda): New function.
1620 (org-agenda-archive, org-agenda-kill):
1621 Use `org-remove-subtree-entries-from-agenda'.
1622 (org-do-sort, org-sort-entries): New functions.
1623 (org-sort): New command.
1624 (org-table-sort-lines): Use `org-do-sort'.
1625 (org-fix-decoded-time): New function.
1626 (org-table-number-regexp): Require 0x... to identify as number
1628 (org-startup-options): New keywords for note taking.
1629 (org-upgrade-old-links): Remove function.
1630 (org-get-repeat): New function.
1631 (org-show-context): Also show siblings on current level.
1632 (org-show-siblings): New function.
1633 (org-isearch-end, org-isearch-post-command): New functions.
1634 (org-show-siblings): New option.
1635 (org-show-context): Use `org-show-siblings'.
1636 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1637 to be bound, because user may just use elisp.
1639 2007-02-24 Kim F. Storm <storm@cua.dk>
1641 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1642 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1644 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1646 * startup.el (command-line): Also check if the abbrev file is readable.
1648 2007-02-24 John Paul Wallington <jpw@pobox.com>
1650 * net/tls.el (tls-certtool-program): Fix custom type.
1652 * mail/feedmail.el (feedmail-message-id-generator)
1653 (feedmail-date-generator): Fix custom types.
1655 * mail/rmail.el (rmail-message-filter): Fix custom type.
1657 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1659 * startup.el (command-line): If simple.el cannot be found, proceed
1660 with a warning message.
1662 2007-02-24 Kenichi Handa <handa@m17n.org>
1664 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1665 case that BEG is a string.
1667 2007-02-24 Chris Moore <dooglus@gmail.com>
1669 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1670 * pgg-pgp.el (pgg-pgp-encrypt-region):
1671 * pgg-gpg.el (pgg-gpg-encrypt-region):
1672 Check pgg-encrypt-for-me if no other recipients.
1674 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1676 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1678 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1679 shell-quote-argument.
1681 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1683 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1684 from the comint buffer instead of the temporary one.
1686 2007-02-23 David Reitter <david.reitter@gmail.com>
1688 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1689 storing it in recentf-exclude.
1691 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1693 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1696 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1698 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1699 commands, for restart.
1700 (idlwave-shell-current-module): Fix handling of module name by type.
1701 (idlwave-shell-break-in): Update type handling.
1702 (idlwave-shell-bp-get): Encode type in BP structure.
1703 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1704 (idlwave-shell-module-source-query): Query routine info based on type.
1705 Fix path parsing for non-compiled files.
1706 (idlwave-shell-module-source-filter): Don't signal error in filter
1708 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1711 2007-02-22 Kim F. Storm <storm@cua.dk>
1713 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1714 (editable-field): Document need to put some text before the %v
1715 escape in :format string.
1717 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1719 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1720 (vc-svn-use-edit): Remove unused config var.
1721 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1723 * outline.el (hide-sublevels): Keep empty last line, if available.
1725 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1726 rather than the corresponding unicode char, to make the code
1729 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1731 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1732 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1733 (speedbar-item-info-tag-helper): Doc fixes.
1735 2007-02-19 Kenichi Handa <handa@m17n.org>
1737 * international/mule-cmds.el (locale-language-names):
1738 Map "eo" to "Esperanto".
1740 * language/european.el ("Esperanto"): New language environment.
1742 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1744 * simple.el (kill-line): Doc fix.
1746 2007-02-17 Kim F. Storm <storm@cua.dk>
1748 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1749 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1750 (bindat--unpack-group, bindat--pack-group):
1751 Handle vectors with optional element type.
1753 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1755 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1756 if PASSPHRASE is given.
1758 2007-02-17 Chris Moore <dooglus@gmail.com>
1760 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1761 Recognize backups of bz2 compressed files.
1763 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1765 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1766 to nil to speed up lookup of the symbol in index nodes.
1768 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1770 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1771 Add indentation for the constants of Lisp.
1773 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1775 * ps-print.el: Use (defvar <foo>) where applicable.
1776 (ps-print-emacs-type): Remove.
1777 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1778 (ps-frame-parameter): Align its call-convention with frame-parameter.
1779 (ps-begin-job): Adjust calls to it appropriately.
1780 (ps-setup): Don't print ps-print-emacs-type.
1781 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1782 Define in such a way that it's obvious that it's defined.
1783 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1784 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1785 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1787 2007-02-15 Alan Mackenzie <acm@muc.de>
1789 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1790 an empty one-line C-style comment, post-position point properly.
1792 2007-02-15 Chris Moore <dooglus@gmail.com>
1794 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1795 (isearch-lazy-highlight-new-loop): Bind it.
1796 (isearch-lazy-highlight-search): Use it.
1798 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1800 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1802 * font-lock.el (font-lock-extend-region-wholelines):
1803 Only return non-nil if the region has really been changed.
1804 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1806 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1808 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1809 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1810 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1812 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1814 * faces.el (color-values): Revert changes to docstring from
1815 2007-01-31 and 2000-09-07.
1817 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1818 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1819 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1820 (ispell-help): Fix typos in docstring and output message.
1822 2007-02-14 Kim F. Storm <storm@cua.dk>
1824 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1825 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1826 (grep): Fix lgrep reference.
1828 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1829 (standard-display-underline): Use make-glyph-code.
1831 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1833 * international/latin1-disp.el (latin1-display-char):
1834 Use make-glyph-code.
1836 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1838 * ehelp.el (with-electric-help, electric-help-exit)
1839 (electric-help-retain): Doc fixes.
1841 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1842 (byte-compile-file): Doc fixes.
1844 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1846 * term/mac-win.el: Change all uses of
1847 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1848 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1849 (mac-ae-get-url): Call select-frame-set-input-focus.
1850 (mac-dnd-handle-drag-n-drop-event): Don't call
1851 select-frame-set-input-focus.
1853 2007-02-13 Kenichi Handa <handa@m17n.org>
1855 * international/characters.el: Fix documentation of category `a'.
1857 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1859 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1861 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1863 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1864 (tramp-get-remote-ln): Handle error case.
1865 Reported by Chris Moore <dooglus@gmail.com>.
1867 2007-02-11 Kim F. Storm <storm@cua.dk>
1869 * bindings.el (ctl-x-map): Remove register compatibility bindings
1870 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1872 2007-02-11 Richard Stallman <rms@gnu.org>
1874 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1877 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1878 condition -- don't fail to stop at endpos.
1880 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1882 * textmodes/org.el (org-agenda-get-todos)
1883 (org-agenda-get-timestamps, org-agenda-get-closed)
1884 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1885 (org-agenda-get-blocks, org-format-agenda-item)
1886 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1887 from `category' to `org-category'.
1889 2007-02-11 Kenichi Handa <handa@m17n.org>
1891 * international/titdic-cnv.el (titdic-convert): Force files be written
1892 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1893 (miscdic-convert): Force files be written with Unix-like eol format.
1895 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1897 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1899 * calculator.el (calculator-prompt): Doc fix.
1900 (calculator-mode-map): Fix typo in menu entry.
1902 2007-02-10 Jay Belanger <belanger@truman.edu>
1904 * calculator.el (calculator): Do more extensive checking for when
1905 3 lines should be used for the calculator.
1907 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1909 * info-look.el (info-lookup-make-completions):
1910 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1913 * info.el (Info-fontify-maximum-menu-size): Document the effect
1915 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1916 non-nil before using it as size.
1918 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1920 * subr.el (insert-for-yank-1): Prevent read-only properties from
1921 interfering with text property operations.
1923 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1925 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1926 (image-type-auto-detected-p): Fail if another match is found in
1929 * files.el (magic-mode-alist): Call image-mode instead of
1930 image-mode-maybe for autodetected images.
1932 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1934 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1935 Fix typos in docstrings.
1936 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1938 2007-02-09 Kim F. Storm <storm@cua.dk>
1940 * emacs-lisp/float-sup.el: Remove obsolete comment.
1942 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1944 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1946 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1948 * simple.el: Revert previous change, at request of RMS:
1949 (fundamental-mode-hook): Remove.
1950 (fundamental-mode): Run after-change-major-mode-hooks manually,
1951 and don't run the now-nonexistent fundamental-mode-hook.
1953 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1955 * simple.el (fundamental-mode-hook): Declare new hook.
1956 (fundamental-mode): Run the new dedicated hook, and don't run
1957 after-change-major-mode-hooks manually anymore.
1959 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1961 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1962 added columns of chars. Remove support for the "no-meta-info" format.
1963 Prompted by Romain Francoise <romain@orebokech.com>.
1965 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1967 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1968 (gdb-mouse-until, gdb-mouse-jump): Use it.
1970 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1972 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1973 work when there is just an assembler buffer (no source buffer).
1975 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1977 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1978 just because the diff was produced using "-p" (--show-c-function).
1980 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
1982 * faces.el (frame-set-background-mode): Use `color-values' and
1983 `display-color-p', not `x-color-values' and `x-display-color-p'.
1984 (face-valid-attribute-values): Use `defined-colors' instead of
1987 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1989 * ps-print.ps: The ps-print commands without face printing should not
1990 print background color. Reported by Leo <sdl.web@gmail.com>.
1991 (ps-print-version): New version 6.7.3.
1992 (ps-begin-job): New arg. Fix ps-default-background and
1993 ps-default-foreground initialization.
1994 (ps-face-attributes): Fix doc string.
1995 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1997 * printing.el: Fix ps-print link.
1999 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2001 * faces.el (face-set-after-frame-default): Compile attributes to
2002 be set by frame parameters before merging in X resources.
2004 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2006 * simple.el (blink-matching-paren-dont-ignore-comments):
2007 (blink-matching-paren-on-screen): Doc fixes.
2009 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2011 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2013 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2015 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2016 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2017 entries like `defun'. Return nil.
2019 2007-02-05 Kim F. Storm <storm@cua.dk>
2021 * ido.el: Doc fixes.
2023 2007-02-04 David Kastrup <dak@gnu.org>
2025 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2026 `mpuz-allow-double-multiplicator' is non-zero, and correct
2027 calculation of `min'.
2029 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2031 * wid-edit.el (widget-default-create): Insert new text at the
2032 :from marker _after_ the marker, not before it.
2034 2007-02-04 Alan Mackenzie <acm@muc.de>
2036 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2037 containing it is re-indented.
2039 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2041 * net/newsticker.el (newsticker--insert-image): Update docstring,
2042 and insert the image directly.
2043 (newsticker--buffer-redraw): Update docstring.
2045 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2046 Rename from define-global-minor-mode.
2048 * progmodes/cwarn.el (global-cwarn-mode):
2049 * emacs-lisp/autoload.el (make-autoload):
2050 * hi-lock.el (global-hi-lock-mode):
2051 * font-core.el (global-font-lock-mode): All callers changed.
2053 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2055 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2056 Don't copy @ignore lines into menu descriptions.
2057 (texinfo-multi-file-update): Goto the @node line before attempting
2058 to pluck the node name.
2059 (texinfo-multiple-files-update): Reverse the optional arguments'
2060 order, as per the doc string and the `interactive' form.
2062 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2064 * image-mode.el: Use autoload to avoid overriding disabled setting
2067 2007-02-03 Alan Mackenzie <acm@muc.de>
2069 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2070 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2071 adjacent paren groups).
2073 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2075 * progmodes/ebnf2ps.el: Doc fixes.
2076 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2078 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2080 * dired-x.el (dired-do-relsymlink): Add reference to
2081 dired-do-symlink. Add an autoload cookie.
2083 * dired-aux.el (dired-do-symlink): Add reference to
2084 dired-do-relsymlink.
2086 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2088 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2089 <left-fringe mouse-3>: New bindings.
2091 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2093 * newsticker.el (newsticker-version): Changed to "1.10".
2094 (newsticker--set-customvar): Doc string.
2095 (newsticker-new-item-face): Doc string.
2096 (newsticker-mode): Initialize `invisibility-spec' with t.
2097 (newsticker-mode-map): Added
2098 `newsticker-mark-all-items-at-point-as-read'.
2099 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2100 (newsticker-w3m-show-inline-images): Do not call
2102 (newsticker--buffer-after-w3m-insert-image): New advice for
2103 w3m-insert-image to cache images.
2104 (newsticker-next-item-same-feed): New.
2105 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2106 (newsticker-mark-all-items-of-feed-as-read): New.
2107 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2108 (newsticker-mark-item-at-point-as-read): Doc string.
2109 (newsticker-mark-item-at-point-as-read): Use new functions.
2110 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2111 `newsticker-mark-item-at-point-as-read'.
2112 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2113 (newsticker--sentinel): Yet another xml-parser workaround.
2114 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2116 (newsticker--buffer-do-insert-text): Fix.
2117 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2118 (newsticker--buffer-make-item-completely-visible):
2119 `switch-to-buffer' not necessary.
2121 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2123 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2124 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2125 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2126 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2127 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2129 2007-02-02 Kenichi Handa <handa@m17n.org>
2131 * international/quail.el (quail-show-key): Fix an error message.
2133 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2135 * faces.el (set-face-underline-p, modify-face): Rename arg
2136 UNDERLINE-P to UNDERLINE (it is not a flag).
2138 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2140 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2141 when adding gdb-speedbar-update to gdb-input-queue.
2143 2007-02-01 Kenichi Handa <handa@m17n.org>
2145 * international/quail.el (quail-show-key): Signal an error if the
2146 current input method is not using Quail.
2148 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2150 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2151 Trim leading whitespace in sysvar names.
2153 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2155 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2157 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2159 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2161 2007-01-31 Romain Francoise <romain@orebokech.com>
2163 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2164 previous change to this file.
2166 2007-01-31 Jason Rumney <jasonr@gnu.org>
2168 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2171 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2172 interfering with attempt to set major mode from modified
2175 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2177 * faces.el (color-values): Doc fix.
2178 (face-differs-from-default-p): Don't check :foreground twice.
2180 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2182 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2184 2007-01-31 Kenichi Handa <handa@m17n.org>
2186 * international/quail.el (quail-store-decode-map-key): Store a
2187 translated character too.
2188 (quail-char-equal-p): New function.
2189 (quail-find-key1): Check character equality by quail-char-equal-p.
2190 (quail-decode-map-generated): New variable.
2191 (quail-find-key): Check quail-decode-map-generated and re-generate
2192 a decode map if necessary.
2194 2007-01-30 Richard Stallman <rms@gnu.org>
2196 * tutorial.el (tutorial--detailed-help): Make the list of
2197 changed keys look nicer.
2199 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2201 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2202 (gdb-var-delete): Use it.
2203 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2206 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2208 * files.el (get-free-disk-space): Return nil for remote directories.
2210 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2213 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2215 * type-break.el (type-break-catch-up-event): New function.
2216 (type-break-demo-hanoi, type-break-demo-life)
2217 (type-break-demo-boring): Use it.
2219 * image-mode.el (image-mode): Don't automatically view as image.
2220 (image-toggle-display): Add `disabled' property.
2222 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2224 * isearchb.el (isearchb-iswitchb):
2225 * ps-print.el (ps-build-face-reference):
2226 * emacs-lisp/shadow.el (list-load-path-shadows):
2227 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2228 * international/mule.el (find-auto-coding):
2229 * mail/supercite.el (sc-attrib-selection-list):
2230 * progmodes/cc-defs.el (c-emacs-features):
2231 * progmodes/cc-vars.el (c-offsets-alist):
2232 * progmodes/flymake.el
2233 (flymake-init-create-temp-source-and-master-buffer-copy):
2234 Fix typos in docstrings (some suggested by Chris Moore).
2236 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2237 (vhdl-get-library-unit, vhdl-corresponding-begin)
2238 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2239 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2240 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2241 (vhdl-font-lock-match-item): Fix typos in docstrings.
2242 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2243 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2244 (vhdl-speedbar-insert-project-hierarchy):
2245 Improve argument/docstring consistency.
2247 2007-01-29 Kenichi Handa <handa@m17n.org>
2249 * international/titdic-cnv.el (py-converter): Fix previous change.
2251 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2253 * jka-compr.el (jka-compr-partial-uncompress)
2254 (jka-compr-call-process): Rebind default-directory if it is
2255 invalid. Suggested by Chris Moore.
2257 * comint.el (comint-insert-input): Handle situation where the
2258 selected buffer is not the clicked buffer.
2260 2007-01-29 Kenichi Handa <handa@m17n.org>
2262 * international/ja-dic-cnv.el (skkdic-convert):
2263 Add byte-compile-disable-print-circle:t at the head.
2265 * international/titdic-cnv.el (tit-process-header):
2266 Add byte-compile-disable-print-circle:t at the head.
2267 (miscdic-convert): Likewise.
2268 (py-converter): Skip the header comments.
2270 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2272 (byte-compile-output-file-form): Bing print-circle to nil if
2273 byte-compile-output-file-form is not nil.
2274 (byte-compile-output-docform): Likewise.
2276 2007-01-28 Kim F. Storm <storm@cua.dk>
2278 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2279 Declare earlier to avoid byte compiler warnings.
2281 2007-01-28 Markus Triska <markus.triska@gmx.at>
2283 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2285 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2287 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2288 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2289 when calling update-game-score program. Remove unnecessary
2292 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2294 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2296 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2297 avoid compiler warning.
2298 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2299 might have values other than "true" or "false".
2301 2007-01-28 Richard Stallman <rms@gnu.org>
2303 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2304 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2306 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2308 * image.el (image-type-header-regexps): Make GIF regex more specific.
2310 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2311 Don't check `backspace'.
2312 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2313 in Fundamental mode.
2315 * startup.el (fancy-splash-text, normal-splash-screen):
2318 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2319 when inserting in buffer.
2321 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2324 2007-01-27 Richard Stallman <rms@gnu.org>
2326 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2328 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2330 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2331 enum/union/struct/class definition.
2332 Revert change to call `forward-sexp' multiple times.
2334 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2336 * files.el (hack-local-variables-confirm): Don't keep trying to
2337 read an event from an empty kbd macro.
2339 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2341 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2343 2007-01-27 Ben North <ben@redfrontdoor.org>
2345 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2346 the arg CHILDREN -> WHICH.
2348 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2350 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2351 default-directory to a sane value when calling start-process.
2353 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2355 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2356 (ls-lisp-format-time-list): Doc fix. Mention
2357 ls-lisp-use-localized-time-format.
2358 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2359 ls-lisp-use-localized-time-format is non-nil, even if a valid
2362 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2364 * jka-compr.el (jka-compr-shell): Doc fix.
2366 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2368 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2370 * ps-print.ps: Fix background height.
2371 (ps-print-version): New version 6.7.2.
2373 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2375 * makefile.w32-in (finder-data, custom-deps): Depend on
2376 $(lisp)/loaddefs.el.
2378 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2380 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2382 2007-01-24 Miles Bader <miles@gnu.org>
2384 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2385 (byte-compile-output-docform): Bind `print-circle' to t.
2387 2007-01-24 Kenichi Handa <handa@m17n.org>
2389 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2390 file name of the original SKK dictionary file.
2392 2007-01-24 Kim F. Storm <storm@cua.dk>
2394 * ido.el (ido-initial-position): New variable.
2395 (ido-read-internal): Set it if default item is specified.
2396 (ido-minibuffer-setup): Position cursor accordingly if set.
2397 (ido-edit-input): C-e moves to end of input if not already there.
2398 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2399 Don't switch to buffer mode if repeating C-b at start of input.
2400 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2401 input; else it moves to start of input.
2402 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2403 not at end of input, delete rest of input, rather than normal op.
2405 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2407 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2409 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2410 of message. Activate mark.
2411 (ediff-activate-mark): Set transient-mark-mode to t.
2413 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2415 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2417 * help-fns.el (describe-variable): Don't suppress display of
2418 buffer local value when the value is "large".
2420 2007-01-22 Kim F. Storm <storm@cua.dk>
2422 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2423 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2424 (ido-tidy): Use ido-active.
2426 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2428 * hexl.el (hexl-mode-exit): Add missing quote.
2430 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2432 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2433 (mac-ae-keyboard-modifiers): New function.
2434 (mac-handle-toolbar-switch-mode): Use it.
2435 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2436 if keyboard modifiers on drop contain option key.
2437 (mac-dnd-drop-data): Add optional argument `action'.
2438 (special-event-map): Remove binding for M-drag-n-drop.
2440 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2442 * add-log.el (add-log-current-defun): Use CC Mode functions to
2443 find the beginning and end of a defun.
2445 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2447 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2448 (gdb-var-create-handler): Handle value field in GDB output of
2450 (gdb-max-frames): New variable.
2451 (gdb-stack-buffer, gdb-frames-select): Use it.
2452 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2454 (gdb-get-frame-number): Simplify.
2456 2007-01-21 Glenn Morris <rgm@gnu.org>
2458 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2461 2007-01-21 Alan Mackenzie <acm@muc.de>
2463 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2464 handling of K&R stuff.
2466 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2468 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2470 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2472 * ps-print.el: Handle frame parameters (background and/or foreground
2473 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2474 (ps-print-version): New version 6.7.1.
2475 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2476 (ps-frame-parameter): New fun.
2477 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2478 Fix doc and customization.
2479 (ps-begin-job): Get frame parameters (background and/or foreground
2481 (ps-do-despool): Ensure ps-printer-name has a valid value.
2483 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2485 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2486 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2487 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2490 2007-01-20 Alan Mackenzie <acm@muc.de>
2492 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2493 much more rigorous analysis of putative K&R regions.
2495 2007-01-20 Alan Mackenzie <acm@muc.de>
2497 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2500 2007-01-20 Alan Mackenzie <acm@muc.de>
2502 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2503 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2504 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2505 * progmodes/cc-vars.el: Add my name.
2507 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2509 * files.el (find-alternate-file): Revert query message to Emacs 21
2512 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2514 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2515 the doc string how to use personal abbrevs without electric
2518 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2520 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2521 Fixed cursor position when toggle abbreviated display.
2523 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2525 * t-mouse.el: Update copyright following assignment by
2528 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2530 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2531 (type-break-demo-boring): Call read-event instead of read-char.
2533 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2535 * progmodes/compile.el: Add handling for makepplog.
2537 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2539 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2540 aspell dictionaries are initialized when called non-interactively.
2542 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2544 * progmodes/compile.el (compilation-loop): New arg limit.
2545 Handle case where the first error is at point-min.
2546 (compilation-next-error): New arg to compilation-loop call.
2548 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2550 * info.el (Info-default-dirs): Change default info dir to
2553 * paths.el (Info-default-directory-list): Ditto.
2555 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2557 * hexl.el (hexl-before-revert-hook): New function.
2558 (hexl-mode): Use it.
2559 (hexl-after-revert-hook): Just call hexl-mode.
2560 (hexl-mode-exit): Remove before-revert-hook.
2562 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2564 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2566 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2568 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2569 by "-" in francais7 otherchars entry.
2570 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2573 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2575 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2576 path. Rewrite function in `cond' style for readability.
2578 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2579 (The path shortening, that is, not the rearrarangement.)
2581 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2583 * term/mac-win.el (mac-ae-quit-application): New function.
2584 (mac-apple-event-map): Bind "quit application" Apple event to it.
2586 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2588 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2589 than the program's output.
2591 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2593 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2594 (kmacro-start-macro-or-insert-counter)
2595 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2596 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2598 * longlines.el (longlines-show-hard-newlines):
2599 * ruler-mode.el (ruler-mode-ruler):
2600 * emulation/keypad.el (keypad-setup):
2601 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2602 Fix typo in docstring.
2604 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2606 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2607 Remove redirect character ">".
2609 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2611 * replace.el (perform-replace): Remove leftover code.
2613 2007-01-12 Richard Stallman <rms@gnu.org>
2615 * replace.el (perform-replace): Don't clear NODENT when computing
2616 the replacement string.
2618 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2620 * net/tramp.el (tramp-handle-file-local-copy):
2621 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2622 <christopher.ian.moore@gmail.com>.
2624 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2626 * diff-mode.el (diff-sanity-check-context-hunk-half)
2627 (diff-sanity-check-hunk): New functions.
2628 (diff-find-source-location): Use'em to check the hunks are well-formed.
2630 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2631 activate undo when undo is not active.
2632 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2634 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2636 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2637 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2638 (ffap-url-at-point): Use char-classes rather than "a-z".
2640 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2642 * ediff-init.el (ediff-autostore-merges):
2643 * textmodes/fill.el (fill-region): Doc fix.
2645 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2647 * server.el (server-ensure-safe-dir): UIDs may be floats.
2649 2007-01-10 Richard Stallman <rms@gnu.org>
2651 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2652 around calls to directory-files.
2654 * subr.el (momentary-string-display): Use save-excursion.
2656 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2657 argument, but read it as `X' does.
2659 2007-01-09 Juri Linkov <juri@jurta.org>
2661 * info.el (Info-fontify-node): Don't hide node names of index entries.
2663 * faces.el (momentary): Change :group to basic-faces where all
2664 basic faces belong to. Add :version.
2666 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2668 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2669 keybinding is found.
2670 (tutorial--find-changed-keys): Never treat null keybinding as a
2673 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2675 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2677 2007-01-09 Kenichi Handa <handa@m17n.org>
2679 * international/mule-cmds.el
2680 (select-safe-coding-system-interactively): Fix message.
2682 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2684 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2685 (tramp-process-actions): Add optional parameter TIMEOUT.
2686 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2687 (tramp-open-connection-su): Add timeout of 60".
2689 2007-01-09 Richard Stallman <rms@gnu.org>
2691 * progmodes/compile.el (compile): Doc fix.
2693 2007-01-09 Markus Triska <markus.triska@gmx.at>
2695 * tumme.el (tumme-display-thumb): Doc fix.
2697 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2699 * battery.el (battery-search-for-one-match-in-files):
2700 * bindings.el (mode-line-minor-mode-help):
2701 * x-dnd.el (x-dnd-types-alist):
2702 * calendar/icalendar.el (icalendar-import-buffer):
2703 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2705 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2707 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2709 * replace.el (replace-regexp): Fix typo in docstring.
2711 2007-01-07 Alan Mackenzie <acm@muc.de>
2713 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2714 Amend doc-string and comments.
2716 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2718 * files.el (abbreviate-file-name): Doc fix.
2720 2007-01-06 Markus Triska <triska@gmx.at>
2722 * subr.el (split-string): Remove spurious ")" from doc string.
2724 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2726 * textmodes/table.el (table--warn-incompatibility):
2727 Use display-warning instead of momentary-string-display.
2729 2007-01-05 Richard Stallman <rms@gnu.org>
2731 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2733 * simple.el (backward-kill-word): Doc fix.
2735 2007-01-05 Romain Francoise <romain@orebokech.com>
2737 * international/mule.el (sgml-html-meta-auto-coding-function):
2738 Ensure that the buffer contains a HTML document.
2740 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2742 * faces.el (momentary): Move here ...
2743 * subr.el (momentary): ... from here.
2745 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2747 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2748 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2749 large structures/arrays.
2751 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2753 * files.el (find-file-noselect-1, set-visited-file-name):
2754 Allow backup-enable-predicate to be nil.
2756 2007-01-04 Andreas Schwab <schwab@suse.de>
2758 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2761 2007-01-03 Richard Stallman <rms@gnu.org>
2763 * woman.el (woman-decode-buffer): Clarify error message.
2765 2007-01-03 Alan Mackenzie <acm@muc.de>
2767 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2769 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2771 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2773 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2775 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2777 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2779 * emulation/viper.el (viper-custom-file-name, viper-mode):
2780 Fix typos in docstrings.
2782 * subr.el (momentary-string-display): After moving point, set POS
2783 variable to it to avoid later errors once the buffer is modified.
2786 2007-01-02 Alan Mackenzie <acm@muc.de>
2788 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2789 check that the "*/" is present before trying to manipulate it.
2791 2007-01-02 Richard Stallman <rms@gnu.org>
2793 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2795 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2796 Fix format of value.
2798 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2799 Change messages accordingly.
2800 (customize-customized): Now alias.
2802 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2804 * files.el (version-control): Doc fix.
2806 2007-01-01 Alan Mackenzie <acm@muc.de>
2808 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2809 Check the format of c-state-cache is valid for an optimisation before
2812 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2813 are at a statement within a macro". Other changes so that only
2814 the first continuation line in a macro gets the symbol
2815 `cpp-define-intro', the others getting `statement', or whatever.
2817 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2818 a string, preserve whitespace. Add a backslash only when also in
2821 * progmodes/cc-defs.el: Correct typos.
2823 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2824 new line after an escaped EOL in a string.
2826 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2827 label when it directly follows "else", "do", ....
2829 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2830 angle brackets (as seen in "explicit specialisations" of C++
2833 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2836 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2837 when the comment ender looks like "=========*/" and is alone on
2840 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2841 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2844 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2845 c-\(beginning\|end\)-of-defun by default.
2847 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2848 New line-up function, for the DEFUN macro in the Emacs C sources.
2849 Only used in "gnu" style.
2851 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2854 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2855 clean-up comment-close-slash also to work when there's a comment
2856 terminator on the line.
2857 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2858 these for large arg - only take account of top level {..}, except
2859 for initial and final adjustments. M-- C-M-[ae] now go to the
2860 right defuns when the starting point is between defuns. They use
2861 the four new functions:
2862 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2863 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2864 support c-\(beginning\|end\)-of-defun.
2866 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2867 expressions more rigorously, to exclude bit-field specifiers from
2868 being classed as labels.
2869 (c-forward-label): When analyzing a ":" within a macro, be careful
2870 about using c-forward-syntactic-ws at the macro beginning.
2871 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2872 stmt boundary, check for "operator=", etc.
2874 * progmodes/cc-mode.el (c-postprocess-file-styles):
2875 Bind inhibit-read-only to t, around the call to
2876 c-remove-any-local-eval-or-mode-variables, so that it works on a
2879 * progmodes/cc-defs.el (c-version): Update the version number to
2882 2007-01-01 Richard Stallman <rms@gnu.org>
2884 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2885 only if we restored isearch-window-configuration.
2887 2006-12-31 Romain Francoise <romain@orebokech.com>
2889 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2891 2006-12-31 Kim F. Storm <storm@cua.dk>
2893 * files.el (auto-mode-case-fold): New defcustom.
2894 (set-auto-mode): If non-nil, perform second case-sensitive pass
2895 through auto-mode-alist if first pass failed.
2897 2006-12-30 Richard Stallman <rms@gnu.org>
2899 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2901 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2903 * allout.el (allout-encrypt-string): Handle symmetric-key
2904 passphrase caching but leave keypair caching to pgg.
2906 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2908 Sync with Tramp 2.0.55.
2910 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2911 `integerp'. `char-equal' could fail else in case of negative
2912 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2913 (top): Check for `font-lock-add-keywords' before calling; it
2914 doesn't exist under XEmacs.
2915 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2916 (tramp-completion-mode): Remove clause (not
2917 tramp-unified-filenames), because the function is called in other
2918 context too, where this check results in wrong results in the
2919 XEmacs case on Windows.
2920 (tramp-touch): UTC handling is not possible for XEmacs.
2922 2006-12-30 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2924 * scroll-bar.el (previous-scroll-bar-mode): New variable
2925 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2926 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2928 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2930 2006-12-30 Richard Stallman <rms@gnu.org>
2932 * files.el (make-backup-file-name-1): Precompute abs name
2933 but don't lose the relative name.
2935 * international/mule-cmds.el (select-safe-coding-system-interactively):
2938 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2940 * files.el (backup-buffer): Show entire backup file name in msg.
2942 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
2944 * image.el (image-type-header-regexps, image-type-from-data)
2945 (image-type-from-buffer, image-type-from-file-header):
2946 Revert changes from 2006-12-26.
2947 (image-type-auto-detectable): New variable.
2948 (image-type-auto-detected-p): New function.
2950 * files.el (magic-mode-alist): Detect image files with
2951 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2953 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
2955 * dired.el (dired-sort-other): Move test for dired-mode...
2956 (dired-sort-set-modeline): ...to here.
2958 2006-12-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2960 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2961 change. Suggested by Stefan Monnier.
2963 2006-12-29 Kim F. Storm <storm@cua.dk>
2965 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2966 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2968 2006-12-27 Kim F. Storm <storm@cua.dk>
2970 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2971 so it doesn't accidentally match an fsf.org mail address.
2972 (authors-renamed-files-alist): Add tcover-*.el.
2974 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2976 * vc-arch.el (vc-arch-find-version): New function.
2978 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2979 composed of arbitrary characters (even /) in some systems.
2981 2006-12-27 Eli Zaretskii <eliz@gnu.org>
2983 * international/mule-cmds.el (select-safe-coding-system-interactively):
2984 Improve the message in the *Warning* buffer.
2986 2006-12-27 Kim F. Storm <storm@cua.dk>
2988 * ido.el (ido-set-matches-1): Fix last change. If default item is
2989 current buffer, it is ok to be first.
2991 2006-12-27 Kenichi Handa <handa@m17n.org>
2993 * international/mule-cmds.el (select-safe-coding-system-interactively):
2994 Use face `link' for problematic chars.
2996 2006-12-27 Kenichi Handa <handa@m17n.org>
2998 * international/mule-cmds.el (select-safe-coding-system-interactively):
2999 Improve the message in *Warning* buffer.
3001 2006-12-27 Kim F. Storm <storm@cua.dk>
3003 * ido.el (ido-set-matches-1): Never put current buffer first if
3004 there are other matches.
3006 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3008 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3010 (gdb-var-delete): Handle duplicate names. Print message for non
3012 (gdb-partial-output-name): Start buffer name with a space.
3013 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3016 2006-12-26 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3018 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3019 last footnote when `footnote-spaced-footnotes' is nil.
3021 2006-12-26 Richard Stallman <rms@gnu.org>
3023 * cus-edit.el (custom-browse-sort-alphabetically)
3024 (custom-buffer-sort-alphabetically)
3025 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3027 * image.el (image-type-header-regexps): Change element format
3028 to include third item NOT-ALWAYS.
3029 (image-type-from-data): Handle new format.
3030 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3031 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3033 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3035 * add-log.el (add-log-current-defun): Call `forward-sexp'
3036 multiple times to pick a member function name defined as
3037 part of nested classes/namespaces.
3039 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3041 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3042 which keymap should be used to change menu. It does not affect any
3045 2006-12-26 Richard Stallman <rms@gnu.org>
3047 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3048 rather than for being in a minibuffer window.
3050 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3052 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3053 locale-coding-system.
3054 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3057 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3059 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3060 (sql-mode-syntax-table): Disable double quoted strings.
3061 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3063 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3065 * startup.el (fancy-splash-last-input-event): New variable.
3066 (fancy-splash-special-event-action): New function.
3067 (fancy-splash-screens): Temporarily bind special events to it.
3068 Execute command for saved special event before exiting from
3071 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3073 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3074 Use mac-unread-string.
3076 2006-12-24 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3078 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3079 an optimized comment regexp if `comment-start-skip' uses a ^.
3080 * bs.el (bs--up): Remove interactive spec.
3082 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3084 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3085 Suggested by James Cloos.
3087 2006-12-24 Kevin Ryde <user42@zip.com.au>
3089 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3091 (calendar-dst-ends): Default to first Sunday in November.
3093 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3095 * allout.el (allout-encrypt-string): Inhibit use of agent within
3096 body of let form where encryption happens. Acknowledge non-use of
3097 gpg-agent in docstring.
3098 (allout-toggle-subtree-encryption): Acknowledge non-use of
3099 gpg-agent in docstring.
3101 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3103 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3105 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3107 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3108 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3110 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3112 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3113 actually modify buffer; ignore errors if occur.
3115 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3117 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3118 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3121 2006-12-23 Richard Stallman <rms@gnu.org>
3123 * simple.el (delete-horizontal-space): Doc fix.
3125 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3127 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3128 explicitly in a recursive Make, not implicitly through prerequisites,
3129 since the latter is wrong under parallel builds.
3131 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3133 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3135 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3137 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3140 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3142 * outline.el (outline-next-visible-heading): Fix the case with a
3143 header at end-of-file with no final newline.
3145 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3147 * indent.el (tab-always-indent): Doc fix.
3149 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3151 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3152 (Info-fontify-node): Do fontify indices.
3154 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3155 to the Emacs Lisp reference manual.
3156 (tutorial--tab-map): Remove. All callers changed.
3157 (tutorial--find-changed-keys): New elt QUIET, used to...
3158 (tutorial--display-changes): ...ensure that warning messages are
3159 only issued once per changed key.
3160 (tutorial--remove-remarks): Delete unused code-path.
3161 (lang-strings): Remove extraneous formatting.
3162 (tutorial--save-tutorial): Prompt before saving tutorial state.
3164 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3166 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3167 Replace '?\ ' by '?\s' throughout.
3168 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3169 `help' custom group.
3170 (tutorial--key-description): New function.
3171 (tutorial--display-changes): Remove redundant arg. Scan for all
3172 key sequences to avoid false matches. Cleanup.
3173 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3174 reduce homedir pollution.
3175 (help-with-tutorial): Call tutorial--display-changes with no arg.
3177 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3179 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3181 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3183 * net/tramp.el (tramp-default-method): We still need to check for
3184 `executable-find', because it is not bound under Emacs 20.
3185 (tramp-handle-file-name-completion)
3186 (tramp-completion-handle-file-name-completion): Handle optional
3187 parameter PREDICATE.
3188 (tramp-find-default-method): Add code for default values.
3190 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3192 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3193 make gud-go send "continue".
3195 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3197 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3198 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3200 2006-12-19 Kim F. Storm <storm@cua.dk>
3202 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3203 instead of global-map.
3205 * files.el (magic-mode-alist): Allow matching file type by
3206 calling a function at bob. Check for image types by calling
3207 image-type-from-buffer. Suggested by Juanma Barranquero.
3208 (set-auto-mode): Do it.
3210 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3212 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3213 Remove "ControlMaster" option from the other `scp*' methods.
3214 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3216 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3218 * textmodes/org.el (org-mode): Show context after isearch.
3219 (org-show-siblings): New function.
3220 (org-show-context): Use `org-show-siblings'.
3222 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3224 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3225 Use syntax-ppss-toplevel-pos.
3227 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3229 * textmodes/org.el (org-current-line): Make sure that lines are
3230 counted from beginning of buffer.
3231 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3232 lines are counted from beginning of buffer.
3234 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3236 * info.el (Info-build-node-completions): Signal error if tag-table
3237 marker is not found.
3239 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3241 2006-12-17 Alan Mackenzie <acm@muc.de>
3243 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3244 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3245 Based on code by Martin Rudalics.
3247 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3248 open-paren-in-column-0-is-defun-start to nil any more.
3250 2006-12-17 Richard Stallman <rms@gnu.org>
3252 * simple.el (delete-horizontal-space): Use prefix arg.
3254 * help-fns.el (describe-variable): Improve blank separator lines.
3256 * files.el (magic-mode-alist): Mark as risky.
3258 * files.el (make-backup-file-name-1):
3259 Expand backup-directory explicitly.
3261 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3263 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3264 check whether package password.el is loaded, or Pageant is running.
3266 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3268 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3269 (icalendar--rris): First try Emacs, then XEmacs.
3270 (icalendar--convert-ical-to-diary): Doc fix.
3271 Insert newline at end of target file.
3273 2006-12-17 Kim F. Storm <storm@cua.dk>
3275 * outline.el (outline-isearch-open-invisible-function): New defvar.
3276 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3277 overlay property instead of outline-isearch-open-invisible.
3279 2006-12-16 Kim F. Storm <storm@cua.dk>
3281 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3282 if ido-directory-too-big is set on entry.
3283 (ido-toggle-ignore, ido-completion-help): Print message while
3284 reading big directory.
3286 2006-12-15 Richard Stallman <rms@gnu.org>
3288 * shell.el (shell): Doc fix.
3290 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3292 * emulation/edt.el (edt-xserver):
3293 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3294 to fix a problem on Cygwin.
3297 * emulation/edt-mapper.el
3298 * emulation/edt-lk201.el
3299 * emulation/edt-pc.el
3300 * emulation/edt-vt100.el: Update maintainer's email address.
3302 2006-12-15 Simon Marshall <simon@gnu.org>
3304 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3306 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3308 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3309 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3310 instead of mac-atsu-font-table.
3311 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3313 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3315 * align.el (align-match-tex-pattern): Fix a rare bug which
3318 2006-12-14 Richard Stallman <rms@gnu.org>
3320 * startup.el (use-fancy-splash-screens-p): Use frame-height
3321 instead of window-height. Pass frame to image-size.
3323 2006-12-13 Kenichi Handa <handa@m17n.org>
3325 * international/mule-cmds.el (set-locale-environment):
3326 Set default-sendmail-coding-system too.
3328 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3330 * progmodes/idlw-help.el: Fix copyright notice.
3332 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3334 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3336 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3338 * subr.el (unread-command-char): Reformat obsolescence info.
3340 2006-12-11 Richard Stallman <rms@gnu.org>
3342 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3343 about calls to cl-struct-setf-expander.
3345 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3347 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3348 (ediff-combination-pattern): Fix typo in docstring.
3350 * textmodes/refer.el (refer-find-entry): Doc fix.
3351 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3352 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3353 Fix tipos in docstrings.
3355 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3357 2006-12-10 Kim F. Storm <storm@cua.dk>
3359 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3360 instead of binding M-backspace.
3362 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3364 * replace.el (replace-match-data, replace-match-maybe-edit):
3365 * calc/calc-aent.el (calc-eval-error):
3366 * emulation/vi.el (vi-char-argument):
3367 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3368 (c-vsemi-status-unknown-p-fn): Doc fixes.
3370 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3372 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3373 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3375 2006-12-10 Masatake YAMATO <jet@gyve.org>
3377 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3379 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3381 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3383 * man.el (Man-xref-button-action): New function. If the
3384 `Man-target-string' button property is a function, assume it
3385 accepts a position argument.
3386 (Man-abstract-xref-man-page): Use it.
3387 (Man-default-man-entry): New optional arg POS.
3389 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3390 symlink arrows read-only and non-rear-sticky.
3392 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3394 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3395 (wdired-search-and-rename): Simplify code.
3396 (wdired-preprocess-files, wdired-preprocess-perms): Make
3397 read-only property of preceding character rear-nonsticky to
3398 avoid that it can be modified. Put old-name and old-link
3399 properties on character preceding name and replace
3400 put-text-property by add-text-properties.
3401 (wdired-get-filename, wdired-get-previous-link): Get old-name
3402 and old-link properties from character preceding name and
3404 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3405 (wdired-perms-to-number): Make local-map property
3406 rear-nonsticky to avoid that text following permissions may be
3407 modified. Use add-text-properties instead of put-text-property
3408 when changing a permission bit.
3409 (wdired-change-to-dired-mode): Remove stickiness properties.
3411 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3413 * international/mule-cmds.el (register-input-method): Doc fix.
3415 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3417 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3419 2006-12-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3421 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3422 Force buffer local defs evaluation on local variables loading.
3423 (flyspell-mode-on, flyspell-mode-off): Use it in
3424 `hack-local-variables-hook'.
3426 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3428 * emacs-lisp/find-func.el (find-variable): Doc fix.
3430 * help-fns.el (variable-at-point): Doc fix.
3432 * w32-fns.el (w32-append-code-lines): New function.
3434 2006-12-09 Romain Francoise <romain@orebokech.com>
3436 * comint.el (comint-insert-input): Delete obsolete comment.
3438 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3440 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3441 current frame, in case we're connected to several displays.
3443 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3445 * frame.el (other-frame): Doc fix.
3446 (set-frame-parameter): Fix typo in docstring.
3448 2006-12-07 Kim F. Storm <storm@cua.dk>
3450 * info.el (Info-index): Strip leading colon from topic.
3452 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3454 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3457 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3459 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3460 Trim out spurious class inheritance "None" entries.
3462 2006-12-05 Kim F. Storm <storm@cua.dk>
3464 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3465 (cua-paste-pop): Rework last change for
3466 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3467 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3468 text inserted by the last M-y command.
3470 2006-12-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3472 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3473 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3475 * shell.el (shell): Search the start file in ~/.emacs.d as
3476 `init_SHELLNAME.sh' instead.
3478 2006-12-05 Glenn Morris <rgm@gnu.org>
3480 * progmodes/cperl-mode.el (cperl-mode)
3481 * progmodes/f90.el (f90-mode-abbrev-table)
3482 * progmodes/fortran.el (fortran-mode-abbrev-table)
3483 * progmodes/octave-mod.el (octave-abbrev-table)
3484 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3485 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3487 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3488 clear abbrev table, else saved abbrevs will not be restored.
3490 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3492 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3493 the call to `make-obsolete-variable', not in the docstring.
3495 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3497 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3499 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3501 * progmodes/ebnf-abn.el:
3502 * progmodes/ebnf-bnf.el:
3503 * progmodes/ebnf-dtd.el:
3504 * progmodes/ebnf-ebx.el:
3505 * progmodes/ebnf-iso.el:
3506 * progmodes/ebnf-otz.el:
3507 * progmodes/ebnf-yac.el:
3508 * progmodes/ebnf2ps.el:
3513 * ps-print.el: Remove 'Time-stamp' comment mark.
3515 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3516 'easy-menu-add-item' when called in Emacs 21 or higher.
3518 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3520 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3521 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3523 2006-12-04 Kim F. Storm <storm@cua.dk>
3525 * bindings.el (global-map): Bind [signal t] to ignore, to have
3526 user signals ignored by default.
3528 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3530 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3531 Unicode data file pointed to by `describe-char-unicodedata-file'.
3533 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3535 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3536 O(n^2) regexp-search by anchoring the search.
3538 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3540 * whitespace.el (whitespace-cleanup-internal): Use current
3541 argument for recursive call.
3543 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3545 * net/tramp.el (tramp-methods): Add "ControlPath" and
3546 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3547 Andreas Schwab <schwab@suse.de>.
3548 (tramp-do-copy-or-rename-file-out-of-band)
3549 (tramp-open-connection-rsh): Compute format spec for ?t.
3550 (tramp-process-actions): Trace command parameters.
3552 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3554 * simple.el (toggle-truncate-lines): Clarify doc string.
3556 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3557 (gdb-speedbar-expand-node): Use it.
3559 2006-12-04 Richard Stallman <rms@gnu.org>
3561 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3563 * dired.el (dired-revert): Turn off dired-after-readin-hook
3564 around call to dired-readin.
3566 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3567 to echo area messages.
3568 <indicate-empty-lines, case-fold-search>:
3569 Add "globally" to Help string.
3570 <case-fold-search>: MESSAGE arg need not say "globally".
3571 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3573 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3575 * outline.el (outline-end-of-subtree): Don't leave an empty
3576 line hidden as we would a real next heading.
3578 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3580 * allout.el (allout-ascend): Add an optional argument to preserve
3581 original position of point when unsuccessful. Also, fix a
3583 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3584 work again, using allout-ascend's new option.
3585 (allout-setup-mode-map): Extract from allout-mode to initialize
3586 allout-mode-map. Call it on file load, so the mode docstring
3587 substitutions work even if allout mode has not yet been invoked.
3588 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3589 customizations since the map was last processed. Also, refine the
3590 docstring so it's ship-shape for release.
3591 (allout-default-layout, allout-beginning-of-line-cycles)
3592 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3593 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3594 (allout-version, allout-layout, allout-infer-body-reindent)
3595 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3596 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3597 (allout-previous-heading, allout-goto-prefix-doublechecked)
3598 (allout-current-bullet-pos, allout-next-sibling-leap)
3599 (allout-pre-command-business, allout-encrypted-type-prefix)
3600 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3601 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3602 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3603 (allout-old-expose-topic, allout-listify-exposed)
3604 (allout-process-exposed, allout-latex-verb-quote)
3605 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3606 (allout-toggle-current-subtree-encryption)
3607 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3608 Remove extraneous open-paren and close paren string escapes.
3610 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3612 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3613 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3614 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3615 Fix typos in docstrings.
3617 2006-12-03 Glenn Morris <rgm@gnu.org>
3619 * progmodes/cc-align.el
3620 * progmodes/cc-awk.el
3621 * progmodes/cc-cmds.el
3622 * progmodes/cc-compat.el
3623 * progmodes/cc-defs.el
3624 * progmodes/cc-engine.el
3625 * progmodes/cc-langs.el
3626 * progmodes/cc-menus.el
3627 * progmodes/cc-mode.el
3628 * progmodes/cc-styles.el
3629 * progmodes/cc-vars.el
3630 * progmodes/vhdl-mode.el: Fix Copyright format.
3632 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3634 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3637 2006-12-02 Kim F. Storm <storm@cua.dk>
3639 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3640 (cua-repeat-replace-region): Make M-v more robust.
3641 (cua-paste-pop-rotate-temporarily): New defcustom.
3642 (cua-paste-pop): Use it.
3643 (cua-auto-mark-last-change): New defcustom.
3644 (cua-pop-to-last-change): New helper function.
3645 (cua-set-mark): Use them.
3647 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3649 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3650 mini-buffer message.
3652 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3654 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3656 2006-12-01 Ben North <ben@redfrontdoor.org>
3658 * paren.el: Fix the highlight overlay extension when the user types a
3659 sequence of char very fast just before the open parenthesis.
3661 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3663 * ps-mule.el: Eliminate Emacs 20 compatibility.
3665 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3666 (ps-print-version): New version 6.7.
3667 (ps-print-quote): Replace '?\ ' by '?\s'.
3669 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3671 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3672 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3673 (hexl-end-of-1k-page): Doc fixes.
3674 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3675 Fix typos in docstrings.
3677 2006-11-30 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3679 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3680 locally, i.e. without using file name handlers.
3681 (ido-read-internal): Allow mono letter host names, avoiding the
3682 `c:' problem by testing if the file exists locally.
3683 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3685 2006-11-30 Masatake YAMATO <jet@gyve.org>
3687 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3688 to avoid bytecomp warnings.
3689 (hexl-mode-old-ruler-function): New variable.
3690 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3691 and `hl-line-range-function' after `require' hl-line.
3692 Then bind `hl-line-range-function' and `hl-line-face'.
3693 Don't require frame. Don't use `with-no-warnings'.
3694 (hexl-activate-ruler): Store the original value of
3695 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3696 (hexl-mode-exit): Restore the original value of
3697 `ruler-mode-ruler-function'.
3699 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3701 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3702 (hexl-mode-old-hl-line-face): New variable.
3703 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3704 line when exit from the hexl-mode.
3706 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3708 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3711 * international/fontset.el (create-fontset-from-ascii-font)
3712 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3713 (fontset-name-p): Fix typo in docstring.
3715 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3717 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3719 * ps-bdf.el: Fix maintainer email.
3721 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3724 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3726 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3729 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3731 * progmodes/idlwave.el (idlwave-auto-fill):
3732 Remove paragraph-start let to prevent auto-fill giving up.
3734 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3736 * vt100-led.el (led-state): Fix typo in previous change.
3738 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3740 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3741 Fix interactive spec of the functions getting defined to make them
3744 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3746 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3748 2006-11-28 Kim F. Storm <storm@cua.dk>
3750 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3751 icomplete-mode is enabled.
3753 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3755 * textmodes/org.el (require): Require gnus-sum during compilation
3756 to avoid problem with a macro call.
3758 2006-11-28 Glenn Morris <rgm@gnu.org>
3760 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3762 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3763 (fortran-window-create-momentarily): Do not need string-to-char.
3765 2006-11-28 Richard Stallman <rms@gnu.org>
3767 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3768 Replace incorrect use of assoc-default with a loop.
3770 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3772 * simple.el (next-error-find-buffer): Improve messages.
3774 * files.el (revert-buffer): Special error message if file
3775 is now not readable.
3777 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3778 constructed commands.
3780 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3783 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3785 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3787 * server.el: Remove spurious * in docstrings.
3788 (server-process-filter): Exit from recursive editing before processing
3791 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3793 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3794 line so hidden blocks will be correctly identified.
3796 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3798 * ledit.el (ledit-save-defun, ledit-mode):
3799 * resume.el (resume-emacs-args-buffer):
3800 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3801 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3802 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3803 (command-send-input, command-kill-line):
3804 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3806 * autoarg.el (autoarg-kp-mode): Doc fix.
3808 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3809 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3810 (check-emacs-lock): Doc fix. Simplify.
3812 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3813 (iimage-mode-buffer): Fix typos in docstring.
3815 * misc.el (zap-up-to-char): Doc fix.
3817 * time-stamp.el: Fix comment and obsolescence string for old
3818 functions. Use `dolist' instead of `while'.
3820 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3822 * disp-table.el (standard-display-8bit, standard-display-default):
3823 * ebuff-menu.el (electric-buffer-list):
3824 * ehelp.el (electric-help-command-loop):
3825 * font-core.el (font-lock-mode):
3826 * help-macro.el (make-help-screen):
3827 * help.el (describe-minor-mode-completion-table-for-indicator)
3828 (lookup-minor-mode-from-indicator):
3829 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3830 * info-look.el (info-lookup-guess-custom-symbol):
3831 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3832 * longlines.el (longlines-wrap-line):
3833 * macros.el (insert-kbd-macro):
3834 * menu-bar.el (menu-bar-update-buffers):
3835 * misc.el (copy-from-above-command):
3836 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3837 * newcomment.el (comment-indent):
3838 * novice.el (disabled-command-function):
3839 * sort.el (sort-fields-syntax-table):
3840 * subr.el (momentary-string-display):
3841 * tar-mode.el (tar-header-block-summarize)
3842 (tar-clear-modification-flags):
3843 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3844 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3845 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3846 (te-delete-char, te-down-vertically-or-scroll):
3847 * time-stamp.el (time-stamp-string-preprocess):
3848 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3850 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3852 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3855 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3856 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3858 2006-11-26 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3860 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3862 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3864 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3865 (ada-compile-goto-error): Adapt to new argument profile of
3866 compilation-goto-locus in Emacs 22. Don't check if the various
3867 compile functions are defined; we already do "(require 'compile)".
3869 2006-11-26 Kim F. Storm <storm@cua.dk>
3871 * kmacro.el: Fix commentary.
3873 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3875 * progmodes/gud.el (gdb): Explain how to run in text command mode
3876 more clearly. Say in error message that multiple debugging
3877 requires restarting GDB.
3879 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3881 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3883 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3885 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3886 (flymake-popup-menu): Use it instead of posn-at-point.
3888 2006-11-25 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3890 * progmodes/cc-vars.el (c-backslash-column):
3891 Mention c-backslash-max-column in documentation for c-backslash-column.
3893 2006-11-24 Lars Hansen <larsh@soem.dk>
3895 * net/tramp.el (tramp-default-method): Under Windows, change from
3897 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3898 (tramp-actions-copy-out-of-band):
3899 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3900 (tramp-action-out-of-band): Move "Permission denied" handling to
3901 tramp-action-copy-failed.
3902 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3905 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3907 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3908 strings to a single string. Quote `errors-file-name'.
3909 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3910 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3911 Adjust calls. Use `shell-quote-argument'.
3913 * international/mule.el (load-with-code-conversion)
3914 (with-category-table): Use with-current-buffer.
3915 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3917 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3919 * mail/smtpmail.el (smtpmail-send-it):
3920 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3921 MIME header for the message encoding.
3922 Bind coding-system-for-write around the call to mail-do-fcc.
3923 Use smtpmail-code-conv-from to encode queued mail messages.
3925 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3927 * tabify.el (tabify-regexp): Doc fix.
3929 * net/rcirc.el (rcirc-buffer-maximum-lines):
3930 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3932 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3933 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3934 Fix typos in output messages.
3935 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3937 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3939 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3941 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3943 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
3945 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3946 Remove condition-case.
3948 2006-11-23 Glenn Morris <rgm@gnu.org>
3950 * progmodes/f90.el (f90-comment-indent): Do not move point in
3953 2006-11-21 Romain Francoise <romain@orebokech.com>
3955 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3956 from library name (reverts change of 2005-10-25).
3958 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3960 * tutorial.el (tutorial--default-keys): Add newline and
3961 delete-backward-char bindings.
3962 (tutorial--detailed-help): Save excursion when finding keys.
3963 Correct warning string for M-x FOO case.
3964 (tutorial--display-changes): Print special keys in tutorial style.
3965 Tweak search regexp for changed keys.
3967 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3969 * thingatpt.el (thing-at-point-url-at-point): Don't add a
3972 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
3974 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3975 are new to the list at IANA. Also added irc, mms, mmsh.
3977 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
3979 * progmodes/idlw-help.el (idlwave-html-help-location):
3980 Fail gracefully for missing help packages.
3981 (idlwave-help-assistant-open-link): Open full links.
3982 (idlwave-help-assistant-help-with-topic): Direct help link.
3984 * progmodes/idlwave.el (idlwave-mode):
3985 Set add-log-current-defun-function.
3986 (idlwave-current-routine-fullname): Add, to support add-log.
3987 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3988 to reflect improvements to xml-parse-file.
3989 (idlwave-mode-menu-def): New binding for help-with-topic.
3991 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3992 Handle extra newlines and spaces.
3993 (idlwave-shell-mode-map): Add help-with-topic.
3995 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
3997 * tutorial.el (tutorial-warning-face): New face.
3998 (tutorial--detailed-help, tutorial--display-changes): Use it.
3999 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4000 Improve search pattern for occurrences of changed keys.
4002 2006-11-20 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4004 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4005 (x-select-text): Set it.
4006 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4007 when checking for newness.
4009 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4011 * subr.el (posn-image):
4012 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4014 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4016 2006-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4018 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4019 Exceptions to the rule "add a space between an identifier and an
4020 opening parenthesis". Defaulted to the `#define' problem of cpp.
4021 (glasses-parenthesis-exception-p): New. Check if the region is an
4022 exception regarding to that.
4023 (glasses-make-readable): Use it.
4024 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4025 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4027 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4029 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4031 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4033 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4035 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4036 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4038 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4040 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4041 conditions for function or variable bindings.
4043 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4045 * progmodes/compile.el (compilation-start): Ditto.
4047 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4049 * net/tramp.el (top): cl and custom are always required.
4051 2006-11-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4053 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4054 cut-buffers with next-selection-coding-system if not nil.
4056 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4058 * textmodes/org.el (org-fix-decoded-time): New function.
4059 (org-display-custom-time): Use `org-fix-decoded-time'.
4061 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4063 * menu-bar.el (menu-bar-games-menu): Remove yow.
4065 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4067 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4068 (org-detach-overlay): Rename from `org-detatch-overlay'.
4069 (org-table-convert-region): Insert space after column separator.
4070 (org-agenda-kill): New command.
4071 (org-metaleft): Call `org-outdent-item' on bullets.
4072 (org-metaright): Call `org-indent-item' on bullets.
4073 (org-timestamp-change): Set `org-last-changed-timestamp'.
4074 (org-current-line): Make sure (bolp) returns correct result.
4075 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4077 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4079 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4081 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4083 * mouse.el (global-map): Change 2006-08-16 fix to call
4084 mouse-yank-at-click explicitly, since mouse events are not carried
4085 over into keyboard macros.
4087 2006-11-16 Kim F. Storm <storm@cua.dk>
4089 * ido.el (ido-file-internal): Use current buffer's file name as default
4090 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4092 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4094 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4095 (allout-inhibit-aberrance-doublecheck): Rename from
4096 allout-during-yank-processing. All callers changed.
4097 (allout-ascend): Provide for unusual case where some topic after
4098 the first in file is at lower depth than the first.
4099 (allout-shift-in): Ensure the offspring of the new containing
4101 (allout-encrypt-string): Preserve the coding-system of the text,
4102 according to that of the containing buffer.
4103 (allout-toggle-subtree-encryption): When the text being encrypted
4104 requires a different coding system, offer to preserve the coding
4105 system using a file local var.
4107 2006-11-15 Simon Marshall <simon@gnu.org>
4109 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4110 to recognise "T t()" as a function declaration, rather than a
4111 variable instantiation, iff at the top-level or inside a class
4112 declaration. Suggested by Feng Li <fengli@gmail.com>.
4114 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4116 * progmodes/ada-xref.el (ada-parse-prj-file):
4117 Don't delete project buffer; user may want to edit it.
4118 (ada-xref-set-project-field, ada-xref-current-project-file)
4119 (ada-xref-current-project, ada-show-current-project)
4120 (ada-set-main-compile-application): New functions.
4121 (ada-xref-get-project-field, ada-require-project-file):
4122 Normalize use of ada-prj-default-project-file.
4123 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4124 Normalize use of ada-require-project-file.
4125 (ada-prj-find-prj-file): Improve doc string, comments.
4127 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4128 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4129 (ada-create-menu): Add ada-set-main-compile-application,
4130 ada-show-current-main, ada-show-current-project.
4132 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4134 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4135 (inferior-python-mode): Use it.
4137 2006-11-14 Andreas Schwab <schwab@suse.de>
4139 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4141 2006-11-13 Kim F. Storm <storm@cua.dk>
4143 * ido.el (ido-copy-current-word): C-o copies region if active.
4145 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4147 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4149 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4151 * ediff.el (ediff-revision):
4152 * files.el (set-visited-file-name):
4153 * mail/rmailout.el (rmail-output-body-to-file):
4154 Use `format', not `message', in `y-or-n-p' call.
4156 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4158 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4159 (org-metaright): Call `org-indent-item' on bullets.
4160 (org-timestamp-change): Set `org-last-changed-timestamp'.
4161 (org-current-line): Make sure (bolp) returns correct result.
4162 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4164 2006-11-12 Richard Stallman <rms@gnu.org>
4166 * language/european.el (turkish-case-conversion-enable)
4167 (turkish-case-conversion-disable): New functions.
4168 ("Turkish" lang env): Use them.
4170 * international/characters.el (case table):
4171 Do nothing special for i and I.
4173 * subr.el (remove-overlays): Fix last change.
4175 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4176 for visiting the custom file.
4178 2006-11-12 Markus Triska <triska@gmx.at>
4180 * play/handwrite.el (handwrite): Also process lines not ending
4181 with newline. Replace some position-fiddling with different
4182 logic. Improve performance.
4184 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4186 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4187 replacing deleted variable `ada-check-switch'.
4188 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4189 (ada-xref-project-files): Improve doc string.
4190 (ada-find-executable): New function.
4191 (ada-initialize-runtime-library): Use `ada-find-executable'.
4192 (ada-xref-set-default-prj-values): In compile commands, don't need
4193 `ada-cd-command'; `compile' does that more portably.
4194 Use ada-prj-default-check-cmd.
4195 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4196 properties if not specified in project file.
4197 (ada-goto-declaration): Display useful message for new error
4198 'error-file-not-found.
4199 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4200 'error-file-not-found.
4201 (ada-get-all-references): Match latest ali syntax. Signal new
4202 error 'error-file-not-found.
4203 (ada-find-in-ali): Match latest ali syntax.
4204 (ada-make-filename-from-adaname): Handle different semantics of
4205 gnatkr in GNAT 3.15p vs later.
4207 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4208 ada-procedure-start-regexp.
4209 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4211 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4213 (ada-language-version): Rename ada05 -> ada2005.
4214 (ada-align-region-separate): Add `eval-when-compile'.
4215 (ada-name-regexp): Remove unneeded escapes in regexp character
4217 (ada-compile-goto-error-file-linenr-re): New constant.
4218 (ada-matching-start-re): Handle additional cases `declare',
4219 `procedure', `function'.
4220 (ada-compile-goto-error): Handle "... at line nn".
4221 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4222 Delete support for old versions of `align'.
4223 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4224 (ada-check-defun-name): Simplify handling of `declare'.
4225 (ada-goto-matching-start): Handle nested `begin ... end'.
4226 Handle `declare', `protected', `procedure', `function'.
4227 (ada-create-menu): Presence of arm95 is not conditional on using
4230 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4232 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4233 nil in the *RE-Builder* buffer (it causes spurious error messages).
4235 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4236 been set to t, respect it.
4238 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4240 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4241 Delete commented out code for old Emacs versions. Autoloading of
4242 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4243 (ada-mode-version): Bump version number.
4244 (ada-95-string-keywords, ada-2005-string-keywords)
4245 (ada-2005-keywords, ada-name-regexp): New constant.
4246 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4247 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4248 (ada-package-start-regexp): Support private packages, include package
4249 name (for ada-set-point-accordingly).
4250 (ada-next-procedure, ada-previous-procedure)
4251 (ada-which-function-are-we-in): Match changes to
4252 ada-procedure-start-regexp.
4253 (ada-make-body): Make non-interactive; not a user function.
4254 (ada-make-subprogram-body): Improve doc string.
4256 2006-11-11 Romain Francoise <romain@orebokech.com>
4258 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4259 `compilation-error-regexp-alist' buffer-local, since we changed
4260 `compilation-error-regexp-alist-alist' locally.
4262 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4264 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4265 to the value of `server-raise-frame'.
4267 2006-11-11 Glenn Morris <rgm@gnu.org>
4269 * ido.el (ido-enable-prefix)
4270 * ses.el (ses-call-printer-return)
4271 * net/tramp.el (tramp-unified-filenames)
4272 * progmodes/cc-align.el (c-lineup-string-cont)
4273 * progmodes/compile.el (compilation-directory-matcher)
4274 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4275 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4276 (vhdl-clock-rising-edge)
4277 * textmodes/org.el (org-export-with-timestamps)
4278 (org-export-remove-timestamps-from-toc)
4279 (org-export-with-tags): Improve previous doc fixes.
4281 2006-11-11 Richard Stallman <rms@gnu.org>
4283 * textmodes/flyspell.el (flyspell-mode-map):
4284 Bind C-c $ instead of M-RET.
4286 2006-11-10 Simon Marshall <simon@gnu.org>
4288 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4289 fontification for "case" and "default" keywords.
4291 2006-11-10 Andreas Schwab <schwab@suse.de>
4293 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4294 Avoid starting sentence with "nil".
4296 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4298 * server.el (server-raise-frame): New option.
4299 (server-switch-buffer): Use it.
4301 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4303 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4306 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4308 * textmodes/org.el (org-show-hierarchy-above)
4309 (org-show-following-heading): Fix typo in default value.
4310 (org-scan-tags): Make the search case-sensitive.
4311 (org-tags-sparse-tree): Don't overrule
4312 `org-show-following-heading' and `org-show-hierarchy-above'.
4313 (org-reveal): New command.
4314 (org-show-context): Rename from `org-show-hierarchy-above'.
4315 (org-fast-tag-selection-single-key): New option.
4316 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4317 (org-tags-overlay): New variable.
4318 (org-agenda-todo-ignore-deadlines): New option.
4319 ("session"): Add circular data structure `org-mark-ring' to
4320 exceptions list in session.el.
4321 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4323 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4324 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4325 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4326 (org-finalize-agenda): Activate bracket links in agenda.
4327 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4329 (org-show-hierarchy-above, org-show-following-heading):
4330 List values allowed for fine-tuned configuration.
4331 (org-show-hierarchy-above): New argument CONTEXT, use the
4332 fine-tuned settings in `org-show-hierarchy-above' and
4333 `org-show-following-heading'.
4334 (org-display-custom-time): New function.
4335 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4336 (org-display-custom-times, org-time-stamp-custom-formats):
4337 (org-maybe-intangible): New macro.
4338 (org-activate-bracket-links, org-hide-wide-columns):
4339 Use `org-maybe-intangible'.
4340 (org-open-file): Use `shell-quote-argument'.
4341 (org-display-internal-link-with-indirect-buffer): New option.
4342 (org-file-remote-p): Get regexp from list.
4343 (org-link-expand-abbrev): New function.
4344 (org-link-abbrev-alist): New option.
4345 (org-open-at-point, org-cleaned-string-for-export):
4346 Call `org-link-expand-abbrev'.
4347 (org-timeline, org-agenda-list, org-todo-list)
4348 (org-tags-view): Remove the KEEP-MODES argument.
4349 (org-finalize-agenda-hook): New hook.
4350 (org-get-alist-option): New function.
4351 (org-follow-timestamp-link): New function.
4352 (org-open-at-point): Call `org-follow-timestamp-link'.
4353 (org-log-note-marker, org-log-note-purpose)
4354 (org-log-note-window-configuration): New variables.
4355 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4356 (org-log-note-headings): New option.
4357 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4358 (org-store-link): Support for dired-mode.
4359 (org-open-file): Substitute environment variables into filename.
4360 (org-last): New defsubst.
4361 (org-agenda-re-align-tags): New function.
4362 (org-agenda-align-tags-to-column): New option.
4363 (org-agenda-timeline): Group removed.
4364 (org-prepare-agenda, org-prepare-agenda-buffers)
4365 (org-run-agenda-series, org-timeline, org-agenda-list)
4366 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4367 the text property inticating the agenda type.
4368 (org-agenda-post-command-hook): Get agenda type from text property
4370 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4371 and obey `org-agenda-overriding-arguments'.
4372 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4373 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4374 (org-agenda-week-view, org-agenda-day-view):
4375 Use `org-agenda-overriding-arguments' to make updating work with
4376 multi-block agendas.
4377 (org-agenda-prefix-format): Allow different formats for the
4378 different agenda entry types.
4379 (org-timeline-prefix-format): Option removed, use
4380 `org-agenda-prefix-format' instead.
4381 (org-prepare-agenda): New function.
4382 (org-select-timeline-window): Option removed, use
4383 `org-select-agenda-window' instead.
4384 (org-respect-restriction): Variable removed.
4385 (org-cmp-tag): New function.
4386 (org-agenda-sorting-strategy, org-entries-lessp):
4387 Implement sorting by last tag.
4388 (org-complete): Better completion in in-buffer option lines.
4389 (org-in-item-p): New function.
4390 (org-org-menu): Add entries for checkboxes.
4391 (org-cycle): Extra brouping in outline-regexp, because it is used
4392 in a search with "^" prepended.
4393 (org-provide-checkbox-statistics): New option.
4394 (org-set-font-lock-defaults): Highlight checkbox statistics.
4395 (org-update-checkbox-count-maybe)
4396 (org-get-checkbox-statistics-face): New functions.
4397 (org-update-checkbox-count): New command.
4398 (org-insert-item, org-toggle-checkbox):
4399 Call `org-update-checkbox-count-maybe'.
4400 (org-export-as-html): XEmacs compatibility for coding system.
4401 (org-force-cycle-archived): New command.
4402 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4404 (org-fix-position-after-promote): If the line contains only a todo
4405 keyword, add a final space.
4406 (org-promote-subtree, org-demote-subtree):
4407 Call `org-fix-position-after-promote'.
4409 2006-11-10 Glenn Morris <rgm@gnu.org>
4411 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4413 (calendar-dst-check-each-year-flag): New customizable variable.
4414 (calendar-dst-find-data): New function, extracted from
4415 calendar-current-time-zone.
4416 (calendar-current-time-zone): Use calendar-dst-find-data.
4417 (calendar-dst-transition-cache): New variable.
4418 (calendar-dst-find-startend, calendar-dst-starts)
4419 (calendar-dst-ends): New functions.
4420 (calendar-daylight-savings-starts)
4421 (calendar-daylight-savings-ends): Change value to use
4422 calendar-dst-starts, calendar-dst-ends; respectively.
4424 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4426 * ido.el (ido-enable-prefix)
4427 * ses.el (ses-call-printer-return)
4428 * net/tramp.el (tramp-unified-filenames)
4429 * progmodes/cc-align.el (c-lineup-string-cont)
4430 * progmodes/compile.el (compilation-directory-matcher)
4431 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4432 * progmodes/gdb-ui.el (gdb-many-windows)
4433 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4434 (vhdl-clock-rising-edge)
4435 * textmodes/org.el (org-export-with-timestamps)
4436 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4437 (org-read-date): Doc fix (Nil -> nil).
4439 2006-11-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4441 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4442 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4444 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4446 * bs.el (bs--window-for-buffer): Remove.
4447 (bs--show-with-configuration): Use `get-window-with-predicate'
4448 instead of `bs--window-for-buffer'.
4450 2006-11-10 Kenichi Handa <handa@m17n.org>
4452 * files.el (revert-buffer): Fix previous change.
4454 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4456 * bs.el (bs--redisplay): Fix typo in docstring.
4457 (bs--window-config-coming-from): Make frame-local.
4458 (bs--restore-window-config): New function.
4459 (bs-kill, bs-select, bs-select-other-window)
4460 (bs-select-other-frame): Use it.
4461 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4462 (bs--show-with-configuration): Save the window configuration as a
4463 frame local var, and only if *buffer-selection* is not already
4464 visible on this frame.
4466 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4468 * vc-svn.el (vc-svn-admin-directory): New var.
4469 (vc-svn-registered, vc-svn-responsible-p)
4470 (vc-svn-repository-hostname): Use it.
4471 Suggested by arit93@yahoo.com.
4473 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4475 * ldefs-boot.el: Regenerate.
4477 2006-11-08 Alan Mackenzie <acm@muc.de>
4479 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4480 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4481 for least nested open-paren.
4483 2006-11-08 Romain Francoise <romain@orebokech.com>
4485 * subr.el (remove-overlays): Fix typo in last change.
4487 2006-11-08 Richard Stallman <rms@gnu.org>
4489 * subr.el (remove-overlays): Call overlay-recenter.
4491 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4493 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4494 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4496 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4499 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4501 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4502 (ido-max-dir-file-cache, ido-decorations)
4503 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4504 (ido-magic-backward-char, ido-enter-dired)
4505 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4506 (ido-list-directory, ido-first-match, ido-only-match)
4507 (ido-subdir, ido-indicator): Fix typos in docstrings.
4508 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4509 (ido-read-internal): Fix typo in error message.
4511 2006-11-08 Kenichi Handa <handa@m17n.org>
4513 * international/mule-cmds.el (set-default-coding-systems):
4514 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4516 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4518 * makefile.w32-in (setwins): Remove.
4519 (WINS_ALMOST): New macro.
4521 (autoloads): Don't extract autoloads from files in obsolete/.
4523 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4525 * whitespace.el (whitespace-buffer): Call remove-overlays after
4526 overlay-recenter for performance. Suggested by Martin Rudalics.
4528 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4530 * net/tramp.el (tramp-default-method): scp is the default method.
4532 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4534 * server.el (server-start): Save also the Emacs pid in the server file.
4536 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4538 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4539 point when displaying a bibtex cross reference in the echo area.
4541 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4543 * international/mule.el (make-char): Fix typo in docstring.
4544 (load-with-code-conversion, charsetp): Doc fixes.
4546 * international/ja-dic-cnv.el (skkdic-convert):
4547 * cus-edit.el (hook): Fix typo in docstring.
4549 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4551 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4552 (custom-mode-link-map): New variable.
4553 (custom-group-link, custom-manual): Use follow-link.
4555 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4557 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4558 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4560 2006-11-06 Richard Stallman <rms@gnu.org>
4562 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4563 New function broken out of flyspell-correct-word.
4564 (flyspell-mode-map): Bind it to M-RET.
4565 (flyspell-correct-word): Call it.
4567 * textmodes/fill.el (fill-minibuffer-function): New function.
4568 (fill-paragraph): Bind fill-paragraph-function to
4569 fill-minibuffer-function.
4571 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4572 so that they aren't undefined.
4574 * dired.el (dired-readin): Locally bind file-name-coding-system.
4576 * bindings.el: Shorten and clarify usual mode line mouse help string.
4578 * Makefile.in (autoloads): Don't include `obsolete'.
4580 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4582 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4583 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4584 Printing menu if it's not initialized.
4585 (pr-menu-bind): Act on menu-bar-file-menu directly.
4587 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4589 * help.el (view-emacs-news): Fix typo in error message.
4591 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4593 * shadowfile.el (shadow-define-regexp-group)
4594 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4595 (shadow-read-files): Fix typo in message.
4596 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4597 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4598 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4599 (shadow-file-match): Fix typos in docstrings.
4601 * terminal.el (terminal-emulator): Fix typo in message.
4603 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4605 * emacs-lisp/lselect.el (x-kill-primary-selection)
4606 (x-delete-primary-selection, x-copy-primary-selection):
4607 Fix typos in error messages.
4609 * emulation/edt-mapper.el: Fix typo in interactive message.
4611 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4613 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4614 (ispell-help): Fix typos in docstrings.
4615 (ispell-help): Fix typo in output message.
4617 * allout.el (allout-adjust-file-variable)
4618 (allout-passphrase-verifier-string)
4619 (allout-passphrase-hint-string)
4620 (allout-toggle-current-subtree-encryption):
4621 * apropos.el (apropos-synonyms):
4622 * cus-edit.el (hook):
4623 * emacs-lock.el (emacs-lock-from-exiting):
4624 * follow.el (follow-avoid-tail-recenter-p):
4625 * hexl.el (hexl-mode):
4626 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4627 * mouse.el (mouse-set-font):
4628 * resume.el (resume-emacs-args-file):
4629 * rfn-eshadow.el (file-name-shadow-tty-properties):
4630 * t-mouse.el (t-mouse-process, t-mouse-mode):
4631 * emacs-lisp/cust-print.el (custom-print-install)
4632 (custom-print-uninstall, custom-format):
4633 * emacs-lisp/shadow.el (list-load-path-shadows):
4634 * emulation/tpu-edt.el (tpu-help-text)
4635 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4636 (tpu-reset-control-keys):
4637 * emulation/vip.el (vip-emacs-local-map)
4638 (vip-change-mode-to-emacs):
4639 * emulation/viper.el (viper-mode, viper-set-hooks)
4640 (viper-major-mode-modifier-list):
4641 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4642 * emulation/viper-keym.el (viper-emacs-kbd-map)
4644 * mail/feedmail.el (feedmail-queue-reminder)
4645 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4646 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4647 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4648 (feedmail-sender-line, feedmail-force-binary-write)
4649 (feedmail-from-line, feedmail-deduce-envelope-from)
4650 (feedmail-x-mailer-line, feedmail-message-id-generator)
4651 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4652 (feedmail-enable-spray, feedmail-spray-this-address)
4653 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4654 (feedmail-queue-runner-confirm-global)
4655 (feedmail-ask-before-queue-prompt)
4656 (feedmail-ask-before-queue-reprompt)
4657 (feedmail-prompt-before-queue-standard-alist)
4658 (feedmail-prompt-before-queue-user-alist)
4659 (feedmail-prompt-before-queue-help-supplement)
4660 (feedmail-queue-use-send-time-for-message-id)
4661 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4662 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4663 (feedmail-mail-send-hook-queued)
4664 (feedmail-confirm-addresses-hook-example)
4665 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4666 (feedmail-queue-runner-mode-setter)
4667 (feedmail-queue-alternative-mail-header-separator)
4668 (feedmail-queue-runner-message-sender)
4669 (feedmail-buffer-eating-function, feedmail-binmail-template)
4670 (feedmail-run-the-queue-no-prompts)
4671 (feedmail-run-the-queue-global-prompt)
4672 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4673 (feedmail-envelope-deducer, feedmail-fiddle-date)
4674 (feedmail-default-message-id-generator)
4675 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4676 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4677 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4679 * play/dunnet.el (dun-help):
4680 * play/handwrite.el (handwrite):
4681 * play/hanoi.el (hanoi-unix-64):
4682 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4683 * textmodes/enriched.el (fixed):
4684 * textmodes/org.el (org-file-apps)
4685 (org-emphasis-regexp-components, org-emphasis-alist):
4686 * textmodes/texinfmt.el (batch-texinfo-format):
4687 Fix typos in docstrings.
4689 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4691 * loadhist.el (read-feature): Don't complete features not loaded
4692 from a file (which make `unload-feature' to fail).
4694 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4696 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4698 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4700 * startup.el (command-line-1): Kill emacs if the last frame is
4701 deleted while evaluating the command-line arguments.
4703 2006-11-05 Richard Stallman <rms@gnu.org>
4705 * startup.el (init-file-had-error): Add doc string.
4706 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4707 Use fixed-width font for keyboard key descriptions.
4709 * cus-edit.el (custom-save-all): Error if saving in .emacs
4710 and it had an error when loaded.
4712 * dired-aux.el (dired-copy-file-recursive): Catch errors
4713 from recursive copies in the loop, around the recursive call.
4715 2006-11-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4717 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4718 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4719 `/proc/acpi/thermal_zone/*'.
4720 (battery-search-for-one-match-in-files): New. Search a regexp in
4721 the content of some files.
4723 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4725 * window.el (mouse-autoselect-window-now): Remove variable.
4726 (mouse-autoselect-window-state): New variable.
4727 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4728 (mouse-autoselect-window-select, handle-select-window):
4729 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4730 Suspend delayed autoselection during menu or popup dialog.
4732 * info-look.el (info-lookup-guess-custom-symbol): New function
4733 for retrieving symbol at point in custom buffers.
4734 (top level) <info-lookup-maybe-add-help>: Add backquote and
4735 comma to ignored characters in regexps of help specifications
4736 for emacs-lisp-mode and lisp-interaction-mode. This permits
4737 looking up symbols in `...' and after a comma. Add help
4738 specifications for custom-mode and help-mode.
4740 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4742 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4743 Don't encode body if RAW is non-nil, or if the old encoding is
4744 identical to the new encoding, or if the body contains only
4745 eight-bit-* characters.
4747 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4749 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4750 (faces-sample-overlay): Remove variable.
4751 (describe-face): Insert sample text in the face being described.
4753 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4755 * whitespace.el (whitespace-indent-regexp): Make this match any
4756 multiples of eight spaces near the beginning of a line.
4757 (whitespace-buffer): Use `remove-overlays' instead of
4758 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4759 speed up overlay handling.
4760 (whitespace-buffer-leading, whitespace-buffer-trailing):
4761 Make these functions highlight the text removed by
4762 `whitespace-buffer-leading-cleanup' and
4763 `whitespace-buffer-trailing-cleanup' respectively.
4764 (whitespace-buffer-search): Use `with-local-quit'.
4765 Move `format' out of loop to speed up scanning larger buffers.
4766 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4767 that function is never added to a hook.
4768 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4769 (whitespace-buffer-leading-cleanup)
4770 (whitespace-refresh-rescan-list): Fix docstrings.
4772 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4774 * allout.el (allout-during-yank-processing): Cue for inhibiting
4775 aberrance processing during yanks.
4776 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4777 the amount of yanked topics that can be aberrant.
4778 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4779 a function, and supplement with inihibition of doublechecking
4781 (allout-beginning-of-line, allout-next-heading)
4782 (allout-previous-heading, allout-goto-prefix-doublechecked)
4783 (allout-back-to-current-heading, allout-next-visible-heading)
4784 (allout-next-sibling): Use new allout-do-doublecheck function.
4785 (allout-next-sibling): Ensure we made progress when returning
4787 (allout-rebullet-heading): Preserve text property annotations
4788 indicating the text was hidden, if it was.
4789 (allout-kill-line): Remove any added was-hidden annotations.
4790 (allout-kill-topic): Remove any added was-hidden annotations.
4791 (allout-annotate-hidden): Inhibit adding was-hidden text
4792 properties to the undo list.
4793 (allout-deannotate-hidden): New function to remove was-hidden
4795 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4796 (allout-remove-exposure-annotation): Replace by
4797 allout-deannotate-hidden.
4798 (allout-yank-processing): Signal that yank processing is happening
4799 with allout-during-yank-processing. Also, wrap
4800 allout-unprotected's closer to the text changes, for easier
4801 debugging. We need to inhibit-field-text-motion explicitly, in
4802 lieu of the encompassing allout-unprotected.
4803 (outlineify-sticky): Adjust criteria for triggering new outline
4804 decorations to presence or absence of any topics, not just a topic
4805 at the beginning of the buffer.
4807 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4809 * bs.el (bs--show-all, bs--redisplay):
4810 * cus-edit.el (custom-unlispify-menu-entries)
4811 (custom-unlispify-tag-names, custom-prompt-variable):
4812 * expand.el (expand-pos):
4813 * speedbar.el (speedbar-generic-list-tag-p):
4814 * wid-edit.el (widget-image-enable):
4815 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4816 * emacs-lisp/find-func.el (find-function-noselect)
4817 (find-function, find-variable-noselect, find-variable)
4818 (find-definition-noselect, find-face-definition):
4819 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4820 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4821 * progmodes/ada-xref.el (ada-find-in-ali):
4822 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4823 * textmodes/org.el (org-copy-subtree):
4824 * textmodes/table.el (table--row-column-insertion-point-p):
4825 Use "non-nil" in docstrings.
4827 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4829 * sort.el (sort-columns): Set the field separator to tab; on
4830 NetBSD, sort complains if "\n" is used as field separator.
4832 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4834 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4836 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4838 * server.el (server-auth-key): Remove. Replace by a process-property.
4839 (server-start): Don't remove the file of the previous process, but
4840 instead clear out the place for the new file.
4841 (server-start): Set the :auth-key property.
4842 (server-process-filter): Use the :auth-key property.
4844 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4846 * textmodes/org.el (org-mode-map): No longer copy
4847 `outline-mode-map' explicitly - this is already done by
4848 `define-derived-mode'.
4850 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4852 * server.el (server-visit-files): Use `when'.
4853 (server-process-filter): When authentication fails, send error
4854 message to client. Wrap `process-send-region' in `ignore-errors'
4855 instead of `condition-case', and remove misleading comment.
4857 2006-11-01 Juri Linkov <juri@jurta.org>
4859 * simple.el (yank): Doc fix.
4861 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4863 * server.el: Try and fit within 80 columns.
4864 (server-start): Make the auth file unreadable by other users.
4866 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4868 * battery.el (battery-linux-proc-acpi): Prevent range error when
4869 `full-capacity' is 0.
4871 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4873 * faces.el (faces-sample-overlay): New defvar.
4874 (faces-sample-overlay): New function to show face sample text.
4875 (describe-face): Use it.
4877 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4879 * progmodes/ada-stmt.el: Change maintainer, apply
4880 whitespace-cleanup, checkdoc.
4881 (ada-func-or-proc-name): Add doc string.
4883 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4884 whitespace-cleanup, checkdoc. Minor improvements to many doc
4885 strings and comments.
4886 (ada-prj-display-page): Change buffer name to more accurately
4889 * progmodes/ada-xref.el: Change maintainer, apply
4890 whitespace-cleanup, checkdoc. Minor improvements to many doc
4891 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4892 (ada-compile-current): Don't add newlines to commands.
4894 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4896 * server.el: Add support for TCP sockets.
4897 (server-use-tcp, server-host, server-auth-dir): New options.
4898 (server-auth-key): New variable.
4899 (server-ensure-safe-dir): Create nonexistent parent dirs.
4900 Ignore Unix-style file modes on Windows.
4901 (server-start): Crete a TCP or Unix socket according to the value
4902 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4903 `server-auth-dir' directory.
4904 (server-process-filter): Delete process if authentication
4905 fails (which never happens for Unix sockets).
4907 2006-10-30 David Kastrup <dak@gnu.org>
4909 * subr.el (add-to-list): Don't continue checking if a match has
4912 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4914 * tutorial.el: Move defvars to avoid bytecomp warnings.
4915 (tutorial--find-changed-keys): Check if viper-current-state is
4916 bound before using it.
4917 (help-with-tutorial): Check if viper-tutorial is defined before
4920 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4922 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4924 * tutorial.el: New file.
4925 (help-with-tutorial): Move here from help-fns.el. Added help for
4926 rebound keys. Fixed resume of tutorial.
4927 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4928 (tutorial--find-changed-keys, tutorial--display-changes)
4929 (tutorial--saved-dir, tutorial--saved-file)
4930 (tutorial--save-tutorial): New functions to support the changes in
4933 2006-10-30 Kenichi Handa <handa@m17n.org>
4935 * files.el (revert-buffer): If a unibyte buffer is being reverted
4936 with a coding system for multibyte, set buffer multibyte before
4937 calling insert-file-contents.
4939 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4941 * server.el (server-select-display): Use a dummy buffer to detect when
4942 the frame is later used.
4943 (server-select-display): New function.
4944 (server-process-filter): Use it to detect unused temp frames.
4946 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
4948 * progmodes/ada-mode.el: Change maintainer, apply
4949 whitespace-clean, checkdoc. Minor improvements to many doc strings.
4950 (ada-mode-version): New function.
4951 (ada-create-menu): Menu operations are available for all supported
4954 2006-10-29 Lars Hansen <larsh@soem.dk>
4956 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4957 Highlight as keyword.
4958 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4959 Don't call tramp-method-out-of-band-p for local files.
4960 (tramp-touch): Quote file name.
4962 2006-10-28 Glenn Morris <rgm@gnu.org>
4964 * calendar/calendar.el (cal-html-cursor-month)
4965 (cal-html-cursor-year): Add autoloads for this new package.
4966 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4968 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
4970 * calendar/cal-html.el: New file.
4972 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
4974 * emacs-lisp/authors.el (authors-aliases): Update.
4976 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4978 * version.el (emacs-version): Bump version number to 22.0.90.
4980 2006-10-26 John W. Eaton <jwe@octave.org>
4982 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4984 (inferior-octave-resync-dirs): Check to see whether Octave has
4985 built-in variables and set inferior-octave-has-built-in-variables.
4986 Check inferior-octave-has-built-in-variables to decide whether to
4987 send commands that set built-in variables or call functions to
4988 change Octave's behavior.
4989 Send "disp (pwd ())" to Octave instead of just "pwd".
4990 (inferior-octave-startup): Send "more off" to Octave instead of
4991 "page_screen_output = 0".
4993 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
4995 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4998 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5000 * bindings.el (mode-line-mode-menu): Remove bindings for global
5001 minor modes (line/column number) as they are on the menubar.
5003 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5005 * term/w32-win.el (x-handle-name-switch): Doc fix.
5006 (w32-standard-fontset-spec): Fix typo in docstring.
5008 * midnight.el (midnight-buffer-display-time): Doc fix.
5009 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5011 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5013 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5015 * viper-ex.el (ex-read): Quote file argument.
5017 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5019 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5021 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5023 * textmodes/flyspell.el (flyspell-check-region-doublons):
5026 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5028 * bindings.el (mode-line-mode-menu): List global minor modes
5031 2006-10-23 Kim F. Storm <storm@cua.dk>
5033 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5034 (sit-for): If last command was a prefix arg, add the read-ahead
5035 event to unread-command-events as (t . EVENT) so it will be added
5036 to this-command-keys by read-key-sequence.
5038 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5040 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5041 whitespace when checking doublons.
5042 (flyspell-check-region-doublons): Fix doublon regexp.
5043 (flyspell-highlight-incorrect-region): Highlight doublons using
5044 flyspell-duplicate face.
5046 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5048 2006-10-22 John Wiegley <johnw@newartisans.com>
5050 * progmodes/python.el (python-use-skeletons): python-mode was
5051 auto-inserting templates (for those with abbrev-mode on), not only
5052 by default -- *but without a configuration variable to disable
5053 it*. This rendered python-mode completely useless for me, so I
5054 have added `python-use-skeletons', which is now off by default.
5056 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5058 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5059 font-lock-multiline is auto-local (it's not).
5060 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5061 initialized before calling cperl-init-faces.
5063 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5065 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5066 gdb-stack-position a value when there is no fringe.
5068 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5069 indicator if not visiting a file.
5071 2006-10-20 David Kastrup <dak@gnu.org>
5073 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5074 operation would still cause some window to collapse later.
5076 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5078 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5079 side-effect due to mixing various backends's file properties.
5081 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5082 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5083 Return `filename's status if applicable. Update callers.
5085 2006-10-19 Kenichi Handa <handa@m17n.org>
5087 * international/kkc.el (kkc-region): When a key sequence is not
5088 defined, append (this-single-command-raw-keys) to
5089 unread-input-method-events.
5091 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5093 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5095 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5097 * version.el (emacs-version): Use mac-carbon-version-string.
5099 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5101 2006-10-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5103 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5105 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5106 the selection is not UTF-8.
5108 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5110 * progmodes/ada-mode.el (ada-83-string-keywords)
5111 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5112 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5113 (ada-looking-at-semi-private, ada-get-body-name):
5114 Fix typos in docstrings.
5115 (ada-create-case-exception, ada-create-case-exception-substring):
5116 Fix typos in error messages.
5117 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5119 2006-10-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5121 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5122 to default-frame-alist if default-frame-alist already contains
5125 2006-10-18 Richard Stallman <rms@gnu.org>
5127 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5128 Non-interactive arg is the value, not the expression.
5130 * simple.el (read-expression-map): Just set it, no defvar.
5132 * subr.el (insert-for-yank-1): If last inserted char has
5133 properties, mark them as rear-nonsticky.
5135 * recentf.el (recentf-mode): Doc fix.
5137 * facemenu.el (facemenu-add-new-face): Defend against symbol
5138 that isn't a face name.
5140 * dired-aux.el (dired-do-copy): Doc fix.
5142 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5144 * simple.el (line-move-1): Ignore fields when moving to the
5145 beginning of line to avoid getting point stuck.
5147 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5149 * textmodes/flyspell.el (flyspell-word-search-backward):
5150 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5153 2006-10-16 Richard Stallman <rms@gnu.org>
5155 * help-fns.el (describe-function-1): Special case optimization
5156 for self-insert-command.
5158 2006-10-16 Kim F. Storm <storm@cua.dk>
5160 * ido.el (ido-reread-directory): Work in `dir' mode too.
5162 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5164 * textmodes/table.el: Require 'regexp-opt.
5166 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5168 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5169 Use shell-quote-argument.
5171 * shell.el (explicit-bash-args): Likewise.
5173 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5174 Use grep -E rather than egrep.
5176 2006-10-15 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5178 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5180 2006-10-15 Kim F. Storm <storm@cua.dk>
5182 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5184 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5186 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5187 to protect whitespace and metacharacters from the shell.
5189 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5191 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5193 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5195 * subr.el (start-process-shell-command): Doc fix.
5197 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5199 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5200 the regexp for Maxima symbols.
5202 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5204 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5205 (vc-find-root): Don't walk higher up than ~.
5207 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5209 * international/utf-8.el (utf-translate-cjk-load-tables):
5210 Avoid clobbering last-coding-system-used during load.
5212 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5214 * textmodes/reftex-global.el (reftex-create-tags-file):
5215 Quote file arguments.
5217 2006-10-12 Richard Stallman <rms@gnu.org>
5219 * files.el (file-name-history): Add defvar.
5220 (save-some-buffers-action-alist): Improve description strings.
5222 2006-10-12 Andreas Schwab <schwab@suse.de>
5224 * files.el (auto-mode-alist): Match change log file name also with
5225 a dash before a numeric extension.
5227 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5229 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5231 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5233 After 5.1: Major edit. Summary of most visible changes:
5235 - Multiple <<HERE per line allowed.
5236 - Handles multiline subroutine declaration headers (with comments).
5237 (The exception is `cperl-etags' - but it is not used in the rest
5239 - Fontifies multiline my/our declarations (even with comments,
5240 and with legacy `font-lock').
5241 - Major speedup of syntaxification, both immediate and postponed
5242 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5243 huge real-life document I tested).
5244 - New bindings, edits to imenu.
5245 - "_" is made into word-char during fontification/syntaxification;
5246 some attempts to recognize non-word "_" during other operations too.
5247 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5248 - autoload some more perldoc-related stuff
5249 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5250 - Attempt to incorporate XEmacs edits which reached me.
5252 Fine-grained changelog:
5253 (cperl-hook-after-change): New configuration variable.
5254 (cperl-vc-sccs-header): Likewise.
5255 (cperl-vc-sccs-header): Likewise.
5256 (cperl-vc-header-alist): Default via two preceding variables.
5257 (cperl-invalid-face): Remove double quoting under XEmacs
5258 (still needed under 21.2).
5259 (cperl-tips): Update URLs for resources.
5260 (cperl-problems): Likewise.
5261 (cperl-praise): Mention new features.
5262 New C-c key bindings: for `cperl-find-bad-style',
5263 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5264 `cperl-perdoc', and `cperl-perldoc-at-point'.
5265 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5266 moved, new submenu of Tools with Ispell entries and narrowing.
5267 (cperl-after-sub-regexp): New defsubst.
5268 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5269 Allows heads up to head4.
5271 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5272 (paren-backwards-message): ??? Something for XEmacs???
5273 (cperl-mode): Never auto-switch abbrev-mode off.
5274 Try to allow '_' be non-word char.
5275 Do not use `font-lock-unfontify-region-function' on XEmacs.
5276 Reset syntax cache on mode start.
5277 Support multiline facification (even on legacy `font-lock').
5278 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5279 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5280 refuse to inform us whether the fontification is due to lazy
5281 calling or due to edit to a buffer, install our own hook
5282 (controlled by `cperl-hook-after-change').
5283 (cperl-electric-pod): =cut may have been recognized as start.
5284 (cperl-block-p): Move, updatedfor attributes.
5285 (cperl-calculate-indent): Try to allow '_' be non-word char
5286 Support subs with attributes.
5287 (cperl-where-am-i): Queit (?) a warning.
5288 (cperl-cached-syntax-table) New function.
5289 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5290 (cperl-unwind-to-safe): Recognize `syntax-type' property
5291 changing in a middle of line.
5292 (cperl-find-sub-attrs): New function.
5293 (cperl-find-pods-heres): Allow many <<EOP per line.
5294 Allow subs with attributes.
5295 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5296 Recognize "extproc " (OS/2) case-folded and only at start.
5297 /x on s///x with empty replacement was not recognized.
5299 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5300 Allow subs with attributes, labels.
5301 Do not confuse "else::foo" with "else".
5302 Minor optimizations...
5303 (cperl-after-expr-p): Try to allow '_' be non-word char.
5304 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5305 with `looking-at' inside `narrow' and bulk out if found.
5306 (cperl-imenu--create-perl-index): Updates for new
5307 `cperl-imenu--function-name-regexp-perl'.
5308 (cperl-outline-level): Likewise.
5309 (cperl-init-faces): Allow multiline subroutine headers
5310 and my/our declarations, and ones with comments.
5311 Allow subroutine attributes.
5312 (cperl-imenu-on-info): Better docstring.
5313 (cperl-etags): Rudimentary support for attributes.
5314 Support for packages and "package;".
5315 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5316 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5317 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5318 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5319 (cperl-perldoc): Add autoload.
5320 (cperl-perldoc-at-point): Likewise.
5321 (cperl-here-doc-spell): New function.
5322 (cperl-pod-spell): Likewise.
5323 (cperl-map-pods-heres): Likewise.
5324 (cperl-get-here-doc-region): Likewise.
5325 (cperl-font-lock-fontify-region-function): Likewise (backward
5326 compatibility for legacy `font-lock').
5327 (cperl-font-lock-unfontify-region-function): Fix style.
5328 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5329 calls with no-change. Governed by `cperl-hook-after-change'.
5330 (cperl-fontify-update): Recognize that syntaxification region
5331 can be larger than fontification one.
5332 XXXX we leave `cperl-postpone' property, so this is quadratic...
5333 (cperl-fontify-update-bad): Temporary placeholder until
5334 it is clear how to implement `cperl-fontify-update'.
5335 (cperl-time-fontification): New function.
5336 (attrib-group): New text attribute.
5337 (multiline): New value: `syntax-type' text attribute.
5340 (cperl-emulate-lazy-lock): New function.
5341 (cperl-fontify-syntaxically): Would skip large regions.
5342 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5343 Some globals were declared, but uninitialized.
5346 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5347 Copyright message updated.
5348 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5349 facification down a bit.
5350 Misprint for my|our|local for old `font-lock'
5351 "our" was not fontified same as "my|local".
5352 Highlight variables after "my" etc even in
5353 a middle of an expression.
5354 Do not facify multiple variables after my etc
5355 unless parentheses are present.
5358 (cperl-fontify-syntaxically): after-change hook could reset.
5359 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5362 (cperl-init-faces): Allow highlighting of local ($/).
5363 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5364 (cperl-problems): Remove fixed problems.
5365 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5366 Recognize charclasses (unless delimiter is \).
5367 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5368 (cperl-regexp-scan): Update docs.
5369 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5372 Major user visible changes:
5373 Recognition and fontification of character classes in RExen.
5374 Variable indentation of RExen according to groups.
5376 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5377 Fontify REx charclasses in variable-name face.
5378 Fontify POSIX charclasses in "type" face.
5379 Fontify unmatched "]" in function-name face.
5380 Mark first-char of HERE-doc as `front-sticky'.
5381 Reset `front-sticky' property when needed.
5382 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5383 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5384 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5385 constructs. Support `narrow'ed buffers.
5386 (cperl-praise): Remove a reservation.
5387 (cperl-make-indent): New function.
5388 (cperl-indent-for-comment): Use `cperl-make-indent'.
5389 (cperl-indent-line): Likewise.
5390 (cperl-lineup): Likewise.
5391 (cperl-beautify-regexp-piece): Likewise.
5392 (cperl-contract-level): Likewise.
5393 (cperl-toggle-set-debug-unwind): New function.
5394 New menu entry for this.
5395 (fill-paragraph-function): Use when `boundp'.
5396 (cperl-calculate-indent): Take into account groups when indenting RExen.
5397 (cperl-to-comment-or-eol): Recognize # which end a string.
5398 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5399 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5400 (cperl-fontify-syntaxically): More clear debugging message.
5401 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5402 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5403 Merge cosmetic changes from XEmacs.
5406 (cperl-1+): Move to before the first use.
5407 (cperl-1-): Likewise.
5411 This code may lock Emacs hard!!! Use at your own risk!
5413 (cperl-font-locking): New internal variable.
5414 (cperl-beginning-of-property): New function.
5415 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5416 instead of `previous-single-property-change'.
5417 (cperl-unwind-to-safe): Likewise.
5418 (cperl-after-expr-p): Likewise.
5419 (cperl-get-here-doc-region): Likewise.
5420 (cperl-font-lock-fontify-region-function): Likewise.
5421 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5423 Bound `next-single-property-change' via `point-max'.
5424 (cperl-unwind-to-safe): Bound likewise
5425 (cperl-font-lock-fontify-region-function): Likewise.
5426 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5427 Initialization of `cperl-font-lock-multiline-start' could be
5428 missed if the "main" fontification did not run due to the
5429 keyword being already fontified.
5430 (cperl-pod-spell): Return t from do-one-chunk function.
5431 (cperl-map-pods-heres): Stop when the worker returns nil.
5432 Call `cperl-update-syntaxification'.
5433 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5434 (cperl-get-here-doc-delim): Remove unused function.
5438 The possible lockup of Emacs (introduced in 5.10) fixed.
5440 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5441 (cperl-syntaxify-for-menu): New customization variable.
5442 (cperl-select-this-pod-or-here-doc): New function.
5443 (cperl-get-here-doc-region): Extra argument.
5444 Do not adjust pos by 1.
5447 (Perl/Tools): Selection of current POD or HERE-DOC section.
5448 (Debugging CPerl:) backtrace on fontification.
5451 (cperl-cached-syntax-table): Use `car-safe'.
5452 (cperl-forward-re): Remove spurious argument SET-ST.
5454 (cperl-forward-group-in-re): New function.
5455 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5456 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5459 (cperl-string-syntax-table): Make { and } not-grouping
5460 (Sometimes they ARE grouping in RExen, but matching them would only
5461 confuse in many situations when they are not)
5462 (beginning-of-buffer): Replace two occurences with goto-char...
5463 (cperl-calculate-indent): `char-after' could be nil...
5464 (cperl-find-pods-heres): REx can start after "[" too.
5465 Hightlight (??{}) in RExen too.
5466 (cperl-maybe-white-and-comment-rex): New constant
5467 (cperl-white-and-comment-rex): Likewise.
5468 XXXX Not very efficient, but hard to make
5469 better while keeping 1 group.
5472 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5473 Likewise for 1 << identifier.
5476 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5477 Error-less condition-case could fail.
5478 (cperl-font-lock-fontify-region-function): Likewise.
5479 (cperl-init-faces): Likewise.
5482 (cperl-find-pods-heres): Support property REx-part2.
5483 (cperl-calculate-indent): Likewise.
5484 Don't special-case REx with non-empty 1st line.
5485 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5486 Invert highlighting of charclasses:
5487 now the envelop is highlighted.
5488 Highlight many others 0-length builtins.
5489 (cperl-praise): Mention indenting and highlight in RExen.
5492 (cperl-find-pods-heres): Highlight capturing parens in REx.
5495 (cperl-find-pods-heres): Highlight '|' for alternation
5496 Initialize `font-lock-warning-face' if not present.
5497 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5498 `font-lock-function-name-face'.
5499 (cperl-look-at-leading-count): Likewise.
5500 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5501 `font-lock-keyword-face' (needed for
5502 batch processing), etc...
5503 Use `font-lock-builtin-face' for builtin in REx
5504 Now `font-lock-variable-name-face'
5505 is used for interpolated variables
5506 Use "talking aliases" for faces inside REx
5507 Highlight parts of REx (except in charclasses)
5508 according to the syntax and/or semantic
5509 Syntax-mark a {}-part of (?{}) as "comment"
5510 (it was the ()-part)
5511 Better logic to distinguish what is what in REx
5512 (cperl-tips-faces): Document REx highlighting
5513 (cperl-praise): Mention REx syntax highlight etc.
5516 (cperl-find-sub-attrs): Would not always manage to print error message.
5517 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5520 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5521 Very minor optimization.
5522 `my-cperl-REx-modifiers-face' got quoted.
5523 Recognize "print $foo <<END" as HERE-doc.
5524 Put `REx-interpolated' text attribute if needed.
5525 (cperl-invert-if-unless-modifiers): New function.
5526 (cperl-backward-to-start-of-expr): Likewise.
5527 (cperl-forward-to-end-of-expr): Likewise.
5528 (cperl-invert-if-unless): Works in "the opposite way" too.
5529 Cursor position on return is on the switch-word.
5530 Indents comments better.
5531 (REx-interpolated): New text attribute.
5532 (cperl-next-interpolated-REx): New function.
5533 (cperl-next-interpolated-REx-0): Likewise.
5534 (cperl-next-interpolated-REx-1): Likewise.
5535 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5536 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5537 (cperl-praise): Mention finded interpolated RExen.
5540 (cperl-init-faces): Highlight %$foo, @$foo too.
5541 (cperl-short-docs): Better docs for system, exec.
5542 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5543 Would not find HERE-doc ended by EOF without NL.
5544 (cperl-short-docs): Correct not-doubled \-escapes.
5545 start block: Put some `defvar' for stuff gone from XEmacs.
5548 initial comment: Extend copyright, fix email address.
5549 (cperl-indent-comment-at-column-0): New customization variable.
5550 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5551 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5552 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5553 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5554 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5555 highlight $ in $foo too (UNTESTED).
5556 (cperl-set-style): Docstring missed some available styles.
5557 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5558 Change "Current" to "Memorize Current".
5559 (cperl-indent-wrt-brace): New customization variable; the default is
5560 as for pre-5.2 version.
5561 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5562 (cperl-style-alist): Likewise.
5563 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5564 and `cperl-extra-newline-before-brace' etc
5566 (cperl-indent-exp): Plans B and C to find continuation blocks even
5567 if `cperl-extra-newline-before-brace' is t.
5570 Improve some docstrings concerning indentation.
5571 (cperl-indent-rules-alist): New variable.
5572 (cperl-sniff-for-indent): New function name
5573 (separated from `cperl-calculate-indent').
5574 (cperl-calculate-indent): Separate the sniffer and the indenter;
5575 uses `cperl-sniff-for-indent' now.
5576 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5578 Support `comment-column' = 0.
5580 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5582 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5583 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5584 * longlines.el (longlines-window-change-function): Likewise.
5585 * simple.el (undo-ask-before-discard): Likewise.
5586 * wid-edit.el (widget-field-prompt-internal)
5587 (widget-documentation-link-p): Likewise.
5589 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5591 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5594 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5596 * newcomment.el (comment-valid-prefix-p): Make the check
5597 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5598 (comment-indent-new-line): Adjust call.
5600 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5602 * allout.el (allout-back-to-current-heading): Base on lower-level
5603 routines to get proper disqualification of aberrant topics.
5605 2006-10-09 Richard Stallman <rms@gnu.org>
5607 * textmodes/two-column.el (2C-two-columns): Doc fix.
5609 2006-10-09 Kim F. Storm <storm@cua.dk>
5611 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5614 2006-10-08 Richard Stallman <rms@gnu.org>
5616 * textmodes/two-column.el (2C-two-columns): Doc fix.
5618 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5620 * files.el: Mark `buffer-read-only' as safe-local-variable.
5622 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5624 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5625 Burp if GUD buffer has been killed.
5627 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5629 * completion.el (add-completions-from-c-buffer):
5630 Don't presume an error's second element is a string.
5631 Use looking-at rather than buffer-substring + member.
5633 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5635 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5636 `undecided', call find-coding-systems-region to find a proper
5637 non-trivial encoding.
5638 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5641 2006-10-07 Kevin Ryde <user42@zip.com.au>
5643 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5646 * strokes.el (defgroup strokes): Remove invalid url-link.
5648 2006-10-07 Magnus Henoch <mange@freemail.hu>
5650 * autoinsert.el (auto-insert-alist): Doc fix.
5652 2006-10-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5654 * mouse-sel.el (mouse-insert-selection-internal):
5655 Use insert-for-yank, so that yank handlers are run.
5657 2006-10-07 Kim F. Storm <storm@cua.dk>
5659 * ido.el (ido-file-extension-aux): Fix comparison.
5661 2006-10-06 Kim F. Storm <storm@cua.dk>
5663 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5665 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5667 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5668 (ad-make-mapped-call): Use `let', not `let*'.
5670 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5672 * international/mule-cmds.el (coding-system-change-eol-conversion):
5673 Ensure the coding system is initialized before calling
5674 coding-system-eol-type.
5676 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5678 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5679 (org-activate-angle-links, org-activate-dates)
5680 (org-activate-target-links, org-activate-camels)
5681 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5682 textproperty keymaps from being active beyond the end of a line.
5683 (org-unfontify-region): Also remove `rear-nonsticky' property.
5685 2006-10-04 Kenichi Handa <handa@m17n.org>
5687 * international/code-pages.el (next): Table fixed.
5689 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5691 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5692 that it's been made unnecessary by removing narrowing.
5694 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5696 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5697 control flow a bit, simplify another bit, and add comments.
5699 2006-10-03 David Kastrup <dak@gnu.org>
5701 * help.el (describe-mode): For clicks on mode-line, use "@"
5702 interactive argument to get the major mode of the click instead of
5705 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5706 in order to better redirect mouse-2 clicks. Also allow default
5709 2006-10-03 Kim F. Storm <storm@cua.dk>
5711 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5712 (pushnew): Fix last change.
5714 2006-10-03 Denis St
\e,A|
\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5716 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5717 Use the interactive spec of `eval-expression'.
5719 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5721 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5723 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5725 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5728 2006-10-02 Kenichi Handa <handa@m17n.org>
5730 * international/code-pages.el (iso-8859-6): Table fixed.
5732 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5734 * dired.el (dired-build-subdir-alist): Fix previous change.
5736 2006-10-01 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5738 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5740 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5742 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5743 "define-button-type".
5745 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5746 they don't keep accumulating.
5748 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5750 * ffap.el (ffap-rfc-path): Change the address of the RFC
5751 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5753 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5755 * allout.el (allout-expose-topic): Rectify implementation of "+"
5756 spec, so that bodies are not exposed with headlines.
5758 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5760 * allout.el (allout-current-depth): Do aberrent check only at or
5761 below doublecheck depth.
5762 (allout-chart-subtree): Make it explicit that LEVELS being nil
5763 means unlimited depth. Drop undocumented support for LEVELS value
5764 t meaning unlimited depth. (This is consistent with
5765 allout-chart-to-reveal, but contrary to allout-show-children,
5766 which needs to use nil to default to depth of 1.)
5767 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5768 (allout-chart-to-reveal): Be explicit in docstring about meaning
5769 of nil LEVELS, and drop support for LEVELS value t.
5770 (allout-show-children): Translate the level spec used by this
5771 routine to that used by allout-chart-subtree and
5772 allout-chart-to-reveal.
5773 (allout-show-to-offshoot): Retry once when stuck, after opening
5774 subtree - improvements in discontinuity handling likely will
5777 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5779 * wid-edit.el (widget-button-click-moves-point): New variable.
5780 (widget-button-click): If widget-button-click-moves-point is
5781 non-nil, set point after performing the button action
5783 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5785 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5787 * files.el (find-file-existing): Modify to not allow wildcards.
5789 2006-09-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
5791 * simple.el (undo-more): When undo information for the region is
5792 exhausted, say "No further undo information FOR REGION".
5794 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5796 * progmodes/sh-script.el (sh-prev-thing):
5797 Take `sh-leading-keywords' into account.
5799 2006-09-29 Glenn Morris <rgm@gnu.org>
5801 * custom.el (defcustom): Doc fix.
5803 * calendar/calendar.el (european-calendar-style):
5804 Call european-calendar or american-calendar as needed when set.
5805 (diary-view-entries, list-calendar-holidays): Move autoloads
5808 2006-09-29 Juri Linkov <juri@jurta.org>
5810 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5811 to nil if there is no previous property change.
5813 2006-09-29 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5815 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5816 saving anything to be sure that `forward-sexp' behaves correctly.
5818 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5820 * simple.el (line-move-finish): Ignore field boundaries if the
5821 initial and final points have the same `field' property.
5823 2006-09-29 Kim F. Storm <storm@cua.dk>
5825 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5826 to t while calling ido-read-internal.
5828 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5830 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5831 (org-archive-subtree): Remove erraneous `]' from character list.
5833 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5835 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5836 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5837 markers for data-area and parameters-area.
5839 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5841 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5843 * font-lock.el (font-lock-after-change-function): Refontify next line
5844 as well if end is at BOL.
5845 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5846 only extend the region as much as needed.
5848 2006-09-28 Richard Stallman <rms@gnu.org>
5850 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5852 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5854 * international/mule.el (after-insert-file-set-coding):
5855 If VISIT, don't let set-buffer-multibyte make undo info.
5857 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5859 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5860 lines in base64-encoded authentication response.
5862 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5864 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5865 (ebnf-version): New version 4.3.
5866 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5867 (ebnf-prologue): Adjust PostScript programming.
5868 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5869 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5871 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5873 * jit-lock.el (jit-lock-force-redisplay): Rename from
5874 jit-lock-fontify-again, and undo the mistaken change I've just done.
5876 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5877 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5879 2006-09-26 Kenichi Handa <handa@m17n.org>
5881 * startup.el (display-splash-screen): Allow a prefix argument.
5883 2006-09-25 Jason Rumney <jasonr@gnu.org>
5885 * subr.el (shell-quote-argument): Use DOS logic for Windows
5886 shells with DOS semantics.
5888 2006-09-24 Richard Stallman <rms@gnu.org>
5890 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5891 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5892 to delete the overlay. Put it on pre-command-hook.
5894 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5896 * startup.el (fancy-splash-screens, normal-splash-screen):
5897 Call the splash buffer *About GNU Emacs*.
5899 * simple.el (next-error-highlight, next-error-highlight-no-select):
5901 (yank-excluded-properties): Add `fontified'.
5903 * font-lock.el (font-lock-compile-keywords): Allow value of
5904 syntax-begin-function to enable paren-column-0 highlighting.
5906 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5908 * dired.el (dired-build-subdir-alist): When file ends in colon,
5909 don't exit the loop, just disregard that file.
5911 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5913 * simple.el (line-move-finish): Handle corner case for fields in
5915 (line-move-1): Remove flawed test for that case.
5917 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5919 * icomplete.el (icomplete-simple-completing-p): Use the correct
5920 name for the new variable, `icomplete-with-completion-tables'.
5921 (file local variables): Remove superfluous setting.
5923 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5925 * calendar/appt.el (appt-check): Fix typo for appointments just
5928 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5930 * help.el (describe-key-briefly, describe-key): Don't expect an
5931 extra up event if a down-event is generated by a popup menu.
5933 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5935 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5936 local dictionary when changing the global dictionary.
5938 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5940 * icomplete.el (icomplete-with-completion-tables): List of
5941 specialized completion tables with which icomplete should
5942 operate. Include the new `internal-complete-buffer', so icomplete
5943 works with interactive buffer-selection.
5944 (icomplete-simple-completing-p): Add acceptance of specialized
5945 completion tables listed in icomplete-with-completion-tables.
5947 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5949 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5951 * startup.el (command-line): Use `custom-reevaluate-setting' for
5952 `focus-follows-mouse'.
5954 2006-09-22 Richard Stallman <rms@gnu.org>
5956 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5957 explain why Save is not available.
5959 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
5961 * woman.el (woman0-so): Use `let*', not `let'.
5962 (woman-horizontal-line): Remove unbalanced parenthesis.
5964 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5966 * woman.el: Make sure all the end-of-region markers we use have
5967 a non-nil insertion-type.
5968 (woman0-so): Move things around so we can use copy-marker.
5969 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5971 (woman2-process-escapes): Check marker type.
5972 (woman-horizontal-line): Dispense with the use of a marker.
5974 2006-09-22 Jay Belanger <belanger@truman.edu>
5976 * calc/calc-lang.el: Add Greek letters to math-variable-table
5979 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
5981 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5983 2006-09-22 Masatake YAMATO <jet@gyve.org>
5985 * add-log.el (add-log-current-defun): Use `forward-sexp'
5986 instead of `forward-word' to pick c++::symbol.
5987 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5989 2006-09-22 Kenichi Handa <handa@m17n.org>
5991 * bindings.el: Fix setting self-insert-command for multibyte
5992 characters in global-map.
5994 2006-09-21 David Kastrup <dak@gnu.org>
5996 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5999 2006-09-21 Kenichi Handa <handa@m17n.org>
6001 * language/european.el ("Latin-1"): Add windows-1252 to
6003 ("German"): Likewise.
6005 2006-09-21 Kim F. Storm <storm@cua.dk>
6007 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6008 Suggested by Miles Bader.
6010 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6011 instead of add-to-list in the simple case.
6013 2006-09-20 Kenichi Handa <handa@m17n.org>
6015 * isearch.el (isearch-process-search-char): Cancel the previous change.
6016 (isearch-search-string): New function.
6017 (isearch-search): Use isearch-search-string.
6018 (isearch-lazy-highlight-search): Likewise.
6020 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6022 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6023 string to become an option.
6025 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6027 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6029 2006-09-20 Kim F. Storm <storm@cua.dk>
6031 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6032 position t instead of trying both window-end and window-end - 1.
6034 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6036 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6039 2006-09-20 David Kastrup <dak@gnu.org>
6041 * mouse.el (mouse-posn-property): Improve doc string.
6042 (mouse-on-link-p): Change buffers for function calls on links.
6044 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6045 buffer is read-only.
6047 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6049 * allout.el (allout-unprotected): Let inhibit-read-only only when
6050 buffer-read-only isn't set.
6051 (allout-annotate-hidden): Enable topic annotation during copies even
6052 when the buffer is read-only, eg for topic copies. Ensure that the loop
6053 advances, even when the span extends beyond the deletion region.
6054 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6055 rather than allout-exposure-changed-hook, as a stronger assertion.
6056 (allout-keybindings-list): Add bindings for
6057 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6058 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6059 Copy wrappers for allout-kill-line and allout-kill-topic.
6060 (allout-listify-exposed): Position correctly to accumulate lines.
6062 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6064 * simple.el (line-move-1): Escape field boundaries occurring
6065 exactly at point. Update goal column if constrained to a field.
6066 (line-move-finish): Escape field boundaries occurring exactly at point.
6068 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6070 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6071 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6073 2006-09-19 Kim F. Storm <storm@cua.dk>
6075 * help.el (describe-key-briefly, describe-key): Simplify printing
6076 of descriptions by using format and %S. Fix "is undefined"
6077 messages to say "at that spot" for mouse events.
6079 * simple.el (line-move-partial): Optimize. Try window-line-height
6080 before posn-at-point to get vpos of current line.
6082 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6084 * viper.el: Bump up version/date of update to reflect the substantial
6085 changes done in August 2006.
6087 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6090 * ediff-util.el (ediff-add-to-history): New function.
6092 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6094 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6096 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6097 Delete duplicate make-local-variable form.
6098 (conf-space-keywords): Add autoload cookie.
6099 Fix typo (`keywords', not `keyword').
6101 2006-09-18 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6103 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6104 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6105 to x-gtk-use-old-file-dialog
6107 2006-09-18 Richard Stallman <rms@gnu.org>
6109 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6110 that might come in during mouse tracking.
6112 2006-09-18 Kim F. Storm <storm@cua.dk>
6114 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6115 new window-line-height function. Further optimize by not calling
6116 pos-visible-in-window-p for window-end when window-line-height
6117 returns useful information.
6119 2006-09-16 Richard Stallman <rms@gnu.org>
6121 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6122 (conf-space-mode): Don't handle prefix arg.
6123 Delete conf-space-keywords-override code.
6125 (conf-space-keywords): New command.
6126 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6127 Delete conf-space-keywords-override code.
6128 (conf-space-keywords-alist): Doc fix.
6129 (conf-space-font-lock-keywords): Doc fix.
6130 (conf-space-keywords-override): Var deleted.
6132 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6134 * startup.el (fancy-splash-screens): Don't switch to the scratch
6135 buffer; it may not be the next buffer.
6137 2006-09-16 Romain Francoise <romain@orebokech.com>
6139 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6142 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6144 * progmodes/python.el (python-preoutput-filter):
6145 Fix arg order to string-match.
6147 2006-09-16 Richard Stallman <rms@gnu.org>
6149 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6150 font-lock-compile-keywords.
6152 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6153 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6155 2006-09-16 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6157 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6159 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6160 and the data doesn't look like UTF8, send STRING instead.
6162 2006-09-16 Agust
\e,Am
\e(Bn Mart
\e,Am
\e(Bn <agustin.martin@hispalinux.es>
6164 * textmodes/flyspell.el (flyspell-check-region-doublons):
6165 New function to detect duplicated words.
6166 (flyspell-large-region): Use it.
6168 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6170 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6172 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6174 * help.el (describe-prefix-bindings): Use let, not let*.
6176 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6178 * allout.el (allout-regexp, allout-line-boundary-regexp)
6179 (allout-bob-regexp): Correct grouping and boundaries to fix
6180 backwards traversal.
6181 (allout-depth-specific-regexp, allout-depth-one-regexp):
6182 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6183 worse time in allout-ascend.
6184 (allout-doublecheck-at-and-shallower): Identify depth threshold
6185 below which topics are checked for and disqualified by containment
6187 (allout-hotspot-key-handler): Correctly handle multiple-key
6188 strokes. Remove some unused variables.
6189 (allout-mode-leaders): Clarify that mode-specific comment-start
6191 (set-allout-regexp): Correctly regexp-quote allout regexps to
6192 properly accept alternative header-leads and primary bullets with
6193 regexp-specific characters (eg, C "/*", mathematica "(*").
6194 Include new regular expressions among those configured.
6195 (allout-infer-header-lead-and-primary-bullet):
6196 Rename allout-infer-header-lead.
6197 (allout-recent-depth): Manifest as a variable as well as a function.
6198 (allout-prefix-data): Simplify into an inline instead of a macro,
6199 assuming current match data rather than being explicitly passed
6200 it. Establish allout-recent-depth value as well as
6201 allout-recent-prefix-beginning and allout-recent-prefix-end.
6202 (allout-aberrant-container-p): True when an item's immediate
6203 offspring discontinuously contained. Useful for disqualifying
6204 unintended topic prefixes, likely at low depths.
6205 (allout-goto-prefix-doublechecked): Elaborate version of
6206 allout-goto-prefix which disqualifies aberrant pseudo-items.
6207 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6208 get disqualification of aberrant containers.
6209 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6211 (allout-beginning-of-current-entry): Position at start of buffer
6212 when in container (depth 0) entry.
6213 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6214 (allout-current-bullet): Strip text properties.
6215 (allout-get-prefix-bullet): Use right match groups.
6216 (allout-beginning-of-line, allout-next-heading):
6217 Disqualify aberrant containers.
6218 (allout-previous-heading): Disqualify aberrant containers, and
6219 change to regular (rather than inline) function, to allow
6221 (allout-get-invisibility-overlay): Increment so progress is made
6222 when the first overlay is not the sought one.
6223 (allout-end-of-prefix): Disqualify aberrant containers.
6224 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6225 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6226 outline.el outlines) functional again. Change the primary bullet
6227 along with the header-lead - level 1 new-style bullets now work.
6228 Engage allout-before-change-handler in mainline Emacs, not just
6229 XEmacs, to do undo handling.
6230 (allout-before-change-handler): Expose undo changes occurring in
6231 hidden regions. Use allout-get-invisibility-overlay instead of
6232 reimplementing it inline.
6233 (allout-chart-subtree): Use start rather than end of prefix in
6234 charts. Use allout-recent-depth variable.
6235 (allout-chart-siblings): Disqualify aberrant topics.
6236 (allout-beginning-of-current-entry): Position correctly.
6237 (allout-ascend): Use new allout-depth-specific-regexp and
6238 allout-depth-one-regexp for linear instead of O(N^2) or worse
6240 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6241 reimplementing an algorithm.
6242 (allout-up-current-level): Depend on allout-ascend, rather than
6243 reimplementing an algorithm. Return to start-point if we fail.
6244 (allout-descend-to-depth): Use allout-recent-depth variable
6245 instead of function.
6246 (allout-next-sibling): On traversal of numerous intervening
6247 topics, resort to economical allout-next-sibling-leap.
6248 (allout-next-sibling-leap): Specialized version of
6249 allout-next-sibling that uses allout-ascend cleverly, to depend on
6250 a regexp search to leap large numbers of contained topics, rather
6251 than arbitrarily many one-by-one traversals.
6252 (allout-next-visible-heading): Disqualify aberrant topics.
6253 (allout-previous-visible-heading): Position consistently when
6255 (allout-forward-current-level): Base on allout-previous-sibling
6256 rather than (differently) reimplmenting the algorithm. Remove some
6258 (allout-solicit-alternate-bullet): Present default choice stripped
6260 (allout-rebullet-heading): Use bullet stripped of text properties.
6261 Register changes using allout-exposure-change-hook.
6262 Disregard aberrant topics.
6263 (allout-shift-in): With universal-argument, make topic a peer of
6264 it's former offspring. Simplify the code by separating out
6265 allout-shift-out functionality.
6266 (allout-shift-out): With universal-argument, make offspring peers
6267 of their former container, and its siblings. Implement the
6268 functionality here, rather than inappropriately muddling the
6269 implementation of allout-shift-in.
6270 (allout-rebullet-topic): Respect additional argument for new
6271 parent-child separation function.
6272 (allout-yank-processing): Use allout-ascend directly.
6273 (allout-show-entry): Disqualify aberrant topics.
6274 (allout-show-children): Handle discontinuous children gracefully,
6275 extending the depth being revealed to expose them and posting a
6276 message indicating the situation.
6277 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6278 Leave cursor in correct position.
6279 (allout-hide-current-subtree): Use allout-ascend directly.
6280 Disqualify aberrant topics.
6281 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6282 a way that the yanks can restore it, as used to happen.
6283 (allout-yank-processing): Restore exposure layout as recorded by
6284 allout-kill-*, as used to happen.
6285 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6286 for preseving and restoring exposure layout across kills.
6287 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6288 (allout-encrypt-string): Strip text properties.
6289 Rearranged order and outline-headings for some of the
6290 miscellaneous functions.
6291 (allout-resolve-xref): No need to quote the error name in the
6292 condition-case handler section.
6293 (allout-flatten): Classic recursive (and recursively intensive,
6294 without tail-recursion) list-flattener, needed by allout-shift-out
6295 when confronted with discontinuous children.
6297 2006-09-16 Jason Rumney <jasonr@gnu.org>
6299 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6301 (dnd-open-unc-file): Remove.
6302 (dnd-open-local-file): Mention in doc string that it also handles
6303 remote files if the system natively supports unc file-names.
6305 2006-09-15 Kim F. Storm <storm@cua.dk>
6307 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6308 all necessary information about the event before erasing *Help*.
6310 * simple.el (line-move-partial): Use window-line-visiblity to
6311 quickly check whether last line is partially visible, and only do
6312 the hard (and slow) part in that case.
6314 2006-09-15 Jay Belanger <belanger@truman.edu>
6316 * COPYING: Replace "Library Public License" by "Lesser Public
6317 License" throughout.
6319 2006-09-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6321 * term/x-win.el (x-menu-bar-open): New function for F10.
6323 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6325 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6326 Disallow filenames containing " -" to avoid confusion with libtool
6327 compilation messages. Suggested by Stefan Monnier.
6329 2006-09-15 David Kastrup <dak@gnu.org>
6331 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6332 instead of buffer position for `mouse-on-link-p'.
6334 * mouse.el (mouse-posn-property): New function looking up the
6335 properties at a click position in overlays and text properties in
6336 either buffer or strings.
6337 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6338 of both `follow-link' as well as `mouse-face' properties.
6339 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6342 * help.el (describe-key-briefly): When reading a down-event on
6343 mode lines or scroll bar, swallow the following up event, too.
6344 Use the new mouse sensitity of `key-binding' for lookup.
6345 (describe-key): The same here.
6347 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6349 * play/life.el (life-patterns): Add a few more interesting patterns.
6350 (life-setup): Force `show-trailing-whitespace' to nil.
6352 2006-09-14 Richard Stallman <rms@gnu.org>
6354 * startup.el (fancy-splash-text): Change text to improve alignment.
6355 (fancy-splash-screens): Don't set non-standard tab width.
6356 Bind cursor-type temporarily, and make it easy to patch to
6357 preserve the splash buffer.
6358 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6359 (fancy-splash-screens): Display echo-area message explicitly.
6360 Don't set fancy-splash-help-echo.
6362 * simple.el (line-number-mode): Group mode-line instead of
6364 (column-number-mode, size-indication-mode): Likewise.
6366 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6368 * time.el (display-time): Group mode-line instead of modeline.
6370 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6372 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6374 * startup.el (fancy-splash-text): Move editing instructions to
6376 (fancy-splash-head): Issue editing instructions.
6377 (fancy-splash-screens): Fixup whitespace.
6379 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6381 * bindings.el (mode-line-buffer-identification-keymap):
6382 Remove duplicate line.
6384 2006-09-14 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6386 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6389 2006-09-14 Kim F. Storm <storm@cua.dk>
6391 * jit-lock.el (jit-lock-fontify-again): New function.
6392 (jit-lock-fontify-now): Use it instead of lambda form.
6394 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6396 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6397 (flyspell-auto-correct-word): Make ispell-filter local to these
6398 functions. Check that ispell-filter has new stuff before calling
6399 ispell-parse-output.
6401 2006-09-13 Kim F. Storm <storm@cua.dk>
6403 * simple.el (line-move-partial): Optimize.
6405 2006-09-13 Richard Stallman <rms@gnu.org>
6407 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6408 Delete spurious backquote.
6410 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6412 * net/rcirc.el (rcirc-print): Fix last change.
6414 2006-09-12 Jay Belanger <belanger@truman.edu>
6416 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6418 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6420 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6421 rcirc-show-maximum-output.
6422 (rcirc-mode): Remove window-scroll-function hook.
6423 (rcirc-scroll-to-bottom): Remove function.
6424 (rcirc-print): Recenter so point stays at the bottom of the window
6425 if point was already there.
6427 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6429 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6431 * progmodes/compile.el (compilation-start): Likewise.
6432 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6433 Don't use expand-file-name on invocation-directory, since this
6434 might mishandle special characters in invocation-directory.
6436 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6438 * pcvs-defs.el: Remove * in defcustom's docstrings.
6440 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6442 * progmodes/compile.el (compilation-directory-properties):
6443 Doc fix for help-echo.
6445 2006-09-12 Lars Hansen <larsh@soem.dk>
6447 * desktop.el (desktop-read): Add comment.
6449 2006-09-12 Kim F. Storm <storm@cua.dk>
6451 * simple.el (next-error-highlight, next-error-highlight-no-select):
6454 * subr.el (sit-for): Rework to use input-pending-p and cond.
6455 Return nil input is pending on entry also for SECONDS <= 0.
6456 (while-no-input): Use input-pending-p instead of sit-for.
6458 2006-09-11 Richard Stallman <rms@gnu.org>
6460 * simple.el (next-error-highlight, next-error-highlight-no-select):
6461 Fix custom type and doc strings.
6463 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6465 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6466 (diff-apply-hunk): Use it to ask for confirmation.
6468 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6470 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6472 2006-09-11 David Kastrup <dak@gnu.org>
6474 * help.el (string-key-binding, describe-key-briefly)
6475 (describe-key): Remove `string-key-binding' and its callers since
6476 `key-binding' already caters for the proper lookup now.
6478 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6480 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6481 (cfengine-mode): Use it. Fix \ syntax to be like /.
6483 * bindings.el (mode-line-buffer-identification-keymap):
6484 Move initialization into declaration.
6486 2006-09-10 Kim F. Storm <storm@cua.dk>
6488 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6489 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6490 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6491 in case of merged directories. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
6493 2006-09-10 Richard Stallman <rms@gnu.org>
6495 * dired-aux.el: Handle errors in recursive copy usefully.
6496 (dired-create-files-failures): New variable.
6497 (dired-copy-file): Remove condition-case.
6498 (dired-copy-file-recursive): Check for errors on all file
6499 operations, and add them to dired-create-files-failures.
6500 Check file file-date-erorr here too.
6501 (dired-create-files): Check dired-create-files-failures
6502 and report those errors too.
6504 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6506 * subr.el (add-to-list): New argument COMPARE-FN.
6508 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6510 * filecache.el (file-cache-add-directory)
6511 (file-cache-add-directory-list, file-cache-add-file)
6512 (file-cache-add-directory-using-find)
6513 (file-cache-add-directory-using-locate)
6514 (file-cache-add-directory-recursively): Add autoloads.
6516 2006-09-09 Richard Stallman <rms@gnu.org>
6518 * textmodes/conf-mode.el (conf-space-mode):
6519 Use hack-local-variables-hook instead of calling hack-local-variables.
6520 (conf-space-keywords-override): New variable.
6521 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6522 (conf-space-mode): Always make conf-space-keywords and
6523 conf-space-keywords-override local.
6524 Call conf-space-mode-internal directly as well as via hook.
6526 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6528 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6531 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6533 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6534 (python-send-string): Be slightly more careful about adding \n.
6536 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6537 kill it right away anyway.
6539 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6541 * international/codepage.el (cp850-decode-table): Fix a few codes.
6542 (cp858-decode-table): New variable.
6544 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6546 * net/ldap.el (ldap-search-internal): Doc fix.
6548 2006-09-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6550 * play/life.el (life-display-generation): Test for input manually if
6551 `sleeptime' is negative or null.
6553 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6554 (print-region-1): Substitute `%s' with the page title.
6556 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6558 * locate.el (locate-current-search): New variable.
6559 (locate): Set buffer local value. Use current buffer if it is
6561 (locate-mode): Disable undo here.
6562 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6563 (locate-update): Use locate-current-search and locate-current-filter.
6565 2006-09-08 David Kastrup <dak@gnu.org>
6567 * desktop.el (desktop-read): When loading a desktop, disable
6568 saving it while the load progresses, and switch off a pending lazy
6569 load by calling `desktop-lazy-abort'.
6571 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6573 * window.el (mouse-autoselect-window-timer)
6574 (mouse-autoselect-window-position)
6575 (mouse-autoselect-window-window)
6576 (mouse-autoselect-window-now): New vars.
6577 (mouse-autoselect-window-cancel)
6578 (mouse-autoselect-window-select)
6579 (mouse-autoselect-window-start): New functions.
6580 (handle-select-window): Call `mouse-autoselect-window-start' when
6581 delayed window autoselection is enabled.
6583 * cus-start.el (mouse-autoselect-window): Handle delayed window
6586 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6587 commands after which it is allowed to print in the echo area.
6589 2006-09-08 Richard Stallman <rms@gnu.org>
6591 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6593 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6594 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6596 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6597 (cancel-timer-internal): Add doc string.
6598 (cancel-function-timers): Doc fix.
6599 (with-timeout-handler, timer-event-last*): Add doc strings.
6601 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6603 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6605 * dired.el (dired-log-summary): Add doc string.
6607 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6608 (custom-group-menu-create): Not here.
6610 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6612 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6614 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6616 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6617 (mac-apple-event-map): Define its handler.
6619 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6621 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6623 2006-09-07 Magnus Henoch <mange@freemail.hu>
6625 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6628 2006-09-07 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6630 * info.el (Info-index): Bind completion-ignore-case.
6632 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6634 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6636 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6637 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6638 burp in dedicated windows.
6639 (inferior-prolog-self-insert-command): New command.
6640 (inferior-prolog-mode-map): Use it.
6642 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6644 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6646 * international/code-pages.el: Add cp858.
6648 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6650 * dnd.el: Fix bootstrapping.
6652 2006-09-07 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
6654 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6655 (dnd-open-remote-url): New function.
6656 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6659 2006-09-07 Jason Rumney <jasonr@gnu.org>
6661 * dnd.el (dnd-open-remote-file-function): New variable.
6662 (dnd-open-unc-file): New function.
6663 (dnd-open-file): Call dnd-open-remote-file-function if set.
6665 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6667 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6668 pgg-passphrase-coding-system rather than locale-coding-system.
6669 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6671 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6673 * progmodes/prolog.el: Remove * in docstrings.
6674 (prolog-program-name): Add SWI prolog.
6675 (prolog-mode-menu): New menu.
6676 (prolog-mode): Set comment-add.
6677 (prolog-indent-line): Simplify. Use indent-line-to.
6678 (inferior-prolog-buffer): New var.
6679 (inferior-prolog-run, inferior-prolog-process): New funs.
6680 (run-prolog, switch-to-prolog): Rewrite, using them.
6681 (prolog-consult-region): Use inferior-prolog-buffer.
6682 (inferior-prolog-load-file): New function.
6683 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6685 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6686 last word, if it's not the end of the paragraph.
6688 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6691 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6693 * frame.el (display-mm-dimensions-alist): New defcustom.
6694 (display-mm-height, display-mm-width): Use it.
6696 2006-09-06 Simon Josefsson <jas@extundo.com>
6698 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6700 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6702 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6703 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6706 2006-09-06 Kim F. Storm <storm@cua.dk>
6708 * simple.el (line-move-partial): New function to do vscrolling for
6709 partially visible images / tall lines. Rewrite based on code
6710 previously in line-move. Simplify backwards vscrolling.
6711 (line-move): Use it. Simplify.
6713 2006-09-05 Kim F. Storm <storm@cua.dk>
6715 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6717 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6719 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6720 Process the `gcc-include' after the `gnu' rule.
6722 2006-09-05 Kim F. Storm <storm@cua.dk>
6724 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6726 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6728 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6731 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6732 inhibit-redisplay; encode passphrase with locale-coding-system.
6734 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6736 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6738 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6740 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6741 (gdb-var-list-children-regexp): Make type field optional.
6743 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6744 e.g public, protected in C++.
6746 2006-09-04 John Paul Wallington <jpw@pobox.com>
6748 * simple.el (completion-show-help): New defcustom.
6749 (completion-setup-function): Heed it.
6751 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6753 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6755 2006-09-04 Richard Stallman <rms@gnu.org>
6757 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6758 (rsf-min-region-to-spam-list): Doc fix.
6759 (rsf-add-content-type-field): Doc fix.
6761 * simple.el (kill-region): Explicitly test there is a region.
6763 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6765 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6766 sendmail in several common directories.
6768 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6770 * paths.el (sendmail-program): Removed.
6772 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6774 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6775 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6776 http://article.gmane.org/gmane.emacs.gnus.general/50457
6778 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6780 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6781 mark after running the menu filter.
6783 2006-09-03 Juri Linkov <juri@jurta.org>
6785 * international/quail.el (quail-defrule-internal): Add a check
6786 if a key is a vector.
6788 2006-09-02 Juri Linkov <juri@jurta.org>
6790 * man.el (Man-topic-history): New variable.
6793 * woman.el (woman-topic-history): Change defvar to defvaralias
6794 for symbol `Man-topic-history'.
6796 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6797 `comint-last-output-start' is a marker by using `markerp' and
6798 check if it has a position by using `marker-position', and use
6799 this position for `goto-char'.
6801 * international/quail.el (quail-defrule-internal): Add missing
6802 `error' call for null key.
6804 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6806 * rcirc.el (rcirc-keywords): New variable.
6807 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6808 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6810 (rcirc-responses-no-activity): New function.
6811 (rcirc-handler-generic): Check for responses in above.
6812 (rcirc-process-command): Add ?: character to arguments of raw
6814 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6816 (rcirc-gray-toggle): Remove unused variable.
6817 (rcirc-print): Remove some tracking logic, which is moved into
6819 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6821 (rcirc-activity-string): Look for 'keyword in activity-types.
6822 (rcirc-window-configuration-change): Don't erase overlay-arrow
6824 (rcirc-add-or-remove): New function.
6825 (rcirc-cmd-ignore): Use it.
6826 (rcirc-message-leader): Remove unused function.
6827 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6828 (rcirc-add-face): New function.
6829 (rcirc-facify): Use rcirc-add-face.
6830 (rcirc-url-regexp): Add parens.
6831 (rcirc-map-regexp): Remove function.
6832 (rcirc-mangle-regexp): Remove function.
6833 (rcirc-markup-text-functions): New variable.
6834 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6835 (rcirc-markup-body-text, rcirc-markup-attributes)
6836 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6837 (rcirc-markup-bright-nicks): New markup handler functions.
6838 (rcirc-nick-in-message-full-line): New face.
6839 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6840 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6842 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6844 * cus-start.el (hscroll-margin, hscroll-step)
6845 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6846 (x-use-underline-position-properties): Change version to "22.1"
6847 since they will appear there for the first time.
6849 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6851 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6853 2006-08-31 Richard Stallman <rms@gnu.org>
6855 * cus-edit.el (custom-save-variables): Slight cleanup.
6856 (Custom-no-edit): Renamed from custom-no-edit.
6857 (Custom-newline): Renamed from custom-newline.
6858 (custom-mode-map): Use new names.
6860 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6861 about customization, rather than M-x customize, in the doc string
6862 made for the defcustom.
6864 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6866 2006-08-31 Romain Francoise <romain@orebokech.com>
6868 * dired-x.el (dired-guess-shell-alist-default): Update.
6870 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6872 * custom.el (custom-theme-set-variables): Autoload packages before
6873 sorting the variables.
6875 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6877 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6879 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6881 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6883 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6884 waiting for process.
6886 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6888 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6889 results in ASCII-only string, encode original one directly.
6891 2006-08-29 Romain Francoise <romain@orebokech.com>
6893 * startup.el (normal-splash-screen, fancy-splash-screens):
6894 Make buffer read-only and arrange to enter view mode if necessary.
6896 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6898 * hl-line.el (hl-line): New face.
6899 (hl-line-face): Use it.
6901 * image-mode.el (image-mode): Fix last fix.
6902 Suggested by Kim F. Storm.
6904 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6906 Sync with Tramp 2.0.54.
6908 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6909 of `=', because `tramp-get-remote-gid' might not always return an
6910 integer when expected.
6911 (tramp-register-file-name-handlers): `partial-completion-mode' is
6913 (tramp-time-diff): Don't use `floor', it might fail for large
6915 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6916 `tramp-auto-save-directory' if unset in order to guarantee unique
6917 auto-save file names.
6919 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6921 * image-mode.el (image-mode): Display image as text on a terminal.
6923 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6925 * progmodes/python.el (python-send-command): Simplify.
6926 (run-python): Don't generate a new buffer unless `new' was specified.
6927 Make sure we send `import emacs' to the proper process.
6929 * progmodes/python.el (python-send-command): Don't wait for the command
6930 to terminate. Don't fiddle with compilation-parsing-end.
6932 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6934 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6935 Insert commentary after first line summary.
6937 * woman.el (woman-follow): New function, based on `man-follow'.
6938 (woman-mode-map): Use it.
6940 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6941 since ibuffer-do-sort-by-recency does not define a sorter.
6943 2006-08-28 Kim F. Storm <storm@cua.dk>
6945 * find-dired.el (find-dired): Use shell-quote-argument to properly
6946 escape ( and ) args. Also use it on {} and ; args in default
6947 value of find-ls-option string.
6948 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6950 2006-08-27 Michael Olson <mwolson@gnu.org>
6952 * emacs-lisp/tq.el: Small grammar fix in comments.
6953 (tq-enqueue): Check for existence of queue rather than the
6954 head queue item's question, which was a no-op.
6955 (tq-filter, tq-process-buffer): Make sure the process buffer
6956 exists before making it the current buffer.
6958 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6960 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6961 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6962 (special-event-map): Apply 2006-08-16 change for x-win.el.
6964 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6966 * progmodes/python.el (python-send-receive): Wait in the
6967 process's buffer so as to check the right buffer-local variables.
6969 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6971 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6972 (defgroup checkdoc): Move to beginning.
6974 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6975 (python-preoutput-continuation): Remove.
6976 (python-preoutput-filter): Simplify correspondingly.
6977 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
6978 Loop around to catch embedded _emacs_out output.
6979 (run-python): Send the import&print command on a single line.
6980 (python-send-command): Send command&print on a single line.
6981 (python-send-string): Only add double \n if needed.
6982 (python-send-receive): Loop until the result comes.
6983 (python-mode-running): Defvar it.
6984 (python-setup-brm): Remove unused var `menu'.
6985 Only bind py-mode-map and `features' around brm-init.
6986 (python-calculate-indentation): Remove unused var `point'.
6987 (python-beginning-of-defun): Remove unused var `def-line'.
6989 2006-08-25 Richard Stallman <rms@gnu.org>
6991 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6993 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
6995 * viper.el (viper-set-hooks): Use frame bindings for
6996 viper-vi-state-cursor-color.
6997 (viper-non-hook-settings): Don't set default
6998 mode-line-buffer-identification.
7000 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7001 (viper-set-cursor-color-according-to-state)
7002 (viper-get-saved-cursor-color-in-replace-mode)
7003 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7004 viper-emacs-state-cursor-color.
7006 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7007 (viper-undo): Use point if undo-beg-posn is nil.
7008 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7009 (viper-after-change-undo-hook): Don't use
7010 viper-emacs-state-cursor-color by default.
7011 (viper-undo): More sensible positioning after undo.
7013 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7014 (viper-emacs-state-cursor-color): Default to nil, since this feature
7015 doesn't work well yet.
7017 * ediff-mult.el (ediff-intersect-directories)
7018 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7019 always expand filenames.
7021 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7023 * tumme.el: Remove * in defcustoms's docstrings.
7025 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7027 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7028 Accept internal time format for SECS arg.
7029 (timer-relative-time): Doc fix.
7031 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7032 adapted from Martin Rudalics.
7033 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7034 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7035 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7038 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7040 * cus-start.el (all): Add `overline-margin' and
7041 `x-underline-at-descent-line'.
7043 2006-08-24 Kim F. Storm <storm@cua.dk>
7045 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7046 to mean "use find -exec"; nil now unambiguously means auto-detect.
7047 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7048 Use shell-quote-argument to build grep-find-command and
7050 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7051 Reported by Tom Seddon.
7053 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7055 * startup.el (fancy-splash-head): Give instructions for dismissing
7056 the splash screen for default startup too.
7057 (display-startup-echo-area-message, fancy-splash-screens)
7058 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7059 all splash text at once and keep the splash buffer around.
7060 (command-line-1): Give display-startup-echo-area-message a t arg.
7062 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7064 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7065 gnus frame is selected.
7067 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7069 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7071 2006-08-22 Kim F. Storm <storm@cua.dk>
7073 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7074 Add suffix matching for subdirs.
7076 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7078 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7079 mouse-yank-at-point is non-nil.
7081 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7083 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7084 a bit wider and remove fringes to fit initial output on line.
7086 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7088 * frame.el (blink-cursor-end): Only ignore the error we care about.
7089 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7091 2006-08-21 Richard Stallman <rms@gnu.org>
7093 * whitespace.el (whitespace-cleanup): Doc fix.
7095 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7097 * net/rcirc.el (rcirc-show-maximum-output): New var.
7098 (rcirc-buffer-process): If no buffer argument is supplied, use
7100 (rcirc-complete-nick): Complete to the last completed nick first.
7101 (rcirc-mode): Preserve the value of `rcirc-urls' across
7102 connections. Setup scroll function.
7103 (rcirc-scroll-to-bottom): New function.
7104 (rcirc-print): Use nick syntax around regexp work.
7105 Notice dim-nicks speaking only if they say our nick.
7106 (rcirc-update-activity-string): Do not show the modeline indicator
7107 if there are no live rcirc processes.
7108 (rcirc-cmd-ignore): Ignore case.
7109 (rcirc-browse-url-at-point): Fix off-by-one error.
7111 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7113 * progmodes/python.el: Remove * in defcustom docstrings.
7114 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7115 (python-mode): Set tab-width and indent-tabs-mode.
7117 2006-08-20 Dave Love <fx@gnu.org>
7119 * progmodes/python.el: Update to Dave Love's latest version.
7120 (python-font-lock-keywords, python-mode): Don't use
7121 font-lock-syntax-table, but match symbol elements explicitly instead.
7122 (python-mode-map): Add help, and a few more key bindings.
7123 (python-skip-comments/blanks): Move out of comments as well.
7124 (python-continuation-line-p): Behave better with unbalanced parens.
7125 (python-blank-line-p): New fun.
7126 (python-open-block-statement-p): Don't use a heuristic.
7127 (python-outdent-p): Better handle blocks-in-the-same-line.
7128 (python-calculate-indentation): Misc improvements.
7129 (python-comment-indent): Remove.
7130 (python-block-pairs): New var.
7131 (python-first-word): New fun.
7132 (python-indentation-levels): Handle more common cases.
7133 (python-indent-line-1): Add `leave' argument.
7134 (python-indent-region): New fun.
7135 (python-skip-out): New fun.
7136 (python-beginning-of-statement, python-end-of-statement): Use it.
7137 (python-next-statement): Return correct count even at eob.
7138 (python-end-of-block): Fix paren-typo.
7139 (python-imenu-create-index): Add module variables.
7140 (run-python): Add `new' arg.
7141 Check we're at a prompt before returning.
7142 (python-send-command): Move to end of buffer.
7143 Wait for prompt to return.
7144 (python-set-proc): New fun.
7145 (python-imports): New var.
7146 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7147 (python-eldoc-function): Try to move out of arg list.
7148 (python-outline-level): Offset by 1.
7149 (python-find-imports): New fun.
7150 (python-symbol-completions): Use python-imports.
7151 (python-module-path, ffap-alist): Add support for ffap.
7152 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7153 (python-insert-*, python-default-template, python-expand-template):
7154 Add templates/skeletons.
7155 (python-setup-brm): Support for Bicycle Repair Man.
7156 (python-abbrev-syntax-table): New var.
7157 (python-abbrev-pc-hook, python-pea-hook): New funs.
7159 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7161 * frame.el (blink-cursor-start): Set timer first.
7162 (blink-cursor-end): Ignore timer cancelling errors.
7163 Suggested by Ken Manheimer.
7165 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7167 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7168 Add autoload cookie.
7170 2006-08-20 Richard Stallman <rms@gnu.org>
7172 * simple.el (line-number-at-pos): Doc fix.
7174 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7175 timer-activate-when-idle, so timer can run before Emacs becomes
7178 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7180 * whitespace.el (whitespace-cleanup-internal): New optional arg
7181 REGION-ONLY. If it's non-nil, modify the message to the user
7183 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7186 2006-08-18 Gustav H
\e,Ae
\e(Bllberg <gustav@gmail.com> (tiny change)
7188 * rect.el (spaces-string): Simplify and add doc string.
7190 2006-08-17 Romain Francoise <romain@orebokech.com>
7192 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7194 2006-08-17 Richard Stallman <rms@gnu.org>
7196 * compare-w.el (compare-windows): lambda's take an arg and pass
7197 it to compare-windows-skip-whitespace.
7199 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7201 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7204 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7206 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7209 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7211 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7212 (gdb-locals-watch-map-1): Suppress keymap first.
7213 (gdb-edit-locals-map-1): New variable.
7214 (gdb-edit-locals-value): New function.
7215 (gdb-stack-list-locals-handler): Use them.
7217 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7219 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7220 cursor would normally be drawn in the fringe.
7222 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7223 Reported by Martin Rudalics <rudalics@gmx.at>.
7225 2006-08-16 Richard Stallman <rms@gnu.org>
7227 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7228 (special-event-map): Process drag-n-drop events this way.
7230 * simple.el (move-beginning-of-line): Test whether fields
7231 would prevent motion back to line's first visible character.
7232 If so, stop where the fields would stop the motion.
7234 * newcomment.el (comment-indent): Fully update INDENT
7235 before checking to see if it will change the text.
7237 * cus-edit.el (custom-newline): New function.
7238 (custom-mode-map): Bind newline to custom-newline.
7240 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7241 into ignore-whitespace.
7242 Check each buffer for its skip-function.
7243 Handle compare-windows-skip-whitespace special-case test
7244 by returning t from default skip function.
7246 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7248 * textmodes/org.el (org-clock-special-range)
7249 (org-clock-update-time-maybe): New functions.
7250 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7252 (org-agenda-get-blocks): Allow multiple blocks per headline.
7253 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7254 (org-export-html-title-format)
7255 (org-export-html-toplevel-hlevel): New options.
7256 (org-export-language-setup): Add support for Czech.
7257 (org-mode, org-insert-todo-heading, org-find-visible)
7258 (org-find-invisible, org-invisible-p, org-invisible-p2)
7259 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7260 (org-show-subtree, org-show-entry, org-make-options-regexp):
7261 Remove compatibility support for old outline-mode.
7262 (org-check-occur-regexp): Funtion removed.
7263 (org-on-heading-p, org-back-to-heading): Made defalias.
7264 (org-set-local): New defsubst.
7265 (org-set-regexps-and-options, org-mode)
7266 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7267 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7268 (org-remember-apply-template, org-table-edit-field)
7269 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7270 (org-set-autofill-regexps): Use `org-set-local'.
7271 (org-table-eval-formula): Fix bug with parsing of display flags.
7273 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7275 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7276 frame with fringe arrow. Suggested by Simon Marshall
7277 <simon.marshall@misys.com>.
7278 (gdb-stack-position): New variable.
7279 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7280 (gdb-frames-mode): Set gdb-stack-position to nil.
7281 Add to overlay-arrow-variable-list
7282 (gdb-reset): Delete gdb-stack-position from above list.
7284 2006-08-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7286 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7289 2006-08-13 Romain Francoise <romain@orebokech.com>
7291 * cus-theme.el (customize-create-theme)
7292 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7294 * filesets.el (filesets-add-buffer): Ditto.
7296 * pcvs.el (cvs-change-cvsroot): Ditto.
7298 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7300 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7301 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7302 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7304 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7305 Only search till end of line.
7306 Add face to function names in case of no filename.
7307 Add face to variable names of watchpoints.
7309 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7311 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7312 customization group.
7314 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7316 * allout.el (allout-prior-bindings, allout-added-bindings):
7317 Remove, after long deprecation.
7318 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7319 Add customization vars controlling allout-beginning-of-line and
7320 allout-end-of-line conveniences.
7321 (allout-header-prefix, allout-use-mode-specific-leader)
7322 (allout-use-mode-specific-leader, allout-mode-leaders):
7324 (allout-infer-header-lead): Change to be an alias for
7325 allout-infer-header-lead-and-primary-bullet.
7326 (allout-infer-header-lead-and-primary-bullet): New version of
7327 allout-infer-header-lead which assigns the primary bullet to the
7328 same as the header lead, when its being changed.
7329 (allout-infer-body-reindent): Apply regexp-quote instead of
7330 unconditionally prepending "\\", so that all literal
7331 allout-header-prefix and allout-primary-bullet strings are
7333 (allout-add-resumptions): Add optional qualifier for extending or
7334 appending to existing values, rather than replacing them.
7335 (allout-view-change-hook): Clarify docstring.
7336 (allout-exposure-change-hook): Take explicit arguments, via
7338 (allout-structure-added-hook)
7339 (allout-structure-deleted-hook)
7340 (allout-structure-shifted-hook): New hooks analogous to
7341 allout-exposure-change-hook for other kinds of structural outline
7343 (allout-encryption-plaintext-sanitization-regexps): New encryption
7344 customization variable, by which cooperating modes can provde
7345 massage of the plaintext without actually being passed it.
7346 (allout-encryption-ciphertext-rejection-regexps)
7347 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7348 customization variables, by which cooperating modes can prohibit
7349 rare but possible ciphertext patterns from fouling their
7350 operation, with actually being passed the ciphertext.
7351 (allout-mode): Run activation and deactivation hooks after the
7352 minor-mode variable has been toggled, to clarify the mode
7353 disposition. The new encryption ciphertext rejection variable is
7354 used to ensure that the ciphertext does not contain text that
7355 would be recognized as outline structural elements by allout.
7356 Substite allout-beginning-of-line and allout-end-of-line for
7357 conventionall beginning-of-line and end-of-line bindings.
7358 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7360 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7361 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7362 (allout-chart-subtree): Implement new mode, charting only the
7363 visible items in the subtree, when new 'visible' parameter is non-nil.
7364 (allout-end-of-subtree): Properly handle the last item in the buffer.
7365 (allout-pre-command-business, allout-command-counter):
7366 Increment an advertised counter so that cooperating enhancements can
7367 track revisions of items.
7368 (allout-open-topic): Run allout-structure-added-hook with suitable
7370 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7372 (allout-shift-out): Fix doubling for negative args and ensure call
7373 of allout-structure-shifted-hook by solely using allout-shift-in.
7374 (allout-kill-line, allout-kill-topic):
7375 Run allout-structure-deleted-hook with suitable arguments.
7376 (allout-yank-processing): Run allout-structure-added-hook with
7378 (allout-yank): Enclose activity in allout-unprotected.
7379 (allout-flag-region): Run allout-exposure-change-hook with
7380 suitable arguments, instead of making the callee infer the arguments.
7381 (allout-encrypt-string):
7382 Support allout-encryption-plaintext-sanitization-regexps,
7383 allout-encryption-ciphertext-rejection-regexps, and
7384 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7385 en/de cryption mode in symmetric encryption failure message.
7386 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7387 copy of the passphrase, and don't zero it or we'll corrupt the
7389 (allout-create-encryption-passphrase-verifier)
7390 (allout-verify-passphrase): Respect the new signature for
7391 allout-encrypt-string.
7392 (allout-get-configvar-values): Convenience for getting a
7393 configuration variable value and handling its absence gracefully.
7395 2006-08-11 Romain Francoise <romain@orebokech.com>
7397 * obsolete/zone-mode.el: Delete.
7399 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7401 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7403 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7405 * emacs-lisp/bindat.el (bindat-ip-to-string):
7406 Use `format-network-address' if possible.
7408 2006-08-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7410 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7412 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7414 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7415 restore unread-command-events here.
7416 (edebug-display): Do it here, to detect sit-for interruptions.
7418 2006-08-10 Romain Francoise <romain@orebokech.com>
7420 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7421 (dns-mode-soa-auto-increment-serial): New user option.
7422 (dns-mode-soa-maybe-increment-serial): New function.
7423 (dns-mode): Add the latter to `write-contents-functions'.
7425 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7426 Delete autoload cookies.
7428 2006-08-10 John Wiegley <johnw@newartisans.com>
7430 * eshell/em-glob.el (eshell-glob-chars-list)
7431 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7433 2006-08-10 Richard Stallman <rms@gnu.org>
7435 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7436 (facemenu-set-face): Doc fix.
7437 (facemenu-listed-faces): Doc fix.
7439 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7441 * avoid.el (mouse-avoidance-animating-pointer): New var.
7442 (mouse-avoidance-nudge-mouse): Use it.
7443 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7444 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7445 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7446 Don't activate if currently animating. All callers changed.
7448 2006-08-09 John Wiegley <johnw@newartisans.com>
7450 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7451 variable, which causes timeclock to report elapsed time worked,
7452 instead of just work remaining.
7454 2006-08-09 Kenichi Handa <handa@m17n.org>
7456 * international/latexenc.el (latexenc-find-file-coding-system):
7457 Fix for the case that the 2nd element of arg-list is a cons.
7459 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7461 * info.el (Info-fontify-node): Handle preceding `in' for note
7462 reference hiding rules.
7464 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7466 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7467 mistake a closing " for an opening one.
7469 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7471 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7473 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7475 * complete.el (PC-do-completion): Filter out completions matching
7476 completion-ignored-extensions before checking whether there are
7477 multiple completions.
7478 Don't use `list' unnecessarily when building completion tables.
7480 2006-08-06 Richard Stallman <rms@gnu.org>
7482 * help.el (describe-mode): Make minor mode list more concise.
7484 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7486 * bindings.el: Give mode-line-format, mode-line-modes, and
7487 mode-line-position `standard-value' properties.
7489 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7491 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7492 "(file)node" instead of the file name.
7494 2006-08-05 Richard Stallman <rms@gnu.org>
7496 * faces.el (escape-glyph): Doc fix.
7498 2006-08-04 Kenichi Handa <handa@m17n.org>
7500 * international/mule-diag.el (describe-font): Improve docstring
7501 and error message. Use frame-parameter (not frame-parameters).
7503 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7505 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7506 Correctly mark the end-of-docstring char.
7508 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7510 * simple.el (line-move-to-column): Constrain move-to-column to
7513 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7515 * font-lock.el (font-lock-beg, font-lock-end)
7516 (font-lock-extend-region-functions): New vars.
7517 (font-lock-extend-region-multiline)
7518 (font-lock-extend-region-wholelines): New functions.
7519 (font-lock-default-fontify-region): Use them.
7520 (font-lock-extend-jit-lock-region-after-change): Only round up
7521 if font-lock-default-fontify-region will do it as well.
7523 * font-lock.el (font-lock-extend-after-change-region-function):
7524 Rename from font-lock-extend-region-function.
7525 (font-lock-extend-region): Remove by inlining at call sites.
7526 (font-lock-after-change-function): Don't needlessly round up to a whole
7528 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7529 the boundary conditions and the interactions between the various ways
7530 to extend the region.
7532 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7534 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7535 modification status when forcing the second redisplay.
7537 2006-08-03 Kim F. Storm <storm@cua.dk>
7539 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7541 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7543 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7544 doesn't look like a file name.
7546 * complete.el (PC-expand-many-files): Avoid signalling an error when
7547 the current directory doesn't exist. Reported by Micha
\e,Ak
\e(Bl Cadilhac.
7549 2006-08-02 Andreas Schwab <schwab@suse.de>
7551 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7553 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7555 * bindings.el (map): Make mode-line-buffer-identification-keymap
7556 before defining propertized-buffer-identification.
7558 2006-08-01 Richard Stallman <rms@gnu.org>
7560 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7562 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7564 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7566 (gdb-find-source-frame): New function.
7567 (menu): Add to menu bar.
7569 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7571 * font-core.el (font-lock-extend-region-function)
7572 (font-lock-extend-region): Move to font-lock.el.
7574 * font-lock.el (font-lock-extend-region-function)
7575 (font-lock-extend-region): Move from font-core.el. Simplify.
7577 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7579 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7580 (jit-lock-after-change-extend-region-functions): New hook.
7581 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7583 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7584 (font-lock-turn-on-thing-lock): Use it.
7586 * longlines.el (longlines-show-region): Make it work on read-only
7589 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7591 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7593 2006-07-31 Richard Stallman <rms@gnu.org>
7595 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7596 (vhdl-speedbar-display-projects): Update old obsolete
7597 speedbar variable names.
7599 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7601 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7602 (gdb-stopped): Use it.
7604 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7606 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7608 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7609 for load-history elements.
7611 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7613 * files.el (convert-standard-filename): For Cygwin, replace
7614 characters not allowed in Windows file names.
7615 (make-auto-save-file-name): Add Cygwin to the list of systems
7616 where the auto-save file name needs to be run through
7617 convert-standard-filename.
7619 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7621 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7623 2006-07-28 Richard Stallman <rms@gnu.org>
7625 * bindings.el (mode-line-frame-identification)
7626 (propertized-buffer-identification): Centralize the code
7627 to initialize the variable.
7629 * progmodes/grep.el (grep-default-command): Catch errors from
7632 2006-07-29 Kim F. Storm <storm@cua.dk>
7634 * progmodes/grep.el (grep-tag-default): New function.
7635 (grep-default-command, grep-read-regexp): Use it.
7636 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7637 as default if nothing else applies.
7639 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7641 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7642 Throw error if buffer is not in Dired and Wdired mode, respectively.
7644 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7646 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7647 self-insert-command keys don't activate buttons.
7648 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7650 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7652 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7653 faces for enable character.
7655 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7657 * Makefile.in (recompile): Update comment to reflect change
7660 2006-07-27 Richard Stallman <rms@gnu.org>
7662 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7663 (customize-package-emacs-version): Change msg when pkg has no entry.
7664 (custom-no-edit): On a button, do like widget-button-press.
7666 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7668 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7671 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7673 * progmodes/which-func.el (which-function): Fix documentation/
7676 2006-07-26 Richard Stallman <rms@gnu.org>
7678 * textmodes/ispell.el (ispell-word): If we replace the word,
7679 move point to the end. Insert before deleting.
7681 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7683 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7686 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7688 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7689 when at first image.
7690 (tumme-forward-image): Add prefix argument. Add error when at last
7693 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7695 * tabify.el (tabify-regexp): Use more specific regexps.
7696 (tabify): Avoid modifying the buffer unnecessarily.
7698 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7700 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7701 (tumme-format-properties-string): Handle empty `buf'.
7702 (tumme-get-comment): Change variable names inside `let'.
7703 Add missing `let' variable that cause font-lock problems.
7704 (tumme-write-comments): Change variable names inside `let'.
7705 Add missing `let' variable that cause font-lock problems.
7706 (tumme-forward-image): Rename from `tumme-forward-char'.
7707 (tumme-backward-image): Rename from `tumme-backward-char'.
7709 2006-07-25 Masatake YAMATO <jet@gyve.org>
7711 * progmodes/ld-script.el (ld-script-keywords)
7712 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7715 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7717 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7718 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7719 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7720 for status indicator.
7722 2006-07-24 Richard Stallman <rms@gnu.org>
7724 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7726 * subr.el (dolist, dotimes): Use interned symbols for locals.
7727 (--dotimes-limit--, --dolist-tail--): New defvars.
7728 (looking-back): Doc fix.
7730 * replace.el (replace-match-string-symbols): Handle dotted lists.
7732 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7734 * tumme.el (tumme-write-tags): Add.
7735 (tumme-write-comments): Add.
7736 (tumme-tag-files): Change to use `tumme-write-tags'.
7737 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7738 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7739 (tumme-save-information-from-widgets): Change to use
7740 `tumme-write-comments' and `tumme-write-tags'.
7741 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7742 (tumme-write-tag): Remove.
7743 (tumme-write-comment): Remove.
7744 (tumme-display-previous-thumbnail-original): Remove empty line.
7745 (tumme-widget-list): Add punctuation.
7747 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7749 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7751 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7753 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7754 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7755 and andreas@altroot.de (Andreas V
\e,Av
\e(Bgele).
7757 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7759 * mouse.el (mouse-on-link-p): Doc fix.
7761 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7763 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7766 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7768 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7771 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7773 * textmodes/table.el: Add move-beginning-of-line and
7774 move-end-of-line to Point Motion Only Group.
7776 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7778 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7780 2006-07-22 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7782 * startup.el (user-mail-address): Initialize from the `EMAIL'
7783 environment variable first. Document this.
7784 (command-line): Ditto.
7786 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7788 * help-mode.el (help-function-def, help-variable-def)
7789 (help-face-def): Print a message in the minibuffer.
7791 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7793 * term/xterm.el (terminal-init-xterm): Fix key bindings
7794 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7796 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7798 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7799 where `(nth 1 command)' is a cons cell. Doc fix.
7801 * textmodes/po.el (po-find-charset): Doc fix.
7803 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7805 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7806 (allout-beginning-of-current-line, allout-end-of-current-line)
7807 (allout-next-visible-heading, allout-open-topic)
7808 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7809 (allout-flag-current-subtree, allout-show-to-offshoot)
7810 (allout-hide-current-entry, allout-show-current-branches)
7811 (allout-hide-region-body, allout-old-expose-topic)
7812 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7813 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7814 containing `beginning-of-line' and `end-of-line' with
7815 `inhibit-field-text-motion' t.
7817 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7819 * frame.el (focus-follows-mouse): Document that it doesn't have
7820 any effect on MS-Windows.
7822 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7824 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7826 2006-07-20 Jay Belanger <belanger@truman.edu>
7828 * calc.el (calc-previous-alg-entry): Remove variable.
7830 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7832 (calc-alg-entry): Use `calc-alg-entry-history'.
7833 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7834 Remove reference to `calc-previous-alg-entry'.
7835 (calcAlg-edit, calcAlg-enter): Remove reference to
7836 `calc-previous-alg-entry'.
7837 (calcAlg-previous): Use `previous-history-element' instead of
7838 `calc-previous-alg-entry'.
7839 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7840 Change keybinding for `calcAlg-plus-minus', add keybindings for
7841 `previous-history-element' and `next-history-element'.
7843 * calc-rewr.el (calc-match): Remove reference to
7844 `calc-previous-alg-entry'.
7846 * calc-sel.el (calc-selection-history): New variable.
7847 (calc-enter-selection, calc-sel-mult-both-sides)
7848 (calc-sel-add-both-sides): Use `calc-selection-history'.
7850 * calc-map.el (calc-get-operator-history): New variable.
7851 (calc-get-operator): Use `calc-get-operator-history'.
7853 * calcalg3.el (calc-curve-fit-history): New variable.
7854 (calc-curve-fit): Use `calc-curve-fit-history'.
7856 2006-07-20 Kenichi Handa <handa@m17n.org>
7858 * international/mule-cmds.el (select-safe-coding-system): Fix the
7859 way of deciding eol-type of the coding system.
7861 2006-07-20 Alan Mackenzie <acm@muc.de>
7863 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7864 (c-lang-setvar): New macro.
7865 (c-make-init-lang-vars-fun): Use the initialization forms in
7866 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7867 (comment-start, comment-end, comment-start-skip): Change these from
7868 c-lang-defvar's to c-lang-setvar's.
7870 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7871 which calls make-local-variable on the elements of
7872 c-emacs-variable-inits.
7873 (c-init-language-vars-for): Call this new macro.
7875 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7877 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7878 Try to rule out false positives due to time stamps.
7879 (compilation-mode-font-lock-keywords): Remove rules made redundant
7880 because of the above change. Add `segmentation fault' to the known and
7881 highlighted compilation termination messages.
7883 2006-07-19 Kim F. Storm <storm@cua.dk>
7885 * progmodes/grep.el (grep-find-ignored-directories):
7886 Add .svn and _darcs to list.
7888 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7890 * dired.el (dired-mode-map): Add key binding `C-te' for
7891 `tumme-dired-edit-comment-and-tags'.
7893 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7894 image display buffer is displayed before call to
7895 `tumme-display-image.
7896 (tumme-dired-display-image): Make sure image display buffer is
7897 displayed before call to `tumme-display-image.
7898 (tumme-mouse-display-image): Make sure image display buffer is
7899 displayed before call to `tumme-display-image.
7900 (tumme-widget-list): Add.
7901 (tumme-dired-edit-comment-and-tags): Add.
7902 (tumme-save-information-from-widgets): Add.
7904 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7906 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7908 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7910 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7911 Revert inadvertently installed patch hunk.
7913 * progmodes/compile.el (compilation-find-file): Handle the
7914 cases where the user selects a non-existent file.
7916 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7918 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7920 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7922 * subr.el (sit-for): Just sleep-for if noninteractive.
7924 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7926 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7928 * custom.el (custom-autoload): Add `noset' argument.
7929 (custom-push-theme): Don't autoload the variable, let callers do it.
7930 (custom-theme-set-variables): Autoload the variable if necessary.
7932 * cus-edit.el (custom-variable-state-set): If the variable was
7933 originally set outside custom, but to the same value as the default,
7934 consider it to be standard.
7936 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7937 file *before* telling Emacs to add the autoloads, in case it fails.
7939 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7940 Use `cond', push', and `dolist'.
7942 2006-07-17 Richard Stallman <rms@gnu.org>
7944 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7945 Add defvars to silence warnings.
7947 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7949 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7950 Don't highlight "Compiling file" messages as error.
7952 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7953 file already exists.
7955 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7957 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7958 entry, don't assign to free var; simply return the extracted filename.
7959 (ff-treat-as-special): Incorporate common preamble from callers.
7960 (ff-other-file-name, ff-find-the-other-file):
7961 Update call to ff-treat-as-special.
7963 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7965 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
7967 * tumme.el (tumme-get-comment): Fix bug.
7969 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7971 * files.el: Remove spurious * in docstrings.
7973 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7975 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7977 (allout-beginning-of-current-line): Beware beginning of buffer.
7978 Also, a comment is simplified.
7979 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7980 when appropriate. (This fix enables use for other than
7981 bullet-hotspot operation.)
7982 (allout-hide-current-subtree): While escalating to sibling-close,
7983 make sure to situate on a topic.
7985 2006-07-14 Kim F. Storm <storm@cua.dk>
7987 * emulation/cua-base.el (cua-delete-selection)
7988 (cua-toggle-set-mark): New defcustoms.
7989 (cua-rectangle-modifier-key): Add `alt' modifier.
7990 (cua-replace-region): Don't delete if cua-delete-selection is nil.
7991 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7992 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7994 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7996 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7998 * allout.el: Require 'cl during byte-compilation/interactive load,
7999 for the `assert' macro.
8000 (allout-mode-deactivate-hook): New hook, run when allout mode
8002 (allout-developer): New allout customization subgroup.
8003 (allout-run-unit-tests-on-load): New allout-developer
8004 customization variable, when true allout unit tests are run towards
8005 end of file load/eval.
8006 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8008 (allout-resumptions): Remove, to be replaced by...
8009 (allout-add-resumptions): Register variable settings to be
8010 reinstated by `allout-do-resumptions'. The settings are made
8011 buffer-local, but the locality/globality of the suspended setting
8012 is restored on resumption.
8013 (allout-do-resumptions): Reinstate all settings suspended using
8014 `allout-add-resumptions'.
8015 (allout-test-resumptions): Unit tests (and intermediate variables)
8017 (allout-tests-globally-unbound, allout-tests-globally-true)
8018 (allout-tests-locally-true): Intermediate variables for
8019 resumptions unit tests.
8020 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8021 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8022 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8023 instead of retired `allout-resumptions'. For hook functions, use
8024 `local' parameter so hook settings are created and removed as
8025 buffer-local settings. Revise (resumptions) setting
8026 auto-fill-function so it is set only if already active. (The
8027 related fill-function settings are all made in either case, so
8028 that activating auto-fill-mode activity will have the custom
8029 allout-mode behaviors (hanging indent on topics, if configured for it).
8030 Remove all allout-exposure-category overlays on mode deactivation.
8031 (allout-hotspot-key-handler): New function extracted from
8032 `allout-pre-command-business', so the functionality can be used
8033 for other purposes, eg as a binding in an overlay.
8034 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8035 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8036 customization variable.
8037 (allout-run-unit-tests): Run the (currently quite small)
8038 repertoire of unit tests. Called just before the provide iff user
8039 has customized `allout-run-unit-tests-on-load' non-nil.
8041 2006-07-14 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
8043 * emacs-lisp/authors.el (authors-aliases): Update.
8045 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8047 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8048 gdb-source-window. Add dedicated argument.
8049 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8050 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8051 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8052 (gdb-display-locals-buffer): Use it.
8054 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8055 Set gdb-source-window.
8057 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8059 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8060 minor modes, redundant with the custom-autoload line above.
8062 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8064 * longlines.el (longlines-post-command-function): Handle open-line too.
8066 2006-07-12 Richard Stallman <rms@gnu.org>
8068 * progmodes/grep.el (grep-last-buffer): Doc fix.
8070 * info.el (Info-try-follow-nearest-node): Doc fix.
8072 * emacs-lisp/edebug.el (edebug-instrument-function):
8073 Err if find-function-noselect gives no position.
8075 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8076 If can't find definition, return nil for position.
8077 (find-function-do-it): Handle new return value
8078 of find-definition-noselect.
8079 (find-definition-noselect, find-variable-noselect): Doc fix.
8080 (find-function-noselect): Doc fix.
8082 * help-mode.el (help-variable-def): Handle find-variable-noselect
8083 returning no position.
8084 (help-function-def): Likewise for find-function-search-for-symbol.
8085 (help-face-def): Likewise.
8087 * help-fns.el (describe-variable): Handle find-variable-noselect
8088 returning no position.
8090 * files.el (locate-file-completion): Avoid duplicates in result.
8092 * cus-edit.el (custom-no-edit): New command.
8093 (custom-mode-map): Remap to custom-no-edit instead of
8094 using suppress-keymap.
8096 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8098 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8099 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8100 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8102 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8104 2006-07-11 Kim F. Storm <storm@cua.dk>
8106 * ido.el (ido-copy-current-file-name): Use buffer-name if
8107 buffer-file-name is nil.
8109 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8111 * simple.el (undo-ask-before-discard): Set to nil.
8113 * vc.el (vc-exec-after): Don't delete process manually.
8114 (vc-print-log): Run log-view-mode in process sentinel inside
8115 inhibit-read-only. Don't shrink window due to timing issues.
8117 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8118 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8120 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8122 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8123 Fix ambiguity introduced by last change.
8124 (compilation-find-file): Move save-excursion to where it may
8125 make sense. Fix a left over `find-file'.
8127 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8129 * textmodes/texinfmt.el (texinfo-format-separate-node):
8130 Insert a string before point, which fits documentation, not after.
8131 (texinfo-multitable-item): In a multitable row, insert any
8132 additional needed @tabs and spaces.
8134 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8136 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8137 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8138 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8139 instead of shell-command.
8140 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8141 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8142 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8143 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8144 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8145 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8147 2006-07-11 Kim F. Storm <storm@cua.dk>
8149 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8150 Remove special case for seconds < 0. Use (redisplay t) instead.
8152 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8154 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8155 avoid compilation error.
8157 * subr.el (sit-for): New function.
8159 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8161 2006-07-10 Richard Stallman <rms@gnu.org>
8163 * ldefs-boot.el (edebug): Update page.
8165 2006-07-10 Kim F. Storm <storm@cua.dk>
8167 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8168 to FOR-RELEASE and TODO.
8170 2006-07-10 Romain Francoise <romain@orebokech.com>
8172 * emacs-lisp/authors.el (authors-aliases): Update.
8174 2006-07-10 Alan Mackenzie <acm@muc.de>
8176 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8177 * cc-mode.el: Changes to eradicate eval-after-load.
8179 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8181 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8184 2006-07-09 Romain Francoise <romain@orebokech.com>
8186 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8187 Don't highlight start/end markers as compilation messages.
8189 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8192 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8194 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8196 2006-07-08 Richard Stallman <rms@gnu.org>
8198 * term/x-win.el (x-handle-display): Add doc string.
8200 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8202 * subr.el (def-edebug-spec): Move here.
8203 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8205 * imenu.el (imenu-choose-buffer-index): Doc fix.
8207 2006-07-08 Romain Francoise <romain@orebokech.com>
8209 * term/x-win.el (x-display-name): Fix typo.
8211 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8213 * hexl.el (hexl-find-file): Doc fix.
8215 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8217 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8219 * term/x-win.el (x-display-name): Doc fix.
8221 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8223 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8225 (fill-region-as-paragraph): Don't round up to a whole line.
8226 (fill-comment-paragraph): Don't include the code-before-the-comment
8227 when calling fill-region-as-paragraph.
8229 * international/mule.el (make-char): Remove redundancy.
8231 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8232 property may contain an anonymous function rather than a symbol.
8234 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8236 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8237 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8239 * dirtrack.el (dirtrack-default-directory-function): Remove.
8240 (dirtrack-directory-function): Use file-name-as-directory.
8241 (dirtrack-windows-directory-function): Simplify.
8242 (dirtrack-forward-slash, dirtrack-backward-slash)
8243 (dirtrack-replace-slash): Remove.
8244 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8245 (dirtrack): Fix wrong parenthesizing; use match-string.
8247 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8248 (inferior-octave-mode): Only change the buffer-local value of
8249 comint-dynamic-complete-functions.
8250 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8251 Move the initialization to the declaration.
8252 (inferior-octave-complete): Remove unused var `filter'.
8254 * shell.el (shell-mode): Only change the buffer-local value of
8255 comint-dynamic-complete-functions.
8257 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8259 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8260 entry is skipped because it has been scheduled.
8261 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8262 changing `:org-archived' and `:org-comment' properties.
8264 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8266 * server.el (server-select-display): Don't make the temp frame
8267 minibuffer-only, in case it's not a temp frame.
8268 (server-process-filter): Don't delete the temp frame if it's the
8269 only one we have on that display.
8271 * files.el (find-alternate-file): Doc fix.
8273 2006-07-05 Richard Stallman <rms@gnu.org>
8275 * files.el (abbreviate-file-name): Add save-match-data.
8277 2006-07-03 Richard Stallman <rms@gnu.org>
8279 * faces.el (read-face-name): Doc fix.
8281 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8283 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8285 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8287 * vc.el (vc-diff-internal): Fix prev change.
8289 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8291 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8292 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8294 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8296 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8297 fails if the symbol contains chars like ( or '.
8298 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8299 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8302 2006-07-04 Kenichi Handa <handa@m17n.org>
8304 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8305 the current one, don't call set-language-environment, but call one
8306 of set-language-environment-XXX to make INFO effective now.
8307 (set-language-environment): Call set-language-environment-XXX
8308 functions instead of doing the various setups directly.
8309 (set-language-environment-coding-systems): Delete argument eol-type.
8310 (set-language-environment-input-method)
8311 (set-language-environment-nonascii-translation)
8312 (set-language-environment-charset)
8313 (set-language-environment-fontset)
8314 (set-language-environment-unibyte): New functions.
8316 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8318 * locate.el (locate-update-when-revert): New option.
8319 (locate-update-path): New option (suggested by Michael Albinus).
8320 (locate-prompt-for-command): Whitespace change.
8321 (locate-update): No longer offer to update the locate database by
8322 default. Implement the two new options.
8324 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8326 * tooltip.el: Move comment about track-mouse...
8328 * progmodes/gud.el: ...to here.
8330 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8332 * facemenu.el (facemenu-listed-faces): New var.
8333 (facemenu-unlisted-faces): Variable deleted.
8334 (facemenu-add-new-face): Use facemenu-listed-faces.
8336 * emulation/viper-init.el, calendar/calendar.el:
8337 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8339 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8341 * textmodes/org.el (org-mode): Remove no invalid settings for
8343 (org-mode-p): New defsubst.
8344 (org-save-all-org-buffers): New function.
8345 (org-first-headline-recenter): Enclose outline-regexp in group
8347 (org-set-tags): Keep single space after stars.
8349 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8351 * window.el (set-window-text-height): Only set window-min-height to
8352 1 if that's the requested size.
8354 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8355 (diff-unified->context, diff-context->unified)
8356 (diff-reverse-direction): Make sure the end marker stays at the end.
8357 (diff-mode): Add the keymap table at the end of docstring.
8358 Use lexical-let rather than constructing a closure manually.
8360 * files.el (find-file-noselect-1): Remove unused var assignment.
8361 (hack-local-variables-confirm): Print lists of strings as lists of
8362 strings rather than lists of symbols.
8363 (abbreviate-file-name, hack-local-variables-prop-line):
8365 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8366 (recover-session-finish): Use line-end-position.
8368 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8370 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8372 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8374 * progmodes/make-mode.el (makefile-macroassign-regex):
8375 Accept preceding keyword.
8376 (makefile-gmake-statements): Reorganize, now that makepp has
8377 "override" and also handle forgotten "override define".
8378 (makefile-makepp-statements): Add new "global", "override export"
8379 and "override global".
8381 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8383 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8384 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8385 (ada-no-auto-case): Fix typos in docstrings.
8387 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8389 * info.el (Info-find-node-2): Search for makeinfo version more
8392 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8394 * textmodes/org.el (org-prepare-agenda-buffers):
8395 Use `invisible-OK' argument for `org-end-of-subtree'.
8396 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8397 (org-beginning-of-item): Fix bug in regular expression for white line.
8398 (org-export-as-html): Enforce space after bullet in plain list items.
8399 (org-set-autofill-regexps): Require space after plain list bullet
8400 for paragraph-start.
8401 (org-ts-regexp3): New constant.
8402 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8403 (org-timestamp-up-day, org-timestamp-down-day)
8404 (org-timestamp-change): Work with inactive timestamps.
8405 (org-ts-regexp1): Don't allow brackets in time stamps.
8407 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8409 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8412 * faces.el (read-face-name): Use it.
8414 2006-06-28 Juri Linkov <juri@jurta.org>
8416 * buff-menu.el (list-buffers-noselect): Compare Info file
8417 with the string "dir" to detect Info directory.
8419 * complete.el (partial-completion-mode): In lambda for
8420 `choose-completion-string-functions' use full function signature
8421 with 4 args, and move point to the end of the minibuffer only if arg
8422 `mini-p' is non-nil.
8424 2006-06-28 John Paul Wallington <jpw@pobox.com>
8426 * ibuffer.el (ibuffer-mode): Doc fix.
8428 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8430 * textmodes/org.el (org-context): New contexts :item-bullet,
8431 :latex-fragment, :latex-preview.
8432 (org-overlays-at, org-overlay-start, org-overlay-end):
8433 New compatibility functions.
8434 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8435 exact regexp that will be used during export.
8436 (org-latex-regexps): New variable.
8437 (org-cdlatex-mode): Improve advice for `texmathp'.
8438 (turn-on-org-cdlatex): New function.
8440 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8442 * term/mac-win.el (mac-handle-font-selection): Change keys of
8443 mac-atsu-font-table from strings to numbers.
8444 (mac-ts-caret-position): Use also when cursor-type is nil.
8445 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8446 Relax condition for using overlay strings.
8447 Use mac-ts-caret-position face when cursor-type is nil.
8449 2006-06-26 Kim F. Storm <storm@cua.dk>
8451 * help.el (view-emacs-news): Declare `res' in the right let* form.
8453 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8455 * net/rcompile.el (remote-compile): Replace ange-ftp based
8456 implementation by Tramp functions.
8457 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8459 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8461 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8463 * international/fontset.el (setup-default-fontset): Fix a typo in
8464 the "Oriya-Akruti" registry name.
8466 2006-06-23 Lars Hansen <larsh@soem.dk>
8468 * desktop.el (desktop-full-file-name): New function.
8469 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8470 (desktop-revert): Use it.
8471 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8472 (desktop-after-read-hook): Add option list-buffers.
8473 (desktop-locals-to-save): Add tab-width.
8474 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8477 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8479 * textmodes/org.el (org-cdlatex-mode-map)
8480 (org-cdlatex-texmathp-advice-is-done): New variables.
8481 (org-cdlatex-mode): New minor mode.
8482 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8483 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8484 (org-export-with-archived-trees): New option.
8485 (org-open-file): Remove the call to `convert-standard-filename'.
8486 (org-archive-tag, org-agenda-skip-archived-trees)
8487 (org-cycle-open-archived-trees)
8488 (org-sparse-tree-open-archived-trees): New options.
8489 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8490 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8492 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8493 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8494 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8495 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8496 Call `org-prepare-agenda-buffers'.
8497 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8498 (org-file-apps, org-file-apps-defaults-gnu)
8499 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8500 Handle remote files by forcing them to be opened in Emacs.
8502 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8504 * vc.el (vc-diff-knows-L): New variable.
8505 (vc-diff-internal): Use it to handle "diff" programs that don't
8506 understand -L. This works automatically, no user action is necessary.
8508 2006-06-23 Daniel Brockman <daniel@brockman.se>
8510 * net/rcirc.el (rcirc-default-user-full-name): Default to
8511 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8513 (rcirc-process-list): Check `buffer-live-p' before attempting to
8516 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8518 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8519 based on rcirc-coding-system-alist.
8521 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8523 * cus-edit.el (customize-apropos): A better error message.
8524 (top level) <debug-ignored-errors>: Extend and update the list of
8525 ignored error messages.
8527 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8529 * complete.el (PC-do-completion): Retain capitalization of user
8530 input, when possible, even if completion-ignore-case is set.
8532 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8534 * generic-x.el (bat-generic-mode): Support .cmd files.
8536 * dos-w32.el (top level): Use find-file-not-found-functions
8537 instead of the obsolete find-file-not-found-hooks.
8539 2006-06-22 Kim F. Storm <storm@cua.dk>
8541 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8542 to recognize mode name containing submodes, such as Grep/lw.
8544 2006-06-21 Kim F. Storm <storm@cua.dk>
8546 * simple.el (line-move-1): Check for move-end-of-line instead of
8547 end-of-line when setting temporary-goal-column.
8549 2006-06-21 Miles Bader <miles@gnu.org>
8551 * play/cookie1.el (cookie): Work properly when there's only one entry.
8553 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8555 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8556 (gdb-frame-handler): Generalize frame regexp for templates.
8558 2006-06-20 Glenn Morris <rgm@gnu.org>
8560 * calendar/appt.el (appt-display-format): Default value must be
8561 one of the customize options.
8563 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8565 * term/xterm.el (terminal-init-xterm): Update key availability info.
8568 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8570 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8572 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8573 whether or not a local variables list is defined.
8575 * msb.el (msb): Move `sit-for' hack here to handle both
8576 "mouse-down and drag" and "mouse-up and select" situations.
8577 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8579 2006-06-20 Kenichi Handa <handa@m17n.org>
8581 * international/characters.el (word-combining-categories):
8582 Add entries for 2-byte Han characters.
8584 2006-06-19 Richard Stallman <rms@gnu.org>
8586 * bindings.el (mode-line-format): Save some mode line space.
8588 * files.el (find-file-noselect): Improve the question wording.
8589 (basic-save-buffer-2): Mask UMASK against 666.
8591 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8592 (mouse-drag-vertical-line): Call it.
8594 * cus-edit.el (customize-option, customize-option-other-window):
8595 Error if SYMBOL is nil.
8597 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8599 * textmodes/org.el: Require noutline, also on XEmacs.
8600 (org-end-of-subtree): Return point.
8601 (org-dblock-start-re, org-dblock-end-re): New constants.
8602 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8603 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8604 (org-update-all-dblocks, org-find-dblock): New functions.
8605 (org-collect-clock-time-entries): New function.
8606 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8607 (org-fixup-indentation): Modify to deal correctly with lines
8608 starting with TAB. Only one argument DIFF now.
8609 (org-demote, org-promote): Call `org-fixup-indentation' with just
8611 (org-mode): Don't mark buffer as modified when aligning tables.
8612 (org-clock-sum): Don't mark buffer modified when adding time sum
8614 (org-export-as-html): Add support for a link validation function.
8615 (org-archive-all-done): New function.
8616 (org-archive-subtree): New prefix argument. When set, archive all
8617 done subtrees in this buffer.
8618 (org-remove-clock-overlays)
8619 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8620 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8621 (org-put-clock-overlay): Don't swallow last headline character
8622 when displaying overlay.
8623 (org-store-link): Link to `image-mode' with just the file name.
8625 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8627 * viper-cmd.el (viper-special-read-and-insert-char):
8628 Use read-key-sequence.
8629 (viper-after-change-undo-hook): Misc enhancements.
8630 (viper-after-change-undo-hook): New hook.
8631 (viper-undo): Use viper-after-change-undo-hook.
8632 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8633 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8634 clicking on that widget/button.
8636 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8638 * ediff-diff (ediff-test-patch-utility): Catch errors.
8639 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8640 (ediff-set-actual-diff-options): New function.
8641 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8642 Use ediff-set-actual-diff-options.
8643 (ediff-extract-diffs): Catch errors.
8644 (ediff-whitespace): Add non-breakable space.
8645 (ediff-same-file-contents): Catch errors.
8647 * ediff-mult.el (ediff-collect-custom-diffs):
8648 Save coding-system-for-read.
8650 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8651 (ediff-vc-internal, ediff-vc-merge-internal):
8652 Use ediff-delete-version-file.
8653 (ediff-delete-version-file): New function.
8655 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8657 * ediff.el (ediff-directories, ediff-directory-revisions)
8658 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8659 (ediff-directories-internal, ediff-merge-directory-revisions)
8660 (ediff-merge-directory-revisions-with-ancestor)
8661 (ediff-directories3): Use read-directory-name.
8663 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8665 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8666 Remove superfluous part of regexp for brace matching which is handled
8667 by `scan-lists' call.
8669 2006-06-16 Richard Stallman <rms@gnu.org>
8671 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8673 * files.el (basic-save-buffer-2): For a new precious file,
8674 use the default modes in the return value.
8676 * facemenu.el (facemenu-color-alist): Doc fix.
8678 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8680 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8682 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8684 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8685 (mac-utxt-to-string): Use it.
8686 (mac-ts-update-active-input-area): Use mac-ae-number.
8688 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8690 * term.el (term-handle-scroll, term-delete-lines)
8691 (term-insert-lines): Fix off by one errors.
8693 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8695 * net/tramp.el (tramp-touch): Use UTC to express time.
8697 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8699 * mail/sendmail.el (mail-send): Search explicitly for
8700 mail-header-separator when checking for corrupted header lines.
8702 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8704 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8705 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8706 (gdb-init-1): Initialise them.
8707 (gdb-starting): Reset gdb-printing
8708 (gdb-starting): Save value of gud-overlay-arrow-position.
8709 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8710 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8711 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8712 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8714 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8716 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8718 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8720 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8721 (ldap-search-internal): Keep error messages, and a regexp fix.
8723 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8725 * files.el (hack-local-variables-confirm):
8726 Display string value using its printed representation.
8728 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8730 * server.el (server-edit): No-op if no server buffers exist.
8732 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8734 * textmodes/page-ext.el (pages-directory-for-addresses):
8735 Including `pages-directory-address-mode' in the function results
8736 in the message "Buffer in which pages were found is deleted".
8738 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8740 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8743 (org-agenda-clock-in, org-check-running-clock)
8744 (org-clock-out-if-current, org-remove-clock-overlays)
8745 (org-put-clock-overlay): New functions.
8746 (org-clock-marker, org-clock-file-total-minutes)
8747 (org-clock-overlays): New variables.
8748 (org-clock-display, org-clock-sum, org-clock-cancel)
8749 (org-clock-out, org-clock-in): New commands.
8750 (org-export): New function.
8751 (org-emph-re): New constant.
8752 (org-set-emph-re, org-do-emphasis-faces): New functions.
8753 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8754 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8755 (org-export-html-convert-emphasize): Use the configurable emphasis.
8756 (org-cleaned-string-for-export): Make multiline emphasis visible
8757 to the exporter. New optional argument PARAMETERS.
8758 (org-export-as-html): Specify :emph-multiline parameter to
8759 `org-cleaned-string-for-export'.
8761 2006-06-10 Richard Stallman <rms@gnu.org>
8763 * help.el (help-for-help-internal): Clean up help text.
8765 2006-06-10 Andreas Schwab <schwab@suse.de>
8767 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8770 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8772 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8774 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8775 spaces after the comment start.
8777 2006-06-09 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8779 * play/pong.el (pong-init-buffer):
8780 Fill buffer with spaces instead of ^A.
8782 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8783 launched asynchronously, delete its process instead of being cool.
8784 (ispell-async-processp): Check for `delete-process' existence
8785 instead of `kill-process' one for consistency.
8787 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8789 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8790 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8791 in mode line at startup.
8793 2006-06-08 Kim F. Storm <storm@cua.dk>
8795 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8796 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8797 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8798 (ido-file-internal): Pass full file name to write-file.
8799 (ido-read-internal): Only pop stack elements automatically if they
8800 actually match an existing directory or file name.
8802 2006-06-07 Kenichi Handa <handa@m17n.org>
8804 * international/mule.el (find-auto-coding): Don't handle the short
8807 * files.el (hack-local-variables-prop-line)
8808 (hack-local-variables): Cancel the previous change.
8810 2006-06-06 Jesper Harder <harder@phys.au.dk>
8812 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8814 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8816 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8817 diff-default-read-only is non-nil.
8818 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8819 (diff-refine-hunk): Set inhibit-read-only to t.
8821 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8822 modifying the *Diff* buffer.
8823 (diff-process-filter): New filter function for diff process that
8824 sets inhibit-read-only to t when modifying the *Diff* buffer.
8826 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8828 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8829 insertion point and control the number of empty lines.
8830 (org-paste-subtree): Limit the number of empty lines at the end of
8832 (org-agenda): Use buffer name of current file for narrowing.
8833 (org-export-as-xml): Command removed.
8834 (org-export-xml-type): Option removed.
8835 (org-mode-map): Call `org-export-as-xoxo' directly.
8836 (org-get-indentation): New optional argument LINE.
8837 (org-fix-indentation, org-remove-tabs): New functions.
8838 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8839 correct indentation for headlines that are converted it items.
8840 (org-skip-comments): Remove table lines that contain narrowing
8841 cookies but no other non-empty fields.
8842 (org-set-tags): Allow groups of mutually exclusive tags.
8843 (org-cmp-time): Sort 24:21 before items without time.
8844 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8845 (org-open-at-point): Require double colon also for numbers.
8847 2006-06-06 Kim F. Storm <storm@cua.dk>
8849 * ido.el (ido-default-file-method, ido-default-buffer-method):
8850 Make choice values consistent with corresponding command names.
8851 (ido-visit-buffer): Update accordingly. Default to selected-window.
8853 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8855 * progmodes/gud.el (gud-running): Fix doc string.
8856 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8857 (gud-tooltip-modes): Add python-mode.
8858 (gud-tooltip-print-command): Add pdb. Remove perldb.
8860 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8862 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8865 2006-06-05 Richard Stallman <rms@gnu.org>
8867 * faces.el (defined-colors): Doc fix.
8869 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8871 * vc.el (vc-process-filter): Inhibit undo info collection around
8873 (vc-setup-buffer): Likewise for call to erase-buffer.
8874 (vc-do-command): Likewise for call to process-file.
8876 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8878 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8880 (gud-common-init): Other debuggers may trigger error.
8882 2006-06-05 Kenichi Handa <handa@m17n.org>
8884 * international/mule.el (find-auto-coding):
8885 Handle enable-character-translation in file header.
8887 2006-06-04 Kim F. Storm <storm@cua.dk>
8889 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8890 (authors-fixed-entries): Fix spelling.
8891 (authors-canonical-file-name): Don't report error for wildcards.
8893 * help.el (view-emacs-news): Rewrite to support new NEWS,
8894 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8895 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8896 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8898 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8900 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8901 exec constructs like `foo bar`.
8902 (sh-quoted-subshell): New helper function to search for a possibly
8903 nested subshell (like `` or $()) within a "" quoted string.
8904 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8905 (sh-apply-quoted-subshell): Flag quote characters inside a
8906 subshell, which is itself already in a quoted region, as
8907 punctuation, since this is the closest to what they actually are.
8908 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8909 sh-apply-quoted-subshell.
8910 (sh-font-lock-syntactic-face-function): Apply the new face for
8911 text inside `` instead of the old font-lock-string-face.
8913 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8915 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8916 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8917 (mac-bytes-to-text-range, mac-ae-text-range-array)
8918 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8919 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8920 (mac-ts-unicode-for-key-event): New functions.
8921 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8922 (mac-handle-font-selection): Use mac-ae-number.
8923 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8925 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8926 (mac-ts-converted-text, mac-ts-selected-converted-text)
8927 (mac-ts-block-fill-text, mac-ts-outline-text)
8928 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8929 (mac-ts-hilite-style-faces): New constant.
8930 (mac-apple-event-map): Bind text input events.
8931 (mac-dispatch-apple-event): Use command-execute instead of
8933 (global-map): Don't bind mac-apple-event.
8934 (special-event-map): Bind mac-apple-event.
8936 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8938 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8940 (emacs): Enclose the value of $(EMACS) in quotes.
8942 2006-06-02 Juri Linkov <juri@jurta.org>
8944 * international/mule.el (sgml-html-meta-auto-coding-function):
8945 Remove the condition `(search-forward "<html" size t)'.
8946 Replace `\"' with `[\"']?' in `re-search-forward'.
8948 2006-06-02 Kenichi Handa <handa@m17n.org>
8950 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8951 as well as `coding'.
8952 (hack-local-variables): Likewise.
8954 * international/mule.el (enable-character-translation):
8955 Put permanent-local and safe-local-variable properties.
8956 (find-auto-coding): Handle char-trans: tag.
8958 2006-06-02 Juri Linkov <juri@jurta.org>
8960 * international/mule.el (sgml-html-meta-auto-coding-function):
8961 Limit the search by the end of the HTML header (if any).
8963 2006-06-01 Richard Stallman <rms@gnu.org>
8965 * subr.el (with-current-buffer): Doc fix.
8967 2006-06-02 Masatake YAMATO <jet@gyve.org>
8969 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8970 Almost rewrite. Underlines over all lines of gcov output are too
8971 uncomfortable to read. Suggested by Dan Nicolaescu.
8973 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
8975 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8977 * shell.el (shell-mode): Use shell-mode-map in docstring.
8979 * comint.el (comint-send-input): Do not add help-echo and
8980 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8982 2006-06-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8984 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8986 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8988 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8989 (gdb-stopped, gdb-info-stack-custom): If there is no source info
8990 look up the stack and pop up GUD buffer if necessary.
8991 (gdb-frames-select): Remove redundant call to gud-display-frame.
8992 (gdb-info-threads-custom): Keep point at start of buffer.
8993 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8995 2006-05-31 Juri Linkov <juri@jurta.org>
8997 * replace.el (query-replace-read-from, query-replace-read-to):
8998 Bind `history-add-new-input' to nil. Call `add-to-history'.
9000 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9002 * textmodes/table.el: Convert all HTML tags to lower case for
9003 XHTML compatibility.
9005 2006-05-31 Masatake YAMATO <jet@gyve.org>
9007 * progmodes/compile.el:
9008 (compilation-error-regexp-alist-alist::gcov-called-line):
9009 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9011 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9013 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9014 Revert inadvertent changes made with last commit.
9016 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9018 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9021 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9023 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9025 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9026 only matches in the right place.
9027 (org-upcoming-deadline): New face.
9028 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9029 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9030 and make it an option.
9031 (org-export-ascii-bullets): New option.
9032 (org-export-as-html): Many changes to emit valid XHTML.
9033 (org-par-open): New variable.
9034 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9035 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9036 (org-timeline): Pass `org-timeline-show-empty-dates' to
9037 `org-get-all-dates'. Interpret empty dates returned by
9038 `org-get-all-dates'.
9039 (org-get-all-dates): New argument EMPTY. Add dates without
9040 entries to the list, mark large ranges of empty dates.
9041 (org-point-in-group, org-context): New functions.
9043 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9045 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9047 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9048 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9049 to C-mouse-3 (for 2 button mice).
9050 (gdb-send): Do the right thing for C-d.
9052 * speedbar.el (speedbar-detach): Delete.
9053 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9055 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9057 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9059 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9062 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9063 Add makepp diagnostic.
9065 2006-05-29 Richard Stallman <rms@gnu.org>
9067 * window.el (fit-window-to-buffer): Doc fix.
9069 * help.el (temp-buffer-max-height): Doc fix.
9071 * subr.el (with-current-buffer): Doc fix.
9073 2006-05-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
9075 * term/x-win.el: Bind F10 to menu-bar-start if available.
9077 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9079 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9080 uses with a simple test.
9081 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9082 (term-send-raw-string, term-send-raw, term-mouse-paste)
9083 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9084 (term-handle-exit, term-read-input-ring)
9085 (term-previous-matching-input-string)
9086 (term-previous-matching-input-string-position)
9087 (term-previous-matching-input-from-input)
9088 (term-replace-by-expanded-history, term-send-input)
9089 (term-skip-prompt, term-bol, term-send-invisible)
9090 (term-kill-input, term-delchar-or-maybe-eof)
9091 (term-backward-matching-input, term-check-source)
9092 (term-proc-query, term-emulate-terminal)
9093 (term-handle-colors-array, term-process-pager, term-pager-line)
9094 (term-pager-bob, term-unwrap-line, term-word)
9095 (term-dynamic-complete-filename)
9096 (term-dynamic-complete-as-filename)
9097 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9100 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9102 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9103 during bootstrapping.
9105 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9106 Basically undo the change of 2006-05-26: use extra arguments instead of
9108 (ewoc-locate): Remove unused var `footer'.
9110 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9112 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9114 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9115 (generate-file-autoloads): Obey it. Return whether autoloads were
9116 added at point or not.
9117 (update-file-autoloads): Use this new return value.
9118 Remove redundant test for the presence of an autoload cookie.
9120 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9121 This one calls hack-local-variables.
9122 (generate-file-autoloads, update-file-autoloads): Use it.
9124 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9125 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9126 (bibtex-sort-entry-class-alist): Don't set the global value.
9127 (bibtex-init-sort-entry-class-alist): New fun.
9128 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9129 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9130 of bibtex-init-sort-entry-class.
9132 2006-05-28 Richard Stallman <rms@gnu.org>
9134 * subr.el (load-history-regexp): If FILE is relative, insist
9135 entire last name component must match it.
9136 (load-history-filename-element, load-history-regexp): Doc fixes.
9138 2006-05-29 Kim F. Storm <storm@cua.dk>
9140 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9141 `pos' and `raw-data' for clarity, as eval forms may access these.
9143 2006-05-28 Kim F. Storm <storm@cua.dk>
9145 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9147 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9149 * progmodes/make-mode.el (makefile-browser-map)
9150 (makefile-mode-syntax-table): Move initialization inside declaration.
9151 (makefile-fill-paragraph): Use the default comment-filling code.
9153 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9155 * replace.el (query-replace-defaults): New variable.
9156 (query-replace-read-from): Use `query-replace-defaults' for
9157 default value, instead of history list.
9158 (query-replace-read-to): Update `query-replace-defaults'.
9160 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9162 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9165 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9167 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9168 (tumme-show-all-from-dir): Add autoload.
9170 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9172 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9173 (tumme-remove-tag): Fix bug.
9175 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9177 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9178 FOOTER args. Update unique caller.
9179 (ewoc-delete): Compute last node once before looping.
9180 (ewoc--node-branch): Merge into unique caller.
9181 (ewoc--node): Don't define constructor make-ewoc--node for this
9183 (ewoc): Add member `hf-pp' to this structure.
9184 (ewoc--wrap): New func.
9185 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9186 header/footer pretty-printers. Save header/footer pretty-printer.
9187 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9189 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9191 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9193 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9194 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9195 Tag'. Change "Compare directories..." to "Change Directories...".
9196 Move tumme commands to Operate, Regexp and Immediate menus.
9197 Change "Add Comment" to "Add Image Comment". Change "Add Image
9198 Tag" to "Add Image Tags".
9200 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9201 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9204 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9206 * shell.el (shell-mode): Call shell-dirtrack-mode after
9207 list-buffers-directory is made a local variable, to avoid setting
9210 2006-05-26 Kevin Ryde <user42@zip.com.au>
9212 * info.el (Info-index-next): Use where-is-internal to report
9213 actual binding of Info-index-next, rather than hard-coded `,'.
9215 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9217 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9218 and "Find Command in Manual" to here.
9220 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9221 Info-current-file as the file name.
9223 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9225 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9226 overrides will now be done a different way.
9227 (ses-set-parameter): Reapply this function for undo.
9228 (ses-set-header-row): Reconstruct header row during undo.
9229 (ses-widen): New function.
9230 (ses-goto-data, ses-reconstruct-all): Use new function.
9231 (ses-command-hook): Widen buffer during undo, before unupdating
9233 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9234 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9235 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9236 formula hasn't been executed yet.
9238 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9240 * comint.el (comint-kill-whole-line): Rename arg to count.
9243 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9245 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9248 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9250 * simple.el (toggle-truncate-lines): Make arg optional for
9251 backward compatibility.
9253 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9255 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9256 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9257 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9258 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9259 (ewoc--adjust): Use ewoc--current-dll.
9260 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9262 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9264 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9265 compact error message.
9266 (org-tags-view): Refresh category table in each file.
9267 (org-table-justify-field-maybe): Remove superfluous arguments to
9269 (org-export-as-html): Insert "<p>" before postamble.
9270 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9272 2006-05-26 Kenichi Handa <handa@m17n.org>
9274 * textmodes/po.el (po-find-charset): Pay attention to the case
9275 FILENAME is a cons (NAME . BUFFER).
9276 (po-find-file-coding-system-guts): Likewise.
9278 * arc-mode.el (archive-set-buffer-as-visiting-file):
9279 Call find-operation-coding-system with (FILENAME . BUFFER).
9281 * tar-mode.el (tar-extract): Call find-operation-coding-system
9282 with (FILENAME . BUFFER).
9284 * international/mule.el (decode-coding-inserted-region):
9285 Call find-operation-coding-system with (FILENAME . BUFFER).
9287 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9289 * image-mode.el (image-toggle-display): Use buffer contents to
9290 generate image for a remote file.
9292 2006-05-25 Juri Linkov <juri@jurta.org>
9294 * replace.el (query-replace-read-from, query-replace-read-to):
9295 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9297 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9299 * whitespace.el (whitespace-cleanup): Change to cleanup
9300 region if one is active.
9301 * whitespace.el (whitespace-cleanup-internal): New internal method.
9303 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9305 * dired.el (dired-mode-map): Add help-echo strings to tumme
9306 commands. Bind `tumme-dired-display-image' to C-t i.
9308 * tumme.el (tumme-display-image): Change documentation string slightly.
9309 (tumme-dired-display-image): Add call to `display-buffer'.
9311 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9313 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9314 Signal error if RAW-DATA is a multibyte string.
9316 2006-05-24 Richard Stallman <rms@gnu.org>
9318 * subr.el (with-local-quit): When handling `quit' signal,
9319 make a chance for quit-flag to cause a quit.
9321 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9322 (ad-disable-advice): Add autoloads.
9324 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9326 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9328 * dired.el (dired-mode-map): Change menu items for tumme as per
9329 suggestions in emacs-devel.
9331 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9333 * dired.el (dired-mode-map): Fix breakage.
9335 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9337 * tumme.el (tumme-display-dired-image): Rename to...
9338 (tumme-dired-display-image): ...this.
9339 (tumme-track-movement): Change default value to t.
9340 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9341 used from `tumme-next-line-and-display' and similar commands.
9343 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9344 Immediate menu. Add some tumme commands there.
9346 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9348 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9350 2006-05-24 Chong Yidong <cyd@mit.edu>
9352 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9353 menu entries that open submenus.
9355 2006-05-24 Alan Mackenzie <acm@muc.de>
9357 * startup.el (command-line): For names of preloaded files, don't
9358 append ".elc" (now done in Fload), and call file-truename on the
9361 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9362 match ANY loaded file with the right name, not just those in
9363 load-path. Put a regexp matching the file name into
9364 after-load-alist, rather than the name itself.
9366 * subr.el (load-history-regexp, load-history-filename-element)
9367 (do-after-load-evaluation): New functions.
9369 * international/mule.el (load-with-code-conversion): Do the
9370 eval-after-load stuff by calling do-after-load-evaluation.
9372 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9374 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9375 has not been killed.
9377 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9379 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9380 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9381 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9382 Optionally set error message in reply.
9384 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9386 * textmodes/org.el (org-open-at-point): Use renamed variable
9387 `org-confirm-shell-link-function'.
9388 (org-confirm-shell-link-function): Rename from
9389 `org-confirm-shell-links'.
9390 (org-export-directory): New function.
9391 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9392 (org-export-icalendar): Use `org-export-directory'.
9393 (org-indent-item): Keep cursor position.
9394 (org-link-file-path-type): New option.
9395 (org-export-as-html): Fix bug with plain lists starting in
9397 (org-export-as-html): Remove deadline formatting, this happens
9398 now already in `org-html-handle-time-stamps'.
9399 (org-export-html-style): Deadline class removed.
9400 (org-insert-labeled-timestamps-at-point): New option.
9401 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9402 of `hide-sublevels 1', in case the first headline is not level 1.
9403 (org-overview, org-content): New fuction.
9404 (org-cycle-global-status, org-cycle-subtree-status): Make these
9405 variables buffer-local.
9406 (org-global-cycle): New command.
9407 (org-shifttab): Use `org-global-cycle'.
9408 (org-insert-heading, org-insert-item): Go to end of new
9409 headline/item after creating it.
9410 (org-export-visible): Rename from `org-export-copy-visible'.
9411 Now creates a temporary org-file and applies an exporting command
9413 (org-table-eval-formula): Support for lisp forms.
9414 (org-agenda-todo-ignore-scheduled): New option.
9415 (org-agenda-get-todos): Use new option
9416 `org-agenda-todo-ignore-scheduled'.
9417 (org-export-html-inline-images): New value `maybe'.
9418 (org-export-as-html): Inlining of images dependent on link description.
9419 (org-archive-subtree): Check for end-of-buffer before trying
9421 (org-agenda-follow-mode): New option.
9422 (org-export-with-tags, org-export-with-timestamps): New options.
9423 (org-html-handle-time-stamps): New function.
9424 (org-keyword-time-regexp): New variable.
9425 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9426 (org-agenda-todo-list-sublevels): New option.
9427 (org-html-level-start): When TITLE is nil, just close all levels.
9428 (org-parse-key-lines, org-parse-export-options): Remove functions,
9429 replaced by `org-infile-export-plist'.
9430 (org-combine-plists, org-infile-export-plist)
9431 (org-default-export-plist): New functions.
9432 (org-export-html-preamble, org-export-html-postamble)
9433 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9435 (org-export-publishing-directory): New option.
9436 (org-export-as-html, org-export-as-ascii): Use the new property
9438 (org-export-copy-visible, org-export-as-xoxo):
9439 Respect `org-export-publishing-directory'.
9440 (org-link-search, org-store-link, org-file-apps): Support for
9441 links to BibTeX database entries..
9442 (org-get-current-options, org-set-regexps-and-options):
9443 Implement logging as a startup option.
9444 (org-store-link): Make sure context string is never empty
9445 (org-insert-link): Use relative path when possible.
9446 (org-at-item-checklet-p): New function.
9447 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9448 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9449 (org-metaright, org-metaup, org-metadown, org-shiftup)
9450 (org-shiftdown, org-shiftright, org-shiftleft)
9451 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9452 Dispatch using `call-interactively'.
9453 (org-call-with-arg): New defsubst.
9454 (org-tag-alist, org-use-fast-tag-selection): New options.
9455 (org-complete): Use `org-tag-alist'.
9456 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9457 (org-next-item, org-previous-item): New commands.
9458 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9460 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9462 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9464 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9465 (ewoc-filter): Use `ewoc-delete'.
9467 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9469 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9471 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9472 Signal more user-friendly error messages.
9474 * complete.el (PC-do-completion): Undo the addition of implicit
9475 wildcards if they did not lead to finding any match.
9476 (read-file-name-internal): Don't add the final > if the completion is
9479 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9481 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9482 Quote safe-local-variable predicate.
9484 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9486 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9488 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9490 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9492 * progmodes/make-mode.el (makefile-special-targets-list)
9493 (makefile-macro-table, makefile-target-table): Mark as risky.
9494 (makefile-query-one-target-method): Make this the alias for the
9496 (makefile-query-one-target-method-function): Make this the real name.
9498 * textmodes/artist.el (artist-text-renderer): Make this the alias
9499 for the following variable.
9500 (artist-text-renderer-function): Make this the real name.
9502 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9503 the alias for the following variable.
9504 (flyspell-generic-check-word-predicate): Make this the real name.
9506 * textmodes/ispell.el (ispell-format-word): Make this the alias
9507 for the following variable.
9508 (ispell-format-word-function): Make this the real name.
9509 (ispell-message-text-end): Mark as risky.
9511 * skeleton.el (skeleton-transformation, skeleton-filter)
9512 (skeleton-pair-filter): Make these the aliases for the following
9514 (skeleton-transformation-function, skeleton-filter-function)
9515 (skeleton-pair-filter-function): Make these the real names.
9517 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9518 and skeleton-pair-filter-function.
9520 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9521 alias for the following variable.
9522 (sgml-transformation-function): Make this the real name.
9523 (sgml-tag-alist): Mark as risky.
9525 2006-05-21 Richard Stallman <rms@gnu.org>
9527 * simple.el (kill-region): Interactively, pass point, then mark.
9529 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9531 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9533 2006-05-21 Romain Francoise <romain@orebokech.com>
9535 * dired-x.el (dired-mode-map): Don't bind M-g.
9537 2006-05-20 Richard Stallman <rms@gnu.org>
9539 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9540 (dired-goto-file): Doc fix.
9542 2006-05-21 Kim F. Storm <storm@cua.dk>
9544 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9545 way to enable built-in cua-mode if user loads older CUA-mode package.
9547 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9548 if default-filename is specified.
9550 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9552 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9554 * info.el (info-apropos): Make sure current-file and current-node
9555 have non-nil values. Speed up by using add-to-list instead of
9558 2006-05-20 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9560 * progmodes/make-mode.el (makefile-mode): Doc fix.
9562 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9564 * dired-aux.el (dired-do-shell-command): Doc fix.
9566 2006-05-20 Kevin Ryde <user42@zip.com.au>
9568 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9569 ``(custom-manual :tag "Foo" "(foo)Node")''.
9571 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9573 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9574 value is an integer.
9576 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9578 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9580 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9582 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9584 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9585 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9587 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9589 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9590 regexp for keywords.
9592 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9594 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9595 replace-regexp-in-string.
9597 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9598 encode, and escape file name on conversion to URL.
9600 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9602 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9604 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9606 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9607 on conversion to URLs.
9609 * net/browse-url.el (browse-url-file-url): Encode file name on
9612 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9615 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9617 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9619 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9621 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9622 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9624 2006-05-19 Glenn Morris <rgm@gnu.org>
9626 * calendar/diary-lib.el (diary-bahai-date)
9627 (list-bahai-diary-entries, mark-bahai-diary-entries)
9628 (mark-bahai-calendar-date-pattern): Not interactive.
9629 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9630 (diary-entries-list): Change format of 4th element in each entry.
9631 (diary-list-entries): Use add-to-diary-list.
9632 (diary-goto-entry): Handle the case where the buffer visiting the
9633 diary has been killed.
9634 (fancy-diary-display): Add 'locator to button rather than 'marker.
9635 Only generate temp-face when there are marks to apply.
9636 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9637 (diary-fancy-date-pattern): New variable.
9638 (diary-time-regexp): Doc fix.
9639 (diary-anniversary, diary-time): New faces.
9640 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9641 diary-time-regexp. Add font-lock-multiline property where needed.
9642 Use new faces diary-anniversary and diary-time.
9643 (diary-fancy-font-lock-fontify-region-function): New function, to
9644 handle multiline font-lock pattern in fancy diary.
9645 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9646 (diary-font-lock-keywords): Tweak time regexp. Use new face
9649 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9651 * international/code-pages.el (mik): Table corrected.
9653 2006-05-18 Kim F. Storm <storm@cua.dk>
9655 * progmodes/grep.el (grep-find): Don't check grep-find-command
9656 before running command (breaks non-interactive usage).
9658 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9660 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9661 (ewoc--insert-new-node): Don't insert trailing newline.
9662 Instead, adjust successor nodes's start markers.
9663 (ewoc--refresh-node): Delete all text from current node's start
9664 marker to the next one's; adjust successor nodes's start markers.
9665 (ewoc--create): Doc fixes.
9666 (ewoc--refresh): Don't insert newline.
9667 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9668 * pcvs.el (cvs-make-cvs-buffer):
9669 Specify extra newline for ewoc's header and footer.
9670 (cvs-update-header): Update initial header recognition.
9671 Append newline to final header and footer values.
9672 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9674 2006-05-17 Richard Stallman <rms@gnu.org>
9676 * files.el (file-name-extension): Doc fix.
9678 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9680 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9681 we can explicitly enable/disable rather than toggle.
9682 (shell-mode): Use it.
9683 (shell-cd): Don't try to reproduce what `cd' does.
9685 2006-05-17 Kim F. Storm <storm@cua.dk>
9687 * ido.el (ido-read-internal): Use only nondirectory part of
9690 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9692 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9693 (ewoc-nth): Doc fix.
9695 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9697 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9699 * international/mule.el (auto-coding-alist): Add .lha to files
9700 read with no-conversion.
9702 * files.el (auto-mode-alist): Add .lha files to archive file
9705 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9706 Convert csize to integer when computing offsets within the
9707 compressed archive file.
9709 2006-05-16 Kim F. Storm <storm@cua.dk>
9711 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9712 with read-from-minibuffer.
9714 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9716 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9717 (byte-compile-warnings): Fix safe-local-variable property.
9719 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9721 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9722 (allout-stylish-prefixes, allout-numbered-bullet)
9723 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9724 predicates to qualify `safe-local-variable' property, when
9725 available, else use equivalent lambda.
9726 (allout-current-topic-collapsed-p): Do the right thing regarding
9727 trailing blank lines.
9729 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9731 * server.el (server-start): Only create a directory if needed.
9732 (server-edit, server-unload-hook): server-start => server-mode.
9733 (kill-emacs-hook): Cleanup upon exit.
9735 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9737 * hexl.el (hexlify-buffer): Encode process arguments manually.
9739 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9741 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9742 call to gdb-tooltip-print.
9744 2006-05-15 Romain Francoise <romain@orebokech.com>
9746 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9747 systems, default to "tar" since those systems probably have GNU tar.
9749 2006-05-14 Lars Hansen <larsh@soem.dk>
9751 * desktop.el (desktop-missing-file-warning): Fix docstring.
9752 (desktop-restore-file-buffer): Correct question asked on missing file.
9754 2006-05-14 Kim F. Storm <storm@cua.dk>
9756 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9757 Add CUA move property.
9759 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9761 * custom.el (custom-push-theme): Load the variable before checking
9762 its `standard-value'.
9764 2006-05-13 Lars Hansen <larsh@soem.dk>
9766 * desktop.el (desktop-save): Use with-temp-buffer.
9768 2006-05-12 Glenn Morris <rgm@gnu.org>
9770 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9771 * calendar/calendar.el (calendar-mode-map):
9772 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9773 * calendar/appt.el (appt-check, appt-make-list): Refer to
9774 diary-view-entries, diary-list-entries, diary-show-all-entries
9775 rather than obsolete aliases.
9777 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9779 * simple.el (line-move-finish): Avoid calling point motion hooks
9780 while processing intangibility.
9782 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9784 * term/xterm.el (terminal-init-xterm): Fix typo.
9786 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9788 * allout.el (allout-view-change-hook): Mark as being deprecated,
9789 to be replaced by `allout-exposure-change-hook'.
9790 (allout-exposure-change-hook): New, replacing
9791 `allout-view-change-hook'.
9792 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9793 in addition to `allout-view-change-hook'.
9794 (allout-show-bodies, allout-old-style-prefixes)
9795 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9796 lambda forms to prevent their showing up in variable help
9797 presentations as inscrutable byte-compiled code.
9798 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9799 Use string-or-null-p to qualify safe-local-variable values.
9800 (allout-reindent-bodies): Use memq to qualify matches against
9801 valid safe-local-variable values. Also, quote the lambda as above.
9802 (allout-use-mode-specific-leader): Add missing candidate-value
9803 symbols, use memq, and quote the lambda.
9804 (allout-overlay-interior-modification-handler): Remove unused
9805 variables `msg' and 'opened'.
9806 (allout-hidden-p): Constrain invisibility consideration to allout's
9807 invisibility spec, disregarding invisibility for other reasons.
9809 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9811 * files.el (version-control): Correct safe values.
9813 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9815 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9817 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9818 (ewoc--insert-new-node): New func.
9819 Update callers of deleted funcs to use it, instead.
9821 2006-05-11 Glenn Morris <rgm@gnu.org>
9823 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9824 obsolete alias `show-all-diary-entries'.
9825 (make-diary-entry): Not interactive.
9826 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9827 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9828 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9829 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9830 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9831 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9833 2006-05-11 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9835 * calendar/calendar.el (calendar-french-date-string)
9836 (calendar-mayan-date-string, calendar-chinese-date-string)
9837 (calendar-astro-date-string, calendar-iso-date-string)
9838 (calendar-islamic-date-string, calendar-bahai-date-string)
9839 (calendar-hebrew-date-string, calendar-coptic-date-string)
9840 (calendar-ethiopic-date-string, calendar-persian-date-string):
9841 These functions are not interactive.
9843 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9845 * files.el: Balance parentheses.
9847 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9849 * files.el, newcomment.el, outline.el, simple.el,
9850 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9851 * progmodes/cc-vars.el, progmodes/compile.el:
9852 Move `safe-local-variable' declarations to the respective files.
9854 * help-fns.el (describe-variable): Don't print safe-var if it is
9855 byte-code. Improve wording as suggested by Luc Teirlinck.
9857 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9859 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9860 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9861 Use a token for pending-triggers to ensure gdb-var-update
9862 gets called once per user input again for pre-GDB 6.4.
9863 (gdb-var-delete): Match on more complex expressions.
9864 (gdb-var-list-children-handler, gdb-var-create-handler):
9865 Use a token for consistency.
9867 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9869 * textmodes/org.el (org-read-date, org-goto-calendar)
9870 (org-agenda-goto-calendar):
9871 Bind `view-calendar-holidays-initially' to nil.
9873 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9875 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9876 Update all callers to do it there, instead.
9878 2006-05-10 Glenn Morris <rgm@gnu.org>
9880 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9881 prefix arg case, to avoid view-diary-entries-initially error.
9882 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9883 (calendar-date-is-legal-p): Handle dates with no day part.
9885 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9887 * comint.el (comint-insert-input): Just make it when
9888 comint-use-prompt regexp is nil (default) and with the mouse.
9889 (comint-copy-old-input): Reinstate from 2004-06-23.
9890 (comint-mode-map): Bind C-c C-m to it.
9892 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9894 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9895 Remove spurious move to point-max (new comint behavior fixes).
9897 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9898 compatibility function (Emacs 18/19).
9899 (idlwave-is-continuation-line): Always return point at start of
9900 previous non-blank continuation line.
9901 (keyword-parameters): Fix continued comment font-lock matcher.
9902 (idlwave-font-lock-fontify-region): Written, use as
9903 font-lock-fontify-region-function, to fix continued keyword
9904 fontification issues.
9906 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9908 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9909 (mac-service-selection, mac-service-open-file)
9910 (mac-service-open-selection, mac-service-mail-selection)
9911 (mac-service-mail-to, mac-service-insert-text): Rename from
9912 mac-services-*. All uses changed.
9913 (mac-apple-event-map): Rename event symbol `services' to `service'.
9915 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9917 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9918 (ewoc--node-enter-first, ewoc--node-enter-last)
9919 (ewoc--delete-node-internal): Merge funcs into unique callers.
9921 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9923 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9924 return value of read-from-minibuffer for empty input.
9926 2006-05-09 Miles Bader <miles@gnu.org>
9928 * comint.el (comint-insert-input): Remove redundant calls to setq
9931 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9933 * comint.el (comint-insert-input): Make it work when
9934 comint-use-prompt-regexp is t.
9936 2006-05-10 Miles Bader <miles@gnu.org>
9938 * subr.el (field-at-pos): New function.
9940 * comint.el (comint-insert-input): Use it.
9942 2006-05-09 Juri Linkov <juri@jurta.org>
9944 * battery.el (battery-linux-proc-acpi): Also try
9945 `/proc/acpi/thermal_zone/THR2/temperature'.
9947 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9948 for now unused lambda `string-or-null'.
9950 * add-log.el (change-log-default-name): Put `string-or-null-p'
9951 instead of lambda on `safe-local-variable' property.
9953 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9954 `region-end' instead of `mark' and `point'.
9955 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9956 Operate on region in Transient Mark mode when the mark is active.
9957 Use `region-beginning' and `region-end' instead of `mark' and
9959 (diff-hunk-text, diff-goto-source): Doc fix.
9961 * startup.el (fancy-splash-screens, normal-splash-screen): Use
9962 face `mode-line-buffer-id' for mode-line buffer face instead of
9963 hard-coded `(:weight bold)'.
9965 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9966 buffer-undo-list to t (undo-ask is reproducible by visiting
9969 2006-05-09 Kim F. Storm <storm@cua.dk>
9971 * progmodes/grep.el (rgrep): Set default directory of *grep*
9972 buffer if we start M-x rgrep in the *grep* buffer and choose
9973 a different base directory.
9975 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
9977 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9978 completion also when ido is loaded.
9980 2006-05-09 Masatake YAMATO <jet@gyve.org>
9982 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9983 "warning" and "import".
9984 (cpp-font-lock-keywords): Added "warning".
9986 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9988 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9990 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9992 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9993 pages at a time, if we signal the end, we should indeed reach that end.
9995 2006-05-08 David Reitter <david.reitter@gmail.com>
9997 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9998 output during execution of the body.
10000 2006-05-08 Kim F. Storm <storm@cua.dk>
10002 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10004 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10006 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10007 Use with-current-buffer.
10009 2006-05-07 Kim F. Storm <storm@cua.dk>
10011 * subr.el (add-to-history): Remove keep-dups arg.
10013 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10014 to nil around call to add-to-history.
10016 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10018 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10019 than after a buffer modification.
10021 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10023 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10025 (gud-watch): ...here so speedbar is raised for already watched
10027 (gdb-speedbar-refresh): Delete function.
10028 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10029 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10031 (gdb-var-evaluate-expression-handler)
10032 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10034 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10035 Update localized contents for all buffers except ignored modes.
10037 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10039 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10040 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10041 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10042 (mac-handle-font-panel-closed, mac-handle-font-selection):
10044 (mac-font-panel-mode): New minor mode.
10045 (mac-apple-event-map): Add bindings for toolbar toggle button and
10047 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10049 2006-05-07 John Paul Wallington <jpw@pobox.com>
10051 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10052 Avoid `regexp-opt'; simplify regexp for readability.
10054 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10056 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10057 * files.el (buffer-stale-function):
10058 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10059 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10060 links to the main manual, not to emacs-xtra.
10062 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10064 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10065 MacJapanese if text is ASCII-only.
10067 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10069 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10070 unless so nil isn't returned.
10071 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10073 2006-05-06 Kim F. Storm <storm@cua.dk>
10075 * subr.el (add-to-history): New function.
10077 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10078 (ediff-merge-files-with-ancestor):
10080 * isearch.el (isearch-update-ring):
10081 * server.el (server-visit-files):
10082 * progmodes/grep.el (lgrep, rgrep):
10083 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10084 * progmodes/xscheme.el (xscheme-insert-expression):
10085 Use add-to-history.
10087 * kmacro.el (kmacro-push-ring): Use add-to-history.
10088 (kmacro-ring-length): Remove unused defun.
10089 (kmacro-start-macro): Use kmacro-push-ring.
10091 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10093 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10094 directly instead of a lambda expression that calls it.
10096 2006-05-06 Kim F. Storm <storm@cua.dk>
10098 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10099 instead of compute-motion.
10101 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10103 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10106 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10108 * startup.el (command-line-1): Refer to "Pure Storage" on
10109 pure-space-overflow.
10111 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10113 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10114 provided faces once they all have been used up.
10116 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10118 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10119 reference to the Lisp manual to the warning about pure space
10122 2006-05-05 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10124 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10125 argument to avoid the call to `ispell-internal-change-dictionary'
10127 (ispell-change-dictionary): Use this argument and call
10128 `ispell-internal-change-dictionary' after the possible change
10129 to `ispell-local-dictionary'.
10130 (ispell-internal-change-dictionary): Check for a change in
10131 personal dictionary use too.
10133 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10135 * startup.el (command-line): On MS-Windows, probe "~", not
10136 "~USER", for warning about non-existent home directory
10138 * arc-mode.el (archive-l-e): New optional argument `float' means
10139 generate a float value.
10140 (archive-arc-summarize, archive-lzh-summarize)
10141 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10142 with 3rd argument non-nil when file's size is being computed.
10143 Format the file sizes with %8.0f instead of %8d.
10145 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10147 * cus-start.el (all): Add mac-dnd-known-types.
10149 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10150 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10151 (mac-TIFF-to-string): New functions.
10152 (x-get-selection, x-selection-value)
10153 (mac-select-convert-to-string): Use them.
10154 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10155 (mac-dnd-types-alist): New customization variable.
10156 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10157 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10158 (mac-dnd-handle-drag-n-drop-event): New functions.
10159 (mac-drag-n-drop): Remove function.
10160 (global-map): Bind drag-n-drop and M-drag-n-drop to
10161 mac-dnd-handle-drag-n-drop-event.
10163 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10165 * progmodes/perl-mode.el (perl-beginning-of-function):
10166 Skip anonymous subs.
10168 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10170 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10171 regexp-opt at run time.
10173 * term.el (term-handle-ansi-escape): Fix off by one error.
10175 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10177 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10178 (gdb-init-1, gdb-post-prompt): ...and references to it.
10179 (gdb-frame-handler): Strip directory name from filename if present.
10181 * progmodes/gud.el (gdb-force-update): Delete defvar
10182 (gud-speedbar-buttons): ...and references to it. Use window-start
10183 to try to keep positon in watch expression.
10185 2006-05-03 Richard Stallman <rms@gnu.org>
10187 * simple.el (next-history-element, previous-history-element): Doc fix.
10189 * isearch.el (isearch-update-ring): Doc fix.
10191 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10193 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10194 into consideration. Replace one arm ifs with whens.
10196 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10198 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10201 2006-05-02 Miles Bader <miles@gnu.org>
10203 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10205 2006-05-02 Jay Belanger <belanger@truman.edu>
10207 * calc/calc-embed.el (calc-override-minor-modes-map)
10208 (calc-override-minor-modes): New variables.
10209 (calc-do-embedded): Make sure that Calc keystrokes aren't
10210 overwritten by minor modes.
10212 2006-05-02 Chong Yidong <cyd@mit.edu>
10214 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10216 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10218 * startup.el (command-line-1): Refer to Lisp manual when
10219 pure-space-overflow occurs.
10221 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10222 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10223 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10224 (version-control): Don't use `t' for safe-local-variable declarations.
10226 2006-05-01 Richard Stallman <rms@gnu.org>
10228 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10229 M-r, M-R, M-A, M-SPC or M-DEL.
10230 (diff-mode-map): diff-refine-hunk now on C-c C-w
10231 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10233 * help-mode.el (help-mode): view-exit-action calls delete-window
10234 only when it is safe and possible.
10236 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10239 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10241 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10242 in the default tool-bar-map.
10244 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10246 * net/tramp.el (tramp-completion-file-name-handler-alist)
10247 (tramp-run-real-handler, tramp-completion-run-real-handler)
10248 (tramp-completion-handle-file-name-all-completions)
10249 (tramp-completion-handle-file-name-completion): Autoload them.
10250 (tramp-completion-handle-file-exists-p)
10251 (tramp-completion-handle-file-name-directory)
10252 (tramp-completion-handle-file-name-nondirectory)
10253 (tramp-completion-handle-expand-file-name): Remove them.
10254 (tramp-handle-file-name-directory): Return the real directory name.
10255 Returning "/" only doesn't need to be necessary any longer.
10256 (tramp-file-name-handler): Make special attention when in hostname
10258 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10259 (tramp-register-file-name-handlers):
10260 Register `tramp-completion-file-name-handler' only when
10261 `partial-completion-mode' is enabled.
10262 (tramp-completion-handle-file-name-all-completions):
10263 Delete directory part from results.
10264 (tramp-get-completion-methods, tramp-get-completion-user-host):
10265 Discard deleting "/", it doesn't work after the change of
10266 `tramp-handle-file-name-directory' above.
10268 2006-05-01 Kim F. Storm <storm@cua.dk>
10270 * progmodes/grep.el (grep-expand-template): Use save-match-data
10273 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10275 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10276 Use select-frame-set-input-focus instead of raise-frame.
10277 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10279 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10281 * progmodes/gud.el (gud-def): Add %c case.
10282 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10283 (gud-format-command): Make match case sensitive. Match on %F.
10285 2006-04-30 Glenn Morris <rgm@gnu.org>
10287 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10288 (cal-tex-preamble): Use cal-tex-preamble-extra.
10289 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10290 than alias `list-diary-entries'.
10292 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10294 * help-fns.el (describe-variable): Add info about safe local variables.
10296 2006-04-29 Richard Stallman <rms@gnu.org>
10298 * bindings.el (mode-line-format): help-echo doc fixes.
10300 * net/tramp.el (tramp-file-name-handler-alist): Delete
10301 expand-file-name and other operations that can cause spurious loading.
10303 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10305 * files.el (safe-local-variable-p): Remove support for the special
10308 * textmodes/paragraphs.el (sentence-end-without-space):
10309 Fix safety predicate.
10310 (sentence-end-double-space, sentence-end-without-period)
10311 (paragraph-ignore-fill-prefix):
10312 * textmodes/fill.el (colon-double-space):
10313 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10315 * subr.el (booleanp): New fun.
10317 * textmodes/reftex-vars.el (reftex-guess-label-type):
10318 Tighten the safety predicate.
10320 2006-04-28 Kim F. Storm <storm@cua.dk>
10322 * progmodes/grep.el (defgroup grep): Doc fix.
10323 (grep-auto-highlight): Remove.
10324 (grep-template): New defcustom.
10325 (grep-find-template): Rename from grep-tree-template.
10326 (grep-files-aliases): Rename from grep-tree-files-aliases.
10327 Remove "all" alias, add "l" alias.
10328 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10329 (grep-find-ignored-directories): New defcustom to replace
10330 grep-tree-ignore-CVS-directories, to facilitate ignoring
10331 subdirectories for multiple version control systems.
10332 (grep-mode-map): Add Recursive grep item to GREP menu.
10333 (grep-regexp-history, grep-files-history): New defvars.
10334 (grep-probe): New helper function.
10335 (grep-compute-defaults): Use it to simplify code.
10336 Adapt to name changes.
10337 Use `.' as base in grep-find-template rather than <D>.
10338 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10339 Call grep-compute-defaults unconditionally.
10340 (grep-expand-keywords): New defconst.
10341 (grep-expand-template): Rename from grep-expand-command-macros.
10342 Simplify via grep-expand-keywords. Look at case-fold-search instead
10343 of grep-tree-ignore-case to add -i option.
10344 Bind case-fold-search to nil while matching keywords.
10345 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10346 (grep-read-regexp, grep-read-files): New helper functions.
10347 (rgrep): Rename from grep-tree. Rework to use proper histories.
10348 Adapt to changes in defcustoms and functions above.
10349 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10351 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10353 * net/tramp.el (tramp-completion-file-name-handler):
10354 Disable Tramp's functionality while loading Tramp itself.
10355 (tramp-register-file-name-handlers): That's a defsubst now.
10356 Code from `tramp-repair-jka-compr' moved here. Apply it via
10358 (tramp-repair-jka-compr): Remove.
10360 2006-04-27 Jay Belanger <belanger@truman.edu>
10362 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10363 read expression when `math-read-big-expr' doesn't work.
10365 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10367 * startup.el (command-line-1): Display warning when
10368 pure-space-overflow is non-nil.
10370 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10372 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10375 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10377 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10378 Return the URL or nil if none can be generated.
10380 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10382 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10383 byte compiler warnings.
10384 (gud-basic-call, gud-find-expr): Let user select an expression
10385 for printing. Print expression as well as value in GUD buffer.
10387 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10389 * allout.el: Remove local autoload declaration for
10390 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10391 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10392 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10393 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10394 (allout-stylish-prefixes, allout-numbered-bullet)
10395 (allout-file-xref-bullet, allout-presentation-padding)
10396 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10397 safe-local-variable with suitable value spec, and add autoload
10398 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10399 (move-beginning-of-line, move-end-of-line): Repair so these compat
10400 functions now actually resituate the point, when appropriate.
10402 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10404 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10406 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10407 (add-log-iso8601-time-string): Fix call to format-time-string.
10409 2006-04-26 Kim F. Storm <storm@cua.dk>
10411 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10413 2006-04-26 Masatake YAMATO <jet@gyve.org>
10415 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10416 Add support for "//" style comments. Remove `b' flag
10417 from ?* in `asm-mode-syntax-table'.
10419 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10421 * follow.el: Use (featurep 'xemacs) everywhere.
10422 (follow-mode): Use define-minor-mode.
10423 (follow-mode-map): Move initialization into the declaration.
10424 Use command remapping.
10425 (follow-emacs-version-xemacs-p): Remove.
10426 (follow-submit-feedback): Remove.
10428 * allout.el (allout-layout, allout-passphrase-verifier-string)
10429 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10431 * textmodes/reftex-vars.el (reftex-vref-is-default)
10432 (reftex-fref-is-default, reftex-guess-label-type):
10433 Tighten up a bit the safety predicate.
10435 * textmodes/paragraphs.el (sentence-end-double-space)
10436 (sentence-end-without-period, sentence-end-without-space)
10437 (page-delimiter, paragraph-ignore-fill-prefix):
10438 Tighten up a bit the safety predicate.
10440 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10442 * progmodes/python.el (python-continuation-line-p)
10443 (python-beginning-of-statement): syntax-ppss may return
10445 (python-mode): Don't forcefully enable font-lock.
10447 * time-stamp.el (time-stamp-start, time-stamp-end)
10448 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10450 * add-log.el: Remove spurious * in docstrings.
10451 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10452 (add-change-log-entry): Use it here, since it's not specific
10454 (add-log-iso8601-time-string): Don't use it here any more.
10455 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10457 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10459 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10461 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10462 (rcirc-toggle-low-priority): Doc fix.
10463 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10465 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10467 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10468 (rcirc-decode-coding-system): Use utf-8 as the default.
10469 (rcirc-multiline-minor-mode): Set the fill-column.
10470 (rcirc-format-response-string): Display bright and dim nicks.
10471 (rcirc-browse-url): Update interactive spec to fill ARG.
10472 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10473 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10475 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10477 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10478 case for @Article, etc.
10480 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10482 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10483 Added with autoload cookie.
10484 (tramp-unload-file-name-handlers): Rename from
10485 `tramp-unload-file-name-handler-alist'.
10487 2006-04-23 Romain Francoise <romain@orebokech.com>
10489 * comint.el (comint-match-partial-filename): Doc fix.
10491 2006-04-21 Glenn Morris <rgm@gnu.org>
10493 * calendar/cal-menu.el (calendar-mode-map): Refer to
10494 `diary-view-entries' rather than alias `view-diary-entries'.
10495 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10497 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10499 * progmodes/antlr-mode.el (antlr-default):
10500 * cus-edit.el (custom-documentation):
10501 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10504 2006-04-21 Kim F. Storm <storm@cua.dk>
10506 * image.el (image-type): New defun split out of create-image.
10507 (create-image): Use it.
10509 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10511 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10512 (org-open-at-point): Remove the "...done" message to keep output
10513 in the echo area visible.
10514 (org-export-as-xoxo): Fix call to `indent-region'.
10516 2006-04-21 Kevin Ryde <user42@zip.com.au>
10518 * international/mule.el (keyboard-coding-system): defcustom
10519 info-link fixes: "Specify Coding" has been split, keyboard now in
10520 "Terminal Coding", and "Single-Byte Character Support" is now
10523 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10525 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10526 Use font-lock-warning-face for any errors e.g. no stack.
10527 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10529 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10531 * progmodes/sh-script.el (sh-shell): Mark as safe.
10533 * newcomment.el (comment-start, comment-start-skip)
10534 (comment-end-skip, comment-end): Mark as safe.
10536 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10538 * textmodes/org.el (org-deadline-announce): Face removed.
10539 (org-level-faces, org-n-levels): Convert to constant.
10540 (org-compatible-face): New function.
10541 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10542 (org-level-5, org-level-6, org-level-7, org-level-8)
10543 (org-special-keyword, org-warning, org-headline-done, org-link)
10544 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10545 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10546 Face definition revised for better color tty support.
10547 (org-bold-re, org-italic-re, org-underline-re): New constants.
10548 (org-set-font-lock-defaults): Use the new constants.
10549 (org-agenda-highlight-todo): New function.
10550 (org-agenda-todo): Fix bug with point at end of line.
10551 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10552 Fontify TODO keywords.
10553 (org-insert-link): Preserve relative path in ../ links.
10554 (org-export-as-html): Convert links pointing to .org files into
10555 links that will work beteen the exported HTML files.
10556 (org-todo-list): Fix bug when arg=0.
10557 (org-insert-heading): More fine-tuning.
10559 2006-04-19 Romain Francoise <romain@orebokech.com>
10561 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10562 from `rmail-mime-charset-pattern'.
10564 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10566 * progmodes/python.el (python-mode): Fix typo.
10568 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10570 * comint.el (comint-previous-input): Don't clobber input line
10571 when moving off either end of the input history ring.
10572 (comint-delete-input): New function, used by
10573 `comint-previous-input' and others.
10574 (comint-previous-matching-input):
10575 Use `coming-delete-input'. Save the partial input if leaving the
10576 edit line. Goto point-max before deleting input to avoid
10577 partial input fragments hanging around.
10578 (comint-restore-input): New function, used by `comint-previous-input'.
10580 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10582 * imenu.el (imenu--index-alist): Balance parentheses.
10584 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10586 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10588 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10590 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10593 2006-04-18 Richard Stallman <rms@gnu.org>
10595 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10597 * imenu.el (imenu-create-index-function, imenu--index-alist)
10598 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10599 (imenu-default-create-index-function, imenu--generic-function):
10602 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10604 * help-mode.el (help-mode): Set view-exit-action to delete window.
10606 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10607 now works by passing nil as arg.
10609 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10611 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10612 (read-abbrev-file): Provide default when reading filename.
10614 * files.el (enable-local-variables): Allow :all as value.
10615 (hack-local-variables): Implement that value.
10616 (safe-local-variable-values, safe-local-eval-forms)
10617 (enable-local-variables): Mark as risky.
10618 (find-file-visit-truename, kept-old-versions): Mark safe.
10620 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10621 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10622 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10624 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10626 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10627 Use forward-line so as to get to BOL even in the presence of fields.
10628 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10630 (inferior-tcl): Tell tclsh to work in interactive mode.
10632 * complete.el (partial-completion-mode):
10633 Use 'choose-completion-string-functions to make sure that
10634 choose-completion fills the minibuffer properly.
10636 * complete.el (PC-old-read-file-name-internal): Remove.
10637 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10638 of read-file-name-internal.
10639 (partial-completion-mode): Enable/disable this advice.
10641 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10643 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10646 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10648 * textmodes/org.el (org-insert-heading): Insert heading before
10649 current if at beginning of line.
10650 (org-todo, org-date): New faces.
10651 (org-table-align): Make sure tooltip window contains full text.
10652 (org-no-properties): New defsubst.
10653 (org-set-font-lock-defaults): Use new faces.
10655 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10657 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10658 for root variables.
10660 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10661 (gdb-frame-address): Re-use to identify frame for watch expression.
10662 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10664 (gdb-init-1, gdb-source, gdb-post-prompt)
10665 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10666 (gdb-frame-handler): Get gdb-frame-address.
10668 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10670 Sync with Tramp 2.0.53.
10672 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10673 'control. Reported by Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>.
10674 (tramp-completion-file-name-handler): Add autoload cookie for
10675 adding to `file-name-handler-alist'.
10677 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10678 the prompt. If it returns earlier (when detecting an error
10679 message), the rest of the output will merge accidently with the
10680 output of the next command. Reported by M Jared Finder
10681 <jared@hpalace.com>.
10683 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10684 for `process-file', in order to let it work for older Emacsen too.
10686 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10688 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10689 (tex-font-lock-keywords-3): Use it.
10691 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10693 * newcomment.el (comment-add): New function.
10694 (comment-region-default, comment-dwim): Use it.
10696 2006-04-15 Michael Olson <mwolson@gnu.org>
10698 * emacs-lisp/tq.el: Improve comments.
10699 (tq-queue-head-question): New accessor function.
10700 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10701 Update for modified queue structure.
10702 (tq-queue-add): Accept `question' argument.
10703 (tq-queue-pop): If a question is pending, send it.
10704 (tq-enqueue): Accept new optional argument `delay-question'.
10705 If this is non-nil, and at least one other question is pending a
10706 response, queue the question rather than sending it immediately.
10708 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10710 * calendar/appt.el (appt-add): Check whether an appointment is
10711 already present in appt-time-msg-list. Simplify code.
10713 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10715 * progmodes/cc-langs.el (c-mode-menu):
10716 Don't presume c-subword-mode is bound.
10718 2006-04-13 Bill Wohler <wohler@newt.com>
10720 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10721 (customize-package-emacs-version): Use cdr instead of cadr now
10722 that alists use dotted pairs.
10724 * custom.el (defcustom): Fix docstring for :package-version.
10726 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10728 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10729 (tramp-handle-shell-command): Display output buffer only when
10730 `tramp-display-shell-command-buffer' is true.
10731 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10733 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10735 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10736 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10738 2006-04-13 Romain Francoise <romain@orebokech.com>
10740 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10741 leaving temporary .cvsignore buffers behind.
10743 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10745 * textmodes/org.el (org-set-regexps-and-options)
10746 (org-get-current-options): Better names for the startup folding
10749 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10751 * vc.el (vc-annotate): Arrange for point to end up at the same
10752 line number as in the original, but only when using a new buffer.
10754 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10756 * files.el (hack-one-local-variable-eval-safep):
10757 Recognize `edebug-form-spec' for `put', but only if it passes
10758 `edebug-basic-spec'. Generalize `put' handling.
10760 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10761 vetting file-local form specs.
10763 * allout.el (allout-layout): Autoload its `safe-local-variable'
10766 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10768 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10769 (org-agenda-mouse-1-follows-link)
10770 (org-mouse-1-follows-link): New options.
10771 (org-format-agenda-item): Fix bug if TAGS is nil.
10772 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10774 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10776 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10777 GDB 6.1+ gives full filename for "info sources" so use
10778 file-name-nondirectory.
10780 2006-04-12 Romain Francoise <romain@orebokech.com>
10782 * subr.el (read-passwd): Bind `message-log-max' to nil.
10784 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10786 * progmodes/perl-mode.el (perl-indent-new-calculate):
10787 Recompute parse-start after jumping backward by a whole sexp.
10789 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10791 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10792 window configuration.
10793 (vc-annotate-display-select): Select the buffer so that current-buffer
10794 (and selected-window) is the output buffer at the end of vc-annotate.
10796 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10798 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10799 8-color terminals, to use all of the colors in a sensible order.
10800 256-color terminals work well with the standard map.
10801 (vc-annotate-lines): Only strip the first color character if it
10802 is "#", to allow for terminal-style named colors.
10803 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10804 the correct buffer is scrolled.
10806 2006-04-11 Richard Stallman <rms@gnu.org>
10808 * emacs-lisp/bytecomp.el (byte-compile-file):
10809 Bind enable-local-variables to :safe, and make normal-mode obey it.
10811 * files.el (enable-local-variables): Allow value :safe.
10812 (normal-mode): Doc fix.
10813 (hack-local-variables): Implement enable-local-variables = :safe.
10814 (hack-local-variables-confirm): Don't prevent quitting.
10816 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10818 * loadhist.el (unload-feature): A bit of sanity check of
10819 load-history entries. Cancel timer-vars before unbinding them.
10821 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10822 quote special chars, and make the trick work on the hex part of the
10824 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10825 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10827 * startup.el (normal-splash-screen): Fix last change so we don't wait
10828 2 minutes if we don't show the splash screen.
10830 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10832 * textmodes/org.el (org-export-plain-list-max-depth)
10833 (org-table-spaces-around-separators)
10834 (org-radio-targets, org-activate-camels)
10835 (org-table-spaces-around-invisible-separators): Options removed.
10836 (org-time-stamp-rounding-minutes, org-remember-templates)
10837 (org-ellipsis, org-activate-links, org-descriptive-links):
10839 (org-remember-apply-template, org-current-time)
10840 (org-finish-edit-table-field)
10841 (org-link-unescape, org-link-escape)
10842 (org-string-width, org-table-clean-line, org-html-do-expand)
10843 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10844 (org-read-agenda-file-list): New functions.
10845 (org-table-edit-field)
10846 (org-table-create-or-convert-from-region): New commands
10847 (org-table-toggle-vline-visibility): Command removed.
10848 (org-table-convert-region): Made a command.
10849 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10850 Replace with the normal org- functions.
10851 (org-self-insert-command): Don't trigger realign unnecessarily
10852 when blanking a field that is not full.
10853 (org-mode): `Set buffer-invisibility-spec' for links.
10854 (org-activate-links2): Hide link part and only show descriptive
10856 (org-insert-link): Modify for new linking system.
10857 (org-store-link): Store description separately, for use by
10859 (org-table-align): Use `org-string-width'.
10860 (defgroup): Completely new group structure for custom variables.
10861 (org-agenda-files): Option: Single file name allowed. Function:
10862 Optional argument unrestrited means ignore any restricitons.
10863 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10864 trying to modify the menu. Use generalized access to
10865 `org-agenda-files.'
10866 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10867 (org-agenda-file-to-front, org-remove-file, org-diary)
10868 (org-tags-view, org-export-icalendar-all-agenda-files)
10869 (org-export-icalendar-combine-agenda-files): Use generalized
10870 access to `org-agenda-files'.
10871 (org-remember-handler): Correctly preserve heading if present.
10872 (org-table-insert-row, org-table-insert-hline): Deal with
10873 invisible characters.
10875 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10877 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10878 (vc-annotate-color-map): New 18 element constant
10879 value/saturation, rotating hue colormap, from red->blue.
10880 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10881 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10882 (vc-annotate): To avoid killing the required local variables,
10883 set them before the end of `with-output-to-temp-buffer', and
10884 after first switching to annotate-mode.
10885 (vc-annotate-warp-version): Add buffer argument in goto-line to
10886 ensure annotation, not source, is scrolled.
10888 2006-04-10 Bill Wohler <wohler@newt.com>
10890 * custom.el (defcustom, custom-handle-keyword):
10891 Add :package-version keyword.
10892 (custom-add-package-version): New function. Sets value of new
10893 property 'custom-package-version from :package-version keyword.
10894 (defcustom): Create Common Keywords section in docstring.
10895 (defface, defgroup): Replace definitions of a select few keywords
10896 with a reference to the Common Keywords in defcustom.
10897 (defcustom, defface, defgroup): Replace reference to Customization
10898 chapter in manual with hyperlink.
10900 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10901 (customize-changed-options): Add check for custom-package-version.
10902 (customize-package-emacs-version): New function to look up Emacs
10903 version corresponding to the given package version.
10905 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10906 defun name, in similar fashion to find-variable-regexp.
10908 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10910 * international/mule-cmds.el (set-locale-environment): Fix last
10911 change for when the locale's preferences don't specify any encoding.
10913 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10915 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10916 so the defined var/fun doesn't need to be quoted.
10918 2006-04-10 Richard Stallman <rms@gnu.org>
10920 * finder.el (finder-mode-map): Add n and p bindings.
10922 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10924 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10925 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10926 (gdb-setup-windows): Put something in source window if we can't find
10928 (gdb-frame-handler): Make it work again with just assembly.
10929 (gdb-data-list-register-values-handler): Make it work when there is
10932 2006-04-09 Richard Stallman <rms@gnu.org>
10934 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10935 specs while looking for charset.
10937 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10939 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10941 (lm-font-lock-keywords): Update appropriately.
10943 2006-04-10 Kim F. Storm <storm@cua.dk>
10945 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10946 it can also replace buffer-substring-no-properties.
10948 * emulation/cua-base.el (cua-delete-region, cua-paste)
10949 (cua-repeat-replace-region): Use filter-buffer-substring.
10951 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10952 (cua-cut-region-to-global-mark): Likewise.
10954 * emulation/cua-rect.el (cua--extract-rectangle)
10955 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10957 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10959 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10960 entry-type. Add field delimiters to numerical fields if they are
10963 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10965 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10966 string-const to return value.
10967 (bibtex-remove-delimiters): Use it.
10969 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10971 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10972 cl-byte-compile-compiler-macro unless it exists.
10974 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10976 * files.el (hack-local-variables-confirm) <offer-save>:
10977 Clarify message text. Suggested by Ralf Angeli.
10979 2006-04-08 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10981 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10982 (delete-extract-rectangle-line): Use `filter-buffer-substring'
10983 instead of `buffer-substring' and `delete-region'. (Most of the
10984 code actually copied from `kill-region'.)
10986 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
10988 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10989 (rcirc-default-port): Rename from rcirc-port.
10990 (rcirc-default-nick): Rename from rcirc-nick.
10991 (rcirc-default-user-name): Rename from rcirc-user-name.
10992 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10993 (rcirc-low-priority-flag): New variable.
10994 (rcirc-decode-coding-system): New defcustom.
10995 (rcirc-encode-coding-system): New defcustom.
10996 (rcirc-coding-system-alist): New defcustom.
10997 (rcirc-multiline-major-mode): New defcustom.
10998 (rcirc-nick): New internal variable.
10999 (rcirc-process): Remove variable.
11000 (rcirc-server-buffer): New variable.
11001 (rcirc): Update to use rcirc-default-* variables above.
11002 (rcirc-connect): Do not add window-configuration-hook-here.
11003 (rcirc-server): New internal variable.
11004 (rcirc-connect): Do not send keepalive pings if
11005 rcirc-keepalive-seconds is nil.
11006 (with-rcirc-server-buffer): New macro.
11007 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11008 (rcirc-server-name): Rename from rcirc-server.
11009 (rcirc-buffer-process): New function.
11010 (rcirc-buffer-nick): New function.
11011 (rcirc-buffer-target): Remove function.
11012 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11014 (rcirc-mode-map): Change binding of C-c C-l to
11015 rcirc-toggle-low-priority.
11016 (rcirc-mode): Initialize coding system based on
11017 rcirc-coding-system-alist. New change-major-mode-hook to part the
11018 channel on a mode change. Make kill-buffer-hook buffer-local.
11019 (rcirc-change-major-mode-hook): New function.
11020 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11021 (rcirc-last-post-time): New variable.
11022 (rcirc-process-message): Store the last time user posted a message
11024 (rcirc-multiline-minor-mode): New mode.
11025 (rcirc-multiline-minor-mode-map): New mode map.
11026 (rcirc-edit-multiline): Put multiline-edit buffer in
11027 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11028 (rcirc-print): Ignore any line starting with an ignored nick.
11029 (rcirc-print): Decode using rcirc-decode-coding-system.
11030 (rcirc-track-minor-mode): Update global-mode-string when disabling
11032 (minor-mode-alist): Add LowPri indicator.
11033 (rcirc-toggle-low-priority): New function.
11034 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11035 next lowpriority buffer with activity.
11036 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11037 last time the user posted a message in to the target.
11038 (rcirc-update-activity-string): New formatting for low priority
11040 (rcirc-split-activity): New function.
11041 (rcirc-handler-PART, rcirc-handler-KICK)
11042 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11043 (rcirc-nick-away-alist): New variable.
11044 (rcirc-handler-301): New handler. Away messages are printed once
11047 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11049 * info.el (Info-follow-nearest-node): Doc fix.
11051 * international/mule-cmds.el (set-locale-environment): Make sure
11052 the coding-system preferred by the locale's language has the same
11053 EOL conversion type as the original buffer-file-coding-system.
11054 (locale-language-names): Add a few MS Windows language codes.
11056 2006-04-07 Richard Stallman <rms@gnu.org>
11058 * simple.el (eval-expression): Doc fix.
11060 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11061 (eval-defun): Doc fixes.
11063 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11065 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11067 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11069 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11070 GDB list command without argument for greater generality.
11072 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11074 * subr.el (string-or-null-p): New function.
11076 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11078 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11080 * files.el: Update comment about safe-local-variable declarations.
11082 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11084 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11087 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11088 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11090 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11093 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11094 version 6.0 (minimal changes). See idlwave.org.
11096 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11097 6.0 (minimal changes). See idlwave.org.
11099 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11101 2006-04-06 Romain Francoise <romain@orebokech.com>
11103 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11104 symmetric encryption features and a new asynchronous interface to
11105 GnuPG. This new version is version 1.4, plus whitespace changes.
11107 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11109 * files.el: Move some `safe-local-variable' declarations to the
11112 * textmodes/ispell.el (ispell-check-comments)
11113 (ispell-local-dictionary): Mark as safe.
11115 * abbrev.el (abbrev-mode): Mark as safe.
11117 * add-log.el (change-log-default-name): Mark as safe.
11119 * textmodes/reftex-vars.el (reftex-vref-is-default)
11120 (reftex-fref-is-default, reftex-level-indent)
11121 (reftex-guess-label-type): Mark as safe.
11123 * textmodes/fill.el (colon-double-space): Mark as safe.
11125 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11126 (sentence-end-double-space, sentence-end-without-period)
11127 (sentence-end-without-space, sentence-end, sentence-end-base)
11128 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11130 2006-04-06 Kim F. Storm <storm@cua.dk>
11132 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11133 the :set-after list.
11134 (ido-downcase-unc-hosts): New user option. Default on.
11135 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11136 when it is set, as regexps are now applied on the fly.
11137 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11138 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11139 on the fly, but only when ido-process-ignore-lists is set.
11140 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11141 Only downcase names if ido-downcase-unc-hosts is set.
11143 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11145 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11147 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11149 2006-04-05 Kim F. Storm <storm@cua.dk>
11151 * ido.el (ido-mode): Set after ido-unc-hosts and
11152 ido-ignore-unc-host-regexps.
11153 (ido-save-history): Save ido-unc-hosts-cache.
11154 (ido-load-history): Load ido-unc-hosts-cache.
11155 (ido-reread-directory): Refresh unc hosts cache in // dir.
11157 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11158 to nil while displaying slash screen.
11160 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11162 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11163 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11165 2006-04-05 Kenichi Handa <handa@m17n.org>
11167 * international/characters.el: Setup cases of Latin, Greek, and
11168 Cyrillic characters in CJK charsets.
11170 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11172 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11173 default-enable-multibyte-characters. This reverts the change from
11174 revision 6.17 which is no longer necessary because the passphrase
11175 is sent separately now. GnuPG messages are unreadable under
11176 multibyte locales with default-enable-multibyte-characters set to nil.
11178 2006-04-04 Andreas Schwab <schwab@suse.de>
11180 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11181 and `byte-compile-warnings' as `safe-local-variable'.
11183 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11185 * man.el (Man-mode-map): Restore the \r binding.
11186 (Man-abstract-xref-man-page): If Man-target-string is a function,
11188 (Man-highlight-references): Use Man-default-man-entry to get the
11189 target. Deal with xrefs too.
11190 (Man-highlight-references0): Don't call the target function.
11192 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11193 cannot deal with it.
11195 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11197 * pgg-gpg.el: Clean up process buffers every time gpg processes
11200 2006-04-04 Kenichi Handa <handa@m17n.org>
11202 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11204 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11205 Temporarily bind inhibit-field-text-motion to t.
11207 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11209 * startup.el (normal-splash-screen): Only set mode-line-format in the
11210 splash buffer, so as not to interfere when debugging the code.
11211 Ignore errors when switching buffer.
11213 2006-04-03 Romain Francoise <romain@orebokech.com>
11215 * dired.el (dired-dnd-protocol-alist): Fix typo.
11217 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11219 * savehist.el (savehist): Add :version.
11220 (savehist-ignored-variables): New variable.
11221 (savehist-minibuffer-hook): Don't save variables listed in
11222 `savehist-ignored-variables'.
11224 * dired.el (dired-dnd-protocol-alist): Mention that change does
11225 only apply to new buffers in doc string.
11227 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11229 * recentf.el (recentf-open-files-item): Include newline in button
11230 field, so opening a file will work, when the point is at the end
11231 of the file name. Allow, for example, to [i]search a file by
11232 extension and just push RET to open it.
11234 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11236 * pgg-gpg.el (pgg-gpg-process-filter)
11237 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11239 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11240 lines, temporary fix.
11242 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11244 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11246 2006-04-02 Richard Stallman <rms@gnu.org>
11248 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11250 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11252 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11255 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11256 (ibuffer-mode-header-map): New keymaps.
11257 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11258 and keybindings for column headers.
11259 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11262 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11264 * speedbar.el (speedbar-after-create-hook): Doc fix.
11266 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11268 * shell.el (shell-directory-tracker)
11269 (shell-dynamic-complete-command): Doc fixes.
11271 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11273 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11276 2006-04-01 Kim F. Storm <storm@cua.dk>
11278 * ido.el (ido-unc-hosts-cache): New defvar.
11279 (ido-unc-hosts): If value of defcustom is a function, call it to
11280 get list of UNC hosts. Add function-item choices to specify
11281 ido-unc-hosts-net-view or user function.
11282 (ido-ignore-unc-host-regexps): New defcustom.
11283 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11284 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11285 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11287 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11289 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11292 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11294 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11295 (ido-max-work-file-list, ido-switch-buffer)
11296 (ido-read-file-name-as-directory-commands):
11297 Fix typos in docstrings.
11299 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11301 * term/mac-win.el (mac-system-coding-system): Define and use after
11302 Mac-specific coding systems are ready.
11304 2006-03-27 Romain Francoise <romain@orebokech.com>
11306 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11308 * ldefs-boot.el: Update.
11310 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11312 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11313 passphrases when it is not needed.
11314 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11315 passphrase stuff from gpg, should only be necessary when you use
11316 gpg with a smartcard.
11318 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11320 * comint.el (comint-dynamic-list-completions): Allow user to
11321 select *Completions* buffer.
11323 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11325 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11327 2006-03-26 Andreas Schwab <schwab@suse.de>
11329 * progmodes/gud.el (gdb): Only complain about multiple debugging
11330 when the gdb process is still running.
11332 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11334 * mail/rmail.el (tool-bar-map): Defvar it.
11335 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11336 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11338 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11340 * help.el (print-help-return-message): Suggest to use
11341 display-buffer instead of switch-to-buffer-other-window to restore
11342 the previous window without selecting it.
11344 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11346 * frame.el (select-frame-by-name): Call x-focus-frame also when
11347 window-system is mac.
11349 * term/mac-win.el: Adjust Courier font specifications in
11350 x-fixed-font-alist.
11351 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11352 when directly encoding to UTF-16 in native byte order, no BOM.
11354 2006-03-25 Kim F. Storm <storm@cua.dk>
11356 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11357 (cua--init-keymaps): Use it instead of fixed C-return.
11358 (cua-mode): Set after it.
11360 * emulation/cua-rect.el (cua--init-rectangles):
11361 Use cua-rectangle-mark-key instead of fixed C-return.
11363 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11365 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11367 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11369 2006-03-24 Romain Francoise <romain@orebokech.com>
11371 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11372 `display-buffer-other-frame'.
11374 2006-03-24 Kim F. Storm <storm@cua.dk>
11376 * apropos.el (apropos-synonyms): Add selection => region.
11378 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11380 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11381 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11382 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11383 (gdb-data-list-register-values-regexp)
11384 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11385 Future proof against new fields being added to MI output.
11386 (gdb-send): Don't treat backslashes for program input as
11388 (gdb-assembler-handler): Don't use window-start for this handler.
11389 (gdb-frame-handler): Don't change to hollow arrow if overlay
11390 arrow doesn't move to new frame.
11392 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11394 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11395 prevent compiler warnings.
11396 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11397 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11398 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11401 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11403 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11404 make-network-process, so we can use the same code in Gnus v5-10
11405 too and have this file fully synchronized with that release.
11407 2006-03-23 Romain Francoise <romain@orebokech.com>
11409 * ibuf-ext.el (ibuffer-read-filter-group-name):
11410 Use `ibuffer-generate-filter-groups' to make completion list match
11411 the filter groups that are really displayed in the Ibuffer buffer.
11412 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11414 2006-03-23 Kenichi Handa <handa@m17n.org>
11416 * international/mule-cmds.el (sort-coding-systems): Describe that
11417 the argument is modified in docstring.
11419 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11421 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11422 (pgg-gpg-update-agent): New function.
11423 (pgg-gpg-use-agent-p): New function.
11424 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11425 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11426 (pgg-gpg-sign-region): Use it.
11428 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11430 * cus-edit.el (custom-face-set): Call custom-push-theme before
11431 face-spec set so that `changed' theme is correctly saved.
11432 (custom-face-reset-standard): Reset to recalculated face rather
11435 * custom.el (custom-push-theme): Only save `changed' theme if the
11436 current face does not match the defface specs.
11438 2006-03-21 Simon Josefsson <jas@extundo.com>
11440 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11441 <wilde@sha-bang.de>.
11442 (pgg-gpg-use-agent): New variable.
11443 (pgg-gpg-process-region): Use it.
11444 (pgg-gpg-encrypt-region): Likewise.
11445 (pgg-gpg-encrypt-symmetric-region): Likewise.
11446 (pgg-gpg-decrypt-region): Likewise.
11447 (pgg-gpg-sign-region): Likewise.
11448 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11450 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11452 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11455 2006-03-21 Kim F. Storm <storm@cua.dk>
11457 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11458 fringe-indicator-alist instead of modifying global value.
11459 (gdb-frame-handler): Likewise.
11461 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11463 * diff-mode.el (diff-function): Make it inherit from diff-header
11464 instead of diff-context.
11466 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11468 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11469 change names in macro above for consistency.
11470 (gdb-frame-handler): Use hollow-right-triangle for all selected
11471 frames which except the innermost (where execution has stopped).
11472 (gdb-reset): Reset buffer-local values of overlay-arrow.
11474 2006-03-20 Richard Stallman <rms@gnu.org>
11476 * simple.el (set-mark-command): Doc fix.
11478 * files.el (display-buffer-other-frame): New command.
11479 (ctl-x-4-map): Bind C-x 5 C-o to it.
11481 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11483 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11484 rather than just defer-time, in case defer-time has been changed but
11485 the timer isn't running yet.
11486 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11488 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11490 * help-mode.el (help-follow-symbol): New function.
11491 Essentially identical to the old `help-follow', but do not let
11492 `push-button' do the work when on an xref.
11493 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11495 2006-03-19 Richard Stallman <rms@gnu.org>
11497 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11498 preceded by the word `program'.
11499 (help-follow-mouse, help-follow): Throw error if not on xref.
11500 Delete no longer used args.
11502 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11504 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11505 annotation ensure gud-overlay-arrow-position is redisplayed.
11507 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11509 * textmodes/bibtex.el (bibtex-include-OPTkey)
11510 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11511 (bibtex-autokey-name-case-convert)
11512 (bibtex-autokey-titleword-case-convert): Make these the aliases
11513 for the following two variables.
11514 (bibtex-autokey-name-case-convert-function)
11515 (bibtex-autokey-titleword-case-convert-function): Make these the
11517 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11518 bibtex-font-lock-crossref sublists.
11519 (bibtex-mode): Revert 2005-12-30 change (which made
11520 completion-ignore-case buffer-local).
11521 (bibtex-url): Simplify.
11523 2006-03-19 Kim F. Storm <storm@cua.dk>
11525 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11526 cursor property value to 2 (to align with C level change).
11528 2006-03-19 Bill Wohler <wohler@newt.com>
11530 * image.el (image-load-path-for-library): Shorten first line in
11533 2006-03-18 Richard Stallman <rms@gnu.org>
11535 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11537 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11539 * isearch.el (isearch-other-meta-char): Handle user bindings for
11540 shifted control characters.
11542 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11544 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11545 part that matches email addresses, file names, etc.
11547 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11549 * term/w32-win.el (mouse-set-font):
11550 Mention w32-list-proportional-fonts in the doc string.
11552 2006-03-18 Kim F. Storm <storm@cua.dk>
11554 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11555 (ido-unc-hosts): New user option to explicitly define list of know
11556 UNC-style hosts for completion.
11557 (ido-cache-unc-host-shares-time): New user option.
11558 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11559 New helper functions for UNC file-name support.
11560 (ido-may-cache-directory): Check for UNC host. Simplify.
11561 (ido-wash-history): Clean out old UNC hosts.
11562 (ido-nonreadable-directory-p): UNC hosts are always readable.
11563 (ido-directory-too-big-p): UNC hosts are never too big.
11564 (ido-set-current-directory): Handle UNC root path.
11565 (ido-file-name-all-completions): Complete UNC host names from
11566 ido-unc-hosts list. Cache UNC host shares.
11567 (ido-make-file-list-1): Don't filter UNC root.
11568 (ido-exhibit): Check for // in root directory, and switch to UNC
11569 mode by setting ido-current-directory to //.
11571 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11573 * cus-edit.el (customize-changed-options): Mention explicit
11574 version number as default in prompt.
11576 2006-03-17 Bill Wohler <wohler@newt.com>
11578 * image.el (image-load-path-for-library): Minor docstring fix.
11580 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11582 * textmodes/org.el (org-read-date): Include subgroup 5 into
11584 (org-popup-calendar-for-date-prompt): Fix customization type.
11586 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11588 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11589 (gdb-continuation): New variable.
11590 (gdb-send): Deal with continuation lines.
11592 * progmodes/gud.el (gud-gdb-complete-command)
11593 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11595 (gud-tooltip-mode): Use buffer-local value.
11597 2006-03-16 Kim F. Storm <storm@cua.dk>
11599 * ido.el (ido-edit-input): Use selected match, if any.
11601 2006-03-16 Bill Wohler <wohler@newt.com>
11603 * image.el (image-load-path-for-library): Prefer user's images in
11606 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11608 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11609 when checking for attempt to drag leftmost or rightmost scrollbar.
11611 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11613 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11614 (gdb-force-mode-line-update): New function.
11615 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11616 (gdb-exited): Use them.
11617 (gdb-signal): New function.
11618 (gdb-annotation-rules): Provide a rule for it.
11620 2006-03-16 Kenichi Handa <handa@m17n.org>
11622 * international/mule.el (auto-coding-regexp-alist): Add entries
11625 * sort.el (sort-build-lists): Temporarily bind
11626 inhibit-field-text-motion to t.
11628 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11630 * locate.el (locate-command, locate-make-command-line)
11631 (locate-fcodes-file, locate-update-command)
11632 (locate-prompt-for-command, locate, locate-with-filter)
11633 (locate-get-file-positions): Doc fixes.
11634 (locate-buffer-name, locate-header-face): Remove leading `*' in
11636 (locate-filter-output): Use `keep-lines' instead of its alias
11637 `delete-non-matching-lines'.
11638 (locate-get-filename, locate-get-dirname): Add introductory comment.
11639 (locate-find-directory-other-window): Give appropriate error
11640 message if used outside main listing.
11642 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11644 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11645 the new extend-region feature.
11646 (font-lock-after-change-function): Update correspondingly.
11647 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11648 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11650 2006-03-15 Bill Wohler <wohler@newt.com>
11652 * image.el (image-load-path-for-library): Fix example by not
11653 recommending that one binds image-load-path. Just defvar it to
11654 placate compiler and only use it if previously defined.
11656 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11658 * textmodes/org.el (org-insert-centered): Use `string-width' to
11659 make underlining work for wide characters.
11660 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11661 TAB to `org-cycle', to make sure that no binding in
11662 `outline-mode-map' can supercede it.
11664 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11666 * allout.el: Increment version to 2.2.1 in file commentary.
11668 (allout-version): Increment to 2.2.1.
11670 (allout-default-layout): New customization variable, used when the
11671 file lacks a specific allout-layout. Uses allout-layout-type for
11672 recursively nested definition.
11674 (allout-layout-type): Widget defining allout layouts, necessary for
11675 self-recursive definition.
11677 (allout-mode): Incorporate allout-default-layout as fallback for
11680 (allout-layout): Mark as 'safe-local-variable', and refer mention
11681 fallback to `allout-default-layout' in absence of a specified value.
11682 (allout-passphrase-verifier-string)
11683 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11685 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11687 (allout-get-encryption-passphrase-verifier): Use correct name of
11688 passphrase verifier in docstring.
11690 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11692 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11694 (gdb-find-watch-expression): Make it work for arrays too.
11695 Follow change to gdb-var-list.
11696 (gud-watch): Allow the user to enter variable name with a prexix
11697 arg. Create keybindings.
11698 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11699 (gdb-var-list-children-handler, gdb-var-update-handler)
11700 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11701 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11702 Follow change to gdb-var-list.
11703 (gdb-starting): Don't show the overlay arrows when program is running.
11705 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11708 2006-03-14 Bill Wohler <wohler@newt.com>
11710 * image.el (image-load-path-for-library): Pass value of path
11711 rather than symbol. Always return list of directories.
11712 Guarantee that image directory comes first.
11714 2006-03-14 Alan Mackenzie <acm@muc.de>
11716 * font-core.el (font-lock-extend-region\(-function\)?.):
11717 New function/variable.
11719 * font-lock.el (font-lock-after-change-function):
11720 Call font-lock-extend-region. Obey font-lock-lines-before.
11721 (font-lock-default-fontify-region): Remove reference to
11722 font-lock-lines-before.
11724 * jit-lock.el (jit-lock-after-change):
11725 Call font-lock-extend-region. Obey font-lock-lines-before.
11727 2006-03-14 David Ponce <david@dponce.com>
11729 * tree-widget.el (tree-widget-themes-load-path)
11730 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11732 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11734 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11735 (rcirc-print): Mark the start of text at the end of the prompt.
11736 (rcirc-track-minor-mode): Add autoload cookie.
11737 (rcirc-update-activity-string): Add space to front of mode-line
11740 2006-03-13 Miles Bader <miles@gnu.org>
11742 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11743 (rcirc-abbrev-nick): Remove function.
11744 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11746 2006-03-13 David Ponce <david@dponce.com>
11748 * tree-widget.el: Handle themes across all occurrences of the main
11749 themes sub-directory found in tree-widget-themes-load-path.
11750 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11751 (tree-widget--locate-sub-directory): Return all occurrences.
11752 (tree-widget-themes-path): New function.
11753 Replace tree-widget-themes-directory, and return a list of directories.
11754 (tree-widget-set-parent-theme)
11755 (tree-widget-lookup-image): Use it.
11757 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11759 * textmodes/org.el (org-link-search): Avoid self-matching of
11760 links, allow target text to be distributed over several lines.
11761 (org-search-not-link): New function.
11762 (org-set-regexps-and-options, org-get-current-options):
11763 New startup options.
11764 (org-export-as-html): Take odd-level setting from local variable.
11765 (org-fontify-emphasized-text): New option.
11766 (org-set-font-lock-defaults): Include emphasized text.
11767 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11768 (org-font-lock): Customize group renamed from `org-faces'.
11770 2006-03-13 John Paul Wallington <jpw@pobox.com>
11772 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11773 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11775 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11777 * cus-start.el (all): Delete :version keyword for members of the
11778 fringe group, since the entire group is new in 22.1.
11780 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11782 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11783 map if value is hexadecimal (an address).
11784 (gud-watch): Only search roots for existing watch expressions.
11785 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11786 prevent caching problems with speedbar-update-directory-contents.
11788 2006-03-12 Juri Linkov <juri@jurta.org>
11790 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11791 before comparing with `low' and `warn'.
11793 * info.el (Info-dir-remove-duplicates): Move point to the
11794 beginning of the current line after deleting the entries from
11795 redundant heading. Use marker for `limit' and compare it with
11796 point before calling `re-search-forward'.
11798 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11800 * simple.el (yank): Fix typo in docstring.
11802 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11804 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11805 messages, where "D" is the 6th character.
11807 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11809 * simple.el (yank): Fix last change.
11811 2006-03-11 David Ponce <david@dponce.com>
11813 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11814 merging elements from the standard ispell-dictionary-alist.
11815 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11816 alist, and return the new alist.
11818 2006-03-11 Richard Stallman <rms@gnu.org>
11820 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11822 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11823 the way it is implemented is too unclean.
11825 * simple.el (kill-region, yank): Doc fix.
11827 * battery.el (battery-echo-area-format): Doc fix.
11828 (battery-mode-line-format): Likewise.
11829 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11830 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11832 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11834 * progmodes/octave-mod.el (octave-indent-for-comment):
11835 Behave according to do string.
11837 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11839 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11840 Be visible only if major mode is Mail Mode.
11842 * textmodes/flyspell.el (flyspell-external-point-words)
11843 (flyspell-process-localwords): Fix last changes.
11845 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11847 * calendar/holidays.el (list-holidays): Doc fix.
11849 * international/mule.el (auto-coding-alist): Add .odt
11850 (OpenOffice's open document) files.
11852 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11853 document) files. Mention in the doc string the need to sync with
11856 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11858 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11859 enable-local-variables is set to always query, or there is no
11862 2006-03-10 Bill Wohler <wohler@newt.com>
11864 * image.el (image-load-path-for-library): Merge at least three
11865 functions from Gnus and MH-E into this one function that can now
11868 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11870 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11871 gdb-remove-mouse-face and remove help-echo too.
11872 (gdb-enqueue-input): Correct conditional clause.
11874 2006-03-10 Glenn Morris <rgm@gnu.org>
11876 * calendar/calendar.el (calendar-holidays): Doc fix.
11877 * calendar/holidays.el (list-holidays): Doc fix.
11879 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11881 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11882 it gets called in gdb-prompt anyway.
11883 (gdb-use-separate-io-buffer): Only restore window arrangement for
11885 (gdb-enqueue-input): Make it harder to send GDB input when program
11887 (gdb-buffer-list): New variable.
11888 (gdb-remove-mouse-face): New function.
11889 (gdb-starting): Use it when GDB input won't get sent.
11891 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11893 * help.el (view-lossage): Remove trailing whitespace before
11896 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11898 * files.el (hack-local-variables-confirm):
11899 Set coding-system-for-read to nil before writing to .emacs.
11901 * arc-mode.el (archive-extract): Check if an existing buffer name
11902 comes from a different archive.
11904 * help.el (describe-key-briefly): If KEY is a down event, read and
11905 discard the up event.
11907 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11909 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11910 be edited and use font-lock-warning-face for any changes.
11912 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11913 (gdb-edit-value): Use it to report any errors.
11915 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11917 * help.el (describe-key): Remove leftover test code.
11919 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11921 * textmodes/org.el: Move defvars out of eval-when-compile.
11922 Use buffer-file-name variable.
11923 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11925 (org-level-faces): Remove startup dependency.
11926 (org-cycle, org-map-tree, org-scan-tags)
11927 (org-remember-handler): Don't call `outline-level' directly.
11928 (org-mhe-search-all-folders): New option.
11929 (org-mhe-get-message-folder-from-index)
11930 (org-mhe-get-message-folder): Fix indexing search.
11931 (org-format-agenda-item): Handle nil TAGS argument.
11932 (org-cleaned-string-for-export, org-activate-target-links)
11933 (org-make-target-link-regexp): Deal with empty radio target list.
11934 (org-tag): New face.
11935 (org-get-level-face): New function.
11936 (org-set-font-lock-defaults): Simplify setup for headlines.
11937 (org-complete): Pass common substring to `display-completion-list'.
11939 2006-03-06 David Ponce <david@dponce.com>
11941 * tree-widget.el: Update Commentary header.
11942 (tree-widget-theme-name): Ignore parent themes.
11943 (tree-widget-set-parent-theme): New function.
11944 (tree-widget-set-theme): Use it.
11945 (tree-widget-set-image-properties): Move definition. Does nothing
11946 if image properties have already been set.
11947 (tree-widget-image-properties): Move definition. Receive an image
11948 name. Set the :pointer property.
11949 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11950 Don't set the :pointer image property.
11951 (tree-widget-convert-widget): New function. Handle :dynargs
11952 compatibility here.
11953 (tree-widget): Use it to :convert-widget. Add the :expander-p
11954 predicate to control when the :expander function is entered.
11955 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11956 (tree-widget-value-create): Handle :expander-p. widget-apply
11958 (tree-widget-expander-p): New function. Default value of the
11959 :expander-p property.
11961 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
11963 * help.el (describe-key): Properly handle the return value of
11964 read-key-sequence when grabbing an up-event. Cleanup mouse-1
11965 remaps. Handle string and vector `follow-link' values.
11967 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11969 * complete.el (PC-expand-many-files): Try be more careful when parsing
11970 the shell's output.
11972 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11974 * outline.el (hide-sublevels): Provide better interactive default.
11976 2006-03-06 Kenichi Handa <handa@m17n.org>
11978 * international/fontset.el (create-fontset-from-fontset-spec):
11979 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11981 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11983 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11984 backslashes instead of one in regexp.
11985 (gud-tooltip-dereference): Add missing optional argument.
11987 2006-03-04 John Paul Wallington <jpw@pobox.com>
11989 * wdired.el (toplevel): Require `cl' at compile-time.
11991 2006-03-04 Andreas Schwab <schwab@suse.de>
11993 * server.el (server-process-filter): Handle errors during
11994 evaluation of the argument.
11996 2006-03-03 John Paul Wallington <jpw@pobox.com>
11998 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11999 escape parentheses at beginning of line.
12000 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12001 (t-mouse-mode): Remove period from end of error message.
12003 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12005 * textmodes/flyspell.el (flyspell-process-localwords):
12008 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12010 * cus-edit.el (custom-quote): Remove function, since it has been
12011 moved to custom.el.
12013 * font-lock.el (lisp-font-lock-keywords-2)
12014 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12015 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12016 they have no special meaning.
12018 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12019 indirect buffer gets killed before indirect buffer. Use dolist.
12021 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12023 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12024 value instead of a literal constant (1) on more pauses.
12026 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12028 * textmodes/flyspell.el (flyspell-external-point-words):
12031 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12033 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12036 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12038 * allout.el: Restablish intermediate missing comment header to
12039 preserve outline structure.
12040 (allout-beginning-of-current-entry): Skip invisible text.
12041 (allout-open-topic): Fix opening a topic at end-of-buffer.
12042 (allout-minor-mode): Move nearer to allout-mode function.
12044 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12046 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12048 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12050 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12053 * progmodes/gud.el (gud-speedbar-menu-items):
12054 Use buffer-local-value and add missing :visible keyword.
12056 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12058 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12060 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12061 must be `follow-link'.
12063 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12065 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12066 formatting: No nested anchors.
12067 (org-all-targets): Fix bug with XEmacs compatibility.
12068 (org-read-date): Add (require 'parse-time).
12069 (org-set-tags): Fix bug with extra inserted space.
12070 (org-export-html-style): Define a style class for targets.
12071 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12072 (org-hide-leading-stars): New option.
12073 (org-hide): New face.
12074 (org-set-font-lock-defaults): Allow to hide leading stars.
12075 (org-get-legal-level, org-tr-level): New functions.
12076 (org-odd-levels-only): New option.
12077 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12078 (org-demote, org-promote): Deal with double-star levels.
12079 (org-convert-to-odd-levels): New command.
12081 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12083 * speedbar.el (speedbar-update-localized-contents): Try to
12084 preserve window-start.
12085 (speedbar-update-directory-contents): Try to preserve window-start
12087 (speedbar-update-special-contents): Don't move back to start of window.
12089 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12090 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12092 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12093 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12094 instead of gdb-speedbar-timer-fn.
12096 2006-02-28 Jay Belanger <belanger@truman.edu>
12098 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12099 (math-compose-expr): Use latex option when calling
12100 `math-compose-tex-matrix' for latex mode.
12102 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12104 * speedbar.el: Re-instate comments about developing for speedbar
12105 [this is what info and gdb-ui use even if better methods exist now].
12107 * t-mouse.el: New file.
12108 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12109 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12110 (t-mouse-make-event-element): Use posn-at-x-y instead.
12111 (t-mouse-make-event): Deal with Fedora Core 3.
12112 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12113 (t-mouse-mouse-position-function): New function. Use it instead
12114 of advising mouse-position.
12115 (t-mouse-mode): New minor mode.
12116 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12118 2006-02-27 Glenn Morris <rgm@gnu.org>
12120 * calendar/calendar.el (calendar-holidays): Doc fix.
12122 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12124 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12125 Re-introduce the concept of a source window.
12126 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12127 consistency with get-buffer-create.
12128 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12129 (gdb-data-list-register-values-handler)
12130 (gdb-stack-list-locals-handler): Try to preserve window-start as
12131 well as window-point.
12132 (gdb-display-source-buffer): New function (old concept).
12133 (gdb-goto-breakpoint): Use it.
12135 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12136 for gdb-ui/gdb-mi (old concept).
12138 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12140 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12143 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12145 * textmodes/reftex-sel.el (reftex-select-label-map)
12146 (reftex-select-bib-map): Add `follow-mouse' binding.
12148 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12150 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12151 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12152 Give :set functions to provide automatic updating.
12153 Update docstring. Give compiler defvars early in the file
12154 and move the defcustoms to a later spot where all called functions
12156 (jka-compr-file-name-handler-entry): Doc fix.
12157 (jka-compr-compression-info-list--internal)
12158 (jka-compr-mode-alist-additions--internal)
12159 (jka-compr-load-suffixes--internal): New variables.
12160 (jka-compr-install): Set the three above variables.
12161 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12162 (jka-compr-update, jka-compr-set): New functions.
12163 (auto-compression-mode): Doc fix.
12165 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12166 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12167 Use jka-compr-compression-info-list--internal,
12168 jka-compr-mode-alist-additions--internal and
12169 jka-compr-load-suffixes--internal.
12171 * files.el (load-library):
12172 * loadhist.el (file-loadhist-lookup):
12173 * startup.el (command-line):
12174 * subr.el (locate-library):
12175 * emacs-lisp/autoload.el (update-directory-autoloads):
12176 * emacs-lisp/find-func.el (find-library-suffixes):
12177 Use `get-load-suffixes' instead of `load-suffixes'.
12179 * subr.el (locate-library):
12180 * emacs-lisp/find-func.el (find-library-name):
12181 Use `load-file-rep-suffixes' instead of '("").
12183 2006-02-26 Kim F. Storm <storm@cua.dk>
12185 * ido.el (ido-save-history, ido-load-history): Simplify.
12186 Don't use find-file-noselect to avoid interference from other modes.
12188 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12190 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12191 to use the default shell if filename is not available.
12192 Reported by Giorgos Keramidas.
12194 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12196 * progmodes/etags.el (tags-completion-table): Do completion from
12197 all the tables in the current list, as documented in the manual.
12199 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12201 * CC Mode Update to 5.31.3.
12203 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12205 * progmodes/cc-mode.el (c-postprocess-file-styles):
12206 Bind inhibit-read-only to t, around the call to
12207 c-remove-any-local-eval-or-mode-variables, so that it works on a
12210 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12212 * progmodes/cc-awk.el: Correct a typo.
12214 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12216 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12217 c-hungry-delete-backwards, at the request of RMS. Leave the old
12220 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12222 * progmodes/cc-mode.el: Correct a typo.
12224 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12226 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12228 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12230 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12231 brace-else-brace (error due to mbeg, mend being undefined).
12233 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12235 * progmodes/cc-mode.el: File Local variables: Solve the problem
12236 where both `mode' and c-file-offsets are specified: `mode' will
12237 overwrite c-f-o's settings:
12238 (c-remove-any-local-eval-or-mode-variables): New function.
12239 (c-postprocess-file-styles): Call the above new function, within
12240 c-tentative-buffer-change, to splat `mode' and `eval' before the
12241 second hack-local-variables.
12243 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12245 * progmodes/cc-mode.el:
12246 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12247 (c-after-change): Protect the match data with save-match-data.
12248 It was getting corrupted by c-after-change-check-<>-operators.
12250 * cc-defs.el: [Supersedes patch V1.38]:
12251 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12252 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12254 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12255 with save-match-data. It was being corrupted when Font Lock was
12258 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12260 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12261 Mode and Subword Mode.
12263 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12264 real labels ("case 1:" or "foo:") from non-labels ("public:").
12265 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12266 coding; c-f-t-2 doesn't move over a token at EOB.
12268 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12270 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12271 (c-update-modeline): Concatenate the minor mode indicators
12272 directly onto mode-name, removing c-submode-indicators.
12273 Sometimes, c-s-i got separated from the mode name on the mode line.
12275 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12276 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12278 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12280 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12281 error message when there's an evaluation error to show whether
12282 it's loaded from source or not.
12283 (c-filter-ops): Make it available at runtime too to work when
12284 `c-make-init-lang-vars-fun' needs to evaluate from source.
12286 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12288 * help.el (help): Revert last part of 2006-02-23 change (deletion
12289 of the `provide' call).
12291 2006-02-23 Juri Linkov <juri@jurta.org>
12293 * compare-w.el (compare-windows-highlight): Add new value
12294 `persistent' and change :type from `boolean' to `choice'.
12295 (compare-windows-overlays1, compare-windows-overlays2):
12296 New internal variables.
12297 (compare-windows-highlight): If compare-windows-highlight is
12298 `persistent', add current overlays to compare-windows-overlays[12]
12299 instead of adding compare-windows-dehighlight to pre-command-hook.
12300 (compare-windows-dehighlight): Delete all overlays from
12301 compare-windows-overlays[12].
12303 * info.el (Info-search): Don't bind search-spaces-regexp to
12304 Info-search-whitespace-regexp in non-regexp isearch mode.
12306 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12308 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12310 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12312 * textmodes/org.el (org-xemacs-p)
12313 (org-export-html-show-new-buffer, org-table-may-need-update)
12314 (org-insert-item, org-mhe-get-message-real-folder)
12315 (org-mhe-get-message-folder-from-index)
12316 (org-mhe-get-message-folder, org-mhe-get-message-num)
12317 (org-mhe-get-header, org-make-org-heading-search-string)
12318 (org-make-org-heading-camel, org-table-sort-lines)
12319 (org-format-org-table-html, org-format-table-table-html):
12320 Fix typos in docstrings.
12322 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12324 * textmodes/org.el (org-cleaned-string-for-export)
12325 (org-solidify-link-text): New function.
12326 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12327 XEmacs, just to silence the compiler.
12328 (org-export-as-ascii, org-export-as-html-and-open):
12329 Use `org-cleaned-string-for-export' and create internal links.
12330 (org-follow-mhe-link): Require mh-e, use folder.
12332 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12334 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12336 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12337 gdb-debug-log-length.
12338 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12339 it a real ring but...
12340 (gud-gdba-marker-filter): ...make it work like mark-ring.
12341 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12342 (gdb-mouse-jump): New function. Add bindings.
12344 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12346 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12347 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12348 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12349 (gdb-debug-log-length): Customize it's length.
12350 (gud-watch, gdb-var-create-handler): Display function::var format
12351 but don't use to create variable object.
12352 (gdb-var-create-handler): Use message-box in place of message.
12353 (gdb-stopped): Call gdb-exited if signalled.
12355 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12357 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12359 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12361 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12362 if `reftex-try-all-extensions' is set.
12364 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12365 fail silently when there is no valid argument at point.
12366 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12367 `fail-silently' argument. From a patch by David Reiter.
12369 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12371 (org-mark-ring): New variable.
12372 (org-mark-ring-length): New option.
12373 (org-open-at-point, org-goto, org-open-file): Push old position
12374 onto the mark ring.
12375 (org-add-hook): New function.
12376 (org-export-table-remove-special-lines): New option.
12377 (org-skip-comments, org-format-org-table-html): Respect new
12378 option `org-export-table-remove-special-lines'.
12379 (org-open-file): Allow special command configuration for
12381 (org-file-apps): Fix bugs in customize type, added setting
12383 (org-activate-tags, org-format-agenda-item, org-complete)
12384 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12385 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12386 (org-link-search, org-make-org-heading-search-string)
12387 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12388 (org-radio-targets, org-file-link-context-use-camel-case)
12389 (org-activate-camels): New options.
12390 (org-update-radio-target-regexp, org-all-targets)
12391 (org-make-target-link-regexp, org-activate-target-links):
12393 (org-make-org-heading-search-string): New function.
12394 (org-store-link, org-insert-link): Use new option
12395 `org-file-link-context-use-camel-case'.
12396 (org-activate-camels): Use new option `org-activate-camels'.
12397 (org-link-regexp): Add mhe prefix.
12398 (org-open-at-point, org-store-link): Support for mhe links.
12399 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12400 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12401 (org-mhe-get-header, org-follow-mhe-link): New functions.
12402 (org-remove-angle-brackets, org-add-angle-brackets):
12404 (org-bracket-link-regexp): New constant.
12405 (org-read-date): Fix bug that was rejecting all typed dates.
12406 (org-link-search): Make hierarchy above visible after a match.
12407 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12408 (org-store-link): Fix bug with link creation when cursor is in
12410 (org-open-at-point): Fix bug with matching a link.
12411 Fixed buggy argument sequence in call to `org-view-tags'.
12412 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12413 (org-prefix-has-tag): New variable.
12414 (org-format-agenda-item): Remove tags from headline
12416 (org-agenda-remove-tags-when-in-prefix): New option.
12418 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12420 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12421 Fix the regular expressions.
12423 2006-02-21 Richard M. Stallman <rms@gnu.org>
12425 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12426 if there's no other specific basis.
12428 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12429 as variables at all.
12430 (unsafep-variable): Rename arg; doc fix.
12432 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12434 * calendar/appt.el (diary-selective-display): Add defvar.
12436 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12438 * isearch.el (search-whitespace-regexp): Fix custom type.
12440 * help.el (describe-key-briefly): Compute interactive args
12441 in same was as before previous change.
12443 * files.el (enable-local-variables): Doc fix.
12445 2006-02-21 Kim F. Storm <storm@cua.dk>
12447 * fringe.el: Cleanup as file is now pre-loaded.
12448 (fringe-bitmaps): Initialize unconditionally.
12449 (fringe-mode, set-fringe-style): Remove autoload cookies.
12451 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12453 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12455 (fringe-cursor-alist): Use `horizontal-bar'.
12457 2006-02-20 Kim F. Storm <storm@cua.dk>
12459 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12460 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12462 * loadup.el: Load "fringe" on window systems.
12464 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12466 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12467 out of scope components.
12469 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12472 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12474 * custom.el (customize-mark-to-save, customize-mark-as-set):
12475 Load the symbol first.
12477 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12479 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12480 strech spec so it doesn't display as "^J" on the header line
12481 when `Buffer-menu-use-header-line' is t.
12483 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12485 * speedbar.el (speedbar-make-button): Keep text properties
12486 of string arguments if desired.
12488 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12491 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12494 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12496 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12497 to value of `read-file-name-completion-ignore-case'.
12499 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12501 * custom.el (customize-mark-as-set): Push to `user' theme.
12503 * cus-edit.el (custom-save-variables): Allow unthemed values.
12504 (customize-set-variable): Push setting to `user' theme.
12506 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12508 * progmodes/gud.el: Don't require font-lock as it's now
12509 automatically loaded.
12510 (gud-speedbar-buttons): Replace gdb-var-changed with
12513 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12515 (gdb-post-prompt): Use it.
12516 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12517 (gdb-var-update-handler, gdb-var-delete)
12518 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12519 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12520 gdb-force-update in gdb-post-prompt.
12521 (gdb-reset): Clear watch expressions from speedbar when quitting.
12523 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12525 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12526 (viper-change-state-to-vi, viper-change-state-to-emacs):
12527 Make aware of cursor coloring in the Emacs state.
12528 (viper-special-read-and-insert-char): Use read-char-exclusive.
12529 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12531 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12533 * viper-util.el (viper-save-cursor-color)
12534 (viper-get-saved-cursor-color-in-replace-mode)
12535 (viper-get-saved-cursor-color-in-insert-mode)
12536 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12538 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12540 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12541 (ediff-ignore-case-option3, ediff-actual-diff-options)
12542 (ediff-actual-diff3-options): New variables to control case sensitivity.
12543 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12544 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12545 (ediff-toggle-ignore-case): New function.
12546 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12548 * ediff-help.el (ediff-long-help-message-narrow2)
12549 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12550 (ediff-long-help-message-word-mode): Add ignore-case command.
12551 (ediff-help-for-quick-help): Add ignore-case command.
12553 * ediff-merg.el: Move provide to the end.
12555 * ediff-ptch.el: Move provide to the end.
12557 * ediff-wind.el: Move provide to the end.
12559 * ediff-mult.el: Move provide to the end.
12560 (ediff-set-meta-overlay): Enable follow-link.
12562 * ediff.el: Move provide to the end.
12563 Break recursive load cycle in eval-when-compile.
12564 (ediff-patch-buffer): Better heuristics.
12566 * ediff-util.el: Move provide to the end.
12567 Break recursive load cycle in eval-when-compile.
12568 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12570 (ediff-submit-report): Pass the values of ediff-diff3-program,
12571 ediff-diff3-options.
12573 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12575 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12576 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12577 `' (for example, in the docstring of `windmove-default-keybindings').
12579 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12581 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12582 shadow face. Don't provide binding to edit variable when it is
12585 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12586 (gdb-var-update-handler): Detect out of scope variables with pre
12588 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12589 Reset status of variable objects to nil in update handlers.
12590 (gdb-var-update-handler-1): Detect when a variable object comes
12591 in scope. setcar on var changes gdb-var-list directly.
12593 2006-02-17 Juri Linkov <juri@jurta.org>
12595 * ffap.el (ffap) <defface>: Add explicit face declaration.
12596 (ffap-highlight): Use face `ffap' directly instead of checking
12599 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12600 `visible-ok' of `other-buffer' to find the right original buffer.
12602 * info.el (Info-search): Skip `Local Variables' node.
12604 2006-02-17 Juri Linkov <juri@jurta.org>
12606 * info.el (Info-find-file): Check for symbols `apropos', `history',
12607 `toc' in the input filename, and return these symbols as is.
12608 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12609 `history', `toc' instead of strings.
12610 (Info-set-mode-line): For non-string Info-current-file use the
12611 symbol's name inside **.
12612 (Info-isearch-push-state): Add quote before Info-current-file and
12614 (Info-isearch-pop-state): Use `equal' instead of `string='.
12615 (Info-extract-pointer, Info-following-node-name): Use
12616 `match-string-no-properties' instead of `match-string'.
12617 (Info-up): Check `old-file' for `stringp'.
12618 (Info-history): Use `equal' instead of `string-equal'.
12619 Check `file' for `stringp'.
12620 (Info-history): Use symbol `history' instead of string as first arg
12621 of `Info-find-node'.
12622 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12623 `toc' instead of string.
12624 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12625 instead of `buffer-substring', and `match-string-no-properties'
12626 instead of `match-string'.
12627 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12628 instead of strings.
12629 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12630 Use symbol `apropos' instead of string.
12631 (Info-copy-current-node-name): Check `Info-current-file' for
12632 `stringp' and construct a command with `Info-find-node' from it.
12633 (Info-fontify-node): Use `match-string-no-properties' instead of
12634 `match-string' and check file names for `stringp'.
12635 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12636 `history', `toc' instead of strings.
12638 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12640 * files.el: Rearrange functions and variables in the file local
12643 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12645 * files.el: Add truncate-lines, ispell-check-comments and
12646 ispell-local-dictionary as safe local variables.
12648 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12650 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12651 out of scope variables.
12652 (gud-speedbar-buttons): Use unless.
12654 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12655 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12656 (gdb-show-changed-values): Also use for out of scope variables.
12657 (gdb-var-update-handler-1): Note if variable goes out of scope.
12659 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12661 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12662 default to global variable values for unsupplied args.
12663 (rcirc-get-buffer-create): Fix bug with setting the target.
12664 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12665 test for rcirc-always-use-server-buffer-flag here.
12666 (rcirc-response-formats): Add %N, which is a facified nick. %n
12667 uses the default face. Change the ACTION format string. If the
12668 "nick" is the server, don't print anything for that field.
12670 (rcirc-target-buffer): Don't test
12671 rcirc-always-use-server-buffer-flag here.
12672 (rcirc-print): Squeeze extra spaces out of the text before message.
12673 (rcirc-put-nick-channel): Strip potential "@" char from nick
12674 before adding them to nick table.
12675 (rcirc-url-regexp): Improve to match address like "foo.com".
12677 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12679 * allout.el (allout-hidden-p): Move this defsubst before
12680 allout-overlay-interior-modification-handler, where it is first
12683 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12685 * allout.el: Use allout invisible-text overlays instead of
12686 selective display for concealed text. Also, lots of general
12687 cleanup, and improved compatibility code.
12689 (allout-version) Incremented, corrected, revised, and refined
12692 (provide 'allout): Moved to the bottom, added a require of overlay.
12694 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12696 (allout-write-file-hook-handler): Minimize delay.
12697 (count-trailing-whitespace-region): New function so
12698 auto-encryption of current topic can resituate cursor exactly.
12699 PGP/GPG encryption trims trailing whitespace from lines, which
12700 must be accounted for across encryption then decryption.
12702 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12703 just plain "\C-c", to avoid intruding on user's keybinding space.
12705 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12706 parameter, so user request to provide a new password is done.
12708 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12709 Refined mechanism for auto-filling behavior while in allout mode.
12711 (allout-mode): Explicitly specify the mode map in the docstring.
12712 Clarify provision for various write-file hook var names.
12713 Adjusted for invisible-text overlays instead of selective-display.
12715 (allout-depth): Really return 0 if not within any topic. This
12716 rectifies `allout-beginning-of-level' and sequence numbering
12717 errors that occur when cutting and pasting numbered topics.
12718 Changed from a in-line subst to a regular function, as well.
12720 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12722 (allout-end-of-subtree, allout-end-of-subtree)
12723 (allout-end-of-entry, allout-end-of-current-heading)
12724 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12725 (allout-show-children, allout-show-to-offshoot)
12726 (allout-hide-current-entry, allout-show-current-entry): Rectified
12727 handling of trailing blank lines between items.
12729 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12730 (allout-current-depth, allout-unprotected, allout-hidden-p)
12731 (allout-on-current-heading-p, allout-listify-exposed)
12732 (allout-chart-subtree, allout-goto-prefix)
12733 (allout-back-to-current-heading, allout-get-body-text)
12734 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12735 (allout-hide-region-body, allout-toggle-subtree-encryption)
12736 (allout-encrypt-string, allout-encrypted-key-info)
12737 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12738 (allout-file-vars-section-data): Adjusted for use with
12739 invisible-text overlays instead of selective-display.
12741 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12742 Reworked for use with invisible text overlays.
12744 (allout-current-topic-collapsed-p): New function.
12746 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12747 to know when to close the containing topic.
12749 (allout-pre-command-business, allout-post-command-business):
12750 Simplify undo-batching and dynamic isearch exposure.
12752 (allout-set-overlay-category): New for invisible-text overlays.
12753 Sets properties of allout-overlay-category, used by
12754 allout-flag-region to set invisible-text overlay properties.
12755 (allout-get-invisibility-overlay): Get the first qualifying
12756 invisibility overlay, so we can find the extent of it.
12757 (allout-back-to-visible-text): Get to just before the beginnining
12758 of the current invisibility overlay, if any.
12760 (allout-overlay-insert-in-front-handler)
12761 (allout-overlay-interior-modification-handler)
12762 (allout-before-change-handler, allout-isearch-end-handler): New
12763 functions to handle extraordinary actions affecting concealed
12766 (allout-flag-region): Use overlays instead of selective-display
12767 for invisible text - by inheritence from the properties of
12768 allout-overlay-category in mainline Emacs, and applied
12769 property-by-property in XEmacs, some recent versions of which
12770 don't inherit the properties from the category. Provisions to
12771 respond to concealed-text edits simplified drastically.
12773 (allout-isearch-rectification, allout-isearch-was-font-lock)
12774 (allout-isearch-expose, allout-enwrap-isearch)
12775 (allout-isearch-abort, allout-pre-was-isearching)
12776 (allout-isearch-prior-pos, allout-isearch-did-quit)
12777 (allout-isearch-dynamic-expose)
12778 (allout-hide-current-entry-completely): Functions deleted.
12780 (allout-undo-aggregation): Explicit undo aggregation no longer
12781 necessary due to transition away from selective-display.
12783 (set-allout-regexp, allout-up-current-level)
12784 (allout-next-visible-heading, allout-forward-current-level)
12785 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12786 (allout-kill-line, allout-yank-processing, allout-show-children)
12787 (allout-expose-topic, allout-old-expose-topic)
12788 (allout-listify-exposed, allout-insert-latex-header)
12789 (allout-toggle-subtree-encryption, allout-encrypt-string)
12790 (remove-from-invisibility-spec, allout-hide-current-subtree):
12791 Ditched unused variables.
12793 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12795 * textmodes/ispell.el (ispell-change-dictionary): Call
12796 ispell-buffer-local-dict instead of
12797 ispell-accept-buffer-local-defs.
12798 (ispell-local-dictionary-alist): Accept as valid any coding-system
12799 supported by Emacs.
12800 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12801 changed to iso-8859-3.
12803 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12805 * speedbar.el (speedbar-frame-width): Make an inline function
12806 instead of a macro. Use frame-width.
12807 (speedbar-try-completion, speedbar-update-contents)
12808 (speedbar-timer-fn): Use consp.
12809 (speedbar-update-localized-contents): Try to preserve point.
12811 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12812 (menu): Re-order menu items.
12813 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12815 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12816 (gdb-post-prompt): Speed things by not forcing update.
12818 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12820 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12821 press and perform default action if we get a mouse movement event.
12823 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12825 * calendar/icalendar.el (icalendar--get-event-property)
12826 (icalendar--get-event-property-attributes): Fix typos in
12829 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12832 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12834 * bs.el (bs-mode): Use `buffer-disable-undo'.
12835 (bs--get-file-name): Simplify.
12836 (bs-show-in-buffer): Mark the buffer as not modified.
12838 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12840 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12841 widget-button-click.
12843 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12844 (custom-mode): Update docstring.
12846 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12849 * files.el (hack-local-variables-confirm): Allow scrolling if the
12850 file variable list is too long. Kill temp buffer after use.
12852 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12854 * progmodes/gud.el (gdb): Improve doc string.
12855 (gdb-script-font-lock-keywords): Expand allowed character set.
12857 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12858 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12859 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12860 (gdb-separate-io-stop, gdb-separate-io-eof):
12861 Rename from gdb-inferior-* to gdb-separate-*.
12862 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12864 2006-02-14 Jay Belanger <belanger@truman.edu>
12866 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12867 expression is a symbol before checking that it is bound.
12869 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12870 test to see if equation can be solved.
12872 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12874 * wid-edit.el (widget-button-click): Use :pressed-face property
12875 for overlay face, if it exists.
12877 * cus-edit.el (custom-manual, custom-add-see-also)
12878 (custom-add-parent-links, custom-group-link): Add :pressed-face
12881 * files.el (hack-local-variables): Remove ignored variables before
12882 checking if any variables need setting.
12884 2006-02-14 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12886 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12888 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12890 * help.el (where-is): Fix message for remapped commands.
12892 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12893 Fix typos in docstrings.
12895 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12897 * files.el (safe-local-variable-values): New option.
12898 (hack-local-variables-prop-line): Return a list of variable-value
12899 pairs if MODE-ONLY is non-nil.
12900 (hack-local-variables): Construct list of variable-value pairs,
12901 and apply or reject them in one go. Ask for confirmation if
12902 variables are not known safe.
12903 (hack-local-variables-confirm): Complete rewrite. Support
12904 `safe-local-variable-values'.
12905 (enable-local-variables): Update docstring to reflect new
12907 (ignored-local-variables): Ignore ignored-local-variables and
12908 safe-local-variable-values.
12909 (safe-local-variable-p): New function.
12910 (risky-local-variable-p): `safe-local-variable' property check
12911 moved to safe-local-variable-p.
12912 (hack-one-local-variable): Checks moved to hack-local-variables.
12914 (byte-compile-dynamic, c-basic-offset, c-file-style)
12915 (c-indent-level, comment-column, fill-column, fill-prefix)
12916 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12917 (no-update-autoloads, outline-regexp, page-delimiter)
12918 (paragraph-start, paragraph-separate, sentence-end)
12919 (sentence-end-double-space tab-width, version-control):
12920 Add `safe-local-variable' property.
12922 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12924 * icomplete.el, play/landmark.el: Change nonexistent
12925 `outline-layout' file variable to `allout-layout'.
12927 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12929 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12930 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12931 to gud-comint-buffer.
12932 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12933 gdb-ui.el for gdb-mi.el.
12934 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12935 registers buffer to gdb-get-changed-registers.
12936 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12937 deletion of catchpoints (throw and catch).
12938 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12939 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12940 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12941 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12942 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12944 2006-02-13 Jay Belanger <belanger@truman.edu>
12946 * calc/calc-arith.el (math-check-known-matrixp): Make sure
12947 expression is a symbol before checking that it is bound.
12949 2006-02-13 Richard M. Stallman <rms@gnu.org>
12951 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12952 for the minibuffer too, but not if resize-mini-windows will interfere.
12954 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12955 inside `interactive' spec.
12956 (describe-key-briefly-internal, describe-key-internal):
12957 Functions merged back into their callers.
12959 2006-02-13 Martin Rudalics <rudalics@gmx.at>
12961 * info.el (info-xref-visited): Inherit from info-xref too.
12962 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12963 when propertizing Info-current-file and Info-current-node.
12965 2006-02-13 Juri Linkov <juri@jurta.org>
12967 * tumme.el (tumme-thumbnail-storage): Fix docstring.
12968 (tumme-thumb-name): Fix per-directory format.
12970 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
12972 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12974 2006-02-12 Miles Bader <miles@gnu.org>
12976 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12978 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12980 * tumme.el: Remove history section. If someone needs the it, it
12981 can always be found in CVS.
12983 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12985 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
12986 about the Thumbnail Managing Standard option.
12988 2006-02-12 Richard M. Stallman <rms@gnu.org>
12990 * subr.el (substitute-key-definition): Doc fix.
12992 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12994 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12996 * info.el (Info-mode): Doc fix.
12998 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13000 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13002 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13003 because on Solaris a POSIX compatible "id" is needed. Reported by
13004 Magnus Henoch <mange@freemail.hu>.
13006 2006-02-12 Juri Linkov <juri@jurta.org>
13008 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13009 (tumme) <defgroup>: Change :group to `multimedia'.
13010 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13012 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13014 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13015 and %y. Fix docstring.
13016 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13017 (tumme-cmd-create-standard-thumbnail-command): New user options.
13018 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13019 is `standard'. Fix docstring.
13020 (tumme-thumb-width, tumme-thumb-height): New user options.
13021 (tumme-external-viewer): Try to find various viewers.
13022 (tumme-get-thumbnail-image): Use `create-image' instead of
13023 constructing the `image' structure.
13024 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13026 (tumme-thumb-name): Add file name generation for standard storage.
13027 Simplify code for other storages.
13028 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13029 Add modification time %m and thumbnail-nq8 %q.
13030 Use `tumme-cmd-create-standard-thumbnail-command' if
13031 tumme-thumbnail-storage is `standard'.
13032 (tumme-dired-insert-marked-thumbs): New autoload command.
13033 (tumme-dired-after-readin-hook): New function.
13034 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13035 `tumme-thumb-size'.
13036 (tumme-display-image): Replace size-x %x and size-y %y with
13037 width %w and height %h.
13039 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13040 `tumme-dired-insert-marked-thumbs'.
13042 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13044 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13046 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13049 2006-02-12 Miles Bader <miles@gnu.org>
13051 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13053 (rcirc-abbrev-nick): New function.
13054 (rcirc-format-response-string): Rewrite to use the formats in
13055 `rcirc-response-formats' and expand escape sequences therein.
13056 A text-property `rcirc-text' is added over the actual response
13057 text to make easy to find inside the returned string.
13058 (rcirc-print): When filling, just look for the `rcirc-text'
13059 text-property to find the appropriate fill prefix, instead of
13060 using hardwired patterns.
13062 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13064 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13067 2006-02-11 Kim F. Storm <storm@cua.dk>
13069 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13070 Don't use insert-buffer; do insert-buffer-substring directly.
13071 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13073 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13075 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13076 with inhibit-read-only. Suggested by Stefan Monnier.
13077 (revert-buffer): Let insert-file-contents discard
13078 buffer-undo-list. Simplify code.
13079 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13081 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13083 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13085 * help.el (describe-key-briefly): Now a wrapper for
13086 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13087 to t. Populate yank-menu if empty.
13088 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13089 (describe-key): Now a wrapper for describe-key-internal. Bind
13090 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13091 (describe-key-internal): Renamed from describe-key.
13093 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13095 * progmodes/glasses.el (glasses-separator): Doc fix.
13096 (glasses-original-separator): New defcustom.
13097 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13099 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13101 * mwheel.el (mouse-wheel-up-event): Doc fix.
13103 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13105 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13106 (tumme-dir): New function. Copied from thumbs.el.
13108 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13110 * desktop.el (desktop-outvar): Fix typo.
13111 (desktop-save-buffer-p): Doc fix.
13113 * subr.el (substitute-key-definition): Fix typo.
13115 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13117 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13118 when window-system is mac.
13120 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13122 2006-02-10 Kim F. Storm <storm@cua.dk>
13124 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13125 indirect-function instead of using condition-case.
13127 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13129 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13130 less `colloquial'...
13132 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13134 * tumme.el: Add a couple of todo items.
13136 2006-02-09 Lars Hansen <larsh@soem.dk>
13138 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13139 (highlight-changes-mode): Don't change desktop-locals-to-save.
13141 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13143 * image-mode.el (image-toggle-display): Clear image cache if using
13146 2006-02-09 Masatake YAMATO <jet@gyve.org>
13148 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13149 a `dired-man' target.
13151 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13152 boundary of symbols.
13154 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13156 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13158 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13160 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13161 `mapcar'; return nil.
13163 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13165 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13168 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13170 * net/rcirc.el (rcirc-startup-channels-alist):
13171 Add irc.freenode.net and #emacs as defaults.
13172 (rcirc-ignore-all-activity-flag): Remove variable.
13173 (rcirc-authinfo): New variable.
13174 (rcirc-authinfo-filename): Remove variable.
13175 (rcirc-always-use-server-buffer-flag): New flag.
13176 (rcirc): M-x rcirc will automatically connect without prompting.
13177 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13178 connection in lisp.
13179 (rcirc-process-server-response-1): Remove everything but the nick
13180 portion of the sender so it doesn't need to be done everywhere
13181 else. Update related code.
13182 (global-map): Remove global keybindings.
13183 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13184 (rcirc-send-input): Split into several functions.
13185 (rcirc-process-input-line, rcirc-process-message)
13186 (rcirc-process-command): New functions.
13187 (rcirc-target-buffer): New function to determine where to route
13189 (rcirc-user-nick): Save match data.
13190 (rcirc-toggle-ignore-buffer-activity)
13191 (rcirc-update-activity-string): Remove global ignore functionality,
13192 which can be done now by toggling rcirc-track-minor-mode.
13193 (rcirc-track-minor-mode-map): New keymap.
13194 (rcirc-track-minor-mode): New minor-mode.
13195 (ignore): Make the ignore output nicer. Always print it when
13196 adding or removing nicks.
13197 (rcirc-url-regexp): Improve.
13198 (rcirc-mangle-text): Remove properties before using text in the
13200 (rcirc-authenticate): Authentication data comes from
13201 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13202 (rcirc-server-prefix): Inherit from rcirc-server.
13204 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13206 * Makefile.in (compile): Append "|| true" to the end of the `find'
13207 command, like compile-always does.
13209 2006-02-08 Sam Steingold <sds@gnu.org>
13211 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13212 output from a dead connection.
13214 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13216 * dired.el (dired-mode-map): Add more bindings for tumme.
13218 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13220 * wdired.el (wdired-mode-map): Use remap.
13221 (wdired-get-filename): Massage.
13222 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13223 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13224 `keymap' property rather than `local-map'.
13226 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13228 * tumme.el (tumme-get-thumbnail-image): New utility function.
13229 Suggested by from Chong Yidong.
13230 (tumme-dired-with-window-configuration): Rename from
13231 `tumme-dired'. Add code to save window configuration.
13232 (tumme-restore-window-configuration): New command to restore the
13233 window configuration that `tumme-dired-with-window-configuration'
13234 saves before it changes the window configuration.
13235 (tumme-show-all-from-dir): New command to display thumbnails for
13236 all files in a directory entered by the user, like M-x thumbs.
13237 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13239 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13240 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13241 Remove obsolete test function.
13243 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13245 * vc.el (small-temporary-file-directory): Remove defvar; there's
13246 a defcustom for it in files.el.
13248 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13249 Fix typo in message.
13250 (tumme-gallery-generate): Fix typo in `error' message.
13251 (tumme-display-window-height-correction)
13252 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13253 (tumme-line-up-interactive): Dox fixes.
13254 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13255 (tumme-restore-window-configuration, tumme-format-properties-string)
13256 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13257 Fix typos in docstrings.
13259 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13261 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13263 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13265 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13266 User should use hook if desired.
13268 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13269 buffer if necessary.
13270 (gdb-delete-frame-or-window): New function.
13271 (gdb-breakpoints-mode-map): Bind "q" to it.
13273 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13275 * textmodes/nroff-mode.el: Clean up name space.
13276 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13277 (nroff-mode): Obey the global setting of nroff-electric-mode.
13278 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13280 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13282 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13284 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13286 2006-02-06 Lars Hansen <larsh@soem.dk>
13288 * generic-x.el (etc-fstab-generic-mode): Add file system types
13289 cifs and usbdevfs. Allow special chars in file names.
13291 2006-02-05 Jay Belanger <belanger@truman.edu>
13293 Update copyright notices of the files in lisp/calc.
13295 2006-02-05 Romain Francoise <romain@orebokech.com>
13297 Update copyright notices of all files in the lisp/play directory.
13299 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13301 * ldefs-boot.el: Regenerate.
13303 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13305 2006-02-05 Kim F. Storm <storm@cua.dk>
13307 * files.el (magic-mode-regexp-match-limit): New defvar.
13308 (set-auto-mode): Use it to limit magic-mode-alist matching.
13310 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13312 * info.el (Info-index, Info-mode): Improve the description of the
13315 * ldefs-boot.el: Regenerate.
13317 2006-02-03 Werner Lemberg <wl@gnu.org>
13319 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13320 greedy to find the closing bracket in \*[...] and similar
13321 expressions. This is a first rough fix -- many additional
13322 refinements are necessary to make nroff mode really usable with groff.
13324 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13326 * international/mule-cmds.el (set-locale-environment):
13327 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13330 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13332 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13333 archive are created in archive-tmpdir.
13335 2006-02-02 John Paul Wallington <jpw@pobox.com>
13337 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13338 (ibuffer-fontification-alist): Use it.
13339 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13340 to "* z" and the Ibuffer Mark menu.
13342 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13344 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13346 * textmodes/table.el (*table--cell-describe-mode)
13347 (*table--cell-describe-bindings): Undo last change since
13348 print-help-return-message is not obsoleted by anything at all.
13350 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13352 * emulation/cua-base.el (cua-mode): Doc fix.
13354 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13356 * dframe.el (dframe-handle-make-frame-visible)
13357 (dframe-handle-iconify-frame, dframe-get-focus)
13358 (dframe-select-attached-frame, dframe-power-click)
13359 (dframe-frame-mode): Fix typos in docstrings.
13361 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13362 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13363 Fix typos in docstrings.
13365 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13366 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13367 (hi-lock-archaic-interface-message-used)
13368 (hi-lock-file-patterns-range): Fix typos in docstrings.
13370 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13371 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13373 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13374 Fix typo in docstring.
13376 * net/newsticker.el (newsticker--decode-iso8601-date)
13377 (newsticker--set-customvar, newsticker--buffer-insert-item)
13378 (newsticker--do-run-auto-mark-filter)
13379 (newsticker--parse-generic-feed): Doc fixes.
13380 (newsticker--retrieval-timer-list, newsticker-url-list)
13381 (newsticker-hide-immortal-items-in-echo-area)
13382 (newsticker-hide-obsolete-items-in-echo-area)
13383 (newsticker-new-item-face, newsticker--enclosure)
13384 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13385 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13386 (newsticker--parse-generic-feed, newsticker--cache-contains)
13387 (newsticker--stat-num-items, newsticker-download-enclosures):
13388 Fix typos in docstrings.
13390 * net/rcirc.el (rcirc-debug): Doc fix.
13391 (rcirc-fill-column, rcirc-receive-message-hooks)
13392 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13393 (rcirc-mode, rcirc-generate-new-buffer-name)
13394 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13395 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13396 Fix typos in docstrings.
13397 (rcirc-print): "?\ " -> "?\s".
13398 (rcirc-cmd-join): Improve argument/docstring consistency.
13400 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13402 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13403 before narrow-to-region.
13405 2006-02-01 Richard M. Stallman <rms@gnu.org>
13407 * simple.el (move-beginning-of-line): Scan properly for invis change.
13409 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13411 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13413 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13414 change bit only when id-format is 'integer. Reported by Matt
13415 Hodges <M.P.Hodges@rl.ac.uk>.
13417 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13419 * hilit-chg.el (highlight-changes-initial-state)
13420 (highlight-changes-global-initial-state): Doc fixes.
13421 (highlight-changes-global-modes, global-highlight-changes):
13422 Fix typos in docstrings.
13424 2006-02-01 Kim F. Storm <storm@cua.dk>
13426 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13427 transient-mark-mode in doc string.
13429 2006-01-31 Richard M. Stallman <rms@gnu.org>
13431 * replace.el (multi-occur): Doc fix.
13432 (multi-occur-in-matching-buffers): Rename from
13433 multi-occur-by-filename-regexp. Prefix arg says match
13434 buffer names instead of file names.
13436 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13438 * bs.el: Allow non-default values of `bs-header-lines-length'.
13439 (bs--running-in-xemacs): Remove (not needed anymore).
13440 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13441 instead of `shrink-window', thus avoiding having to compute the
13442 height of the window.
13443 (bs--up): Wrap around even when there's no header.
13444 (bs--down): Use `forward-line' instead of `next-line'.
13446 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13448 * image-mode.el (image-toggle-display): Use file name if possible,
13449 instead of unnecessarily allocating a (possibly huge) lisp string.
13451 2006-01-30 John Paul Wallington <jpw@pobox.com>
13453 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13454 because the `assert' macro signals it at runtime.
13456 * emacs-lisp/cl.el (toplevel): Remove definition of
13457 `cl-assertion-failed' condition.
13459 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13461 * thumbs.el (thumbs-marked-list): Make buffer-local and
13463 (thumbs-insert-thumb): Make help-echo non-sticky.
13464 (thumbs-file-alist): Use eolp as check for (non)-image.
13466 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13468 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13469 (ediff-before-session-group-setup-hooks)
13470 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13471 Fix typos in docstrings.
13473 * window.el (bw-dir, bw-eqdir, balance-windows)
13474 (split-window-keep-point): Fix typos in docstrings.
13476 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13477 (org-quote-string, org-calendar-to-agenda-key)
13478 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13479 (org-show-following-heading, org-tags-column)
13480 (org-use-tag-inheritance, org, org-allow-space-in-links)
13481 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13482 (org-enable-table-editor, org-calc-default-modes)
13483 (org-table-allow-automatic-line-recalculation)
13484 (org-export-html-style, org-export-with-fixed-width)
13485 (org-export-with-sub-superscripts, org-special-keyword)
13486 (org-formula, org-time-grid, org-table-may-need-update)
13487 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13488 (org-goto-quit, org-get-indentation, org-end-of-item)
13489 (org-move-item-down, org-move-item-up)
13490 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13491 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13492 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13493 (org-agenda-log-mode, org-agenda-toggle-diary)
13494 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13495 (org-agenda-file-to-end, org-agenda-no-heading-message)
13496 (org-agenda-get-closed, org-format-agenda-item)
13497 (org-cmp-priority, org-cmp-category, org-cmp-time)
13498 (org-agenda-change-all-lines, org-agenda-diary-entry)
13499 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13500 (org-link-search, org-camel-to-words, org-open-file)
13501 (org-remember-handler, org-table-convert-region)
13502 (org-table-move-row-down, org-table-move-row-up)
13503 (org-table-copy-region, org-table-wrap-region)
13504 (org-table-toggle-vline-visibility)
13505 (org-table-get-vertical-vector, org-table-modify-formulas)
13506 (org-table-get-specials, org-recalc-commands)
13507 (org-table-rotate-recalc-marks, org-table-eval-formula)
13508 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13509 (org-level-color-stars-only, org-insert-heading):
13510 Fix typos in docstrings.
13511 (last-arg): Add defvar.
13513 * makefile.w32-in (WINS): Add erc.
13514 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13516 2006-01-29 Bill Wohler <wohler@newt.com>
13518 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13519 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13520 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13521 (mh-autoloads): Don't use comments on otherwise empty lines.
13523 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13525 * emulation/viper.el (viper-major-mode-modifier-list): Add
13526 insert-state and vi-state entries for erc-mode.
13527 (viper-go-away, viper-set-hooks): Add and remove
13528 viper-comint-mode-hook from erc-mode-hook as appropriate.
13530 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13532 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13534 * bs.el (bs--format-aux): Implement `middle' alignment as
13535 described in the docstring for `bs-attributes-list'.
13536 (bs--get-name): Simplify. Don't pad the buffer name.
13538 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13540 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13541 English aspell dictionary is installed, use the first entry of
13542 ispell-dictionary-alist-1.
13544 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13546 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13549 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13551 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13552 for `process-file', in order to let it work for older Emacsen too.
13554 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13556 * international/latexenc.el: Add a suitable `coding:' tag.
13557 (latexenc-find-file-coding-system): Undo last change.
13559 2006-01-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
13561 * international/latexenc.el (latexenc-find-file-coding-system):
13562 Make sure latexenc-main-file is a regular file and is readable.
13564 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13566 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13567 Pass FILE to vc-user-login-name.
13569 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13571 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13573 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13574 there are no more images to display.
13575 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13578 2006-01-26 Richard M. Stallman <rms@gnu.org>
13580 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13582 * wid-edit.el (advertised-widget-backward): New alias.
13583 (widget-keymap): Use advertised-widget-backward for S-TAB.
13585 * tumme.el: Correct the keywords.
13586 (tumme-dir-max-size): Use defvar.
13587 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13589 * simple.el (move-beginning-of-line): Take account of fields.
13590 (clone-indirect-buffer-other-window): Take args like
13591 clone-indirect-buffer, and work like it.
13593 * help-fns.el (describe-function): Don't pass `nil' as default.
13595 * files.el (risky-local-variable-p): Follow var aliases.
13597 * subr.el (lazy-completion-table): Doc fix.
13599 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13600 global binding of `line'.
13602 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13604 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13607 * vc.el (vc-default-dired-state-info): Pass FILE to
13608 vc-user-login-name.
13609 (vc-default-update-changelog): Don't use vc-user-login-name, we
13610 don't need it here.
13612 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13613 no longer necessary.
13615 2006-01-25 Kenichi Handa <handa@m17n.org>
13617 * international/mule.el (decode-char): Avoid the overhead of
13618 calling utf-lookup-subst-table-for-decode if
13619 utf-translate-cjk-mode is nil.
13620 (encode-char): Avoid the overhead of calling
13621 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13624 2006-01-22 Kenichi Handa <handa@m17n.org>
13626 * international/mule.el (make-subsidiary-coding-system): Reset
13627 `coding-system-define-form' property of subsidiaries to nil.
13628 Avoid duplicated entry in coding-system-alist.
13629 (make-coding-system): Avoid duplicated entry in
13630 coding-system-alist.
13631 (define-coding-system-alias): Likewise.
13633 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13635 * completion.el: Minor fixes in introductory comment.
13636 (completion-def-wrapper): Fix alist.
13638 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13640 * thumbs.el (thumbs-new-image-size): New function.
13641 (thumbs-increment-image-size-element)
13642 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13643 (thumbs-decrement-image-size): Delete.
13644 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13645 temp files and use to resize.
13646 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13647 Use increment argument to enlarge/shrink. Preserve point.
13648 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13649 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13650 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13651 (thumbs-mark, thumbs-unmark): Preserve point.
13652 (thumbs-modify-image): Keep old temp files and use to modify.
13653 Cleanup old temp files at load time. Preserve point.
13654 (thumbs-view-image-mode-map): Use new command names.
13656 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13658 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13660 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13661 the nastiest part of the cyclic dependency.
13662 (cal-menu-update): Use dotimes and calendar-increment-month.
13664 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13665 (calendar-week-start-day): Add an :initializer.
13666 (calendar-mode-map): Use suppress-keymap, and command remapping.
13667 (describe-calendar-mode): Setup xref-stack info for the back button.
13668 (calendar-star-date): Insert before delete.
13669 (calendar-set-mode-line): Add file-modified info if applicable.
13670 (calendar-increment-month): New function.
13672 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13674 * font-lock.el (lisp-font-lock-keywords-2):
13675 Recognize "& keywords" only at word boundaries.
13677 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13679 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13680 and permanent-local.
13681 (thumbs-max-image-number): New variable.
13682 (thumbs-do-thumbs-insertion): Use them.
13683 (thumbs-per-line): Change default to 4.
13684 (thumbs-marked-list): Rename from thumbs-markedL.
13685 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13686 (thumbs-rename-images): Use -list instead of L for internal variables.
13687 (thumbs-call-convert): Use call-process instead of shell-command.
13688 (thumbs-insert-thumb): Add filename as help-echo to each image.
13689 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13690 Give dir to thumbs-show-thumbs-list.
13691 (thumbs-show-thumbs-list): Set default-directory to that of images.
13692 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13693 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13694 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13695 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13697 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13699 * ses.el (ses-read-cell): Provide a default value.
13701 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13703 * term/w32-win.el (image-library-alist): Add additional names for
13706 2006-01-23 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
13708 * international/latexenc.el (latexenc-find-file-coding-system):
13709 Add file-regular-p check.
13711 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13713 * simple.el (clone-buffer): Don't show the new buffer in the same
13716 2006-01-23 Juri Linkov <juri@jurta.org>
13718 * faces.el (link, link-visited): New faces based on default values
13719 of `info-xref' and `info-xref-visited'.
13721 * info.el (info-xref): Inherit from `link'.
13722 (info-xref-visited): Inherit from `link-visited'.
13724 * cus-edit.el (custom-buffer-create-internal): Use widget type
13725 `custom-manual' instead of `info-link' and don't set properties
13726 `button-face' and `mouse-face' explicitly.
13727 (custom-browse-group-tag, custom-browse-variable-tag)
13728 (custom-browse-face-tag): Inherit from widget class
13729 `custom-group-link' instead of `push-button'.
13730 (custom-button-unraised): Inherit from `underline' face.
13731 (custom-link): Inherit from `link' face. Fix doc and group.
13732 (custom-add-parent-links, custom-group-value-create): Don't set
13733 properties `button-face' and `mouse-face' explicitly for
13734 `custom-group-link' widget.
13735 (custom-group-link): Add properties `button-face' and `mouse-face'
13736 to widget definition.
13737 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13738 editable-field's :keymap property.
13739 (custom-mode): Fix docstring: substitute keybindings for
13740 `widget-forward' and `widget-backward' from `widget-keymap',
13741 `widget-complete' from `custom-field-keymap', replace old
13742 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13744 * desktop.el (desktop-load-file): Check for `fboundp' before
13745 calling `symbol-function'.
13747 * simple.el (clone-buffer, clone-indirect-buffer)
13748 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13749 `read-string'. Fix prompts.
13751 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13753 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13755 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13757 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13759 * startup.el (inhibit-splash-screen, initial-scratch-message):
13762 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13764 Sync with Tramp 2.0.52.
13766 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13767 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13768 `tramp-unload-tramp' for checklist.
13770 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13771 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13772 (tramp-unload-file-name-handler-alist)
13773 (tramp-unload-tramp): New defuns.
13774 (tramp-advice-PC-expand-many-files): New defadvice.
13775 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13777 (tramp-handle-expand-file-name): Remove double slash.
13778 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13779 It doesn't matter, because it will be converted later on.
13780 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13781 implementation was just heuristic.
13782 (tramp-post-connection): Set uid and gid properties.
13783 (tramp-convert-file-attributes): Set file's gid change bit.
13784 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13785 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13786 in case of su(do)? methods. The home directory of the local user
13787 will be taken else.
13788 (tramp-open-connection-telnet)
13789 (tramp-open-connection-rsh, tramp-open-connection-su)
13790 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13791 local shell prompt could hurt. Reported by Romain Francoise
13792 <romain@orebokech.com>.
13793 (tramp-let-maybe): Add `edebug-form-spec' property.
13794 (tramp-handle-expand-file-name): Bind `default-directory' locally
13795 to "/" in order to avoid problems with UNC shares or Cygwin
13797 (tramp-md5-function): Fix typo in error message.
13799 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13801 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13802 for byte-compiler pacification.
13804 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13806 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13807 ID-FORMAT `string'. This allows us to get rid of
13808 `vc-user-login-name UID'.
13810 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13812 2006-01-22 John Paul Wallington <jpw@pobox.com>
13814 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13816 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13818 * emacs-lisp/find-func.el (find-definition-noselect)
13819 (find-variable-noselect): Search variables in C source code too.
13820 (find-function-C-source, find-function-noselect, find-function)
13821 (find-function-other-frame, find-variable-noselect, find-variable)
13822 (find-variable-other-frame, find-variable-at-point):
13825 2006-01-21 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
13827 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13829 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13831 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13832 Default to disabling the "Save affix" question.
13834 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13836 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13837 the first arg to run-python.
13839 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13841 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13844 2006-01-20 Jay Belanger <belanger@truman.edu>
13846 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13849 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13850 the correct variable.
13852 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13854 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13855 link. Fixed buggy argument sequence in call to `org-view-tags'.
13856 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13857 (org-prefix-has-tag): New variable.
13858 (org-format-agenda-item): Remove tags from headline if
13860 (org-agenda-remove-tags-when-in-prefix): New option.
13861 (org-get-tags-at): New function.
13863 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13865 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13866 (thumbs-find-image): Move image name and number from buffer name
13867 to mode name. Set thumbs-buffer. Preserve point so that large
13868 images remain visible.
13869 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13871 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13873 (thumbs-next-image, thumbs-previous-image): Make them work.
13875 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13877 * cus-edit.el (custom-buffer-create-internal): State in the text above
13878 the whole buffer buttons that they do not operate on hidden items.
13879 (custom-face-menu): Use `custom-face-save' instead of
13880 `custom-face-save-command'.
13881 (custom-face-save-command): Make it an alias for `custom-face-save'
13882 and declare it obsolete.
13883 (custom-face-save): Doc fix.
13885 * dired.el (dired-no-confirm): Add quote.
13886 (dired-subdir-alist-pre-R): Add quote in
13887 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13889 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13891 * textmodes/table.el (table-mode-indicator): Typo in last change.
13893 2006-01-19 Richard M. Stallman <rms@gnu.org>
13895 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13896 Fixes bug reported in Nov 2005.
13898 * isearch.el (isearch-forward): Doc fix.
13900 * dired.el (dired-move-to-filename-regexp): Define as alias.
13901 (dired-no-confirm): Use defcustom.
13902 (dired-subdir-alist-pre-R): Put defvar at top level.
13904 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13906 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13909 * simple.el (set-mark-command): Doc fix.
13910 (clone-indirect-buffer-other-window):
13911 Read arg like clone-indirect-buffer.
13912 (move-beginning-of-line): Skip invisible newlines.
13914 2006-01-19 Masatake YAMATO <jet@gyve.org>
13916 * progmodes/cpp.el (cpp-edit-load): Make the order of
13917 listed conditions in a base C code buffer and its associate
13918 CPP Edit buffer the same.
13920 2006-01-19 Kenichi Handa <handa@m17n.org>
13922 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13923 (rmail-mime-feature): Likewise.
13924 (rmail-require-mime-maybe): Use display-warning to show a warning
13927 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13928 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13930 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13932 * array.el: Move defvars out of eval-when-compile.
13933 (array-make-template): Replace undeclared global var with a local one.
13934 (array-mode): Inline initialization functions.
13935 (array-init-local-variables, array-init-max-row)
13936 (array-init-max-column, array-init-columns-per-line)
13937 (array-init-field-width, array-init-rows-numbered)
13938 (array-init-line-length, array-init-lines-per-row): Remove.
13940 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13941 (doc-mode-map): Define explicitly.
13942 (doctor-txtype): Use mapc.
13944 * textmodes/table.el: Move defvars out of eval-when-compile.
13945 Remove harmful code meant to avoid byte-compiler warnings.
13946 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13947 specification that checks table-fixed-width-mode directly.
13948 (table-recognize-region, table-recognize-cell):
13949 Use restore-buffer-modified-p.
13950 (table-fixed-width-mode): Remove code that refreshes
13951 table-fixed-mode-indicator.
13952 (*table--cell-describe-bindings, *table--cell-describe-mode):
13953 Avoid obsolete name print-help-return-message.
13954 (table--test-cell-list): Don't use replace-regexp from elisp.
13955 (table--point-entered-cell-function, table--point-left-cell-function):
13956 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13958 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13959 that was after the end of file. Use buffer-file-name variable.
13960 (org-timestamp-change): Use with-current-buffer.
13961 (org-todo-list): Don't unnecessarily define a new buffer-local var.
13962 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13965 * progmodes/fortran.el: Move defvars out of eval-when-compile.
13966 (fortran-break-line): Remove unused var `opoint'.
13967 (fortran-abbrev-start): Obey help-event-list.
13969 2006-01-18 Jesper Harder <harder@phys.au.dk>
13971 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13973 2006-01-18 Masatake YAMATO <jet@gyve.org>
13975 * progmodes/make-mode.el (makefile-imake-mode): New mode
13976 derived from makefile-mode.
13977 (makefile-imake-mode-syntax-table): New syntax table
13978 derived from makefile-mode-syntax-table.
13979 (makefile-mode): Write about makefile-imake-mode in doc string.
13980 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13981 (makefile-imake-font-lock-keywords): New font lock keywords.
13983 * files.el (auto-mode-alist): Add Imakefile.
13985 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
13987 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13988 loading the file rather than when turning on flyspell-mode.
13990 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
13992 * cus-edit.el (customize-rogue): Minor doc fix.
13994 2006-01-17 Juri Linkov <juri@jurta.org>
13996 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13997 instead of the file at the mark as default if the file at the mark
13998 is the same as the file at point or if dired-dwim-target-directory
13999 is not the same as the current directory and the mark is not active.
14001 * log-view.el (log-view-minor-wrap): Use the same logic to get
14002 revisions as `log-view-diff'.
14004 * info.el (Info-revert-find-node): Check for Info-current-file
14005 before preserving new-history.
14007 * man.el (Man-heading-regexp): Add `/'.
14009 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14010 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14012 2006-01-16 Juri Linkov <juri@jurta.org>
14014 * faces.el (mode-line-faces): New defgroup.
14015 (mode-line-highlight): Move definition after new defgroup.
14016 (mode-line, mode-line-inactive, mode-line-highlight):
14017 Replace :group `modeline' with `mode-line-faces'.
14018 (mode-line-buffer-id): New face.
14019 (modeline-buffer-id): New face alias.
14020 (vertical-border): Remove :group `modeline'.
14022 * bindings.el (propertized-buffer-identification): Use face
14023 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14024 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14025 (mode-line-buffer-identification-keymap): For mouse-1 replace
14026 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14027 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14030 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14031 Buffer-menu-buffer. Doc fix.
14032 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14033 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14034 `Buffer-menu-buffer'.
14036 * info.el (Info-mode-line-node-keymap): New defvar.
14037 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14038 Propertize Info-current-node with `mode-line-buffer-id' and
14039 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14041 * time.el (display-time-mail-face): Replace :group `faces' with
14044 2006-01-16 Kenichi Handa <handa@m17n.org>
14046 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14048 * language/european.el (cp1252): New alias for windows-1252.
14050 * international/mule.el (autoload-coding-system): Prepare for EOL
14053 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14055 * term.el (term-raw-map): Add mapping for insert.
14056 (term-send-insert): New.
14057 (term-mode): Make variables local here instead of doing it in
14058 `term-emulate-terminal'.
14059 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14060 Scroll reverse needs to take into account the scroll region.
14061 Saving and restoring the cursor should save the color attributes too.
14062 (term-reset-terminal): Reset the scroll region.
14063 (term-handle-ansi-escape): Cursor up and down should take into
14064 account the scroll region.
14065 (term-set-scroll-region): Rename from `term-scroll-region'.
14066 Move to 0,0 after setting the region.
14067 (term-handle-scroll): Handle scroll up.
14068 (term-down): Fix off by one error.
14069 (term-delete-lines): Do not delete outside the scroll region.
14070 (term-insert-lines): Take into account the scroll region.
14072 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14074 * textmodes/ispell.el (ispell-internal-change-dictionary)
14075 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14076 (start, end): Move declaration outside of eval-when-compile.
14078 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14079 (flyspell-mode-on): Use it.
14081 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14082 ispell-kill-ispell-hook.
14084 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14086 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14087 (Custom-reset-saved): Do not ask for confirmation in single option
14090 2006-01-13 Richard M. Stallman <rms@gnu.org>
14092 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14094 2006-01-13 Romain Francoise <romain@orebokech.com>
14096 * add-log.el (add-change-log-entry, change-log-merge):
14097 Conditionally use `hard-newline'.
14099 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14101 * wid-edit.el (widget-field-end): If the overlay is no longer
14102 associated with a buffer, behave as if the overlay didn't exist.
14104 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14105 Make sure the links use the `custom-link' face.
14107 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14109 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14110 (ld-script-mode): Don't set indent-line-function since we don't
14113 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14115 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14117 (org-file-apps-defaults-gnu): Use mailcap as the default for
14118 selecting an application on a UNIX system.
14119 (org-agenda-show-tags): New command.
14120 (org-table-insert-hline): Keep cursor in current table line.
14121 (org-table-convert): Offset effect of modifying
14122 `org-table-insert-hline'.
14123 (org-format-agenda-item): New optional argument TAG.
14124 (org-compile-prefix-format): Handle %T format for the tag.
14125 (org-expand-wide-chars): New function.
14126 (org-table-insert-row, org-table-insert-hline):
14127 Use `org-expand-wide-chars'.
14128 (org-open-file): Fix bug in program launch.
14129 (org-get-time-of-day): Fix bug with times before 1am.
14130 (org-agenda-menu): Add tags commands.
14132 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14134 * textmodes/ispell.el (ispell-init-process): Include the used
14135 dictionary in ispell process start message.
14136 (ispell-internal-change-dictionary): When flyspell-mode is active
14137 and dictionary is changed, make sure ispell process is restarted
14138 and flyspell word cache cleared out for the current buffer.
14139 (ispell-change-dictionary): Make sure flyspell word cache is
14140 cleared out in all buffers with active flyspell mode when
14141 dictionary is globally changed.
14142 Call ispell-internal-change-dictionary after dictionary change.
14144 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14146 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14148 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14149 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14150 years. Fix small differences wrt Makefile.in.
14151 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14154 2006-01-12 Bill Wohler <wohler@newt.com>
14156 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14159 2006-01-12 Masatake YAMATO <jet@gyve.org>
14161 * progmodes/ld-script.el: Update copyright year.
14163 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14165 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14166 Don't add widget if setting undefined.
14168 2006-01-12 John Paul Wallington <jpw@pobox.com>
14170 * help-fns.el (describe-variable): Remove newlines from void
14173 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14175 * wdired.el (wdired-mode-map): Add help echo for
14176 wdired-abort-changes.
14178 * man.el (Man-file-name-regexp): Adjust for a list of files.
14180 2006-01-12 Masatake YAMATO <jet@gyve.org>
14182 * progmodes/ld-script.el (auto-mode-alist): Support
14183 suffix conventions used in netbsd and eCos.
14185 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14187 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14188 (custom-variable-menu, custom-face-menu, custom-group-menu)
14189 (Custom-mode-menu): Change names of menu items. (As discussed on
14191 (custom-face-menu): Add "Undo Edits" item.
14193 * startup.el (init-file-user): defcustom -> defvar.
14195 * tooltip.el (tooltip-mode): Doc fix.
14197 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14199 * reveal.el (reveal-post-command): window-buffer signals an error on
14200 dead windows rather than returning nil.
14201 (reveal-open-new-overlays): An overlay might die while we open others.
14203 2006-01-11 Bill Wohler <wohler@newt.com>
14205 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14206 phrasing in docstring.
14208 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14209 can give some systems gas. Add new file mh-buffers.el.
14211 2006-01-06 Masatake YAMATO <jet@gyve.org>
14213 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14214 C preprocessor forward ported from GNU Emacs 21.2.
14216 * progmodes/asm-mode.el (asm-font-lock-keywords):
14217 Use `cpp-font-lock-keywords'.
14219 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14221 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14222 of $ for "\\.ld[s]?".
14224 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14226 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14227 (tcl-indent-line): Return `noindent' if inside a string.
14229 * progmodes/flymake.el (flymake-split-string): Remove more than one
14230 empty string at beg/end of the result.
14231 (flymake-find-buildfile, flymake-find-possible-master-files):
14232 Use expand-file-name.
14233 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14234 since expand-file-name does it for us. Use directory-file-name.
14235 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14236 (flymake-ler-get-type, flymake-ler-get-text)
14237 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14238 (flymake-current-line-no): Remove spurious interactive spec.
14239 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14240 (flymake-check-include): Remove arg inc-path merged into inc-name.
14241 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14242 Arg regexp-list replaced by a simple regexp.
14243 (flymake-master-make-header-init, flymake-master-tex-init):
14244 Correspondingly replace regexp-list with a regexp. Fix regexp.
14246 2006-01-10 Simon Josefsson <jas@extundo.com>
14248 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14249 describing AUTH PLAIN fix.
14251 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14253 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14254 (report-emacs-bug): Don't record initial prompt text.
14255 Instead, add text properties to prompting text.
14256 (report-emacs-bug-hook): Delete prompting text.
14258 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14260 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14261 `dirs'. Adjust callers.
14263 2006-01-09 John Paul Wallington <jpw@gnu.org>
14265 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14267 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14269 * reveal.el (reveal-open-new-overlays): New extracted fun.
14270 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14271 using them. Simplify the code.
14272 (reveal-post-command): Use them. Fix up obsolete windows in
14275 * progmodes/flymake.el: Use `require' rather than autoload for
14277 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14278 Delete. Use file-relative-name instead.
14279 (flymake-get-syntax-check-program-args, flymake-perl-init):
14280 Simplify the resulting code.
14282 * log-view.el (log-view-file-re, log-view-message-re): Add support
14285 2006-01-09 Alex Schroeder <alex@gnu.org>
14287 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14288 identifiers sometimes added in square brackets at the beginning of
14291 2006-01-07 Richard M. Stallman <rms@gnu.org>
14293 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14294 (Custom-reset-current, Custom-reset-saved): Change question text.
14295 (Custom-reset-standard): Likewise.
14296 (custom-variable-reset-saved): Doc fix.
14298 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14300 * startup.el (init-file-user): Doc fix.
14302 2006-01-07 Alex Schroeder <alex@gnu.org>
14304 * mail/rmail.el (rmail-current-subject): New function.
14305 (rmail-current-subject-regexp): New function.
14306 (rmail-next-same-subject): Use it.
14308 * mail/rmailsum.el (rmail-summary-by-topic):
14309 Use rmail-current-subject and rmail-current-subject-regexp.
14310 (rmail-summary-next-same-subject): Ditto.
14312 * net/rcirc.el (rcirc-send-input): No longer check whether the
14313 process is open, since not all commands need an open process.
14314 (rcirc-send-string): Check whether the process is open before
14316 (rcirc-ignore-list): New option.
14317 (rcirc-ignore-list-automatic): New variable.
14318 (rcirc-print): Take rcirc-ignore-list into account.
14319 (rcirc-cmd-ignore): New command.
14320 (rcirc-ignore-update-automatic): New function.
14321 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14322 list if ignored nicks.
14323 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14325 2006-01-06 David Reitter <david.reitter@gmail.com>
14327 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14328 reflect the address to which the report will be sent.
14330 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14332 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14333 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14335 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14337 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14339 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14340 the doc string: "functoin" => "function".
14341 * ldefs-boot.el: Likewise.
14343 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14344 message text: "Duplicat" => "Duplicate".
14346 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14348 * files.el (basic-save-buffer-2): If backing-up failed, reset
14349 buffer-backed-up to nil.
14351 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14353 * progmodes/gud.el (gdb-script-skip-to-head)
14354 (gdb-script-calculate-indentation): Indent for breakpoint command
14357 2006-01-05 Bill Wohler <wohler@newt.com>
14359 * Makefile.in (compile-always): Add mh-autoloads dependency.
14360 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14362 (updates): Remove mh-autoloads dependency, since it probably has
14363 already run recently (via recompile).
14365 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14367 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14368 argument `force' to disable the flyspell-last-buffer optimization.
14369 (flyspell-mode-on): Use it.
14371 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14372 flymake-simple-cleanup.
14373 (flymake-allowed-file-name-masks): Use this new default.
14374 All the functions are now called in the right buffer rather than
14375 passing the buffer as argument.
14376 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14377 (flymake-parse-err-lines): Remove redundant buffer arg.
14378 (flymake-get-program-dir): Comment out unused function.
14379 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14380 Remove redundant buffer argument.
14381 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14382 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14384 2006-01-05 Richard M. Stallman <rms@gnu.org>
14386 * info.el (Info-find-node): Don't record previous node if have none.
14387 (info): Go to directory only if history is empty.
14389 * simple.el (mark): Doc fix.
14391 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14393 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14394 already of desired type.
14395 (mac-ae-list): Coerce parameter to "list" type.
14396 (mac-dispatch-apple-event): Replace cadr part of event with a
14397 dummy position so that event-start returns it.
14399 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14401 * textmodes/org.el (org-end-of-subtree): New function.
14402 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14403 Use `org-end-of-subtree'.
14404 (org-agenda, org-agenda-convert-date): Protect calls to
14405 `fit-window-to-buffer'.
14406 (org-tags-view): Force matching of sublevels when doing a
14407 todo-only search. Define the correct redo command, including the
14409 (org-agenda-redo): Display message.
14410 (org-check-for-org-mode): New function.
14411 (org-agenda-type): New variable.
14412 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14413 Set `org-agenda-type'.
14414 (org-agenda-check-type): New function.
14415 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14416 (org-agenda-week-view, org-agenda-day-view)
14417 (org-agenda-next-date-line, org-agenda-previous-date-line)
14418 (org-agenda-log-mode, org-agenda-toggle-diary)
14419 (org-agenda-toggle-time-grid, org-agenda-date-later)
14420 (org-agenda-date-prompt, org-agenda-diary-entry)
14421 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14422 (org-agenda-convert-date, org-agenda-menu):
14423 Use `org-agenda-check-type'.
14424 (org-make-overlay, org-delete-overlay)
14425 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14426 New compatibility functions.
14427 (org-calendar-select-mouse): New command.
14429 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14431 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14432 (Custom-reset-standard): Fix y-or-n-p messages.
14433 (custom-link): New face for links.
14434 (custom-buffer-create-internal, custom-manual): Use it.
14435 (custom-face-save): Push to theme-face before setting face spec.
14437 * wid-edit.el (widget-default-mouse-face-get): New function.
14438 (widget-specify-button): Handle mouse-face like button-face.
14440 * custom.el (load-theme): Clear old theme settings if reloading.
14442 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14444 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14445 "Erase Customization" button back to same position it occupies in
14446 the individual State menus.
14448 2006-01-04 Kim F. Storm <storm@cua.dk>
14450 * wid-edit.el (key-sequence): Rework widget to read key binding
14451 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14452 (widget-key-sequence-default-value): Default value for empty sequence.
14453 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14454 (widget-key-sequence-read-event): New command for C-q.
14455 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14456 (widget-key-sequence-value-to-external): New functions.
14458 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14460 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14461 Use expand-file-name.
14462 (flymake-delete-temp-directory): Use expand-file-name,
14463 file-name-directory, and directory-file-name.
14464 (flymake-strrchr): Delete.
14465 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14466 to the init-f function.
14467 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14468 (flymake-init-find-buildfile-dir)
14469 (flymake-init-create-temp-source-and-master-buffer-copy)
14470 (flymake-simple-make-init-impl, flymake-simple-make-init)
14471 (flymake-master-make-init, flymake-master-make-header-init)
14472 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14473 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14474 (flymake-xml-init): Remove corresponding redundant buffer argument.
14475 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14476 the default anyway. Clean up regexps.
14478 * progmodes/flymake.el (flymake-temp-source-file-name)
14479 (flymake-master-file-name, flymake-temp-master-file-name)
14480 (flymake-base-dir): New buffer-local vars.
14481 (flymake-buffer-data, flymake-get-buffer-value)
14482 (flymake-set-buffer-value): Replace those hash-tables by the new
14483 buffer-local vars. Update callers.
14485 * progmodes/flymake.el (flymake-check-start-time)
14486 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14487 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14488 Move definition, so we can remove redundant earlier declaration.
14489 (flymake-replace-regexp-in-string, flymake-split-string)
14490 (flymake-get-temp-dir): Use defalias.
14491 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14492 (flymake-xemacs-window-edges): Remove unused function.
14493 (flymake-get-point-pixel-pos): Move.
14494 (flymake-pid-to-names, flymake-reg-names)
14495 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14496 Replace by a simple list flymake-processes and by process-buffer.
14497 Update callers. Other than simplify the code, it uses buffers rather
14498 than buffer-names so it doesn't get confused by uniquify.
14499 (flymake-buffer-data): The global value should just be nil.
14501 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14502 Optimize the body of a defalias like any other code.
14504 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14505 Make sure we've setup font-lock's vars. It may influence which
14506 function we then call.
14507 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14508 here since it's too late anyway.
14510 2006-01-03 Romain Francoise <romain@orebokech.com>
14512 * startup.el (fancy-splash-tail, normal-splash-screen):
14513 Update copyright year.
14515 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14517 * mouse.el (mouse-drag-track): Rename, from
14518 `mouse-drag-region-1'. Includes optional argument required to
14519 enable post-drag event processing (e.g. delete region keys).
14520 Can be used without this argument to track a mouse region and operate
14521 on it as soon as the drag completes.
14522 (mouse-drag-region): Use `mouse-drag-track'.
14524 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14526 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14527 Move to `custom-buffer' group.
14529 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14530 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14531 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14532 (custom-theme-face-menu): New variables.
14533 (custom-theme-add-variable, custom-theme-variable-action)
14534 (custom-variable-reset-theme, custom-theme-delete-variable)
14535 (custom-face-reset-theme, custom-theme-face-action)
14536 (custom-theme-delete-face, custom-theme-merge-theme)
14537 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14539 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14541 * custom.el: Move Custom Themes commentary to start of theme code.
14542 (custom-known-themes): Rename `standard' theme to `changed'.
14543 (custom-push-theme): Caller no longer specifies what theme to use
14544 when doing `reset'---the setting is simply removed from the theme.
14545 Delete MODE from `theme-value' and `theme-settings' properties.
14546 (custom-declare-theme): Ignore &rest args since we don't use them.
14548 (custom-loaded-themes): Delete variable.
14549 (custom-theme-load-themes, custom-theme-loaded-p)
14550 (custom-theme-value): Delete functions.
14552 (custom-declare-theme): Signal error on invalid theme names.
14553 (provide-theme): custom-loaded-themes was deleted.
14554 (load-theme): Load the file unconditionally.
14555 (enable-theme): Call `load-theme' if theme is undefined.
14556 (custom-enabled-themes): Only update value for successful loads.
14557 (disable-theme): Complete from enabled themes when interactive.
14558 (custom-variable-theme-value): Calculate theme value directly.
14560 (custom-theme-reset-variables, custom-reset-variables): Mark as
14561 XEmacs compatibility functions. We don't actually use these.
14563 * cus-edit.el (custom-variable-state-set):
14564 Use custom-variable-theme-value instead of custom-theme-value.
14565 (custom-face-state-set): Rename `standard' theme to `changed'.
14566 (custom-save-variables, custom-save-faces): Delete unneeded
14567 references to custom-reset-variables.
14568 (custom-save-resets): Delete function.
14569 (custom-save-variables, custom-save-faces): MODE argument deleted.
14570 (custom-save-variables, custom-save-faces): Ignore theme values.
14572 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14573 compatibility function.
14575 2006-01-01 Richard M. Stallman <rms@gnu.org>
14577 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14578 (Custom-reset-current, Custom-reset-saved): Likewise.
14579 (Custom-reset-standard): Show message if aborted.
14580 (custom-mode): Doc fix, describing those commands.
14582 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14583 put on event-kind property.
14585 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14587 * custom.el (provide-theme): Ban `user' theme name.
14588 (custom-enabling-themes): New variable.
14589 (enable-theme): Don't enable user if custom-enabling-themes is t.
14590 (custom-enabled-themes): Make it a defcustom.
14591 (custom-theme-recalc-face): No-op if face is undefined.
14593 * cus-edit.el (custom-button-mouse): New variable.
14594 (custom-button-mouse): New face.
14595 (custom-raised-buttons, custom-mode): Use it.
14597 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14599 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14601 * progmodes/gud.el (gud-display-line): Support hl-line in the
14604 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14606 * mouse.el (mouse-drag-window-above): Verify that the found window
14607 overlaps with the given window in the horizontal dimension.
14609 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14611 * Makefile.in (cvs-update): New target.
14613 * makefile.w32-in (cvs-update): Ditto.
14615 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14617 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14618 (custom-new-theme-mode-map): New variable.
14620 2005-12-30 Richard M. Stallman <rms@gnu.org>
14622 * custom.el (custom-load-themes): Function deleted.
14624 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14625 (custom-save-variables): Don't delete or add custom-load-themes call.
14627 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14629 * cus-start.el: Add `visible-cursor'.
14631 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14632 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14633 (flymake-process-filter): Switch to buffer before calling it instead.
14634 (flymake-post-syntax-check, flymake-highlight-err-lines)
14635 (flymake-delete-own-overlays, flymake-parse-err-lines)
14636 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14637 (flymake-count-lines, flymake-parse-residual):
14638 Remove constant buffer argument.
14639 (flymake-start-syntax-check-for-current-buffer): Remove.
14640 Update callers to use flymake-start-syntax-check instead.
14641 (flymake-display-err-menu-for-current-line):
14642 Remove unused var `mouse-pos'.
14643 (flymake-restore-formatting): Comment out unused function.
14644 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14645 argument, use current-buffer instead. Update callers.
14647 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14649 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14650 buffer-local because choose-completion-delete-max-match requires
14651 that we set completion-ignore-case (i.e., binding via let is not
14653 (bibtex-complete): Always set completion-ignore-case and
14654 choose-completion-string-functions. The latter is needed because
14655 choose-completion-string-functions keeps its value if we quit the
14656 *Completions* buffer without requesting a completion.
14658 2005-12-30 Andreas Schwab <schwab@suse.de>
14660 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14662 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14664 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14666 2005-12-30 Juri Linkov <juri@jurta.org>
14668 * locate.el (locate-fcodes-file, locate-header-face)
14669 * progmodes/delphi.el (delphi-other-face)
14670 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14672 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14673 group `paren-showing-faces'.
14675 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14676 (goto-address): Fix docstring.
14678 * net/webjump.el (webjump-sample-sites): Update URLs.
14680 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14682 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14684 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14686 * font-lock.el (font-lock-compile-keywords): Signal an error when
14687 font-lock-set-defaults hasn't been called.
14689 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14691 * subr.el (noreturn, 1value): Doc fixes.
14693 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14695 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14696 that assoc-string returns nil.
14698 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14700 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14701 (bibtex-entry-type-str, bibtex-empty-field-re)
14702 (bibtex-search-backward-string, bibtex-preamble-prefix)
14703 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14704 (bibtex-any-valid-entry-type): New variable.
14705 (bibtex-parse-field-name): Simplify.
14706 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14707 (bibtex-preamble-prefix): Include left delimiter.
14708 (bibtex-search-forward-field, bibtex-search-backward-field):
14709 Allow unbounded search past entry boundaries (required by bibtex-pop).
14710 (bibtex-text-in-field-bounds): Use push.
14711 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14712 (bibtex-parse-preamble, bibtex-valid-entry)
14713 (bibtex-beginning-first-field): New functions.
14714 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14715 (bibtex-map-entries): Fix docstring.
14716 (bibtex-flash-head): New arg prompt. Simplify.
14717 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14718 (bibtex-insert-kill): Simplify. Always insert text past the
14719 current field or entry.
14720 (bibtex-format-entry): Use bibtex-parse-field.
14721 (bibtex-pop): Use bibtex-beginning-of-entry and
14722 bibtex-end-of-entry to initiate the search. Insert empty field if
14723 we found ourselves.
14724 (bibtex-print-help-message): New args field and comma.
14726 (bibtex-make-field): Use bibtex-beginning-of-entry.
14727 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14729 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14730 Handle preambles. Simplify code for thorough test.
14731 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14732 New arg comma. Handle entry heads.
14733 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14734 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14736 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14737 (bibtex-fill-field): Simplify.
14738 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14739 bibtex-parse-field.
14740 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14741 (bibtex-complete): Use bibtex-parse-preamble.
14743 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14745 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14746 Display name of expression instead of convenience variable.
14747 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14749 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14750 toggle-gud-tooltip-dereference.
14751 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14752 (gud-tooltip-tips): ...here when dereferencing.
14754 2005-12-28 Bill Wohler <wohler@newt.com>
14756 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14758 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14760 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14761 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14762 (vc-annotate-display-autoscale): Adjust call.
14763 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14764 Fix interactive spec.
14765 (vc-annotate-time-span): Remove.
14766 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14767 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14768 (vc-annotate-display-select): Use new name.
14770 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14771 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14772 Correct the construction of span entries. Simplify.
14773 (vc-annotate-display-select): Fix the nil case.
14774 (vc-annotate): Remove obsolete (and now broken) code.
14775 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14776 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14778 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14780 * subr.el (lazy-completion-table): Correct typo in docstring.
14782 * startup.el (command-line): Use `custom-reevaluate-setting' for
14783 `send-mail-function'.
14785 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14787 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14789 * mail/smtpmail.el (smtpmail-try-auth-methods):
14790 Send credentials together with "AUTH PLAIN" command.
14792 2005-12-27 Richard M. Stallman <rms@gnu.org>
14794 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14795 mouse-2, go back to previously selected window, so it's selected
14796 when mouse-2 command runs.
14798 2005-12-27 Juri Linkov <juri@jurta.org>
14800 * descr-text.el (describe-text-sexp): Use square brackets for
14801 button [Show] to distinguish it from the property value `show'.
14802 (describe-property-list): Use `insert-text-button' with
14803 `help-face' type instead of putting face in quotes, because button
14804 is not created automatically for a list of faces.
14805 (describe-text-properties-1): Put button-type value in quotes to
14806 distinguish from plain text "button".
14807 (describe-char): Display code point values in hex. Don't use
14808 `symbol-name' for `current-input-method' because it is a string.
14809 Use `insert-text-button' with `help-face' type instead of putting
14810 hardcoded face in quotes, because button is not created automatically.
14812 2005-12-27 Richard M. Stallman <rms@gnu.org>
14814 * progmodes/glasses.el (glasses-face): More specific custom type.
14816 * files.el (set-visited-file-name): Doc fix.
14818 * textmodes/flyspell.el (flyspell-external-point-words):
14819 Use local var buffer-scan-pos to advance scan for next misspelling.
14820 Advance it only after we find the misspelling.
14822 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14824 * textmodes/flyspell.el (flyspell-external-point-words):
14825 New criteria for finding the misspelling in the buffer.
14827 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14829 * help-mode.el (help-insert-string): Set help-xref-stack-item
14830 rather than call help-setup-xref.
14832 * descr-text.el (describe-char): Revert previous changes for
14833 optional buffer argument.
14835 2005-12-27 Juri Linkov <juri@jurta.org>
14837 * help-mode.el (help-insert-string): New function. Save buffer
14838 contents in cases where it is impossible to recompute the old contents.
14840 * descr-text.el (describe-char): Set help-xref-stack-item
14841 explicitly after buffer has been generated.
14843 2005-12-27 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14845 * cus-start.el (all): Add x-gtk-show-hidden-files.
14847 2005-12-26 Richard M. Stallman <rms@gnu.org>
14849 * replace.el (perform-replace): Calculate match-again
14850 before skipping read-only matches.
14852 * paren.el (paren-showing-faces): New group.
14853 (show-paren-match, show-paren-mismatch): Move to that group.
14855 * button.el (button): Put into group `basic-faces'.
14857 * progmodes/make-mode.el: Remove faces from group `faces'.
14859 * apropos.el (apropos, apropos-value): Doc fix.
14860 (apropos-documentation): Doc fix.
14862 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14864 * subr.el (lazy-completion-table): Remove argument `args'.
14866 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14867 Don't use the `args' argument of lazy-completion-table.
14869 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14871 * descr-text.el (describe-char): Add optional argument for buffer.
14872 Set buffer appropriately. Call help-setup-xref.
14873 Suggested by Stefan Monnier.
14875 2005-12-26 Juri Linkov <juri@jurta.org>
14877 * descr-text.el: Require `help-fns' at runtime. Don't require
14878 `button' for byte compilation.
14879 (describe-text-widget): Add `help-echo' for first button.
14880 Use `help-info' for second.
14881 (describe-property-list): Use `help-argument-name' instead of `italic'.
14882 (describe-text-category): Add prompt to interactive spec.
14883 Call `help-setup-xref'.
14884 (describe-char): Use `help-character-set'. Add `help-echo' for
14885 code point. Use `help-input-method'. Remove superfluous insert.
14887 2005-12-25 Richard M. Stallman <rms@gnu.org>
14889 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14890 at point, in case of narrowing.
14892 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14894 * locate.el (locate-header-face): Allow nil in type.
14896 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14898 2005-12-25 Romain Francoise <romain@orebokech.com>
14900 * battery.el (battery-linux-proc-acpi): Also try
14901 `/proc/acpi/thermal_zone/THM0/temperature'.
14903 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14905 * custom.el (custom-push-theme): Fix docstring.
14907 * cus-edit.el (custom-variable-set, custom-variable-save)
14908 (custom-variable-save): Custom-quote widget values.
14909 (customize-save-variable): Fix custom-push-theme call.
14911 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14913 * w32-fns.el (w32-batch-update-autoloads): New function.
14915 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14916 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14917 from the command line.
14919 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14921 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14922 reset means to remove setting from theme entirely. Don't keep
14923 expanding theme-settings list; delete old entries if necessary.
14925 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14926 customization" button one line up.
14927 (custom-themed): New face.
14928 (custom-magic-alist): New value, THEMED, for theme settings.
14929 (custom-variable-state-set, custom-face-state-set):
14930 Check theme-value instead of saved-value.
14931 (custom-variable-reset-standard, custom-face-reset-standard):
14932 Remove theme setting entirely. Recalculate new values.
14933 (custom-variable-set, custom-variable-set)
14934 (custom-variable-reset-saved, custom-variable-reset-backup)
14935 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14936 (custom-variable-save): Fix typos.
14938 2005-12-23 Juri Linkov <juri@jurta.org>
14940 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14941 Add autoload cookies.
14942 (edebug-outside-d-c-i-n-s-w): New variable.
14943 (edebug-display, edebug-outside-excursion): Use it to save the
14944 original value of default-cursor-in-non-selected-windows.
14945 Set default-cursor-in-non-selected-windows to t while Edebug
14947 (edebug-mode, edebug-eval-mode): Doc fix.
14949 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14950 with `buffer-substring-no-properties' to remove common substring
14953 * info.el (info-other-window, info): Rename function argument
14954 `file' to `file-or-node'.
14955 (Info-complete-menu-item): Use local variable `complete-nodes' to
14956 keep the global value of `Info-complete-nodes' unchanged for
14957 subsequent completions.
14958 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14960 * simple.el (get-next-valid-buffer, last-buffer)
14961 (next-error-buffer-p, next-error-find-buffer)
14962 (minibuffer-history-sexp-flag): Doc fix.
14964 * savehist.el (savehist-mode-hook): Add `:group'.
14966 * log-view.el: Call autoload for vc-find-version.
14967 (log-view-current-file): Adjust subgroup numbers.
14968 (log-view-current-tag): Add `length'.
14970 2005-12-23 Richard M. Stallman <rms@gnu.org>
14972 * vc.el (vc-annotate-car-last-cons): Defn moved up.
14974 2005-12-23 Juri Linkov <juri@jurta.org>
14976 * hi-lock.el (hi-lock-archaic-interface-message-used)
14977 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14978 (hi-lock-mode): Display "Hi" in the mode line only when
14979 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14980 (hi-lock-write-interactive-patterns):
14981 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14982 (hi-lock-set-pattern, hi-lock-set-file-patterns)
14983 (hi-lock-font-lock-hook): Set 3rd arg `how' of
14984 font-lock-add-keywords to t.
14986 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
14988 * hi-lock.el (hi-lock-highlight-range): New variable.
14989 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14990 only if font-lock-fontified is non-nil. Remove overlays.
14991 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14992 font-lock-fontified is non-nil, otherwise use overlays (instead of
14994 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14996 (hi-lock-string-serialize) New function.
14998 2005-12-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15000 * menu-bar.el (menu-find-file-existing): New function.
15001 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15003 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15005 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15007 * vc.el: Remove unnecessary leading * in docstrings.
15008 (vc-annotate-mode-map): Move initialization into declaration.
15009 (vc-static-header-alist): Nitpick on the regexp.
15010 (vc-default-init-version): New fun.
15011 (vc-register): Use it.
15012 (vc-insert-headers): Use dolist.
15013 (vc-annotate-get-backend): Remove unused function.
15014 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15015 (vc-annotate-mode): Remove corresponding call.
15016 (vc-annotate-car-last-cons): Simplify.
15017 (vc-annotate-buffers): Remove var.
15018 (vc-annotate-backend): Make it buffer-local.
15019 (vc-annotate): Move the interaction to the interactive spec.
15020 Add a `buf' argument.
15021 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15022 killing&creating a vc-annotate buffer, which is very disruptive when
15023 the buffers are shown in dedicated frames.
15025 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15027 * descr-text.el: Add FSF as maintainer.
15028 (describe-text-mode, describe-text-mode-map)
15029 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15031 (describe-text-widget, describe-text-sexp)
15032 (describe-property-list, describe-text-category)
15033 (describe-text-properties, describe-text-properties-1)
15034 (describe-char): Use help buttons instead of widgets.
15035 (describe-char-unicodedata-file): Make URL link in doc string.
15037 2005-12-22 Richard M. Stallman <rms@gnu.org>
15039 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15040 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15041 Don't include buttons that write a file when there's no file.
15042 (custom-variable-menu, custom-face-menu, custom-group-menu):
15043 Don't include commands that write a file when there's no file.
15044 (customize-browse): Reword the top-of-buffer help intro.
15045 (custom-buffer-create-internal): Fix previous change.
15046 (customize-changed-options-previous-release): Prev release is 21.1.
15047 (customize-changed-options): Doc fix.
15048 (customize-changed): New alias.
15049 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15050 Say "standard values".
15051 (Custom-reset-standard): Doc fix.
15052 (custom-face-reset-standard): Doc fix.
15054 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15056 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15057 even if font-lock-mode is non-nil since it may be t without having
15058 turned on font-lock-mode-internal.
15059 (font-lock-choose-keywords): Minor optimization.
15060 (font-lock-add-keywords, font-lock-remove-keywords)
15061 (font-lock-set-defaults): Don't call make-local-variable on a variable
15062 that we know to already be local.
15064 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15066 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15067 messages if in the minibuffer.
15069 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15071 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15072 (tex-mode-flyspell-verify, flyspell-get-word)
15073 (flyspell-external-point-words): Don't use point-min/max uselessly.
15075 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15076 by Kevin Rodgers. Instead, just hide the completions buffer if we
15077 don't need to show it.
15079 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15081 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15083 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15085 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15086 delete-windows-on with an inexistent buffer.
15088 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15090 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15091 Delete defcustom variable :tag names.
15093 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15095 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15096 (log-view-font-lock-keywords): Ajust subgroup numbers.
15097 (log-view-current-tag): Don't hard code the number of subgroups.
15099 2005-12-20 Juri Linkov <juri@jurta.org>
15101 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15102 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15104 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15105 (menu-bar-non-minibuffer-window-p): Instead of checking
15106 display-multi-frame-p, use selected-frame when menu-updating-frame
15109 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15111 * align.el (align-rules-list): Use [ \t] instead of \s-
15112 for column separators in text mode.
15114 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15116 * help-mode.el (help-customize-variable, help-customize-face):
15117 Don't pop help-xref-stack as help-follow no longer pushes
15120 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15122 * textmodes/org.el (org-agenda-custom-commands): New option.
15123 (org-agenda): Offer custom commands on splash screen.
15124 (org-make-tags-matcher): Parser for Boolean logic added.
15125 (org-agenda-set-tags): New command.
15126 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15127 (org-set-tags): Efficiency improvements.
15128 (org-auto-align-tags): New option.
15129 (org-todo, org-demote, org-promote): Realign tags.
15130 (org-tags-completion-function): Use also "&" and "|" as separators.
15131 (org-org-menu): Agenda commands simplified.
15133 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15135 * cus-edit.el (customize-apropos, customize-apropos-options):
15138 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15140 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15142 * longlines.el (longlines-mode): Wrap while widened.
15143 (longlines-decode-region, longlines-encode-region): Compute max
15146 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15148 * cus-edit.el (mac): New group.
15150 * cus-start.el (all): Add user options in macterm.c. Add test for
15151 Mac-related built-ins. Fix test for GTK-related built-ins.
15153 * term/mac-win.el (mac-handle-language-change)
15154 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15155 (mac-services-open-selection, mac-services-mail-selection)
15156 (mac-services-mail-to, mac-services-insert-text)
15157 (mac-dispatch-apple-event): Add docstrings.
15158 (x-get-selection, mac-select-convert-to-string): Select coding
15159 system from `utf-16be' and `utf-16le' using `byteorder'.
15161 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15163 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15164 a "list" (lambda ...) rather than a real completion list.
15166 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15167 lexical-let when encountering ((lambda (...) ...) ...).
15169 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15171 * progmodes/sh-script.el (sh-mode):
15172 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15173 * textmodes/picture.el (picture-mode): Update docstrings.
15175 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15177 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15178 commands enclosed in $(ARGQUOTE)s should not be split between two
15179 lines, as that will break with GNU Make >3.80, when sh.exe is used
15180 and arg quoting is with '..'.
15181 (autoloads): Don't break the quoted --eval expression between
15184 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15186 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15187 Capture error from printing circular structures.
15189 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15191 * wid-edit.el (widget-checkbox-action): Clear undo info.
15193 2005-12-16 Bill Wohler <wohler@newt.com>
15195 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15196 bar, not menubar in comment.
15198 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15200 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15201 After-change-functions should not clobber the match data.
15203 2005-12-16 Juri Linkov <juri@jurta.org>
15205 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15206 instead of `buffer-substring'.
15207 (completion-common-substring): Doc fix.
15208 (completion-setup-function): Use minibuffer-completion-contents
15209 instead of minibuffer-contents. Don't set common-string-length
15210 initially. Remove special handling of partial-completion-mode.
15211 Move computation of completion-base-size into one cond.
15212 Call completion-base-size-function in mainbuf. In computation of
15213 completion-base-size for file name completion don't move point to
15214 the end of the minibuffer. Move computation of common-string-length
15215 into one cond. Start putting faces only when common-string-length>=0.
15216 Add condition to put completions-common-part when
15217 common-string-length>0.
15219 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15220 place point at the first different character in the minibuffer
15221 even if this position is at the beginning of the minibuffer.
15223 * info.el (Info-read-node-name-1): In completion-base-size-function's
15224 lambda return 1 if common-substring or minibuffer-completion-contents
15225 starts with (, and 0 otherwise.
15227 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15228 Use `crm-current-element' for second arg of `display-completion-list'.
15230 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15232 * files.el (set-auto-mode): Look for an interpreter specified on
15233 the first line also if search for mode specification succeeded,
15234 but the mode is not known.
15236 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15238 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15239 (org-open-at-point): Implement tag searches as links.
15240 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15241 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15242 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15243 (org-agenda-dispatch): New commands.
15244 (org-use-tag-inheritance, org-tags-column): New options.
15245 (org-tab-follows-link, org-return-follows-link): New options.
15246 (org-tags): New customize group.
15247 (org-start-icalendar-file): Get local time zone.
15248 (org-tags-completion-function): New function.
15249 (org-set-font-lock-defaults): Make sure links will also be
15250 highlighted inside headlines.
15252 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15254 * term.el (term-emulate-terminal):
15255 Let term-handle-ansi-terminal-messages override what Bash says about
15256 its current directory.
15258 2005-12-16 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
15260 * bindings.el (last-buffer): Move to simple.el.
15261 * simple.el (last-buffer): Move here.
15262 (get-next-valid-buffer): New function.
15263 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15264 (prev-buffer): Ditto. Rename to `previous-buffer'.
15266 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15267 * bindings.el (global-map): Ditto.
15269 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15271 * cus-edit.el: Introductory comment change.
15272 (custom-magic-alist): Change message string for the `rogue' state.
15274 2005-12-15 Richard M. Stallman <rms@gnu.org>
15276 * tooltip.el: Delete defcustom variable :tag names.
15278 * complete.el (partial-completion-mode): Doc fix.
15280 * textmodes/flyspell.el (flyspell-external-point-words):
15281 Use save-excursion to ensure we don't move backward in the
15282 search loop, not even one character.
15283 (flyspell-delete-all-overlays): Use remove-overlays directly.
15285 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15286 (ispell-start-process): Set that variable.
15287 Clear ispell-buffer-local-name.
15288 (ispell-internal-change-dictionary):
15289 Set ispell-current-dictionary after killing process.
15290 (ispell-buffer-local-dict):
15291 Don't set spell-personal-dictionary after killing process.
15292 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15293 (ispell-tex-skip-alists, ispell-html-skip-alists)
15294 (ispell-skip-region-alist): Mark as risky.
15296 * net/newsticker.el (newsticker--retrieval-timer-list)
15297 (newsticker--display-timer, newsticker-running-p)
15298 (newsticker-ticker-running-p): Definitions moved up.
15300 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15302 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15304 2005-12-15 David Ponce <david@dponce.com>
15306 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15307 (recentf-edit-list, recentf-open-files): Signal an error when
15308 there is no recent file.
15310 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15312 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15313 read-only except for texinfo-format-region evaluation.
15315 2005-12-14 Richard M. Stallman <rms@gnu.org>
15317 * vc.el (vc-default-previous-version, vc-default-next-version)
15318 (vc-do-command): Doc fixes.
15320 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15322 * textmodes/bibtex.el (bibtex-expand-strings)
15323 (bibtex-autokey-expand-string, bibtex-name-part)
15324 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15325 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15326 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15327 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15328 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15329 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15330 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15331 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15332 (bibtex-beginning-of-last-entry): Remove.
15333 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15334 message if comma is missing but buffer is read-only.
15335 (bibtex-parse-field-text): Handle whitespaces at the end of field
15336 text. Return 3-element list with beginning and end of field text
15338 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15339 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15340 (bibtex-search-forward-field, bibtex-search-backward-field):
15341 Search always delimited by limits of entry. Use more efficient
15343 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15344 bibtex-end-of-name-in-field.
15345 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15346 extracting the content of a field.
15347 (bibtex-text-in-field): Use search limits.
15348 (bibtex-parse-string-prefix): Handle empty string keys based on
15349 bibtex-string-empty-key.
15350 (bibtex-parse-string): Fix docstring.
15351 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15352 (bibtex-preamble-prefix, bibtex-strings): New functions.
15353 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15354 BibTeX entries (consistent with other BibTeX functions).
15355 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15356 (bibtex-search-entry): Fix docstring. Simplify.
15357 (bibtex-flash-head, bibtex-complete-string-cleanup)
15358 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15359 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15360 (bibtex-parse-entry): New optional arg content.
15361 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15362 Use bibtex-text-in-field-bounds.
15363 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15364 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15365 bibtex-parse-string-postfix.
15366 (bibtex-find-text-internal): New function.
15367 (bibtex-remove-delimiters): Use it.
15368 (bibtex-find-text): Use it. New optional arg help.
15369 (bibtex-complete): Handle BibTeX string and preamble entries.
15370 (bibtex-Preamble): Fix order of closing delimiters.
15372 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15374 * vc.el (vc-default-revert): New fun.
15376 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15378 2005-12-14 Romain Francoise <romain@orebokech.com>
15380 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15381 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15382 (font-lock-remove-keywords): Likewise.
15384 2005-12-14 Juri Linkov <juri@jurta.org>
15386 * log-view.el (log-view-diff): Doc fix.
15388 * isearch.el (isearch-query-replace): Use (mark) instead of
15389 isearch-opoint if mark is active in transient-mark-mode.
15391 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15393 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15395 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15397 * progmodes/cpp.el (cpp-face): New widget.
15398 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15400 2005-12-14 Juri Linkov <juri@jurta.org>
15402 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15403 around `erase-buffer' and `insert'.
15405 * descr-text.el (describe-text-properties): Replace buffer name
15406 "*Help-2*" with "*Help*<2>".
15407 (describe-char): Add functions print-help-return-message,
15408 toggle-read-only. Use help-setup-xref with nil to not store
15409 describe-char in help-xref-stack. Use help-make-xrefs to
15410 make [back] button.
15412 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15414 * wdired.el (wdired-old-point): New internal variable.
15415 (wdired-change-to-wdired-mode): Set it buffer-locally.
15416 (wdired-abort-changes): Restore point after aborting changes.
15418 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15420 * vc.el (vc-do-command): Add a new value t for okstatus.
15422 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15423 frame in case of errors.
15425 2005-12-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15427 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15428 so it comes after "On the Left" in the menu.
15430 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15432 * cus-edit.el (customize-apropos, customize-apropos-options)
15433 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15435 2005-12-12 Bill Wohler <wohler@newt.com>
15437 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15438 non-writable Subversion-controlled files by saving window
15439 configuration before calling vc-do-command. vc-do-command calls
15440 pop-to-buffer on error which is unexpected during registration.
15442 2005-12-12 Jay Belanger <belanger@truman.edu>
15444 * calc/README: Update the summary of changes.
15446 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15448 * descr-text.el (describe-char): Rework last fix to solve the problem
15449 is the same way it's solved for everything else in that function
15450 (i.e. by extracting the info before setting up the *Help* buffer).
15452 2005-12-12 Kim F. Storm <storm@cua.dk>
15454 * subr.el (version-regexp-alist): Allow space as separator before
15455 non-numeric part, e.g. "1.0 alpha".
15456 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15458 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15460 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15461 Implement Logging and the keep-modes setting.
15462 (org-get-category): Make sure a string is returned.
15463 (org-log-done): New function.
15464 (org-log-done, org-closed-string): New options.
15466 2005-12-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15468 * tooltip.el (tooltip-y-offset): Change default to 20.
15470 2005-12-12 Richard M. Stallman <rms@gnu.org>
15472 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15474 * frame.el (display-hourglass): Doc fix.
15476 * help.el (help-for-help-internal): Simplify entry for `a'.
15478 * info.el (Info-on-current-buffer): Doc fix.
15479 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15481 * startup.el (inhibit-splash-screen): Make this the real name.
15482 (inhibit-startup-message): Make this the alias.
15483 (command-line): Find only simple.el, and use its directory
15484 to fill in other preloaded files' names.
15485 (command-line): Deactivate the mark if deactivate-mark is set.
15487 * international/mule.el (load-with-code-conversion):
15488 Bind deactivate-mark.
15490 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15492 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15494 * cus-edit.el (customize-apropos): Avoid listing an option more
15495 than once under different aliases. No longer list user options
15496 that are not defined with defcustom (unless a prefix arg is given).
15498 (customize-apropos-options): Doc fix.
15500 2005-12-11 Juri Linkov <juri@jurta.org>
15502 * frame.el (set-background-color, set-foreground-color)
15503 (set-cursor-color, set-mouse-color, set-border-color):
15504 Add explicit prompts to read colors by `facemenu-read-color'.
15505 (show-trailing-whitespace, blink-cursor-delay)
15506 (blink-cursor-interval, display-hourglass, hourglass-delay):
15508 (display-hourglass, hourglass-delay): Doc fix.
15509 (cursor-in-non-selected-windows): Capitalize words in tag.
15511 * faces.el (frame-background-mode): Replace `choice-item' keywords
15512 with `const' to not make [default] button. Change default value tag
15513 from `default' to `automatic'. Doc fix.
15514 (trailing-whitespace) <defface>: Change group `whitespace' to
15515 `whitespace-faces'.
15517 2005-12-11 Richard M. Stallman <rms@gnu.org>
15519 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15521 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15523 * term/mac-win.el: Create keymap for mac-apple-event-map.
15525 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15527 * tooltip.el (tooltip-mode): Move to start of file so that it
15528 appears at top of customize buffer.
15530 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15531 Add the gud groupname.
15532 (gud-tooltip-mode): Add the tooltip groupname.
15533 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15534 avoid conflict with tooltip-use-echo-area.
15536 2005-12-10 Romain Francoise <romain@orebokech.com>
15538 * help.el (help-for-help-internal): Add `r' in doc string.
15540 2005-12-10 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
15542 * align.el (align-regexp, align-highlight-rule):
15543 Use region-beginning and region-end instead of point and mark, so that
15544 repetition (with `repeat-complex-command') recomputes the region
15547 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15549 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15550 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15551 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15552 (balance-windows): Rewrite using the above new functions.
15554 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15556 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15557 react if global-hi-lock-mode seems intended.
15558 (global-hi-lock-mode) Renamed from hi-lock-mode.
15559 (hi-lock-archaic-interface-message-used)
15560 (hi-lock-archaic-interface-deduce): New variables.
15561 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15562 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15563 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15564 Replace hi-lock-buffer-mode with hi-lock-mode.
15566 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15568 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15569 completion list, even after a partial completion has been
15570 inserted in the current buffer. If there are more than 1
15571 completion, redisplay the *Completions* buffer; if the
15572 completion is unique, delete the *Completions* window.
15574 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15576 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15577 strings and long subject lines that were broken into multiple
15578 lines at arbitrary places. Handle subjects that have "Re: " in
15581 2005-12-10 John W. Eaton <jwe@octave.org>
15583 * emacs/octave-mod.el (octave-electric-space): Don't indent
15584 comments or strings if octave-auto-indent is nil.
15586 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15588 * term/mac-win.el: Require url when compiling.
15589 Call mac-process-deferred-apple-events after loading init files.
15590 (mac-apple-event-map): New defvar. Define event handlers in it.
15591 (core-event, internet-event): New Apple event class symbols.
15592 (open-application, reopen-application, open-documents)
15593 (print-documents, open-contents, quit-application)
15594 (application-died, show-preferences, autosave-now, get-url):
15595 New Apple event ID symbols.
15596 (about): New HICommand ID symbol.
15597 (mac-event-spec, mac-event-ae): New macros.
15598 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15599 (mac-ae-selection-range, mac-ae-text-for-search)
15600 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15601 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15602 and Services menu events are now defined in mac-apple-event-map.
15603 (mac-drag-n-drop): Remove selection range handling.
15605 2005-12-10 Kenichi Handa <handa@m17n.org>
15607 * simple.el (zap-to-char):
15608 * isearch.el (isearch-process-search-char): Translate CHAR by
15609 translation-table-for-input.
15611 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15613 * foldout.el (foldout-exit-fold): Properly hide subtree.
15615 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15617 * files.el (save-buffer):
15618 * international/ucs-tables.el (ucs-set-table-for-input):
15619 * mail/mail-extr.el (mail-extract-address-components):
15620 * mail/sendmail.el (mail-mode): Reformat doc string.
15622 2005-12-09 Juri Linkov <juri@jurta.org>
15624 * isearch.el (isearch-highlight): Change main overlay priority
15625 from 1 to 1001. Simplify.
15626 (isearch-lazy-highlight-update): Change lazy overlay priority
15629 * replace.el (replace-highlight): Change overlay priority from
15632 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15633 Change overlay priority from 1 to 1001. Reuse existing overlay.
15635 * compare-w.el (compare-windows-highlight): Change overlay
15636 priority from 1 to 1000.
15638 * menu-bar.el (menu-bar-edit-menu): Add listp around
15639 pending-undo-list to disable menu item "undo" when pending
15640 undo list is empty.
15642 * locate.el (locate): Disable undo in *Locate* buffer.
15644 2005-12-09 Kim F. Storm <storm@cua.dk>
15646 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15648 2005-12-09 David Ponce <david@dponce.com>
15650 * recentf.el: Improvement of the menu code.
15651 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15652 instead of menu hook.
15653 (recentf-show-menu, recentf-hide-menu): New functions.
15654 (recentf-menu-customization-changed, recentf-mode): Use them.
15655 (recentf-menu-action, recentf-max-menu-items)
15656 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15657 (recentf-arrange-by-rule-others)
15658 (recentf-arrange-by-rules-min-items)
15659 (recentf-arrange-by-rule-subfilter) : Don't use
15660 `recentf-menu-customization-changed'.
15661 (recentf-arrange-rules): Likewise. Accept functions to compute
15663 (recentf-menu-filter): Likewise. Doc fix.
15664 (recentf-menu-value-shortcut): Doc fix.
15665 (recentf-dump-variable): Quote atom value.
15666 (recentf-make-menu-items): Update to use it as a menu filter.
15667 (recentf-match-rule): New function.
15668 (recentf-arrange-by-rule): Use it.
15669 (recentf-indirect-mode-rule): New function.
15670 (recentf-build-mode-rules): Use it.
15671 (recentf-dir-rule): New function.
15672 (recentf-arrange-by-dir): Use it.
15673 (recentf-filter-changer-current): Rename from
15674 `recentf-filter-changer-state'. All references updated.
15675 (recentf-filter-changer-alist): Update filter names.
15676 (recentf-filter-changer-select): New function.
15677 (recentf-filter-changer): Use it. Make a sub-menu from filters
15678 available in `recentf-filter-changer-alist'.
15679 (recentf-data-cache, recentf-clear-data)
15680 (recentf-update-menu): Remove. All references updated.
15681 (recentf-match-rule-p, recentf-build-dir-rules)
15682 (recentf-filter-changer-goto-next)
15683 (recentf-filter-changer-get-current)
15684 (recentf-filter-changer-get-next): Remove.
15686 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15688 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15689 buffer "Reset" button to "Reset to Current" for consistency with
15692 2005-12-08 John Paul Wallington <jpw@pobox.com>
15694 * ibuf-ext.el (define-ibuffer-filter filename):
15695 If `dired-directory' is a list then really use its car.
15697 2005-12-08 Kim F. Storm <storm@cua.dk>
15699 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15700 Fix indention of text on right side of replaced rectangle.
15702 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15704 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15705 No need to check gud-comint-buffer is bound.
15706 (gdb): Prevent multiple debugging when first session uses gdba.
15708 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15710 CC Mode update to 5.31.
15712 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15713 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15714 We might do this function properly in the future).
15716 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15717 New macros c-sentence-end and c-default-value-sentence end, to cope
15718 with Emacs 22's new function `sentence-end'.
15720 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15722 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15723 compat issue using `c-put-overlay' and `c-delete-overlay'.
15725 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15726 New compat macros to handle overlays/extents.
15728 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15730 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15731 (for GNU Emacs 20.4)
15733 * progmodes/cc-defs.el:
15734 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15736 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15737 highlighting mechanism so it will work in XEmacs too.
15739 * progmodes/cc-defs.el: Insert c-int-to-char.
15741 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15742 call to the new macro c-int-to-char. This solves XEmacs's
15743 regarding characters as different from integers.
15745 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15747 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15748 New internal helper.
15750 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15751 construct to make the indirect face lookup work in XEmacs.
15753 (c-cpp-matchers): Append the negation char face to the existing
15754 fontification, so that the cpp face doesn't disappear.
15755 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15758 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15759 to map to `font-lock-negation-char-face' in emacsen where it exists.
15761 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15763 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15765 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15766 Rename "c-subword-move-mode" as "c-subword-mode".
15768 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15769 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15771 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15773 * progmodes/cc-mode.el: Added autoload directive for
15774 `c-subword-move-mode' for use in older emacsen.
15776 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15778 * progmodes/cc-mode.el:
15779 (i) Insert a binding for C-c C-backspace into
15780 c-bind-special-erase-keys which works in TTYs.
15781 (ii) Make sure that when file styles are used, any explicitly
15782 given style variables take priority over those in the style.
15783 Do this by calling `hack-local-variables' a second time.
15785 * progmodes/cc-vars.el: Add language specific customization
15786 widgets for AWK to c-doc-comment-style, c-require-final-newline
15787 and c-default-style. Add a defcustom for awk-mode-hook.
15788 Give c-syntactic-element and c-syntactic-context doc-strings by
15789 directly setting their `variable-documentation' propery.
15790 This allows Emacs 22.1 to read these with C-h v.
15792 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15794 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15796 * progmodes/cc-fonts.el, cc-vars.el
15797 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15798 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15801 (c-doc-comment-style): Made GtkDoc default in C mode.
15803 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15804 and C-c C-<delete>.
15806 (c-bind-special-erase-keys): New function for use on
15807 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15809 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15810 <delete> key behavior in XEmacs according to `delete-forward-p'.
15811 C.f. `c-electric-delete'.
15813 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15815 * progmodes/cc-mode.el: Give c-hungry-backspace and
15816 c-hungry-delete-forward permanent key bindings.
15818 * progmodes/cc-cmds.el (c-electric-semi&comma):
15819 Bind c-syntactic-context for calls to "criteria functions", for
15820 consistency with other calls to user functions.
15822 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15823 `current-prefix-arg', since this might be the prefix arg to a
15824 command which calls c-indent-command as a function. Change the
15825 interactive spec from "p" to "P".
15827 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15828 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15829 was difficult to understand.
15831 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15833 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15834 first char of an identifier.
15836 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15839 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15841 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15842 auto-fill doesn't split a c-comment's last word from a hanging
15843 "*/" when a space is typed between them after fill-column.
15845 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15847 * progmodes/cc-styles.el (c-set-style)
15848 (c-setup-paragraph-variables): Abort the command if we're not in a
15851 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15852 with blank comment-prefix, and a blank line as the comment's
15855 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15857 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15858 Incorporate the patterns added in the Emacs development branch
15859 for the new Emacs 22 face `font-lock-negation-char-face'.
15861 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15862 of "red" since it stands out better in xterms and DOS terminals.
15864 * progmodes/cc-engine.el (c-literal-faces):
15865 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15867 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15869 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15870 forcibly enable c-electric-flag.
15872 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15873 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15874 after the comment-prefix of a C-style comment will close that comment.
15876 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15878 * progmodes/cc-fonts.el (c-basic-matchers-before)
15879 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15882 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15885 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15886 (c-cpp-message-directives, c-cpp-include-directives)
15887 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15888 (c-cpp-expr-directives): Introduce new language constants to
15889 control cpp syntax in a cleaner way.
15891 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15893 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15895 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15896 (c-multiline-string-start-char): New language constants and
15897 variables to specify how newlines in string literals work.
15899 (c-font-lock-invalid-string): Use them.
15901 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15902 unbalanced close brace is entered. Optimization by avoiding going
15903 back over arbitrarily large blocks. Removed hints that this
15904 function only would be relevant/useful in AWK.
15906 (c-electric-brace): Indent syntactically after the cleanups since
15907 lineup functions might do it differently then.
15909 * progmodes/cc-engine.el, cc-langs.el
15910 (c-opt-op-identifier-prefix): New language constant and variable.
15912 (c-just-after-func-arglist-p, c-after-special-operator-id)
15913 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15915 * progmodes/cc-align.el, cc-engine.el
15916 (c-after-special-operator-id): New helper to handle C++ operator
15919 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15920 (c-guess-basic-syntax): Handle C++ operator identifiers in
15923 * progmodes/cc-langs.el (c-assignment-operators): Add the
15924 trigraph version of ^= too.
15926 * progmodes/cc-langs.el (c-assignment-operators): Add the
15927 trigraph version of |= in C++.
15929 * progmodes/cc-fonts.el (c-font-lock-declarators):
15930 Handle `c-decl-hangon-kwds' after the identifier name.
15932 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15933 whether an arglist is "nonempty", ignore a comment after the open
15934 paren if it isn't followed by a non-comment token on the same line.
15936 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15937 Enable heuristics below the point to cope with classes inside special
15938 brace lists in Pike.
15940 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15942 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15944 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15946 * progmodes/cc-guess.el (cc-guess-install): New function to
15947 install an already guessed style in another buffer.
15949 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15950 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15951 anyway if the change always is undone.
15953 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15955 Implement togglable electricity:
15957 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15958 saying when it should be used.
15960 * progmodes/cc-engine.el: Add the new buffer-local variable,
15963 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15964 c-toggle-auto-newline.
15966 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15967 c-toggle-auto-newline. Remove the binding for
15968 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
15969 c-toggle-electric-state.
15971 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15973 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15974 c-\(forward\|backward\)-subword.
15975 (c-update-modeline): Add the new modeline flag `l' for
15976 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
15977 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15978 Make the old name an alias of the new name.
15979 (c-toggle-electric-state): New function.
15980 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15981 Adapt these functions to do electric things only when
15982 c-electric-flag is non-nil.
15983 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15984 new functions from c-electric-brace.
15985 (c-point-syntax): Add a check for "virtual semicolons" in AWK
15986 mode, so that the tentative extra newline doesn't change the
15987 syntax of the following brace.
15988 (c-electric-brace): Restructure by extracting the above functions.
15989 Tidy up the coding somewhat.
15990 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15993 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15995 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15996 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
15998 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15999 (c-submode-indicators): Change name from `c-auto-hungry-string'
16000 since it's now used to track another submode.
16002 (c-update-modeline): Convert to function and extended to check
16003 `c-subword-move-mode'.
16005 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16006 Convert to compat aliases for `c-forward-subword' and
16007 `c-backward-subword'.
16009 * progmodes/cc-subword.el: New functions and minor mode to handle
16010 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16012 (c-forward-subword, c-backward-subword, c-mark-subword)
16013 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16014 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16015 Functions corresponding to the standard word handling functions.
16017 (c-subword-move-mode): Minor mode that replaces all the standard
16018 word handling functions with their subword equivalences.
16020 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16022 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16023 entry for one-liner-defun.
16025 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16026 name in its def-edebug-spec.
16028 * progmodes/cc-cmds.el (c-electric-brace): Make the
16029 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16030 compacts space before a comment, if this will make things fit on
16033 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16035 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16037 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16038 clean-up one-liner-defun.
16040 * progmodes/cc-styles.el: Add the new "awk" style.
16042 * progmodes/cc-vars.el: Add description of one-liner-defun to
16043 c-cleanup-list's doc-string. New user options,
16044 c-max-one-liner-length. In c-default-style, set the default style
16047 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16049 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16050 macros inside labels.
16052 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16053 `c-at-statement-start-p' and `c-at-expression-start-p'.
16055 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16056 error if the mark isn't set.
16058 * progmodes/cc-engine.el (c-guess-continued-construct)
16059 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16060 accurately detect functions inside functions.
16062 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16063 like `c-at-statement-start-p' that additionally recognizes commas
16064 and expression parentheses as delimiters.
16066 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16067 to avoid heuristics that doesn't work for unclosed blocks.
16068 (c-at-statement-start-p): New function.
16070 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16071 Objective-C directives, e.g. directives spanning lines should work
16072 reasonably well now.
16074 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16076 (c-forward-objc-directive): New function to move over any ObjC
16079 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16080 (c-basic-matchers-before): Use it.
16082 (c-font-lock-objc-iip-decl): Remove.
16084 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16085 in the template arglist recognition.
16087 * progmodes/cc-styles.el (c-style-alist): Fix several
16088 inconsistencies in the Whitesmith style.
16090 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16091 New lineup function to get lines after Whitesmith style blocks
16092 correctly indented.
16094 (c-lineup-whitesmith-in-block): Back out the compensation for
16095 opening parens since it's done using `add' lists in the style
16096 definition instead. Don't use the anchor position since it varies
16097 too much between the syntactic symbols. :P
16099 * progmodes/cc-vars.el (c-valid-offset): Update.
16101 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16102 lists where the offsets are combined according to several
16103 different methods: `first', `min', `max', and `add'.
16104 Report offset evaluation errors with `c-benign-error' so that some kind
16105 of reindentation still is done.
16107 * progmodes/cc-engine.el (c-guess-basic-syntax):
16108 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16111 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16112 situations for `arglist-cont-nonempty' and `arglist-close'.
16114 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16116 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16117 cc-bytecomp-boundp' in a number of places.
16119 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16120 macro related issue.
16122 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16124 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16125 list is now [asdf], a char class [:alpha:].
16126 Include code for char classes.
16127 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16128 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16130 Remove (nearly all of) the cruft associated with AWK Mode's former
16131 concept of "virtual semicolons":
16133 Adapt c-beginning-of-statement, c-end-of-statement (together with
16134 subfunctions) to use the new notion of "virtual semicolon" in
16135 place of the old awkward special handling for AWK. There remains
16136 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16137 * progmodes/cc-cmds.el:
16138 (c-ascertain-adjacent-literal): In the backwards direction, now
16139 recognises AWK regexp delimiters as string delimiters.
16140 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16141 check more rigorously for "end of macro".
16142 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16143 virtual semicolons;
16144 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16145 out the code for forward movement into ...
16146 (c-end-of-statement): Now contains the code for forward movement,
16147 adapted for virtual semicolons.
16149 * progmodes/cc-engine.el:
16150 (c-ws*-string-limit-regexp): New regexp.
16151 (c-forward-single-comment, c-backward-single-comment): Comment out
16152 the (now redundant) "special" AWK stuff.
16154 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16155 c-string-par-start, c-string-par-separate to be more like Text
16156 Mode than Fundamental Mode.
16158 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16160 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16161 to the fontified region so that fontification doesn't occur
16162 outside it (could happen e.g. when fontifying a line with an
16163 unfinished declaration).
16165 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16167 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16168 start of the file. ^L now separate sections of the file.
16169 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16170 (c-awk-one-line-possibly-open-string-re)
16171 (c-awk-regexp-one-line-possibly-open-char-class-re)
16172 (c-awk-one-line-possibly-open-regexp-re)
16173 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16174 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16176 Amend the concept of "virtual semicolons" (in the indentation
16177 engine) for languages like AWK, such that they are now
16178 conceptually attached to end of the last token of a statement, not
16179 the end of the line. (In AWK Mode, however, the pertinent text
16180 property is still physically set on the EOL.) Remove the specific
16181 tests for awk-mode, thus facilitating the introduction of other
16182 language modes where EOLs can end statements.
16183 (Note: The funtionality in cc-cmds.el, specifically
16184 c-beginning/end-of-statement has yet to be amended.)
16186 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16189 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16190 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16191 c-vsemi-status-unknown-p-fn (in a new page).
16193 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16194 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16195 numerous awkward forms like
16196 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16197 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16198 variable before-ws-ip, the place just after char-before-ip appears.
16200 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16203 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16205 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16206 `c-tentative-buffer-changes'.
16208 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16209 convert to macro to choose between Emacs and XEmacs at compile time.
16211 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16213 (c-tentative-buffer-changes): New macro to handle temporary buffer
16214 changes in a convenient way.
16216 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16217 for `c-tentative-buffer-changes'.
16219 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16220 the checks for paren sexps between the point and the keyword, to
16221 avoid some false alarms.
16223 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16224 Fixed a situation where an error could be thrown for unbalanced
16225 parens. Changed to make use of c-keyword-member' to avoid some
16226 repeated regexp matches.
16228 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16229 These language variable are no longer necessary.
16231 (c-block-stmt-kwds): New language constant used by
16232 c-looking-at-inexpr-block'.
16234 (c-guess-basic-syntax): Remove an optional check that looked at
16235 the existence of the now removed language variables.
16237 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16238 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16239 object instantiation expressions as declarations in some contexts.
16240 This bug only affected languages where the declarator can't be
16241 enclosed in parentheses.
16243 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16244 insert newlines before and after substatement braces.
16246 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16247 function declaration headers and the handling of C++ style member
16250 (c-just-after-func-arglist-p): Rewritten to use
16251 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16253 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16255 (c-guess-basic-syntax): Adapt case 5B for the new
16256 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16257 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16258 covers all cases now).
16260 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16262 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16264 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16265 c-string-par-start/separate c-sentence-end-with-esc-eol,
16266 initialised in c-setup-paragraph-variables, used in string
16267 scanning subroutines of c-beginning-of-statement.
16269 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16270 which precedes the newly inserted `{'.
16272 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16274 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16275 function for declaration level blocks. It should now cope with
16276 templates better and also be a lot more comprehensible.
16278 (c-looking-at-decl-block): The new function.
16280 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16283 (c-add-class-syntax, c-guess-continued-construct)
16284 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16286 (c-decl-block-key): Change to tell apart ambiguous and
16287 unambiguous keywords. Pike specials are now handled directly in
16290 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16291 New language constants and variables to make the backward skip in
16292 `c-looking-at-decl-block' as tight as possible.
16294 (c-nonsymbol-token-char-list): New language constant.
16296 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16297 find balanced template arglists backwards.
16299 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16300 making char classes for `c-syntactic-skip-backward'.
16302 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16303 16D - can't be a class-close at that point.
16305 * progmodes/cc-engine.el (c-guess-basic-syntax)
16306 (c-add-class-syntax): Don't narrow out the enclosing declaration
16307 level. This makes everything a lot easier, and it was actually
16308 only four small places that needed it to work. Some places that
16309 previously did `widen' are removed now, which has the effect that
16310 `c-guess-basic-syntax' never will look at things outside the
16311 current narrowment now. The anchor position for `topmost-intro'
16312 is affected by this, but it was so bogus it was basically useless
16313 before, and now it's equally bogus but in a slightly different way.
16315 (c-narrow-out-enclosing-class): Gone.
16317 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16318 the narrowed region.
16320 (c-least-enclosing-brace): Remove silly optional argument.
16322 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16323 the point could be left directly after an open paren when finding
16324 the beginning of the first decl in the block.
16326 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16327 Specify which submatch to use.
16329 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16331 (c-decl-start-re): No longer any need for special treatment of
16332 ObjC due to the above.
16334 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16335 presumably follows C in that regard.
16337 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16338 New language constants to specify operator tokens inside
16339 identifiers in a more high level way.
16341 (c-opt-identifier-prefix-key): New internal language constant.
16343 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16344 (c-identifier-start, c-identifier-key): Now completely calculated
16345 from other constants.
16347 (c-identifier-last-sym-match): Decommission since it's no longer used.
16349 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16351 * progmodes/cc-engine.el (c-forward-name): Remove the
16352 optimization when c-identifier-key is equal to c-symbol-key since
16353 it doesn't work in byte compiled files. Don't record empty
16354 regions as identifiers.
16356 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16357 simplify access to `c-operators' and its likes.
16359 (c-operator-list, c-all-op-syntax-tokens)
16360 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16361 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16362 (c-primary-expr-regexp, c-cast-parens): Use it.
16364 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16365 an explicit language in functions.
16367 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16368 variant of adornment.
16370 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16373 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16376 * progmodes/cc-engine.el (c-on-identifier)
16377 (c-simple-skip-symbol-backward): Small fix for handling "-"
16378 correctly in `skip-chars-backward'. Affected the operator lfun
16381 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16382 diagnostic message about precompiled language vars not being used.
16384 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16385 "__attribute__" is followed by a parenthesis.
16387 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16388 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16389 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16391 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16392 Internal cleanups to properly detect the declared identifiers in
16393 various declarations.
16395 (c-decl-start-kwds): New language constant to recognize
16396 declarations that can start anywhere. Used for class declarations
16399 (c-specifier-key, c-not-decl-init-keywords)
16400 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16401 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16403 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16404 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16405 handling of the compiler specific extension keywords into a new
16406 language constant `c-decl-hangon-kwds' that defines keyword
16407 clauses to be ignored in declarations.
16409 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16410 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16411 Necessary to stop at the declared identifier in e.g. IDL valuetype
16414 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16415 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16416 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16417 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16418 class and enum declarations as such and not as part of the type.
16420 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16421 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16423 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16424 declarations when there's some syntax error later on.
16426 (c-complex-decl-matchers): Did away with a reference to
16429 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16430 value - this variable is always dynamically bound.
16432 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16433 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16434 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16435 functions that might do hidden buffer changes: All such internal
16436 functions are now marked instead of those that don't.
16438 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16439 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16440 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16441 (c-literal-type): Allow these functions to make hidden buffer changes,
16442 so that they are free to use text property caching later on.
16444 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16445 (c-electric-brace, c-electric-slash, c-electric-star)
16446 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16447 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16448 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16449 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16450 with the changed semantics of the functions above.
16452 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16453 when macros occur in obscure places. Optimized the sexp movement
16456 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16458 Enhancements for c-beginning-of-statement to work in AWK Mode:
16460 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16461 (completed statement) with `}' (statement completed by closing
16462 brace or semicolon) and `$' (statement completed by EOL).
16464 (c-awk-virtual-semicolon-ends-prev-line-p)
16465 (c-awk-virtual-semicolon-ends-line-p)
16466 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16467 (c-awk-at-statement-end-p): New functions.
16469 * progmodes/cc-cmds.el: Simplify the structure of functions
16470 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16471 two functions and c-beginning-of-statement to handle AWK Mode.
16473 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16474 c-backward-single-comment for AWK mode. Attempt to clarify their
16477 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16479 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16481 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16482 label handling. Labels are now recognized in a uniform and more
16483 robust way, regardless of context. Text properties are put on all
16484 labels to recognize the following declarations better.
16485 Multiword labels are handled both in indentation and fontification for
16486 the benefit of language extensions like Qt. For consistency, keywords
16487 in labels are now fontified with the label face instead.
16488 That also applies to "case" and "default".
16490 (c-beginning-of-statement-1): Fix some bugs in the label
16491 handling. Disregard `c-nonlabel-token-key' in labels that begin
16492 with `c-label-kwds'.
16494 (c-find-decl-spots): Support that the callback adds more
16495 `c-decl-end' spots to find.
16497 (c-forward-decl-or-cast-1): Don't treat a list of plain
16498 identifiers followed by a colon as a declaration.
16500 (c-forward-label): New function to recognize labels.
16502 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16503 `c-forward-label'. Moved the label recognition cases (14 and 15)
16504 earlier since they aren't so context sensitive now. Handle labels
16505 on the top level gracefully. Moved access label recognition to
16506 the generic label case (CASE 15) - removed CASE 5E.
16508 (c-font-lock-declarations): Add recognition of labels in the
16509 same round since we need to handle labels in parallell with other
16510 declarations to recognize both accurately. It should also improve
16513 (c-simple-decl-matchers, c-basic-matchers-after):
16514 Move `c-font-lock-labels' so that it only is used on decoration level 2
16515 since `c-font-lock-declarations' handles it otherwise.
16517 (c-complex-decl-matchers): Remove the simplistic recognition of
16520 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16521 with labels earlier.
16523 (c-decl-start-re): New language variable to make
16524 `c-font-lock-declarations' stop for the special protection labels
16525 in Objective-C that start with `@'.
16527 (c-label-key): Remove since it's no longer used.
16529 (c-recognize-colon-labels, c-label-prefix-re): New language
16530 constants to support recognition of generic colon-terminated labels.
16532 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16533 are colon terminated labels.
16535 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16536 first argument starts with a special brace list.
16538 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16539 (c-font-lock-declarations): Break out the declaration and cast
16540 recognition from `c-font-lock-declarations' to a new function, so
16541 that it can be used in the indentation engine.
16543 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16544 up to the start of the literal. Fixed bug with the point on the
16545 wrong side of the search limit that could happen when the start
16546 position is inside a literal.
16548 * progmodes/cc-engine.el (c-parse-state)
16549 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16550 so that it's kept a little bit back to increase the hit rate.
16552 (c-parse-state): Change the macro handling and fixed some
16553 glitches. Macro context is checked more often than necessary now,
16554 but otoh less garbage conses are generated.
16556 * progmodes/cc-engine.el (c-parse-state)
16557 (c-invalidate-state-cache): Cache the last position where
16558 `c-state-cache' applies. This can speed up refontification quite
16559 a bit in blocks where there are many non-brace parens before the point.
16561 (c-state-cache-end): New variable for this.
16563 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16566 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16567 get close initial continue positions when the start position is
16568 inside a literal or macro. Do not call the callback for spots
16569 before the start position (which can happen e.g. for `c-decl-end'
16570 spots inside comments). Optimize better in special cases when the
16571 region is a single line inside a literal or macro (typically when
16572 the current line is refontified).
16574 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16575 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16576 entries from the paren state.
16578 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16579 special case for "else if" clauses.
16581 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16582 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16584 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16585 New language variable to recognize the gcc extension with statement
16586 blocks inside expressions.
16588 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16589 it somewhat more comprehensible. The argument AT-BLOCK-START is
16590 no longer used and hence removed.
16592 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16593 to `c-add-stmt-syntax'.
16595 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16596 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16597 This fixes bogus label recognition.
16599 * progmodes/cc-engine.el (c-add-type, c-check-type)
16600 (c-forward-name, c-forward-type): Improve storage of template
16601 types in `c-found-types' so that they can be recognized better.
16603 (c-syntactic-content): Add option to skip past nested parens.
16605 * progmodes/cc-engine.el (c-forward-name):
16606 Set `c-last-identifier-range' all the time. It's less work that way.
16607 Handle that there might not be an identifier to store in
16608 `c-last-identifier-range'.
16610 (c-forward-type): Handle that `c-last-identifier-range' might be
16611 nil from `c-forward-name'.
16613 * progmodes/cc-defs.el (c-safe-scan-lists)
16614 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16616 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16617 to work even if the form fails.
16619 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16620 down in a large file in one go.
16622 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16624 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16625 function which is like `c-lineup-math' but returns nil instead of
16626 `c-basic-offset' when it doesn't match.
16628 (c-lineup-math): Change to use `c-lineup-assignments'.
16630 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16632 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16633 c-beginning-of-statement. New subfunctions
16634 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16636 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16638 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16639 hardcoded char classes whereever possible. Changed a couple of
16640 places to use skip by syntax instead of skip by char class.
16642 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16643 Fix a bug in the regexp that caused extreme backtracking.
16645 * progmodes/cc-langs.el (c-block-comment-starter)
16646 (c-block-comment-ender): New language constants to specify in a
16647 single place how block comments look.
16649 (c-comment-start-regexp, c-block-comment-start-regexp)
16650 (comment-start, comment-end, comment-start-skip)
16651 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16652 (c-syntactic-ws, c-nonempty-syntactic-ws)
16653 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16654 `c-line-comment-starter', `c-block-comment-starter' and
16655 `c-block-comment-ender'.
16657 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16658 New language constants to break up things a bit.
16660 (c-simple-ws): New language constant for simple whitespace.
16662 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16664 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16665 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16666 newlines. Allow and ignore nil elements in the list.
16668 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16670 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16671 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16673 * progmodes/cc-cmds.el: Tidy up the comments in
16674 c-beginning-of-statement and subfunctions.
16676 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16677 more flexible c-put-char-property and c-clear-char-properties.
16678 Add the author's email address.
16680 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16682 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16683 closing "*/" of a block comment.
16685 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16686 subfunctions) so that it works at BOB and EOB.
16688 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16689 c-beginning-of-statement, including new variable
16690 c-block-comment-start-regexp.
16692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16694 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16695 symbols from `*-font-lock-extra-types' so that there's no need to
16696 use `regexp-opt' on those lists.
16698 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16699 `c-type-modifier-kwds' is empty.
16701 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16702 there are several strings on the same line.
16704 * progmodes/cc-engine.el (c-literal-limits): Remove the
16705 compatibility function for older emacsen. `c-literal-limits-fast'
16706 has now taken the place of this function.
16708 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16709 with older emacsen: We now require `pps-extended-state'.
16711 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16713 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16714 which obviates the need to hack sentence-end. This now handles
16715 escaped newlines in strings correctly. Correct minor bugs in
16716 c-move-over-sentence and in c-beginning-of-statement.
16718 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16719 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16720 that movement over macros and code are rigorously separated from
16721 eachother. Correct a few incidental bugs.
16723 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16724 Improve its doc-string. Improve the handling of certain specific cases.
16726 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16728 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16729 (c-guess-basic-syntax): Change the way class-level labels are
16730 recognized; they can now contain essentially any symbols.
16732 (c-opt-extra-label-key): New language variable to cope with the
16733 special protection label syntax in Objective-C.
16735 (c-opt-access-key): Remove; this is now handled better by
16736 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16738 (c-complex-decl-matchers): Update to handle that
16739 `c-opt-access-key' no longer exists.
16741 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16742 improved label recognition in `c-beginning-of-statement-1'.
16744 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16745 Recognize bitfields better.
16747 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16748 Remove some cruft and fixed a bug that could cause it to go to a
16749 position further down.
16751 * progmodes/cc-langs.el, cc-engine.el
16752 (c-beginning-of-statement-1): Improve detection of labels in
16753 declaration contexts.
16755 (c-beginning-of-decl-1): Use it.
16757 (c-nonlabel-token-key): New language constant and variable needed
16758 by `c-beginning-of-statement-1'.
16760 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16761 manifested itself due to the correction in `c-forward-sexp'.
16763 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16764 Make these behave as documented when used at the buffer limits.
16766 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16767 (c-type-decl-end-used): Made this a language variable.
16769 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16770 correctly when `combine-after-change-calls' is used together with
16771 temporary narrowings.
16773 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16774 Report labels correctly when the start point is immediately after the
16777 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16778 Remove since it isn't used anymore.
16780 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16781 bracket arglists such as template parens in C++.
16783 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16784 in the last check-in. Some optimization.
16786 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16787 where it could stop at the same level in a preceding sexp when
16788 PAREN-LEVEL is set.
16790 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16791 text property lookup only when it's needed.
16793 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16794 Change the policy for paren marked angle brackets to be more
16795 persistent; once marked they remain marked even when they're found
16796 to be unbalanced in the searched region. This should keep the
16797 paren syntax around even when individual lines are refontified in
16798 multiline template arglists.
16800 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16801 to control markup so that incorrect angle bracket arglists aren't
16802 marked in contexts where the correct value for
16803 `c-disallow-comma-in-<>-arglists' isn't known.
16805 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16806 argument has become `c-parse-and-markup-<>-arglists'.
16808 (c-remove-<>-arglist-properties): Remove - no longer used.
16810 (c-after-change-check-<>-operators): New function used on
16811 `after-change-functions' to avoid that "<" and ">" characters that
16812 are part of longer operators have paren syntax.
16814 (c-<>-multichar-token-regexp): New language variable used by
16815 `c-after-change-check-<>-operators'.
16817 (c-after-change): Call `c-after-change-check-<>-operators'.
16819 (c-font-lock-<>-arglists): Use the context properties set by
16820 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16821 correctly to avoid doing invalid markup.
16823 (c-font-lock-declarations): Remove code that undoes the invalid
16824 markup done by `c-font-lock-<>-arglists'.
16826 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16827 after `c-font-lock-declarations'.
16829 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16830 Add paren-level feature.
16832 (c-guess-basic-syntax): Improve the anchor position for
16833 `template-args-cont' in nested template arglists. There's still
16834 much to be desired in this area, though.
16836 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16838 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16839 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16841 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16843 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16844 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16846 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16847 it doesn't work no longer are supported.
16849 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16850 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16851 requires support for the syntax-table' text property, which rules
16852 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16853 cruft associated with those versions.
16855 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16856 for the `syntax-table' text property, which rules out Emacs 19 and
16857 XEmacs < 21.4. Removed various compatibility cruft associated
16858 with those versions.
16860 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16861 support for the `syntax-table' text property.
16863 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16864 variable and use an extra quoted face name instead. All the
16865 emacsen flavors handle that correctly.
16867 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16868 (c-font-lock-declarators, c-font-lock-declarations)
16869 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16870 property to mark the items in in declarator lists to handle
16871 refontification inside multiline declarations better.
16873 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16874 construct like "a * b = c;" as a declaration.
16876 2005-12-08 Kim F. Storm <storm@cua.dk>
16878 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16879 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16880 select either meta, hyper, or super modifier for rectangle commands.
16881 (cua--rectangle-modifier-key): New defvar.
16882 (cua--M/H-key): Use it. Remove special case for `space'.
16883 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16884 on X, to meta otherwise. Always bind C-return to toggle
16885 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16887 * emulation/cua-rect.el (cua-help-for-rectangle):
16888 Use cua--rectangle-modifier-key. Handle super modifier too.
16889 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16890 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16892 * ido.el: Move Acknowledgements and History after Commentary.
16893 Minor changes to Commentary.
16895 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16896 keymap if cua--prefix-override-timer is `shift'.
16897 (cua--shift-control-prefix): New function; emulate "type prefix
16898 key twice" functionality to handle shifted prefix key override.
16899 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16901 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16903 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16905 * textmodes/org.el (org-insert-heading): Try to do items before
16907 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16908 (org-insert-item): New function.
16909 (org-renumber-ordered-list): Don't skip to higher level lists.
16911 2005-12-08 Juri Linkov <juri@jurta.org>
16913 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16915 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16917 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16919 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16920 the constructed function name fun-1.
16922 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16923 because such links don't lead to parent documentation.
16925 2005-12-08 Kenichi Handa <handa@m17n.org>
16927 * descr-text.el (describe-char): Use *Help-2* buffer if the
16928 current buffer is *Help*. Call describe-text-properties while
16929 setting the original buffer.
16931 2005-12-07 Bill Wohler <wohler@newt.com>
16933 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16934 and causes problems with non-MH users (such as Gnus users).
16936 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16938 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16939 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16940 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16941 command "info sources". Move calls to GDB command "list".
16942 (gdb-find-file-hook): Just use gdb-source-file-list.
16943 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16944 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16945 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16946 (gdb-data-list-register-values-handler): Use correct trigger name.
16948 2005-12-07 Kim F. Storm <storm@cua.dk>
16950 * ido.el (ido-completion-map): Rename from ido-mode-map.
16951 (ido-common-completion-map, ido-file-completion-map)
16952 (ido-file-dir-completion-map, ido-buffer-completion-map):
16953 Rename from ido-mode-....-map.
16954 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16955 (ido-setup-completion-map): Rename from ido-define-mode-map.
16956 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16957 to ido-completion-map.
16959 2005-12-07 Kenichi Handa <handa@m17n.org>
16961 * international/mule-cmds.el
16962 (set-display-table-and-terminal-coding-system): If the coding
16963 system specified in `unibyte-display' property is different from
16964 the arg coding-system, don't setup standard-display-table.
16966 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16968 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16969 that comments end at \n, regardless of selective-display.
16971 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
16973 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16974 (gdb-version): New variables.
16975 (gdb-source-file-list, gdb-register-names)
16976 (gdb-changed-registers): New variables for use with GDB 6.4+.
16977 (gdb-ann3): Replace with...
16978 (gdb-init-1, gdb-init-2): ...two new functions.
16979 (gdba, gdb-prompt): Call gdb-init-1.
16980 (gdb-get-version): New function. Call gdb-init-2 from here.
16981 (gud-watch): Make it work with mouse events too.
16982 (gdb-post-prompt): Don't add to queue until GDB version is known.
16983 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16984 (gdb-locals-mode): Use gdb-version.
16985 (gdb-memory-format-map, gdb-memory-unit-map)
16986 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16987 (gdb-locals-font-lock-keywords-1)
16988 (gdb-locals-font-lock-keywords-2): New variables.
16989 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16990 (gdb-set-gud-minor-mode-existing-buffers-1)
16991 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16992 (gdb-var-update-1, gdb-var-update-handler-1)
16993 (gdb-data-list-register-values-handler)
16994 (gdb-data-list-register-values-custom)
16995 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16996 (gdb-stack-list-locals-handler, gdb-get-register-names):
16997 New functions for use with GDB 6.4+.
16998 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16999 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17000 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17001 (gdb-stack-list-locals-regexp)
17002 (gdb-data-list-register-names-regexp): New regexps for use with
17005 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17007 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17009 2005-12-06 Nozomu Ando <nand@mac.com>
17011 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17012 prompts work for AUTH PLAIN. Also reported by Steve Allan
17013 <seallan@verizon.net>.
17015 2005-12-06 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
17017 * frame.el (set-frame-parameter): Add doc string.
17019 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17021 * textmodes/org.el (org-occur-highlights): New variable.
17022 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17023 (org-highlight-sparse-tree-matches): New option.
17024 (org-do-occur): New function.
17025 (org-get-heading): Make it work also at beginning of line.
17026 (org-category-table): New variable.
17027 (org-get-category-table, org-get-category)
17028 (org-camel-to-words, org-link-search): New functions.
17029 (org-select-this-todo-keyword): New variable.
17030 (org-todo-list): New command.
17031 (org-shiftright, org-shiftleft): New commands.
17032 (org-agenda-todo): Add prefix argument.
17033 (org-show-hierarchy-above): New option.
17034 (org-show-todo-tree): Numerical prefix creates tree for specific
17036 (org-outline-level): New function, to assign a level to plain
17038 (org-cycle-include-plain-lists): New option.
17039 (org-mode): Use `org-outline-level' as value of `outline-level'.
17040 (org-cycle): Temporarily switch `outline-regexp' if
17041 `org-cycle-include-plain-lists' is non-nil.
17042 (org-start-icalendar-file): Fix format bug.
17043 (org-agenda-get-day-entries): Create category table.
17044 (org-agenda-get-todos, org-agenda-get-timestamps)
17045 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17046 (org-agenda-get-blocks): Use `org-get-category'.
17047 (org-context-in-file-links): Rename from
17048 `org-line-numbers-in-file-links'.
17050 2005-12-06 Romain Francoise <romain@orebokech.com>
17052 * window.el (balance-windows): Delete extraneous third arg in call
17053 to `enlarge-window'.
17055 2005-12-06 Kenichi Handa <handa@m17n.org>
17057 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17059 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17061 * progmodes/gdb-ui.el (gdb-var-create-handler)
17062 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17063 (gdb-var-list-children-handler, gdb-var-update-handler):
17064 Current buffer is already gdb-partial-output-buffer, don't
17065 make it current again.
17067 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17069 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17070 (list-buffers-noselect): Use it.
17072 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17074 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17075 (mail-yank-ignored-headers): Use regexp-opt.
17076 (mail-mode-map): Move initialization into declaration.
17077 (mail-sent-via): Remove unused shadowed var `to-line'.
17078 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17079 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17080 (mail-do-fcc): Use dolist and push.
17081 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17082 (mail-yank-ignored-headers): Don't autoload.
17084 2005-12-05 Kenichi Handa <handa@m17n.org>
17086 * international/mule-cmds.el (set-language-info-internal): New fun.
17087 (set-language-info): Call set-language-info-internal to update
17088 language-info-alist. If LANG-ENV is the current one, call
17089 set-language-environment to make INFO effective now.
17090 (set-language-info-alist): Likewise.
17091 (locale-language-names): With locale "en", use English
17092 lang. env. but set the default codings to iso-8859-1.
17094 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17096 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17097 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17098 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17100 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17101 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17102 Create registers buffer if necessary. Echo new state in minibuffer.
17103 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17105 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17107 * info.el (Info-fontify-node): Match external links using
17108 non-directory part of filename.
17110 2005-12-04 Juri Linkov <juri@jurta.org>
17112 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17113 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17114 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17115 because there is no customization option for it.
17117 * font-lock.el (lisp-font-lock-keywords-1):
17118 Add define-global-minor-mode.
17120 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17122 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17123 properties on the constructed variable names.
17125 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17126 Put `definition-name' properties on the constructed function names
17127 next-sym and prev-sym.
17129 * emacs-lisp/find-func.el (find-function-regexp):
17130 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17131 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17132 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17133 and easy-menu-define.
17135 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17136 easy-mmode-define-global-mode and define-global-minor-mode.
17137 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17139 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17140 instead of easy-mmode-define-global-mode.
17142 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17143 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17145 * cus-edit.el (customize-group, customize-group-other-window):
17146 Filter out autoloaded options from the group completion list by
17147 using heuristics that autoloaded groups don't have `custom-autoload'
17148 property on their symbols (they have only `custom-loads').
17150 * simple.el (completion-setup-function): Put completions-common-part
17151 face on complete completion string too (i.e. completion string
17152 without completions-first-difference face).
17154 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17156 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17158 * view.el (view-mode): Doc fix.
17160 * disp-table.el (standard-display-european): Add to the warning
17161 message a reference to the doc string.
17163 * play/yow.el (apropos-zippy): Call print-help-return-message,
17164 similar to other Help and Apropos commands.
17166 * help.el (print-help-return-message): If pop-up-frames is
17167 non-nil, set up help-return-method to delete the help window and,
17168 possibly, its frame as well, and don't display message about
17169 scrolling the help window. Doc fix.
17170 (help-return-method): Doc fix.
17172 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17174 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17175 whereby names of length one or names starting with a
17176 symbol-constituent character would not be returned.
17178 2005-12-03 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
17180 * subr.el (atomic-change-group): Add edebug and indentation spec.
17182 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17184 * completion.el (save-completions-file-name): Fix typo in last change.
17186 2005-12-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17188 * info.el: Move back/forward history to the beginning of the tool bar.
17190 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17192 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17193 Add fset of allout-real-isearch-abort during compile to fix
17194 byte-compilation warnings.
17195 (allout-mode-p): Move definition of this macro above all uses, or
17196 byte compilation in barren Emacs (eg, during Emacs build) will
17197 lack the definition.
17198 (allout-mode): Move this variable above any uses, or byte
17199 compilation will fail.
17200 (allout-resolve-xref): Remove use of personal file-reference function.
17201 (allout-toggle-current-subtree-encryption): Do the current (ie,
17202 visible containing) topic, rather than nearest around point. Doc fix.
17203 (allout-toggle-subtree-encryption): New function, workhorse that
17204 works on nearest topic containing point.
17205 (allout-encrypt-string): Signal requirement for newer version of pgg.
17206 (allout-resumptions): Doc fix.
17208 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17210 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17212 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17214 * textmodes/flyspell.el (flyspell-external-point-words):
17215 Consider a misspelling as found in the string search if: (a) misspelling
17216 and found string lengths match, or (b) misspelling is found as
17217 element in a boundary-chars separated longer string, or (c)
17218 ispell-program-name is really ispell and misspelling is found as
17219 part of a TeX string. After successful match move beginning of
17220 search region to end of match. Warn about not found misspellings
17221 once the process is done.
17222 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17224 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17226 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17227 tool bar (removed inadvertently).
17229 2005-12-02 Juri Linkov <juri@jurta.org>
17231 * log-view.el (log-view-diff): Clarify doc string.
17233 2005-12-01 Bill Wohler <wohler@newt.com>
17235 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17236 triggers lm-verify errors.
17238 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17240 * simple.el (transient-mark-mode, line-number-mode)
17241 (column-number-mode, size-indication-mode): Remove `:require nil'.
17243 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17245 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17246 in the margin also.
17247 (gdb-breakpoints-mode-map): Use D instead of d for
17248 gdb-delete-breakpoint.
17249 (gdb-get-frame-number): Require a number to match on.
17250 (gdb-threads-mode-map): Add follow-link binding.
17252 2005-11-30 Jason Rumney <jasonr@gnu.org>
17254 * isearch.el (isearch-mode-map): Avoid exiting search on
17255 language-change event.
17257 2005-11-30 Romain Francoise <romain@orebokech.com>
17259 * speedbar.el (speedbar-default-position): New defcustom.
17260 (speedbar-frame-reposition-smartly): Use it.
17262 * dframe.el (dframe-reposition-frame-emacs): Fix position
17263 computation for `left' location.
17264 Update copyright year.
17266 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17268 * help.el (help-map): Move initialization into declaration.
17270 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17272 * help-fns.el (help-argument-name): Don't autoload.
17273 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17274 to be re-loaded when customizing the `help' group.
17276 2005-11-30 John Paul Wallington <jpw@gnu.org>
17278 * help-fns.el (describe-function-1): Fill arglist output.
17280 2005-11-30 Kim F. Storm <storm@cua.dk>
17282 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17283 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17284 after revert-buffer (or anything else which kills all local variables).
17286 * apropos.el (apropos-parse-pattern): Doc fix.
17287 Set apropos-regexp directly, rather than expecting callers to do so.
17288 (apropos-command, apropos, apropos-value, apropos-documentation):
17289 Simplify calls to apropos-parse-pattern.
17291 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17293 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17294 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17295 (hi-lock-write-interactive-patterns): Use comment-region.
17297 * longlines.el (longlines-mode): Add mail-setup-hook.
17299 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17301 * simple.el (sendmail-user-agent-compose, next-line):
17302 Conditionally use hard-newline.
17304 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17306 * international/latexenc.el (latex-inputenc-coding-alist):
17309 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17311 * help.el (describe-key-briefly, describe-key): Recognize default
17314 2005-11-29 Romain Francoise <romain@orebokech.com>
17316 * view.el (view-inhibit-help-message): New defcustom.
17317 (view-mode-enter): Use it.
17319 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17321 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17322 Preserve user position.
17324 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17326 * font-lock.el: Throw error if facemenu is not loaded to prevent
17327 accidental change of loading order in loadup.el. (Suggested by RMS.)
17329 * loadup.el: Add comment explaining why facemenu must be loaded
17332 2005-11-28 Jay Belanger <belanger@truman.edu>
17334 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17335 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17337 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17339 * calc/calc-embed.el (calc-do-embedded): Update help message.
17341 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17343 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17345 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17347 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17348 called-interactively-p.
17349 (elp-profilable-p): Rename from elp-not-profilable-p.
17350 Invert result and take into account macros and autoloaded functions.
17351 (elp-instrument-function): Update call.
17352 (elp-instrument-package): Update call. Add completion.
17353 (elp-pack-number): Use match-string.
17354 (elp-results-jump-to-definition-by-mouse): Merge into
17355 elp-results-jump-to-definition and then remove.
17356 (elp-output-insert-symname): Make help echo text single-line.
17358 * replace.el (query-replace-map): Move initialization into declaration.
17359 (occur-engine): Use with-current-buffer.
17360 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17361 (occur-mode-mouse-goto): Replace with an alias.
17363 2005-11-28 Juri Linkov <juri@jurta.org>
17365 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17367 * term/w32-win.el: Bind [S-tab] to [backtab].
17369 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17370 `Info-find-file' to t.
17372 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17373 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17374 and same-window-regexps.
17375 (occur-next-error): Don't move point for arg 0.
17377 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17379 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17381 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17383 * log-edit.el (log-edit-changelog-use-first): New var.
17384 (log-edit-changelog-ours-p): Use it.
17385 (log-edit-insert-changelog): Set it with new arg `use-first'.
17386 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17387 (log-edit-hook): Add them to the list of suggested options.
17389 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17390 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17392 (flyspell-mode-on): Use add-hook for after-change-functions.
17393 (flyspell-mode-off): Use remove-hook for after-change-functions.
17394 (flyspell-changes): Make it buffer-local.
17395 (flyspell-after-change-function): Make it non-interactive. Use push.
17396 (flyspell-post-command-hook): Check input-pending-p while processing
17397 the potentially long list of buffer changes.
17399 2005-11-28 K
\e,Aa
\e(Broly L
\e$,1 q
\e(Brentey <lorentey@elte.hu>
17401 * buff-menu.el (list-buffers-noselect): Display the selected
17402 frame's buffer list, not the global one.
17404 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17406 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17407 that (list last-input-event) works as in interactive spec.
17409 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17411 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17412 `facemenu-keymap' needs to be defined when font-lock is loaded.
17413 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17415 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17417 * completion.el: Remove useless leading * in defcustom docstrings.
17418 (save-completions-file-name): Use ~/.emacs.d if available.
17419 (completion-standard-syntax-table): Rename from
17420 cmpl-standard-syntax-table and fold initialization into declaration,
17421 thus removing cmpl-make-standard-completion-syntax-table.
17422 (completion-lisp-syntax-table, completion-c-syntax-table)
17423 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17424 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17425 (symbol-under-point, symbol-before-point)
17426 (symbol-under-or-before-point, symbol-before-point-for-complete)
17427 (add-completions-from-c-buffer): Use with-syntax-table.
17428 (make-completion): Don't return a list of completion entries.
17430 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17431 (completion-initialize): Rename from initialize-completions.
17432 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17433 (kill-emacs-save-completions): Collect stats here.
17434 (save-completions-to-file, load-completions-from-file):
17435 Use with-current-buffer.
17436 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17437 into a function. Move all calls to toplevel.
17438 (completion-lisp-mode-hook): New fun.
17439 (completion-c-mode-hook, completion-setup-fortran-mode):
17440 Set the syntax-table here. Use local-set-key.
17441 (completion-saved-bindings): New var.
17442 (dynamic-completion-mode): Make it into a proper minor mode.
17443 (load-completions-from-file): Remove unused var `num-uses'.
17445 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17446 constructor if it is explicitly overridden.
17448 * complete.el (PC-completion-as-file-name-predicate):
17449 Use minibuffer-completing-file-name.
17450 (partial-completion-mode): Use find-file-not-found-functions.
17451 (PC-lisp-complete-symbol): Use with-syntax-table.
17452 (PC-look-for-include-file): Remove dead setq.
17453 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17454 (PC-complete): Use with-current-buffer.
17456 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17457 escape single quotes.
17459 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17461 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17462 of `if' whose condition always returned nil. Doc fix.
17464 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17465 window's buffer the current buffer around the call to
17466 `list-buffers-noselect'. This is necessary to mark that buffer
17467 with a `.' in the Buffer Menu when called from Lisp, for instance
17468 by Auto Revert Mode.
17470 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17472 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17474 (gdb-pre-prompt): Make sure gdb-error is reset.
17476 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17477 with a child process, detect it.
17478 (gud-speedbar-buttons): Match regexp more carefully.
17480 2005-11-27 Richard M. Stallman <rms@gnu.org>
17482 * mouse.el (mouse-drag-move-window-bottom):
17483 Use adjust-window-trailing-edge.
17485 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17487 * simple.el (blink-matching-open): Ignore
17488 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17489 (blink-matching-paren-on-screen): Update docstring.
17491 * paren.el (show-paren-mode): No longer change
17492 `blink-matching-paren-on-screen'.
17494 2005-11-27 John Paul Wallington <jpw@pobox.com>
17496 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17497 (gdb-threads-select, gdb-edit-register-value):
17498 Use `posn-set-point' instead of `mouse-set-point' because the
17499 latter is not fbound when configured without X.
17501 2005-11-27 Kim F. Storm <storm@cua.dk>
17503 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17504 existing face when partially highlighting a TAB in a rectangle.
17506 2005-11-26 Kim F. Storm <storm@cua.dk>
17508 * ido.el (ido-mode-map): Doc fix.
17509 (ido-mode-common-map, ido-mode-file-map)
17510 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17511 (ido-define-mode-map): Rewrite. Select one of the new maps as
17512 parent for ido-mode-map instead of building from scratch.
17513 (ido-init-mode-maps): New defun to initialize new maps.
17514 (ido-mode): Call it.
17515 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17516 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17518 2005-11-26 John Paul Wallington <jpw@pobox.com>
17520 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17521 `mouse-set-point' because the latter is not fbound when configured
17524 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17526 * files.el (file-relative-name): Doc fix.
17528 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17530 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17531 non-empty string for secondary prompt PS2.
17533 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17535 * progmodes/compile.el (compilation-setup): Fix last change.
17537 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17539 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17540 (gdb-mouse-toggle-breakpoint-margin)
17541 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17542 Add gdb-server-prefix to keep out of command history.
17543 (gdb-edit-register-value): New function.
17544 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17545 (gdb-info-registers-custom): Use above map.
17547 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17549 * custom.el (enable-theme): Signal error if argument is not a
17550 theme. Don't recalculate a face if it's not loaded yet.
17552 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17553 the `user' theme is in effect.
17555 * info.el (Info-on-current-buffer): Record actual filename in
17556 Info-current-file, instead of t, or a fake filename if a non-file
17557 buffer. Make autoload.
17558 (Info-find-node, Info-revert-find-node): No need to check for
17559 Info-current-file nil.
17560 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17561 Info-current-file is now never `t'.
17562 (Info-fontify-node): Many simplifications due to Info-current-file
17563 always being valid. Use Info-find-file to find node filename.
17565 2005-11-25 David Kastrup <dak@gnu.org>
17567 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17568 new character, then delete" in order to preserve markers.
17570 2005-11-25 David Ponce <david@dponce.com>
17572 * recentf.el (recentf-arrange-by-rule): Handle a special
17573 `auto-mode-alist'-like "strip suffix" rule.
17574 (recentf-build-mode-rules): Handle second level auto-mode entries.
17576 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17578 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17581 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17582 jde-javadoc-checker-report-mode.
17584 * ediff-wind (ediff-make-wide-display): Slight simplification.
17586 * ediff.el (ediff-date): Change the date of last update.
17588 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17590 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17591 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17592 (hi-lock-mode): New global minor mode.
17593 (turn-on-hi-lock-if-enabled): New function.
17594 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17595 Change arguments to regexp and face instead of a font-lock pattern.
17596 Directly set face property, instead of refontifying.
17597 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17598 (hi-lock-find-patterns): Use line-number-at-pos.
17600 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17601 arguments for hi-lock-set-pattern.
17602 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17603 Call font-lock-fontify-buffer.
17604 (hi-lock-find-file-hook, hi-lock-current-line)
17605 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17607 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17610 * progmodes/compile.el (compilation-setup): Don't fiddle with
17611 font-lock-defaults.
17613 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17615 * progmodes/gdb-ui.el (gdb-var-create-handler)
17616 (gdb-var-list-children-handler): Find values for all variable
17617 objects. gud-speedbar-buttons decides whether to display them.
17619 2005-11-24 Romain Francoise <romain@orebokech.com>
17621 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17622 buffer name with a space.
17624 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17626 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17627 `org-export-local-list-max-depth'. Change default value to 3.
17628 (org-auto-renumber-ordered-lists)
17629 (org-plain-list-ordered-item-terminator): New options.
17630 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17631 (org-get-indentation, org-get-string-indentation)
17632 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17634 (org-move-item-down, org-move-item-up): New commands.
17635 (org-export-as-html): New classes for CSS support. Bug fix in
17636 regular expression detecting fixed-width regions. Respect
17637 `org-local-list-ordered-item-terminator'.
17638 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17640 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17641 New item moving functions.
17643 2005-11-24 Juri Linkov <juri@jurta.org>
17645 * isearch.el (isearch-repeat): With empty search ring set
17646 `isearch-error' to the error string instead of signaling error
17647 with the function `error'.
17649 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17651 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17653 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17655 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17657 (gdb-var-create-handler, gdb-var-list-children-handler):
17658 Don't match on "char **...".
17659 (gdb-var-update-handler): Find values for all variable objects.
17660 (gdb-info-frames-custom): Identify frames by leading "#".
17662 * progmodes/gud.el (gud-speedbar-menu-items): Add
17663 gdb-speedbar-auto-raise as radio button.
17664 (gud-speedbar-buttons): Raise speedbar if requested.
17665 Don't match on "char **...".
17666 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17669 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17671 * info.el (Info-fontify-node): Handle the case where
17672 Info-current-file is t.
17674 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17676 * simple.el (blink-matching-open): Fix off-by-one in last change.
17678 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17680 * term/mac-win.el: Don't change default directory.
17682 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17684 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17685 buffers correctly. (It used to throw an error in such buffers.)
17686 Make it ask for confirmation in group buffers and other Custom
17687 buffers containing more than one customization item.
17689 2005-11-22 John Paul Wallington <jpw@gnu.org>
17691 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17692 property on mail and url overlays.
17693 (goto-address-at-point): Use `posn-set-point' instead of
17694 `mouse-set-point' because the latter is not fbound when configured
17697 2005-11-22 Lars Hansen <larsh@soem.dk>
17699 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17700 (ls-lisp-classify, ls-lisp-format): Delete call to
17701 ls-lisp-parse-symlink.
17702 (ls-lisp-handle-switches): Handle symlinks to directories as
17703 directories when ls-lisp-dirs-first in non-nil.
17705 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17707 * startup.el (command-line): Make sure that loaddefs.el is handled
17708 correctly in load-history.
17710 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17712 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17713 (gdb-struct-string, gdb-array-string): New constants.
17714 (gdb-info-locals-handler): Use them.
17715 (gdb-reset): Reset gdb-var-list to nil.
17717 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17719 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17722 2005-11-21 Juri Linkov <juri@jurta.org>
17724 * custom.el (defcustom): Update link types in docstring.
17726 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17728 * custom.el (defgroup): Add doc-string-elt info.
17730 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17732 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17734 * newcomment.el (comment-enter-backward): Fix last fix.
17736 * simple.el (blink-matching-open):
17737 * paren.el (show-paren-function): Allow new paren-class info.
17739 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17741 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17742 handled automagically.
17744 2005-11-20 Andreas Schwab <schwab@suse.de>
17746 * descr-text.el (describe-char): When copying overlays put them
17747 over the full char description instead of just the first character
17750 2005-11-20 Juri Linkov <juri@jurta.org>
17752 * simple.el (what-cursor-position):
17753 * descr-text.el (describe-char): Use Lisp-readable syntax
17754 for octal and hex. Reorder decimal, octal and hex values.
17755 Remove excess whitespace in the output. Use `=' in `column='
17756 like in `point=' and `Hscroll='.
17758 * international/mule-cmds.el (encoded-string-description):
17759 Use Lisp-readable syntax for hex.
17761 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17763 * newcomment.el (comment-enter-backward): Handle the case where the
17764 comment is closed by EOB.
17766 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17768 * longlines.el (longlines-before-revert-hook)
17769 (longlines-after-revert-hook): New functions.
17770 (longlines-mode): Turn off longlines temporarily when reverting.
17771 Add a message-setup-hook.
17772 (longlines-decode-buffer): New function.
17773 (longlines-wrap-line): Preserve marker positions.
17775 2005-11-19 Andreas Schwab <schwab@suse.de>
17777 * emacs-lisp/shadow.el: Handle compressed files.
17779 2005-11-19 Romain Francoise <romain@orebokech.com>
17781 * net/browse-url.el (browse-url-default-browser): Signal an error
17782 if no usable browser can be found, rather than try to load w3.
17784 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17786 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17787 replacing existing properties.
17788 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17789 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17791 (rcirc-server-prefix, rcirc-server): New faces.
17792 (rcirc-url-regexp): Generate with rx macro.
17793 (rcirc-last-server-message-time): New variable.
17794 (rcirc-filter): Record time of last message.
17795 (rcirc-keepalive): Kill processes that did not send a message
17796 since the last ping.
17797 (rcirc-mode): Give rcirc-topic a local binding here.
17799 2005-11-19 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17801 * subr.el (read-passwd): Fontify the prompt as we do with other
17804 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17806 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17807 binding buffer-read-only to nil.
17809 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17811 * complete.el (partial-completion-mode):
17812 Mention completion-auto-help in the doc string.
17814 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17817 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17819 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17820 digits, not 8, to avoid misalignment for files larger than 100MB.
17822 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17824 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17825 Mention "keyboard shortcuts" in the help text.
17827 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17829 * startup.el (fancy-splash-default-action): Discard only
17830 mouse-down and succeeding mouse-up events in the splash screen
17831 window so that drag-n-drop event can be processed.
17833 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17835 * longlines.el (longlines-mode): Add hacks for mail-mode and
17838 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17840 * textmodes/org.el (org-table-sort-lines): New command.
17841 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17842 (org-add-file): Command removed, use `org-agenda-file-to-front'
17844 (org-export-icalendar): Use `org-icalendar-combined-name'.
17845 (org-cycle-agenda-files, org-agenda-file-to-end)
17846 (org-agenda-file-to-front): New commands.
17847 (org-table-tab-jumps-over-hlines, org-export-html-style):
17849 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17850 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17852 (org-fill-paragraph): Call `org-table-align' in tables.
17853 (org-mode): Call `org-set-autofill-regexps'.
17854 (org-export-as-html): Support for local handformatted lists.
17855 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17856 (org-export-local-list-max-depth): New option.
17857 (org-html-expand): Use `org-html-protect'.
17859 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17861 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17863 (gdb): Move definition of gud-pp to...
17865 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17867 (gdb-find-watch-expression): New function.
17869 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17871 * faces.el (face-attribute, set-face-attribute): Mention existence
17872 of `:ignore-defface' setting in docstring.
17874 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17876 * simple.el (completion-setup-function): Fix last change.
17878 2005-11-17 John Paul Wallington <jpw@pobox.com>
17880 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17881 Use `posn-set-point' instead of `mouse-set-point' because the
17882 latter is not fbound when configured without X.
17884 * comint.el (comint-insert-input): Likewise.
17886 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17888 * simple.el (hard-newline): New variable.
17889 (sendmail-user-agent-compose, next-line): Use it.
17891 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17892 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17893 (mail-mail-reply-to, mail-mail-followup-to)
17894 (mail-position-on-field, mail-signature, mail-yank-original)
17895 (mail-attach-file): Likewise.
17897 * mail/mailheader.el (mail-header-format)
17898 (mail-header-format-function): Likewise.
17900 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17902 2005-11-17 Juri Linkov <juri@jurta.org>
17904 * font-lock.el (font-lock-faces): Rename this defgroup from
17905 `font-lock-highlighting-faces'.
17906 (font-lock-comment-face, font-lock-comment-delimiter-face)
17907 (font-lock-string-face, font-lock-doc-face)
17908 (font-lock-keyword-face, font-lock-builtin-face)
17909 (font-lock-function-name-face, font-lock-variable-name-face)
17910 (font-lock-type-face, font-lock-constant-face)
17911 (font-lock-warning-face, font-lock-negation-char-face)
17912 (font-lock-preprocessor-face)
17913 (font-lock-regexp-grouping-backslash)
17914 (font-lock-regexp-grouping-construct): Rename :group from
17915 `font-lock-highlighting-faces' to `font-lock-faces'.
17917 * cus-edit.el (lisp, c, tex):
17918 * progmodes/ada-mode.el (ada):
17919 * progmodes/asm-mode.el (asm):
17920 * progmodes/cperl-mode.el (cperl-faces):
17921 * progmodes/cpp.el (cpp):
17922 * progmodes/dcl-mode.el (dcl):
17923 * progmodes/f90.el (f90):
17924 * progmodes/fortran.el (fortran):
17925 * progmodes/icon.el (icon):
17926 * progmodes/idlwave.el (idlwave-misc):
17927 * progmodes/m4-mode.el (m4):
17928 * progmodes/make-mode.el (makefile):
17929 * progmodes/meta-mode.el (meta-font):
17930 * progmodes/modula2.el (modula2):
17931 * progmodes/octave-mod.el (octave):
17932 * progmodes/pascal.el (pascal):
17933 * progmodes/perl-mode.el (perl):
17934 * progmodes/prolog.el (prolog):
17935 * progmodes/ps-mode.el (PostScript-edit):
17936 * progmodes/scheme.el (scheme):
17937 * progmodes/sh-script.el (sh-script):
17938 * progmodes/simula.el (simula):
17939 * progmodes/tcl.el (tcl):
17940 * textmodes/nroff-mode.el (nroff):
17941 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17942 * textmodes/sgml-mode.el (sgml):
17943 * textmodes/texinfo.el (texinfo):
17944 Add :link (custom-group-link font-lock-faces) to defgroup.
17946 * hi-lock.el (hi-lock): Rename this defgroup from
17947 `hi-lock-interactive-text-highlighting'. Change parent group from
17948 `faces' to `font-lock'. Add link to the manual.
17949 (hi-lock-mode, hi-lock-file-patterns-range)
17950 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17951 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17952 (hi-lock-faces): Add :group `faces'.
17954 * cus-edit.el (custom-variable-prompt): Clarify the code.
17956 * faces.el (face-read-string): Set the default value arg of
17959 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17961 * rfn-eshadow.el (file-name-shadow-properties)
17962 (file-name-shadow-tty-properties, file-name-shadow-mode):
17963 Remove autoloads, because the file is now preloaded.
17965 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17967 * printing.el (easy-menu-intern): Don't define.
17968 (pr-get-symbol): Use easy-menu-intern only if defined.
17970 * simple.el (blink-matching-open): Simplify a bit.
17971 (completion-setup-function): Fix the case of partial-completion-mode
17972 when the minibuffer's contents start with "-".
17973 Obey completion-base-size-function even when
17974 minibuffer-completing-file-name is non-nil.
17976 2005-11-16 Richard M. Stallman <rms@gnu.org>
17978 * net/eudcb-ph.el (eudc-ph-open-session):
17979 Use set-process-query-on-exit-flag.
17981 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17983 * international/ucs-tables.el (ucs-set-table-for-input):
17984 Use make-local-variable, not make-variable-buffer-local.
17986 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17987 Improve warning message text.
17989 * savehist.el (savehist-save-hook): Add :group.
17991 * menu-bar.el (menu-bar-help-menu):
17992 Rename Find Extra Packages to External Packages.
17994 * cus-edit.el (Custom-reset-standard): Verify that
17995 :custom-standard-value prop exists before calling it.
17997 * apropos.el (apropos-calc-scores): Use apropos-pattern.
17999 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18001 * wid-edit.el (color): Enclose %t in %{...%}.
18003 * cus-edit.el (face): Enclose %t in %{...%}.
18005 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18007 * savehist.el (savehist-mode-hook): Re-add the var.
18008 (savehist-mode): Use it.
18010 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18012 * textmodes/flyspell.el: Fix commenting convention.
18013 Remove unnecessary leading * in custom docstrings.
18014 (flyspell-emacs): Remove unused var.
18015 (flyspell-delete-region-overlays): Use remove-overlays.
18016 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18017 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18018 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18019 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18020 (make-flyspell-overlay): Don't locally reuse a global name.
18021 (flyspell-highlight-incorrect-region)
18022 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18023 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18024 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18025 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18026 Wrap calls to accept-process-output inside with-local-quit since it's
18027 often called from a post-command-hook.
18028 (flyspell-correct-word, flyspell-auto-correct-word):
18029 Use ispell-send-string.
18030 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18032 * calendar/diary-lib.el (diary-list-entries): Also hide the
18033 terminating newline.
18035 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18037 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18038 window-system, to allow fonts on tty.
18040 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18042 * progmodes/gud.el (gud-speedbar-item-info): New function.
18043 (gud-install-speedbar-variables): Use it to display data type
18044 of watch expression as a tooltip in speedbar.
18046 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18048 * font-core.el (global-font-lock-mode): Add :version keyword,
18049 because default was changed.
18051 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18053 * startup.el (command-line): Use `custom-reevaluate-setting' for
18054 `file-name-shadow-mode'.
18056 * loadup.el: Preload rfn-eshadow.
18058 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18059 Add :version keyword.
18060 (file-name-shadow-properties, file-name-shadow-tty-properties)
18061 (file-name-shadow): Add :version keyword.
18063 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18064 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18065 in the custom-group property of the symbol frames and the fringe
18066 group got no link to its parent group frames.
18069 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18071 * progmodes/gud.el (gud-stop-subjob): New function.
18072 (gud-menu-map, gud-tool-bar-map): Use it.
18074 2005-11-16 Kim F. Storm <storm@cua.dk>
18076 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18078 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18079 to a more useful/logical place.
18081 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18083 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18084 go buttons complementary.
18086 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18088 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18089 (rfn-eshadow-sifn-equal): New function.
18090 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18092 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18094 * viper-utils.el (viper-non-word-characters-reformed-vi):
18095 Quote `-' in string.
18097 * viper.el (viper-emacs-state-mode-list): Ensure that
18098 rcirc-mode buffers come up in Emacs state.
18100 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18103 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18105 * term.el (term-termcap-format): Fix typos.
18106 (term-down): Fix the negative argument case.
18108 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18110 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18112 (gdb-ann3): New command gud-go.
18113 (menu): Accomodate gdb-mi.el.
18114 (gdb-assembler-custom): Make buffer of selected window current
18115 so that set-window-point works.
18117 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18118 buttons and include new ones.
18120 2005-11-16 Kim F. Storm <storm@cua.dk>
18122 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18123 (gud-menu-map): Use it.
18125 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18127 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18128 that works correctly for Custom and that does not override a user
18131 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18132 (help-xref-interned, help-follow): Make hyperlinks for variables
18133 that are unbound, but have a non-nil variable-documentation property.
18135 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18136 mode hook. (It conflicted with defcustoms for some mode hooks.)
18137 Use the `variable-documentation' property to give the mode hook a
18138 docstring and expand that docstring.
18140 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18142 * savehist.el (savehist-mode): Don't bother with
18143 `custom-set-minor-mode'.
18144 (savehist-coding-system): Check XEmacs version.
18145 (history-length): Declare also at run time.
18146 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18147 Don't set the customize state.
18148 (savehist-minibuffer-hook): Special case for when
18149 minibuffer-history-variable is equal to t.
18151 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18153 * files.el (write-file): Refresh VC status.
18155 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18156 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18157 than fundamental-mode to see if the mode was set.
18159 2005-11-14 Romain Francoise <romain@orebokech.com>
18161 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18162 dummy function in `eval-when-compile' to avoid compiler warning.
18163 Require `man' at compile time.
18165 2005-11-14 Jay Belanger <belanger@truman.edu>
18167 * calc-alg.el (calcFunc-write-out-power): Rename it to
18168 calcFunc-powerexpand.
18169 (math-write-out-power): Rename it to math-powerexpand; have it
18170 handle negative exponents.
18171 (calc-writeoutpower): Rename it to calc-powerexpand.
18173 * calc-ext.el: Change calcFunc-writeoutpower and
18174 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18176 Add calcFunc-ldiv to autoloads.
18178 * calc-arith.el (calcFunc-ldiv): New function.
18180 * calc.el (calc-left-divide): New function.
18182 2005-11-14 Juri Linkov <juri@jurta.org>
18184 * cus-edit.el (custom-variable-prompt): Set the default value arg
18185 of completing-read.
18187 * cus-dep.el (custom-make-dependencies): Reverse the list of
18188 found dependencies.
18190 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18192 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18193 Highlighting" entry, it is on by default now.
18194 (menu-bar-options-save): Do not save global-font-lock-mode.
18196 2005-11-13 Richard M. Stallman <rms@gnu.org>
18198 * textmodes/flyspell.el (flyspell-large-region):
18199 Call flyspell-accept-buffer-local-defs.
18201 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18203 * textmodes/flyspell.el (flyspell-notify-misspell):
18204 Fix misspelling of "Misspelling".
18205 (flyspell-process-localwords): New function.
18206 (flyspell-large-region): Call flyspell-process-localwords and
18207 flyspell-delete-region-overlays.
18208 (flyspell-delete-region-overlays): New function.
18209 (flyspell-delete-all-overlays): Call that.
18211 2005-11-13 Richard M. Stallman <rms@gnu.org>
18213 * help.el (help-for-help-internal): Improve doc of C-h a.
18214 (describe-key): Improve prompt; doc fix.
18216 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18218 * vc-svn.el (vc-svn-registered): Catch all errors.
18220 * cus-dep.el (custom-make-dependencies): Typo.
18222 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18224 * net/tramp-util.el (top): Fix compilation warning.
18226 2005-11-13 Kim F. Storm <storm@cua.dk>
18228 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18230 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18232 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18233 (gud-speedbar-buttons): Match on "const char *" too.
18235 * progmodes/gdb-ui.el (gdb-var-create-handler)
18236 (gdb-var-list-children-handler): Match on "const char *" too.
18237 (gdb-var-evaluate-expression-handler): Match on empty string.
18238 (gdb-var-update-handler): Only call
18239 gdb-var-evaluate-expression-handler when required.
18241 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18243 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18244 selected window. This still doesn't work for speedbar.
18245 (gud-speedbar-buttons): Handle string expressions properly.
18247 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18248 (gdb-var-create-handler): Handle string expressions properly.
18249 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18250 Handle string expressions properly. Move "type" field into regexp.
18252 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18254 * bookmark.el (bookmark-maybe-message): New function to reduce
18255 code duplication: invokes `message' iff baud-rate is high enough.
18256 (bookmark-write-file): Use above instead of an inline conditional.
18257 (bookmark-load): Same.
18259 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18261 * bookmark.el (bookmark-write-file): Don't visit the destination
18262 file, just write the data to it using write-region. This is
18263 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18264 change to avoid visiting the file in the first place.
18266 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18268 * hi-lock.el (hi-lock-mode): Set the default value of
18269 font-lock-defaults.
18271 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18273 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18274 arg to `file-attributes'.
18275 (find-lisp-format): The UID and GID can now be strings.
18277 2005-11-12 Kim F. Storm <storm@cua.dk>
18279 * help.el (help-map): Bind C-h d to apropos-documentation.
18281 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18282 when point is at end-of-buffer.
18284 * apropos.el (apropos-match-face): Doc fix.
18285 (apropos-sort-by-scores): Add new choice `verbose'.
18286 (apropos-documentation-sort-by-scores): New defcustom.
18287 (apropos-pattern): Now contains the pattern entered by the user.
18288 (apropos-pattern-quoted): New defvar.
18289 (apropos-regexp): New defvar, containing the regexp corresponding
18290 to apropos-pattern.
18291 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18292 (apropos-read-pattern): New defun. Use it to read pattern arg in
18293 interactive calls; returns list of words for a word list, and
18294 string for a regexp.
18295 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18296 parses a list of words or regexp as returned by apropos-read-pattern.
18297 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18298 (apropos-score-doc): Return a very high score if the string
18299 entered by the user matches literally.
18300 (apropos-variable): Doc fix. Use apropos-read-pattern.
18301 (apropos-command): Doc fix. Use apropos-read-pattern and
18302 apropos-parse-pattern. Call apropos-print with nosubst=t.
18303 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18304 apropos-parse-pattern.
18305 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18306 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18307 apropos-documentation-sort-by-scores. Call apropos-print with
18309 (apropos-documentation-internal): Pass doc string through
18310 substitute-key-definition before adding text properties.
18311 Highlight substring matching literal user input if possible.
18312 (apropos-documentation-check-doc-file): Remove locals beg and end.
18313 Fix calculation of score (as added twice). Pass doc string through
18314 substitute-key-definition before adding text properties.
18315 (apropos-documentation-check-elc-file): Pass doc string through
18316 substitute-key-definition before adding text properties.
18317 Highlight substring matching literal user input if possible.
18318 (apropos-print): Add new arg NOSUBST; if set, command and variable
18319 doc strings have already been passed through substitute-key-definition.
18320 Add code to handle apropos-accumulator items without score element
18321 for backwards compatibility (e.g. with woman package).
18322 Only show scores if apropos-sort-by-scores is `verbose'.
18324 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18326 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18327 Add jka-compr-load-suffixes to load-suffixes.
18329 * jka-compr.el: Require jka-cmpr-hook.
18330 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18331 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18332 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18333 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18334 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18335 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18336 (jka-compr-uninstall): Remove entries from
18337 jka-compr-added-to-file-coding-system-alist after they are used.
18338 (jka-compr-error): Remove unused var `curbuf'.
18339 (jka-compr-file-local-copy): Remove unused var `notfound'.
18341 2005-11-10 Romain Francoise <romain@orebokech.com>
18343 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18345 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18347 * progmodes/gud.el (gud-menu-map): Move parentheses.
18348 (gdb): New command gud-pv.
18350 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18352 * tar-mode.el: Remove spurious or unnecessary leading stars
18354 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18355 (tar-parse-octal-integer-safe): Use mapc.
18356 (tar-header-block-summarize): Remove unused var `ck'.
18357 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18358 cleared before. Obey default-enable-multibyte-characters.
18359 Use mapconcat. Simplify setting of tar-header-offset.
18360 (tar-mode-map): Move initialization inside delcaration.
18361 (tar-flag-deleted): Use `abs'.
18362 (tar-expunge-internal): Remove unused var `line'.
18363 (tar-expunge-internal): Don't hardcode point-min==1.
18364 (tar-expunge): Widen while doing set-buffer-multibyte.
18365 (tar-rename-entry): Use file-name-coding-system.
18366 (tar-alter-one-field): Don't hardcode point-min==1.
18367 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18368 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18370 2005-11-10 Masatake YAMATO <jet@gyve.org>
18372 * add-log.el (add-log-current-defun): Handle class::method
18373 notation of c++. Fix incorrect comment.
18375 2005-11-10 Alan Mackenzie <acm@muc.de>
18377 * help-fns.el (describe-variable): Make C-h v work when a variable
18378 has variable documentation yet is unbound.
18380 2005-11-10 Masatake YAMATO <jet@gyve.org>
18382 * man.el (Man-highlight-references): Set an empty
18383 string to `Man-arguments' if it is nil.
18384 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18386 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18388 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18389 commenting conventions.
18391 * cus-dep.el (custom-make-dependencies): Simplify.
18392 Better follow the commenting conventions.
18394 2005-11-09 Richard M. Stallman <rms@gnu.org>
18396 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18397 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18399 (apropos-rewrite-regexp): Doc fix.
18400 (apropos-variable, apropos-command, apropos, apropos-value):
18401 Change prompt; carry through the argument renaming.
18403 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18405 * find-lisp.el: Require dired.
18406 (find-lisp-find-dired-internal): Do not call
18407 `abbreviate-file-name' on DIR.
18409 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18411 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18413 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18415 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18416 when using the speedbar.
18417 (gdb): New command gud-pp.
18418 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18420 2005-11-09 Juri Linkov <juri@jurta.org>
18422 * replace.el (occur-excluded-properties): New defcustom.
18423 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18425 2005-11-08 Jay Belanger <belanger@truman.edu>
18427 * calc/calc-units.el (math-convert-units): Replace any composite
18428 unit by its definition.
18430 2005-11-08 Lars Hansen <larsh@soem.dk>
18432 * emacs-lisp/autoload.el (update-directory-autoloads):
18433 Add obsolete function alias.
18435 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18437 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18438 comment-indent-function.
18439 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18441 * reveal.el (reveal-post-command): Rework the handling of
18442 reveal-open-spots, so as to be more reliable. There were several
18443 tricky corner cases where an open spot might be lost, or where
18444 a closed spot might end up on the list of open spots.
18445 Only reveal text that's ellipsised.
18447 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18449 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18451 2005-11-07 John Paul Wallington <jpw@gnu.org>
18453 * ibuffer.el (ibuffer): Search iconified frames too when
18454 getting Ibuffer buffer's window.
18456 2005-11-06 Richard M. Stallman <rms@gnu.org>
18458 * progmodes/compile.el (compilation-internal-error-properties):
18459 save-excursion around the computation of MARKER.
18461 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18463 * textmodes/flyspell.el (flyspell-external-point-words):
18464 flyspell-get-word returns a list, not just a string.
18466 2005-11-06 John Paul Wallington <jpw@pobox.com>
18468 * ibuffer.el (ibuffer): Search all visible frames when getting
18469 Ibuffer buffer's window.
18471 2005-11-07 Masatake YAMATO <jet@gyve.org>
18473 * man.el (Man-reference-regexp): Accept spaces between
18474 `Man-name-regexp' and `Man-section-regexp'.
18475 (Man-apropos-regexp): New variable.
18476 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18478 (Man-highlight-references, Man-highlight-references0):
18479 Handle the case when `Man-arguments' includes "-k".
18480 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18481 `TARGET'. `TARGET' can be a number, function or nil.
18483 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18485 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18486 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18487 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18488 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18489 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18490 (gdb-send-item): Use buffer-local-value and simplify.
18492 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18494 * startup.el (command-line): Use `custom-reevaluate-setting' for
18495 `global-font-lock-mode'.
18497 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18498 by default, except in batch mode or when the -D option is given.
18500 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18501 specified keyword args on to `define-minor-mode'. Update docstring.
18503 2005-11-05 Romain Francoise <romain@orebokech.com>
18505 * replace.el (occur-engine): Add marker at end of line, too.
18507 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18509 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18510 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18511 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18512 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18513 argument to all these routines, so the passphrase can be managed
18514 externally and passed in to the system.
18515 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18516 pgg-add-passphrase-to-cache function.
18518 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18519 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18520 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18521 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18522 argument to all these routines, so the passphrase can be managed
18523 externally and passed in to the system.
18524 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18527 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18529 * font-lock.el: Don't deal with font-lock-face-attributes here,
18532 * startup.el (command-line): ... here. Use face-spec-set instead
18533 of custom-declare-face.
18535 * faces.el (face-spec-set): Reset the face if spec is not nil.
18537 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18539 * newcomment.el (comment-region-internal): Box more tightly in the
18540 common case where there's no TAB in the boxed text.
18542 2005-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18544 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18547 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18549 * newsticker.el: Commentary updated. Code formatting changed.
18550 (newsticker-version): Change to "1.9".
18551 (newsticker, newsticker-feed): Doc fix.
18552 (newsticker-url-list): Doc fix. Add option "Weekly".
18553 (newsticker-retrieval-interval): Add option "Weekly".
18554 (newsticker-headline-processing): Doc fix.
18555 (newsticker-auto-mark-filter): Remove.
18556 (newsticker-auto-mark-filter-list): New.
18557 (newsticker-layout, newsticker-sort-method): Doc fix.
18558 (newsticker-hide-old-items-in-newsticker-buffer)
18559 (newsticker-heading-format, newsticker-item-format)
18560 (newsticker-desc-format): Doc fix.
18561 (newsticker-show-all-rss-elements): Remove.
18562 (newsticker-show-all-news-elements): New.
18563 (newsticker-faces, newsticker-ticker): Doc fix.
18564 (remove-from-invisibility-spec): Code formatting.
18565 (newsticker--process-ids): New.
18566 (newsticker-mode): Doc fix.
18567 (newsticker-mode): Change mode-line-format.
18568 (newsticker-start): Remove debug output.
18569 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18570 (newsticker-w3m-show-inline-images): Code formatting.
18571 (newsticker-next-item): Call `force-mode-line-update'.
18572 (newsticker-previous-item): Call `force-mode-line-update'.
18573 (newsticker-next-feed): Call `force-mode-line-update'.
18574 (newsticker-previous-feed): Call `force-mode-line-update'.
18575 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18576 (newsticker-show-old-items): Do not show descs.
18577 (newsticker-hide-entry): Hide too much.
18578 (newsticker-hide-entry, newsticker-show-entry)
18579 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18580 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18581 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18582 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18583 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18584 (newsticker-get-news): Call `force-mode-line-update'.
18585 Collect process ids.
18586 (newsticker--sentinel): Change coding system handling.
18587 Move image retrieval to new functions newsticker--get-logo-url-*.
18588 Move feed parsing to new functions newsticker--parse-*.
18589 Update list of process ids.
18590 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18591 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18592 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18593 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18594 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18595 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18596 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18597 (newsticker--decode-coding-string): Remove.
18598 (newsticker--decode-numeric-entities): Check input. Format code.
18599 (newsticker--remove-whitespace): Check input.
18600 (newsticker--do-forget-preformatted): Doc fix.
18601 (newsticker--decode-rfc822-date): Allow for missing time.
18602 (newsticker--update-process-ids): New.
18603 (newsticker--image-sentinel): Change comment.
18604 (newsticker--image-read): Change error message.
18605 (newsticker--imenu-goto): Doc fix. Show headline title.
18606 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18607 (newsticker--buffer-do-insert-text): Clean whitespace in
18608 html-rendered headline title. Code formatting.
18609 Call `newsticker--buffer-print-extra-elements'.
18610 (newsticker--buffer-print-extra-element): Remove.
18611 (newsticker--buffer-print-extra-elements): New.
18612 (newsticker--buffer-do-print-extra-element): New.
18613 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18615 (newsticker--run-auto-mark-filter)
18616 (newsticker--do-run-auto-mark-filter):
18617 Use `newsticker-auto-mark-filter-list'.
18619 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18621 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18622 (rcirc-print): Force redisplay before running hooks. Do long
18623 buffer truncation after making new text read-only. Deal with nil
18624 text when decoding strings. If TARGET is nil, use either the
18625 currently selected buffer, if it is an rcirc buffer and of the
18626 same process or the process buffer.
18627 (rcirc-mode): Remove header-line. Recompute short buffer names.
18628 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18629 (rcirc-short-buffer-name): Add variable.
18630 (rcirc-kill-buffer-hook): Recompute short buffer names.
18631 Remove nick from private channel.
18632 (rcirc-send-input): Send command text to current-buffer.
18633 Don't clear overlay arrow here.
18634 (rcirc-short-buffer-name): Return a short buffer name.
18635 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18636 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18637 buffer-name abbreviations.
18638 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18639 Do not touch nick-table when killing a parted channel.
18640 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18641 Clear arrow from current buffer if it is now hidden.
18642 (rcirc-current-buffer): Add variable.
18643 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18644 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18645 Remove -face from names.
18646 (rcirc-update-activity-string): Print "DND" when globally ignoring
18648 (rcirc-ignore-buffer-activity-flag): Rename from
18649 rcirc-ignore-channel-activity.
18650 (rcirc-ignore-all-activity-flag): Doc fix.
18651 (rcirc-channels): Remove variable.
18652 (rcirc-kill-buffer-hook):
18653 (rcirc-get-buffer-create): Add nick to private channel.
18654 (rcirc-multiline-edit-submit): Remove tabs.
18655 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18657 (rcirc-remove-nick-channel): Bug fix.
18658 (rcirc-toggle-ignore-buffer-activity): Rename from
18659 rcirc-toggle-ignore-channel-activity.
18660 (rcirc-record-activity): Add buffers to the front of the list.
18661 (rcirc-update-activity): Remove killed buffers from list.
18662 (rcirc-process-server-response-1): Remove last argument if it is
18663 null before calling handler.
18664 (rcirc): Add "rcirc" defcustom prefix.
18665 (rcirc-prompt): Simplify default prompt.
18666 Use custom-initialize-default.
18667 (rcirc-private-chats): Remove variable.
18668 (rcirc-prompt): Change initialization.
18669 (rcirc-version): Remove function.
18670 (rcirc-id-string): Add constant.
18671 (rcirc-last-buffer): Remove variable.
18672 (rcirc-buffer-alist): Add variable.
18673 (rcirc-connect): Update variable setup.
18674 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18675 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18677 (rcirc-handler-generic): Trigger activity.
18678 (rcirc-send-message): Create the buffor of the target.
18679 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18680 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18681 (rcirc-multiline-edit-cancel): Remove function.
18682 (rcirc-set-last-buffer): Remove function.
18683 (rcirc-get-any-buffer): Add function.
18684 (rcirc-join-channels): Don't print /join text.
18685 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18687 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18688 (rcirc-handler-NOTICE): Recognize CTCP responses.
18689 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18690 constructing TOPIC string for buffers we are not JOINed.
18691 (rcirc-handler-CTCP-response): Add handler.
18692 (rcirc-multiline-edit-submit): Restore the window-configuration
18693 before adjusting point.
18694 (rcirc): Add customization group.
18695 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18696 (rcirc-user-full-name, rcirc-startup-channels-alist)
18697 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18698 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18699 (rcirc-input-ring-size, rcirc-read-only-flag)
18700 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18701 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18702 Change defvar to defcustom.
18703 (rcirc-update-prompt): Add optional ALL arg, which will update
18704 prompts in all rcirc buffers. Regexp quote replacement text.
18705 (rcirc-fill-column): Accept frame-width as a value.
18706 (rcirc-set-changed): Add function.
18707 (rcirc-next-active-buffer): Write more meaningful messages.
18708 (rcirc-faces): Add customization group.
18709 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18710 (rcirc-nick-in-message-face, rcirc-prompt-face)
18711 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18712 (with-rcirc-process-buffer): Move before first usage.
18713 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18714 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18715 (rcirc-debug): Rename from `rcirc-log'.
18716 (rcirc-format-response-string): Do not print `-' chars for a
18717 NOTICE with no sender. Simplify output of server responses.
18719 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18721 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18722 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18723 Make urls mouse and RET clickable.
18725 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18727 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18729 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18731 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18732 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18733 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18734 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18735 argument to all these routines, so the passphrase can be managed
18736 externally and passed in to the system.
18737 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18738 pgg-add-passphrase-to-cache function.
18740 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18741 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18742 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18743 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18744 argument to all these routines, so the passphrase can be managed
18745 externally and passed in to the system.
18746 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18749 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18751 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18752 from goto-address-url-regexp.
18754 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18756 * textmodes/org.el (org-read-date, org-goto-calendar)
18757 (org-recenter-calendar, org-agenda-goto-calendar):
18758 Temporarily clear `calendar-move-hook'.
18760 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18762 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18765 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18766 have merge clashes.
18768 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18770 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18771 Undo previous change.
18773 * startup.el (command-line): Use `custom-reevaluate-setting' for
18774 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18775 tty-register-default-colors on Mac.
18777 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18779 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18780 (gdb-buffer-type): Make it automatically buffer local...
18781 (gdb-get-create-buffer): ...and set it accordingly.
18782 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18785 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18787 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18790 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18792 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18793 case GUD buffer is not visible.
18794 (gdb-goto-breakpoint): Try to force display in source buffer.
18795 (gdb-frame-gdb-buffer): Copy other similar functions.
18796 (gdb-restore-windows): Don't display source if not asked for.
18797 (gdb-assembler-buffer-name): Don't capitalise.
18799 2005-11-03 Richard M. Stallman <rms@gnu.org>
18801 * wid-edit.el (key-sequence): New widget type.
18803 * simple.el (set-mark-command-repeat-pop): New variable.
18804 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18805 if set-mark-command-repeat-pop is true.
18807 * info.el (Info-fontify-node): Don't display extra "see" if there
18808 already is one here.
18810 * mouse.el: Fix special handling of DEL after dragging a region:
18811 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18812 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18814 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18816 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18817 not to assume it pertains to an affix.
18819 * textmodes/flyspell.el (flyspell-post-command-hook):
18820 Bind deactivate-mark to prevent deactivation.
18822 2005-11-03 Lars Hansen <larsh@soem.dk>
18824 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18825 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18826 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18828 2005-11-03 Romain Francoise <romain@orebokech.com>
18830 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18831 Update copyright years.
18833 2005-11-03 Sam Steingold <sds@gnu.org>
18835 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18836 Use system-type instead of window-system because window-system is not
18837 correctly defined during loadup.
18839 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18841 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18842 (xml-parse-tag): Join strings separated by a comment properly.
18844 2005-11-02 Andreas Schwab <schwab@suse.de>
18846 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18848 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18850 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18851 (byte-optimize-pure-func): Quote the eval'd value.
18853 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18854 Rename from perl-font-lock-syntactic-face-function.
18855 Change the calling convention so it can be used as a font-lock MATCHER.
18856 Do the parse-partial-sexp loop outselves.
18857 (perl-font-lock-syntactic-keywords): Use it.
18858 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18860 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18862 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18863 disassembly buffer too.
18864 (gdb-exited): Remove overlay arrows when execution has finished.
18865 (gdb-info-frames-custom, gdb-info-threads-custom)
18866 (gdb-info-registers-custom): Don't add inappropriate text
18867 properties if inferior is not active.
18869 2005-11-02 Glenn Morris <rgm@gnu.org>
18871 * progmodes/fortran.el (fortran-blink-match):
18872 Use `blink-matching-delay'.
18874 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18876 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18878 2005-11-02 Lars Hansen <larsh@soem.dk>
18880 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18881 "Permission denied".
18883 2005-11-01 Richard M. Stallman <rms@gnu.org>
18885 * textmodes/flyspell.el (flyspell-external-point-words):
18886 Pass nil to flyspell-get-word.
18888 2005-11-02 Kim F. Storm <storm@cua.dk>
18890 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18891 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18893 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18895 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18896 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18897 (calendar-mouse-print-dates): Add optional `event' argument.
18898 Update interactive-spec.
18899 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18900 Use `calendar-event-to-date' instead of `event'.
18902 2005-11-02 Masatake YAMATO <jet@gyve.org>
18904 * progmodes/ld-script.el (ld-script-builtins):
18905 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18906 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18907 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18909 2005-11-01 Romain Francoise <romain@orebokech.com>
18911 * vc-sccs.el: Update copyright year.
18912 * ezimage.el: Likewise.
18914 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18916 * info.el (Info-fontify-node): Use `string-width' for fontifying
18919 2005-11-01 Juri Linkov <juri@jurta.org>
18921 * info.el (Info-fontify-node): Downcase node header keywords Node,
18922 Prev, Next, Up before comparison.
18923 (Info-history): Insert absolute directory name, and put invisible
18926 2005-11-01 Juri Linkov <juri@jurta.org>
18928 * info.el (Info-file-supports-index-cookies): New variable.
18929 (Info-find-node-2): Check makeinfo version for index cookie support.
18930 (Info-index-nodes): Search for nodes with index cookies only when
18931 Info-file-supports-index-cookies is t. Otherwise, search nodes
18932 with "Index" in the node name.
18933 (Info-index-node): Search index cookie in the current node only when
18934 Info-file-supports-index-cookies is t. Otherwise, check the word
18935 "Index" in the node name.
18936 (Info-find-emacs-command-nodes): Remove code that searches nodes
18937 with "Index" node name in the top menu.
18939 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18941 * progmodes/scheme.el (scheme-mode-variables): Use the default
18942 comment-indent-function.
18944 * faces.el (face-attribute): Handle the case where a face inherits from
18945 a non-existent face.
18947 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18948 for octal and hexa output, and merge the char into the paren.
18949 (kill-new): Use push.
18950 (copy-to-buffer): Use with-current-buffer.
18951 (completion-setup-function): Move code in loop to remove redundancy.
18952 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18953 those inherited from minibuffer-local-completion-map.
18955 * savehist.el (savehist-mode) <defcustom>:
18956 Use custom-set-minor-mode if available.
18957 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18958 and emit a message if applicable.
18960 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
18962 * savehist.el: Sync up to version 19.
18963 (savehist-mode): New minor mode.
18964 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18965 (savehist-length): Remove (use history-length instead).
18966 (savehist-file-modes): Rename from savehist-modes.
18967 (savehist-save-hook, savehist-loaded): New vars.
18968 (savehist-load): Use savehist-mode. Try to smooth up transition from
18969 old format to new format.
18970 (savehist-install): Allow savehist-autosave-interval to be nil.
18971 (savehist-save): Run the new hook. Be more careful to only trim the
18973 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
18974 (savehist-printable): Print into a buffer rather than char-by-char.
18976 2005-11-01 John Wiegley <johnw@newartisans.com>
18978 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18979 toggle-ignore keybinding (C-a). The author said it had been
18980 disabled much earlier due to a possible incompatibility, but after
18981 many months of usage I have encountered no problems (and it is a
18982 rather useful option, especially for switching to " *temp*").
18984 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18985 support for OS/X's AddressBook, by calling out to the open source
18986 program "contacts" (installable through Fink).
18988 * net/eudc.el (eudc-expand-inline): If the
18989 `eudc-multiple-match-handling-method' is set to `all', delete the
18990 query string before inserting the query result.
18992 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18993 flag, to prevent Eshell from using the system ls when
18994 `eshell-ls-insert-directory' is in used.
18995 (eshell-ls-insert-directory): Disable font-lock in directory
18996 buffer so that Eshell's own fontification is seen. This broke
18997 recently due to changes in font-lock, so this goes back to version
19000 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19002 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19003 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19004 (gdb-many-windows): Doc fix.
19006 2005-10-31 Romain Francoise <romain@orebokech.com>
19008 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19010 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19012 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19013 that global-font-lock-mode can be enabled by default.
19015 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19016 (font-lock-add-keywords, font-lock-remove-keywords)
19017 (font-lock-fontify-buffer): Remove autoload cookies.
19019 * jit-lock.el (jit-lock-register): Likewise.
19021 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19023 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19025 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19026 intact if there is no gud-comint-buffer.
19028 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19030 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19031 old prompt comint-prompt-read-only is t and GDB commands are
19032 issued from tool bar etc.
19034 2005-10-31 Masatake YAMATO <jet@gyve.org>
19036 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19038 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19040 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19041 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19043 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19045 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19046 starting at beginning of line. Fontification is messed up when
19047 `open-paren-in-column-0-is-defun-start' set to t.
19048 Reported by John Paul Wallington <jpw@pobox.com>.
19050 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19052 * comint.el (comint-send-input): Call `comint-update-fence' when
19053 `comint-process-echoes' and `comint-prompt-read-only' are both
19054 non-nil, to avoid leftover read-only newline.
19056 2005-10-30 Richard M. Stallman <rms@gnu.org>
19058 * textmodes/flyspell.el (flyspell-external-point-words):
19059 Detect when WORD can't be checked properly because
19060 flyspell-get-word finds just part of it, and move on.
19062 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19063 boundarychar for Polish.
19064 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19065 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19067 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19069 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19070 (gdb-registers-font-lock-keywords): Delete.
19071 (gdb-registers-mode): Don't fontify.
19072 (gdb-info-registers-custom): Use text properties instead as, in
19073 future, changed register values will use font-lock-warning-face.
19074 (gdb-local-font-lock-keywords): Rename to...
19075 (gdb-locals-font-lock-keywords): ...for consistency.
19077 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19079 * vc.el (vc-switch-backend): Better error message if the buffer is
19080 not visiting a file under version control.
19082 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19084 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19086 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19089 2005-10-29 Richard M. Stallman <rms@gnu.org>
19091 * replace.el (occur-mode-mouse-goto): Always go to other window.
19092 (occur-mode-goto-occurrence): Always switch in same window.
19094 * simple.el (undo): Display message at end, not at start.
19096 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19097 New arg REUSE-CELL.
19098 (cancel-timer-internal): New function.
19099 (timer-event-handler): Use cancel-timer-internal,
19100 and pass the cell it returns to timer-activate...
19102 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19103 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19104 (jit-lock-after-change): Test memory-full.
19106 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19108 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19109 part of the decoded armor to find the key-identifier.
19110 (pgg-gpg-lookup-key-owner): New function to return the
19111 human-readable identifier of a key owner.
19112 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19114 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19115 the key value) if we have a key and can match it against a secret
19116 key. Also, added a note pointing out fact that the prompt only
19117 indicates the first matching key.
19119 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19120 pgg-decrypt-region.
19121 (pgg-pending-timers): A new hash for tracking the passphrase cache
19122 timers, so that new ones supercede old ones.
19123 (pgg-add-passphrase-to-cache): Rename from
19124 `pgg-add-passphrase-cache' to reduce confusion (all callers
19125 changed). Modified to cancel old timers when new ones are added.
19126 (pgg-remove-passphrase-from-cache): Rename from
19127 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19128 changed). Modified to cancel old timers when their keys are
19129 removed from the cache.
19130 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19131 XEmacs, an indirection to delete-itimer.
19132 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19133 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19134 users can only check cache without risk of prompting. Correct bug in
19135 notruncate behavior.
19136 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19137 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19138 Add informative docstrings.
19139 (pgg-decrypt): Convey provided passphrase in subordinate call to
19140 pgg-decrypt-region.
19142 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19143 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19144 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19145 `passphrase' argument, so the passphrase can be managed externally
19146 and then passed in to the system.
19148 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19149 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19150 so the passphrase cache can be used reliably with identifiers
19151 besides a pgp packet's key id.
19153 * pgg-gpg.el (pgg-pgp-encrypt-region)
19154 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19155 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19156 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19157 argument to all these routines, so the passphrase can be managed
19158 externally and passed in to the system.
19160 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19161 `notruncate' argument, so the passphrase cache can be used
19162 reliably with identifiers besides a pgp packet's key id.
19164 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19166 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19167 symmetric encryption.
19168 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19169 encrypted session key.
19170 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19171 message ask for the passphrase in a proper way.
19173 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19174 New user commands for symmetric encryption.
19176 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19178 * textmodes/conf-mode.el (conf-assignment-sign)
19179 (conf-assignment-regexp): Fix docstrings.
19180 (conf-mode-initialize): New function.
19181 (conf-mode): Remove optional args. Use delay-mode-hooks to
19182 recognize recursive calls.
19183 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19184 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19185 (conf-xdefaults-mode): Use define-derived-mode and
19186 conf-mode-initialize.
19188 2005-10-29 Romain Francoise <romain@orebokech.com>
19190 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19192 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19194 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19195 part of the decoded armor to find the key-identifier.
19196 (pgg-gpg-lookup-key-owner): New function to return the
19197 human-readable identifier of a key owner.
19198 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19200 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19201 the key value) if we have a key and can match it against a secret
19202 key. Also, added a note pointing out fact that the prompt only
19203 indicates the first matching key.
19205 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19206 pgg-decrypt-region.
19207 (pgg-pending-timers): A new hash for tracking the passphrase cache
19208 timers, so that new ones supercede old ones.
19209 (pgg-add-passphrase-to-cache): Rename from
19210 `pgg-add-passphrase-cache' to reduce confusion (all callers
19211 changed). Modified to cancel old timers when new ones are added.
19212 (pgg-remove-passphrase-from-cache): Rename from
19213 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19214 changed). Modified to cancel old timers when their keys are
19215 removed from the cache.
19216 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19217 XEmacs, an indirection to delete-itimer.
19218 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19219 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19220 users can only check cache without risk of prompting. Correct bug in
19221 notruncate behavior.
19222 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19223 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19224 Add informative docstrings.
19225 (pgg-decrypt): Convey provided passphrase in subordinate call to
19226 pgg-decrypt-region.
19228 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19230 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19231 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19232 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19233 `passphrase' argument, so the passphrase can be managed externally
19234 and then passed in to the system.
19236 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19237 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19238 so the passphrase cache can be used reliably with identifiers
19239 besides a pgp packet's key id.
19241 * pgg-gpg.el (pgg-pgp-encrypt-region)
19242 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19243 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19244 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19245 argument to all these routines, so the passphrase can be managed
19246 externally and passed in to the system.
19248 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19249 `notruncate' argument, so the passphrase cache can be used
19250 reliably with identifiers besides a pgp packet's key id.
19252 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19254 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19255 symmetric encryption.
19256 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19257 encrypted session key.
19258 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19259 message ask for the passphrase in a proper way.
19261 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19262 New user commands for symmetric encryption.
19264 2005-10-28 Bill Wohler <wohler@newt.com>
19266 * help-mode.el (help-url): New button type. Calls browse-url.
19267 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19268 Similar to Info nodes: URL `url'.
19269 (help-make-xrefs): Create help-url buttons for
19270 help-xref-url-regexp matches.
19272 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19274 * tool-bar.el (tool-bar-add-item-from-menu)
19275 (tool-bar-local-item-from-menu): Fix doc strings.
19277 2005-10-28 Romain Francoise <romain@orebokech.com>
19279 * ldefs-boot.el: Update.
19281 * subr.el (locate-library): Move from help-fns.el.
19282 * help-fns.el (locate-library): Move to subr.el.
19284 2005-10-28 Richard M. Stallman <rms@gnu.org>
19286 * net/tramp.el (tramp-completion-mode): defvar moved up.
19288 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19290 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19292 * files.el (find-file-noselect): Use %d to format large file size.
19294 * bindings.el (mode-line-format): Add %e.
19296 * loadup.el ("facemenu"): Load unconditionally.
19297 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19298 ("x-dnd"): Load, when appropriate.
19300 * startup.el (command-line): Call before-init-hook earlier.
19301 Warn about some bad characters in -u user name.
19303 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19304 (flyspell-external-point-words): Error if misspelled word is not found.
19305 Set flyspell-large-region-beg at end of word.
19307 2005-10-28 Andreas Schwab <schwab@suse.de>
19309 * view.el (View-revert-buffer-scroll-page-forward):
19310 Use view-page-size-default.
19312 2005-10-28 Juri Linkov <juri@jurta.org>
19314 * international/quail.el (quail-get-current-str): Translate last
19315 raw character for deterministic input methods.
19317 2005-10-27 Jay Belanger <belanger@truman.edu>
19319 * calc/calc-ext.el: Add functions to autoloads.
19320 (math-identity-matrix-p, math-ident-row-p): New functions.
19322 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19323 multiplication by an identity matrix; don't turn multiplication by
19324 an inverse matrix into division.
19325 (math-div-symbol-fancy): Replace division by matrices with
19326 multiplication by inverse.
19328 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19330 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19331 (calc-writeoutpower): New functions.
19333 2005-10-27 Romain Francoise <romain@orebokech.com>
19335 * replace.el (occur-engine): Include colon in mouse-face highlight.
19337 * dired-x.el: Change Maintainer field.
19339 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19341 * longlines.el (longlines-mode): Bind after-change-functions to
19342 nil during initial decoding and final encoding.
19344 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19346 * term.el (term-emulate-terminal, term-handle-colors-array)
19347 (term-handle-ansi-escape): Specify the terminfo capabilities
19350 2005-10-26 Richard M. Stallman <rms@gnu.org>
19352 * info.el (Info-fontify-node): Fix detection of sentence-break
19355 2005-10-26 Romain Francoise <romain@orebokech.com>
19357 * smerge-mode.el: Add `tools' to file keywords.
19359 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19361 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19362 when the fringe is not available.
19364 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19365 (def-gdb-auto-update-trigger): Simplify construction.
19366 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19367 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19368 defined explicitly.
19369 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19370 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19371 defined explicitly.
19372 (gdb-info-locals-custom): Remove as it's a no-op.
19374 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19376 * longlines.el (longlines-mode): Remove narrowing before
19377 performing the initial decoding or final encoding.
19379 2005-10-25 Romain Francoise <romain@orebokech.com>
19381 * emacs-lisp/find-func.el (find-library-name): Also strip
19382 extension if library name ends in .el, to take advantage of
19383 `find-library-suffixes'.
19385 2005-10-25 Richard M. Stallman <rms@gnu.org>
19387 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19389 2005-10-25 Juri Linkov <juri@jurta.org>
19391 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19392 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19394 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19396 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19397 (blackbox-redefine-key): Add argument `map'.
19399 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19400 regions when moving the jit-lock-context-unfontify-pos boundary.
19402 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19404 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19406 2005-10-25 Masatake YAMATO <jet@gyve.org>
19408 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19410 2005-10-25 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19412 * play/blackbox.el (blackbox-redefine-key): New function.
19413 (blackbox-mode-map): Use it to remap existing bindings for cursor
19414 motion instead of binding literal keys.
19416 2005-10-25 Glenn Morris <rgm@gnu.org>
19418 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19419 diary does not end in a newline. Do not assume a blank line at
19420 the start of the diary file.
19422 2005-10-25 Kenichi Handa <handa@m17n.org>
19424 * international/quail.el (quail-translate-key): If the input
19425 method is deterministic and failed to handle the last key, restart
19426 the key handling loop from an appropriate key.
19428 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19430 * vc.el (vc-dired-mode): Extend comment for binding of
19431 `directory-listing-before-filename-regexp'.
19433 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19435 * textmodes/texinfo.el (texinfo-mode):
19436 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19437 not to unnecessarily expose emacs-mule's internal char codes.
19439 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19441 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19442 Display hand pointer and help-echo on disabled icon too.
19443 (gdb-mouse-until): New function.
19444 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19446 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19448 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19449 with 2005-10-23 change to doctor.el.
19451 * finder.el (finder-mode-map): Add follow-link binding.
19453 2005-10-25 Kim F. Storm <storm@cua.dk>
19455 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19456 to gdb-mouse-toggle-breakpoint-fringe.
19457 (gdb-mouse-toggle-breakpoint-margin): Rename from
19458 gdb-mouse-toggle-breakpoint. Fix doc.
19459 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19460 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19461 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19462 string properties also for fringe breakpoint bitmaps.
19464 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19466 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19468 2005-10-25 Masatake YAMATO <jet@gyve.org>
19470 * simple.el (completion-common-substring):
19471 Use `completion-common-substring' prior to `completion-base-size'.
19473 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19475 * savehist.el: Require CL while compiling.
19476 (savehist-history-variables): Remove.
19477 (savehist-save-minibuffer-history, savehist-additional-variables)
19478 (savehist-minibuffer-history-variables): New vars.
19479 (savehist-save): Use them.
19480 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19481 (savehist-install): New fun, extracted from savehist-load.
19482 (savehist-load): Use them.
19484 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19486 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19487 a dummy doc-string-elt property.
19488 (defalias, defvaralias, define-category): Add a docstring property.
19490 * image.el (defimage):
19491 * widget.el (define-widget):
19492 * custom.el (defface, defcustom): Add `doc-string' declaration.
19494 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19495 (defadvice): Add `doc-string' declaration.
19497 * emacs-lisp/byte-run.el (macro-declaration-function):
19498 Handle `doc-string' declarations.
19499 (define-obsolete-function-alias, define-obsolete-variable-alias):
19500 Add `doc-string' declaration.
19502 2005-10-24 Kenichi Handa <handa@m17n.org>
19504 * international/utf-7.el (utf-7): Add autoload cookie.
19506 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19508 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19510 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19511 list of directories passed to batch-update-autoloads. Add "." to
19512 the list of the echoed directories.
19519 * pgg.el: Moved here from the gnus subdirectory.
19521 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19523 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19524 in case comint-prompt-read-only is set to t.
19526 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19527 in case comint-prompt-read-only is set to t.
19529 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19531 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19533 (icalendar-import-format): Handle CLASS, STATUS, URL.
19534 Rename `subject' to `summary'.
19535 (icalendar-import-format-summary): Rename from
19536 `icalendar-import-format-subject'.
19537 (icalendar-import-format-url, icalendar-import-format-status)
19538 (icalendar-import-format-class): New variables.
19539 (icalendar--rris): Take variable argument list.
19540 (icalendar--datestring-to-isodate): Remove unnecessary
19541 calendar-style check when converting dates with explicit month names.
19542 (icalendar-export-region): Change return type of conversion
19543 subroutines. Bury current buffer unless error occurred.
19544 (icalendar--convert-to-ical)
19545 (icalendar--parse-summary-and-rest): New functions.
19546 (icalendar--convert-ordinary-to-ical)
19547 (icalendar--convert-weekly-to-ical)
19548 (icalendar--convert-yearly-to-ical)
19549 (icalendar--convert-block-to-ical)
19550 (icalendar--convert-cyclic-to-ical)
19551 (icalendar--convert-anniversary-to-ical): Change return type.
19552 Strip trailing blanks from subject.
19553 (icalendar--convert-sexp-to-ical): Change return type.
19554 Strip trailing blanks from subject. Handle simple sexp
19555 entries as generated by icalendar.el.
19556 (icalendar--convert-float-to-ical)
19557 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19558 (icalendar-import-file): Doc fix.
19559 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19560 Correct call to icalendar--rris.
19561 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19563 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19565 2005-10-24 Romain Francoise <romain@orebokech.com>
19567 * server.el (server-sentinel): Set query-on-exit flag to nil on
19568 new client processes (it isn't inherited from the server process).
19570 * replace.el (occur-engine): Rearrange text properties.
19572 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19574 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19575 case-fold-search is nil.
19576 (debug-help-follow): Use help-xref-interned directly.
19578 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19580 * thumbs.el (thumbs-image-type): Add .pbm.
19582 2005-10-23 Richard M. Stallman <rms@gnu.org>
19584 * faces.el (inhibit-face-set-after-frame-default): New variable.
19585 (set-face-attribute): Bind it.
19586 (face-set-after-frame-default): Test it.
19588 * help-fns.el (describe-simplify-lib-file-name): New function.
19589 (describe-function-1, describe-variable): Use it.
19591 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19593 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19594 Eliminate nil as possible value.
19595 (tooltip-hide-delay): Reduce internal-border-width.
19597 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19598 (menu-bar-file-menu) <new-file>: Likewise.
19600 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19602 * international/mule.el (load-with-code-conversion):
19603 Pass full file name to `eval-buffer' unless preloading.
19605 * textmodes/flyspell.el (flyspell-large-region):
19606 Call ispell-check-version.
19608 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19609 Fix the make-variable-buffer-local call that was supposed
19610 to be for this variable.
19611 (ispell-aspell-supports-utf8): Doc fix.
19612 (ispell-find-aspell-dictionaries): Preserve elements of
19613 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19614 (ispell-aspell-find-dictionary): Return nil on error.
19616 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19617 (doctor-symptoms): Likewise.
19619 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19621 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19623 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19624 (custom-raised-buttons): Add :set spec.
19625 (custom-button-unraised, custom-button-pressed-unraised):
19626 New faces, so that custom-raised-buttons actually does something.
19627 (custom-mode): Use custom-button and custom-button-pressed.
19629 * wid-edit.el (widget-specify-button): Don't ignore
19630 widget-mouse-face on graphic terminals.
19631 (widget-move-and-invoke): Cleanup.
19633 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19635 * whitespace.el (whitespace-cleanup): Doc fix.
19637 2005-10-23 Romain Francoise <romain@orebokech.com>
19639 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19640 `eval-after-load' to avoid evaluating their result.
19642 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19644 * files.el (directory-listing-before-filename-regexp):
19645 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19647 * dired.el (dired-move-to-filename-regexp): Remove.
19648 All occurences replaced by `directory-listing-before-filename-regexp'.
19650 * dired-x.el, locate.el, vc.el:
19651 Replace `dired-move-to-filename-regexp' by
19652 `directory-listing-before-filename-regexp'. In vc.el it is
19653 overwritten locally; maybe this can be handled in files.el too.
19655 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19656 replaced by `directory-listing-before-filename-regexp'.
19658 2005-10-23 Andreas Schwab <schwab@suse.de>
19660 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19661 and eval-next-after-load.
19663 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19665 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19668 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19670 * allout.el: Remove autoloads for mailcrypt and crypt++.
19671 Require pgg, pgg-gpg during compilation.
19672 (allout-version): Increment version number to 2.1, and use a literal
19673 rather than RCS Id.
19674 (allout-default-encryption-scheme): Remove.
19675 (allout-passphrase-verifier-handling)
19676 (allout-passphrase-verifier-string)
19677 (allout-file-passphrase-verifier-string)
19678 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19679 (allout-passphrase-hint-handling): Rename and simplify.
19680 (allout-init): Use `find-file-hook' if available, otherwise
19682 (allout-mode): Use `write-file-functions' if available, otherwise
19683 `local-write-file-hooks' and, instead of making auto-save-hook
19684 buffer local, make the write-file-hook activity contingent to
19686 (allout-mode): Use key-binding substitution in the docstring.
19687 (allout-kill-line): Spell-out kill ring data structure mutation
19688 instead of using byte-compiler-complaint-provoking `pop'.
19689 (allout-insert-listified): Use `insert' rather than `insert-string'
19690 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19691 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19692 (allout-encrypt-string): Totally revamped vis new underlying
19693 encryption facilities.
19694 (allout-mc-activate-passwd): Remove.
19695 (allout-obtain-passphrase): New, more or less replaces
19696 allout-mc-activate-passwd.
19697 (allout-encrypted-key-info): More or less replaces
19698 allout-encrypted-text-type.
19699 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19700 (my-mark-marker): Use `(featurep 'xemacs)'.
19702 2005-10-23 Lars Hansen <larsh@soem.dk>
19704 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19705 (byte-compile-file-form-defmumble, byte-compile-defun)
19706 (byte-compile-defmacro): Use it.
19707 (byte-compile-form): Don't call byte-compile-set-symbol-position
19708 when a byte-compile handler is called.
19710 2005-10-22 Romain Francoise <romain@orebokech.com>
19712 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19714 * subr.el (eval-after-load): Convert library name to an absolute
19715 file name using locate-library, since load-history no longer has
19716 library names in it.
19718 2005-10-22 Richard M. Stallman <rms@gnu.org>
19720 * files.el (make-temp-file): Move from subr.el.
19721 * subr.el (make-temp-file): Move to files.el.
19723 * window.el (get-buffer-window-list): Move from subr.el.
19724 * subr.el (get-buffer-window-list): Move to window.el.
19726 * image.el (image-load-path): Use eval-at-startup to initialize.
19728 * subr.el (eval-at-startup): New macro.
19730 * subr.el: Much rearrangement of functions and division
19731 into pages. No code changes.
19733 2005-10-22 Kenichi Handa <handa@m17n.org>
19735 * tar-mode.el (tar-extract): Be sure to call
19736 find-operation-coding-system if set-auto-coding doesn't find a
19739 2005-10-22 Kim F. Storm <storm@cua.dk>
19741 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19743 (image-type-file-name-regexps): New defconst.
19744 (image-type-from-data): Simplify loop.
19745 (image-type-from-buffer): New defun.
19746 (image-type-from-file-header): Use it instead of image-type-from-data.
19747 Use image-search-load-path instead of only looking in data-directory.
19748 (image-type-from-file-name): New defun.
19749 (image-search-load-path): Change `pathname' to `filename'.
19750 Make PATH arg optional, default to image-load-path.
19752 2005-10-21 Richard M. Stallman <rms@gnu.org>
19754 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19756 * textmodes/paragraphs.el (sentence-end-base): New variable.
19757 (sentence-end): Use sentence-end-base.
19759 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19761 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19762 property independently from the font-lock-multiline variable.
19764 2005-10-21 Richard M. Stallman <rms@gnu.org>
19766 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19768 * startup.el (command-line): Convert library names
19769 in `load-history' to absolute file names.
19771 * subr.el (symbol-file): Doc fix.
19773 * loadhist.el (file-loadhist-lookup): Call locate-library
19774 instead of find-library-name. Don't try converting
19775 abs file names to library names, since load-history no longer
19776 has library names in it.
19777 (file-dependents, file-provides, file-requires): Doc fixes.
19779 2005-10-21 Juri Linkov <juri@jurta.org>
19781 * progmodes/etags.el (tags-table-mode): New function.
19782 (tags-verify-table): Replace initialize-new-tags-table with
19785 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19787 (desktop-modes-not-to-save): Add tags-table-mode to the
19790 * info.el (Info-index-next): Add total number of index
19791 alternatives to the message.
19793 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19794 backward only space (instead of space and period) before looking
19797 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19798 Add the old variable value as 4th default-value arg of read-string.
19800 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19802 * cus-face.el (custom-declare-face): Make face from X resources
19805 * disp-table.el (standard-display-g1, standard-display-graphic):
19806 Refuse to use string glyphs also on Mac.
19807 (standard-display-european): Don't set terminal coding system also
19810 * frame.el (display-screens): Use x-display-screens also on Mac.
19812 2005-10-21 Romain Francoise <romain@orebokech.com>
19814 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19816 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19818 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19821 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19822 warning face on open-paren-in-column-0.
19824 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19825 boundary case. Fix typo.
19826 Suggested by Martin Rudalics <rudalics@gmx.at>.
19828 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19830 * textmodes/org.el (org-combined-agenda-icalendar-file)
19831 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19832 (org-export-icalendar-this-file)
19833 (org-export-icalendar-all-agenda-files)
19834 (org-export-icalendar-combine-agenda-files): New commands.
19835 (org-export-icalendar, org-print-icalendar-entries)
19836 (org-start-icalendar-file, org-finish-icalendar-file)
19837 (org-ical-ts-to-string): New functions.
19838 (org-read-date, org-goto-calendar)
19839 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19840 call to `calendar'.
19841 (orgtbl-setup): Remove the :keys arguments from the menu description.
19842 (org-after-save-iCalendar-file-hook): New variable.
19844 2005-10-21 Kenichi Handa <handa@m17n.org>
19846 * language/vietnamese.el (tcvn-5712): Make it an alias of
19847 vietnamese-tcvn coding-system.
19849 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19851 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19854 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19856 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19857 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19858 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19859 whose line is either continued or ends with a comment.
19861 2005-10-20 Romain Francoise <romain@orebokech.com>
19863 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19865 * replace.el (occur-engine): Add follow-link property.
19867 * font-core.el (font-lock-mode): Doc fix.
19869 2005-10-20 Richard M. Stallman <rms@gnu.org>
19871 * net/rcirc.el: New file.
19873 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19875 * term.el (term-term-name): Initialize to "eterm-color".
19877 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19879 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19880 for encryption functionality.
19881 Move allout customization subgroup from `editing' to `outlines' group.
19882 Fix commentary keywords to legitimate ones.
19883 Update author info (using my current email address, obscurified).
19884 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19885 (allout-encrypted-topic-p, allout-encrypted-text-type)
19886 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19887 (allout-situate-encryption-key-verifier)
19888 (allout-get-encryption-key-verifier, allout-verify-key)
19889 (allout-next-topic-pending-encryption)
19890 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19891 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19892 (outline-key-verifier-handling, outline-key-hint-handling)
19893 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19894 (allout-file-key-verifier-string, allout-encryption-scheme)
19895 (allout-key-verifier-string, allout-key-hint-string)
19896 (allout-after-save-decrypt): New variables.
19897 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19898 (allout-after-saves-handler): New hook functions.
19899 (allout-post-command-business): Do allout-after-save-decrypt.
19900 (allout-enable-file-variable-adjustment): Custom var to enable
19901 mechanism for adding and adjusting settings of Emacs file variables.
19902 (allout-adjust-file-variable, allout-file-vars-section-data):
19903 New functions, implement the mechanism.
19904 (outlineify-sticky): Use the file vars mechanism.
19905 (allout-inhibit-protection, allout-during-write-cue)
19906 (allout-override-protect, allout-before-change-protect): Remove.
19907 (allout-flag-region, allout-open-topic): Adjust read-only text.
19908 (allout-open-line-not-read-only): Add to facilitate read-only
19909 text based protection.
19910 (allout-kill-line): Revise to adjust read-only text, clue the
19911 user about the inhibition.
19912 (allout-unprotected): Use unwind-protect.
19913 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19914 topic deeper than the offspring depth of the previous topic -
19915 avoiding confusing "containment discontinuities".
19916 (allout-reindent-bodies): Fix retention of body relative hanging
19917 indent during promotion of collapsed bodies.
19918 (allout-open-topic): Make it easy to open new topic with same
19919 bullet as current topic - topic creation functions provided with
19920 any universal argument provokes now prompt for bullet, defaulting
19921 to the bullet of the previous topic.
19922 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19923 Plain bullet alternates `.' period and `,' comma only. All other
19924 bullets are relegated to special status (but customizable).
19925 (allout-end-of-entry): Rename from allout-end-of-current-entry
19926 since it actually operates w.r.t. most immediately containing
19927 entry, visible or not.
19928 (allout-hide-current-entry, allout-show-current-entry): Use the
19930 (allout-old-expose-topic): Solidify deprecation.
19931 (allout-end-of-subtree): Add so we can span concealed as well
19933 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19934 (allout-end-of-current-heading): Tweak to just respect the first line.
19935 (allout-get-body-text): Add.
19936 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19937 when invoked interactively.
19938 (allout-up-current-level): Use `interactive-p'.
19939 (allout-mode, allout-init): Miscellaneous docstring and
19940 operational refinements, as well as hookups of new encryption stuff.
19941 (allout-beginning-of-current-entry): Now works as advertised.
19942 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19943 (allout-isearch-rectification): Refine condition for isearching.
19944 (allout-isearch-abort, allout-enwrap-isearch)
19945 (allout-flag-region, my-region-active-p): Relocate some macros.
19946 (allout-title): Fallback title is (buffer-name), not
19947 non-existing (current-buffer-name).
19948 (subst-char-in-string): Define if absent (for some XEmacs versions).
19950 2005-10-20 Jari Aalto <jari.aalto@cante.net>
19952 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19953 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19954 (mail-citation-prefix-regexp, mail-signature-file)
19955 (mail-default-headers, mail-bury-selects-summary)
19956 (mail-send-nonascii): Add autoload cookies.
19958 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19960 * frame.el (blink-cursor-mode): Add `mac' to the list of
19961 window-system's that support blinking cursor.
19963 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
19965 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19967 2005-10-20 Eli Zaretskii <eliz@gnu.org>
19969 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19970 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19971 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19973 2005-10-20 Kim F. Storm <storm@cua.dk>
19975 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19976 (ido-set-current-directory): Don't add / after final @.
19977 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19978 Explicitly handle ange-ftp completion oddities.
19979 (ido-make-file-list): Don't rotate list at tramp root to avoid
19980 triggering tramp file handler for expand-file-name via get-file-buffer.
19982 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19984 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19986 2005-10-19 Jay Belanger <belanger@truman.edu>
19988 * calc/calc-units.el (math-standard-units): Add units, adjust
19989 symbols and update values.
19990 (math-unit-prefixes): Add more prefixes.
19992 2005-10-19 Romain Francoise <romain@orebokech.com>
19994 * bookmark.el (bookmark-menu-heading): New face.
19995 (bookmark-bmenu-list): Use it.
19996 Don't fiddle with `baud-rate' at top-level.
19998 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20000 * image.el (create-image, find-image): Mention max-image-size in
20003 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20005 * savehist.el (savehist-load): Revert to checking XEmacs.
20007 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20008 Various docstring and line-width fixups.
20009 (conf-mode): Use cond.
20010 Set font-lock-defaults. Don't set comment-use-syntax.
20012 2005-10-18 David Ponce <david@dponce.com>
20014 * tree-widget.el (tree-widget-button-click): New function.
20015 (tree-widget-button-keymap): Use it.
20017 2005-10-18 Romain Francoise <romain@orebokech.com>
20019 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20020 (bookmark-bmenu-hide-filenames): Add follow-link property.
20021 Improve help-echo text.
20023 * ffap.el (find-file-at-point): Doc fix.
20025 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20027 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20029 2005-10-18 Masatake YAMATO <jet@gyve.org>
20031 Install to the CVS repository what I forgot to install in my
20032 2005-10-16 changes.
20034 * progmodes/python.el (python-complete-symbol): Pass the common
20035 prefix substring of completion to `display-completion-list'.
20037 * textmodes/org.el (org-complete): Ditto.
20039 2005-10-18 Masatake YAMATO <jet@gyve.org>
20041 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20043 * woman.el (WoMan-xref-man-page): New button type derived
20044 from `Man-abstract-xref-man-page'.
20045 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20047 * man.el (Man-abstract-xref-man-page): New button type.
20048 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20049 (Man-highlight-references): Add new optional argument `xref-man-type'.
20051 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20053 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20055 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20057 * cus-edit.el (Custom-move-and-invoke): Delete.
20058 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20060 * wid-edit.el (widget-move-and-invoke): New function, from
20061 Custom-move-and-invoke.
20063 2005-10-17 Bill Wohler <wohler@newt.com>
20065 Move all remaining images from lisp/toolbar to etc/images, move
20066 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20067 the low resolution images in their own directory (low-color).
20069 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20070 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20071 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20072 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20073 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20074 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20075 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20077 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20078 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20079 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20080 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20081 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20082 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20083 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20084 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20085 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20086 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20087 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20088 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20089 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20090 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20091 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20093 To conform with convention, replace the underscore (_) in the
20094 following image names with dash (-) or (/) as appropriate.
20096 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20097 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20098 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20099 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20100 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20101 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20102 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20103 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20104 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20105 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20106 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20107 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20108 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20109 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20110 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20112 * info.el (info-tool-bar-map): Replace underscores in image names
20115 * makefile.w32-in (WINS): Remove toolbar.
20117 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20119 * tool-bar.el: Move to lisp from toolbar. Now that
20120 toolbar is empty, it should be deleted when folks run "cvs up -P".
20122 2005-10-18 Jay Belanger <belanger@truman.edu>
20124 * calc/calc-store.el (calc-store-into): Get the proper variable name
20125 to display in message.
20127 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20129 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20130 expressions display in speedbar for all buffers when debugging.
20131 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20133 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20134 (speedbar-insert-button, speedbar-make-button):
20135 Use add-text-properties.
20136 (speedbar-update-localized-contents)
20137 (speedbar-update-directory-contents)
20138 (speedbar-update-special-contents): Use dolist.
20139 (speedbar-buffer-easymenu-definition): Add a menu separator.
20141 2005-10-17 Jason Rumney <jasonr@gnu.org>
20143 * makefile.w32-in: Use $(lisp) consistently.
20144 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20145 for shell specific generation of mh-autoloads.
20147 2005-10-17 Richard M. Stallman <rms@gnu.org>
20149 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20151 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20153 * jit-lock.el (jit-lock-fontify-now):
20154 Move jit-lock-context-unfontify-pos to avoid wasted work.
20156 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20158 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20159 `tramp-completion-mode' for checking if we are in completion mode.
20160 (tramp-completion-handle-file-name-all-completions): Reorder code
20161 in order to complete for file names only in case there are no
20162 method/user/host completions. This is necessary for cooperation
20163 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20165 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20167 * longlines.el (longlines-search-forward)
20168 (longlines-search-backward): Match any number of spaces.
20170 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20172 * diff-mode.el (diff-mode): Doc fix.
20174 2005-10-16 David Reitter <david.reitter@gmail.com>
20176 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20177 as default on darwin and windows systems.
20179 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20181 * arc-mode.el (archive-zip-extract): Doc fix.
20183 2005-10-16 Romain Francoise <romain@orebokech.com>
20185 * mouse.el (mouse-1-click-follows-link): Doc fix.
20187 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20189 * savehist.el: Don't require CL at runtime.
20190 (savehist-xemacs): Remove.
20191 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20192 (savehist-no-conversion): Use (featurep 'xemacs).
20193 (savehist-load): Check existence of start-itimer rather than XEmacs.
20195 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20198 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20200 * savehist.el: Newer version.
20201 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20202 (savehist-last-checksum, savehist-no-conversion): New vars.
20203 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20205 (savehist-load, savehist-save): Use them.
20206 (savehist-delimit): Remove.
20208 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20210 * progmodes/compile.el (compilation-goto-locus): Display the
20211 compilation buffer first and the source buffer second, in case they're
20212 in overlapping frames. Don't raise the compilation frame if it was the
20213 selected window upon entry. Pass the `other-window' arg to
20216 * info.el (Info-fontify-node): Use dolist.
20217 Change add-text-properties to put-text-property.
20219 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20221 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20224 2005-10-16 Masatake YAMATO <jet@gyve.org>
20226 * dabbrev.el (dabbrev-completion): Pass the common
20227 prefix substring of completion to `display-completion-list'.
20229 * filecache.el (file-cache-minibuffer-complete)
20230 (file-cache-complete): Ditto.
20232 * tempo.el (tempo-display-completions): Ditto.
20234 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20236 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20238 * eshell/em-hist.el (eshell-list-history): Ditto.
20240 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20242 * mail/mailalias.el (mail-complete): Ditto.
20244 * progmodes/etags.el (complete-tag): Ditto.
20246 * progmodes/make-mode.el (makefile-complete): Ditto.
20248 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20250 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20252 * progmodes/pascal.el (pascal-complete-word)
20253 (pascal-show-completions): Ditto.
20255 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20257 * simple.el (completion-common-substring): New variable.
20258 (completion-setup-function): Use `completion-common-substring'
20261 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20263 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20264 (x-get-selection, mac-select-convert-to-string): Convert from/to
20265 UTF-16 clipboard data as in native byte order, no BOM.
20267 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20269 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20270 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20271 (gud-sentinel): Use speedbar-frame to check for speedbar.
20273 2005-10-15 Richard M. Stallman <rms@gnu.org>
20275 * savehist.el: New file.
20277 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20279 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20280 Fix bug in \bf fontification.
20282 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20284 * pcvs.el (cvs-edit-log-files): New var.
20285 (cvs-mode-edit-log): New arg `file'.
20286 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20287 Instead force the use of the original file and nothing else.
20288 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20289 the cvs-minor-wrap-function is set.
20290 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20292 2005-10-14 Bill Wohler <wohler@newt.com>
20294 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20295 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20296 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20297 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20298 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20299 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20300 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20301 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20302 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20303 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20304 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20305 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20306 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20307 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20308 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20310 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20311 appropriately (for example, gud-break to gud/break).
20313 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20315 * longlines.el (longlinges-search-function)
20316 (longlines-search-forward, longlines-search-backward): New functions.
20317 (longlines-mode): Set isearch-search-fun-function to
20318 longlinges-search-function.
20320 * mouse.el (mouse-drag-region-1): Handle the case where a
20321 double-click event is bound to an arbitrary function.
20323 2005-10-14 David Ponce <david@dponce.com>
20325 * recentf.el (recentf-track-opened-file)
20326 (recentf-track-closed-file, recentf-update-menu)
20327 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20328 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20329 mouse-1-click-follows-link.
20331 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20333 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20334 Gnome file-manager.png. Suggested by
20335 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20337 * toolbar/README: Add diropen.xpm.
20339 2005-10-13 Bill Wohler <wohler@newt.com>
20341 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20342 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20344 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20346 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20347 Don't waste the byte-compiler's time on constant data.
20349 2005-10-13 Kenichi Handa <handa@m17n.org>
20351 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20352 byte with `escape-glyph' face.
20354 * international/fontset.el (ccl-encode-unicode-font):
20355 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20356 Handle the case that ucs-mule-to-mule-unicode translates a character to
20357 ASCII (usually for IPA characters).
20359 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20361 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20362 Don't hide the underline of titles if font-lock-mode is disabled.
20364 2005-10-12 Bill Wohler <wohler@newt.com>
20366 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20367 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20368 files in MH-E-SRC have been updated.
20369 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20371 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20373 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20374 (mixal-mode-syntax-table): Add \n as end-comment.
20375 (mixal-operation-codes-alist): Immediately initialize to full value.
20376 (mixal-add-operation-code): Remove.
20377 (mixal-describe-operation-code): Make the arg non-optional.
20378 Use the interactive spec instead.
20379 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20380 (mixal-font-lock-keywords): Don't highlight comments here any more.
20381 (mixal-font-lock-syntactic-keywords): New var.
20382 (mixal-mode): Use it. Fix comment-start-skip.
20384 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20386 * startup.el (command-line-x-option-alist): -nb => -nbi
20388 2005-10-12 Kim F. Storm <storm@cua.dk>
20390 * startup.el (fancy-splash-default-action): Discard mouse click in
20391 the splash screen window, as it has no sensible meaning in the
20392 next window to be selected. Fixes error reported by Jan D.
20394 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20396 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20398 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20400 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20401 Try to fix up minor layout issues like indentation, line break, etc...
20402 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20403 because it doesn't work.
20404 (mixal-operation-codes): Add some more codes.
20405 (mixal-font-lock-keywords): Process comments here.
20406 (mixal-mode): mixasm no longer needs -g option.
20408 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20410 * progmodes/sh-script.el (sh-tmp-file):
20411 Use mktemp -t. Finish support for es and rc shells.
20413 2005-10-11 Jay Belanger <belanger@truman.edu>
20415 * calc/calcalg2.el (calc-integral): With an argument, compute the
20418 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20420 * mouse.el (mouse-drag-region-1): Don't try to catch a
20421 double-click when doing follow-link (it's overridden anyway).
20423 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20425 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20426 (autoload-print-form-outbuf): Add docstring.
20428 2005-10-11 Juri Linkov <juri@jurta.org>
20430 * info.el (Info-mode-menu): Delete menu item "Edit".
20431 (Info-mode): Delete description of Info-edit from docstring,
20432 and rearrange descriptions of Info commands in the order
20433 they are documented in the Info manual.
20435 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20437 * calendar/appt.el (appt-check): Use diary-selective-display var.
20439 2005-10-10 Richard M. Stallman <rms@gnu.org>
20441 * net/newsticker.el (newsticker-start, newsticker-show-news):
20442 Add autoload cookies.
20444 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20446 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20448 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20450 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20452 2005-10-10 Jay Belanger <belanger@truman.edu>
20454 * calc/calc-arith.el (math-check-known-scalarp)
20455 (math-check-known-matrixp): Check the values of arguments that are
20457 (math-check-known-square-matrixp): New function.
20458 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20459 (math-super-types): Add sqmatrix type.
20461 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20462 mode name `square' to `sqmatrix'.
20464 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20465 mode name `square' to `sqmatrix'.
20467 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20469 * progmodes/etags.el (select-tags-table-mode): Don't use
20471 (tags-select-tags-table): Pass `button' to the action function.
20472 (select-tags-table): Place the side-info on button properties rather
20473 than in hidden text. Abbreviate file names.
20474 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20475 (select-tags-table-select): Add `button' argument.
20476 Get side-info from the button property rather than from hidden text.
20478 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20480 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20481 (gud-speedbar-buttons): Preserve point if possible.
20482 (gud-sentinel): Restore previous speedbar display type.
20484 * progmodes/gdb-ui.el (gdba): Improve diagram.
20485 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20486 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20487 Call get-buffer-window once.
20489 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20491 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20492 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20493 (pascal-indent-command): Remove unused var `ind'.
20494 (pascal-indent-case): Remove unused var `oldpos'.
20495 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20496 since it's now used as a proper minor mode map.
20497 (pascal-outline): Rename to pascal-outline-mode.
20498 (pascal-outline-mode): Use define-minor-mode.
20499 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20502 2005-10-10 Andreas Schwab <schwab@suse.de>
20504 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20505 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20507 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20508 outside source directory.
20510 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20512 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20514 (orgtbl-mode-map): Full keymap instead of sparse, because all
20515 `self-insert-command' keys are redefined in this map.
20516 (org-export-as-html): Specify charset for HTML file, by taking it
20517 from the coding system.
20519 2005-10-10 Kenichi Handa <handa@m17n.org>
20521 * textmodes/flyspell.el (flyspell-check-word-p):
20522 If unread-command-events is non-empty, don't call sit-for.
20524 2005-10-09 Richard M. Stallman <rms@gnu.org>
20526 * font-lock.el (font-lock-syntactic-keywords)
20527 (font-lock-keywords): Doc fixes.
20529 * textmodes/flyspell.el (flyspell-external-point-words):
20530 Simplify logic, and don't try to check for consecutive appearances
20531 of one incorrect word.
20533 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20535 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20538 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20539 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20540 (gud-expansion-speedbar-buttons): New function.
20541 (gud-speedbar-buttons): Check for gud-comint-buffer.
20543 2005-10-09 Bill Wohler <wohler@newt.com>
20545 * Makefile.in (updates): Add mh-loaddefs dependency.
20547 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20549 * speedbar.el (speedbar-file-key-map): Fix typo.
20551 2005-10-09 Daniel Brockman <daniel@brockman.se>
20553 * cus-start.el (line-spacing): Add custom spec.
20555 2005-10-09 Romain Francoise <romain@orebokech.com>
20557 * textmodes/ispell.el (ispell-check-version): Fix last change.
20559 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20561 * term/x-win.el: Remove -i, --icon-type from comment.
20563 * startup.el (command-line-x-option-alist): Remove options -i,
20564 -itype, --icon-type, added -nb, --no-bitmap-icon
20566 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20568 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20569 instead of :active.
20571 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20573 * textmodes/ispell.el (ispell-check-version):
20574 Ignore hyphen, and all that follows, in aspell's version text.
20576 2005-10-08 Jay Belanger <belanger@truman.edu>
20578 * calc/calc-arith.el (math-known-square-matrixp): New function.
20579 (math-pow-fancy): Check for matrices before distributing exponent
20582 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20583 fullscreen keypad. Suggested by Luc Teirlinck.
20584 (calc-keypad-show-input): Add space for formatting.
20586 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20587 Add square matrix option.
20589 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20590 of checking calc-matrix-mode when deciding how to expand.
20592 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20594 2005-10-08 Lars Hansen <larsh@soem.dk>
20596 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20597 Add error handling.
20598 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20600 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20602 Sync with Tramp 2.0.51.
20604 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20605 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20606 Insert special handling for `last-coding-system-used', again
20607 it still seems to be necessary (unlike stated before).
20608 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20609 (tramp-password-prompt-regexp): There might be other words before
20610 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20611 (tramp-chunksize): Improve docstring.
20612 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20613 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20614 Christian Joergensen <bugs@razor.dk>.
20616 2005-10-07 Glenn Morris <rgm@gnu.org>
20618 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20619 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20622 2005-10-07 Romain Francoise <romain@orebokech.com>
20624 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20625 (ibuffer-do-shell-command-pipe-replace)
20626 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20627 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20628 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20629 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20630 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20631 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20632 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20633 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20634 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20635 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20636 Autoload file sans suffix.
20638 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20640 2005-10-07 David Ponce <david@dponce.com>
20642 * recentf.el (recentf-menu-open-all-flag): New option.
20643 (recentf-digit-shortcut-command-name): New function.
20644 (recentf--shortcuts-keymap): New variable.
20645 (recentf-menu-shortcuts): New variable.
20646 (recentf-make-menu-items): Initialize it. Replace the "More..."
20647 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20648 (recentf-menu-value-shortcut): New function.
20649 (recentf-make-menu-item): Use it. No more in-lined.
20650 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20651 (recentf-open-most-recent-file): Rename from
20652 `recentf-open-file-with-key'. Don't depend on key binding.
20653 (recentf-mode-map): New variable.
20654 (recentf-mode): Use it.
20656 2005-10-06 Bill Wohler <wohler@newt.com>
20658 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20660 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20661 (MH-E-SRC): New. Used by mh-autoloads.
20662 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20663 files in MH-E-SRC have been updated.
20664 (compile, recompile, bootstrap): Depend on mh-autoloads.
20666 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20668 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20669 gud-break and gud-remove icons when the fringe is not available.
20671 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20674 2005-10-06 Micha
\e,Ak
\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20676 * play/zone.el (zone): Wrap body with save-window-excursion.
20678 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20680 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20681 Use the new `list-only' arg to diary-list-entries.
20683 * calendar/diary-lib.el: Use overlays rather than selective-display.
20684 (diary-selective-display): New var.
20685 (diary-header-line-format): Use it.
20686 (diary-list-entries): Add argument `list-only'.
20687 Put the buffer in diary-mode. Don't add \^M at beg and end.
20688 Replace \^M by invisible overlays.
20689 (diary-unhide-everything): Replace \^M by invisible overlays.
20690 (print-diary-entries): Look for overlays rather than \^M.
20691 Add a space to the temp buffer name.
20692 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20693 Put the buffer in diary-mode.
20694 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20695 (diary-anniversary): Make the year arg optional.
20696 (diary-time-regexp): New const.
20697 (diary-font-lock-keywords): Use it to accept a few more time formats.
20699 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20701 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20703 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20704 Fix bug introduced 2005-07-03: Use (car (last ...))
20705 to faithfully reproduce replaced artist-last.
20706 (artist-set-arrow-points-for-poly): Likewise.
20707 Suggested by Johan Bockg
\e,Ae
\e(Brd.
20709 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20711 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20712 * wid-edit.el (widget):
20713 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20714 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20716 2005-10-06 Kenichi Handa <handa@m17n.org>
20718 * international/mule-cmds.el (set-language-environment):
20719 Fix setting up of case-table for unibyte mode.
20721 * simple.el (what-cursor-position): If the character is displayed
20722 by some `display' text property, show that. Don't use
20723 single-key-description for eight-bit characters in multibyte mode.
20725 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20727 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20728 (gdb-ann3): Set it.
20729 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20730 (gdb-info-frames-custom): Use inverse-video for first five
20731 characters of selected frame only.
20732 (gdb-get-frame-number): Select frame even when point is on frame
20735 2005-10-06 Masatake YAMATO <jet@gyve.org>
20737 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20738 Put `font-lock-function-name-face'.
20739 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20740 and `font-lock-variable-name-face'
20741 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20742 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20743 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20744 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20745 (gdb-local-font-lock-keywords): New font lock keywords definition.
20746 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20747 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20748 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20750 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20752 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20753 (ediff-merge-region-is-non-clash-to-skip): Previously called
20754 ediff-merge-region-is-non-clash.
20756 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20757 Use insert-buffer-substring.
20759 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20760 selecting files to patch. Also bug fixes.
20762 * ediff-util.el (ediff-setup): Bug fix.
20763 (ediff-next-difference): Never skip clashes that differ in white
20766 * ediff-wind.el (ediff-setup-control-frame)
20767 (ediff-destroy-control-frame): Check the menubar feature.
20769 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20770 (viper-refresh-mode-line): Use make-local-variable to localize
20771 some vars instead of make-variable-buffer-local. Suggested by
20774 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20775 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20776 Use make-local-variable instead of make-variable-buffer-local.
20777 Suggested by Stefan Monnier.
20779 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20780 (viper-comint-mode-hook): Use make-local-variable on
20781 require-final-newline.
20782 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20784 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20786 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20787 also the second char of a comment-start sequence.
20788 (scheme-sexp-comment-syntax-table): New var.
20789 (lambda, define): Set their scheme-doc-string-elt property.
20790 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20791 Use lisp-font-lock-syntactic-face-function now that it properly
20792 handles |...| symbols.
20793 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20794 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20796 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20798 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20800 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20801 (lisp-doc-string-elt-property): New var.
20802 (lisp-font-lock-syntactic-face-function): Use it.
20803 Rewrite to recognize docstrings even for forms not at toplevel.
20805 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20806 annotation on the | part of #| rather than on the # part.
20807 (scheme-font-lock-syntactic-face-function): New function, to
20808 distinguish strings from |...| symbols.
20809 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20810 syntax-table so that #|...|# is properly highlighted.
20812 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20813 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20815 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20817 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20820 * emacs-lisp/eldoc.el: Move comments into docstrings.
20821 (eldoc-message-commands): Initialize in its declaration.
20822 Add move-beginning-of-line and move-end-of-line.
20823 (eldoc-add-command, eldoc-add-command-completions)
20824 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20826 * outline.el (outline-mark-subtree): Activate the mark.
20828 * calendar/appt.el (appt-time-regexp): New var.
20829 (appt-add, appt-make-list): Use it.
20830 (appt-convert-time): Clean up.
20832 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20833 Don't set any syntax-table property here.
20834 (tex-font-lock-verb): New function. Do it here.
20835 (tex-font-lock-syntactic-keywords): Use it.
20837 2005-10-04 Richard M. Stallman <rms@gnu.org>
20839 * wid-edit.el (widget-file-complete): Get the widget start point
20840 the right way. Default directory to `/' if file has none.
20842 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20844 * textmodes/flyspell.el (flyspell-mode-on):
20845 Call ispell-maybe-find-aspell-dictionaries.
20847 * textmodes/ispell.el (ispell-word, ispell-region):
20848 Call ispell-maybe-find-aspell-dictionaries.
20849 (ispell-accept-buffer-local-defs):
20850 Don't call ispell-maybe-find-aspell-dictionaries
20852 2005-10-04 Richard M. Stallman <rms@gnu.org>
20854 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20856 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20858 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20859 instead of `fboundp' in order to allow for anonymous functions.
20861 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20863 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20864 case the user clicks on the link while another window is selected.
20865 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20867 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20869 (dframe-help-echo): Save point in case mouse tracking is off.
20871 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20873 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20875 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20877 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20878 not change the global value of those vars.
20880 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20881 make-local-variable which we do not need any more.
20883 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20885 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20886 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20887 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20888 (speedbar-path-line): Define obsolete aliases.
20889 (speedbar-line-directory): Doc fix.
20891 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20892 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20893 instead of speedbar-line-path.
20895 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20897 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20898 to nil if dropping on a window. Handle dropping on a minibuffer window
20899 like dropping on a non-window part of Emacs.
20901 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20903 * net/ange-ftp.el: Use with-current-buffer.
20904 (ange-ftp-insert-directory): Do not follow symlinks any more.
20906 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20907 Remove interactive spec.
20909 2005-10-03 Kim F. Storm <storm@cua.dk>
20911 * ido.el (ido-mode): Use custom-initialize-set.
20913 2005-10-02 Richard M. Stallman <rms@gnu.org>
20915 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20916 Use insert-buffer-substring.
20918 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20919 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20921 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20923 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20925 (ange-ftp-insert-directory): Fix up the search for the case where
20926 `file' is absolute.
20928 2005-10-02 Romain Francoise <romain@orebokech.com>
20930 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20932 2005-10-02 Andreas Schwab <schwab@suse.de>
20934 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20935 directory component in the session info.
20937 2005-10-01 Richard M. Stallman <rms@gnu.org>
20939 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20941 * simple.el (next-error-internal): New function.
20943 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20944 (compilation-start): Pass new arg to compilation-buffer-name.
20945 (compile-goto-error): Use next-error-internal.
20947 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20949 * speedbar.el: Remove RCS tag.
20950 (speedbar-check-read-only): Handle non-existent files.
20952 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20954 * info.el (Info-speedbar-hierarchy-buttons)
20955 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20957 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20959 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20960 Do not match newline.
20961 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20962 (bibtex-summary): Remove unnecessary save-excursion.
20963 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20965 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20967 * term/mac-win.el: Add charset info for "iso10646-1".
20968 Modify default fontset to use ATSUI-compatible fonts for some charsets
20971 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20973 * speedbar.el: Re-apply arch tag.
20974 (speedbar-version): Rename to version 1.0. Suggested by Eric
20976 Reapply two changes from Emacs CVS' version of speedbar lost
20978 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20979 (speedbar-frame-parameters): Improve customize type.
20981 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20983 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20984 (ange-ftp-file-directory-p): Fix the symlink case.
20985 (ange-ftp-insert-directory): When listing a single file, get a list of
20986 the parent buffer and extract the relevant line. Inspired from a patch
20987 by Katsumi Yamaoka <yamaoka@jpl.org>.
20988 (ange-ftp-file-name-sans-versions): Simplify.
20990 2005-09-30 Bill Wohler <wohler@newt.com>
20992 Move MH-E image files from toolbar and mail directories into
20995 * mail/reply2.*: Move to etc/images/mail/reply*.
20997 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20998 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21001 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21002 * toolbar/reply*: Move to etc/images/mail.
21004 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21006 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21008 * speedbar.el: New version 1.0pre3.
21010 Frame management code (including timer, and mouse click specifics)
21011 moved to dframe.el:
21012 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21013 (speedbar-timer): Removed. Use dframe-timer.
21014 (speedbar-close-frame): Removed. Use dframe-close-frame.
21015 (speedbar-activity-change-focus-flag): Removed. Use
21016 dframe-activity-change-focus-flag.
21017 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21018 dframe-update-speed.
21020 (speedbar-current-frame): New macro. Use this instead of the
21021 variable speedbar-frame.
21023 (speedbar-use-images, speedbar-expand-image-button-alist)
21024 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21026 (speedbar-find-image-on-load-path): Removed. Replaced by
21027 defezimage in ezimage.el.
21028 (speedbar-expand-image-button-alist): Removed. Replaced by
21029 ezimage-expand-image-button-alist in ezimage.el.
21031 (speedbar-ignored-directory-regexp)
21032 (speedbar-add-ignored-directory-regexp)
21033 (speedbar-ignored-directory-expressions)
21034 (speedbar-line-directory, speedbar-buffers-line-directory)
21035 (speedbar-directory-line, speedbar-buffers-line-directory):
21036 Renamed, replacing `path' with `directory'.
21038 (speedbar-create-directory, speedbar-expand-line-descendants)
21039 (speedbar-toggle-line-expansion)
21040 (speedbar-contract-line-descendants): New commands.
21042 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21043 (speedbar-use-tool-tips-flag): New options.
21045 (speedbar-check-read-only, speedbar-require-version)
21046 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21047 (speedbar-handle-delete-frame, speedbar-try-completion)
21048 (speedbar-update-localized-contents): New functions.
21050 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21051 (speedbar-object-read-only-indicator): New variables.
21053 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21056 (speedbar-separator-face): New face.
21058 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21059 (speedbar-ignored-modes): Add fundamental-mode.
21060 (speedbar-directory-unshown-regexp): Add . directories.
21062 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21063 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21064 `]' for full expand/close.
21065 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21067 (speedbar-check-vc): Support hidden files.
21068 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21069 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21070 state is nil, it is not checked out.
21072 (speedbar-line-text, speedbar-line-token): Support expand buttons
21074 (speedbar-refresh): Universal argument acts as power-click.
21075 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21076 that buffer to get variable values.
21078 And many other bugfixes.
21080 * dframe.el, ezimage.el, sb-image.el: New files.
21082 * sb-*.xpm: Remove files. New image files installed into
21083 etc/images/ezimage.
21085 2005-09-30 Kenichi Handa <handa@m17n.org>
21087 * ps-mule.el (ps-mule-show-warning): If a character is in
21088 ps-print-translation-table, don't treat it as non-printable.
21090 2005-09-30 David Ponce <david@dponce.com>
21092 * tree-widget.el (tree-widget-themes-load-path): New variable.
21093 (tree-widget-themes-directory): Doc fix.
21094 (tree-widget-image-formats) [Emacs]: Doc fix.
21095 (tree-widget--locate-sub-directory): New function.
21096 (tree-widget-themes-directory): Use it.
21098 * recentf.el (recentf-filename-handlers): Rename from
21099 `recentf-filename-handler'. Allow a list of functions.
21100 (recentf-menu-items-for-commands): Fix :help strings.
21101 (recentf-apply-filename-handlers): New function.
21102 (recentf-expand-file-name): Use it.
21103 (recentf-cleanup): Remove duplicates too.
21105 2005-09-29 Juri Linkov <juri@jurta.org>
21107 * faces.el: Rearrange face definitions to be in the same order as
21108 their face descriptions in "(emacs)Standard Faces".
21110 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21112 * tooltip.el (tooltip): Add group `basic-faces'.
21114 * buff-menu.el (Buffer-menu-buffer): Remove group
21115 `font-lock-highlighting-faces'.
21117 * progmodes/compile.el (compilation-error, compilation-warning)
21118 (compilation-info, compilation-line-number, compilation-column-number):
21119 Change group from `font-lock-highlighting-faces' to `compilation'.
21121 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21122 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21123 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21124 (vhdl-font-lock-reserved-words-face)
21125 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21126 `font-lock-highlighting-faces'.
21128 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21130 2005-09-28 Kim F. Storm <storm@cua.dk>
21132 * emulation/cua-base.el: Set CUA move property on additional commands:
21133 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21134 forward-sexp, backward-sexp, forward-list, backward-list.
21136 2005-09-28 Romain Francoise <romain@orebokech.com>
21138 * comint.el (comint-show-output): Really set point at the
21139 beginning of the output when not using `comint-use-prompt-regexp'.
21141 2005-09-27 Jay Belanger <belanger@truman.edu>
21143 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21146 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21148 * textmodes/org.el (org-table-sum): Fix format string.
21150 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21153 2005-09-26 Romain Francoise <romain@orebokech.com>
21155 * isearch.el (isearch-forward-regexp): Close doc string.
21157 2005-09-25 Richard M. Stallman <rms@gnu.org>
21159 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21161 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21163 * progmodes/compile.el (compilation-error-properties):
21164 When getting the file from the previous error message,
21165 correctly decode the new data format.
21167 * progmodes/cc-cmds.el (c-electric-paren):
21168 Call old-blink-paren only for close-paren.
21170 2005-09-24 Andreas Schwab <schwab@suse.de>
21172 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21175 2005-09-25 Romain Francoise <romain@orebokech.com>
21177 * dired-aux.el (dired-copy-file-recursive):
21178 * dired.el (dired-delete-file):
21179 * ediff-mult.el (ediff-dir-diff-copy-file):
21180 * ediff-util.el (ediff-test-save-region):
21181 * forms.el (forms-mode):
21182 * ido.el (ido-file-internal, ido-delete-file-at-head):
21183 * log-edit.el (log-edit-done):
21184 * ses.el (ses-yank-resize):
21185 * play/gomoku.el (gomoku-human-plays, gomoku)
21186 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21187 (gomoku-offer-a-draw):
21188 * play/landmark.el (lm-human-resigns, lm):
21189 * net/eudcb-ldap.el (eudc-ldap-check-base):
21190 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21191 * progmodes/ebrowse.el (ebrowse-find-pattern):
21192 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21193 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21194 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21196 * vc.el (vc-delete-file):
21197 * play/gomoku.el (gomoku-terminate-game, gomoku)
21198 (gomoku-prompt-for-move, gomoku-human-takes-back):
21199 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21200 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21202 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21204 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21205 color rxvt terminals by using the code xterm.el used to use before
21206 2005-04-09 in order to match the colors used by rxvt.
21208 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21210 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21211 colors rxvt-unicode terminals by using the same code as xterm.el.
21213 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21215 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21216 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21217 new symbol used for the tex-verbatim face.
21219 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21221 * woman.el (woman-file-name):
21222 * wid-edit.el (widget-file-prompt-value)
21223 (widget-coding-system-prompt-value):
21224 * w32-fns.el (set-w32-system-coding-system):
21225 * vc.el (vc-version-diff, vc-annotate):
21226 * textmodes/reftex-auc.el (reftex-arg-cite)
21227 (reftex-arg-index-tag):
21228 * textmodes/refer.el (refer-get-bib-files):
21229 * textmodes/artist.el (artist-figlet-choose-font):
21230 * terminal.el (terminal-emulator):
21231 * replace.el (occur-read-primary-args):
21232 * rect.el (string-rectangle, string-insert-rectangle):
21233 * ps-print.el (ps-print-preprint):
21234 * progmodes/pascal.el (pascal-goto-defun):
21235 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21236 * progmodes/compile.el (compilation-find-file):
21237 * printing.el (pr-interactive-n-up):
21238 * play/animate.el (animate-birthday-present):
21239 * net/rcompile.el (remote-compile):
21240 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21241 * mail/rmailsum.el (rmail-summary-search-backward)
21242 (rmail-summary-search):
21243 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21244 (rmail-output-read-file-name):
21245 * mail/rmail.el (rmail-search, rmail-search-backwards):
21246 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21247 * locate.el (locate):
21248 * international/quail.el (quail-show-keyboard-layout):
21249 * international/mule.el (set-buffer-file-coding-system)
21250 (revert-buffer-with-coding-system, set-file-name-coding-system)
21251 (set-terminal-coding-system, set-keyboard-coding-system)
21252 (set-next-selection-coding-system):
21253 * international/mule-diag.el (describe-coding-system)
21254 (describe-font, describe-fontset):
21255 * international/mule-cmds.el (universal-coding-system-argument)
21256 (search-unencodable-char, describe-input-method)
21257 (set-language-environment, describe-language-environment):
21258 * international/codepage.el (codepage-setup):
21259 * international/code-pages.el (codepage-setup):
21260 * info.el (Info-search, Info-follow-reference)
21261 (Info-search-backward):
21262 * emacs-lisp/advice.el (ad-read-advised-function)
21263 (ad-read-advice-class, ad-clear-cache, ad-activate)
21264 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21265 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21267 * ediff-util.el (ediff-toggle-regexp-match):
21268 * ediff-ptch.el (ediff-prompt-for-patch-file):
21269 * dired-aux.el (dired-diff):
21271 * cus-edit.el (custom-variable-prompt):
21272 * calendar/timeclock.el (timeclock-ask-for-project):
21273 * calc/calcalg3.el (calc-get-fit-variables):
21274 * calc/calc-store.el (calc-edit-variable)
21275 (calc-permanent-variable):
21276 * vc-mcvs.el (vc-mcvs-register):
21277 * shadowfile.el (shadow-define-literal-group):
21278 * woman.el (woman-file-name):
21279 * vc.el (vc-version-diff, vc-merge):
21280 * textmodes/reftex-index.el (reftex-index-complete-tag):
21281 * format.el (format-decode-buffer, format-decode-region):
21282 * emulation/viper-cmd.el (viper-read-string-with-history):
21283 * emacs-lisp/debug.el (cancel-debug-on-entry):
21284 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21285 * ediff.el (ediff-merge-revisions)
21286 (ediff-merge-revisions-with-ancestor, ediff-revision):
21287 * completion.el (interactive-completion-string-reader):
21288 * calc/calc-prog.el (calc-user-define-formula):
21289 Follow convention for reading with the minibuffer.
21291 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21293 * progmodes/python.el (python-describe-symbol): Add globals() and
21294 locals() to the arguments of emacs.ehelp.
21296 2005-09-24 Magnus Henoch <mange@freemail.hu>
21298 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21299 New function, code extracted from ispell-valid-dictionary-list.
21300 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21303 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21305 * subr.el (version-regexp-alist): Extend valid syntax for version
21306 strings: allow any of the characters -,_,+ to separate the
21307 alpha/beta/rc part from the version part. Doc fix.
21308 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21310 2005-09-23 David Reitter <david.reitter@gmail.com>
21312 * mail/mailclient.el: New file.
21314 2005-09-23 Richard M. Stallman <rms@gnu.org>
21316 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21317 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21320 * progmodes/cc-mode.el (c-font-lock-init):
21321 Specify font-lock-lines-before.
21323 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21325 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21328 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21330 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21331 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21332 of `remap' feature when available. Additional key bindings for
21333 better tty support.
21334 (org-mode-restart, org-force-self-insert): New commands.
21335 (org-time-stamp-inactive): New command.
21336 (org-remap): New function.
21337 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21338 (org-enable-fixed-width-editor): Move to `org-structure'
21339 customization group.
21340 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21341 blank field after field motion commands.
21343 2005-09-23 Kenichi Handa <handa@m17n.org>
21345 * international/mule-cmds.el (set-language-environment):
21346 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21347 have to call utf-translate-cjk-load-tables.
21349 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21351 * mouse.el (mouse-move-drag-overlay): Fix last change.
21353 2005-09-22 David Ponce <david@dponce.com>
21355 * tree-widget.el (tree-widget-value-create): Fix previous change.
21357 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21359 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21361 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21363 * mouse.el (mouse-move-drag-overlay): New function.
21364 (mouse-drag-region-1): Use it.
21365 Try to simplify a bit the state handling. Handle clicks on links
21366 inside intangible areas.
21367 (mouse-save-then-kill): Minor simplification.
21368 (mouse-secondary-overlay): Make it always non-nil instead of
21369 recreating it each time.
21370 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21371 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21372 Simplify accordingly.
21374 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21376 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21378 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21380 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21381 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21382 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21385 * ediff-util.el: Use insert-buffer-substring.
21387 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21389 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21390 field boundaries in the minibuffer.
21391 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21392 (viper-minibuffer-post-command-hook): New hook.
21393 (viper-line): Don't move cursor at bolp.
21395 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21397 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21398 avoid compiler warnings.
21400 * emulation/viper-macs.el (ex-map): Better messages.
21402 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21404 * emulation/viper.el: Replace make-variable-buffer-local with
21405 viper-make-variable-buffer-local everywhere, to avoid warnings.
21407 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21409 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21410 Delete unused var `old-selected-window'.
21411 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21412 (mouse-drag-secondary): Delete unused var `start-frame'.
21414 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21416 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21418 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21420 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21421 Re-indent within 80 columns. Use inhibit-read-only.
21423 2005-09-19 Romain Francoise <romain@orebokech.com>
21425 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21427 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21429 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21430 unconditionally, since the after-change-function already did it.
21432 2005-09-19 Miles Bader <miles@gnu.org>
21434 * net/newsticker.el: Get rid of CVS keyword.
21436 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
21438 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21439 The prompt is formatted later.
21441 2005-09-19 David Ponce <david@dponce.com>
21443 * tree-widget.el (tree-widget-value-create): Save the converted
21446 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21448 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21449 variable `message'.
21451 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21453 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21454 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21455 <slawomir.nowaczyk.847@student.lu.se>.
21457 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21459 * image.el (image-load-path): Use symbol `data-directory' instead
21460 of its value, for backward compatibility with packages that bind
21461 it during `find-image'. Suggested by Katsumi Yamaoka.
21462 (image-search-load-path): Handle symbols whose values are strings.
21464 2005-09-18 Romain Francoise <romain@orebokech.com>
21466 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21467 with-current-buffer form in save-excursion.
21469 2005-09-18 Deepak Goel <deego@gnufans.org>
21471 * apropos.el (apropos-command): Fix `message' call: first arg
21472 should be a format spec. In this and all other cases that appear
21473 below and elsewhere in the source code, I made a change only when
21474 two conditions were satisfied: [1] I can think of a possibility
21475 that the arguments would cause an error, for example, the code in
21476 question relies on external variables such as filenames. [2] I
21477 was sure that the arg to `message' could not have been nil in the code.
21479 * textmodes/tildify.el (tildify-region): Ditto.
21481 * textmodes/reftex-index.el (reftex-index-change-entry)
21482 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21483 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21484 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21485 (org-priority, org-table-sum):
21486 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21487 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21488 (flyspell-word, flyspell-display-next-corrections):
21489 * textmodes/bibtex.el (bibtex-print-help-message):
21490 * textmodes/artist.el (artist-key-set-point-poly):
21491 * term/mac-win.el (mac-services-insert-text):
21492 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21493 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21494 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21495 (vhdl-compose-configuration):
21496 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21497 (sh-set-indent, sh-learn-line-indent):
21498 * progmodes/ps-mode.el (ps-mode-target-column):
21499 * progmodes/idlwave.el (idlwave-make-tags)
21500 (idlwave-scan-library-catalogs):
21501 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21502 * progmodes/gud.el (gud-jdb-analyze-source):
21503 * progmodes/flymake.el (flymake-log):
21504 * progmodes/ebnf2ps.el (ebnf-generate-region):
21505 * progmodes/cmacexp.el (c-macro-expansion):
21506 * progmodes/ada-xref.el (ada-treat-cmd-string):
21507 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21508 (ada-justified-indent-current, ada-batch-reformat):
21509 * play/zone.el (zone):
21510 * play/landmark.el (lm-move):
21511 * play/decipher.el (decipher-show-alphabet):
21512 * net/newsticker.el (newsticker--display-jump)
21513 (newsticker--display-scroll):
21514 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21515 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21516 * mail/feedmail.el (feedmail-dump-message-to-queue):
21517 * eshell/esh-proc.el (eshell-remove-process-entry):
21518 * emulation/ws-mode.el (ws-last-error):
21519 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21520 (viper-record-kbd-macro):
21521 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21522 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21523 * emacs-lisp/find-func.el (find-function-noselect):
21524 * calendar/timeclock.el (timeclock-status-string)
21525 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21526 (timeclock-when-to-leave-string):
21527 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21528 * calc/calc-units.el (calc-enter-units-table):
21529 * calc/calc-mode.el (calc-mode-record-mode):
21530 * woman.el (woman-mini-help):
21531 * wdired.el (wdired-change-to-wdired-mode):
21532 * vc.el (vc-retrieve-snapshot):
21533 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21534 * startup.el (display-startup-echo-area-message):
21535 * simple.el (set-goal-column):
21536 * ses.el (ses-command-hook, ses-recalculate-cell):
21537 * server.el (server-process-filter):
21538 * printing.el (pr-interface-txt-print, pr-interface-printify)
21540 * pcvs.el (cvs-help):
21541 * log-edit.el (log-edit, log-edit-mode-help):
21542 * iswitchb.el (iswitchb-possible-new-buffer):
21543 * isearch.el (isearch-edit-string):
21544 * image-mode.el (image-mode, image-minor-mode):
21545 * ibuf-macs.el (define-ibuffer-filter):
21546 * hi-lock.el (hi-lock-find-patterns):
21547 * files.el (toggle-read-only):
21548 * ediff-util.el (ediff-copy-diff)
21549 (ediff-write-merge-buffer-and-maybe-kill):
21550 * echistory.el (Electric-history-undefined):
21551 * dnd.el (dnd-insert-text):
21552 * dired-aux.el (dired-query):
21553 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21554 * bookmark.el (bookmark-bmenu-locate):
21555 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21556 Fix `message' calls to ensure first arg is a format string.
21557 The change was made only when these two conditions were satisfied:
21558 [1] when there is a possibility that the arguments would cause an error
21559 for example, if the code in question relies on external variables
21560 such as filenames, and
21561 [2] if the arg to `message' could not have been nil in the code.
21563 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21564 Not having a %s would be weird, though not technically wrong.
21566 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21568 * term/mac-win.el (mac-add-charset-info): Doc fix.
21570 2005-09-17 Romain Francoise <romain@orebokech.com>
21572 * shell.el (shell-resync-dirs): Handle echoing processes more
21573 reliably. Don't insert resync command if `comint-process-echoes'
21576 2005-09-17 Magnus Henoch <mange@freemail.hu>
21578 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21579 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21580 aspell versions >= 0.60.
21581 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21582 only if ispell-aspell-supports-utf8 is non-nil.
21584 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
21586 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21587 buffer-local value to lisp-indent-function.
21589 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21591 * progmodes/glasses.el (glasses-make-readable): If
21592 glasses-separator differs from underscore, put appropriate
21593 overlays over underscore characters.
21594 (glasses-convert-to-unreadable): If glasses-separator differs from
21595 underscore, try to convert glasses-separator characters to
21598 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21600 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21601 Use with-syntax-table and dolist.
21603 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21605 * textmodes/reftex-auc.el:
21606 * textmodes/reftex-cite.el:
21607 * textmodes/reftex-dcr.el:
21608 * textmodes/reftex-global.el:
21609 * textmodes/reftex-parse.el:
21610 * textmodes/reftex-ref.el:
21611 * textmodes/reftex-sel.el:
21612 * textmodes/reftex-toc.el:
21613 * textmodes/reftex-vars.el:
21614 * textmodes/reftex.el: Small changes to remove compiler warnings.
21616 * textmodes/reftex-index.el: Likewise.
21617 (reftex-query-index-phrase): More efficient use of markers.
21619 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21621 * image.el (image-load-path): New variable.
21622 (image-search-load-path): New function.
21623 (find-image): Search for images in `image-load-path'.
21625 2005-09-15 Richard M. Stallman <rms@gnu.org>
21627 * follow.el: Change Maintainer field.
21629 2005-09-15 David Ponce <david@dponce.com>
21631 * recentf.el (recentf-save-file-modes): New option.
21632 (recentf-save-list): Use it.
21634 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21636 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21637 (mode-line-mule-info, mode-line-modified): Move bindings from
21638 mouse-3 to mouse-1.
21640 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21642 * simple.el (sendmail-user-agent-compose): Revert last change.
21644 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21646 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21647 Use with-current-buffer.
21648 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21649 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21650 (ange-ftp-insert-directory): Remove unused var `short'.
21651 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21653 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21654 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21656 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21657 (check-calendar-holidays, diary-list-entries): Autoload.
21658 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21659 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21661 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21662 which mistakenly removed a call to display-buffer.
21664 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21666 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21668 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21670 * progmodes/hideshow.el
21671 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21672 (hs-allow-nesting): New user var.
21673 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21674 (hs-hide-block-at-point): When nesting allowed,
21675 if there is already an overlay in place, delete it.
21676 (hs-safety-is-job-n): Delete func; remove call sites.
21677 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21678 (hs-overlay-at): New func.
21679 (hs-already-hidden-p, hs-show-block): Use it.
21680 (hs-hide-all): Don't pre-clean if nesting allowed.
21681 (hs-show-all): Temporarily disallow
21682 nesting around call to `hs-discard-overlays'.
21684 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21686 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21687 Delete unused local var.
21689 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21691 * help-fns.el (describe-categories): "?\ " -> "?\s".
21692 (help-do-arg-highlight): Recognize also ARG-n, as in
21693 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21695 * international/codepage.el (dos-unsupported-char-glyph):
21696 * net/newsticker.el (tool-bar-map, w3-mode-map)
21697 (w3m-minor-mode-map):
21698 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21700 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21702 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21704 * custom.el (custom-push-theme): Handle the case where a symbol is
21705 bound but face properties have not yet been assigned.
21707 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21708 Fix behavior if noerase is `t' and there is no mail buffer.
21710 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21711 if `continue' is nil, rather than signal an error.
21713 2005-09-12 Richard M. Stallman <rms@gnu.org>
21715 * font-lock.el (font-lock-keywords): Add autoload.
21717 * help-fns.el (describe-variable): Rearrange to put source link
21718 in a predictable place.
21720 * net/newsticker.el: New file.
21722 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21724 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21725 (calendar-basic-setup): Use the new nil arg.
21726 (number-of-diary-entries): Move to diary-lib.el.
21728 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21729 (diary-list-entries): Use with-syntax-table and dolist.
21730 Rename from list-diary-entries.
21731 Use number-of-diary-entries if `number' is nil.
21732 (diary, diary-view-entries): Use this new name and new nil arg value.
21733 (number-of-diary-entries): Move from calendar.el.
21734 (diary-unhide-everything): New function.
21735 (include-other-diary-files, fancy-diary-display)
21736 (diary-show-all-entries, make-diary-entry): Use it.
21737 (diary-mail-entries): Use buffer-string.
21738 (mark-diary-entries): Fix long standing paren typo.
21739 (diary-sexp-entry): Use count-lines.
21740 (make-diary-entry): Avoid `previous-line'.
21741 (diary-mode-map): New var.
21742 (diary-mode): Redraw cal after saving. Setup header-line.
21743 (fancy-diary-display-mode): Use local-set-key.
21745 * startup.el (command-line): Try calling various terminal-init-foo-bar
21746 functions by stripping hyphenated suffixes from $TERM.
21748 * files.el (normal-mode): Check boundness of font-lock-keywords.
21750 2005-09-12 Richard M. Stallman <rms@gnu.org>
21752 * progmodes/compile.el: Don't decide a file's directory
21753 until the user actually tries to go there.
21754 (compilation-next-error-function):
21755 Pass compilation-find-file the directory from the file-struct.
21756 (compilation-internal-error-properties): Separate local FILE-STRUCT
21757 from FILE. Doc the args better. Rename arg FMT to FMTS.
21758 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21759 Expand it, and if nil, use default-directory.
21760 (compilation-get-file-structure): Don't mix specified directory
21761 with default directory. Put specified directory into
21762 file-struct. Don't make the file name absolute.
21764 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21765 (compile-command): Add autoload.
21766 (compilation-disable-input): Add autoload.
21768 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21770 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21771 strings of the variables it can override.
21772 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21773 %Q and %q, for fully-qualified domain name and unqualified host name.
21775 2005-09-11 Kim F. Storm <storm@cua.dk>
21777 * emacs-lisp/authors.el (authors-aliases): Update list.
21778 (authors-fixed-entries): Update mldrag.el entry.
21780 2005-09-10 Alan Mackenzie <acm@muc.de>
21782 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21783 from the region narrowed to.
21785 2005-09-10 Magnus Henoch <mange@freemail.hu>
21787 * textmodes/ispell.el (ispell-check-version): Signal an error if
21788 aspell version is less than 0.60.
21790 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21792 * progmodes/octave-inf.el (inferior-octave-startup):
21793 Resync current dir at the end.
21795 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21797 * woman.el (woman-topic-at-point-default):
21798 Rename to woman-use-topic-at-point-default.
21799 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21800 (woman-file-name): Reflect renames above. Automatically use the
21801 word at point as topic if woman-use-topic-at-point is non-nil.
21802 Otherwise offer it as default but don't insert it in the
21803 minibuffer. Also use `test-completion' instead of `assoc' as
21804 suggested by Stefan Monnier.
21806 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21808 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21809 the attempt to do it over Tramp. This is not yet supported.
21811 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21813 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21814 (menu-bar-non-minibuffer-window-p): New functions.
21815 ("Split Window", "Save As..."): Use them.
21816 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21817 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21818 Use menu-bar-menu-frame-live-and-visible-p.
21819 ("Save Buffer", "Insert File", "Open Directory...")
21820 ("Open File...", "Visit New File..."):
21821 Use menu-bar-non-minibuffer-window-p.
21822 (kill-this-buffer-enabled-p, dired <menu-enable>):
21823 Use menu-bar-non-minibuffer-window-p.
21825 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21827 * cus-start.el (all): Don't complain about fringe-related
21828 built-ins if fringes are not supported. Ditto about
21829 selection-related built-ins. Fix the test for GTK-related built-ins.
21831 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21832 ("Postscript Print Buffer", "Print Region", "Save As...")
21833 ("Save", "Insert File...", "Open Directory...")
21834 ("Open File...", "Visit New File..."")
21835 ("Truncate Long Lines in this Buffer"): Don't look at
21836 menu-updating-frame if this display does not support multiple frames.
21838 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21840 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21842 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21844 * woman.el: Format- and whitespace-related changes.
21846 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21848 * woman.el: Fix my email address.
21850 2005-09-08 Richard M. Stallman <rms@gnu.org>
21852 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21853 (sh-mode): Locally set skeleton-pair-default-alist.
21855 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21857 * progmodes/flymake.el: Require `compile' unconditionally.
21859 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21861 * woman.el (woman-file-name): Provide a default, not initial input.
21863 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21865 * font-lock.el (font-lock-support-mode): Doc fix.
21867 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21869 2005-09-08 Richard M. Stallman <rms@gnu.org>
21871 * simple.el (blink-matching-open): Get rid of text props from
21872 the string shown in echo area. Don't permanently set point.
21873 Some rearrangements.
21875 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21877 * recentf.el (recentf-filename-handler): Add custom choice
21878 `abbreviate-file-name'.
21880 * msb.el (msb--very-many-menus): Fix typo.
21882 * disp-table.el (standard-display-european): Don't set
21883 enable-multibyte-characters to nil.
21885 2005-09-08 David Ponce <david@dponce.com>
21887 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21888 (recentf-expand-file-name): Doc fix.
21889 (recentf-dialog-mode-map): Define digit shortcuts.
21890 (recentf--files-with-key): New variable.
21891 (recentf-show-digit-shortcut-filter): New function.
21892 (recentf-open-files-items): New function.
21893 (recentf-open-files): Use it.
21894 (recentf-open-file-with-key): New command.
21896 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21898 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21899 Suggested by Kim F. Storm.
21900 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21901 (Buffer-menu-make-sort-button): Use global keymap.
21903 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21905 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21906 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21907 necessary any longer with the remapped command.
21908 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21909 formatting time only.
21911 * net/tramp.el (tramp-action-password)
21912 (tramp-multi-action-password): Compile the password prompt from
21913 `method', `user' and `host'. Sometimes it isn't obvious which
21914 password to enter, for example with remote files offered by
21915 recentf.el, or with multiple steps. Suggested by Robert Marshall
21916 <robert@chezmarshall.freeserve.co.uk>.
21918 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21920 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21921 Fix regexp for when "s///" is at the beginning of line.
21923 2005-09-07 Jay Belanger <belanger@truman.edu>
21925 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21926 when in matrix mode.
21928 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21930 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21931 non-anonymous functions.
21933 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21935 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21936 when using a header line. Otherwise, use mouse-1-click-follows-link.
21938 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21939 can't be moved; don't signal an error.
21941 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
21943 * cus-theme.el (custom-theme-write-faces): Save the current face
21944 spec, not the defface spec.
21946 * custom.el (custom-known-themes): Clarify meaning of "standard".
21947 (custom-push-theme): Save old values in the standard theme.
21948 (disable-theme): Correct typo.
21949 (custom-face-theme-value) Deleted unused function.
21950 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21952 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21954 * progmodes/compile.el (compilation-goto-locus): Take into account
21955 iconified frames when determining whether the buffer is
21957 Don't reset window height if the window already existed.
21959 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
21961 * custom.el (load-theme): Rename from require-theme.
21962 Add interactive spec.
21963 (enable-theme): Rename from custom-enable-theme.
21964 Add interactive spec.
21965 (disable-theme): Rename from custom-disable-theme.
21966 Add interactive spec.
21967 (custom-make-theme-feature): Doc fix.
21968 (custom-theme-directory): Doc fix.
21969 (provide-theme): Call enable-theme.
21971 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21973 * obsolete/lazy-lock.el (lazy-lock-mode):
21974 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21975 font-lock-mode if it's off. Print a warning instead.
21977 * progmodes/compile.el (compilation-start): Ignore errors if the
21978 process died before we get to send-eof.
21980 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21981 Undo last change. Enclosing the result in quotes broke things on Unix
21982 since tex-send-command passes it through shell-quote-argument.
21983 (tex-send-command): Pass `file' through convert-standard-filename
21985 (tex-uptodate-p): Handle the case where TeX hasn't put additional
21986 info in a transcript.
21988 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
21990 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21991 fix compilation warning. Reorder the key definitions to group
21992 together keys emitted by the current version of xterm.
21994 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21995 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21996 Reorder predicates to correct min-color usage.
21998 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22000 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22001 Kill local variables when longlines-mode is turned off.
22003 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22005 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22007 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22009 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22011 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22012 (font-lock-lines-before): Change default to being inactive.
22013 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22014 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22016 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22018 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22019 Deactivate temporarily advice if active (not needed for Emacs 22,
22020 but for backwards compatibility).
22021 (tramp-exists-file-name-handler): Rewrite. First implementation
22023 (tramp-advice-make-auto-save-file-name):
22024 Call `tramp-handle-make-auto-save-file-name' (again, just for
22025 backwards compatibility).
22027 2005-08-31 Reto Zimmermann <reto@gnu.org>
22029 * progmodes/vhdl-mode.el
22030 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22031 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22032 (vhdl-set-default-project): New function (easier setting of default).
22033 (vhdl-port-copy): Handle extended identifiers for generics.
22034 (vhdl-compiler-alist): Better description for error message regexp.
22035 (vhdl-make): Query for target, use previous as default.
22036 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22037 (vhdl-font-lock-keywords-2): Fix fontification for record
22039 (vhdl-speedbar-make-subpack-line): Add package body link.
22040 (vhdl-generate-makefile-1): Not include itself as dependency.
22041 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22042 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22043 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22044 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22045 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22046 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22047 (vhdl-import-project): Add string argument for `error'.
22048 (vhdl-compose-configuration)
22049 (vhdl-compose-configuration-architecture): Add configuration
22050 declaration generation.
22051 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22052 (vhdl-trailer-re): Add "record" keyword (better indentation).
22053 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22055 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22056 (vhdl-testbench-entity-file-name)
22057 (vhdl-testbench-architecture-file-name): Allow separate
22058 customization of testbench file names.
22059 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22060 (vhdl-get-visible-signals): Allow newline within alias declaration.
22061 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22062 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22063 (member-ignore-case): Alias for missing function in XEmacs.
22064 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22065 (vhdl-update-sensitivity-list): Ignore case on read signals.
22066 (vhdl-replace-string): Adjust case only for file names.
22067 (vhdl-update-sensitivity-list): Fix search for read signals.
22068 (vhdl-update-sensitivity-list): Exclude formal parameters.
22069 (vhdl-get-visible-signals): Include aliases of signals.
22070 (vhdl-get-visible-signals): Fix signal name searching.
22071 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22072 (vhdl-fixup-whitespace-region): Fix for character
22073 literals (e.g. `:').
22075 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22077 * ansi-color.el (comint-last-output-start):
22078 * bs.el (font-lock-verbose):
22079 * diff-mode.el (add-log-buffer-file-name-function):
22080 * dired-x.el (vm-folder-directory):
22081 * faces.el (help-xref-stack-item):
22082 * files.el (font-lock-keywords):
22083 * find-lisp.el (dired-buffers, dired-subdir-alist):
22084 * ido.el (cua-inhibit-cua-keys):
22085 * log-view.el (cvs-minor-wrap-function):
22086 * outline.el (font-lock-warning-face):
22087 * simple.el (compilation-current-error):
22088 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22089 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22090 * tooltip.el (comint-prompt-regexp):
22091 * w32-fns.el (explicit-shell-file-name):
22092 * term/mac-win.el (mac-charset-info-alist)
22093 (mac-services-selection, mac-system-script-code):
22094 * term/tty-colors.el (msdos-color-values):
22095 * term/w32-win.el (xlfd-regexp-registry-subnum):
22096 * term/x-win.el (x-keysym-table, x-selection-timeout)
22097 (x-session-id, x-session-previous-id):
22098 * textmodes/ispell.el (mail-yank-prefix):
22099 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22100 * textmodes/org.el (calc-embedded-close-formula)
22101 (calc-embedded-open-formula)
22102 (font-lock-unfontify-region-function):
22103 * textmodes/reftex-global.el (isearch-next-buffer-function)
22105 * textmodes/reftex.el (font-lock-keywords):
22106 * textmodes/tex-mode.el (font-lock-comment-face)
22107 (font-lock-doc-face):
22108 * textmodes/texinfo.el (outline-heading-alist):
22111 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22112 (artist-spray-chars, artist-mode-init, artist-replace-string)
22113 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22114 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22115 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22117 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22118 (conf-align-assignments): "?\ " -> "?\s".
22120 * textmodes/reftex-index.el (TeX-master): Add defvar.
22121 (reftex-index-phrases-marker): Move up defvar.
22123 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22124 (reftex-toc-include-labels-indicator)
22125 (reftex-toc-include-index-indicator)
22126 (reftex-toc-max-level-indicator): Move up declarations.
22128 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22129 of args to `tramp-run-real-handler', even if it's empty in this case.
22131 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22133 * dired.el (dired-move-to-filename-regexp): Add date format for
22134 Mac OS X 10.3 in East Asian locales.
22136 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22138 * files.el (make-auto-save-file-name): Add file name handler call
22141 * net/tramp.el (tramp-file-name-handler-alist)
22142 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22143 (tramp-handle-make-auto-save-file-name): Rename from
22144 `tramp-make-auto-save-file-name'.
22145 (tramp-exists-file-name-handler): New defun.
22146 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22147 `make-auto-save-file-name' is not a magic file name operation.
22149 2005-08-30 Richard M. Stallman <rms@gnu.org>
22151 * files.el (risky-local-variable-p):
22152 Match `-predicates' and `-commands.
22154 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22155 (custom-save-all): Visit the file if necessary;
22156 kill the buffer if we created it.
22157 (custom-save-delete): Don't visit file or kill buffer here.
22159 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22161 * textmodes/org.el (org-special-keyword): New face.
22162 (org-table-copy-down, org-table-eval-formula)
22163 (org-table-recalculate, org-init-section-numbers):
22164 Use `string-to-number' instead of `string-to-int'.
22165 (org-get-location): Use `insert-buffer-substring' instead of
22167 (org-modify-diary-entry-string): New function.
22168 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22169 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22170 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22172 (org-export-as-html): Handle QUOTE keyword.
22173 (org-quote-string): New option.
22174 (org-bookmark-jump-unhide): New function, used for
22175 `bookmark-after-jump-hook'.
22176 (org-diary-default-entry): Apply only when not called through
22179 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22181 * net/eudc.el (mode-popup-menu):
22182 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22183 * progmodes/ada-mode.el (compile-auto-highlight)
22184 (skeleton-further-elements):
22185 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22186 * progmodes/cmacexp.el (msdos-shells):
22187 * progmodes/compile.el (font-lock-extra-managed-props)
22188 (font-lock-keywords, font-lock-maximum-size)
22189 (font-lock-support-mode):
22190 * progmodes/grep.el (font-lock-lines-before):
22191 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22192 * progmodes/mixal-mode.el (compile-command):
22193 * progmodes/perl-mode.el (font-lock-comment-face)
22194 (font-lock-doc-face, font-lock-string-face):
22195 * progmodes/prolog.el (comint-prompt-regexp):
22196 * progmodes/sh-script.el (font-lock-comment-face)
22197 (font-lock-set-defaults, font-lock-string-face):
22198 * progmodes/sql.el (font-lock-keyword-face)
22199 (font-lock-set-defaults, font-lock-string-face):
22200 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22201 (itimer-version, lazy-lock-defer-contextually)
22202 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22205 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22206 (cperl-electric-keyword, cperl-electric-pod)
22207 (cperl-electric-backspace, cperl-forward-re)
22208 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22209 (vc-rcs-header, vc-sccs-header): Add defvars.
22211 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22212 (font-lock-syntactic-keywords, gud-find-expr-function):
22215 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22216 (gdb-frame-parameters): Declare before use.
22218 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22219 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22220 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22221 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22223 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22224 (idlwave-help-with-source): Use `insert-buffer-substring', not
22227 2005-08-29 Juri Linkov <juri@jurta.org>
22229 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22230 Put outline-back-to-heading function call inside save-excursion.
22232 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22234 * man.el (Man-init-defvars, Man-translate-references)
22235 (Man-support-local-filenames, Man-highlight-references):
22236 * progmodes/sql.el (sql-interactive-mode):
22237 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22239 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22240 (compilation-mode-font-lock-keywords): Add defvars.
22241 (checkdoc-interactive-loop): "?\ " -> "?\s".
22243 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22244 (font-lock-doc-face, font-lock-string-face)
22245 (font-lock-keywords-case-fold-search): Add defvars.
22246 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22248 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22249 Don't pass X and Y (they are ignored anyway).
22250 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22251 (mouse-delete-window): Make arguments optional.
22253 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22254 (caesar-translate-table, minor-modes, news-buffer-save)
22255 (news-group-name, news-minor-modes): Add defvars.
22257 * emacs-lisp/lselect.el (mouse-highlight-priority)
22258 (x-lost-selection-functions, zmacs-regions):
22259 * emacs-lisp/pp.el (font-lock-verbose):
22260 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22261 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22263 * emacs-lisp/tcover-unsafep.el (safe-functions):
22264 * international/mule-cmds.el (mac-system-coding-system)
22265 (mac-system-locale):
22266 * language/ethio-util.el (rmail-current-message)
22267 (rmail-message-vector):
22268 * language/thai-util.el (thai-auto-composition-mode):
22269 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22270 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22271 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22272 (vm-primary-inbox, vm-spool-files):
22273 * mail/rmail.el (deleted-head, font-lock-fontified)
22274 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22275 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22277 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22278 (rmail-summary-mode-map):
22279 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22280 (rmail-last-label, rmail-last-multi-labels)
22281 (rmail-summary-vector, rmail-total-messages):
22282 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22283 * mail/rmailsum.el (msgnum):
22284 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22285 (rmail-current-message):
22286 * obsolete/fast-lock.el (font-lock-face-list):
22287 * obsolete/rnewspost.el (mail-reply-buffer):
22288 * obsolete/scribe.el (compile-command):
22289 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22291 2005-08-28 John Paul Wallington <jpw@gnu.org>
22293 * ibuf-ext.el (ibuffer-auto-update-changed):
22294 Use `frame-or-buffer-changed-p' to check whether we need to update.
22295 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22296 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22297 as a `frame-or-buffer-changed-p' state vector instead.
22299 2005-08-27 Romain Francoise <romain@orebokech.com>
22301 * textmodes/makeinfo.el (makeinfo-compile):
22302 Use `compilation-start'. Set `next-error-function' according to
22304 (makeinfo-next-error): New function.
22305 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22306 (makeinfo-buffer): Likewise.
22308 * progmodes/compile.el (compilation-start): Add autoload cookie.
22310 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22311 * textmodes/sgml-mode.el: Likewise.
22312 * progmodes/python.el: Likewise.
22314 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22316 * simple.el (blink-matching-paren-distance): Document the meaning
22317 of nil value, and allow to customize to nil.
22319 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22320 command.com, not command.exe.
22322 2005-08-26 John Wiegley <johnw@newartisans.com>
22324 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22325 code around a bit so that an extraneous nil argument is not added
22326 to a command when no args are given.
22328 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22329 double-quoted argument resolves to nil, return it as an empty
22330 string rather than as nil. This made it impossible to pass "" to
22331 a shell script as a null string argument.
22333 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22335 * outline.el (outline-invent-heading): New fun.
22336 (outline-promote, outline-demote): Use it.
22337 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22338 (outline-end-of-subtree): Remove unused var `opoint'.
22340 2005-08-26 David Reitter <david.reitter@gmail.com>
22342 * menu-bar.el (truncate-lines, write-file, print-buffer)
22343 (ps-print-buffer-faces, ps-print-buffer, split-window):
22344 Disable menu items when the frame they refer to is invisible, or when
22345 they refer to a buffer and the minibuffer is selected.
22347 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22349 * progmodes/flymake.el (flymake-highlight-err-lines):
22350 Use save-excursion around flymake-highlight-line to preserve point.
22352 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22354 * progmodes/octave-mod.el: Change Author and Maintainer address.
22355 (octave-maintainer-address): Change Kurt's email address.
22356 * progmodes/octave-inf.el: Change Author and Maintainer address.
22357 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22359 2005-08-26 Kim F. Storm <storm@cua.dk>
22361 * subr.el (version-list-<, version-list-<=, version-list-=):
22362 Rename from integer-list-*.
22363 (version-list-not-zero): Likewise. Fix while loop.
22364 (version=): Use version-list-= instead of string-equal.
22366 2005-08-26 Richard M. Stallman <rms@gnu.org>
22368 * outline.el (outline-promote): Try shortening the heading.
22369 As last resort, read the heading to use.
22370 (outline-demote): As last resort, read the heading to use.
22372 2005-08-26 Romain Francoise <romain@orebokech.com>
22374 * progmodes/compile.el (compilation-start): Doc fix.
22376 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22377 (antlr-font-lock-additional-keywords): Fix reference to
22378 `antlr-font-lock-literal-regexp' erroneously changed during the
22380 (antlr-run-tool): Use `compilation-start'.
22382 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22383 instead of the obsolete `compile-internal'.
22385 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22387 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22388 (number, original-date):
22389 * calendar/cal-china.el (date):
22390 * calendar/cal-coptic.el (date):
22391 * calendar/cal-french.el (date):
22392 * calendar/cal-hebrew.el (date, entry, number, original-date):
22393 * calendar/cal-islam.el (date, number, original-date):
22394 * calendar/cal-iso.el (date):
22395 * calendar/cal-julian.el (date):
22396 * calendar/cal-mayan.el (date):
22397 * calendar/cal-menu.el (date, event):
22398 * calendar/cal-persia.el (date):
22399 * calendar/lunar.el (date):
22400 * calendar/solar.el (date): Add defvars.
22405 * obsolete/bg-mouse.el:
22406 * obsolete/sun-curs.el:
22407 * obsolete/swedish.el: Move the `defvar's to the top level.
22409 * smerge-mode.el (smerge-refined-change): Add :group.
22411 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22413 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22414 (smerge-keep-n): Remove props.
22415 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22416 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22417 now that it's done in smerge-keep-n.
22418 (smerge-refined-change): New face.
22419 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22420 (smerge-refine): New funs.
22421 (smerge-basic-map): Bind smerge-refine.
22423 2005-08-25 Juri Linkov <juri@jurta.org>
22425 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22426 compilation-process-setup-function and compilation-disable-input
22427 in grep-mode instead of let-bindings in grep.
22429 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22430 Delete "Automatic File De/compression" (auto-compression-mode).
22432 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22434 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22435 Silence warning about non-existent variable.
22437 2005-08-25 Richard M. Stallman <rms@gnu.org>
22439 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22440 Rename "Describe Key" to "Describe Key or Mouse Operation".
22442 * mail/mailalias.el (build-mail-aliases): Delete comments
22443 from the contents before processing them.
22445 * isearch.el (isearch-edit-string): Erase the Search prompt
22446 if user enters an empty string and there is no default.
22448 * comint.el (comint-file-name-prefix): Add autoload.
22450 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22452 * subr.el (play-sound): Rearrange to avoid warning.
22454 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22456 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22458 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22460 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22462 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22464 * custom.el (custom-theme-set-variables): Sort minor modes last.
22466 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22468 * subr.el (version-separator, version-regexp-alist): New vars used by
22469 version comparison funs.
22470 (integer-list-<, integer-list-=, integer-list-<=)
22471 (integer-list-not-zero): New funs for integer list comparison.
22472 (version-to-list, version=, version<, version<=): New funs for version
22475 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22477 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22478 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22479 time to silence the byte-compiler.
22481 * ibuffer.el (ibuffer-compile-make-eliding-form)
22482 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22483 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22484 so it's silly to get warnings for it).
22485 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22486 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22487 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22488 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22489 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22490 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22491 Defvar at compile time.
22492 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22493 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22494 Declare them before use.
22496 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22497 (info-xref-good, info-xref-bad): Defvar at compile time.
22499 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22500 Use `let*' instead of `let'.
22502 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22503 (*mouse-y*, menu, char): Defvar at compile time.
22504 (sc::menu): Declare it before use.
22505 (sc::pack-one-line): Use `let', not `let*'.
22507 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22508 (mail-send-hook): Defvar at compile time.
22510 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22511 Defvar at compile time.
22513 * term/sun-mouse.el (current-global-mousemap)
22514 (current-local-mousemap): Declare them before use.
22516 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22518 * bookmark.el (bookmark-after-jump-hook): New hook.
22519 (bookmark-jump): Run `bookmark-after-jump-hook'.
22521 2005-08-23 Juri Linkov <juri@jurta.org>
22523 * faces.el (minibuffer-prompt): Doc fix.
22525 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22527 * progmodes/xscheme.el: Trivial changes to silence warnings.
22528 (xscheme-previous-mode, xscheme-previous-process-state):
22530 (xscheme-last-input-end, xscheme-process-command-line)
22531 (xscheme-process-name, xscheme-buffer-name)
22532 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22533 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22534 (xscheme-control-g-synchronization-p)
22535 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22536 (default-xscheme-runlight, xscheme-runlight)
22537 (xscheme-runlight-string, xscheme-process-filter-state)
22538 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22539 Move to beginning of file.
22540 (scheme-interaction-mode-commands-alist)
22541 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22542 Declare them before use. Note: the initialization code for the
22543 variables has not been moved because it uses functions that reference
22545 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22546 (xscheme-prompt-for-expression-map): Declare them before use.
22547 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22549 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22551 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22553 2005-08-22 Juri Linkov <juri@jurta.org>
22555 * faces.el (set-face-underline): Delete this duplicate function
22556 and make an obsolete alias to set-face-underline-p.
22557 (set-face-underline-p): Use docstring of set-face-underline.
22558 (describe-face): Create hyperlink to parent face.
22560 * info.el (Info-insert-dir): Use save-excursion around
22561 insert-buffer-substring.
22562 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22563 (Info-escape-percent): Delete function.
22564 (Info-fontify-node): Replace Info-escape-percent by
22565 replace-regexp-in-string with REP arg set to lambda that
22566 duplicates `%' and preserves text properties.
22568 * progmodes/compile.el (compilation-disable-input): Doc fix.
22569 (define-compilation-mode): Doc fix and refill.
22570 (kill-compilation): Use `mode-name' in the error message.
22571 (compilation-find-file): Use `compilation-error' in the
22572 read-file-name's prompt.
22574 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22576 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22577 (smerge-auto-leave): Make undo re-enable the mode.
22578 (debug-ignored-errors): Add the user-error of impossible resolution.
22579 (smerge-resolve): Move things around a bit, in preparation for later.
22580 (smerge-diff): Don't fail if the buffer has no associated file.
22581 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22582 (smerge-conflict-overlay): New function.
22583 (smerge-match-conflict): Don't add text properties here.
22584 (smerge-find-conflict): Instead, add an overlay here.
22585 Also check for the case where we're inside a conflict already, so as to
22586 obviate the need for font-lock-multiline, which is unbearably slow with
22587 large conflicts and ciomplex font-lock patterns.
22588 (smerge-remove-props): Remove overlay rather than text-properties.
22589 (smerge-mode): Don't set font-lock-multiline.
22590 Remove overlays when turned off.
22592 2005-08-21 Kim F. Storm <storm@cua.dk>
22594 * ido.el (ido-ignore-item-p): Use save-match-data.
22595 Bind case-fold-search to ido-case-fold locally.
22597 2005-08-20 Richard M. Stallman <rms@gnu.org>
22599 * files.el (normal-mode): If font lock is on, turn it off and on.
22601 * subr.el (replace-regexp-in-string): Doc fix.
22603 * startup.el (command-line-1): Don't suppress startup screen
22604 due to existing processes.
22606 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22608 * progmodes/compile.el (compilation-disable-input): Default to nil.
22610 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22612 * progmodes/compile.el (compilation-disable-input): New defcustom.
22613 (compilation-start): If compilation-disable-input is non-nil, send
22614 EOF to the compilation process.
22616 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22618 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22619 Run the argument of tex-shell-cd-command through
22620 convert-standard-filename, to get the correct style of slashes on
22621 Windows, and enclose the result in quotes, in case the file name
22622 includes whitespace or other special characters.
22624 2005-08-19 Andreas Schwab <schwab@suse.de>
22626 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22629 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22631 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22633 2005-08-18 Kim F. Storm <storm@cua.dk>
22635 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22637 2005-08-18 Richard M. Stallman <rms@gnu.org>
22639 * scroll-lock.el: New file.
22641 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22643 * dired.el (dired-move-to-end-of-filename):
22644 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22646 2005-08-18 Kim F. Storm <storm@cua.dk>
22648 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22649 rather than toggle mode when custom value is nil.
22650 (ido-everywhere): Fix defun doc string.
22652 2005-08-17 Richard M. Stallman <rms@gnu.org>
22654 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22655 as tag instead of "Inviolable".
22657 2005-08-17 Kim F. Storm <storm@cua.dk>
22659 * windmove.el (windmove-coordinates-of-position): Remove.
22660 (windmove-coordinates-of-window-position): Remove.
22661 (windmove-reference-loc): Use posn-at-point instead.
22663 * subr.el (insert-for-yank-1): Doc fix.
22665 * ido.el (ido-enter-matching-directory): Rename from
22666 ido-enter-single-matching-directory. Change `slash' choice to
22667 `only'. Add `first' choice.
22668 (ido-exhibit): Adapt to above changes.
22670 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22672 * Makefile.in: Expand comment about building loaddefs.el.
22674 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22676 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22677 Comment use of defadvice.
22679 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22681 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22683 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22684 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22685 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22686 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22687 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22688 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22689 for backward compatibility for faces that did not appear in the
22690 previous Emacs release.
22692 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22694 2005-08-15 Kim F. Storm <storm@cua.dk>
22696 * emulation/cua-base.el (cua-delete-region): Return t if
22697 deleted region was non-empty.
22698 (cua-replace-region): Inhibit overwrite-mode for
22699 self-insert-command if replaced region was non-empty.
22700 (cua--explicit-region-start, cua--status-string): Make them
22701 buffer-local at top-level...
22702 (cua-mode): ...rather than when mode is enabled.
22704 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22706 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22707 Set t for Emacs 21, 22, and so on.
22709 2005-08-15 David Ponce <david@dponce.com>
22711 * tree-widget.el: Update Commentary header.
22712 (tree-widget-theme): Doc fix.
22713 (tree-widget-space-width): New option.
22714 (tree-widget-image-properties): Look up in the default theme too.
22715 (tree-widget--cursors): Only for images with arrow pointer shape.
22716 (tree-widget-lookup-image): Pointer shape is hand by default.
22717 (tree-widget-icon): Rename generic icon widget from
22718 `tree-widget-control'.
22719 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22720 derive from `tree-widget-icon'.
22721 (tree-widget-handle): Improve default look and feel of the text
22723 (tree-widget): Rename :*-control properties to :*-icon properties.
22724 Add :action and :help-echo properties.
22725 (tree-widget-after-toggle-functions): Move.
22726 (tree-widget-close-node, tree-widget-open-node): Remove.
22727 (tree-widget-before-create-icon-functions): New hook.
22728 (tree-widget-value-create): Update to allow customization of icons
22729 and nodes at run-time via that new hook.
22730 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22731 (tree-widget-icon-action, tree-widget-icon-help-echo)
22732 (tree-widget-action, tree-widget-help-echo): New functions.
22734 2005-08-15 Kim F. Storm <storm@cua.dk>
22736 * ido.el (ido-buffer-internal): Use with-no-warnings.
22737 (ido-make-merged-file-list): Use while-no-input.
22739 2005-08-15 Richard M. Stallman <rms@gnu.org>
22741 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22742 (flyspell-large-region): Fix doc and custom type.
22744 2005-08-14 Richard M. Stallman <rms@gnu.org>
22746 * files.el (interpreter-mode-alist): Doc fix.
22748 * mail/rmail.el (rmail-nonignored-headers): New variable.
22749 (rmail-clear-headers): Use it.
22750 (rmail-reply): Better handling of mail-followup-to header.
22752 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22753 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22754 don't try to refer to executable-font-lock-keywords.
22755 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22756 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22757 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22758 (sh-mode): Set comment-start-skip, local-abbrev-table,
22759 imenu-case-fold-search.
22760 (sh-set-shell): Don't set them here.
22761 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22762 Don't cache the results in the original alist; don't ever modify
22765 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22767 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22770 2005-08-15 Andreas Schwab <schwab@suse.de>
22772 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22774 * dired.el, info.el, mail/rmail.el: Revert last change.
22776 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22778 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22779 modification in `eval-after-load' form.
22780 * info.el: Likewise.
22781 * mail/rmail.el: Likewise.
22783 2005-08-14 Juri Linkov <juri@jurta.org>
22785 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22786 Remove highlighting of "Compilation started". Highlight only
22787 the word "finished" in "Compilation finished". Add highlighting
22788 of "interrupt", "killed", "terminated" and the exit code.
22789 (compilation-start): Add newline after header. Use exactly the
22790 same time stamp format as the finishing message.
22791 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22793 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22794 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22795 Add highlighting of "interrupt", "killed", "terminated".
22797 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22798 enabled and the current command is self-insert-command, call it
22799 explicitly with overwrite-mode bound to nil, to not allow it
22800 to delete the character after the selected region.
22802 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22804 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22805 move-end-of-line, end-of-line, and beginning-of-line to the list
22806 of commands after which the echo area is updated.
22808 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22810 * cus-edit.el (custom-save-all, custom-save-delete):
22811 Bind recentf-exclude to exclude custom-file.
22813 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22815 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22816 to go to the bottom of the mail message. Added to
22817 `rmail-summary-mode-map' with key "/".
22818 (rmail-summary-show-message): New (internal) function for use by
22819 both `rmail-summary-beginning/end-of-message'.
22820 (rmail-summary-beginning-of-message): Change to use
22821 rmail-summary-show-message.
22823 * mail/rmail.el (rmail-end-of-message): New command to go to the
22824 end of the current message. Added to `rmail-mode-map' with key "/".
22825 (rmail-beginning-of-message): Fix to work as documented.
22826 (rmail-mode): Change documentation.
22828 * progmodes/compile.el (compilation-start): Add the line
22829 "Compilation started" with compilation start time.
22830 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22832 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22834 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22837 2005-08-11 Richard M. Stallman <rms@gnu.org>
22839 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22841 * battery.el (battery-status-function): Don't use ignore-errors.
22843 2005-08-11 Lute Kamstra <lute@gnu.org>
22845 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22846 define-obsolete-variable-alias.
22848 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22850 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22851 (ange-ftp-send-cmd): Revert last change, and expand
22852 the comment explaining the problem.
22854 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22856 * ldefs-boot.el: Update.
22858 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22859 item to "Time, Load and Mail". Change help echo text.
22861 * time.el (display-time-use-mail-icon, display-time-format)
22862 (display-time-string-forms): Shorten first line of docstrings.
22864 2005-08-10 Lars Hansen <larsh@soem.dk>
22866 * desktop.el (desktop-buffer-mode-handlers):
22867 Make non-customizable. Add autoload cookie. Change initial value to
22868 nil; add elements in respective modules instead. Fix doc string.
22869 (desktop-load-file): New function.
22870 (desktop-minor-mode-handlers): New autoloaded variable.
22871 (desktop-create-buffer): Call minor mode handlers.
22872 Use desktop-load-file to load major and minor mode modules prior to
22873 checking for a handler.
22874 (desktop-save): Don't add nil to desktop-minor-modes for minor
22875 modes with nil function in desktop-minor-mode-table. Don't delete
22876 desktop file before rewriting it.
22877 (desktop-locals-to-save): Add autoload cookie. Don't make
22878 automatically buffer-local. Add variables column-number-mode,
22879 size-indication-mode, indent-tabs-mode,
22880 indicate-buffer-boundaries, indicate-empty-lines and
22881 show-trailing-whitespace.
22882 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22883 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22884 (desktop-clear-preserve-buffers-regexp): Delete.
22885 (desktop-clear-preserve-buffers): Update initial value and docstring.
22886 (desktop-save-buffer): Fix doc string.
22888 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22889 (hilit-chg-desktop-restore): New function.
22890 (highlight-changes-mode): Add highlight-changes-mode to
22891 desktop-locals-to-save.
22893 * dired.el: Add handler to desktop-buffer-mode-handlers.
22894 (dired-restore-desktop-buffer): Remove autoload cookie.
22895 (dired-mode): Add autoload cookie.
22897 * info.el: Add handler to desktop-buffer-mode-handlers.
22898 (Info-restore-desktop-buffer): Remove autoload cookie.
22899 (Info-mode): Add autoload cookie.
22901 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22902 (mh-restore-desktop-buffer): Remove autoload cookie.
22903 (mh-folder-mode): Add autoload cookie.
22905 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22906 (rmail-restore-desktop-buffer): Remove autoload cookie.
22908 2005-08-11 Masatake YAMATO <jet@gyve.org>
22910 * hexl.el (hexl-address-region):
22911 (hexl-ascii-region, hexl-font-lock-keywords):
22912 (hexl-highlight-line-range): Use the term "region"
22913 instead of "area" for consistency with the other symbols
22914 defined in hexl.el.
22916 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22918 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22919 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22920 out by Juri Linkov). Add `display-battery-mode'.
22922 2005-08-09 Juri Linkov <juri@jurta.org>
22924 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22925 Remove `-text' from face variable names.
22926 (compilation-error-file-name, compilation-warning-file-name)
22927 (compilation-info-file-name): Delete faces.
22928 (compilation-line-number, compilation-column-number):
22929 Remove face underlining.
22930 (compilation-message-face): Set to `underline' value by default.
22931 (compilation-error-face, compilation-warning-face)
22932 (compilation-info-face): Remove `-file-name' from face names.
22933 (compilation-error-text-face, compilation-warning-text-face)
22934 (compilation-info-text-face): Delete face variables.
22935 (compilation-text-face): Delete function.
22937 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22938 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22939 (grep-error-face): Set to `compilation-error' instead of
22940 `compilation-error-face' (which is redefined to `grep-hit-face' in
22942 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22943 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22945 * dired-aux.el (dired-do-query-replace-regexp):
22946 Use `query-replace-read-args'.
22948 * replace.el (query-replace-read-from, query-replace-read-to)
22949 (query-replace-read-args): Rename arg `string' to `prompt'.
22951 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22953 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
22955 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22957 (ange-ftp-canonize-filename): Handle file names beginning with ~
22960 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22962 * textmodes/fill.el (canonically-space-region)
22963 (fill-context-prefix, fill-french-nobreak-p)
22964 (fill-delete-newlines, fill-comment-paragraph)
22965 (justify-current-line): "?\ " -> "?\s".
22967 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
22969 * textmodes/fill.el (fill-nonuniform-paragraphs):
22970 Improve argument/docstring consistency.
22972 2005-08-09 Richard M. Stallman <rms@gnu.org>
22974 * textmodes/ispell.el (ispell-word): More fboundp checks.
22976 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22977 (find-file-noselect-1): Call it here, only if RAWFILE.
22978 (normal-mode): Always set some major mode.
22979 (save-some-buffers-action-alist): Change some explanation strings.
22980 (file-name-non-special): In the `quote' method, use unwind-protect.
22982 2005-08-09 Magnus Henoch <mange@freemail.hu>
22984 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22985 (ispell-have-aspell-dictionaries): New variable.
22986 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22987 (ispell-get-aspell-config-value): New function.
22988 (ispell-aspell-find-dictionary): New function.
22989 (ispell-aspell-add-aliases): New function.
22990 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22991 appropriate. Don't look for ispell dictionaries if we use aspell.
22992 (ispell-menu-map): Don't build a submenu of dictionaries.
22994 2005-08-09 Richard M. Stallman <rms@gnu.org>
22996 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22997 (sql-read-passwd): Use read-passwd.
22999 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23000 (idlwave-toolbar-is-possible): Add defvars.
23002 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23005 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23006 (idlwave-system-class-info, idlwave-executive-commands-alist):
23009 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23011 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23014 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23015 and content-type: headers.
23017 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23019 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23020 and rename some of them to be more self-explanatory.
23022 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23024 * startup.el (command-line-1): Implement -scriptload.
23026 * replace.el (occur-engine): Initial *Occur* output not undoable.
23028 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23029 and improve help strings.
23031 * isearch.el (isearch-repeat): When changing direction,
23032 mark search successful.
23034 * ediff-init.el: Use (featurep 'xemacs).
23036 * comint.el (send-invisible): Identify buffer, if not selected.
23038 * align.el: Delete autoload for c-guess-basic-syntax.
23040 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23042 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23043 Improve argument/docstring consistency. Doc fixes.
23044 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23045 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23046 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23047 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23048 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23049 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23050 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23051 Defvar at compile time.
23053 2005-08-09 Juri Linkov <juri@jurta.org>
23055 * info.el: Replace `info' with upper-case `Info' where appropriate.
23056 (info-title-1, info-title-2, info-title-3, info-title-4)
23057 (info-menu-header): Move up face definitions.
23058 (info-menu-star): Rename from `info-menu-5'.
23059 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23060 (Info-fontify-visited-nodes): Fix docstring.
23061 (Info-hide-note-references): Fix docstring.
23062 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23063 menu items in the same way as on cross-references.
23064 (info-apropos): Fix sorting order and formatting to be like in the
23065 stand-alone Info browser. Display error messages for 1 sec.
23066 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23067 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23069 (Info-insert-dir): Restore point after calling
23070 `insert-buffer-substring'.
23072 2005-08-08 Richard M. Stallman <rms@gnu.org>
23074 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23075 (recompute-lucid-menubar): Add defvars.
23077 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23079 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23081 * net/net-utils.el (run-dig): Rename from `dig'.
23083 * play/gametree.el (gametree-mode): Use make-local-variable,
23084 not make-variable-buffer-local.
23086 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23088 * ansi-color.el (ansi-color-make-extent)
23089 (ansi-color-set-extent-face): Use fboundp, not functionp.
23091 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23092 not make-variable-buffer-local.
23094 * bookmark.el (Info-current-file): Add defvar.
23095 (bookmark-jump-noselect): Use with-no-warnings.
23097 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23099 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23101 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23103 * find-file.el (ada-procedure-start-regexp)
23104 (ada-package-start-regexp): Add defvars.
23106 * info.el (Info-insert-dir): Use insert-buffer-substring.
23108 * xml.el (xml-att-def-re): Add defvar.
23110 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23111 calling convention.
23113 * subr.el (while-no-input): Return t if there is input.
23115 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23117 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23119 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23121 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23122 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23124 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23126 * cmuscheme.el (scheme-start-file): Replace reference to
23127 `user-emacs-directory' by "~/.emacs.d/".
23129 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23131 * info.el (Info-dir-remove-duplicates): Avoid case folding
23132 in loop; instead, keep downcased strings for comparison.
23133 Suggested by Helmut Eller.
23135 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23137 Sync with Tramp 2.0.50.
23139 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23140 XEmacs case; not necessary anymore.
23141 (tramp-user-regexp): Allow "@" as part of user name.
23142 (tramp-handle-set-visited-file-modtime)
23143 (tramp-handle-insert-file-contents)
23144 (tramp-handle-write-region): No special handling for
23145 `last-coding-system-used, because this is done in
23146 `tramp-accept-process-output' now.
23147 (tramp-accept-process-output): New defun.
23148 (tramp-process-one-action, tramp-process-one-multi-action)
23149 (tramp-wait-for-regexp, tramp-wait-for-output)
23150 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23151 Howells <dhowells@redhat.com>.
23152 (clear-visited-file-modtime): Defadvice removed. The check for
23153 unset buffer's modtime does not need to be based on
23154 `tramp-buffer-file-attributes'. Suggested by RMS.
23155 (tramp-message): Insert "\n" if not being at beginning of line.
23156 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23157 sequence with same logic.
23158 (tramp-completion-handle-expand-file-name): Discard call of
23159 `tramp-drop-volume-letter'. It is not necessary, and there have
23160 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23161 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23162 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23163 should always be visible.
23164 (tramp-handle-insert-directory, tramp-setup-complete)
23165 (tramp-set-process-query-on-exit-flag)
23166 (tramp-append-tramp-buffers): Pacify byte-compiler.
23167 (tramp-bug): Delete non-existing variables from list.
23168 Apply `tramp-load-report-modules' as pre-hook.
23169 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23170 `shell-prompt-pattern' because of non-7bit characters.
23171 Reported by Sebastian Luque <sluque@mun.ca>.
23172 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23173 (tramp-match-string-list): Remove function.
23174 (tramp-wait-for-regexp): Remove call of that function.
23175 Suggested by Kim F. Storm <storm@cua.dk>.
23176 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23177 instead of octal character code ?\600. The latter resulted in a
23178 syntax error with XEmacs.
23180 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23181 XEmacs case; not necessary anymore.
23182 (tramp-smb-handle-write-region): No special handling for
23183 `last-coding-system-used, because this is done in
23184 `tramp-accept-process-output' now.
23185 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23187 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23189 * wid-edit.el (widget-choice-value-create):
23190 Unconditionally respect user choice. Set :explicit-choice back to nil
23191 when no longer needed.
23192 (widget-choice-action): Unconditionally respect user choice.
23193 Eliminate :explicit-choice-value.
23195 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23197 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23198 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23199 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23200 running new function `toggle-indicate-empty-lines'.
23201 Rename "Customize" item to "Customize fringe".
23202 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23203 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23204 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23205 Delete "Empty lines only" item.
23206 (menu-bar-showhide-fringe-ind-customize): New function.
23207 (menu-bar-showhide-fringe-ind-mixed)
23208 (menu-bar-showhide-fringe-ind-box)
23209 (menu-bar-showhide-fringe-ind-right)
23210 (menu-bar-showhide-fringe-ind-left)
23211 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23212 instead of `fringe-indicators'.
23214 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23216 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23217 Change the date of last update.
23219 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23221 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23222 (viper-exec-yank, viper-put-back): Don't display modification msg
23223 if in the minibuffer.
23225 * viper-init.el (viper-replace-overlay-cursor-color)
23226 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23227 Make variables frame local.
23229 * viper-util.el (viper-append-filter-alist): Use append instead of
23232 * viper.el (viper-vi-state-mode-list)
23233 (viper-emacs-state-mode-list): Move help-mode and
23234 completion-list-mode from the first list to the second.
23235 (viper-mode): Docstring.
23236 (viper-go-away, viper-non-hook-settings): Don't localize
23237 minor-mode-alist in newer Emacsen. Add advice to
23238 set-cursor-color. Don't bind "\C-c\\".
23240 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23242 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23243 (scheme-macro-expand-command): New user options.
23244 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23245 (scheme-form-at-point, scheme-start-file)
23246 (scheme-interactively-start-process): New functions.
23247 (scheme-get-process): New function, extracted from `scheme-proc'.
23248 (run-scheme): Call `scheme-start-file' to get start file, and pass
23249 it to `make-comint'.
23250 (switch-to-scheme, scheme-proc):
23251 Call `scheme-interactively-start-process' if no Scheme buffer/process
23254 2005-08-06 Juri Linkov <juri@jurta.org>
23256 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23257 Use `compilation-text-face', `compilation-info-text-face' and
23258 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23259 (compilation-error): New face.
23260 (compilation-error-file-name): Inherit from
23261 `compilation-error' instead of `font-lock-warning-face'.
23262 (compilation-warning-file-name): Inherit from
23263 `compilation-warning' instead of `font-lock-warning-face'.
23264 (compilation-info, compilation-error-file-name)
23265 (compilation-warning-file-name, compilation-info-file-name)
23266 (compilation-line-number, compilation-column-number): Doc fix.
23267 (compilation-error-text-face, compilation-warning-text-face)
23268 (compilation-info-text-face): New face variables.
23269 (compilation-line-face, compilation-column-face)
23270 (compilation-enter-directory-face)
23271 (compilation-leave-directory-face): Doc fix.
23272 (compilation-text-face): New function.
23274 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23275 instead of 1 to display binary file names as info file links.
23276 (grep-error-face): Use `compilation-error-face' instead of
23277 `font-lock-keyword-face'.
23278 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23279 and `compilation-warning-text-face' instead of
23280 `font-lock-keyword-face'. Use `compilation-error-text-face'
23281 instead of `grep-error-face'.
23283 2005-08-05 Kenichi Handa <handa@m17n.org>
23285 * international/code-pages.el: Add autoload cookies for all coding
23288 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23290 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23292 2005-08-04 Juri Linkov <juri@jurta.org>
23294 * progmodes/compile.el (compilation-mode-map):
23295 * progmodes/grep.el (grep-mode-map):
23296 Bind TAB to `compilation-next-error' and [backtab] to
23297 `compilation-previous-error'.
23299 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23300 matching line numbers, column numbers and their ranges with regexp
23301 matching only line numbers.
23302 (grep-context-face): New face variable.
23303 (grep-mode-font-lock-keywords): Use it.
23305 * faces.el (read-face-name): Delete duplicate faces.
23307 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23309 * thumbs.el (thumbs-find-image): Don't make variables
23310 automatically buffer local.
23311 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23312 (thumbs-image-num): Make automatically buffer local.
23313 (thumbs-show-thumbs-list): Use `make-local-variable', not
23314 `make-variable-buffer-local'.
23315 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23317 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23318 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23319 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23320 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23321 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23322 (feelings-about, foullst, found, hello, history, howareyoulst)
23323 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23324 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23325 (neglst, obj, object, owner, please, problems, qlist)
23326 (random-adjective, relation, remlst, repetitive-shortness)
23327 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23328 (shortlst, something, sportslst, stallmanlst, states, subj)
23329 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23330 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23331 Defvar at compile time.
23333 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23334 not `make-variable-buffer-local'.
23336 2005-08-02 Kim F. Storm <storm@cua.dk>
23338 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23339 rectangle overlay in selected window.
23341 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23343 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23344 instead of display group. Make `indicate-buffer-boundaries'
23345 customizable through Custom.
23347 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23349 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23350 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23351 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23352 (gdb-put-string): Fix typos in docstrings.
23354 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23356 Update copyright notices of files in progmodes directory for
23357 release of Emacs 22.1.
23359 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23361 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23362 Don't barf if the GUD buffer has been killed.
23364 2005-08-01 Kim F. Storm <storm@cua.dk>
23366 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23368 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23370 * simple.el (next-error-follow-minor-mode):
23371 make-variable-buffer-local -> make-local-variable.
23373 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23375 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23376 (byte-compile-form-make-variable-buffer-local): New functions to warn
23377 about misuses of make-variable-buffer-local where make-local-variable
23380 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23382 * bs.el (bs-attributes-list): Doc fix.
23383 (bs): Update url-link.
23385 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23386 (desktop-load-default): Simplify.
23388 * ibuffer.el (ibuffer-columnize-and-insert-list)
23389 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23390 (ibuffer-unmark-all, ibuffer-toggle-marks)
23391 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23392 (ibuffer-compile-make-format-form, ibuffer-format-column)
23393 (ibuffer-current-buffers-with-marks)
23394 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23395 (ibuffer): Doc fix.
23396 (ibuffer-mode): Fix typo in docstring.
23397 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23398 with `define-obsolete-variable-alias'.
23399 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23401 2005-07-29 Kenichi Handa <handa@m17n.org>
23403 * international/mule-cmds.el (select-message-coding-system):
23404 Be sure to use LF for end-of-line. If no coding system is decided,
23405 return iso-8859-1-unix.
23407 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23409 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23410 (ange-ftp-pending-error-line): New vars.
23411 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23412 to handle the non-fatal no-route-to-host messages.
23413 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23415 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23417 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23418 (isearch-quote-char, isearch-printing-char)
23419 (isearch-text-char-description): "?\ " -> "?\s".
23420 (isearch-lazy-highlight-cleanup)
23421 (isearch-lazy-highlight-initial-delay)
23422 (isearch-lazy-highlight-interval)
23423 (isearch-lazy-highlight-max-at-a-time)
23424 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23425 Declare with define-obsolete-*-alias macros.
23426 (isearch-forward): Fix typo in docstring.
23427 (search-invisible, search-ring-yank-pointer)
23428 (regexp-search-ring-yank-pointer): Doc fixes.
23430 * recentf.el (recentf-menu-append-commands-p): Declare with
23431 `define-obsolete-variable-alias'.
23432 (recentf-max-saved-items, recentf-menu-filter)
23433 (recentf-arrange-by-rule-subfilter): Doc fixes.
23434 (recentf-menu-append-commands-flag)
23435 (recentf-initialize-file-name-history, recentf-expand-file-name)
23436 (recentf-clear-data): Fix typos in docstrings.
23438 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23440 * progmodes/gdb-ui.el: Smarten comments.
23441 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23443 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23445 * term/apollo.el (terminal-init-apollo): New function containing
23446 all former top level forms in the file.
23447 * term/bobcat.el (terminal-init-bobcat):
23448 * term/cygwin.el (terminal-init-cygwin):
23449 * term/iris-ansi.el (terminal-init-iris-ansi):
23450 * term/linux.el (terminal-init-linux):
23451 * term/news.el (terminal-init-news):
23452 * term/rxvt.el (terminal-init-rxvt):
23453 * term/sun.el (terminal-init-sun):
23454 * term/tvi970.el (terminal-init-tvi970):
23455 * term/vt100.el (terminal-init-vt100):
23456 * term/vt102.el (terminal-init-vt102):
23457 * term/vt125.el (terminal-init-vt125):
23458 * term/vt200.el (terminal-init-vt200):
23459 * term/vt201.el (terminal-init-vt201):
23460 * term/vt220.el (terminal-init-vt220):
23461 * term/vt240.el (terminal-init-vt240):
23462 * term/vt300.el (terminal-init-vt300):
23463 * term/vt320.el (terminal-init-vt320):
23464 * term/vt400.el (terminal-init-vt400):
23465 * term/vt420.el (terminal-init-vt420):
23466 * term/wyse50.el (terminal-init-wyse50):
23467 * term/xterm.el (terminal-init-xterm): Likewise.
23469 * term/README: Describe the terminal-init-* functionality.
23471 * startup.el (command-line): After loading the terminal initialization
23472 file call the corresponding terminal initialization function.
23474 2005-07-27 Kenichi Handa <handa@m17n.org>
23476 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23479 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23480 (ps-mule-composition-prologue): Fix for the case that
23481 RelativeCompose is false.
23483 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23485 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23487 * descr-text.el (describe-char): Handle the case where the list of
23488 chars is displayed in a separate frame.
23489 Be a bit more discriminating when looking for the char.
23491 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23493 * bookmark.el (bookmark-automatically-show-annotations)
23494 (bookmark-read-annotation-text-func): Doc fixes.
23495 (bookmark-save): Improve argument/docstring consistency.
23496 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23497 (bookmark-alist-from-buffer)
23498 (bookmark-upgrade-file-format-from-0)
23499 (bookmark-grok-file-format-version)
23500 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23501 (bookmark-read-annotation-mode)
23502 (bookmark-insert-current-bookmark, bookmark-jump)
23503 (bookmark-exit-hook): Fix typos in docstrings.
23504 (bookmark-exit-hooks): Define as obsolete alias.
23505 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23506 not `bookmark-exit-hooks'. Fix docstring.
23507 (bookmark-bmenu-select): "?\ " -> "?\s".
23509 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23511 * startup.el (command-line): Fix typo.
23513 2005-07-24 Richard M. Stallman <rms@gnu.org>
23515 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23516 not emacs-quick-startup.
23518 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23520 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23521 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23522 instead of `reb-with-current-window'.
23523 (reb-prev-match): Likewise. Also, don't move left if the search
23525 (reb-initialize-buffer): New function.
23526 (re-builder, reb-change-syntax): Use it.
23528 * man.el (Man-goto-page): Make second argument NOERROR optional.
23530 2005-07-23 Richard M. Stallman <rms@gnu.org>
23532 * man.el (Man-bgproc-sentinel): Check here for failure to find
23533 any man page in the output, and report the error here.
23534 (Man-arguments): Make it permanent local.
23535 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23536 (Man-mode): Pass t for NOERROR.
23538 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23539 (grep-mode-font-lock-keywords):
23540 Don't use compilation-...-face for messages that are not file names.
23542 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23543 Don't use compilation-...-face for messages that are not file names.
23545 2005-07-22 Juri Linkov <juri@jurta.org>
23547 * startup.el (normal-splash-screen): Update menu name.
23549 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23551 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23553 * term/xterm.el: Load term/rxvt if the terminal is actually an
23555 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23557 * term/rxvt.el (function-key-map): Use substitute-key-definition
23558 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23560 * term/cygwin.el: New file.
23562 2005-07-22 Kim F. Storm <storm@cua.dk>
23564 * image-file.el (insert-image-file, image-file-yank-handler):
23565 Fix last change to maintain a (unique) yank-handler on yanked images.
23567 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
23569 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23570 of the file size (as in "177B" for 177 bytes). This happens with
23571 "ls -lh" on FreeBSD.
23573 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23575 * hilit-chg.el (highlight-changes-global-initial-state)
23576 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23577 (hilit-chg-fixup, highlight-changes-mode):
23578 Fix typos in docstrings.
23579 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23582 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23584 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23585 mode function using `eval-after-load'.
23587 2005-07-21 Kim F. Storm <storm@cua.dk>
23589 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23590 included when reporting an Emacs crash, and tell about the DEBUG file.
23592 * image-file.el (insert-image-file): Add yank-handler.
23593 (image-file-yank-handler): Yank handler to make unique copies of
23594 images when they are yanked into a buffer next to each other.
23596 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23598 * comint.el (comint-use-prompt-regexp, comint-send-input)
23599 (comint-source-default, comint-extract-string)
23600 (comint-get-source, comint-word, comint-completion)
23601 (comint-source, comint-prompt-read-only, comint-update-fence):
23602 Fix typos in docstrings.
23603 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23604 Declare with define-obsolete-*-alias macros.
23605 (comint-previous-matching-input-from-input)
23606 (comint-next-matching-input-from-input)
23607 (comint-previous-matching-input, comint-next-matching-input)
23608 (comint-forward-matching-input):
23609 Improve argument/docstring consistency.
23611 * desktop.el (desktop-clear-preserve-buffers-regexp):
23612 Also preserve the *server* buffer.
23614 * simple.el (clone-indirect-buffer): Doc fix.
23615 (fixup-whitespace, just-one-space)
23616 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23617 (next-error, next-error-highlight)
23618 (next-error-highlight-no-select, next-error-last-buffer)
23619 (next-error-buffer-p, next-error-find-buffer, next-error)
23620 (previous-error, next-error-no-select, previous-error-no-select)
23621 (open-line, split-line, minibuffer-prompt-width, kill-new)
23622 (binary-overwrite-mode): Fix typos in docstrings.
23623 (set-fill-column): Fix typo in message.
23625 * skeleton.el (skeleton-proxy-new): Doc fix.
23627 * strokes.el (strokes-load-hook): Doc fix.
23628 (strokes-grid-resolution, strokes-get-grid-position)
23629 (strokes-renormalize-to-grid, strokes-read-stroke)
23630 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23631 (strokes-global-map): Fix typos in docstrings.
23632 (strokes-help): Doc fix. Fix help message and pass it through
23633 `substitute-command-keys'.
23635 * tempo.el (tempo-insert-prompt, tempo-interactive)
23636 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23637 (tempo-insert-string-functions, tempo-local-tags)
23638 (tempo-define-template, tempo-insert-template)
23639 (tempo-insert-prompt-compat, tempo-is-user-element)
23640 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23641 Fix typos in docstrings.
23643 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23644 (vcursor-key-bindings, vcursor-use-vcursor-map)
23645 (vcursor-find-window, vcursor-scroll-down)
23646 (vcursor-disable, vcursor-beginning-of-buffer)
23647 (vcursor-end-of-buffer): Fix typos in docstrings.
23648 (vcursor-relative-move, vcursor-get-char-count):
23649 Improve argument/docstring consistency.
23651 * version.el: "?\ " -> "?\s".
23653 * wid-edit.el (widget-default-create, widget-after-change)
23654 (widget-default-format-handler, widget-checklist-add-item)
23655 (widget-radio-add-item, widget-choose, widget-specify-secret)
23656 (widget-field-value-create, widget-field-value-get)
23657 (widget-editable-list-format-handler)
23658 (widget-editable-list-entry-create, widget-group-value-create)
23659 (widget-documentation-link-add)
23660 (widget-documentation-string-value-create): "?\ " -> "?\s".
23661 (widget-convert-text): Doc fix.
23662 (widget-narrow-to-field, widget-field-find)
23663 (widget-url-link-action, widget-emacs-library-link-action)
23664 (widget-color-notify): Fix typos in docstrings.
23666 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23667 (x-select-text, set-w32-system-coding-system)
23668 (w32-add-charset-info): Fix typos in docstrings.
23670 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23671 (cua-enable-cua-keys, cua-use-hyper-key)
23672 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23673 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23675 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23677 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23678 `defalias' instead of faking it.
23680 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23681 (eshell-ls-missing, eshell-ls-dired-initial-args)
23682 (eshell-ls-use-in-dired): Fix typos in docstrings.
23684 2005-07-20 Kim F. Storm <storm@cua.dk>
23686 * emulation/cua-base.el (cua-mode): Improve doc string.
23688 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23690 * abbrev.el (expand-region-abbrevs): Doc fix.
23691 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23692 Improve argument/docstring consistency.
23694 * arc-mode.el (archive-get-descr, archive-alternate-display):
23696 (archive-l-e): Improve argument/docstring consistency.
23697 (archive-tmpdir, archive-unixdate, archive-unixtime)
23698 (archive-chmod-entry): Fix typos in docstrings.
23699 (archive-unflag, archive-unflag-backwards)
23700 (archive-unmark-all-files): "?\ " -> "?\s".
23702 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23703 (Buffer-menu-not-modified, Buffer-menu-execute)
23704 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23705 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23707 * composite.el (compose-string, encode-composition-rule)
23708 (compose-last-chars): Fix typos in docstrings.
23710 * desktop.el (desktop-enable, desktop-basefilename):
23711 Declare with `define-obsolete-variable-alias'.
23712 (desktop-internal-v2s): Don't quote keywords.
23713 (desktop-clear): "?\ " -> "?\s".
23715 * dired.el (dired-align-file, dired-flag-backup-files)
23716 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23717 (dired-listing-switches, dired-ls-F-marks-symlinks)
23718 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23719 (dired-directory, dired-faces, dired, dired-revert)
23720 (dired-mode, dired-summary, dired-view-file)
23721 (dired-copy-filename-as-kill, dired-delete-file)
23722 (dired-no-confirm, dired-unmark-all-marks)
23723 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23724 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23725 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23726 Fix typos in message strings.
23728 * dired-x.el (virtual-dired): Declare with `defalias'.
23729 (dired-mark-unmarked-files, dired-local-variables-file)
23730 (dired-omit-here-always): Doc fix.
23731 (dired-omit-mode, dired-find-subdir)
23732 (dired-enable-local-variables, dired-clean-up-buffers-too)
23733 (dired-extra-startup, dired-mark-extension, dired-jump)
23734 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23735 (dired-smart-shell-command, dired-guess-shell-alist-user)
23736 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23737 (dired-x-bind-find-file, dired-x-submit-report):
23738 Fix typos in docstrings.
23739 (dired-mark-unmarked-files): "?\ " -> "?\s".
23741 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23743 * faces.el (describe-face): "?\ " -> "?\s".
23744 (read-all-face-attributes, read-face-font, modify-face)
23745 (face-attr-construct, italic): Fix typos in docstrings.
23746 (frame-update-face-colors): Declare with
23747 `define-obsolete-function-alias'.
23749 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23750 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23751 (magic-mode-alist, buffer-file-numbers-unique)
23752 (write-file-functions, get-free-disk-space):
23753 Fix typos in docstrings.
23754 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23755 (write-contents-hooks, write-file-hooks):
23756 Declare with `define-obsolete-variable-alias'.
23758 * forms-d2.el (arch-rj): Fix typo in docstrings.
23759 (arch-tocol): Likewise. "?\ " -> "?\s".
23761 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23762 Fix typo in docstring.
23763 (set-screen-width, set-screen-height): Delete redundant info in
23765 (new-frame, screen-height, screen-width): Declare with
23766 `define-obsolete-function-alias'.
23767 (delete-frame-hook, blink-cursor): Declare with
23768 `define-obsolete-variable-alias'.
23770 * paths.el (prune-directory-list): Fix typos in docstring.
23772 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23773 (cvs-prefix-get): Fix typos in docstrings.
23775 * ps-print.el (ps-extend-face-list, ps-extend-face)
23776 (ps-print-background-image): Fix typos in docstrings.
23777 (ps-default-fg, ps-default-bg): Doc fixes.
23779 * s-region.el (s-region-bind): Doc fix.
23780 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23782 * textmodes/org.el (org-table-formula-substitute-names)
23783 (org-table-get-vertical-vector): Doc fixes.
23784 (org-table-recalculate): Remove unused argument to `message'.
23786 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23788 * textmodes/org.el (org-table-column-names)
23789 (org-table-column-name-regexp)
23790 (org-table-named-field-locations): New variables.
23791 (org-archive-subtree): Protect `this-command' when calling
23792 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23794 (org-complete): Remove fixed-formula completion.
23795 (org-edit-formulas-map): New variable.
23796 (org-table-edit-formulas): New command.
23797 (org-finish-edit-formulas, org-abort-edit-formulas)
23798 (org-show-variable, org-table-get-vertical-vector): New functions.
23799 (org-table-maybe-eval-formula): Handle `:=' fields.
23800 (org-table-get-stored-formulas, org-table-store-formulas)
23801 (org-table-get-formula, org-table-modify-formulas)
23802 (org-table-replace-in-formulas): Handle named field formulas.
23803 (org-table-get-specials): Store locations of named fields.
23805 2005-07-19 Juri Linkov <juri@jurta.org>
23807 * progmodes/grep.el (grep-regexp-alist)
23808 (grep-mode-font-lock-keywords, grep-process-setup):
23809 Use default GNU grep match color "01;31m" instead of "01;41m".
23810 (grep-regexp-alist, grep-mode-font-lock-keywords):
23811 Use `\\[[0-9]*m' instead of `\\[00m'.
23812 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23813 sgr_start where its handling is more important. Use the real
23814 length of sgr_start instead of constant 8.
23815 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23816 specially. Delete all remaining escape sequences.
23817 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23818 (grep-regexp-alist): Make hyperlink only for binary file name
23819 instead of the whole line.
23820 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23821 (grep-mode): Add autoload.
23823 * emacs-lisp/find-func.el (find-function-regexp):
23824 Add `define-compilation-mode'.
23826 2005-07-19 Juri Linkov <juri@jurta.org>
23828 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23829 (compare-windows-sync-string-size, compare-windows-recenter)
23830 (compare-windows-highlight, compare-windows): Add version 22.1.
23831 (compare-windows) <defface>: Inherit from lazy-highlight instead
23832 of duplicating its default value.
23834 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23835 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23837 * descr-text.el (describe-char): Create link buttons for `charset'
23838 and `code point'. Add the current input method name with a link
23839 button to `to input' field. Print face names of display table
23840 characters in `The display table entry is displayed by' section
23841 instead of printing face-id in the `display' field.
23842 Guess hardcoded faces and create a link button for them.
23843 Skip empty fields when calculating max-width.
23844 Treat `widget-create' specially while inserting strings from the
23845 collected field list.
23846 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23848 * diff-mode.el (diff-file-header): Change foreground color from
23849 yellow to green on light backgrounds.
23850 (diff-context): Inherit from `shadow' only for color/grayscale
23851 with more than 88 colors.
23852 (diff-indicator-removed, diff-indicator-added)
23853 (diff-indicator-changed): New faces.
23854 (diff-font-lock-keywords): Use new faces. Regroup rules.
23855 Add "^---$" for `normal' diff format. Fontify `#' lines with
23856 font-lock-comment-delimiter-face and font-lock-comment-face.
23857 Add `#' to ^[^...] in the rule for `diff-context-face'.
23859 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23860 a button-like box. Inherit from `highlight' on low colors.
23861 (shadow): Use shades of gray only for color/grayscale with
23862 more than 88 colors. Use green for light backgrounds with
23863 8 colors, and yellow for dark backgrounds with 8 colors.
23865 * font-lock.el (font-lock-regexp-grouping-backslash):
23866 Don't inherit from escape-glyph (use bold for all cases).
23868 * info.el (info-xref-visited): Use light foreground color `violet'
23869 for dark backgrounds instead of dark color `magenta3'.
23870 (info-title-1): Use `yellow' color for dark backgrounds.
23872 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23873 too-light magenta2.
23875 * replace.el (match): Use slightly more light RoyalBlue3 instead
23876 of dark RoyalBlue4.
23878 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23880 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23882 * novice.el (disabled-command-hook): Declare it with
23883 `define-obsolete-variable-alias'.
23885 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23886 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23887 (desktop-load-default): Add release to obsolescence info.
23888 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23889 (desktop-append-buffer-args, desktop-read):
23890 Fix typos in docstrings.
23891 (desktop-kill): Fix typo in message.
23892 (desktop-save): Doc fix.
23894 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23896 * viper-cmd.el (viper-escape-to-state): Bug fix.
23897 (viper-envelop-ESC-key): Change the definition of fast
23898 keysequence so it'll work with keyboard macros.
23900 * ediff.el (ediff-patch-buffer): Change the docstring.
23902 2005-07-19 Kenichi Handa <handa@m17n.org>
23904 * international/mule-cmds.el (select-safe-coding-system): Try to
23905 use an auto-coding (if any) before anything else. If the found
23906 auto-coding is invalid, show a warning message.
23908 * international/mule.el (find-auto-coding): New function created
23909 by modifying the body of set-auto-coding.
23910 (set-auto-coding): Use find-auto-coding to find a coding.
23912 2005-07-18 Richard M. Stallman <rms@gnu.org>
23914 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23915 not isearch-mode-end-hook-error.
23916 (allout-before-change-protect): Fix error message.
23918 2005-07-18 Juri Linkov <juri@jurta.org>
23920 * allout.el (allout-mode):
23921 * calculator.el (calculator-copy):
23922 * custom.el (custom-known-themes):
23923 * dired.el (dired-desktop-buffer-misc-data)
23924 (dired-restore-desktop-buffer):
23925 * dired-x.el (dired-omit-marker-char):
23926 * files.el (basic-save-buffer):
23927 * font-core.el (font-lock-mode):
23928 * calendar/calendar.el (calendar-goto-hebrew-date)
23929 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23930 (calendar-goto-persian-date):
23931 * language/ethio-util.el (ethio-sera-to-fidel-region):
23932 * textmodes/picture.el (picture-mode):
23933 Delete duplicate duplicate words.
23935 2005-07-18 Juri Linkov <juri@jurta.org>
23937 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23939 (isearch-fallback): Don't call `isearch-process-search-char'.
23940 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23941 (isearch-process-search-char): Call `isearch-fallback' for regexp
23943 (isearch-return-char): Make obsolete with `make-obsolete' instead
23944 of simply documenting it as obsolete in the docstring.
23945 (isearch-fallback): Refill docstring.
23947 * international/isearch-x.el
23948 (isearch-process-search-multibyte-characters): Remove unneeded
23949 `concat'. Add intermediate values to `junk-hist' instead of
23950 `minibuffer-history'. Test the length of `str'.
23952 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
23954 * allout.el (allout-resolve-xref): Fix typos in error strings.
23955 (allout-before-change-protect): Remove unneeded `concat'.
23957 * array.el (array-mode, array-reconfigure-rows)
23958 (untabify-backward): Fix typos in docstrings.
23959 (array-reconfigure-rows): Use `insert-buffer-substring', not
23962 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23963 * progmodes/ada-mode.el (ada-make-body):
23964 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23966 * dired.el (dired-log):
23967 * tar-mode.el (tar-subfile-save-buffer):
23968 * play/zone.el (zone-pgm-stress-destress):
23969 Use `insert-buffer-substring', not `insert-buffer'.
23971 2005-07-17 Simon Josefsson <jas@extundo.com>
23973 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23975 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
23977 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23978 Add plain auth method.
23979 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23981 2005-07-17 Kim F. Storm <storm@cua.dk>
23983 * ido.el (dired-other-window): Add ido property.
23985 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
23987 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23988 Fix typo in docstring.
23989 (byte-compile-interactive-only-functions): Add `insert-buffer' and
23990 `insert-file-literally'.
23992 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23993 info and delete redundant message. Doc fix.
23994 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23995 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23997 2005-07-16 Richard M. Stallman <rms@gnu.org>
23999 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24000 (byte-compile-and): Use byte-compile-and-recursion.
24001 (byte-compile-or-recursion): New function.
24002 (byte-compile-or): Use that.
24003 (byte-compile-if): Guard the else-clause too.
24004 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24006 * isearch.el (isearch-mode-end-hook-quit): New variable.
24007 (isearch-done): Bind it.
24008 (isearch-mode-end-hook): Doc fix.
24010 * allout.el (allout-isearch-did-quit): Variable deleted.
24011 (allout-real-isearch-abort): Function name no longer used.
24012 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24013 (allout-isearch-rectification): isearch-mode always exists.
24014 Don't set allout-isearch-did-quit.
24015 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24016 allout-isearch-did-quit.
24017 (allout-enwrap-isearch): Just add the hook.
24018 (allout-isearch-abort): Function deleted.
24019 (allout-pre-command-business): Avoid warning.
24021 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24022 Correctly avoid warnings.
24023 (pascal-outline): Likewise.
24025 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24027 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24029 * play/tetris.el (tetris-mode): Avoid warning.
24031 * play/snake.el (snake-mode): Avoid warning.
24033 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24034 (gamegrid-set-display-table): Avoid warning.
24035 (gamegrid-set-timer): Likewise.
24036 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24037 (gamegrid-add-score-with-update-game-score-1): Take FILE
24039 (gamegrid-add-score-with-update-game-score): Pass that argument.
24040 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24042 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24044 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24045 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24047 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24050 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24051 (sc-ask): Avoid warnings.
24053 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24054 (eshell-hist-initialize): Use that var the natural way.
24056 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24058 * emacs-lisp/re-builder.el (reb-cook-regexp):
24059 Avoid warning calling lre-compile-string.
24060 (reb-color-display-p): Avoid warning.
24062 * calculator.el (calculator-last-input): Guard uses
24063 of event-key and key-press-event-p.
24064 (event-key, key-press-event-p): Delete definitions.
24066 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24067 (find-gc-source-directory, find-gc-subrs-callers)
24068 (find-gc-noreturn-list, find-gc-source-files)
24069 (find-gc-subrs-called): Vars renamed and defvar'd.
24071 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24072 (checkdoc-overlay-put, checkdoc-delete-overlay)
24073 (checkdoc-overlay-start, checkdoc-overlay-end)
24074 (checkdoc-mode-line-update, checkdoc-char=):
24075 Define such that compiler knows they are defined.
24076 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24077 (checkdoc-read-event): Delete. Use read-event directly.
24079 * whitespace.el (whitespace-make-overlay)
24080 (whitespace-overlay-put, whitespace-delete-overlay)
24081 (whitespace-overlay-start, whitespace-overlay-end):
24082 Define such that compiler knows they are defined.
24083 (whitespace): Move conditional inside.
24085 * tempo.el (tempo-insert-template): Suppress warning.
24087 * ediff-diff.el (longlines-mode): Add defvar.
24089 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24091 * server.el: Bind "C-x #" in a way that works even if C-x is
24092 redefined to a command key, not a prefix key.
24094 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24096 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24097 cl-make-type-test till execution time.
24099 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24101 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24102 arg ARG and use it.
24104 2005-07-16 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24106 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24108 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24110 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24111 a defcustom with two :set or :type keywords.
24113 2005-07-15 Richard M. Stallman <rms@gnu.org>
24115 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24116 Don't give ^M comment-end syntax.
24118 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24120 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24121 Don't consider gdbmi (gdb-mi.el has its own update functions).
24122 (gdb-var-delete): Make it work for gdbmi as well.
24123 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24125 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24126 (gud-speedbar-menu-items): Correct logic for enabling items.
24128 2005-07-15 Kim F. Storm <storm@cua.dk>
24130 * ido.el: Fix commentary.
24131 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24132 Use with-no-warnings around ffap-guesser.
24133 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24134 Let bind minibuffer-completing-file-name to t.
24136 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24138 * startup.el (site-run-file, keyboard-type): Doc fixes.
24139 (command-line): Check for "--basic-display" argument; also for
24140 "--quick", not "--bare-bones" (which was renamed).
24141 (fancy-splash-text): Add missing item "Getting New Versions".
24142 (normal-splash-screen): Fix typos and improve consistency with
24143 `fancy-splash-text'. Update copyright year.
24145 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24146 valid binding for `help-char'.
24148 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24150 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24152 * term.el (term-mode): Disable cua-mode for term buffers.
24154 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24156 * add-log.el (add-log-mailing-address, change-log-merge):
24158 (change-log-get-method-definition): Fix typo in docstring.
24160 2005-07-14 Kim F. Storm <storm@cua.dk>
24162 * emulation/cua-base.el:
24163 (cua--pre-command-handler-1, cua--pre-command-handler)
24164 (cua--post-command-handler-1, cua--post-command-handler):
24165 Split in two. Check (buffer local) value of cua-mode.
24166 (cua-selection-mode): New command.
24168 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24170 * custom.el (custom-initialize-safe-set)
24171 (custom-initialize-safe-default): Doc fixes.
24173 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24174 and simplify :init-value again.
24176 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24177 and simplify :init-value again. Delete autoload.
24179 * startup.el (command-line): Use `custom-reevaluate-setting' again
24182 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24183 a defcustom with two :initialize keywords.
24185 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24187 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24188 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24189 (allout-post-command-business, allout-flag-region)
24190 (isearch-reenable-font-lock, allout-yank)
24191 (allout-insert-latex-header, allout-insert-latex-trailer)
24192 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24193 (allout-latex-verb-quote): Fix typos in docstrings.
24194 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24195 (allout-unprotected, allout-prefix-data):
24196 Improve argument/docstring consistency.
24197 (allout-chart-subtree): Fix argument spec.
24198 (allout-open-topic): Rename `use_sib_bullet' argument to
24199 `use-sib-bullet'. Doc fix.
24201 * whitespace.el (whitespace-check-buffer-leading)
24202 (whitespace-check-buffer-trailing)
24203 (whitespace-check-buffer-indent)
24204 (whitespace-check-buffer-spacetab)
24205 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24206 (whitespace-check-leading-whitespace)
24207 (whitespace-check-trailing-whitespace)
24208 (whitespace-check-spacetab-whitespace)
24209 (whitespace-check-indent-whitespace)
24210 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24211 (whitespace-modes): Fix typos in docstrings.
24212 (defgroup, defcustom): Doc fixes.
24214 * winner.el (winner-mode, winner-boring-buffers)
24215 (winner-pending-undo-ring): Doc fixes.
24216 (winner-ring): Remove unneeded `progn'.
24217 (winner-equal): `defsubst' it.
24218 (winner-redo): Fix message.
24220 2005-07-13 Kim F. Storm <storm@cua.dk>
24222 * simple.el (line-move-1): Always use vertical-motion to
24223 do the last (or only) line move to ensure some movement.
24224 Undo 2005-06-23 change--don't check for overlays.
24226 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24228 * term/mac-win.el (ccl-encode-mac-roman-font)
24229 (ccl-encode-mac-centraleurroman-font)
24230 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24231 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24232 Change charset-id boundary of dimension to ?\xef.
24233 (mac-char-fontspec-list): New constant.
24234 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24235 argument. Nil uses itself as family in font-spec. Previous
24236 behavior for nil is now provided by non-nil non-string argument.
24237 All callers changed. Add font-specs for Mac fonts to
24238 "fontset-default" unless iso8859-1 fonts are installed.
24240 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24242 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24243 a continuation line if the \ is preceded by SPC or TAB.
24244 (sh-get-indent-info): Simplify.
24245 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24246 Use with-current-buffer.
24248 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24249 when the matched text is empty.
24251 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24253 * startup.el (command-line): Revert to previous handling of
24254 tooltip-mode. Explain in comment why the complexity is needed.
24256 * tooltip.el (tooltip-mode): Revert to previous implementation of
24259 * frame.el (blink-cursor-mode): Revert to previous implementation
24260 of its defcustom. Update comment.
24262 2005-07-12 Lars Hansen <larsh@soem.dk>
24264 * desktop.el: Update e-mail address.
24266 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24268 * term/mac-win.el (mac-services-mail-selection)
24269 (mac-services-mail-to): New functions.
24270 (mac-application-menu-map): Bind them.
24272 2005-07-12 wulei <milton@wulei.net> (tiny change)
24274 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24276 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24278 * custom.el (custom-reevaluate-setting): Doc fix.
24280 2005-07-11 Jay Belanger <belanger@truman.edu>
24282 * calc/calc.el (calc-embedded-announce-formula-alist)
24283 (calc-embedded-open-close-plain-alist)
24284 (calc-embedded-open-close-mode-alist): Add checks for additional
24285 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24287 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24289 * custom.el (custom-enable-theme): Don't add theme to
24290 `custom-enabled-themes' with `push' because there is no
24291 setf-method for `delq'.
24293 2005-07-11 Richard M. Stallman <rms@gnu.org>
24295 * custom.el (custom-declare-variable): Doc fix.
24297 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24300 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24301 Do nothing if edebug-active.
24303 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24304 (edebug-display): Do it here instead.
24306 2005-07-10 Richard M. Stallman <rms@gnu.org>
24308 * cus-face.el (custom-theme-set-faces): Make it work.
24309 (custom-reset-faces): Doc fix.
24310 (custom-theme-reset-internal-face, custom-theme-face-value):
24313 * custom.el (custom-push-theme): Maintain list of the settings
24314 of a given theme in its theme-settings property.
24315 Maintain position of old settings in the theme-value
24316 or theme-face property.
24317 (custom-enabled-themes): New variable.
24318 (custom-theme-enabled-p): New function.
24319 (provide-theme): Update custom-enabled-themes.
24320 Disable and reenable the `user' theme.
24321 (require-theme): Doc fix.
24322 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24323 (custom-theme-value, custom-theme-variable-value): Likewise.
24324 (custom-theme-reset-internal): Likewise.
24325 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24326 (custom-enable-theme, custom-disable-theme): New functions.
24327 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24328 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24329 (custom-theme-reset-variables): Simplify.
24330 (deftheme, custom-declare-theme, custom-make-theme-feature):
24333 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24335 * longlines.el (longlines-show-region)
24336 (longlines-unshow-hard-newlines): Recognize hard newlines by
24337 non-nil hard property, instead of t.
24339 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24341 * viper-cmd.el (viper--key-maps): New variable.
24342 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24343 emulation-mode-map-alists.
24344 (viper-envelop-ESC-key): Use viper-subseq.
24345 (viper-search-forward/backward/next): Disable debug-on-error.
24347 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24348 (viper-ESC-key): New defcustoms.
24350 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24352 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24353 (viper-subseq): Copy of subseq from cl.el.
24355 * viper.el (viper-go-away, viper-set-hooks): Use
24356 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24358 * viper-mous.el (viper-current-frame-saved): Use defvar.
24360 * viper-init.el: Get rid of -face in face names.
24362 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24363 Make it work with longlines mode
24365 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24367 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24369 * ediff-init.el: Get rid of -face in face names.
24371 2005-07-10 Richard M. Stallman <rms@gnu.org>
24373 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24374 and with-timeout-unsuspend.
24376 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24377 and with-timeout-unsuspend.
24379 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24380 (with-timeout): Bind that variable to record timers.
24381 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24383 * emacs-lisp/debug.el (debug-help-follow): New function.
24384 (debugger-mode-map): Use that instead of help-follow.
24385 (debugger-setup-buffer): Use eval-buffer-list
24386 to handle eval-buffer frames.
24388 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24390 * timezone.el (timezone-parse-date): Change first regexp
24391 so it will not mistakenly match dates with no time zone.
24393 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24395 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24397 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24399 * custom.el (custom-initialize-safe-set)
24400 (custom-initialize-safe-default): New functions.
24402 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24403 and simplify :init-value.
24405 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24406 and simplify :init-value. Delete obsolete comment.
24408 * startup.el (command-line): Use `custom-reevaluate-setting' to
24409 handle `tooltip-mode'. Delete obsolete comment.
24411 * files.el (set-visited-file-name): Avoid calling
24412 `file-name-nondirectory' with a nil argument.
24414 2005-07-09 Richard M. Stallman <rms@gnu.org>
24416 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24417 was called with nil for the buffer, handle the read position right.
24418 Handle read position for eval-region, too.
24420 2005-07-09 Juri Linkov <juri@jurta.org>
24422 * fringe.el (fringe-mode): Add period in docstring.
24423 (fringe-query-style): Build prompt depending on `all-frames' arg.
24425 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24426 to not create links to unrelated functions in the Help buffer.
24428 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24431 * simple.el (next-error-hook): New variable.
24432 (next-error): Use it. Doc fix.
24434 * textmodes/ispell.el (ispell-command-loop): Add current
24435 dictionary name and program name to mode-line-format.
24436 (ispell-region, ispell-process-line): Add current dictionary name
24437 and program name to messages.
24439 2005-07-08 Jay Belanger <belanger@truman.edu>
24441 * calc/calc.el (calc-embedded-announce-formula-alist)
24442 (calc-embedded-open-close-formula-alist)
24443 (calc-embedded-open-close-word-alist)
24444 (calc-embedded-open-close-plain-alist)
24445 (calc-embedded-open-close-new-formula-alist)
24446 (calc-embedded-open-close-mode-alist)
24447 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24448 (calc-embedded-mode-hook): New variables.
24450 * calc/calc-embed.el (calc-embedded-firsttime)
24451 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24453 (calc-do-embedded): Use calc-embedded-firsttime,
24454 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24455 determine whether or not to run hooks.
24456 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24457 calc-embedded-firsttime-formula appropriately.
24458 Set calc-embedded delimiter variables according to mode.
24460 2005-07-08 Richard M. Stallman <rms@gnu.org>
24462 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24463 Check for "emacs", etc., as entire symbol, not just as word.
24464 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24466 * files.el (set-visited-file-name): Report the error
24467 for "empty filename" earlier.
24468 (kill-some-buffers): Ignore buffers already dead.
24470 * fringe.el (fringe-mode): Doc fix.
24472 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24473 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24474 Use unwind-protect to ensure byte-compile-unresolved-functions
24477 * whitespace.el (whitespace-buffer-leading-cleanup):
24478 Simplify w/ skip-chars-forward.
24479 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24481 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24482 Unconditionally try to leave point at the same old place.
24484 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24486 * comint.el (comint-postoutput-scroll-to-bottom)
24487 (comint-show-maximum-output): Take scroll-margin into consideration.
24489 2005-07-08 Kim F. Storm <storm@cua.dk>
24491 * ido.el (ido-use-filename-at-point): New choice `guess'.
24492 (ido-file-internal): Try ffap-guesser if selected.
24494 * ido.el (ido-before-fallback-functions): New hook.
24495 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24496 (ido-read-file-name): Run it.
24498 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24500 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24501 strings rather than a list of symbols to the completion function.
24503 2005-07-07 Jay Belanger <belanger@truman.edu>
24505 * calc/calc-units.el (math-apply-units): Change the places in
24506 which units are simplified.
24508 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24510 * cus-edit.el (customize-option, customize-option-other-window):
24511 Make them handle aliases.
24513 * custom.el (custom-variable-p): Make it recursively follow
24514 aliases. Mention that in the docstring.
24516 2005-07-07 Richard M. Stallman <rms@gnu.org>
24518 * cus-start.el (exec-path): Use `directory' instead of `file'.
24521 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24523 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24524 when called non-interactively. Doc fix.
24526 2005-07-07 Lute Kamstra <lute@gnu.org>
24528 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24529 new address as well.
24531 2005-07-07 Kenichi Handa <handa@m17n.org>
24533 * international/mule.el (make-coding-system):
24534 Describe `ascii-incompatible' property in the docstring.
24535 (set-file-name-coding-system): Signal an error if coding-system is
24536 ascii-incompatible.
24537 (set-keyboard-coding-system): Likewise.
24539 * international/mule-cmds.el (set-default-coding-systems):
24540 Don't set default-file-name-coding-system and
24541 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24543 * international/utf-16.el: Declare that all UTF-16-based coding
24544 systems are ASCII-incompatible.
24546 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24548 * progmodes/gud.el: Require font-lock for displaying errors.
24551 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24553 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24554 values for the pattern lists which are `read'able but not
24555 `append'able (like symbols).
24557 2005-07-06 Richard M. Stallman <rms@gnu.org>
24559 * progmodes/flymake.el (flymake-float-time): Instead of
24560 with-no-warnings, test for XEmacs.
24561 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24564 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24566 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24568 2005-07-05 Lute Kamstra <lute@gnu.org>
24570 * battery.el: Add support for Darwin (with much debugging help
24571 from Samuel Lauber <sam124@operamail.com>).
24572 (battery-status-function, battery-echo-area-format)
24573 (battery-mode-line-format): Add support for pmset on Darwin.
24574 (battery-load-low, battery-load-critical): New user options.
24575 (battery-pmset): New function.
24577 2005-07-05 Lute Kamstra <lute@gnu.org>
24579 Update FSF's address in GPL notices.
24581 * textmodes/page-ext.el: Update FSF's address.
24583 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24585 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24586 filling from using prefix when filling a single-line docstring.
24588 * progmodes/flymake.el: Remove useless eval-when-compile.
24590 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24592 2005-07-04 Richard M. Stallman <rms@gnu.org>
24594 * textmodes/org.el (org-file-apps-defaults-gnu):
24595 Rename from org-file-apps-defaults-linux.
24596 (org-default-apps): Don't test system-type for `linux'.
24597 (org-file-apps): Doc fix.
24599 2005-07-04 David Ponce <david@dponce.com>
24601 * tree-widget.el: Improve header Commentary section.
24602 (tree-widget) [defgroup]
24603 (tree-widget-image-enable, tree-widget-themes-directory)
24604 (tree-widget-theme, tree-widget-image-properties-emacs)
24605 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24606 (tree-widget-image-formats, tree-widget-control)
24607 (tree-widget-empty-control, tree-widget-leaf-control
24608 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24609 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24610 (tree-widget-keep, tree-widget-after-toggle-functions)
24611 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24612 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24613 :help-echo message.
24614 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24615 (tree-widget-image-properties): Doc fix. Clearer implementation.
24616 (tree-widget--cursors): New constant.
24617 (tree-widget-lookup-image): New function split from
24618 `tree-widget-find-image'. Clearer implementation.
24619 (tree-widget-find-image): Use it.
24620 (tree-widget-button-keymap): Use `set-keymap-parent'.
24621 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24622 Define the sub-widgets here.
24623 (tree-widget-node): Check that :node is not a tree-widget.
24624 (tree-widget-get-super, tree-widget-open-control)
24625 (tree-widget-close-control, tree-widget-empty-control)
24626 (tree-widget-leaf-control, tree-widget-guide)
24627 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24628 (tree-widget-no-handle, tree-widget-value-delete)
24629 (tree-widget-map): Remove.
24630 (tree-widget-children-value-save): Doc fix. Simplified.
24631 (tree-widget-value-create): Update according to previous changes.
24633 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24635 * textmodes/org.el: Leading space replaced by TABS.
24636 (org-recalc-marks, org-table-rotate-recalc-marks)
24637 (org-table-get-specials): Treat "^" and "_" marks.
24638 (org-table-justify-field-maybe): Optional argument NEW.
24639 (org-table-eval-formula): Parsing of the format simplified.
24640 New modes C,I. Honor the %= parameter in the current table.
24641 Avoid unnecessary re-align by using the NEW argument to
24642 `org-table-justify-field-maybe'.
24643 (org-calc-default-modes): Default for date-format mimicks org-mode.
24644 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24646 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24648 * cus-face.el (custom-theme-set-faces): Make it handle face
24649 aliases whose alias declarations are pre- or autoloaded.
24651 2005-07-04 Juri Linkov <juri@jurta.org>
24653 * faces.el (read-face-name): Put the code for getting a face name
24654 from the buffer before adding the faces from the `face' property.
24655 Use `completing-read-multiple' instead of `completing-read'.
24656 Require `crm'. Add default value and post-process the returned
24659 * emacs-lisp/crm.el (crm-find-current-element)
24660 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24662 * emacs-lisp/lisp-mode.el (eval-defun-1):
24663 * emacs-lisp/edebug.el (edebug-eval-defun):
24664 Remove unnecessary quotes.
24666 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24668 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24669 (prolog-indent-level): Fix typo in docstring.
24671 * info.el (Info-history, Info-history-forward)
24672 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24674 * add-log.el (add-change-log-entry):
24675 * comint.el (comint-dynamic-list-input-ring)
24676 (comint-dynamic-list-completions):
24677 * dabbrev.el (dabbrev-expand):
24678 * delim-col.el (delimit-columns-rectangle-line):
24679 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24680 (diff-unified->context):
24681 * ediff-init.el (ediff-abbrev-jobname):
24682 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24683 (ediff-replace-session-activity-marker-in-meta-buffer):
24684 * info.el (Info-summary):
24685 * lpr.el (printify-region):
24686 * printing.el (pr-create-interface):
24687 * ps-print.el (ps-print-quote):
24688 * ses.el (ses-column-widths, ses-print-cell)
24689 (ses-adjust-print-width, ses-center):
24690 * shell.el (shell-file-name-quote-list):
24691 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24692 (strokes-fill-current-buffer-with-whitespace)
24693 (strokes-xpm-for-stroke, strokes-list-strokes)
24694 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24695 * term.el (term-dynamic-list-input-ring)
24696 (term-dynamic-list-completions):
24697 * calc/calc.el (math-format-stack-value):
24698 * emacs-lisp/edebug.el (edebug-display-freq-count):
24699 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24700 (delphi-new-comment-line):
24701 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24702 * progmodes/executable.el (executable-set-magic):
24703 * progmodes/python.el (inferior-python-mode):
24704 * progmodes/scheme.el (scheme-mode-syntax-table):
24705 * progmodes/sh-script.el (sh-maybe-here-document):
24706 * progmodes/sql.el (sql-copy-column):
24707 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24708 * textmodes/bibtex.el (bibtex-mode):
24709 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24710 (sgml-auto-attributes):
24711 * textmodes/table.el (table-insert, table-shorten-cell)
24712 (table--generate-source-scan-lines, table-delete-row)
24713 (*table--cell-delete-char, table--spacify-frame)
24714 (table--horizontally-shift-above-and-below)
24715 (table--cell-insert-char, table--cell-blank-str)
24716 (table--fill-region-strictly):
24717 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24718 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24720 * add-log.el (change-log):
24721 * apropos.el (apropos):
24722 * comint.el (comint-completion, comint-source):
24723 * dabbrev.el (dabbrev):
24724 * delim-col.el (columns):
24725 * diff-mode.el (diff-mode):
24726 * ediff.el (ediff):
24727 * ediff-diff.el (ediff-diff):
24728 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24729 * ediff-mult.el (ediff-mult):
24730 * ediff-ptch.el (ediff-ptch):
24731 * ediff-wind.el (ediff-window):
24732 * facemenu.el (facemenu):
24733 * indent.el (indent):
24735 * jka-cmpr-hook.el (compression, jka-compr):
24737 * outline.el (outlines):
24738 * pcmpl-cvs.el (pcmpl-cvs):
24739 * pcmpl-rpm.el (pcmpl-rpm):
24740 * printing.el (printing):
24741 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24742 (ps-print-vertical, ps-print-headers, ps-print-font)
24743 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24744 (ps-print-background, ps-print-printer, ps-print-page)
24745 (ps-print-miscellany):
24747 * shell.el (shell, shell-directories, shell-faces):
24748 * startup.el (initialization):
24749 * strokes.el (strokes):
24751 * uniquify.el (uniquify):
24752 * w32-vars.el (w32):
24753 * calc/calc.el (calc):
24754 * emacs-lisp/bytecomp.el (bytecomp):
24755 * emacs-lisp/cl-indent.el (lisp-indent):
24756 * emacs-lisp/edebug.el (edebug):
24757 * emacs-lisp/elp.el (elp):
24758 * emacs-lisp/testcover.el (testcover):
24759 * emacs-lisp/trace.el (trace):
24760 * emulation/viper-ex.el (viper-ex):
24761 * emulation/viper-mous.el (viper-mouse):
24762 * mail/mailalias.el (mailalias):
24763 * mail/supercite.el (supercite, supercite-frames)
24764 (supercite-attr, supercite-cite, supercite-hooks):
24765 * net/rcompile.el (remote-compile):
24766 * net/rlogin.el (rlogin):
24767 * obsolete/ooutline.el (outlines):
24768 * progmodes/delphi.el (delphi):
24769 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24770 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24771 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24772 (ebnf-optimization):
24773 * progmodes/etags.el (etags):
24774 * progmodes/executable.el (executable):
24775 * progmodes/idlwave.el (idlwave):
24776 * progmodes/pascal.el (pascal):
24777 * progmodes/prolog.el (prolog):
24778 * progmodes/python.el (python):
24779 * progmodes/scheme.el (scheme):
24780 * progmodes/sh-script.el (sh, sh-script):
24781 * progmodes/sql.el (SQL):
24782 * progmodes/tcl.el (tcl):
24783 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24784 * textmodes/enriched.el (enriched):
24785 * textmodes/makeinfo.el (makeinfo):
24786 * textmodes/sgml-mode.el (sgml):
24787 * textmodes/table.el (table-hooks):
24788 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24789 * textmodes/texinfo.el (texinfo):
24790 * textmodes/two-column.el (two-column):
24791 Finish `defgroup' description with period.
24793 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24794 * eshell/esh-var.el (eshell-var):
24795 * progmodes/vhdl-mode.el (vhdl-testbench):
24796 * textmodes/org.el (org): Fix typos in docstrings.
24798 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24801 * progmodes/flymake.el (flymake-find-file): Remove.
24802 (flymake-float-time): Use `with-no-warnings'.
24803 (flymake-check-start-time, flymake-check-was-interrupted)
24804 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24805 (flymake-new-err-info): `defvar' at compile time.
24807 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24809 * replace.el (occur-hook): Doc fix.
24810 (occur-1): Don't call `occur-hook' if there are no matches.
24812 2005-07-03 Richard M. Stallman <rms@gnu.org>
24814 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24815 global-map, save the same map.
24816 (global-map): Don't alter it at top level.
24817 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24818 Then alter it here instead.
24819 (tpu-edt-off): Set global-map to the saved one.
24821 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24822 All references simplified.
24823 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24824 (zmacs-regions): Add defvar.
24825 (repeat-complex-command-map): Everything about that deleted.
24827 * textmodes/artist.el (artist-key-is-drawing)
24828 (artist-key-endpoint1, artist-key-poly-point-list)
24829 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24830 (artist-key-compl-table, artist-rb-save-data)
24831 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24832 Don't put them in eval-when-compile.
24833 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24835 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24836 Use with-no-warnings.
24838 * net/browse-url.el (dos-windows-version): Add defvar.
24840 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24842 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24843 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24844 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24846 (rmail-summary-beginning-of-message): Use with-no-warnings.
24847 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24849 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24850 Use with-no-warnings.
24852 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24853 (c-mark-function): Add point-moving-unit property.
24854 (vi-goto-line): Use with-no-warnings.
24856 * emulation/edt.el (edt-last-copied-word): Add defvar.
24857 (zmacs-region-stays): Likewise.
24858 (edt-mark-section-wisely): Use c-mark-function for C.
24859 Use makr-defun for Fortran.
24860 (time-string): defvar deleted.
24861 (edt-display-the-time): Don't set time-string.
24863 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24865 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24866 Don't warn when name is not constant
24867 or for defining the group `emacs'.
24869 * tooltip.el (gud-tooltip-mode): Add defvar.
24871 * startup.el (default-frame-background-mode): Add defvar.
24873 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24875 * info.el (tool-bar-map): Add defvar.
24877 * dired.el (dnd-protocol-alist): Add defvar.
24879 * dired-aux.el (dired-query): Display question with answer, when
24882 * custom.el (custom-add-option): Doc fix.
24884 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24886 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24888 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24889 bogus name from the last change.
24891 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24893 * custom.el (custom-declare-variable): Fix typos in comment.
24894 (custom-known-themes): Doc fix.
24895 (custom-theme-directory): New defcustom.
24896 (require-theme): Make it check `custom-theme-directory'.
24898 * cus-theme.el (custom-new-theme-mode): New function.
24899 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24900 (custom-theme-description): Add compiler defvars.
24901 (customize-create-theme): Add doc to the "*New Custom Theme*"
24902 buffer. Use `custom-new-theme-mode'.
24903 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24904 and save it to the `custom-theme-directory'. Make this the
24905 default directory of the buffer.
24907 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24909 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24910 Fix unbalanced parentheses.
24912 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24914 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24915 into flymake-mode and delegate to flymake-mode.
24917 * find-file.el (ff-which-function-are-we-in): Clean up.
24919 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24921 * replace.el (occur-rename-buffer): Fix docstring.
24923 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24924 (edt-last-copied-word, edt-learn-macro-count)
24925 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24926 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24927 (time-string, zmacs-region-stays):
24928 * emulation/edt-mapper.el (edt-save-function-key-map)
24929 (EDT-key-name): `defvar' to silence the byte-compiler.
24931 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24933 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24934 font-lock-regexp-backslash. Doc fix.
24935 (font-lock-regexp-backslash-grouping-construct): Rename from
24936 font-lock-regexp-backslash-construct. Doc fix.
24937 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24938 grouping constructs.
24940 2005-07-02 Eli Zaretskii <eliz@gnu.org>
24942 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24943 updating all the prerequisites.
24945 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
24947 * textmodes/org.el (org-agenda-start-on-weekday)
24948 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24949 (org-agenda-use-time-grid, org-archive-location)
24950 (org-allow-space-in-links, org-usenet-links-prefer-google)
24951 (org-enable-table-editor, org-export-default-language)
24952 (org-export-html-show-new-buffer, org-fill-paragraph)
24953 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24954 (org-goto-quit, org-occur, org-eval-in-calendar)
24955 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24956 (org-agenda-diary-entry, org-remember-help)
24957 (org-table-convert-region, org-at-table-p)
24958 (org-table-move-row-down, org-table-move-row-up)
24959 (org-table-copy-region, org-table-toggle-vline-visibility)
24960 (org-table-get-stored-formulas, org-table-get-specials)
24961 (org-recalc-commands, org-table-eval-formula)
24962 (org-table-formula-substitute-names, orgtbl-make-binding)
24963 (org-format-org-table-html, org-format-table-table-html)
24964 (org-format-table-table-html-using-table-generate-source)
24965 (org-customize): Fix typos in docstrings.
24966 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24967 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24968 (org-back-to-heading): Doc fixes.
24969 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24970 (org-agenda-change-all-lines, org-get-header):
24971 Improve argument/docstring consistency.
24972 (orgtbl-error): Fix error message.
24974 * progmodes/flymake.el (flymake-find-possible-master-files)
24975 (flymake-master-file-compare, flymake-get-line-err-count)
24976 (flymake-highlight-line, flymake-gui-warnings-enabled):
24977 Fix typos in docstrings.
24978 (flymake-parse-line, flymake-get-project-include-dirs-function)
24979 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24981 (flymake-get-project-include-dirs-function)
24982 (flymake-make-err-menu-data):
24983 Improve argument/docstring consistency.
24985 2005-07-01 Lute Kamstra <lute@gnu.org>
24987 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24988 Catch errors with ignore-errors. Use temporary buffer.
24989 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
24991 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24992 background color faces.
24993 (facemenu-set-foreground, facemenu-set-background):
24994 Use facemenu-set-face-from-menu.
24995 (facemenu-set-face-from-menu): Treat face names that start with
24996 "fg:" or "bg:" as special.
24997 (facemenu-add-new-color): Don't create faces. Simplify.
24999 2005-06-30 Richard M. Stallman <rms@gnu.org>
25001 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25002 (crm-find-current-element): Likewise.
25004 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
25006 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25008 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25010 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25011 (archive-mouse-extract): Make it an obsolete alias.
25012 (archive-mode-map): Don't use archive-mouse-extract any more.
25013 (archive-mode, archive-extract): write-contents-hooks ->
25014 write-contents-functions.
25015 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25017 (archive-rename-entry): Update the call.
25018 (archive-zip-summarize): Remove unused var `method'.
25019 (archive-lzh-summarize): Remove unused var `creator'.
25021 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25022 dedicated frame upon exit.
25024 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25025 (archive-zip-extract, archive-zip-expunge)
25026 (archive-zip-update, archive-zip-update-case): Use executable-find.
25027 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25028 Use restore-buffer-modified-p.
25029 (archive-extract, archive-add-new-member, archive-write-file-member):
25030 Use with-current-buffer.
25031 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25033 2005-06-30 Andreas Schwab <schwab@suse.de>
25035 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25037 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25039 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25041 2005-06-30 Juri Linkov <juri@jurta.org>
25043 * faces.el (vertical-border): Inherit from mode-line-inactive
25046 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25048 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25049 example, -NLINES in the `occur' docstring).
25051 * replace.el (occur-1): When no matches are found, do not set the
25052 `buffer-read-only' and modified flags for the occur buffer,
25053 because it is deleted.
25055 * emulation/cua-base.el (cua-check-pending-input)
25056 (cua-repeat-replace-region, cua-mode, cua-debug)
25057 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25058 Fix typos in docstrings.
25060 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25061 (cua-cut-region-to-global-mark)
25062 (cua--cut-rectangle-to-global-mark):
25063 Remove period from end of messages.
25065 * emulation/cua-rect.el (cua-do-rectangle-padding):
25066 Remove period from end of messages.
25067 (cua--rectangle-seq-format): Fix typo in docstring.
25068 (cua-sequence-rectangle, cua-fill-char-rectangle):
25069 Improve argument/docstring consistency.
25071 2005-06-29 Juri Linkov <juri@jurta.org>
25073 * faces.el (default-frame-background-mode): New internal variable.
25074 (frame-set-background-mode): Use it.
25076 * startup.el (normal-top-level): Set default-frame-background-mode
25077 instead of frame-background-mode. Before setting it, test for its
25078 nil value. Remove tests for frame-background-mode and frame
25079 parameter `reverse'. Add test for "unspecified-fg".
25081 * term/xterm.el (xterm-rxvt-set-background-mode):
25082 * term/rxvt.el (rxvt-set-background-mode):
25083 Set default-frame-background-mode instead of frame-background-mode.
25085 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25087 * simple.el (set-variable): Warn about obsolete user variables.
25089 * imenu.el (imenu--completion-buffer):
25090 * mouse.el (mouse-buffer-menu-alist):
25091 * msb.el (msb-invisible-buffer-p):
25092 * calendar/diary-lib.el (diary-header-line-format):
25093 * emacs-lisp/pp.el (pp-buffer):
25094 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25095 * textmodes/picture.el (picture-replace-match):
25096 Change space constants followed by a sexp to "?\s ".
25098 * play/decipher.el (decipher-loop-with-breaks):
25099 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25100 constants "protected" from end of line by a comment to "?\s".
25102 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25104 * font-lock.el (save-buffer-state): Use `declare'.
25106 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25107 reset the syntax-table to cperl-mode-syntax-table.
25108 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25109 "foo_print_bar" is not matched as a reserved keyword.
25111 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25113 * textmodes/org.el (orgtbl-setup): New function, for delayed
25114 setup for the orgtbl commands.
25115 (org-calc-default-modes): New option.
25116 (orgtbl-make-binding): Use `defun' to get better help display.
25117 (org-diary): Call `org-compile-prefix-format'.
25118 (org-table-formula-substitute-names): New function.
25119 (org-agenda-day-view, org-agenda-week-view): New commands.
25120 (org-agenda-toggle-week-view): Command removed.
25121 (org-tbl-menu): Split off from org-org-menu.
25122 (org-mode): Move removal of outline-mode menus to here.
25123 (org-table-formula-debug): New option.
25124 (org-table-insert-row): Keep first field if just "#" or "*".
25125 (org-mode): Paragraph regexps fixed.
25126 (org-table-recalculate-regexp): New constant.
25127 (org-table-justify-field-maybe): Avoid replace if not necessary.
25128 (org-copy-special, org-cut-special): Use `call-interactively'.
25129 (org-table-copy-region): Take region from `interactive' call.
25130 (org-trim): Return string even if no match.
25131 (org-formula): New face.
25132 (org-set-font-lock-defaults): No longer highlight "FIXME".
25133 But highlight formula-related fields in table.
25134 (org-table-p): Use regexp, not fontification.
25135 (org-table-align): Handle white space at end of line.
25136 (org-table-formula-evaluate-inline): New option.
25137 (org-mode): Auto-wrapping in comment lines turned off.
25138 (org-table-copy-down): Evaluate only in copied field, not in
25140 (org-table-current-formula): Variable removed.
25141 (org-table-store-formulas, org-table-get-stored-formulas)
25142 (org-table-modify-formulas, org-table-replace-in-formulas)
25143 (org-table-maybe-eval-formula): New functions.
25144 (org-table-get-formula): Modify to use stored formulas.
25145 (org-table-insert-column, org-table-delete-column)
25146 (org-table-move-column): Call `org-table-modify-formulas'.
25147 (org-complete): Add completion for keyword formulas.
25148 (orgtbl-mode): Pull orgtbl-mode-map to start of
25149 minor-mode-map-alist.
25151 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25153 * progmodes/python.el (python-check): Require `compile' before
25154 modifying its variables.
25156 * newcomment.el (comment-indent-default): Don't get fooled by an early
25159 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25161 * ps-print.el (ps-print-version): Fix version number.
25163 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25165 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25167 2005-06-28 Richard M. Stallman <rms@gnu.org>
25169 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25170 (flyspell-local-mouse-map): Declaration deleted.
25171 (flyspell-mouse-map): Bind only mouse-2.
25172 (flyspell-mode-map): Don't test flyspell-use-local-map.
25173 (flyspell-overlay-keymap-property-name): Var deleted.
25174 (flyspell-mode-on): Don't make local bindings for
25175 flyspell-mouse-map and flyspell-mode-map.
25176 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25178 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25180 * progmodes/compile.el (compilation-next-error-function):
25181 Don't switch buffers; operate on the current buffer.
25183 * progmodes/compile.el (compilation-error-file-name)
25184 (compilation-warning-file-name, compilation-info-file-name)
25185 (compilation-line-number, compilation-column-number): New faces.
25186 (compilation-error-face, compilation-warning-face)
25187 (compilation-info-face, compilation-line-face)
25188 (compilation-column-face): Use them.
25190 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25192 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25194 * bindings.el (global-map): Bind insertchar and its variants.
25196 2005-06-27 Richard M. Stallman <rms@gnu.org>
25198 * textmodes/artist.el (artist-text-overwrite)
25199 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25201 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25203 * ps-print.el: It was not working the page selection for printing.
25204 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25205 (ps-print-version): New version 6.6.7.
25206 (ps-end-sheet): New fun.
25207 (ps-header-sheet, ps-end-job): Call it.
25209 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25211 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25213 2005-06-27 Lute Kamstra <lute@gnu.org>
25215 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25216 background color faces.
25217 (facemenu-get-face): Delete function.
25218 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25219 (facemenu-add-new-color): Make second argument mandatory.
25220 Create the appropriate face and return it. Simplify.
25221 (facemenu-set-foreground, facemenu-set-background): Don't check if
25222 color is defined. Use return value of facemenu-add-new-color.
25224 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25226 * progmodes/gud.el (gud-filter): Add missing argument to
25227 with-selected-window.
25229 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25231 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25232 a :require to the defcustom.
25234 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25235 defcustoms corresponding to minor modes.
25237 2005-06-26 David Ponce <david@dponce.com>
25239 * recentf.el: Require tree-widget instead of wid-edit.
25240 (recentf-filename-handler): Fix widget :type.
25241 (recentf-cancel-dialog, recentf-open-more-files)
25242 (recentf-open-files-action): Doc fix.
25243 (recentf-dialog-goto-first): New function.
25244 (recentf-dialog-mode-map): Set parent keymap first.
25245 (recentf-dialog-mode): Define with define-derived-mode.
25246 Don't display continuation lines in dialogs.
25247 (recentf-edit-list): Rename from recentf-edit-selected-items.
25248 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25250 (recentf-edit-list-validate): New function.
25251 (recentf-edit-list): Update accordingly.
25252 (recentf-open-files-item-shift): Remove.
25253 (recentf-open-files-item): Convert menu elements into tree and
25254 link widgets. Don't create the widgets.
25255 (recentf-open-files): Update accordingly.
25256 (recentf-save-list): Untabify.
25258 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25260 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25261 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25262 partially contained in the active region. Do not take active
25263 region into account when called from Lisp, unless INTERACTIVE arg
25264 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25265 avoid trouble with fields. Make marker point nowhere when no
25266 longer used. Always return nil. Doc fix.
25267 (flush-lines): Add INTERACTIVE arg. Do not take active region
25268 into account when called from Lisp, unless INTERACTIVE arg is
25269 non-nil. Use `forward-line' instead of `beginning-of-line' to
25270 avoid trouble with fields. Make marker point nowhere when no
25271 longer used. Always return nil. Doc fix.
25272 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25273 interchangeable. Do not take active region into account when
25274 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25275 message in echo area when called from Lisp, unless INTERACTIVE arg
25276 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25277 Return the number of matches. Doc fix.
25279 (perform-replace): Make comment follow double space convention for
25280 the sake of `outline-minor-mode'.
25282 * faces.el (facep): Doc fix.
25284 2005-06-25 Richard M. Stallman <rms@gnu.org>
25286 * facemenu.el (facemenu-enable-faces-p): New function.
25287 (facemenu-background-menu, facemenu-foreground-menu)
25288 (facemenu-face-menu): Add menu-enable property.
25290 * jka-compr.el (jka-compr-insert-file-contents):
25291 Special handling if cannot find the uncompression program.
25293 * cus-face.el (custom-face-attributes): Add autoload.
25295 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25296 Bind comment-indent-function locally.
25298 * window.el (save-selected-window): Use save-current-buffer.
25300 * subr.el (with-selected-window): Use save-current-buffer.
25302 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25303 and with-current-buffer.
25305 2005-06-24 Richard M. Stallman <rms@gnu.org>
25307 * simple.el (line-move-1): Fix previous change.
25309 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25311 * replace.el (occur-1): Set `buffer-read-only' and the
25312 buffer-modified flag before running `occur-hook' to protect
25313 against unintentional buffer switches that can lead to data loss.
25315 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25317 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25318 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25321 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25323 (gdb-var-create-handler): Put name of expression in quotes.
25325 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25327 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25328 elements of RING in order, and without bogus nil elements.
25330 2005-06-23 Richard M. Stallman <rms@gnu.org>
25332 * simple.el (set-variable): Args renamed; doc fix.
25333 (line-move-1): When there are overlays around, use vertical-motion.
25335 * faces.el (escape-glyph): Use brown against light background.
25336 (nobreak-space): Rename from no-break-space.
25337 Fix previous change.
25339 * dired-aux.el (dired-do-copy): Fix arg prompt.
25341 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25343 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25345 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25346 rather than "Distributor".
25348 2005-06-23 Lute Kamstra <lute@gnu.org>
25350 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25351 (debug-on-entry): Use it. New interactive declaration that uses
25352 function-called-at-point.
25354 2005-06-23 Kim F. Storm <storm@cua.dk>
25356 * subr.el (save-match-data): Add comment about using evaporate arg
25359 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25361 * cus-edit.el (customize-face)
25362 (customize-face-other-window): Handle face aliases.
25364 * faces.el (face-documentation, set-face-attribute)
25365 (face-spec-set): Handle face aliases.
25367 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25369 * help-mode.el (help-make-xrefs): If a symbol representing a face
25370 name is not followed by the word "face", it could still be a
25371 function or variable name, so don't bypass other checks.
25373 2005-06-22 Juri Linkov <juri@jurta.org>
25375 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25376 Replace aliased functions with calls where second arg `inherit' is t.
25378 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25380 * progmodes/gdb-ui.el (gdb-error): New variable.
25381 (gdb-error): New function.
25382 (gdb-annotation-rules): Act on error-begin and error annotations.
25383 (gdb-concat-output): Use font-lock-warning-face for errors.
25385 2005-06-22 Miles Bader <miles@gnu.org>
25387 * bindings.el (propertized-buffer-identification): Use renamed
25388 `Buffer-menu-buffer' face.
25390 * faces.el (vertical-border): Rename from `vertical-divider'.
25391 (escape-glyph): Change dark-background color back to `cyan'.
25393 2005-06-21 Juri Linkov <juri@jurta.org>
25395 * faces.el (face-user-default-spec): Try getting `customized-face'
25396 prior to `saved-face'.
25397 (frame-background-mode): Refill docstring.
25399 * emacs-lisp/lisp-mode.el (eval-defun-1):
25400 * emacs-lisp/edebug.el (edebug-eval-defun):
25401 Set `saved-face' temporarily to nil before calling form.
25402 Set `customized-face' to the new spec after that.
25404 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25406 * subr.el (1value, lambda, key-substitution-in-progress):
25409 * autoinsert.el (auto-insert-alist):
25410 * ses.el (ses-call-printer):
25411 * subr.el (noreturn):
25412 * emacs-lisp/lisp.el (check-parens):
25413 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25414 * net/browse-url.el (browse-url-mosaic):
25415 * progmodes/cc-defs.el (c-safe-scan-lists):
25416 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25417 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25418 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25419 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25420 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25421 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25423 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25425 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25427 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25429 * calendar/appt.el (appt-make-list): Activate the package, if
25430 not already active (for backwards compatibility).
25432 2005-06-20 Kim F. Storm <storm@cua.dk>
25434 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25436 2005-06-20 Miles Bader <miles@gnu.org>
25438 * faces.el (vertical-divider): New face.
25440 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25442 * simple.el (kill-whole-line): Doc fix.
25443 (next-error-buffer-p, next-error-find-buffer)
25444 (clone-indirect-buffer): Fix typos in docstrings.
25445 (comment-line-break-function): Doc fix: don't say variable
25446 is automatically buffer-local (it isn't).
25448 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25450 * net/tramp-ftp.el (top):
25451 * net/tramp-smb.el (top):
25452 * net/tramp-util.el (top):
25453 * net/tramp-uu.el (top):
25454 * net/tramp-vc.el (top):
25455 * net/tramp.el (top): Revert copyright years back to original
25456 ones. Tramp has a life outside GNU Emacs.
25458 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25460 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25462 2005-06-18 Juri Linkov <juri@jurta.org>
25464 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25465 end of first regexp to limit the match to the position between
25466 line number and source line with same separator character as used
25467 between file name and line number. In the second regexp limit
25468 mouse-face area to file name and line number by adding new group
25469 for them and referring it in HYPERLINK arg.
25470 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25471 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25472 previous line where grep markers may be already removed.
25474 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25476 * progmodes/ps-mode.el: Update version and maintainer's email address.
25478 2005-06-18 Steve Youngs <steve@xemacs.org>
25480 * net/browse-url.el (browse-url-browser-function)
25481 (browse-url-default-browser): Add firefox.
25482 (browse-url-firefox-program, browse-url-firefox-arguments)
25483 (browse-url-firefox-startup-arguments)
25484 (browse-url-firefox-new-window-is-tab): New defcustoms.
25485 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25487 2005-06-17 Richard M. Stallman <rms@gnu.org>
25489 * startup.el (command-line): Warn if specified user name has
25492 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25493 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25495 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25498 * faces.el (underline): Try bold if terminal doesn't support underline.
25500 * mail/sendmail.el (mail-setup-with-from): New variable.
25501 (mail-insert-from-field): New function.
25502 (sendmail-send-it): Call it.
25503 (mail-setup): Optionally call it here.
25505 * term/linux.el: Call tty-no-underline.
25507 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25509 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25511 2005-06-17 Miles Bader <miles@gnu.org>
25513 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25514 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25515 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25516 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25517 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25518 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25519 Remove "-face" suffix from face names.
25520 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25521 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25522 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25523 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25524 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25525 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25526 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25527 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25528 New backward-compatibility aliases for renamed faces.
25529 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25530 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25531 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25532 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25533 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25534 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25535 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25536 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25537 Use renamed ediff faces.
25539 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25540 Remove "-face" suffix from face names.
25541 (eshell-test-ok-face, eshell-test-failed-face):
25542 New backward-compatibility aliases for renamed faces.
25543 (eshell-run-test): Use renamed eshell-test faces.
25545 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25547 (eshell-prompt-face): New backward-compatibility alias for renamed
25549 (eshell-emit-prompt): Use renamed eshell-prompt face.
25551 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25552 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25553 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25554 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25555 Remove "-face" suffix from face names.
25556 (eshell-ls-directory-face, eshell-ls-symlink-face)
25557 (eshell-ls-executable-face, eshell-ls-readonly-face)
25558 (eshell-ls-unreadable-face, eshell-ls-special-face)
25559 (eshell-ls-missing-face, eshell-ls-archive-face)
25560 (eshell-ls-backup-face, eshell-ls-product-face)
25561 (eshell-ls-clutter-face):
25562 New backward-compatibility aliases for renamed faces.
25563 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25565 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25566 Remove "-face" suffix from face name.
25567 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25568 instead of literal face.
25570 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25572 * emacs-lisp/warnings.el (display-warning, lwarn)
25573 (warning-minimum-log-level): Doc fixes.
25574 (warning-minimum-level, warning-minimum-log-level):
25575 Add :debug to :type choices.
25577 * progmodes/ada-mode.el (ada-format-paramlist)
25578 (ada-get-indent-case, ada-check-matching-start)
25579 (ada-check-defun-name, ada-goto-matching-decl-start)
25580 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25581 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25582 (ada-make-subprogram-body): Follow error conventions.
25583 (ada-case-exception-file, ada-indent-comment-as-code)
25584 (ada-indent-handle-comment-special, ada-indent-renames)
25585 (ada-indent-return, ada-search-directories-internal)
25586 (ada-tab-policy, ada-case-exception-substring)
25587 (ada-other-file-alist, ada-matching-start-re)
25588 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25589 (ada-imenu-generic-expression, ada-compile-goto-error)
25590 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25591 (ada-popup-menu, ada-add-extensions, ada-mode)
25592 (ada-region-selected, ada-create-case-exception)
25593 (ada-create-case-exception-substring, ada-after-keyword-p)
25594 (ada-activate-keys-for-case, ada-adjust-case-region)
25595 (ada-adjust-case-buffer, ada-format-paramlist)
25596 (ada-scan-paramlist, ada-insert-paramlist)
25597 (ada-indent-newline-indent)
25598 (ada-indent-newline-indent-conditional)
25599 (ada-justified-indent-current, ada-goto-previous-word)
25600 (ada-indent-current, ada-get-indent-open-paren)
25601 (ada-get-indent-paramlist, ada-get-indent-end)
25602 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25603 (ada-get-indent-block-start, ada-get-indent-subprog)
25604 (ada-get-indent-noindent, ada-get-indent-label)
25605 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25606 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25607 (ada-goto-stmt-end, ada-goto-next-word)
25608 (ada-check-matching-start, ada-check-defun-name)
25609 (ada-goto-matching-decl-start, ada-goto-matching-start)
25610 (ada-goto-matching-end, ada-search-ignore-string-comment)
25611 (ada-in-decl-p, ada-looking-at-semi-or)
25612 (ada-looking-at-semi-private, ada-in-paramlist-p)
25613 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25614 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25615 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25616 (ada-previous-package, ada-create-menu)
25617 (ada-fill-comment-paragraph-justify)
25618 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25619 (ada-other-file-name, ada-last-which-function-line)
25620 (ada-last-which-function-subprog, ada-which-function)
25621 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25622 (ada-gen-treat-proc, ada-check-emacs-version)
25623 (ada-continuation-indent, ada-align-region-separate):
25624 Fix typos in docstrings.
25625 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25627 2005-06-16 Lute Kamstra <lute@gnu.org>
25629 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25632 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25634 * comint.el (comint-replace-by-expanded-filename)
25635 (comint-prompt-regexp, comint-delimiter-argument-list)
25636 (comint-preinput-scroll-to-bottom):
25637 * info.el (Info-hide-cookies-node):
25638 * ls-lisp.el (ls-lisp-classify):
25639 * find-file.el (ff-search-directories, ff-special-constructs)
25640 (ff-find-other-file):
25641 * font-lock.el (font-lock-keywords):
25642 * shell.el (shell-prompt-pattern)
25643 (shell-dynamic-complete-functions, shell-mode)
25644 (shell-delimiter-argument-list):
25645 * term.el (term-replace-by-expanded-filename)
25646 (term-prompt-regexp, term-delimiter-argument-list):
25647 * woman.el (woman-ignore, woman0-if):
25648 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25649 * emacs-lisp/elint.el (elint-init-env):
25650 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25651 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25652 * language/ethio-util.el (ethio-tilde-escape)
25653 (ethio-use-three-dot-question):
25654 * net/zone-mode.el (zone-mode-load-time-setup):
25655 * progmodes/cc-align.el (c-lineup-argcont):
25656 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25657 * progmodes/cperl-mode.el (cperl-set-style-back):
25658 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25659 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25660 Fix spellings in docstrings.
25662 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25663 * progmodes/modula2.el (m2-for): Fix spellings.
25665 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25667 * simple.el (undo-more): Don't use `format' on `error' arguments.
25668 Improve argument/docstring consistency.
25669 (pending-undo-list): Doc fix.
25671 * smerge-mode.el (smerge-ensure-match):
25672 * emulation/vip.el (vip-ex):
25673 * net/zone-mode.el (zone-mode-update-serial):
25674 * progmodes/idlwave.el (idlwave-complete):
25675 * progmodes/vhdl-mode.el (vhdl-visit-file)
25676 (vhdl-compose-wire-components):
25677 Don't use `format' on `error' arguments.
25679 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25680 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25681 (tooltip-help-tips): Fix typos in docstrings.
25683 2005-06-16 David Ponce <david@dponce.com>
25685 * tree-widget.el (tree-widget-value-create): Simplify last change.
25687 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25689 * ido.el (ido-incomplete-regexp): New variable.
25690 (ido-set-matches-1): Handle invalid-regexp error and set
25691 ido-incomplete-regexp.
25692 (ido-incomplete-regexp): New face.
25693 (ido-completions): Use it.
25694 (ido-complete, ido-exit-minibuffer, ido-completions):
25695 Handle incomplete regexps.
25696 (ido-completions): Add check for complete match when entering a regexp.
25698 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25700 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25702 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25704 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25705 by field delimiters.
25707 2005-06-15 David Ponce <david@dponce.com>
25709 * tree-widget.el: eval-and-compile inlined functions so they will
25710 be available at run-time too.
25711 (tree-widget-super-format-handler)
25712 (tree-widget-format-handler): Remove.
25713 (tree-widget-value-create): Handle the :indent property.
25715 2005-06-15 Miles Bader <miles@gnu.org>
25717 * progmodes/which-func.el (which-func): Only inherit
25718 `font-lock-function-name-face' when that makes sense against the
25719 default mode-line face, otherwise set the face color explicitly.
25721 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25722 faces instead of (non-existent) variables.
25724 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25726 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25727 (iswitchb-get-matched-buffers): Likewise. Simplify.
25729 2005-06-14 Miles Bader <miles@gnu.org>
25731 * progmodes/ld-script.el (ld-script-location-counter):
25732 Remove "-face" suffix from face name.
25733 (ld-script-location-counter-face):
25734 New backward-compatibility alias for renamed face.
25735 (ld-script-location-counter-face): Use renamed face.
25737 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25738 (cperl-hash): Remove "-face" suffix from face names.
25739 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25740 New backward-compatibility aliases for renamed faces.
25741 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25742 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25744 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25746 (which-func-face): New backward-compatibility alias for renamed face.
25747 (which-func-format): Use renamed which-func face.
25749 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25750 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25751 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25753 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25754 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25755 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25756 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25757 (vhdl-speedbar-architecture-selected)
25758 (vhdl-speedbar-configuration-selected)
25759 (vhdl-speedbar-package-selected)
25760 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25762 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25764 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25765 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25766 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25768 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25770 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25771 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25772 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25773 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25774 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25775 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25777 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25779 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25780 (sh-heredoc-face): Use renamed sh-heredoc face.
25782 * progmodes/idlw-help.el (idlwave-help-link):
25783 Remove "-face" suffix from face name.
25784 (idlwave-help-link-face):
25785 New backward-compatibility alias for renamed face.
25786 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25788 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25789 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25790 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25791 New backward-compatibility aliases for renamed faces.
25792 (idlwave-shell-disabled-breakpoint-face)
25793 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25795 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25796 Remove "-face" suffix from face names.
25797 (flymake-errline-face, flymake-warnline-face):
25798 New backward-compatibility aliases for renamed faces.
25799 (flymake-highlight-line): Use renamed flymake faces.
25801 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25802 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25803 (ebrowse-member-class, ebrowse-progress):
25804 Remove "-face" suffix from face names.
25805 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25806 (ebrowse-file-name-face, ebrowse-default-face)
25807 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25808 (ebrowse-progress-face):
25809 New backward-compatibility aliases for renamed faces.
25810 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25811 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25812 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25813 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25815 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25817 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25818 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25820 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25821 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25822 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25823 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25824 backward-compatibility aliases for renamed faces.
25825 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25826 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25827 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25828 remove "font-lock-". Use renamed antlr-mode faces.
25829 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25830 literal face-names with face variable references.
25832 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25834 (Buffer-menu-buffer-face): New backward-compatibility alias for
25836 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25838 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25840 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25841 Eliminate "-face" suffix.
25842 (makefile-targets): Inherit from font-lock-function-name-face and
25843 eliminate "-face" suffix.
25844 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25845 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25846 actions, instead of prepending, to make it less visible.
25847 (makefile-previous-dependency, makefile-match-dependency):
25848 Don't match a target on a continuation line.
25850 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25852 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25854 * progmodes/gdb-ui.el (menu): Re-order menu items.
25855 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25857 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25858 Define in tooltip.el.
25859 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25860 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25861 gud-tooltip-echo-area.
25863 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25864 backward compatibility and make obsolete.
25865 (tooltip-help-tips): Use tooltip-use-echo-area.
25866 (tooltip-show-help-function): Rename to...
25867 (tooltip-show-help): ...this, because it is a function.
25868 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25870 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25872 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25873 (edebug-print-length, edebug-print-level, edebug-print-circle)
25874 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25875 (edebug-eval-print-last-sexp): Doc fixes.
25877 2005-06-14 Kim F. Storm <storm@cua.dk>
25879 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25880 as the coverage buffer/file/both may change.
25882 2005-06-14 Lute Kamstra <lute@gnu.org>
25884 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25885 and run-mode-hooks. Simplify.
25887 * mail/rmailedit.el (rmail-edit-mode):
25888 * progmodes/octave-inf.el (inferior-octave-mode):
25889 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25891 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25892 and run-mode-hooks.
25893 (recentf-edit-list, recentf-open-files): Don't call
25894 kill-all-local-variables directly.
25896 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25898 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25900 * emacs-lisp/byte-run.el (make-obsolete)
25901 (define-obsolete-function-alias): Rename arguments FUNCTION and
25902 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25903 (make-obsolete-variable, define-obsolete-variable-alias):
25904 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25907 * isearchb.el (isearchb-activate):
25908 * pcvs.el (cvs-mode):
25909 * ses.el (ses-load):
25910 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25911 * net/tramp.el (tramp-find-file-exists-command)
25912 (tramp-find-shell):
25913 * progmodes/ada-mode.el (ada-create-case-exception)
25914 (ada-create-case-exception-substring, ada-make-subprogram-body):
25915 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25916 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25917 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25918 * textmodes/org.el (org-promote, org-evaluate-time-range)
25919 (org-agenda-next-date-line, org-agenda-previous-date-line)
25920 (org-agenda-error, org-open-at-point, org-table-move-row)
25921 (org-format-table-table-html-using-table-generate-source)
25922 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25923 * textmodes/reftex.el (reftex-access-scan-info):
25924 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25925 (reftex-toc-promote-prepare): Follow error conventions.
25927 * diff-mode.el (diff-mode): Fix typo in docstring.
25929 * forms.el (forms--intuit-from-file): Fix reference to
25930 `forms-number-of-fields' in error message.
25931 (forms-print): Fix quoting in error message.
25933 * forms.el (forms-mode):
25934 * emulation/vi.el (vi-goto-insert-state):
25935 * progmodes/flymake.el (flymake-new-err-info)
25936 (flymake-start-syntax-check-for-current-buffer)
25937 (flymake-simple-cleanup):
25938 * eshell/esh-var.el (eshell/export):
25939 * progmodes/gud.el (xdb):
25940 * textmodes/flyspell.el (flyspell-incorrect-hook)
25941 (flyspell-maybe-correct-transposition)
25942 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25944 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25946 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25949 2005-06-13 Kim F. Storm <storm@cua.dk>
25951 * subr.el (add-to-ordered-list): New defun.
25953 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25954 add cua--keymap-alist to emulation-mode-map-alists.
25956 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25958 * subr.el (complete-in-turn): New macro.
25959 (dynamic-completion-table, lazy-completion-table): Add debug info.
25961 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25962 in preference to face aliases.
25964 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25965 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25966 Remove unused vars `start' and `firstline'.
25967 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25968 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25970 2005-06-13 Eli Zaretskii <eliz@gnu.org>
25972 * cus-start.el (all): Don't complain about missing GTK-related
25973 variables, unless either `gtk' is boundp or this isn't a
25974 `windows-nt' build.
25976 2005-06-13 Lute Kamstra <lute@gnu.org>
25978 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25981 * ediff-mult.el (ediff-meta-mode):
25982 * ediff-util.el (ediff-mode): Use run-mode-hooks.
25984 * ledit.el (ledit-mode): Use delay-mode-hooks.
25986 * woman.el (woman-mode-line-format): Delete constant.
25987 (woman-mode-map): Initialize it properly.
25988 (woman-mode): Set mode-class property to special.
25989 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
25990 Set major-mode and mode-name. Don't set mode-line-format directly.
25991 (Man-getpage-in-background): Don't reference woman-mode-line-format.
25993 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25994 string argument obsolete.
25996 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
25998 * textmodes/org.el (org-CUA-compatible): New option.
25999 (org-disputed-keys): New variable.
26000 (org-key): New function.
26001 (orgtbl-make-binding): Add docstring to the created function.
26002 (org-mode): Set paragraph start/separate regexps.
26003 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26004 (org-archive-location, org-archive-mark-done)
26005 (org-archive-stamp-time): New options.
26006 (org-archive-subtree): New command.
26007 (org-fill-paragraph): New function.
26008 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26009 (org-fake-empty-table-line): Function removed.
26010 (org-format-org-table-html): Do not create empty table lines at
26011 separator lines. Improved table header treatment.
26012 (org-link-format): New option.
26013 (org-make-link): New function.
26014 (org-insert-link, org-store-link): Use org-make-link.
26015 (org-open-file): Quote file name for shell command, to allow
26016 spaces in file names.
26017 (org-link-regexp): Fix bug with mailto link.
26018 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26020 (org-export-as-html): Deal with the optional angles around a link.
26021 Better treatment of file: links.
26022 (org-open-at-point): Replace @{ and @} with < and >.
26023 (org-run-mode-hooks): Function removed.
26024 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26026 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26028 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26029 MI command -data-list-register-values.
26030 (gdb-post-prompt): Indent properly.
26032 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26034 * hilit-chg.el (highlight-changes-colors): Rename from
26035 `highlight-changes-colours'.
26036 (highlight-changes-colours): Keep as obsolete alias.
26037 (highlight-changes-face-list): Doc fix.
26038 (hilit-chg-make-list): Use `highlight-changes-colors'.
26040 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26042 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26043 defun-prompt-regexp.
26045 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26047 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26050 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26051 Don't use an old loaddefs.el, as in Makefile.in.
26053 2005-06-12 Lute Kamstra <lute@gnu.org>
26055 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26057 * man.el (Man-mode-map): Initialize it properly.
26058 (Man-mode): Set mode-class property to special.
26060 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26062 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26064 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26065 A newline is needed in the docstring there.
26067 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26070 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26072 * printing.el: Doc fix. The menubar is no more changed when printing
26073 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26074 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26075 (pr-version): New version number (6.8.4).
26076 (pr-menu-bind): New command.
26077 (pr-update-menus): Docstring and code fix.
26078 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26080 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26081 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26083 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26085 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26086 "Returns" to "return", document useful return values, etc.
26088 2005-06-11 Alan Mackenzie <acm@muc.de>
26090 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26091 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26092 (adaptive-file-function): Minor amendment to doc-string.
26094 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26096 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26097 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26098 Fix :type--it is `integer', not `string'.
26100 * faces.el (modeline-highlight): Rename from (the erroneous)
26101 `modeline-higilight'.
26103 2005-06-11 Lute Kamstra <lute@gnu.org>
26105 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26106 lisp-interaction-mode-map but make it the parent.
26107 (edebug-eval-mode): Use define-derived-mode.
26109 2005-06-11 Andreas Schwab <schwab@suse.de>
26111 * bindings.el: Add binding of `ESC functionkey' for every
26113 * hexl.el (hexl-mode-map): Likewise.
26115 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26117 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26118 [msft]: update regexp for newer msft compilers.
26120 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26122 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26123 ATTLIST portions of included DTDs.
26124 (xml-parse-dtd): Eliminate use of inefficient match-data.
26126 2005-06-10 Miles Bader <miles@gnu.org>
26128 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26129 (mpuz-text): Remove "-face" suffix from face names.
26130 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26131 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26132 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26134 * play/gomoku.el (gomoku-O, gomoku-X):
26135 Remove "-face" suffix from face names.
26136 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26137 New backward-compatibility aliases for renamed faces.
26138 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26140 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26142 * thumbs.el: Fixes for changes of 2005-06-09.
26143 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26145 (thumbs-thumbname): Remove directory separator from format string;
26146 `thumbs-thumbsdir' now returns a valid directory name.
26147 (thumbs-temp-dir): New defsubst.
26148 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26151 * cus-edit.el (minibuffer):
26152 * files.el (make-backup-file-name-function):
26153 * filesets.el (filesets-external-viewers):
26154 * hilit-chg.el (highlight-changes-colours)
26155 (highlight-changes-face-list, highlight-changes-rotate-faces):
26156 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26157 * kmacro.el (kmacro-call-macro):
26158 * log-edit.el (log-edit-changelog-full-paragraphs):
26159 * mouse.el (mouse-1-click-follows-link):
26160 * skeleton.el (skeleton-autowrap):
26161 * subr.el (insert-for-yank-1):
26162 * tempo.el (tempo-insert-region):
26163 * terminal.el (terminal-emulator):
26164 * time.el (display-time-mail-face):
26165 * vc.el (vc-annotate):
26166 * vcursor.el (vcursor-copy-line):
26167 * woman.el (woman-bold-headings, woman-ignore)
26168 (woman-default-faces, woman-monochrome-faces):
26169 * calendar/todo-mode.el (todo-insert-threshold):
26170 * emulation/pc-select.el (pc-select-selection-keys-only)
26171 (pc-selection-mode):
26172 * emulation/vip.el (vip-find-char-forward):
26173 * emulation/viper-cmd.el (viper-find-char-forward):
26174 * international/mule-cmds.el
26175 (select-safe-coding-system-accept-default-p)
26176 (input-method-exit-on-invalid-key):
26177 * international/mule-diag.el (describe-coding-system):
26178 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26179 * net/browse-url.el (browse-url-xterm-program):
26180 * obsolete/lazy-lock.el (lazy-lock-mode):
26181 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26183 * progmodes/cpp.el (cpp-face-light-name-list)
26184 (cpp-face-dark-name-list):
26185 * progmodes/delphi.el (delphi-newline-always-indents):
26186 Fix spellings in docstrings.
26188 * ido.el (ido-mode, ido-file-extensions-order)
26189 (ido-default-file-method, ido-default-buffer-method)
26190 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26191 (ido-decorations, ido-read-file-name-as-directory-commands)
26192 (ido-read-file-name-non-ido, ido-work-directory-list)
26193 (ido-ignore-item-temp-list, ido-current-directory)
26194 (ido-magic-forward-char, ido-enter-find-file)
26195 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26196 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26198 2005-06-10 Lute Kamstra <lute@gnu.org>
26200 * play/dunnet.el (dun-mode): Use define-derived-mode.
26201 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26204 * play/doctor.el (doctor-mode-map): Remove defvar.
26205 (doctor-mode): Use define-derived-mode.
26207 * mail/mspools.el (mspools-mode):
26208 * net/eudc-hotlist.el (eudc-hotlist-mode):
26209 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26211 2005-06-10 Miles Bader <miles@gnu.org>
26213 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26214 Remove "-face" suffix from face names.
26215 (flyspell-incorrect-face, flyspell-duplicate-face):
26216 New backward-compatibility aliases for renamed faces.
26217 (flyspell-mode-on, make-flyspell-overlay)
26218 (flyspell-highlight-incorrect-region)
26219 (flyspell-highlight-duplicate-region)
26220 (flyspell-display-next-corrections)
26221 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26223 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26225 (texinfo-heading-face): New backward-compatibility alias for
26227 (texinfo-heading-face): Use renamed texinfo-heading face.
26229 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26230 suffix from face names.
26231 (tex-math-face, tex-verbatim-face):
26232 New backward-compatibility aliases for renamed faces.
26233 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26234 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26237 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26239 (table-cell-face): New backward-compatibility alias for renamed face.
26240 (table--put-cell-face-property, table--update-cell-face):
26241 Use renamed table-cell face.
26243 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26245 (sgml-namespace-face): New backward-compatibility alias for
26247 (sgml-namespace-face): Use renamed sgml-namespace face.
26249 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26250 (org-level-4, org-level-5, org-level-6, org-level-7)
26251 (org-level-8, org-warning, org-headline-done)
26252 (org-deadline-announce, org-scheduled-today)
26253 (org-scheduled-previously, org-link, org-done, org-table)
26254 (org-time-grid): Remove "-face" suffix from face names.
26255 (org-level-1-face, org-level-2-face, org-level-3-face)
26256 (org-level-4-face, org-level-5-face, org-level-6-face)
26257 (org-level-7-face, org-level-8-face, org-warning-face)
26258 (org-headline-done-face, org-deadline-announce-face)
26259 (org-scheduled-today-face, org-scheduled-previously-face)
26260 (org-link-face, org-done-face, org-table-face)
26261 (org-time-grid-face):
26262 New backward-compatibility aliases for renamed faces.
26263 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26264 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26265 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26266 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26268 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26269 (viper-minibuffer-emacs, viper-minibuffer-insert)
26270 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26271 (viper-search-face, viper-replace-overlay-face)
26272 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26273 (viper-minibuffer-vi-face):
26274 New backward-compatibility aliases for renamed faces.
26275 (viper-search-face, viper-replace-overlay-face)
26276 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26277 (viper-minibuffer-vi-face): Use renamed viper faces.
26279 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26280 Remove "-face" suffix from face names.
26281 (testcover-nohits-face, testcover-1value-face):
26282 New backward-compatibility aliases for renamed faces.
26283 (testcover-mark): Use renamed testcover faces.
26285 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26287 (diary-button-face): New backward-compatibility alias for renamed face.
26288 (diary-entry): Use renamed diary-button face.
26290 * calendar/calendar.el (diary, calendar-today, holiday)
26291 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26292 (diary-face, calendar-today-face, holiday-face):
26293 New backward-compatibility aliases for renamed faces.
26294 (eval-after-load "facemenu", diary-entry-marker)
26295 (calendar-today-marker, calendar-holiday-marker, diary-face):
26296 Use renamed calendar faces.
26298 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26299 (compare-windows-face): New backward-compatibility alias for
26301 (compare-windows-highlight): Use renamed compare-windows face.
26303 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26304 (strokes-char-face): New backward-compatibility alias for renamed face.
26305 (strokes-encode-buffer): Use renamed strokes-char face.
26307 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26308 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26309 Remove "-face" suffix from face names.
26310 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26311 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26312 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26313 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26314 Use renamed pcvs faces.
26315 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26316 * pcvs-defs.el (cvs-mode-map): Likewise.
26317 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26319 * info.el (info-title-1, info-title-2, info-title-3)
26320 (info-title-4): Remove "-face" suffix from and downcase face names.
26321 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26322 (Info-title-4-face):
26323 New backward-compatibility aliases for renamed faces.
26324 (Info-fontify-node): Use renamed info faces.
26326 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26327 Remove "-face" suffix from face names.
26328 (highlight-changes-face, highlight-changes-delete-face):
26329 New backward-compatibility aliases for renamed faces.
26330 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26331 (hilit-chg-make-list): Use renamed highlight-changes faces.
26333 * generic-x.el (show-tabs-tab, show-tabs-space):
26334 Remove "-face" suffix from face names.
26335 (show-tabs-tab-face, show-tabs-space-face):
26336 New backward-compatibility aliases for renamed faces.
26337 (show-tabs-generic-mode-font-lock-defaults-1)
26338 (show-tabs-generic-mode-font-lock-defaults-2):
26339 Use renamed show-tabs faces.
26341 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26342 (smerge-markers): Remove "-face" suffix from face names.
26343 (smerge-mine-face, smerge-other-face, smerge-base-face)
26344 (smerge-markers-face):
26345 New backward-compatibility aliases for renamed faces.
26346 (smerge-mine-face, smerge-other-face, smerge-base-face)
26347 (smerge-markers-face): Use renamed smerge faces.
26349 * log-view.el (log-view-file, log-view-message): Remove "-face"
26350 suffix from face names.
26351 (log-view-file-face, log-view-message-face):
26352 New backward-compatibility aliases for renamed faces.
26353 (log-view-file-face, log-view-message-face): Use renamed log-view
26356 * paren.el (show-paren-match, show-paren-mismatch):
26357 Remove "-face" suffix from face names.
26358 (show-paren-match-face, show-paren-mismatch-face):
26359 New backward-compatibility aliases for renamed faces.
26360 (show-paren-function): Use renamed show-paren faces.
26362 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26363 (ruler-mode-margins, ruler-mode-fringes)
26364 (ruler-mode-column-number, ruler-mode-fill-column)
26365 (ruler-mode-comment-column, ruler-mode-goal-column)
26366 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26367 suffix from face names.
26368 (ruler-mode-default-face, ruler-mode-pad-face)
26369 (ruler-mode-margins-face, ruler-mode-fringes-face)
26370 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26371 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26372 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26373 New backward-compatibility aliases for renamed faces.
26374 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26375 (ruler-mode-column-number, ruler-mode-fill-column)
26376 (ruler-mode-comment-column, ruler-mode-goal-column)
26377 (ruler-mode-tab-stop, ruler-mode-current-column)
26378 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26381 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26383 (whitespace-highlight-the-space): Use renamed face.
26384 (whitespace-highlight-face): New backward-compatibility alias for
26387 * woman.el (woman-italic, woman-bold, woman-unknown)
26388 (woman-addition, woman-symbol-face):
26389 Remove "-face" suffix from face names.
26390 (woman-italic-face, woman-bold-face, woman-unknown-face)
26391 (woman-addition-face):
26392 New backward-compatibility aliases for renamed faces.
26393 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26394 (woman-decode-region, woman-replace-match)
26395 (woman-display-extended-fonts, woman-special-characters)
26396 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26397 Use renamed woman faces.
26399 * longlines.el (longlines-visible-face): Face removed.
26401 * diff-mode.el (diff-header, diff-file-header, diff-index)
26402 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26403 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26404 suffix from face names.
26405 (diff-header-face, diff-file-header-face, diff-index-face)
26406 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26407 (diff-changed-face, diff-function-face, diff-context-face)
26408 (diff-nonexistent-face): New backward-compatibility aliases for
26410 (diff-header-face, diff-file-header-face)
26411 (diff-index, diff-index-face, diff-hunk-header)
26412 (diff-hunk-header-face, diff-removed, diff-removed-face)
26413 (diff-added, diff-added-face, diff-changed-face, diff-function)
26414 (diff-function-face, diff-context-face, diff-nonexistent)
26415 (diff-nonexistent-face): Use renamed diff-mode faces.
26417 * progmodes/compile.el (compilation-warning-face)
26418 (compilation-info-face): Remove "-face" suffix from face names.
26419 (compilation-warning-face, compilation-info-face):
26420 New backward-compatibility aliases for renamed faces.
26421 (compilation-warning-face, compilation-info-face):
26422 Use renamed compilation faces.
26424 * add-log.el (change-log-date, change-log-name)
26425 (change-log-email, change-log-file, change-log-list)
26426 (change-log-conditionals, change-log-function)
26427 (change-log-acknowledgement): Remove "-face" suffix from face names.
26428 (change-log-date-face, change-log-name-face)
26429 (change-log-email-face, change-log-file-face)
26430 (change-log-list-face, change-log-conditionals-face)
26431 (change-log-function-face, change-log-acknowledgement-face):
26432 New backward-compatibility aliases for renamed faces.
26433 (change-log-font-lock-keywords): Use renamed change-log faces.
26435 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26436 (custom-set, custom-changed, custom-saved, custom-button)
26437 (custom-button-pressed, custom-documentation, custom-state)
26438 (custom-comment, custom-comment-tag, custom-variable-tag)
26439 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26440 (custom-group-tag): Remove "-face" suffix from face names.
26441 (custom-magic-alist, custom-magic-value-create)
26442 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26443 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26444 (custom-set-face, custom-changed-face, custom-saved-face)
26445 (custom-button-face, custom-button-pressed-face)
26446 (custom-documentation-face, custom-state-face)
26447 (custom-comment-face, custom-comment-tag-face)
26448 (custom-variable-tag-face, custom-variable-button-face)
26449 (custom-face-tag-face, custom-group-tag-face-1)
26450 (custom-group-tag-face):
26451 New backward-compatibility aliases for renamed faces.
26453 * wid-edit.el (widget-documentation, widget-button)
26454 (widget-field, widget-single-line-field, widget-inactive)
26455 (widget-button-pressed): "-face" suffix removed from face names.
26456 (widget-documentation-face, widget-button-face)
26457 (widget-field-face, widget-single-line-field-face)
26458 (widget-inactive-face, widget-button-pressed-face):
26459 New backward-compatibility aliases for renamed faces.
26460 (widget-documentation-face, widget-button-face)
26461 (widget-button-pressed-face, widget-specify-field)
26462 (widget-specify-inactive): Use renamed widget faces.
26464 2005-06-10 Kenichi Handa <handa@m17n.org>
26466 * term/x-win.el (x-clipboard-yank): Remove condition-case
26469 2005-06-11 Kenichi Handa <handa@m17n.org>
26471 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26472 date lines stricter.
26474 2005-06-10 Zhang Wei <id.brep@gmail.com>
26476 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26477 of x-get-selection.
26479 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26481 * comint.el (comint-mode, comint-snapshot-last-prompt):
26482 * frame.el (frame-current-scroll-bars):
26483 * term.el (term-mode, term-check-proc, term-input-sender)
26484 (term-simple-send, term-extract-string, term-word)
26485 (term-match-partial-filename):
26486 * window.el (window-current-scroll-bars):
26487 * emulation/cua-base.el (cua-normal-cursor-color)
26488 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26489 (cua-global-mark-cursor-color):
26490 * mail/undigest.el (rmail-forward-separator-regex):
26491 Fix typos in docstrings.
26493 * comint.el (comint-check-proc, make-comint-in-buffer)
26494 (comint-source-default): Doc fixes.
26496 * term.el (term-send-string): Improve argument/docstring consistency.
26498 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26500 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26501 call to `delete-region'.
26502 (comint-mode-hook): Do not enable Font Lock by default.
26504 2005-06-09 Lute Kamstra <lute@gnu.org>
26506 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26509 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26511 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26513 (debugger-step-through, debugger-continue, debugger-jump)
26514 (debugger-return-value): Set it when needed.
26515 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26516 Use inhibit-read-only.
26518 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26520 * window.el (shrink-window-if-larger-than-buffer)
26521 (window-size-fixed): Fix typo in docstring.
26523 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26524 thumbnails directory on loading.
26525 (thumbs-conversion-program): Use `eq' to check the system type,
26527 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26528 not "/tmp". Fix docstring.
26529 (thumbs-thumbsdir): New function to return the thumbnails
26530 directory, creating it if needed.
26531 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26532 (thumbs-temp-file): Delete variable and make it into a function.
26533 (thumbs-resize-image, thumbs-modify-image): Use it.
26534 (thumbs-kill-buffer): Simplify.
26535 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26536 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26539 2005-06-09 Kim F. Storm <storm@cua.dk>
26541 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26542 set-match-data to free markers in match-data.
26544 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26545 match-data to unchain markers in match-data.
26547 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26549 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26550 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26553 2005-06-08 Richard M. Stallman <rms@gnu.org>
26555 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26556 give the variable a doc string that doesn't say don't set it directly.
26558 * textmodes/ispell.el (ispell-check-version):
26559 Use match-string-no-properties.
26560 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26561 (ispell-buffer-local-words): Likewise.
26563 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26564 except on terminals with enough colors to really display it.
26565 (makefile-dependency-regex): Delete spurious `bb'.
26567 * faces.el (escape-glyph): Use blue once again in last case.
26568 (no-break-space): Redefine so that it isn't invisible on a tty.
26570 2005-06-08 Kim F. Storm <storm@cua.dk>
26572 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26573 also when reading directory name.
26575 2005-06-08 Lute Kamstra <lute@gnu.org>
26577 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26578 (flyspell-mode-line-string): Remove autoload cookie.
26579 (flyspell-mode): Remove defvar.
26581 2005-06-07 Lute Kamstra <lute@gnu.org>
26583 * textmodes/org.el (org-run-mode-hooks): New function.
26584 (org-agenda-mode): Use it.
26586 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26588 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26590 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26592 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26594 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26596 * font-lock.el (font-lock-add-keywords): Doc fix.
26598 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26600 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26601 (tex-compile-default): In the absence of any history, use the order in
26602 tex-compile-alist to choose the preferred command.
26603 (tex-compile-commands): Reorder a bit.
26605 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26606 (flyspell-incorrect-face, flyspell-duplicate-face):
26607 Use (X)Emacs-agnostic code.
26608 (flyspell-mode-map): Don't overwrite at each load. Remove code
26609 redundant with the subsequent add-minor-mode. Merge Emacs and
26611 (flyspell-word): Minor simplification.
26612 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26613 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26614 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26615 Merge the corresponding Emacs code.
26616 (flyspell-correct-word, flyspell-xemacs-popup):
26617 Use flyspell-do-correct.
26619 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26620 a dedicated window.
26622 * international/latexenc.el (latexenc-find-file-coding-system):
26623 Undo part of last patch, to turn off a compiler warning.
26625 2005-06-06 Juri Linkov <juri@jurta.org>
26627 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26628 Rename `tmm-inactive-face' to `tmm-inactive'.
26630 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26632 * iswitchb.el: Rename faces.
26634 2005-06-06 Kim F. Storm <storm@cua.dk>
26636 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26637 (cua-global-mark): Remove -face suffix from face names.
26639 * emulation/cua-gmrk.el (cua--init-global-mark):
26640 Remove cua-global-mark face setup.
26642 2005-06-06 Richard M. Stallman <rms@gnu.org>
26644 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26645 just like other allowed characters.
26646 (makefile-match-dependency): Exclude leading and training whitespace
26647 from the range of regexp subexp 1.
26648 (makefile-macroassign-regex): Don't try to match the body,
26649 just the name of the macro being defined.
26651 * info.el (Info-read-node-name-2): New function.
26652 (Info-read-node-name-1): Use that.
26653 Add a completion-base-size-function property.
26655 * simple.el (completion-setup-function): Look for
26656 completion-base-size-function property of minibuffer-completion-table.
26658 * files.el (locate-file-completion): Doc fix.
26660 * printing.el: Don't call pr-update-menus; user must do that.
26662 * emacs-lisp/debug.el (debugger-window): New variable.
26663 (debug): Use debugger-window if it is set and still alive.
26664 Record debugger-window for next entry.
26666 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26668 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
26670 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26671 (hack-one-local-variable, hack-local-variables)
26672 (hack-local-variables-prop-line): Pass that arg.
26674 2005-06-06 Kim F. Storm <storm@cua.dk>
26676 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26677 (ido-indicator): Remove -face suffix from face names.
26679 2005-06-06 Juri Linkov <juri@jurta.org>
26681 * font-lock.el (font-lock-regexp-backslash)
26682 (font-lock-regexp-backslash-construct): New faces.
26683 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26684 after `('. Add `while-no-input' to control structures.
26686 * faces.el (no-break-space, shadow): New faces.
26687 (escape-glyph): Use less loud colors pink2 and red4.
26689 * diff-mode.el (diff-context-face)
26690 * dired.el (dired-ignored)
26691 * rfn-eshadow.el (file-name-shadow)
26692 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26694 * info.el (Info-title-1-face): Use green instead of yellow because
26695 bold yellow is not readable on light backgrounds.
26697 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26698 before selecting the desired mode to not spend time fontifying
26701 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26703 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26704 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26706 * ps-print.el (ps-default-fg, ps-default-bg):
26707 Fix typos in docstrings.
26709 * isearchb.el (isearchb): Don't pass a spurious second argument to
26710 `iswitchb-completions'.
26712 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26714 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26716 (gdb-find-file-hook): Add doc string.
26718 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26719 C dereferenced pointer expression.
26720 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26722 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26724 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26725 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26726 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26727 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26728 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26729 Make background transparent.
26731 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26733 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26734 (font-lock-remove-keywords): Doc fix.
26735 (font-lock-mode-major-mode): Compiler defvar.
26736 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26738 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26739 (font-lock-mode): Update `font-lock-mode-major-mode'.
26740 (font-lock-set-defaults): Compiler defvar.
26741 (font-lock-default-function): Take `font-lock-mode-major-mode'
26744 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26745 keep track of which major mode it enabled the minor mode for.
26746 Use find-file-hook again. Update docstring.
26748 * simple.el (eval-expression-print-level)
26749 (eval-expression-print-length, eval-expression-debug-on-error):
26752 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26754 * iswitchb.el (iswitchb-single-match-face)
26755 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26756 (iswitchb-invalid-regexp-face): New faces.
26757 (iswitchb-completions): Use them.
26758 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26759 now marked as an obsolete alias.
26760 (iswitchb-read-buffer): Remove check for bound font variables.
26761 (iswitchb-invalid-regexp): New free variable.
26762 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26763 set iswitchb-invalid-regexp.
26764 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26766 (iswitchb-completions): Add check for complete match when entering
26768 (iswitchb-completions): Remove require-match argument.
26769 (iswitchb-exhibit): Fix caller.
26770 (iswitchb-common-match-inserted): New variable.
26771 (iswitchb-complete, iswitchb-completion-help): Use it.
26773 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26775 * url-http.el (url-http-chunked-encoding-after-change-function):
26776 Use `url-http-debug' instead of `message'.
26778 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26780 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26783 2005-06-04 Kim F. Storm <storm@cua.dk>
26785 * simple.el (line-move): Only call sit-for when moving backwards.
26787 * ido.el (ido-make-merged-file-list-1): New defun split from
26788 ido-make-merged-file-list.
26789 (ido-make-merged-file-list): Bind throw-on-input around call to
26790 ido-make-merged-file-list-1. Return input-pending-p if
26791 interrupted by more input available.
26792 (ido-read-internal): Handle input-pending-p return value from
26793 ido-make-merged-file-list.
26795 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26797 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26798 compatibility code.
26800 * international/latexenc.el (latexenc-find-file-coding-system):
26801 Don't inherit the EOL part of the coding-system from the
26802 tex-main buffer. Fit within 80 columns.
26804 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26806 * tmm.el (tmm-inactive-face): New face.
26807 (tmm-remove-inactive-mouse-face): New function.
26808 (tmm-prompt, tmm-add-one-shortcut)
26809 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26810 but not selectable.
26812 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26814 * faces.el (face-equal): Improve argument/docstring consistency.
26816 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26818 * progmodes/make-mode.el (makefile-targets-face)
26819 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26820 (makefile-bsdmake-dependency-regex)
26821 (makefile-makepp-rule-action-regex)
26822 (makefile-bsdmake-rule-action-regex): New constants.
26823 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26825 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26826 Allow (...) within `...' for makepp messages.
26828 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26830 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26832 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26833 "." files are deleted from all file lists before comparison.
26835 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26836 (viper-ESC-key): Made them customizable.
26838 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26840 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26842 * autorevert.el (auto-revert-buffers): Use save-match-data.
26844 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26846 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26847 menu items with a nil command binding.
26849 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26851 * emacs-lisp/cl-macs.el (defsetf):
26852 Improve argument/docstring consistency.
26854 * faces.el (list-faces-display): Improve the formatting by
26855 computing the maximum length required for any face-name (reworked
26856 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26857 (internal-find-face): Remove redundant info in docstring.
26859 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26861 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26862 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26863 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26864 (gdb-assembler-custom): Improve regexps.
26865 (def-gdb-auto-update-handler): Use window point to preserve point.
26867 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26869 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26871 2005-05-31 Jay Belanger <belanger@truman.edu>
26873 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26875 (calc-embedded-make-info): Have plain prefix argument select
26878 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26880 * faces.el (list-faces-display): Signal error if passed a regexp
26881 that matches no face name.
26883 * simple.el (filter-buffer-substring): Fix typo in docstring.
26885 2005-05-31 Richard M. Stallman <rms@gnu.org>
26887 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26888 (vhdl-emacs-21): Doc fix.
26889 (vhdl-mode): Unconditionally set comment-padding.
26890 (vhdl-fixup-whitespace-region): Insert spaces only where
26892 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26894 2005-05-30 John Wiegley <johnw@newartisans.com>
26896 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26897 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26898 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26899 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26900 `string-to-number'.
26902 2005-05-30 Jay Belanger <belanger@truman.edu>
26904 * calc/calc.el (calc-bug-address): Fix docstring.
26905 (calc-window-hook, calc-trail-window-hook): New variables.
26906 (calc-trail-display): Restore use of calc-trail-window-hook.
26907 (calc): Restore use of calc-window-hook.
26909 2005-05-31 Masatake YAMATO <jet@gyve.org>
26911 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26913 * help-fns.el (help-C-file-name): Add autoload mark for
26914 `find-function-noselect'.
26916 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26918 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26919 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26921 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26923 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26924 included diary buffer if it was not already being visited.
26925 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26927 * calendar/icalendar.el (top-level): Do not require appt.
26929 * mail/supercite.el (sc-select-attribution): Only use a list
26930 element from sc-attrib-selection-list if it returns a string.
26931 Reported by Davide G. M. Salvetti <salve@debian.org>.
26933 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26935 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26936 includes a hash value to improve its uniqueness, and has a ".jpg"
26937 extension. Also, it is now a valid filename on all systems.
26938 (thumbs-make-thumb): Use `let', not `let*'.
26939 (thumbs-show-thumbs-list): Check for JPEG availability.
26941 2005-05-30 Richard M. Stallman <rms@gnu.org>
26943 * filesets.el (filesets-menu-ensure-use-cached):
26944 Prevent warning when emacs-version>= is undefined.
26946 * printing.el (pr-interactive-n-up): Use string-to-number.
26948 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26950 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26951 Warn only when name to be defined is quoted.
26953 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
26955 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26956 Make regexp more robust.
26957 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26958 Force regeneration of disassembly.
26960 2005-05-29 Jay Belanger <belanger@truman.edu>
26962 * calc/calc.el (calc-user-invocation): Check if
26963 calc-invocation-macro is non-nil.
26965 2005-05-29 Juri Linkov <juri@jurta.org>
26967 * add-log.el (change-log-font-lock-keywords):
26968 Add `+' to e-mail regexp to accept mail address with keywords.
26970 * man.el (Man-name-regexp): Add `:' to accept qualified names.
26972 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
26974 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26976 * ielm.el (inferior-emacs-lisp-mode): Ditto.
26978 2005-05-29 Richard M. Stallman <rms@gnu.org>
26980 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26981 Undo the change that moves to end of the current word.
26983 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26985 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26986 Throw error when count <= 0 to ensure input is a number.
26987 (gdb-read-memory-custom): Pick up address from buffer.
26988 (gdb-memory-mode): Allow user to increment and decrement
26989 memory address from header line.
26991 2005-05-29 Richard M. Stallman <rms@gnu.org>
26993 * flyspell.el (flyspell-version): Function deleted.
26994 (flyspell-auto-correct-previous-hook): Doc fix.
26996 * jit-lock.el (jit-lock-function, jit-lock-after-change):
26997 Do nothing if memory is full.
26999 * font-lock.el (font-lock-fontify-syntactically-region):
27000 Pass t for GREEDY to looking-back.
27002 * saveplace.el (save-place-alist-to-file): Write the file
27003 using write-region.
27005 * subr.el (looking-back): New argument GREEDY.
27007 * progmodes/compile.el (compilation-start): Set the mode
27008 before inserting the initial text.
27010 * progmodes/which-func.el (which-func-update-1): Turn the mode
27011 off in case of error by setting which-func-mode.
27013 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27015 * flyspell.el (flyspell-auto-correct-previous-word):
27016 Narrow down to what's on the screen, and recenter overlays
27017 at the end of the next word.
27019 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27021 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27022 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27023 (flyspell-abbrev-p): Default to nil.
27024 (flyspell-use-global-abbrev-table-p): Doc fix.
27025 (flyspell-large-region): Allow nil as value.
27026 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27028 (mail-mode-flyspell-verify): More robust handling
27029 of `mail-header-separator'. More efficient signature detection.
27030 Allow for regexp metacharacters in message-header-separator.
27031 Adding `To' not to be checked in mail-mode-flyspell-verify.
27033 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27034 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27035 Bind flyspell-auto-correct-binding.
27037 (flyspell-mode-map): Likewise.
27038 (flyspell-mode): Doc fix.
27039 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27040 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27041 (flyspell-word-cache-result): New var, always local.
27042 (flyspell-check-pre-word-p): Doc fix.
27043 (flyspell-check-changed-word-p): Handle spc like newline.
27044 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27045 (flyspell-word-search-backward, flyspell-word-search-forward):
27047 (flyspell-word): Return t if nothing to check.
27048 When parsing TeX code, check for after } or \.
27049 Use flyspell-word-search-backward to find previous word.
27050 Return nil if duplicated word.
27051 For word already checked, return same value as last time.
27052 Set flyspell-word-cache-result after checking.
27053 Don't clobber the return value.
27054 (flyspell-get-word): Major rewrite.
27055 (flyspell-external-point-words): New locals pword, pcount.
27056 Fix size used in progress message.
27057 Find the proper corresponding word in flyspell-large-region-buffer.
27058 (flyspell-region): Check for flyspell-large-region = nil.
27059 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27060 (flyspell-auto-correct-word): Check that WORD is a cons.
27061 (flyspell-correct-word): Likewise.
27063 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27065 * progmodes/make-mode.el (makefile-rule-action-regex)
27066 (makefile-macroassign-regex, makefile-makepp-mode)
27067 (makefile-bsdmake-mode): Continuation lines may be empty.
27068 Reported by Joshua Varner.
27069 (makefile-makepp-font-lock-keywords): Add $(stem).
27071 2005-05-28 Karl Berry <karl@gnu.org>
27073 * textmodes/tex-mode.el: Now that tex-send-command calls
27074 shell-quote-argument (2005-03-31 change), remove all calls to
27075 shell-quote-argument; they all end up invoking tex-send-command.
27076 The double quoting loses on filenames with non-safe characters,
27077 such as "@". Reported by Frederik Fouvry.
27079 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27081 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27082 about preserving point.
27084 2005-05-27 Jay Belanger <belanger@truman.edu>
27086 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27089 * calc/calc-embed.el (calc-embed-arg): New variable.
27090 (calc-do-embedded-activate, calc-embedded-activate-formula)
27091 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27092 variable by new variable.
27093 (calc-embedded-make-info): Replace undeclared variable by new
27094 variable. When selecting region with positive prefix
27095 argument, use end of previous line instead of beginning of line.
27097 * calc/calc-aent.el (calc-arg-values): Declare it.
27099 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27102 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27104 * calc/calc.el (calc-alg-map): Declare it.
27106 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27108 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27110 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27111 (gdb-registers-buffer, toggle-gdb-all-registers):
27112 Toggle display of floating point registers.
27113 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27115 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27116 (toggle-gud-tooltip-dereference):
27117 Rename from gud-toggle-tooltip-dereference.
27119 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27121 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27123 2005-05-27 Jay Belanger <belanger@truman.edu>
27125 * calc/calc-prog.el (calc-kbd-report): Remove.
27126 (calc-kbd-query): Rewrite.
27128 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27130 * image.el (image-library-alist): Move to image.c.
27131 (image-type-available-p): Doc fix.
27133 2005-05-27 Lute Kamstra <lute@gnu.org>
27135 * calc/calc.el (calc):
27136 * outline.el (outline-1, outline-2, outline-3, outline-4)
27137 (outline-5, outline-6, outline-7, outline-8):
27138 * textmodes/dns-mode.el (dns-mode):
27139 * textmodes/sgml-mode.el (sgml-namespace-face):
27140 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27141 (tex-verbatim-face, tex-use-reftex):
27142 * textmodes/texinfo.el (texinfo-heading-face):
27143 Specify customization group.
27145 * longlines.el: Don't require easy-mmode.
27146 (longlines-visible-face): Specify customization group.
27148 2005-05-27 Kenichi Handa <handa@m17n.org>
27150 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27151 encoding table of windows-1251.
27153 * international/ucs-tables.el (ucs-set-table-for-input):
27154 If translation-table-for-input of a coding system is a symbol, get
27155 its translation-table property.
27157 * international/code-pages.el: Don't register a coding system into
27158 non-iso-charset-alist more than once.
27159 (cp-make-coding-system): Likewise.
27161 2005-05-26 John Wiegley <johnw@newartisans.com>
27163 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27164 `eshell-resume-eval' is wrapped in a list, it indicates that the
27165 command was run asynchronously. In that case, unwrap the value
27166 before checking the delimiter value.
27168 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27169 character before a space at the end of a line is \, assume the space
27170 is part of the last argument rather than a final argument separator.
27172 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27173 is in use, and the target is `t' or `nil' (which are the most common
27174 values), don't assume that the symbol target is a buffer.
27176 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27178 * calendar/calendar.el (calendar-mode-line-format):
27179 Use mode-line-highlight as mouse-face.
27181 * time.el (display-time-string-forms, display-time-update):
27182 Use mode-line-highlight as mouse-face.
27184 2005-05-26 Jay Belanger <belanger@truman.edu>
27186 * calc/calc.el (calc-language-alist): Remove extra defvar.
27188 2005-05-26 Lute Kamstra <lute@gnu.org>
27190 * arc-mode.el (archive-mode):
27191 * bookmark.el (bookmark-read-annotation-mode)
27192 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27194 * calc/calc-yank.el (calc-edit-mode):
27195 * calc/calc.el (calc-mode, calc-trail-mode):
27196 * calculator.el (calculator-mode):
27197 * chistory.el (command-history-mode):
27199 * cus-edit.el (custom-mode):
27200 * descr-text.el (describe-text-mode):
27201 * ebuff-menu.el (Electric-buffer-menu-mode):
27202 * ediff-util.el (ediff-mode):
27203 * emacs-lisp/re-builder.el (reb-mode):
27204 * emulation/vi.el (vi-mode-setup):
27205 * emulation/ws-mode.el (wordstar-mode):
27206 * eshell/esh-mode.el (eshell-mode):
27207 * forms.el (forms-mode):
27208 * help-mode.el (help-mode):
27209 * hexl.el (hexl-mode):
27210 * ibuffer.el (ibuffer-mode):
27211 * ielm.el (inferior-emacs-lisp-mode):
27212 * info.el (Info-mode, Info-edit-mode):
27213 * international/swedish.el:
27214 * ledit.el (ledit-from-lisp-mode):
27215 * locate.el (locate-mode):
27216 * mail/rmail.el (rmail-mode):
27217 * mail/rmailedit.el (rmail-edit-mode):
27218 * mail/rmailsum.el (rmail-summary-mode):
27219 * mail/supercite.el (sc-electric-mode):
27220 * net/eudc.el (eudc-mode):
27221 * net/quickurl.el (quickurl-list-mode):
27222 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27223 * obsolete/ooutline.el (outline-mode):
27224 * obsolete/options.el (Edit-options-mode):
27225 * obsolete/rnews.el (news-mode):
27226 * obsolete/rnewspost.el (news-reply-mode):
27227 * play/5x5.el (5x5-mode):
27228 * play/decipher.el (decipher-mode, decipher-stats-mode):
27229 * play/gomoku.el (gomoku-mode):
27230 * play/snake.el (snake-mode):
27231 * play/solitaire.el (solitaire-mode):
27232 * play/tetris.el (tetris-mode):
27233 * progmodes/ada-mode.el (ada-mode):
27234 * progmodes/antlr-mode.el (antlr-mode):
27235 * progmodes/autoconf.el (autoconf-mode):
27236 * progmodes/dcl-mode.el (dcl-mode):
27237 * progmodes/delphi.el (delphi-mode):
27238 * progmodes/ebrowse.el (ebrowse-tree-mode)
27239 (ebrowse-electric-list-mode, ebrowse-member-mode)
27240 (ebrowse-electric-position-mode):
27241 * progmodes/f90.el (f90-mode):
27242 * progmodes/fortran.el (fortran-mode):
27243 * progmodes/icon.el (icon-mode):
27244 * progmodes/idlw-help.el (idlwave-help-mode):
27245 * progmodes/idlw-shell.el (idlwave-shell-mode):
27246 * progmodes/idlwave.el (idlwave-mode):
27247 * progmodes/inf-lisp.el (inferior-lisp-mode):
27248 * progmodes/m4-mode.el (m4-mode):
27249 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27250 * progmodes/modula2.el (modula-2-mode):
27251 * progmodes/octave-inf.el (inferior-octave-mode):
27252 * progmodes/octave-mod.el (octave-mode):
27253 * progmodes/pascal.el (pascal-mode):
27254 * progmodes/sh-script.el (sh-mode):
27255 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27256 * progmodes/vhdl-mode.el (vhdl-mode):
27257 * progmodes/xscheme.el (scheme-interaction-mode):
27258 * replace.el (occur-mode):
27259 * ses.el (ses-mode):
27260 * simple.el (completion-list-mode):
27262 * speedbar.el (speedbar-mode):
27263 * term.el (term-mode):
27264 * terminal.el (terminal-edit-mode):
27265 * textmodes/reftex-index.el (reftex-index-mode)
27266 (reftex-index-phrases-mode):
27267 * textmodes/reftex-sel.el (reftex-select-label-mode)
27268 (reftex-select-bib-mode):
27269 * textmodes/reftex-toc.el (reftex-toc-mode):
27270 * wdired.el (wdired-change-to-wdired-mode):
27271 * wid-browse.el (widget-browse-mode):
27272 Use run-mode-hooks.
27274 * array.el (array-mode):
27275 * calendar/todo-mode.el (todo-mode):
27276 * man.el (Man-mode):
27277 * play/landmark.el (lm-mode):
27278 * play/mpuz.el (mpuz-mode):
27279 Use kill-all-local-variables and run-mode-hooks.
27281 * subr.el (delay-mode-hooks): Specify indentation.
27283 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27285 * xml.el (xml-substitute-special): Don't die for undefined xml
27288 2005-05-26 Jay Belanger <belanger@truman.edu>
27290 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27293 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27295 * progmodes/gdb-ui.el (gdb-frame-address):
27296 Rename from gdb-current-address.
27297 (gdb-previous-frame-address): Rename from gdb-previous-address.
27298 (gdb-selected-frame): Rename from gdb-current-frame.
27299 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27300 (gdb-frame-number): Rename from gdb-current-stack-level.
27301 (gdb-ann3): Match new mode-name for disassembly buffer.
27302 Extend initialization of variables.
27303 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27304 (gdb-memory-mode): Use mouse-face in header line.
27305 (gdb-assembler-buffer-name): Call it disassembly and give frame
27307 (gdb-source-spec-regexp, gdb-assembler-custom)
27308 (gdb-invalidate-assembler, gdb-frame-handler):
27309 Make robust to leading zeroes in address format.
27311 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27313 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27315 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27317 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27319 * log-edit.el (log-edit-changelog-entries): Distinguish between
27320 filenames like xfns.c and fns.c.
27322 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27324 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27325 point after reverting.
27326 (Buffer-menu-make-sort-button): Handle the case where
27327 `Buffer-menu-use-header-line' is nil.
27329 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27331 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27332 New funcs. In minibuffer-local-completion-map bind `]', `/'
27335 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27337 * startup.el (normal-top-level): Allow modification of load-path while
27338 we're iterating over it.
27340 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27342 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27343 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27344 (thumbs-resize-interactive, thumbs-insert-image)
27345 (thumbs-insert-thumb, thumbs-dired-show-marked)
27346 (thumbs-find-image-at-point, thumbs-delete-images)
27347 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27348 (thumbs-increment-image-size, thumbs-decrement-image-size):
27349 Fix typos in docstrings.
27351 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27353 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27354 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27355 (cperl-mode): Use them.
27357 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27359 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27362 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27364 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27365 Bind C-d to gdb-inferior-io-eof.
27367 * dired.el (dired-dnd-popup-notice): Use message-box.
27369 2005-05-23 Masatake YAMATO <jet@gyve.org>
27371 * bindings.el (mode-line-major-mode-keymap):
27372 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27374 * faces.el (mode-line-highlight): New face.
27376 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27379 * bindings.el (top-level, help-echo, mode-line-modified)
27380 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27383 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27385 * progmodes/cc-engine.el (c-guess-basic-syntax):
27386 Remove spurious call to `zerop'.
27388 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27390 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27392 CC Mode update to 5.30.10:
27394 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27395 could go past the limit in decoration level 2, thereby causing
27396 errors during interactive fontification.
27398 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27399 the file is evaluated interactively.
27401 * cc-engine.el (c-guess-basic-syntax): Handle operator
27402 declarations somewhat better in C++.
27404 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27405 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27406 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27407 (awk-mode): Use it.
27408 (make-local-hook): Suppress warning about obsoleteness.
27410 * cc-engine.el, cc-align.el, cc-cmds.el
27411 (c-append-backslashes-forward, c-delete-backslashes-forward)
27412 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27413 Compensate for return value from `forward-line' when it has moved
27414 but not to a different line due to eob.
27416 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27417 `objc-method-intro' and `objc-method-args-cont'.
27419 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27421 CC Mode update to 5.30.10:
27423 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27424 in the copyright statement. Incidentally, change "along with GNU
27425 Emacs" to "along with this program" where it occurs.
27427 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27428 so that it is interactive, hence can be found by M-x awk-mode
27429 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27430 <gmorris+emacs@ast.cam.ac.uk>.
27432 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27435 2005-05-23 Kevin Ryde <user42@zip.com.au>
27437 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27438 c-parse-state, to avoid a lisp error (on bad code).
27440 2005-05-23 Lute Kamstra <lute@gnu.org>
27442 * subr.el (font-lock-defaults): Remove defvar as it's already
27443 defined in font-core.el.
27445 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27447 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27449 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27450 more general and work when GDB variable "print pretty" is on,
27451 as with Emacs, for example.
27453 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27455 * font-core.el: Update comment.
27457 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27458 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27460 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27462 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27464 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27465 and `yank-handler' in the doc strings.
27467 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27469 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27471 2005-05-22 Richard M. Stallman <rms@gnu.org>
27473 * help.el (describe-key): Move print-help-return-message call
27474 out of conditional.
27476 * progmodes/etags.el (list-tags): Use with-no-warnings.
27478 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27479 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27480 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27482 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27484 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27487 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27488 Use defvar, not defconst.
27490 * hexl.el (hexl-follow-line): Use with-no-warnings.
27492 * emulation/tpu-extras.el: Use write-file-functions instead of
27495 * dired.el (dired-font-lock-keywords): Fontify files with junk
27496 extensions even if marked by -F.
27498 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27500 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27501 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27502 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27503 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27504 (concatenate, list-length, get*, getf, cl-remprop):
27505 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27506 (etypecase, progv, lexical-let, lexical-let*)
27507 (multiple-value-bind, multiple-value-setq, shiftf):
27508 Improve argument/docstring consistency.
27510 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27512 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27514 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27517 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27518 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27520 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27522 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27523 already deleted variables: auto-fill-hook, blink-paren-hook,
27524 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27525 suspend-hooks, comment-indent-hook, meta-flag,
27526 before-change-function, after-change-function,
27527 font-lock-doc-string-face.
27529 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27531 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27533 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27535 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27536 rmail-dont-reply-to.
27538 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27540 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27541 literal blank when splitting new-header-values.
27543 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27545 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27546 string so that tmm doesn't create a completion entry for it.
27548 * textmodes/table.el (table-disable-menu): Ditto.
27550 2005-05-21 Richard M. Stallman <rms@gnu.org>
27552 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27554 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27556 * net/rcompile.el (remote-compile): Use compilation-start.
27558 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27560 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27562 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27563 Default to makefile-bsdmake-mode on BSD systems.
27565 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27566 REGEXP may also be a search function now. The part of doc-string
27567 for describing the structure was 95% identical to that of
27568 `imenu--generic-function'. Unify it there.
27570 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27571 Use function to find dependencies, because regexp alone is so complex,
27572 it easily goes into an endless loop.
27573 (makefile-makepp-mode): Also add submenu for Perl functions
27574 defined in the makefile.
27575 (makefile-bsdmake-mode): Special imenu-generic-expression no
27576 longer needed, due to function call.
27577 (makefile-match-dependency): Take BOUND into account when checking
27580 2005-05-20 Jay Belanger <belanger@truman.edu>
27582 * calc/calc-units.el (calc-invalidate-units-table):
27583 Use inhibit-read-only.
27584 (math-build-units-table-buffer): Use view-mode.
27586 2005-05-20 David Kastrup <dak@gnu.org>
27588 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27589 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27591 2005-05-20 Lute Kamstra <lute@gnu.org>
27593 * diff-mode.el (diff-header-face, diff-file-header-face)
27594 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27595 (diff-added-face, diff-changed-face, diff-function-face)
27596 (diff-context-face, diff-nonexistent-face): Put them in the
27597 diff-mode customization group.
27599 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27601 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27603 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27605 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27606 Minor regexp-optimization.
27608 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27610 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27611 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27612 (org-agenda-add-time-grid-maybe): New function.
27613 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27614 (org-table-create): `dotimes' instead of `mapcar'.
27615 (org-xor): Simplify implementation.
27616 (org-agenda): `inhibit-redisplay' turned on.
27617 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27618 a consistent line after a state change.
27619 (org-agenda-remove-times-when-in-prefix): New option.
27620 (org-prefix-has-time): New variable.
27621 (org-parse-time-string): Optional argument NODEFAULT.
27622 (org-format-agenda-item): Parse items for time-of-day
27623 specifications and move these into the prefix if possible.
27624 (org-agenda-priority): Get current heading, not previous heading
27625 during agenda remote editing.
27627 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27629 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27630 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27631 (remove-duplicates, delete-duplicates, substitute)
27632 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27633 (nsubstitute-if-not, find, find-if, find-if-not, position)
27634 (position-if, position-if-not, count, count-if, count-if-not)
27635 (mismatch, search, sort*, stable-sort, merge, member*)
27636 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27637 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27638 (intersection, nintersection, set-difference, nset-difference)
27639 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27640 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27641 (nsublis, tree-equal): Improve argument/docstring consistency.
27643 * subr.el (send-string, send-region): Remove obsolescence declaration.
27644 (window-dot, set-window-dot, read-input, show-buffer)
27645 (eval-current-buffer, string-to-int):
27646 Add release number to obsolescence declarations.
27648 2005-05-19 Kim F. Storm <storm@cua.dk>
27650 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27651 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27653 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27655 * faces.el (list-faces-display): Make back button respect optional
27658 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27660 * calculator.el (calculator-radix-grouping-mode)
27661 (calculator-radix-grouping-digits, calculator-displayer)
27662 (calculator-radix-grouping-separator, calculator-copy-displayer):
27663 * dabbrev.el (dabbrev-search-these-buffers-only):
27664 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27665 (diff-advance-after-apply-hunk, diff-mode-hook)
27666 (diff-minor-mode-prefix):
27667 * imenu.el (imenu-use-popup-menu):
27668 * jit-lock.el (jit-lock-context-time):
27669 * newcomment.el (comment-fill-column, comment-column)
27670 (comment-style, comment-padding, comment-multi-line)
27671 (comment-empty-lines, comment-auto-fill-only-comments):
27672 * reveal.el (reveal-around-mark):
27673 * uniquify.el (uniquify-buffer-name-style)
27674 (uniquify-after-kill-buffer-p)
27675 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27676 (uniquify-min-dir-content, uniquify-separator)
27677 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27678 * w32-vars.el (w32-fixed-font-alist):
27679 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27680 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27681 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27682 * progmodes/perl-mode.el (perl-indent-level)
27683 (perl-continued-statement-offset, perl-continued-brace-offset)
27684 (perl-brace-offset, perl-brace-imaginary-offset)
27685 (perl-label-offset, perl-indent-continued-arguments)
27686 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27687 * progmodes/tcl.el (tcl-indent-level)
27688 (tcl-continued-indent-level, tcl-auto-newline)
27689 (tcl-tab-always-indent, tcl-electric-hash-style)
27690 (tcl-help-directory-list, tcl-use-smart-word-finder)
27691 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27692 (inferior-tcl-source-command):
27693 * textmodes/fill.el (enable-kinsoku):
27694 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27695 * textmodes/table.el (table-yank-handler):
27696 Specify missing group (and type, if simple) in defcustom.
27698 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27700 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27702 2005-05-19 Richard M. Stallman <rms@gnu.org>
27704 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27706 * subr.el (event-basic-type): Don't get an error.
27707 (left-fringe-p): Function deleted.
27709 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27710 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27712 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27715 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27717 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27719 * emacs-lisp/bytecomp.el
27720 (byte-compile-file-form-custom-declare-variable):
27721 Call byte-compile-nogroup-warn if appropriate.
27723 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27724 (compilation-set-window): Don't call left-fringe-p; do it directly.
27726 2005-05-19 Jay Belanger <belanger@truman.edu>
27728 * calc/calc-graph.el (calc-graph-format-data): Make sure
27729 var-PlotRejects is bound before trying to check its value.
27731 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27733 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27734 definition of this variable from reftex-global.el to reftex.el,
27735 because it is needed in the menu.
27737 2005-05-19 Lute Kamstra <lute@gnu.org>
27739 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27740 years are fixed. Don't insert a space after a dash.
27742 2005-05-19 Kim F. Storm <storm@cua.dk>
27744 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27746 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27748 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27749 strings, because (eq ... ?\\) is fairly frequent.
27751 * progmodes/make-mode.el (makefile-add-this-line-targets):
27752 Simplify and integrate into `makefile-pickup-targets'.
27753 (makefile-add-this-line-macro): Simplify and integrate into
27754 `makefile-pickup-macros.
27755 (makefile-pickup-filenames-as-targets): Simplify.
27756 (makefile-previous-dependency, makefile-match-dependency):
27757 Don't stumble over `::'.
27759 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27761 * subr.el (post-command-idle-hook, post-command-idle-delay):
27762 Remove obsoletion of post-command-idle-hook and
27763 post-command-idle-delay.
27765 * faces.el (list-faces-display): Provide button when describe-face
27766 is called to take user back to the list of faces.
27768 * help-fns.el (describe-variable): Remove hyperlinks in a
27769 variable's value as these are quite frequently inappropriate.
27771 * follow.el (follow-submit-feedback, follow-mode):
27772 Remove references to post-command-idle-hook.
27774 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27776 * progmodes/make-mode.el (makefile-previous-dependency)
27777 (makefile-match-dependency): Check for := (and in bsd mode also
27778 !=) to give a better result, even when font-lock is not on.
27780 2005-05-18 Jay Belanger <belanger@truman.edu>
27782 * calc/calc-help.el (calc-s-prefix-help):
27783 Add `calc-copy-special-constant' to help string.
27785 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27787 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27789 2005-05-18 Jay Belanger <belanger@truman.edu>
27791 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27792 in linear factors are in proper order.
27794 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27796 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27797 Support for jurabib.
27799 * textmodes/reftex.el (featurep): Define aliases for overlay
27800 commands, for XEmacs compatibility, and use these aliases in
27801 overlay initializations.
27802 (reftex-highlight): Use `reftex-move-overlay'.
27803 (reftex-unhighlight): Use `reftex-delete-overlay'.
27804 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27805 (reftex-access-search-path): Use `reftex-uniquify' instead of
27808 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27809 `before-string' property modification enables for Emacs as well.
27810 (reftex-select-item): Use `reftex-delete-overlay'.
27811 (reftex-select-mark): Use `reftex-make-overlay' and
27812 `reftex-overlay-put'.
27813 (reftex-select-unmark): Use `reftex-delete-overlay' and
27814 `reftex-overlay-put'.
27816 2005-05-18 Lute Kamstra <lute@gnu.org>
27818 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27820 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27822 * add-log.el (add-change-log-entry):
27823 * array.el (array-make-template, array-reconfigure-rows)
27824 (array-init-max-row, array-init-max-column)
27825 (array-init-columns-per-line, array-init-field-width):
27826 * replace.el (replace-match-maybe-edit, perform-replace):
27827 * textmodes/spell.el (spell-region):
27828 Replace `read-input' by `read-string'.
27830 * forms.el (forms-mode):
27831 * finder.el (finder-compile-keywords):
27832 * shadowfile.el (shadow-read-files):
27833 Replace `eval-current-buffer' by `eval-buffer'.
27835 * terminal.el (te-pass-through):
27836 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27837 (ange-ftp-raw-send-cmd):
27838 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27839 (send-process-next-char, telnet-initial-filter, telnet):
27840 Replace `send-string' by `process-send-string'.
27842 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27843 (prolog-consult-region): Replace `send-string' by
27844 `process-send-string'; replace `send-region' by `process-send-region'.
27846 * progmodes/delphi.el (delphi-log-msg):
27847 Replace `set-window-dot' by `set-window-point'.
27849 * subr.el (window-dot, set-window-dot, read-input, send-string)
27850 (send-region, show-buffer, eval-current-buffer):
27851 Make really obsolete, as the comment says.
27853 2005-05-17 Kim F. Storm <storm@cua.dk>
27855 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27856 (cua--init-keymaps): Bind C-return instead of S-return to set
27859 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27860 instead of S-return to toggle/clear rectangle mark.
27862 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27864 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27865 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27866 Also fontify plain strings assigned to variables, mostly so that a
27867 colon has a face and is thus not taken as a dependency separator.
27868 (makefile-previous-dependency): Inline the new matcher, because it
27869 is too complex to work in both directions.
27870 (makefile-match-dependency): Eliminate `backward' arg (see above).
27871 Completely reimplemented so as to not sometimes go into an endless
27872 loop. It should also be more efficient, because first it only
27873 searches for `:', instead of applying the very complex regexp.
27874 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27875 to be fontified in one piece can be too long for JIT.
27876 Makefiles are never *that* big.
27878 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27880 * dired.el (dired-mode): Simplify.
27882 2005-05-17 Lute Kamstra <lute@gnu.org>
27884 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27885 defcustom for the mode hook variable.
27887 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27888 Emacs Lisp Reference Manual.
27890 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27892 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27894 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27895 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27897 * net/tramp-smb.el (tramp-smb-open-connection):
27898 Pass `tramp-chunksize' as fifth (required) argument.
27900 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27902 * font-lock.el (lisp-font-lock-keywords-1):
27903 Set `font-lock-negation-char-face' for [^...] char group.
27904 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27906 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27907 a var, and refine it to mask one more level of nested vars.
27908 (makefile-rule-action-regex): Turn it into a var, and refine it so
27909 it recognizes backslashed continuation lines as belonging to the
27911 (makefile-macroassign-regex): Refine it so it recognizes
27912 backslashed continuation lines as belonging to the same command.
27913 (makefile-var-use-regex): Don't look at the next char, because it
27914 might be the same one to be skipped by the initial [^$], leading
27915 to an overlooked variable use.
27916 (makefile-make-font-lock-keywords): Remove two parameters, which
27917 are now variables that some of the modes set locally.
27918 Handle dependency and rule action matching through functions, because
27919 regexps alone match too often. Dependency matching now comes
27920 last, so it can check, whether a colon already matched something else.
27921 (makefile-mode): Inform that font-lock improves makefile parsing
27923 (makefile-match-dependency, makefile-match-action): New functions.
27925 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27927 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27929 * align.el (align-regexp):
27930 * ansi-color.el (ansi-color-get-face):
27931 * array.el (array-reconfigure-rows, array-init-max-row)
27932 (array-init-max-column, array-init-columns-per-line)
27933 (array-init-field-width):
27934 * dired-aux.el (dired-trample-file-versions):
27935 * dired-x.el (dired-mark-sexp):
27936 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27937 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27938 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27939 * faces.el (face-read-integer):
27940 * files.el (backup-extract-version, insert-directory):
27941 * hexl.el (hexl-insert-decimal-char):
27942 * server.el (server-process-filter):
27943 * shell.el (shell-extract-num):
27944 * startup.el (command-line-1):
27945 * term.el (term-command-hook):
27946 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27947 (time-stamp-do-number):
27948 * time.el (display-time-update):
27949 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27950 (timezone-fix-time):
27951 * vms-patch.el (vms-suspend-resume-hook):
27952 * calendar/appt.el (appt-convert-time):
27953 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27954 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27955 * calendar/cal-islam.el (mark-islamic-diary-entries):
27956 * calendar/calendar.el (calendar-cursor-to-date)
27957 (calendar-star-date):
27958 * calendar/diary-lib.el (diary-attrtype-convert)
27959 (mark-diary-entries, diary-entry-time):
27960 * calendar/solar.el (solar-get-number):
27961 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27962 * emacs-lisp/re-builder.el (reb-display-subexp):
27963 * emulation/edt.el (edt-set-scroll-margins):
27964 * emulation/tpu-extras.el (tpu-set-scroll-margins):
27965 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27966 (vip-get-ex-count):
27967 * emulation/viper-ex.el (viper-get-ex-token)
27968 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27969 * international/fontset.el (fontset-plain-name):
27970 * mail/feedmail.el (feedmail-look-at-queue-directory):
27971 * mail/mailalias.el (mail-get-names):
27972 * mail/rmail.el (rmail-convert-to-babyl-format):
27973 * mail/rmailsum.el (rmail-make-basic-summary-line)
27974 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27975 (rmail-summary-goto-msg):
27976 * mail/smtpmail.el (smtpmail-read-response):
27977 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27978 (ange-ftp-vms-add-file-entry):
27979 * play/gametree.el (gametree-looking-at-ply)
27980 (gametree-current-branch-score):
27981 * progmodes/ada-xref.el (ada-prj-find-prj-file)
27982 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27983 * progmodes/cperl-mode.el (condition-case):
27984 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27985 (ebrowse-set-member-buffer-column-width)
27986 (ebrowse-select-1st-to-9nth):
27987 * progmodes/etags.el (etags-snarf-tag):
27988 * progmodes/flymake.el (flymake-parse-line):
27989 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27990 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27991 (idlwave-shell-menu-def):
27992 * progmodes/ps-mode.el (ps-run-goto-error):
27993 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27994 (vhdl-speedbar-contract-level):
27995 * term/mac-win.el (x-handle-numeric-switch):
27996 * term/sun-mouse.el (sun-get-frame-data):
27997 * term/w32-win.el (x-handle-numeric-switch):
27998 * term/x-win.el (x-handle-numeric-switch):
27999 * textmodes/ispell.el (ispell-parse-output):
28000 * textmodes/nroff-mode.el (nroff-outline-level):
28001 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28002 (reftex-bib-sort-year-reverse, reftex-format-citation):
28003 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28004 (reftex-section-number):
28005 * textmodes/texinfmt.el (texinfo-paragraphindent):
28006 Replace `string-to-int' by `string-to-number'.
28008 * international/latexenc.el: Add page marker to force the "Local
28009 Variables:" string out of the last page.
28011 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28013 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28014 tooltip-change-major-mode.
28015 (gud-tooltip-print-command): Remove case where gud-minor-mode
28016 is gdb ("--fullname").
28017 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28020 2005-05-16 Jay Belanger <belanger@truman.edu>
28022 * calc/calc-store.el (calc-copy-special-constant): New function.
28024 * calc/calc-ext.el (calc-init-extensions): Add binding for
28025 `calc-copy-special-constant'.
28027 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28028 for the `calc-copy-special-constant' command.
28030 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28032 * subr.el (left-fringe-p): New function.
28034 * progmodes/compile.el (compilation-setup): Set local value of
28035 overlay-arrow-string to "" always.
28036 (compilation-set-window): Left fringe then don't scroll.
28037 No left fringe then no arrow and scroll message to top.
28038 (compilation-context-lines): Adjust doc string accordingly.
28040 2005-05-16 Kim F. Storm <storm@cua.dk>
28042 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28043 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28044 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28045 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28046 (ido-read-file-name): Handle commands with ido property value
28047 equal to find-file as reading a file name, to allow C-d to enter dired.
28048 (ibuffer-find-file): Add ido property with value find-file.
28050 2005-05-15 Kim F. Storm <storm@cua.dk>
28052 * subr.el (open-network-stream-nowait): Remove.
28053 (open-network-stream-server): Remove.
28055 2005-05-15 Richard M. Stallman <rms@gnu.org>
28057 * faces.el (describe-face): Output a definition link button.
28059 * help-mode.el (help-face-def): New button type.
28061 * emacs-lisp/copyright.el (copyright-fix-years):
28062 Match properly if the first year is 2-digit.
28063 Don't mess up the whitespace after the years by filling.
28065 * dired-aux.el (dired-mark-confirm):
28066 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28068 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28069 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28070 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28072 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28073 Set font-lock-comment-start-skip.
28075 * font-lock.el (font-lock-comment-start-skip): New variable.
28076 (font-lock-comment-end-skip): New variable.
28077 (font-lock-fontify-syntactically-region): Use them if non-nil.
28079 2005-05-15 Jay Belanger <belanger@truman.edu>
28081 * calc/calc-store.el (calc-store-value): Return a string rather
28082 than display it as a message.
28083 Use calc-var-name for variable name.
28084 (calc-store-into): Add the result of calc-store-value to message.
28085 (calc-copy-variable): Add a message.
28086 (calc-store-exchange): Improve error messages.
28087 (calc-store-binary, calc-store-map): Don't reset the values of
28090 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28092 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28093 manual to docstring.
28095 * files.el (hack-local-variables-confirm): Add STRING argument.
28096 Make the function handle non file visiting buffers correctly.
28097 (hack-local-variables-prop-line, hack-local-variables)
28098 (hack-one-local-variable): Use STRING arg of
28099 `hack-local-variables-confirm'.
28101 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28103 Sync with Tramp 2.0.49.
28105 * net/tramp.el (tramp-handle-dired-call-process)
28106 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28107 because the contents of the Tramp buffer is changed before
28108 insertion (`expand-file' and alike).
28109 (tramp-handle-insert-directory): If `localname' has an empty
28110 nondirectory name, it must not be quoted.
28111 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28112 variable `tramp-chunksize'. Change callees.
28113 (tramp-open-connection-setup-interactive-shell): Check remote host
28114 for buggy `send-process-string' implementation.
28115 Set `tramp-chunksize' if found. Reported by Michael Kifer
28116 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28117 (tramp-handle-shell-command): `insert-buffer' cannot be used
28118 because the contents of the Tramp buffer is changed before
28119 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
28120 <frederic.bothamy@free.fr>.
28121 (tramp-set-auto-save): Actions should be done for Tramp file name
28122 handler only. Ange-FTP has its own auto-save mechanism.
28123 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28124 (tramp-set-auto-save-file-modes): Set file modes of
28125 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28126 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28127 (tramp-bug): Remove obsolete variable.
28128 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28129 for presence of `mml-mode'. Make it running for older Emacsen as well.
28131 2005-05-14 John Paul Wallington <jpw@pobox.com>
28133 * ibuf-ext.el (define-ibuffer-filter filename):
28134 If `dired-directory' is a list, use its car.
28136 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28138 * ibuffer.el (define-ibuffer-column filename):
28139 If `dired-directory' is a list, use its car.
28141 2005-05-14 Richard M. Stallman <rms@gnu.org>
28143 * subr.el (symbol-file): Doc fix.
28145 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28146 (byte-compile-form): Call byte-compile-nogroup-warn.
28147 (byte-compile-warning-types): Doc fix.
28149 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28151 * progmodes/cc-engine.el (c-literal-faces):
28152 Add font-lock-comment-delimiter-face.
28154 * net/net-utils.el (dig): Use with-no-warnings.
28156 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28157 (sc-recite-frame-alist, sc-default-cite-frame)
28158 (sc-default-uncite-frame, sc-default-recite-frame)
28159 (sc-attrib-selection-list, sc-rewrite-header-list):
28160 Mark as risky-local-variable.
28162 * international/ogonek.el (ogonek-jak, ogonek-how):
28163 Don't use beginning-of-buffer.
28165 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28167 * calendar/solar.el (solar-data-list): Move definition up.
28169 * dnd.el (dnd-protocol-alist): Add autoload.
28171 * progmodes/sh-script.el: Many doc usage fixes.
28172 (sh-indent-after-do): Change default to match common styles.
28174 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28176 * files.el (interpreter-mode-alist)
28177 (auto-mode-interpreter-regexp): Doc fixes.
28179 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28181 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28183 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28185 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
28187 * dired.el (dired-mode): make-variable-buffer-local =>
28188 make-local-variable.
28190 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28192 * term/mac-win.el (mac-select-convert-to-string): Try coding
28193 systems in mac-script-code-coding-systems if specified one cannot
28194 encode string for `com.apple.traditional-mac-plain-text'.
28196 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28198 * progmodes/make-mode.el (makefile-targets-face)
28199 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28200 (makefile-dependency-regex): Fix it to not make the colon in
28201 $(var:a=b) special.
28202 (makefile-rule-action-regex): New regexp for highlighting embedded
28204 (makefile-macroassign-regex): Handle != for highlighting as
28205 embedded Shell strings.
28206 (makefile-var-use-regex): New const.
28207 (makefile-statements, makefile-automake-statements)
28208 (makefile-gmake-statements, makefile-makepp-statements)
28209 (makefile-bsdmake-statements): New consts.
28210 (makefile-make-font-lock-keywords): New function.
28211 (makefile-automake-font-lock-keywords)
28212 (makefile-gmake-font-lock-keywords)
28213 (makefile-makepp-font-lock-keywords)
28214 (makefile-bsdmake-font-lock-keywords): New consts.
28215 (makefile-mode-map): Add switchers between the various submodes.
28216 (makefile-mode): Document the availability of the variants.
28217 (makefile-automake-mode, makefile-gmake-mode)
28218 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28220 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28221 new variants of makefile-mode.
28223 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28225 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28228 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28230 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28231 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28233 * files.el (normal-mode): Extend the scope of the
28234 `enable-local-variables' binding to include the `set-auto-mode' call.
28235 (magic-mode-alist): Doc fix.
28237 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28239 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28240 font-lock-comment-face rather than copying its setting.
28242 2005-05-12 Andreas Schwab <schwab@suse.de>
28244 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28246 2005-05-12 Lute Kamstra <lute@gnu.org>
28248 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28249 defcustom for the mode hook variable. Delete the last argument.
28250 * generic-x.el: Fix callers of define-generic-mode.
28251 (generic-x-modes): Delete group.
28252 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28253 generic-x customization group.
28255 2005-05-12 Kim F. Storm <storm@cua.dk>
28257 * font-lock.el (font-lock-negation-char-face): Default to "off".
28259 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28260 font-lock-negation-char-face to ! in !=.
28262 2005-05-12 Masatake YAMATO <jet@gyve.org>
28264 * add-log.el (find-change-log): Fix typos in the docstring
28267 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
28269 * international/latexenc.el (latexenc-find-file-coding-system):
28270 Avoid `re-search-forward' when looking for input encoding because
28271 of speed and safety. Better regular expressions for recognizing
28272 input encoding. Limit a search for TeX-master/tex-main-file to
28273 the local variable section.
28275 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28277 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28278 syntax of $ to "'" (quote).
28280 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28282 * dnd.el (dnd-protocol-alist): Improve custom type.
28284 * dired.el (dired-dnd-protocol-alist): New variable.
28285 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28286 `dired-mode-hook' to the end.
28288 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28290 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28291 comment-end if comment-start-skip is not set.
28292 Obey the font-lock-comment-delimiter-face variables.
28294 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28296 * files.el (executable-find): Move from executable.el. Use
28298 * progmodes/executable.el (executable-find): Move to files.el.
28300 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28301 when trying to ensure forward progress.
28303 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28305 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28306 (mouse-select, mouse-select-internal, mouse-extend-internal):
28307 Use it to implement mouse-1-click-follows-link functionality.
28309 2005-05-11 Richard M. Stallman <rms@gnu.org>
28311 * font-lock.el (font-lock-fontify-syntactically-region):
28312 Use font-lock-comment-delimiter-face for comment delimiters.
28314 2005-05-10 Jay Belanger <belanger@truman.edu>
28316 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28317 preserving embedded modes.
28319 2005-05-10 Richard M. Stallman <rms@gnu.org>
28321 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28323 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28324 Move from ada-stmt.el.
28325 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28327 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28328 Move to ada-mode.el.
28329 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28331 * cus-edit.el (custom-file): Call file-chase-links.
28333 * files.el (read-directory-name): Fix previous change.
28334 (hack-local-variables-confirm): New function.
28335 (hack-local-variables-prop-line, hack-local-variables)
28336 (hack-one-local-variable): Use it.
28338 2005-05-10 Lute Kamstra <lute@gnu.org>
28340 * font-lock.el (font-lock-keywords-alist)
28341 (font-lock-removed-keywords-alist): Clarify docstrings.
28343 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28345 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28346 (gdb-source-info): Check for preprocessor info.
28347 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28348 a macro for a function.
28349 (gdb-info-breakpoints-custom): Try to find file again if not already
28350 found (user might have used GDB dir command).
28351 (gdb-get-location): Update gdb-location-alist correctly for change
28352 to gdb-info-breakpoints-custom.
28354 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28355 (gud-tooltip-print-command): Add gdbmi case.
28356 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28359 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28361 * startup.el (fancy-splash-insert): Fix typo in doc string.
28363 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28365 * obsolete/float.el (string-to-float):
28366 * obsolete/hilit19.el (hilit-add-pattern):
28367 * obsolete/rnews.el (news-parse-range, news-select-message)
28368 (news-get-pruned-list-of-files): Replace `string-to-int' by
28369 `string-to-number'.
28371 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28372 `find-file-not-found-hooks'; use `add-hook'.
28373 (uncompress-while-visiting): Set `write-file-functions', not
28374 `write-file-hooks'; use `add-hook'.
28376 2005-05-09 Kim F. Storm <storm@cua.dk>
28378 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28379 (cua-paste): Handle clipboard action.
28380 (cua--init-keymaps): Remap clipboard-kill-region and
28381 clipboard-kill-ring-save.
28383 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28385 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28386 Improve commentary.
28388 * simple.el (next-error-overlay-arrow-position): Revert the change
28389 made on 2005-04-30.
28391 2005-05-07 Jay Belanger <belanger@truman.edu>
28393 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28394 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28395 `calc-sel-reselect'.
28397 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28398 Calc is in embedded mode.
28400 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28402 * progmodes/compile.el (compilation-setup):
28403 Set overlay-arrow-string to an empty string on text terminals.
28405 * textmodes/ispell.el (ispell-program-name): Try looking for
28406 "aspell" along exec-path, and if found, use it as the default
28409 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28411 * international/mule.el (sgml-xml-auto-coding-function):
28412 Recognize encoding='FOO' in single quotes as well as in double quotes.
28414 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
28416 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28417 as well as `interactive', so that defmacro* would recognize
28420 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28422 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28423 Explain more about the LIGHTER arg's usage in the doc string.
28424 Add commentary to clarify what the code does. Fix the regexp that
28425 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28426 since it could have characters special to regular expressions.
28428 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28430 * replace.el (occur-1): Bind inhibit-read-only so that
28431 erase-buffer doesn't barf on read-only text properties (likewise
28432 for add-text-properties in occur-engine). Mark buffer as unmodified.
28433 (occur-engine): Don't set buffer-read-only here.
28435 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28437 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28438 list-buffers-directory. This caused the *cvs-commit* buffer to be
28439 sometimes mistakenly reused as a *cvs* buffer.
28441 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28443 * tooltip.el: Move code for GUD tooltips into gud.el.
28444 (require): CL no longer needed to compile case.
28445 (tooltip-mode): Do not toggle functions for GUD tooltips.
28446 (tooltip-gud-tips-p): Remove. Replace with minor mode
28447 gud-tooltip-mode in gud.el.
28448 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28449 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28450 tooltip-gud prefix with gud-tooltip and obsolete.
28451 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28452 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28453 (tooltip-mouse-motion): Mouse movement functions/variable.
28454 Rename in gud.el by adding gud prefix.
28455 (tooltip-gud-original-filter, tooltip-gud-dereference)
28456 (tooltip-gud-event, tooltip-toggle-gud-tips)
28457 (tooltip-gud-process-output, tooltip-gud-print-command)
28458 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28459 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28460 (gdb-tooltip-print): Move to gdb-ui.el.
28462 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28463 (require): CL needed to compile case.
28464 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28465 tooltip-gud-tips-p. Make it a minor-mode.
28466 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28467 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28468 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28469 (gud-tooltip-change-major-mode)
28470 (gud-tooltip-activate-mouse-motions-if-enabled)
28471 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28472 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28473 (gud-tooltip-original-filter, gud-tooltip-dereference)
28474 (gud-tooltip-event, tooltip-toggle-gud-tips)
28475 (gud-tooltip-process-output, gud-tooltip-print-command)
28476 (gud-tooltip-tips): Move from tooltip.el.
28478 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28479 (gdb-cpp-define-alist-flags): Doc fix.
28480 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28481 gud-tooltip-mode is t.
28483 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28485 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28486 evaporate if their text is deleted.
28487 (goto-address-at-point): Make it work as a mouse binding as well.
28488 (goto-address-at-mouse): Obsolete it. Update users.
28490 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28492 * calendar/appt.el (top-level): No longer activate on load.
28494 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28496 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28497 * net/webjump.el (webjump):
28498 * progmodes/idlw-help.el (idlwave-do-context-help1)
28499 (idlwave-highlight-linked-completions):
28500 * textmodes/po.el (po-find-file-coding-system-guts):
28501 Replace `assoc-ignore-case' by `assoc-string'.
28503 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28505 * files.el (locate-file): Doc fix.
28507 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28508 Remove the redundant test for ms-dos.
28510 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28511 look for the preprocessor with exec-suffixes. If not found in
28512 standard places, look in exec-path. Remove most of the tests that
28515 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28517 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28519 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28520 file-name clash with jka-compr.el on 8+3 filesystems.
28522 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28524 * term/mac-win.el: Don't define or bind scroll bar functions if
28525 x-toolkit-scroll-bars is t.
28526 (x-select-text, x-get-selection-value): Clear
28527 x-last-selected-text-clipboard if x-select-enable-clipboard is
28529 (PRIMARY): Put mac-scrap-name property.
28530 (mac-select-convert-to-file-url): New function.
28531 (public.file-url): New selection target type. Add to
28532 selection-converter-alist.
28533 (x-get-selection, x-selection-value): Handle it.
28534 (x-cut-buffer-or-selection-value): New alias.
28536 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28538 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28539 entry to avoid calling bibtex-find-entry with arg global
28540 being t. Remove arg key.
28541 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28542 (bibtex-copy-summary-as-kill): Change accordingly.
28544 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28546 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28547 (org-agenda-date-later): Use with-current-buffer.
28549 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28551 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28552 (define-obsolete-variable-alias): Doc Fixes.
28554 2005-05-06 Kim F. Storm <storm@cua.dk>
28556 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28557 vertical-motion when selective-display is active.
28559 * ido.el (ido-setup-hook): New hook.
28560 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28561 (ido-input-stack): New var.
28562 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28563 ido-next-work-file binding to M-O.
28564 Bind M-f to ido-wide-find-file-or-pop-dir.
28565 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28566 (ido-read-internal): Run ido-setup-hook.
28567 Catch quit in read-file-name and read-string to cancel edit.
28568 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28569 Automatically pop-all when completing a directory name (RET).
28570 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28571 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28572 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28573 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28574 New functions for M-b/M-f to move among the directory components.
28575 (ido-make-merged-file-list): Catch quit to cancel merge.
28576 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28577 (ido-completion-help): No warnings for ido-completion-buffer-full.
28579 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28581 * font-lock.el (font-lock-negation-char-face): New face and variable.
28582 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28583 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28584 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28585 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28587 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28589 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28590 Fix typo in docstring.
28592 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28593 (ebrowse-print-statistics-line)
28594 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28596 * term/w32-win.el (image-library-alist): Add additional name for
28599 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28601 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28602 use gcc instead of cpp.
28604 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28605 (gdb-create-define-alist): Use it.
28606 (gdb-cpp-define-alist-program): Update for MS-DOS.
28608 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28610 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28612 2005-05-04 Richard M. Stallman <rms@gnu.org>
28614 * help.el (describe-key): No error when UNTRANSLATED is nil.
28616 * simple.el (line-move-1): Fix previous change to signal errors
28619 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28621 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28622 (icalendar-duration-correction): Remove.
28623 (icalendar--get-event-properties): Split result at commas.
28624 (icalendar--decode-isoduration): New optional argument
28625 DURATION-CORRECTION.
28626 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28627 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28628 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28629 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28630 (icalendar--convert-anniversary-to-ical): New functions, extracted
28631 from icalendar-export-region, with bug fixes.
28632 (icalendar-export-region): Use the above functions.
28633 (icalendar-import-buffer): Check before saving diary file.
28634 (icalendar--convert-recurring-to-diary)
28635 (icalendar--convert-non-recurring-all-day-to-diary)
28636 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28637 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28638 (icalendar--convert-ical-to-diary): Use the above functions.
28640 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28642 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28643 Remove these recent additions.
28644 (c-mode): Restore to before 2005-04-28.
28646 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28649 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28650 (gdb-define-alist): New variables.
28651 (gdb-create-define-alist): New function.
28652 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28653 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28654 with string-to-number.
28655 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28657 * progmodes/gud.el: Replace string-to-int with string-to-number.
28658 (gud-find-file): Handle gdb-define-alist.
28660 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28662 2005-05-02 Jay Belanger <belanger@truman.edu>
28664 * calc/calc-aent.el (math-read-token):
28665 * calc/calc-bin.el (calc-word-size):
28666 * calc/calc-ext.el (calc-read-number-fancy):
28667 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28668 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28669 * calc/calc-frac.el (calc-over-notation):
28670 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28671 (calc-graph-num-points, calc-graph-init):
28672 * calc/calc-prog.el (calc-read-parse-table-part)
28673 (calc-edit-macro-repeats):
28674 * calc/calc-yank.el (calc-do-grab-rectangle):
28675 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28676 Replace `string-to-int' by `string-to-number'.
28678 2005-05-02 Kim F. Storm <storm@cua.dk>
28680 * kmacro.el: Use executing-kbd-macro-index variable.
28682 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28684 * net/rlogin.el (rlogin-parse-words): Delete func.
28685 (rlogin): Use split-string, not rlogin-parse-words.
28686 Also, if there are option-like elements in the parsed args,
28687 take the host to be the first arg immediately following them.
28688 Suggested by Michael Mauger.
28690 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28692 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28694 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28696 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28697 (cc-mode-cpp-program): Rename to cc-define-list-program and
28698 move to cc-vars.el.
28700 * progmodes/cc-vars.el (cc-define-list-program):
28701 Change to "gcc -E -dM -". Make customizable.
28703 2005-05-02 Kim F. Storm <storm@cua.dk>
28705 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28707 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28709 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28711 * international/mule-util.el (truncate-string): Remove alias and
28712 obsolete declaration.
28714 * international/mule-cmds.el (update-iso-coding-systems):
28715 Remove alias and obsolete declaration.
28717 * international/mule.el (coding-system-parent): Remove alias and
28718 obsolete declaration.
28720 * subr.el (define-function, sref): Remove aliases and obsolete
28722 (chars-in-region): Remove obsolete declaration.
28724 2005-05-01 Richard M. Stallman <rms@gnu.org>
28726 * info.el (Info-mode): Set widen-automatically to nil, locally.
28728 * simple.el (widen-automatically): New variable.
28729 (pop-global-mark): Obey widen-automatically.
28731 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28733 * term/xterm.el (function-key-map): Call substitute-key-definition
28734 before the keymap size is increased by a lot of define-key calls.
28736 2005-05-01 Richard M. Stallman <rms@gnu.org>
28738 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28739 Rename ARG to ELEMENT. Doc fix.
28741 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28743 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28744 Remove references to allout-exposure/change to allout-new-exposure.
28746 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28749 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28750 (compiled-function-p, focus-frame, unfocus-frame):
28751 Remove aliases and obsolete declarations.
28752 Back out inadvertent changes from previous commit.
28754 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28756 * files.el (require-final-newline): Make Custom tags consistent
28757 with mode-require-final-newline.
28758 (mode-require-final-newline): Doc fix.
28760 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28762 * international/latexenc.el (latexenc-find-file-coding-system):
28763 Fix regular expressions.
28765 2005-05-01 David Kastrup <dak@gnu.org>
28767 * international/latexenc.el (latexenc-find-file-coding-system):
28768 Fix regular expressions.
28770 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28772 * subr.el (string-to-int): Make obsolete.
28774 2005-04-30 Richard M. Stallman <rms@gnu.org>
28776 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28778 * loadup.el: load jka-comp-hook.
28780 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28781 (jka-compr-handler): Add autoload. `put' calls moved
28782 to jka-comp-hook.el.
28783 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28784 (jka-compr-inhibit): Autoload.
28786 * jka-comp-hook.el: New file.
28787 Enable the mode by default.
28789 * files.el (backup-buffer-copy): Use copy-file instead
28790 of write-region, and put back the 'excl.
28792 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28794 * progmodes/flymake.el (flymake-split-string)
28795 (flymake-split-string, flymake-log, flymake-pid-to-names)
28796 (flymake-reg-names, flymake-get-source-buffer-name)
28797 (flymake-unreg-names, flymake-add-line-err-info)
28798 (flymake-add-err-info): Clarify docstrings.
28799 (flymake-popup-menu, flymake-make-emacs-menu)
28800 (flymake-make-xemacs-menu): Add docstrings.
28801 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28802 Set variables directly throughout.
28804 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28806 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28807 exists. Initialize cc-define-alist.
28808 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28809 If there is no file (Macroexpansion) don't create an alist.
28811 2005-04-29 Sam Steingold <sds@gnu.org>
28813 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28814 (cc-create-define-alist): Use it instead of the hard-coded string.
28816 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28818 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28821 2005-04-29 Lute Kamstra <lute@gnu.org>
28823 * emacs-lisp/generic.el: Improve commentary section.
28824 (define-generic-mode): Improve docstring.
28826 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28828 * textmodes/org.el (many places): Change to quiet the byte compiler.
28829 (org-prefix-format-compiled): New variable.
28830 (org-compile-prefix-format): New function.
28831 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28832 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28833 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28834 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28835 consistency with entries from `org-mode' files.
28836 (org-get-time-of-day): Fix bug with partial matches early in a line.
28837 (org-non-link-chars): New constant.
28838 (org-link-regexp): Respect `org-non-link-chars'.
28839 (org-agenda-day-view): Remove command.
28840 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28841 (org-follow-bbdb-link, org-store-link): Search also company field.
28842 (org-highlight-overlay): New variable.
28843 (org-highlight, org-unhighlight): New functions.
28844 (org-agenda-mode): Add pre-command-hook to remove highlight.
28845 (org-evaluate-time-range): Behavior depends upon whether time stamp
28846 contains a time or not.
28847 (org-show-subtree, org-show-entry): New functions.
28848 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28850 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28852 * comint.el (comint-output-filter-functions): Add autoload cookie.
28854 2005-04-28 Kim F. Storm <storm@cua.dk>
28856 * ido.el (ido-everywhere): Fix last change.
28858 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
28860 * international/latexenc.el: New file.
28861 * international/mule-conf.el (file-coding-system-alist): For .tex,
28862 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28864 2005-04-28 Lute Kamstra <lute@gnu.org>
28866 * font-lock.el (font-lock-add-keywords)
28867 (font-lock-remove-keywords): Clarify docstring.
28868 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28869 Don't start docstrings with a `*'.
28870 (font-lock-update-removed-keyword-alist): Give it a docstring.
28872 * generic-x.el: Update commentary section.
28873 Only require font-lock when compiling.
28874 Define all modes conditionally.
28875 Place all generic modes in the generic-x-modes customization group.
28876 (generic-x-modes): New customization group.
28877 (generic-default-modes, generic-mswindows-modes)
28878 (generic-unix-modes, generic-other-modes): New constants.
28879 (generic-define-mswindows-modes, generic-define-unix-modes):
28880 Update docstrings. Make them obsolete.
28881 (generic-extras-enable-list): New default value. Update docstring.
28882 Improve :type. Change :set function.
28883 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28886 * emacs-lisp/generic.el (generic-mode-internal):
28887 Simplify font-lock-defaults.
28888 (define-generic-mode): Fix docstring.
28890 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28892 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28893 font-lock-face property to highlight matches.
28895 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28897 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28898 (cc-define-alist): New variable.
28899 (c-mode): Make it local and initialize it.
28901 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28902 (gdb-exited): New function.
28903 (gdb-annotation-rules): Use it.
28904 (gdb-starting): Set gdb-active-process to t.
28905 (gdb-stopping): Amend doc string.
28906 (gdb-reset): Set gdb-active-process to nil.
28908 * tooltip.el (tooltip-gud-tips): Show the associated #define
28909 directives when a C program under GDB is not executing.
28911 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28913 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28914 font-lock-fontify-syntactic-keywords.
28916 * font-lock.el (font-lock-default-fontify-region): Don't force
28917 parse-sexp-lookup-properties to nil.
28919 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28921 * man.el (man-mode-syntax-table): Set up `:' to have
28922 word-constituent syntax.
28924 2005-04-27 Lute Kamstra <lute@gnu.org>
28926 * novice.el (disable-command): Don't add spurious newlines to the
28927 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28929 2005-04-26 Jay Belanger <belanger@truman.edu>
28931 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28932 than one window before deleting window.
28934 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28936 * shell.el (shell-prompt-pattern): Doc fix.
28937 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28939 * comint.el (comint-prompt-regexp, comint-get-old-input)
28940 (comint-use-prompt-regexp)
28941 (comint-use-prompt-regexp-instead-of-fields)
28942 (comint-replace-by-expanded-history, comint-send-input)
28943 (comint-output-filter, comint-get-old-input-default)
28944 (comint-line-beginning-position, comint-bol, comint-show-output)
28945 (comint-backward-matching-input, comint-forward-matching-input)
28946 (comint-next-prompt, comint-previous-prompt):
28947 Rename `comint-use-prompt-regexp-instead-of-fields' to
28948 `comint-use-prompt-regexp'. Keep old name as alias and declare
28950 (comint-use-prompt-regexp): Shorten first line of doc string.
28952 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28953 Set paragraph-separate buffer locally to "\\'".
28955 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28956 Adapt to above name change.
28958 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28959 (smbclient-prompt-regexp): Ditto.
28961 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28963 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
28965 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28967 Break lines that are over 80 characters wide.
28969 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
28971 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28972 New fun and var, to preserve compatibility.
28974 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28976 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
28978 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28979 name to file-newer-than-file-p.
28981 2005-04-26 Richard M. Stallman <rms@gnu.org>
28983 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28985 * progmodes/python.el (python-mode):
28986 Use new name eldoc-documentation-function.
28988 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28990 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28991 (eldoc-documentation-function):
28992 Rename from eldoc-print-current-symbol-info-function. Calls changed.
28994 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
28996 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28998 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29000 * term/xterm.el (function-key-map): Fix strings for
29001 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29002 {C,S,A,C-S}-{f1-f12}.
29004 2005-04-26 Kenichi Handa <handa@m17n.org>
29006 * international/mule-cmds.el (select-safe-coding-system):
29007 Fix previous change.
29009 2005-04-26 Lute Kamstra <lute@gnu.org>
29011 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29013 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29014 (font-lock-comment-delimiter-face): Ditto.
29016 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29018 2005-04-25 Jay Belanger <belanger@truman.edu>
29020 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29021 to t while inserting information; use help-mode.
29023 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29025 * term.el (ansi-term-color-vector): Use the xterm colors.
29026 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29028 2005-04-25 Lute Kamstra <lute@gnu.org>
29030 * font-core.el (font-lock-defaults): Fix docstring.
29032 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29034 2005-04-25 Kenichi Handa <handa@m17n.org>
29036 * international/mule-cmds.el (select-safe-coding-system):
29037 Don't check consistency with coding: spec, etc if raw-text or
29038 no-conversion was found to be safe.
29040 2005-04-24 Richard M. Stallman <rms@gnu.org>
29042 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29043 citation markers at start of each line.
29045 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29046 citation markers at start of each line.
29048 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29050 * files.el (mode-require-final-newline): Fix previous change.
29051 (require-final-newline): Fix type label.
29053 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29055 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29056 statement in buffer (broken by 2004-11-24 change).
29058 2005-04-24 Kim F. Storm <storm@cua.dk>
29060 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29061 and read-file-name-function values. Don't overwrite existing
29062 non-nil values if ido-mode is enabled without ido-everywhere.
29064 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29066 * files.el (mode-require-final-newline): Minor doc fix.
29068 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29070 * subr.el (syntax-after): Doc fix.
29071 (syntax-class): If argument is nil, return nil. Mask off upper 16
29074 * files.el (mode-require-final-newline): Doc fix.
29075 (backup-buffer-copy): Fix last change.
29077 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29079 * term/mac-win.el: Require select. Set selection-coding-system to
29080 mac-system-coding-system. Call menu-bar-enable-clipboard.
29081 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29082 (x-select-enable-clipboard): New variables.
29083 (x-select-text, x-get-selection, x-selection-value)
29084 (x-get-selection-value, mac-select-convert-to-string)
29085 (mac-services-open-file, mac-services-open-selection)
29086 (mac-services-insert-text): New functions.
29087 (CLIPBOARD, FIND): Put mac-scrap-name property.
29088 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29089 (public.tiff): Put mac-ostype property.
29090 (selection-converter-alist): Add entries for them.
29091 (mac-application-menu-map): New keymap.
29092 (interprogram-cut-function, interprogram-paste-function): Set to
29093 x-select-text and x-get-selection-value, respectively.
29094 (split-window-keep-point): Set to t.
29096 2005-04-23 Richard M. Stallman <rms@gnu.org>
29098 * files.el (read-directory-name): Always pass non-nil
29099 DEFAULT-FILENAME arg to read-file-name.
29100 (backup-buffer-copy, basic-save-buffer-2): Take care against
29101 writing thru an unexpected existing symlink.
29102 (revert-buffer): In indirect buffer, revert the base buffer.
29103 (magic-mode-alist): Doc fix.
29104 (buffer-stale-function): Doc fix.
29105 (minibuffer-with-setup-hook): Avoid warning.
29106 (mode-require-final-newline): Doc and custom fix.
29108 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29110 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29111 use the default appearance.
29112 (font-lock-comment-delimiter-face): New face, new variable.
29114 * imenu.el (imenu--generic-function): The official position of a
29115 definition is the start of the line that BEG is in.
29117 * midnight.el (midnight-timer): Move defvar up.
29119 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29121 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29123 * startup.el (command-line): Use with-no-warnings.
29125 * window.el (window-size-fixed): New defvar.
29127 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29129 * mail/rmail.el (rmail-font-lock-keywords):
29130 Use font-lock-comment-delimiter-face.
29132 * mail/sendmail.el (mail-font-lock-keywords):
29133 Use font-lock-comment-delimiter-face.
29135 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29137 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29139 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29140 Specify t for LAXMATCH when matching directories.
29141 Save match data around compilation-compat-error-properties form.
29143 2005-04-23 David Kastrup <dak@gnu.org>
29145 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29146 Mention that the autoloaded aliases should be kept for AUCTeX.
29148 2005-04-23 Andreas Schwab <schwab@suse.de>
29150 * isearch.el (isearch-forward): Doc fix.
29152 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29154 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29155 (jit-lock-stealth-nice): Change default value to 0.5.
29157 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29159 * abbrev.el (write-abbrev-file): Write table entries in
29160 alphabetical order by table name.
29162 2005-04-22 Kim F. Storm <storm@cua.dk>
29164 * ido.el (ido-read-internal): Fix `list' completion.
29166 2005-04-22 Kenichi Handa <handa@m17n.org>
29168 * recentf.el (recentf-save-file-coding-system): New variable.
29169 (recentf-save-list): Encode the file by
29170 recentf-save-file-coding-system and add coding: tag.
29172 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29174 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29176 2005-04-21 Lute Kamstra <lute@gnu.org>
29178 * loadhist.el (unload-feature): Don't remove a function from hooks
29179 if it is about to be restored to an autoload . Remove functions
29180 that will become unbound from auto-mode-alist. Simplify the code.
29182 * subr.el (assq-delete-all): New implementation that is linear,
29183 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29184 (rassq-delete-all): New function.
29186 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29187 Add size-indication-mode.
29189 2005-04-21 Kenichi Handa <handa@m17n.org>
29191 * international/mule-cmds.el: Add autoload for widget-value in
29194 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29196 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29199 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29201 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29203 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29204 (inferior-lisp-filter-regexp, inferior-lisp-program)
29205 (inferior-lisp-load-command, inferior-lisp-prompt)
29206 (inferior-lisp-mode-hook, lisp-source-modes)
29207 (inferior-lisp-load-hook): defvar->defcustom.
29208 (inferior-lisp-program, inferior-lisp-prompt)
29209 (inferior-lisp-load-hook): Doc fixes.
29210 (inferior-lisp-install-letter-bindings): Small change in
29211 introductory comment.
29213 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29215 * vc.el (vc-annotate-color-map): Change some colors so that text
29216 using them as foreground is readable on both white and black
29219 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29221 * international/mule-conf.el (translation-table-for-input):
29222 Remove redundant declaration.
29224 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29226 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29228 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29229 (tooltip-toggle-gud-tips): New function.
29231 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29233 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29234 right angle brackets.
29236 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29238 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29240 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29242 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29243 Remove. Update callers to use expand-file-name instead.
29245 * subr.el (syntax-class): New function.
29247 * simple.el (blink-matching-open): Use it.
29249 * paren.el (show-paren-function): Use it to recognize parens that are
29250 also used in 2-char comment markers.
29252 2005-04-19 Lute Kamstra <lute@gnu.org>
29254 * loadhist.el (unload-feature): Update for new format of
29255 load-history. Simplify the code.
29257 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29259 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29260 (mac-add-charset-info): New function. Initialize variable
29261 mac-charset-info-alist using it.
29262 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29264 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29265 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29266 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29269 2005-04-19 Kim F. Storm <storm@cua.dk>
29271 * simple.el (next-buffer, prev-buffer, next-error)
29272 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29273 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29275 * bindings.el (next-buffer, prev-buffer, next-error)
29276 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29277 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29278 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29279 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29281 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29283 * isearch.el (isearch-edit-string): Make the search-ring available for
29284 minibuffer history commands.
29285 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29286 the default history commands now work just as well.
29287 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29289 2005-04-18 Kim F. Storm <storm@cua.dk>
29291 * emulation/cua-base.el (cua--pre-command-handler): Add more
29292 elaborate check for shift modifier on non-window systems.
29294 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29296 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29298 2005-04-18 Kim F. Storm <storm@cua.dk>
29300 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29301 and make it optional. Don't test tooltip-gud-echo-area here.
29302 (tooltip-gud-process-output, gdb-tooltip-print):
29303 Pass tooltip-gud-echo-area to tooltip-show.
29304 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29306 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29308 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29309 `display-graphic-p' may not be bound yet.
29311 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29313 * startup.el (command-line): No longer enable Xterm Mouse mode by
29314 default in terminals compatible with xterm.
29316 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29318 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29320 * tooltip.el (tooltip-gud-echo-area): Rename from
29321 tooltip-use-echo-area.
29322 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29323 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29324 area independently of where help tooltips are displayed.
29326 2005-04-17 David Kastrup <dak@gnu.org>
29328 * cus-theme.el (custom-theme-write-variables): Quote variables
29331 2005-04-17 Richard M. Stallman <rms@gnu.org>
29333 * simple.el (yank-excluded-properties): Add follow-link to value.
29335 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29337 * startup.el (fancy-splash-max-time): Just 30 seconds.
29338 (fancy-splash-delay): Just 7.
29339 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29341 * loadhist.el (unload-feature): Update for new format of load-history.
29344 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29345 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29347 * mail/sendmail.el (mail-font-lock-keywords):
29348 Don't fontify subject text.
29349 Don't fontify the text of a citation.
29351 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29353 * comint.el (comint-output-filter): Run comint-output-filter-functions
29354 with point where the user had it.
29356 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29358 * international/ucs-tables.el (ucs-set-table-for-input):
29359 Disable when using unify-on-decoding.
29361 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29363 * emulation/cua-base.el (cua-global-mark-face): Add special case
29364 for displays supporting a high number of colors.
29366 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29368 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29370 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29372 * filesets.el (filesets-add-buffer): If user supplies a name of a
29373 non-existing fileset, create a new fileset.
29375 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29377 * textmodes/org.el (org-up-heading-all): Fix bug with
29378 `outline-up-heading-all'.
29380 2005-04-16 Andreas Schwab <schwab@suse.de>
29382 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29383 /etc/permissions.d/* and /etc/aliases.d/*.
29385 2005-04-16 Kenichi Handa <handa@m17n.org>
29387 * international/code-pages.el (cp-make-coding-system):
29388 Set `translation-table-for-input' property value to the symbol
29389 ucs-mule-to-mule-unicode, not to that value.
29390 (pt154): Escape guillemet by `\'.
29392 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29394 * loadup.el: Load tooltip if x-show-tip is fboundp.
29396 * startup.el (command-line): Add comment.
29398 * tooltip.el (tooltip-mode): Specify correct standard value for
29399 Custom in init-value.
29401 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29403 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29406 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29408 * textmodes/org.el (org-agenda-date-prompt): Rename from
29409 `org-agenda-date-today'.
29410 (org-evaluate-time-range): Insert at point instead of directly
29412 (org-first-headline-recenter, org-subtree-end-visible-p)
29413 (org-optimize-window-after-visibility-change): New functions
29414 (org-agenda-post-command-hook): Don't allow point at end of line,
29415 to make sure it always hits the text properties.
29416 (org-agenda-next-date-line, org-agenda-previous-date-line):
29418 (org-set-regexps-and-options): Category may contain white space.
29419 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29420 Improve marker positions.
29421 (org-agenda-new-marker): Argument POS made optional.
29422 (org-agenda-get-timestamps): Deadlines which are done are listed
29423 in org-done-face now.
29424 (org-agenda-get-todos, org-agenda-get-timestamps)
29425 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29426 Set `undone-face' and `done-face' properties.
29427 (org-last-todo-state-is-todo): New variable.
29428 (org-todo): Set `org-last-todo-state-is-todo'.
29429 (org-agenda-todo): Change face according to
29430 `org-last-todo-state-is-todo'. And change other lines referring to
29432 (org-calendar-goto-agenda): New command.
29433 (org-calendar-to-agenda-key): New option.
29434 (org-startup-folded): New allowed value `content'.
29435 (org-set-regexps-and-options): Accept new value `content' for
29436 `org-startup-folded'.
29437 (org-get-current-options): Handle new value `content' for
29438 `org-startup-folded'.
29439 (org-insert-todo-heading): New command.
29440 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29441 interactively in empty file and option
29442 `org-insert-mode-line-in-empty-file' has been set.
29443 (org-agenda-todo, org-agenda-priority): Modify to use
29444 `org-agenda-change-all-lines'.
29445 (org-warning-face): Change color on dark background
29447 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29449 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29450 use preferences AppleLocale and AppleLanguages, and variable
29451 mac-system-locale for default locale. On Mac OS Classic, use
29452 mac-system-coding-system for default coding systems.
29454 * term/mac-win.el: Don't set file-name-coding-system.
29455 Decode variables system-name, emacs-build-system, user-login-name, and
29456 user-full-name by mac-system-coding-system on Mac OS Classic.
29457 (mac-system-coding-system): New variable.
29459 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29461 * startup.el (command-line): Handle `xterm-mouse-mode' before
29464 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29466 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29468 * progmodes/sh-script.el (sh-here-document-word): Make it a
29469 defcustom. Doc fix.
29470 (sh-add): Bash uses $(( )) for arithmetic.
29471 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29472 (sh-maybe-here-document): Remove quotes and leading whitespace
29473 from heredoc word when closing. Indent heredoc with tabs if word
29476 2005-04-13 Richard M. Stallman <rms@gnu.org>
29478 * simple.el (undo): Fix previous change.
29480 * custom.el (defface): Doc fix.
29482 2005-04-13 Lute Kamstra <lute@gnu.org>
29484 * Makefile.in (DONTCOMPILE): Remove list.
29485 (compile, compile-always): Don't use DONTCOMPILE.
29486 (update-authors): Load the library in which batch-update-authors
29488 * makefile.w32-in (DONTCOMPILE): Remove list.
29489 (compile, compile-always): Fix comments.
29490 (update-authors): Load the library in which batch-update-authors
29493 * generic-x.el (generic-mode-ini-file-find-file-hook):
29494 Rename to ini-generic-mode-find-file-hook.
29495 Keep generic-mode-ini-file-find-file-hook as an alias.
29496 (ini-generic-mode-find-file-hook): Rename from
29497 generic-mode-ini-file-find-file-hook. Fix docstring.
29498 (ini-generic-mode): Docstring change.
29499 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29501 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29504 * generic.el: Move to the emacs-lisp subdir.
29506 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29508 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29509 and C-S- function and cursor motion keys.
29511 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29513 * startup.el (command-line): Enable Xterm Mouse mode by default.
29514 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29515 for Custom. No longer show "Mouse" in mode line when enabled.
29518 2005-04-12 Kim F. Storm <storm@cua.dk>
29520 * emulation/cua-base.el (cua-rectangle-face)
29521 (cua-rectangle-noselect-face): Define face attributes here.
29523 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29525 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
29527 * startup.el (command-line): Turn off blinking cursor if
29528 cursorBlink in resources is off or false.
29530 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29532 * term/mac-win.el (dnd): Require dnd.
29533 (mac-drag-n-drop): Call dnd-handle-one-url.
29534 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29535 (kTextEncodingISOLatin2): Remove constants.
29536 (mac-script-code-coding-systems): New constant.
29537 (mac-handle-language-change): New function.
29538 (special-event-map): Bind it to `language-change' event.
29539 (mac-centraleurroman, mac-cyrillic): New coding systems.
29540 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29541 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29542 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29543 encode-mac-cyrillic, respectively.
29545 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29547 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29548 Don't set overlay-arrow-string to "=>" as this is done
29551 2005-04-12 Lute Kamstra <lute@gnu.org>
29553 * generic-x.el (rc-generic-mode, rul-generic-mode):
29554 Fix auto-mode-alist entries.
29555 (etc-fstab-generic-mode): Tweak fontification.
29557 * generic.el (generic-make-keywords-list): Fix docstring.
29558 (generic-mode-internal): Simplify generic-font-lock-keywords.
29560 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29562 * whitespace.el (whitespace-buffer-leading)
29563 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29564 However, fix the highlight area for the leading and
29565 trailing whitespaces to show space.
29567 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29569 * whitespace.el (whitespace-version): Bump to 3.5
29571 (whitespace-buffer-leading, whitespace-buffer-trailing):
29572 Invert sense of the test to highlight the whitespace.
29574 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29576 * progmodes/gud.el (gud-display-line): GUD uses its own
29577 overlay arrow now so don't set overlay-arrow-string.
29578 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29580 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29582 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29583 (term-ansi-current-reverse, term-ansi-current-invisible)
29584 (term-ansi-face-already-done): Change to boolean.
29585 (term-reset-terminal, term-handle-colors-array): Handle the above
29587 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29588 (term-emulate-terminal): Use the new name.
29590 * faces.el (secondary-selection): Use yellow1, not yellow.
29591 (trailing-whitespace): Use red1, not red.
29593 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
29595 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29596 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29597 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29599 * cus-edit.el (dnd): New group.
29601 * term/w32-win.el (dnd): Require dnd
29602 (w32-drag-n-drop): Call dnd-handle-one-url.
29604 * x-dnd.el: Require dnd.
29605 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29606 Call dnd-handle-one-url.
29607 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29608 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29609 to dnd-insert-text.
29610 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29611 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29612 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29613 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29615 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29617 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29619 * wdired.el: Doc fixes.
29620 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29621 (wdired-use-dired-vertical-movement): Rename from
29622 wdired-always-move-to-filename-beginning.
29623 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29624 (wdired-change-to-wdired-mode): Change mode name.
29625 (wdired-newline): Delete.
29627 2005-04-11 Richard M. Stallman <rms@gnu.org>
29629 * whitespace.el (whitespace-highlight-the-space):
29630 Don't call whitespace-unhighlight-the-space here.
29632 * simple.el (undo): Record t in undo-equiv-table
29633 for the redo record made by an undo-in-region.
29635 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29637 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29638 (gdb-frame-inferior-io-buffer): New Functions to control
29639 display of separate IO buffer.
29640 (menu): Add them to menu-bar.
29641 (gdb-display-buffer): Check for buffer another frame.
29642 Protect GUD buffer.
29643 (gdb-setup-windows): Create IO buffer if not already there.
29644 (gdb-memory-mode): Remove purecopy noops.
29646 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29648 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29649 and pass to self-insert-command.
29651 2005-04-11 Lute Kamstra <lute@gnu.org>
29653 * generic.el: Commentary section cleanup.
29655 (generic-use-find-file-hook, generic-lines-to-scan)
29656 (generic-find-file-regexp, generic-ignore-files-regexp)
29657 (default-generic-mode, generic-mode-find-file-hook)
29658 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29659 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29660 (generic-use-find-file-hook, generic-lines-to-scan)
29661 (generic-find-file-regexp, generic-ignore-files-regexp)
29662 (default-generic-mode, generic-mode-find-file-hook)
29663 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29665 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29667 * bookmark.el (bookmark-write-file): Catch errors writing file.
29668 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29670 2005-04-10 Richard M. Stallman <rms@gnu.org>
29672 * startup.el (fancy-splash-tail): Update copyright year.
29673 (command-line): Split part of -Q into -D.
29674 (emacs-basic-display): New defvar.
29675 (fancy-splash-text): Correct name of menu item.
29677 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29679 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29682 * comint.el (comint-send-input): New arg ARTIFICIAL.
29683 Callers in this file changed.
29685 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29687 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29689 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29691 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29692 `ldap-search-internal'.
29694 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29696 * files.el (set-auto-mode-1): Use line-end-position.
29698 * international/latin-1.el:
29699 * international/latin-2.el:
29700 * international/latin-3.el:
29701 * international/latin-4.el:
29702 * international/latin-5.el:
29703 * international/latin-8.el:
29704 * international/latin-9.el: Give punctuation syntax to NBSP.
29706 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29707 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29708 Use char-classes to accept non-ascii letters, accepted in some recent
29709 bibtex implementations.
29711 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29713 * custom.el (custom-set-minor-mode): Any non-nil value for the
29714 variable should enable the mode when set through Custom.
29716 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29718 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29719 TAB binding so tab-always-indent is obeyed.
29720 (vhdl-minibuffer-local-map): Move initialization into declaration.
29721 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29722 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29723 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29724 (vhdl-current-line): Use line-beginning-position.
29725 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29726 with-output-to-temp-buffer, so the current position can be recorded.
29728 2005-04-10 Masatake YAMATO <jet@gyve.org>
29730 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29731 Add regexp for gcov.
29733 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29735 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29736 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29737 syntax which Emacs 20 doesn't support.
29739 2005-04-09 Richard M. Stallman <rms@gnu.org>
29741 * help.el (describe-key-briefly, describe-key):
29742 Replace strings as event types with "(any string)".
29744 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29746 * arc-mode.el (archive-mode-map): Move initialization into
29747 the declaration. Override *all* bindings of `undo'.
29748 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29750 2005-04-09 Jay Belanger <belanger@truman.edu>
29752 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29754 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29756 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29757 (xterm-register-default-colors): Update color values computation
29758 to match xterm-200.
29760 2005-04-09 Kenichi Handa <handa@m17n.org>
29762 * international/code-pages.el (iso-latin-7): Fix the map.
29764 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29766 * emacs-lisp/lisp.el (defun-prompt-regexp)
29767 (parens-require-spaces, buffer-end, end-of-defun)
29768 (insert-parentheses): Doc fixes.
29770 2005-04-08 Kim F. Storm <storm@cua.dk>
29772 * comint.el (comint-highlight-prompt): Fix face spec.
29773 * hi-lock.el (hi-green): Likewise.
29775 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29777 * cus-edit.el (custom-modified-face):
29778 * comint.el (comint-highlight-input): Fix previous changes.
29779 * term.el (term-handle-ansi-escape): Add a comment.
29781 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29783 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29784 in the buffer and in whitespace-highlighted-space.
29785 (whitespace-unhighlight-the-space): Simplify.
29786 (whitespace-buffer): Simplify.
29788 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29790 * textmodes/table.el (table-cell-face): Add special case for
29791 displays supporting a high number of colors.
29792 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29793 (vhdl-font-lock-reserved-words-face)
29794 (vhdl-speedbar-architecture-face)
29795 (vhdl-speedbar-instantiation-face)
29796 (vhdl-speedbar-architecture-selected-face)
29797 (vhdl-speedbar-instantiation-selected-face): Likewise.
29798 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29799 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29800 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29801 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29802 (ebrowse-progress-face): Likewise.
29803 * progmodes/compile.el (compilation-info-face): Likewise.
29804 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29805 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29806 * calendar/calendar.el (diary-face): Likewise.
29807 * woman.el (woman-italic-face, woman-bold-face)
29808 (woman-unknown-face): Likewise.
29809 * wid-edit.el (widget-button-pressed-face): Likewise.
29810 * whitespace.el (whitespace-highlight-face): Likewise.
29811 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29812 * pcvs-info.el (cvs-marked-face): Likewise.
29813 * info.el (info-xref): Likewise.
29814 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29815 * hilit-chg.el (highlight-changes-face)
29816 (highlight-changes-delete-face): Likewise.
29817 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29818 (hi-red-b): Likewise.
29819 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29820 * font-lock.el (font-lock-keyword-face)
29821 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29822 * cus-edit.el (custom-invalid-face, custom-modified-face)
29823 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29824 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29825 * comint.el (comint-highlight-prompt): Likewise.
29827 2005-04-08 Lute Kamstra <lute@gnu.org>
29829 * font-lock.el (font-lock-keywords): Docstring fixes.
29831 2005-04-08 Kenichi Handa <handa@m17n.org>
29833 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29834 chars are more than a limit, print " and more..." at the tail.
29836 2005-04-08 Kim F. Storm <storm@cua.dk>
29838 * emacs-lisp/authors.el (authors-aliases): Update list.
29839 (authors-ignored-files): New list.
29840 (authors-fixed-entries): Fix typo.
29841 (authors-renamed-files-alist): Update list.
29842 (authors-add): Check authors-ignored-files.
29844 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29846 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29847 optional, to ensure backward compatibility.
29849 2005-04-08 Stephen Eglen <stephen@gnu.org>
29851 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29853 2005-04-08 Kim F. Storm <storm@cua.dk>
29855 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29857 * mouse.el (mouse-on-link-p): Doc fix.
29859 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29861 * ielm.el (ielm-prompt-read-only): Doc fix.
29863 * comint.el (comint-prompt-read-only): Doc fix.
29865 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29867 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29868 ensure dired always handles wildcards passed to ffap.
29869 (find-file-at-point): Use it.
29870 (ffap-dired-wildcards): Doc fix.
29872 2005-04-07 Juri Linkov <juri@jurta.org>
29874 * simple.el (next-error-overlay-arrow-position): New defvar.
29875 Put "=>" on its property `overlay-arrow-string'. Add it to
29876 `overlay-arrow-variable-list'.
29878 * progmodes/compile.el (compilation-setup):
29879 Set `next-error-overlay-arrow-position' to nil. Also set it to
29880 nil in the local hook `kill-buffer-hook'. Make local variable
29881 `overlay-arrow-string' and set it to "=>".
29882 (compilation-goto-locus): Set BOL position to
29883 `next-error-overlay-arrow-position' instead of
29884 `overlay-arrow-position'.
29886 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29887 locally instead of adding it to the global hook.
29888 (Info-kill-buffer): Move up.
29890 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29892 * term/xterm.el (xterm-standard-colors): Update color values from
29895 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29897 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29900 * lazy-lock.el: Move them to the obsolete subdir.
29902 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29904 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29905 (wdired-add-replace-advice): Remove.
29906 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29908 2005-04-06 Kim F. Storm <storm@cua.dk>
29910 * startup.el (command-line): Add --bare-bones alias for -Q.
29912 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29914 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29915 create the startup fontset if a font specification ends with
29918 2005-04-06 Lute Kamstra <lute@gnu.org>
29920 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29923 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29924 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29926 2005-04-05 Lute Kamstra <lute@gnu.org>
29928 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29929 (define-generic-mode): Ditto. Fix debug declaration.
29931 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29932 Put them in the generic-x group.
29934 * calendar/timeclock.el (timeclock): Doc fix.
29936 * generic.el (define-generic-mode): Don't use custom-current-group.
29937 Document default :group value.
29938 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29939 (define-global-minor-mode): Don't use custom-current-group.
29941 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29943 * startup.el (command-line-1): Display startup-echo-area-message
29944 when fancy splash screen is in use.
29946 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29947 (sh-escaped-newline): New face.
29948 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29949 newline, and use sh-escaped-newline face.
29951 * progmodes/tcl.el (tcl-escaped-newline): New face.
29952 (tcl-builtin-list): New variable.
29953 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29954 newlines. Fix keywords subexpression number.
29956 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
29958 * textmodes/org.el (org-diary-default-entry): Fix call to
29959 `add-to-diary-entry'.
29961 2005-04-05 Kim F. Storm <storm@cua.dk>
29963 * ediff-init.el: Use (featurep 'xemacs).
29965 2005-04-05 David Ponce <david@dponce.com>
29967 * cus-edit.el (face): Derive from symbol widget. Display sample
29968 of the current face on the fly.
29969 (widget-face-sample-face-get, widget-face-notify): New functions.
29970 (widget-face-value-create): Remove.
29972 * wid-edit.el (widget-field-end): Temporarily remove field
29973 narrowing before to call `get-char-property'.
29975 2005-04-04 Jay Belanger <belanger@truman.edu>
29977 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29978 (math-read-subscripts): New variable.
29979 (math-read-preprocess-string): Process subscripts.
29981 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
29983 * comint.el (comint-prompt-read-only): Doc fix.
29985 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29988 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
29990 * textmodes/org.el (org-insert-mode-line-in-empty-file):
29991 Change default value to nil.
29993 2005-04-04 Lute Kamstra <lute@gnu.org>
29995 * autorevert.el (auto-revert-mode): Specify :group.
29996 * battery.el (display-battery-mode): Specify :group.
29997 * diff-mode.el (diff-minor-mode): Specify :group.
29998 * font-core.el (font-lock-mode): Specify :group.
29999 * hl-line.el (hl-line-mode): Specify :group.
30000 * iimage.el (iimage): New customization group.
30001 (iimage-mode): Specify :group.
30002 * longlines.el (longlines-mode): Specify :group.
30003 * master.el: Don't require easy-mmode.
30004 (master): New customization group.
30005 (master-mode): Specify :group.
30006 * msb.el (msb-mode): Specify :group.
30007 * reveal.el (reveal-mode): Specify :group.
30008 * simple.el (next-error-follow-minor-mode): Specify :group.
30009 * smerge-mode.el (smerge-mode): Specify :group.
30010 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30011 * emulation/cua-base.el (cua-mode): Specify :group.
30012 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30013 * language/thai-util.el (thai-auto-composition-mode)
30014 (thai-word-mode): Specify :group.
30015 * mail/supercite.el (sc-minor-mode): Specify :group.
30016 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30017 * progmodes/flymake.el (flymake-mode): Specify :group.
30018 * progmodes/glasses.el (glasses-mode): Specify :group.
30019 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30020 * textmodes/enriched.el (enriched-mode): Specify :group.
30021 * textmodes/refill.el (refill-mode): Specify :group.
30023 * add-log.el (change-log-font-lock-keywords): Names in
30024 parenthesized lists can contain spaces.
30026 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30028 * startup.el (fancy-splash-text): Shorten default text of
30029 "Emacs Tutorial" line. Also, if the current language env
30030 indicates an available tutorial file other than TUTORIAL,
30031 extract its title and append it to the line in parentheses.
30032 (fancy-splash-insert): If arg is a thunk, funcall it.
30034 2005-04-04 Jay Belanger <belanger@truman.edu>
30036 * calc.el (calc-language-alist): Add tags to customization type.
30038 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30040 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30043 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30045 * add-log.el (change-log-font-lock-keywords): The manual
30046 describing a Change Log entry, says: (...) "Aside from these
30047 header lines, every line in the change log starts with a space or
30048 a tab.". The font-lock was not highlighting lines started with
30049 spaces, added support for it.
30051 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30053 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30054 (bibtex-generate-url-list): Update docstring accordingly. Put the
30055 complex example in the docstring.
30056 (bibtex-font-lock-url): Use pop.
30058 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30060 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30062 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30064 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30066 * filesets.el (filesets-set-default): Doc fix.
30068 2005-04-03 Lute Kamstra <lute@gnu.org>
30070 * generic.el (define-generic-mode): Add argument to specify
30071 keywords for defcustom.
30072 (default-generic-mode): Specify :group.
30074 * generic-x.el: Specify :group for all generic modes.
30076 * desktop.el (desktop-no-desktop-file-hook)
30077 (desktop-after-read-hook): Doc fix.
30079 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30081 * simple.el (visible-mode): Use explicit :group keyword.
30082 This changes the group of `visible-mode-hook' from paren-blinking
30085 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30087 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30088 mailbox specifications as well as URLs.
30089 (rmail-insert-inbox-text): Remove unused conditional branches.
30091 2005-04-01 Jay Belanger <belanger@truman.edu>
30093 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30094 (calc-gnuplot-print-command): Move definitions to calc.el.
30096 * calc/calc-embed.el (calc-embedded-announce-formula)
30097 (calc-embedded-open-formula, calc-embedded-close-formula)
30098 (calc-embedded-open-word, calc-embedded-close-word)
30099 (calc-embedded-open-plain, calc-embedded-close-plain)
30100 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30101 (calc-embedded-open-mode, calc-embedded-close-mode):
30102 Move definitions to calc.el.
30104 * calc/calc.el (calc-settings-file, calc-language-alist):
30106 (calc-embedded-announce-formula, calc-embedded-open-formula)
30107 (calc-embedded-close-formula, calc-embedded-open-word)
30108 (calc-embedded-close-word, calc-embedded-open-plain)
30109 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30110 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30111 (calc-embedded-close-mode, calc-gnuplot-name)
30112 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30113 from other files and make customizable.
30115 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30117 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30119 (cvs-mode-run): Don't call cvs-update-header here.
30120 (cvs-run-process): Call cvs-update-header.
30121 Use process properties for cvs-postprocess and cvs-buffer so that
30122 the sentinel can behave better if the temp buffer is killed.
30123 Use a pipe rather than a tty, to better handle unexpected prompts.
30124 (cvs-sentinel): Rewrite. Call cvs-update-header.
30126 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30128 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30129 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30131 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30133 * generic.el (define-generic-mode): Add indentation rule.
30135 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30137 * files.el (mode-require-final-newline): Make Custom correctly
30138 report a nil value and allow to set it to nil via Custom.
30141 2005-04-01 Kenichi Handa <handa@m17n.org>
30143 * international/characters.el: Enable the correct case setting for
30144 dotless-i and dotted-I.
30146 2005-04-01 Kim F. Storm <storm@cua.dk>
30148 * ido.el (ido-file-internal): Fall back to non-ido command if
30149 initial directory is on slow ftp (or tramp) host.
30151 2005-03-31 Richard M. Stallman <rms@gnu.org>
30153 * emacs-lisp/autoload.el (make-autoload):
30154 Handle define-global-minor-mode.
30156 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30157 Rename from easy-mmode-define-global-mode.
30158 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30160 * progmodes/scheme.el (scheme-mode-syntax-table):
30161 Update syntax of | and # for two-character comment syntax.
30163 2005-03-31 Lute Kamstra <lute@gnu.org>
30165 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30166 (define-minor-mode): Call custom-current-group at load-time.
30168 * generic.el (define-generic-mode): Add debug declaration.
30169 Add defcustom for the mode hook.
30170 (generic-mode-internal): Use run-mode-hooks.
30172 2005-03-31 Kim F. Storm <storm@cua.dk>
30174 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30175 (mouse-fixup-help-message): New defun called by show_help_echo
30176 to fixup mouse-2 prefix in help messages when applicable.
30178 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30180 2005-03-31 Kenichi Handa <handa@m17n.org>
30182 * language/thai-word.el (thai-find-word-ends): Pay attention to
30183 the case that we reach the end of buffer.
30185 * textmodes/fill.el (fill-text-properties-at): New function.
30186 (fill-newline): Use fill-text-properties-at instead of
30187 text-properties-at.
30189 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30191 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30192 not comint-quote-filename.
30194 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30196 * help-fns.el (help-with-tutorial): Revert last change.
30198 2005-03-31 Kim F. Storm <storm@cua.dk>
30200 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30202 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30204 * calendar/cal-china.el: Update reference to "Calendrical
30205 Calculations" book; there's a new edition.
30206 * calendar/cal-coptic.el: Likewise.
30207 * calendar/cal-french.el: Likewise.
30208 * calendar/cal-hebrew.el: Likewise.
30209 * calendar/cal-islam.el: Likewise.
30210 * calendar/cal-iso.el: Likewise.
30211 * calendar/cal-julian.el: Likewise.
30212 * calendar/cal-mayan.el: Likewise.
30213 * calendar/cal-persia.el: Likewise.
30214 * calendar/calendar.el: Likewise.
30215 * calendar/holidays.el: Likewise.
30216 * calendar/lunar.el: Likewise.
30217 * calendar/solar.el: Likewise.
30219 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30220 white space from doc string.
30222 2005-03-30 Jay Belanger <belanger@truman.edu>
30224 * calc/calc-help.el (calc-full-help): Remove email address.
30226 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30228 * help-fns.el (help-with-tutorial): Delete title line.
30230 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30232 * calendar/cal-x.el (calendar-one-frame-setup)
30233 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30234 rather than `symbol' for set-window-dedicated-p.
30236 * calendar/appt.el (appt-buffer-name): Make it a constant.
30237 (appt-add): Doc fix.
30239 * filesets.el (filesets-menu-path, filesets-menu-before)
30240 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30241 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30242 (filesets-add-submenu): Delete and use add-submenu instead.
30244 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30246 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30247 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30248 (org-diary-default-entry): New function.
30249 (org-get-entries-from-diary): Better parsing of diary entries.
30250 (org-agenda-check-no-diary): New function.
30251 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30252 linking to diary entries.
30253 (org-agenda-execute-calendar-command): New function.
30254 (org-agenda): Improve visible section in window.
30255 Use `org-fit-agenda-window'.
30256 (org-fit-agenda-window): New option.
30257 (org-move-subtree-down): Better handling of empty lines
30259 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30261 (org-fontify-done-headline): New option.
30262 (org-headline-done-face): New face.
30263 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30264 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30265 When current field is non-empty, it is copied to next row.
30266 (org-table-copy-from-above): Fix bug which made it
30267 impossible to copy fields containing only a single non-white character.
30269 2005-03-30 Kim F. Storm <storm@cua.dk>
30271 * kmacro.el (kmacro-end-macro): Isearch may store this command
30272 into the macro -- so ignore it when executing keyboard macro.
30274 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30276 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30278 2005-03-29 Kenichi Handa <handa@m17n.org>
30280 * language/thai.el ("Thai"): Set setup-function and exit-function
30281 for Thai language environment.
30283 * language/thai-util.el: Require thai-word.
30284 (thai-word-mode-map): New variable.
30285 (thai-word-mode): New minor mode.
30286 (setup-thai-language-environment-internal): New function.
30287 (exit-thai-language-environment-internal): New function.
30289 * language/thai-word.el (thai-word-table): Declare it by defvar,
30290 use dolist to initialize it.
30291 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30292 (thai-fill-find-break-point): New functions.
30294 2005-03-29 Richard M. Stallman <rms@gnu.org>
30296 * simple.el (idle-update-delay): Move definition up.
30297 (set-mark): Doc fix.
30299 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30301 * longlines.el: New file.
30303 * simple.el (buffer-substring-filters): New variable.
30304 (filter-buffer-substring): New function.
30305 (kill-region, copy-region-as-kill): Use it.
30307 * register.el (copy-to-register, append-to-register)
30308 (prepend-to-register): Use filter-buffer-substring.
30310 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30312 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30313 (gud-filter-pending-text): Move in front of gdb.
30314 (gud-overlay-arrow-position): New variable.
30315 (gud-sentinel, gud-display-line): Use it in place of
30316 overlay-arrow-position.
30318 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30320 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30321 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30322 (fortran-font-lock-keywords-4): New variable.
30323 (fortran-blocks-re, fortran-end-block-re)
30324 (fortran-start-block-re): New constants, for hideshow.
30325 (hs-special-modes-alist): Add a Fortran entry.
30326 (fortran-mode-map): Bind fortran-end-of-block,
30327 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30328 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30329 (fortran-looking-at-if-then, fortran-end-of-block)
30330 (fortran-beginning-of-block): New functions, for hideshow.
30332 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30333 Doc fix. Tweak regexp.
30334 (f90-beginning-of-block): Push mark first.
30336 2005-03-29 Jay Belanger <belanger@truman.edu>
30338 * calc/calc.el: Update copyright date.
30339 (calc-version): Increase to 2.1.
30340 (calc-version-date): Remove.
30342 * calc/calc-help.el: Update copyright date.
30343 (calc-full-help): Remove reference to calc-version-date.
30344 Update copyright date.
30346 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30348 * vc.el (vc-do-command): Use a pipe for async processes, so password
30349 prompts don't show up at places where the user can't reply.
30351 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30353 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30354 on the file name we pass to the inferior shell.
30356 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30358 * progmodes/which-func.el (which-function): Be robust in the face of an
30359 imenu--make-index-alist failure.
30361 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30363 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30365 * progmodes/python.el (python-preoutput-filter): Fix last change.
30367 2005-03-29 Lute Kamstra <lute@gnu.org>
30369 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30370 functions and compiled macros.
30371 (debug-convert-byte-code): Handle macros too.
30372 (debug-on-entry-1): Don't signal an error when trying to clear a
30373 function that is not set to debug on entry.
30375 2005-03-29 Jay Belanger <belanger@truman.edu>
30377 * calc/calc-lang.el: Add functions to math-function-table
30378 properties of tex and math.
30380 2005-03-29 Kenichi Handa <handa@m17n.org>
30382 * ps-mule.el (ps-mule-plot-string): Translate characters by
30383 ps-print-translation-table.
30384 (ps-mule-begin-job): Call find-charset-region/string with
30385 ps-print-translation-table.
30386 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30388 * ps-print.el (ps-print-translation-table): New variable.
30389 (ps-plot-region): Translate characters by ps-print-translation-table.
30391 2005-03-29 Juri Linkov <juri@jurta.org>
30393 * simple.el (next-error-highlight-timer): New variable.
30395 * progmodes/compile.el (compilation-goto-locus):
30396 Use `next-error-highlight-timer' instead of `sit-for'.
30398 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30400 * mail/supercite.el (sc-mail-field): Use assoc-string.
30401 (sc-get-address): Simplify regexps.
30403 * files.el (minibuffer-with-setup-hook): New macro.
30404 (find-file-read-args): Use it to avoid let-binding
30405 minibuffer-with-setup-hook (which breaks turning on/off
30406 file-name-shadow-mode while in the prompt).
30408 * complete.el (PC-read-include-file-name-internal):
30409 Use test-completion.
30411 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30413 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30415 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30417 * window.el (window-buffer-height): Use count-screen-lines.
30419 * progmodes/python.el (python-preoutput-leftover): New var.
30420 (python-preoutput-filter): Use it.
30421 (python-send-receive): Loop until all the result has been received.
30423 2005-03-28 Juri Linkov <juri@jurta.org>
30425 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30427 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30428 "Recover Crashed Session".
30429 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30430 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30431 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30432 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30433 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30434 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30435 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30436 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30438 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30439 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30440 Ediff Sessions", "Toggle use of separate control buffer frame",
30441 "Use separate frame for Ediff control buffer".
30443 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30444 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30445 "Rename Bookmark", "Delete Bookmark".
30447 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30448 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30449 Add `:active Info-index-alternatives' to "Next Matching Item".
30451 * wdired.el (wdired-change-to-wdired-mode):
30452 Mention `wdired-abort-changes' key in the initial message.
30454 * international/mule.el (auto-coding-alist): Associate non-ascii
30455 image filename extensions with `no-conversion'.
30457 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30459 * international/iso-acc.el:
30460 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30462 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30464 * textmodes/sgml-mode.el (html-mode): Doc update.
30466 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30468 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30470 * term.el (term-move-columns): Fix face after extending a line.
30471 (term-insert-spaces): Likewise.
30472 (term-reset-terminal): Fix off by one error.
30474 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30476 * international/mule.el (auto-coding-alist): Add .xpi files.
30478 * files.el (auto-mode-alist): Add .xpi files.
30480 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30482 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30484 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30486 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30488 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30490 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30491 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30493 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30494 cursor to Jan 1 when needed.
30495 (calendar-end-of-year): Fix -/+ typo.
30496 Reported by Chong Yidong <cyd@stupidchicken.com>.
30498 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30500 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30502 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30503 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30505 2005-03-25 Richard M. Stallman <rms@gnu.org>
30507 * filesets.el (filesets-init): Add autoload.
30509 * mail/mailalias.el (mail-directory): Doc fix.
30511 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30513 * mail/mailalias.el (mail-directory-process): Do nothing if
30514 mail-directory-process is an atom.
30515 (mail-get-names): Ignore mail-directory-names if it is an atom.
30516 (mail-directory-process defvar): Doc fix.
30517 (mail-names): Doc fix.
30519 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30521 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30523 2005-03-26 Kenichi Handa <handa@m17n.org>
30525 * international/mule-util.el (detect-coding-with-priority):
30526 Call update-coding-systems-internal before detect-coding-region.
30528 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30530 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30531 (gdb-frames-mode-map): Add follow-link property.
30533 2005-03-25 Jay Belanger <belanger@truman.edu>
30535 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30538 2005-03-25 Juri Linkov <juri@jurta.org>
30540 * image-mode.el: Optimize image filename extension regexps in
30541 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30542 in `auto-mode-alist'.
30543 (image-mode): Add `image-toggle-display-text' to local hook
30544 `change-major-mode-hook'. Display the image as an image by
30545 default. Set `cursor-type' and `truncate-lines' if the image
30546 is already displayed. Take into account the current mode (image
30547 or text) in message.
30548 (image-minor-mode): New minor mode.
30549 (image-mode-maybe, image-toggle-display-text): New functions.
30550 (image-toggle-display): Use called-interactively-p.
30551 Let-bind `inhibit-read-only' to t.
30553 * image-mode.el (image-minor-mode): Set `cursor-type' and
30554 `truncate-lines' if the image is already displayed. Add turning
30555 image-minor-mode off to `change-major-mode-hook'. Add message.
30556 Call `image-toggle-display-text' after turning image-minor-mode off.
30558 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30560 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30561 Terminal.app, use utf-8.
30562 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30563 (set-locale-environment): Use it.
30565 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30567 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30569 * progmodes/python.el (python-close-block-statement-p)
30570 (python-outdent-p, python-current-defun): Use symbol-end.
30572 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30574 * files.el (save-some-buffers): Doc fix.
30576 2005-03-25 Werner Lemberg <wl@gnu.org>
30578 * complete.el, thumbs.el: Replace `legal' with `valid'.
30579 * calendar/calendar.el: Replace `legal' with `valid'.
30580 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30581 * mail/supercite.el: Replace `legal' with `valid'.
30582 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30583 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30584 Replace `legal' with `valid'.
30585 * textmodes/reftex-vars.el, textmodes/reftex.el:
30586 Replace `legal' with `valid'.
30588 2005-03-25 Werner Lemberg <wl@gnu.org>
30590 * calc/calc-forms.el, calc/calc-sel.el
30591 * midnight.el, vc-cvs.el
30592 * emacs-lisp/cl-macs.el
30594 * eshell/esh-io.el, eshell/esh-var.el
30595 * mail/supercite.el
30596 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30597 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30598 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30599 * progmodes/sh-script.el, progmodes/xscheme.el
30600 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30601 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30602 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30603 * textmodes/reftex.el, textmodes/org.el:
30604 Replace `illegal' with `invalid'.
30606 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30608 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30609 (flymake-find-buildfile, flymake-find-possible-master-files)
30610 (flymake-check-include, flymake-parse-line): Replace loops over the
30611 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
30613 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30614 Substitute file-name-as-directory in the rest of the file.
30615 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30616 (flymake-replace-region): Remove unused arg `buffer'.
30617 (flymake-check-patch-master-file-buffer): Update calls to it.
30618 (flymake-add-err-info): Remove unused var `count'.
30619 (flymake-mode): Use define-minor-mode.
30621 * progmodes/flymake.el: Use with-current-buffer.
30622 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30623 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30624 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30625 Avoid testing for `xemacs'.
30626 (flymake-nop): Move.
30627 (flymake-region-has-flymake-overlays): Return the computed value.
30628 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30629 Remove unused var `endline'.
30630 (flymake-get-line-count): Remove unused function.
30631 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30635 * hilit-chg.el (global-highlight-changes):
30636 * hi-lock.el (hi-lock-mode):
30637 * follow.el: find-file-hooks -> find-file-hook.
30639 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30641 2005-03-24 Juri Linkov <juri@jurta.org>
30643 * dired.el (dired-mode-map): Add menu item "Compare directories"
30644 for dired-compare-directories.
30646 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30647 Doc fix. Replace `read-file-name' with `read-directory-name'.
30649 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30651 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30653 2005-03-24 Jay Belanger <belanger@truman.edu>
30655 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30656 relevant mode settings in calc-embedded-original-modes when modes
30657 are permanently changed.
30659 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30661 * autoinsert.el: find-file-hooks -> find-file-hook.
30663 2005-03-24 Lute Kamstra <lute@gnu.org>
30665 * generic.el (generic-font-lock-defaults): Make it obsolete.
30666 (generic-font-lock-keywords): New variable to replace
30667 generic-font-lock-defaults.
30668 (generic-mode-set-font-lock): Delete it.
30669 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30670 (generic-bracket-support): Add docstring.
30672 * generic-x.el: Rename generic-font-lock-defaults to
30673 generic-font-lock-keywords throughout.
30674 (mailagent-rules-setup-function): Delete it.
30675 (mailagent-rules-generic-mode): Use anonymous function instead.
30676 (show-tabs-generic-mode-font-lock-defaults-1)
30677 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30679 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30682 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30683 Recognize define-generic-mode.
30685 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30687 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30688 if there's no completion table.
30690 2005-03-23 Miles Bader <miles@gnu.org>
30692 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30693 Remove tty-specific variants, as they're no longer needed.
30695 2005-03-23 Lute Kamstra <lute@gnu.org>
30697 * generic-x.el: Code cleanup: make args constant whenever possible.
30698 (installshield-statement-keyword-list)
30699 (installshield-system-functions-list)
30700 (installshield-system-variables-list, installshield-types-list)
30701 (installshield-funarg-constants-list): Make them constants.
30703 * generic.el (generic-make-keywords-list): Add autoload cookie.
30705 * calendar/time-date.el: Add comment on time value formats.
30706 Don't require parse-time.
30707 (with-decoded-time-value): New macro.
30708 (encode-time-value): New function.
30709 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30710 (days-to-time): Return a valid time value when arg is huge.
30711 (time-since): Use time-subtract.
30712 (time-to-number-of-days): Use time-to-seconds.
30714 2005-03-23 David Ponce <david@dponce.com>
30716 * recentf.el (recentf-keep): New option.
30717 (recentf-menu-action): Default to `find-file'.
30718 (recentf-keep-non-readable-files-flag)
30719 (recentf-keep-non-readable-files-p)
30720 (recentf-file-readable-p, recentf-find-file)
30721 (recentf-cleanup-remote): Remove.
30722 (recentf-include-p): More robust.
30723 (recentf-keep-p): New function.
30724 (recentf-remove-if-non-kept): Rename from
30725 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30726 All callers updated.
30727 (recentf-menu-items-for-commands): Fix help string.
30728 (recentf-track-closed-file): Update. Doc fix.
30729 (recentf-cleanup): Update. Count removed files. Doc fix.
30731 2005-03-23 Kim F. Storm <storm@cua.dk>
30733 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30734 Don't inherit from fringe face (now happens automatically).
30736 2005-03-22 Kim F. Storm <storm@cua.dk>
30738 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30741 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30743 * menu-bar.el (showhide-date-time): Remove.
30744 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30745 (menu-bar-make-mm-toggle): Simplify.
30747 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30749 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30750 Accept qualified variable and function names.
30752 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30754 * bindings.el (completion-ignored-extensions):
30755 Remove ".lis" for `vax-vms'.
30757 2005-03-22 Andreas Schwab <schwab@suse.de>
30759 * generic-x.el: Revert last change.
30760 * ldefs-boot.el: Update.
30762 2005-03-22 Jay Belanger <belanger@truman.edu>
30764 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30765 (calc-embedded-save-original-modes)
30766 (calc-embedded-restore-original-modes): New functions.
30767 (calc-do-embedded): Save original modes when entering embedded mode
30768 and restore when leaving embedded mode.
30769 (calc-embedded-modes-change): Change the value of
30770 calc-embedded-original-modes to reflect permanent changes.
30772 2005-03-22 Lute Kamstra <lute@gnu.org>
30774 * generic-x.el: Require generic again.
30776 2005-03-22 Miles Bader <miles@gnu.org>
30778 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30779 Tweak details to look good on both ttys and bitmap displays, light
30780 or dark background, etc.
30782 2005-03-21 Kim F. Storm <storm@cua.dk>
30784 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30787 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30789 * icomplete.el: Don't forcibly turn on the mode upon load.
30790 (icomplete-mode): Use define-minor-mode.
30791 (icomplete-eoinput): Default to nil.
30792 (icomplete-minibuffer-setup): Remove autoload.
30793 (icomplete-tidy): Simplify.
30794 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30795 in the initial state or if the user has modified the field.
30796 Fix handling of icomplete-max-delay-chars.
30797 Remove code that handles the oddball case where
30798 minibuffer-completion-table is an integer.
30799 Wrap icomplete-completions in while-no-input in case building
30800 completions takes more time than expected.
30801 (icomplete-completions): Simplify.
30803 2005-03-21 Richard M. Stallman <rms@gnu.org>
30805 * jka-compr.el (jka-compr-really-do-compress):
30806 Make variable buffer-local.
30808 * image-mode.el: Handle .xpm files too.
30809 (image-toggle-display): Preserve modification flag.
30811 * help.el (where-is): Don't mention aliases with no key bindings.
30813 2005-03-21 Lute Kamstra <lute@gnu.org>
30815 * generic.el: Fix commentary section. Don't require cl for
30817 (generic-mode-list): Add autoload cookie.
30818 (generic-use-find-file-hook, generic-lines-to-scan)
30819 (generic-find-file-regexp, generic-ignore-files-regexp)
30820 (generic-mode, generic-mode-find-file-hook)
30821 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30822 (define-generic-mode): Make it a defmacro. Fix docstring.
30823 (generic-mode-internal): Code cleanup. Add autoload cookie.
30824 (generic-mode-set-comments): Code cleanup.
30825 * generic-x.el: Don't prevent compilation. Don't require generic.
30826 Follow coding conventions. Minor code cleanup.
30827 (etc-fstab-generic-mode): Add some keywords.
30828 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30829 define-generic-mode like a function declaration.
30831 2005-03-21 Jay Belanger <belanger@truman.edu>
30833 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30836 2005-03-21 Sam Steingold <sds@gnu.org>
30838 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30840 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30842 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30843 Add underscore to "f$ lexicals" regexp.
30845 2005-03-20 Juri Linkov <juri@jurta.org>
30847 * subr.el (progress-reporter-do-update): When `min-value' is equal
30848 to `max-value', set `percentage' to 0 and prevent division by zero.
30850 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30852 Sync with Tramp 2.0.48.
30854 * net/tramp.el (all): Change all addresses to .gnu.org.
30855 (tramp-append-tramp-buffers): New defun.
30856 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30857 Catch `dont-send' signal.
30858 (tramp-set-auto-save-file-modes): Set always permissions, because
30859 there might be an old auto-saved file belonging to another
30860 original file. This could be a security threat. Reported by
30861 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30862 Check for Emacs 21.3.50 removed.
30864 * net/tramp-smb.el (all): Remove debug construct for
30865 `with-parsed-tramp-file-name'.
30866 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30867 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30868 No error message if DIRECTORY or FILENAME doesn't exist.
30869 (tramp-smb-open-connection): Check existence of
30870 `tramp-smb-program'.
30872 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30874 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30875 Properly handle the case where the `m' or `s' command's argument is not
30877 (perl-indent-new-calculate): New function.
30878 (perl-indent-line): Use it.
30880 2005-03-20 Miles Bader <miles@gnu.org>
30882 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30883 in text-mode too. Change to new face names.
30884 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30885 Add `:weight bold' attribute.
30886 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30888 2005-03-19 Juri Linkov <juri@jurta.org>
30890 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30892 * international/mule.el (auto-coding-alist): Sync with
30893 `auto-mode-alist' by adding upper case archive file extensions
30894 and adding ear/war to jar extension.
30896 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30898 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30899 running, restart it.
30901 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30903 * finder.el (finder-current-item): Throw an error on an empty line.
30905 * man.el (Man-follow-manual-reference): If current-word returns
30908 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30910 * simple.el (goto-line): Doc fix.
30912 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30914 * files.el (save-buffer): Doc fix.
30916 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30918 * recentf.el (recentf-cleanup-remote): New variable.
30919 (recentf-cleanup): Use it to conditionally check availability of
30922 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30924 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30927 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30929 * language/thai-word.el: New file.
30931 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30933 * files.el (backup-buffer): If the file's directory is not
30934 writable, use copy instead of move to backup the file.
30936 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30938 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30940 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30942 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30943 Use functionp instead of symbolp and fboundp. Reported by Drkm
30944 <darkman_spam@yahoo.fr>.
30945 (ps-print-version): New version 6.6.6.
30947 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30949 * textmodes/table.el (table--line-column-position): New idiom.
30950 (table--row-column-insertion-point-p): New function to test
30951 validity of row and column insertion operation at a location.
30952 (table-global-menu, table-cell-menu): Use above functions for
30953 deterministic test operation.
30954 (table--editable-cell-p): Behave in deterministic fashion.
30956 2005-03-18 Juri Linkov <juri@jurta.org>
30958 * isearch.el (isearch-lazy-highlight-new-loop):
30959 Make arguments beg and end optional.
30960 (isearch-update): Remove optional arguments nil from
30961 isearch-lazy-highlight-new-loop.
30962 (isearch-lazy-highlight-search): Let-bind case-fold-search to
30963 isearch-lazy-highlight-case-fold-search instead of
30964 isearch-case-fold-search, and let-bind isearch-regexp to
30965 isearch-lazy-highlight-regexp.
30966 Use isearch-lazy-highlight-last-string instead of isearch-string.
30968 * replace.el (perform-replace): Remove bindings of global
30969 variables isearch-string, isearch-regexp, isearch-case-fold-search.
30970 Add three new arguments to `replace-highlight'.
30971 (replace-highlight): Add arguments string, regexp, case-fold.
30972 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30973 to allow isearch-lazy-highlight-new-loop to use these values
30974 to set corresponding isearch-lazy-highlight-* internal
30975 variables whose values lazy highlighting will use regardless of
30976 changes to global variables isearch-string, isearch-regexp,
30977 isearch-case-fold-search during lazy highlighting loop.
30978 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30979 to `lazy-highlight-cleanup'.
30981 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30982 (ispell-highlight-face): Set default face to `isearch' when
30983 lazy highlighting is enabled.
30984 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30985 priority to 1. Add lazy highlighting.
30986 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30987 from `isearch-dehighlight'.
30989 2005-03-18 David Ponce <david@dponce.com>
30991 * files.el (hack-local-variables): Do a case-insensitive search
30994 2005-03-18 Juri Linkov <juri@jurta.org>
30996 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30997 `isearch-lazy-highlight-cleanup', add alias to old name and
30998 declare obsolete. Add release numbers to other obsolete vars.
30999 (isearch-done, isearch-lazy-highlight-new-loop):
31000 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31001 (lazy-highlight-cleanup) <variable>: Doc fix.
31002 (isearch-lazy-highlight-update): Rename obsolete
31003 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31005 2005-03-18 Kenichi Handa <handa@m17n.org>
31007 * language/thai-util.el: Fix categorization of Thai characters in
31008 thai-category-table.
31009 (thai-composition-pattern): Adjust it for the above change.
31010 (thai-self-insert-command, thai-compose-syllable): New functions.
31011 (thai-compose-region): Use thai-compose-syllable.
31012 (thai-compose-string): Likewise.
31013 (thai-composition-function): Likewise.
31014 (thai-auto-composition): New function.
31015 (thai-auto-composition-mode): New minor mode.
31017 * language/thai.el: Fix patterns to be registered in
31018 composition-function-table.
31020 * international/quail.el (quail-input-method): Locally bind
31021 inhibit-modification-hooks to t.
31023 2005-03-17 Richard M. Stallman <rms@gnu.org>
31025 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31026 (perl-mode): Use run-mode-hooks.
31028 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31029 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31030 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31032 * mail/sendmail.el (sendmail-send-it): Reenable the code
31033 to compute resend-to-address and use it.
31035 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31037 * image-mode.el: New file.
31039 * image.el (insert-sliced-image): Add autoload cookie.
31041 * font-lock.el (font-lock-lines-before): New user option.
31042 (font-lock-after-change-function): Obey it.
31044 * bindings.el (esc-map): Make M-g a prefix.
31045 Bind M-g g and M-g M-g to goto-line.
31047 * faces.el (face-id): Doc fix.
31049 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31051 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31052 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31053 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31055 * mail/sendmail.el (mail-yank-ignored-headers)
31056 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31057 Add Mail-Followup-To and Mail-Reply-To headers.
31058 (mail-citation-hook): Add autoload cookie.
31059 (mail-mode): Doc fix.
31060 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31061 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31062 (mail-mode-fill-paragraph): Handle those headers.
31063 (mail-mailing-lists): New variable.
31064 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31066 2005-03-17 Juri Linkov <juri@jurta.org>
31068 * isearch.el (isearch-fallback): Check for `(car previous)'
31069 before calling `isearch-other-end-state'.
31071 2005-03-17 Kim F. Storm <storm@cua.dk>
31073 * simple.el (move-beginning-of-line): Move to beginning of buffer
31074 line, as well as beginning of screen line.
31076 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31078 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31079 argument REDRAW rather than calendar-redrawing variable.
31080 * calendar/calendar.el (calendar-redrawing): Delete.
31081 (redraw-calendar): Do not bind calendar-redrawing.
31083 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31085 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31088 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31090 * help.el (describe-mode): Allow a :minor-mode-function property to
31091 specify a different minor mode toggle function than the variable.
31092 * simple.el (auto-fill-function):
31093 * subr.el (add-minor-mode): Use it.
31095 2005-03-16 Kenichi Handa <handa@m17n.org>
31097 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31098 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31099 (ethio-fidel-to-sera-buffer): Likewise.
31101 2005-03-16 Juri Linkov <juri@jurta.org>
31103 * emacs-lisp/find-func.el (find-function-regexp):
31104 Add defun-emitting macro `menu-bar-make-toggle'.
31106 * isearch.el: Put `isearch-scroll' property to
31107 `split-window-horizontally'.
31109 * info.el: Update error messages for `debug-ignored-errors'.
31110 (Info-isearch-search): Doc fix.
31111 (Info-find-node): Move up code to go into info buffer before
31112 recording the node to the history.
31113 (Info-fontify-node): Fontify titles only if the next line
31114 has two or more `*', `=', `-', `.'.
31115 Display "go to this node" for empty (match-string 3).
31117 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31119 * term/mac-win.el: Add mouse pointer shape constants.
31121 2005-03-15 Kim F. Storm <storm@cua.dk>
31123 * simple.el (move-beginning-of-line): Use vertical-motion.
31125 2005-03-15 Juri Linkov <juri@jurta.org>
31127 * isearch.el (isearch-error): New variable.
31128 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31129 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31130 (isearch-within-brackets-state): Remove.
31131 (isearch-case-fold-search-state, isearch-pop-fun-state):
31132 Decrease frame index.
31133 (isearch-mode, isearch-top-state, isearch-push-state)
31134 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31135 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31136 (isearch-search, isearch-lazy-highlight-new-loop):
31137 Replace `isearch-invalid-regexp' with `isearch-error'.
31138 Remove `isearch-within-brackets'.
31139 (isearch-search): Add `search-failed' handler to `condition-case'.
31140 (isearch-lazy-highlight-search): Add `condition-case' to catch
31141 errors and allow `isearch-lazy-highlight-update' to try
31142 highlighting from the beginning of the window.
31143 (isearch-repeat): Move up code to set isearch-wrapped to t
31144 before calling isearch-wrap-function.
31146 * info.el (Info-isearch-initial-node): New internal variable.
31147 (Info-search): Signal an error in isearch mode when search leaves
31148 the initial node. Signal an error when `bound' is non-nil and
31149 nothing was found in the current subfile.
31150 (Info-isearch-search): Remove `condition-case'.
31151 (Info-isearch-wrap): Don't wrap when search failed during leaving
31152 the initial node. If `Info-isearch-search' is nil, wrap around
31154 (Info-isearch-start): New fun.
31155 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31156 `isearch-mode-hook'.
31158 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31160 * simple.el (normal-erase-is-backspace): Set default to t if
31163 * term/mac-win.el (function-key-map): Sync with x-win.el.
31165 2005-03-15 Kenichi Handa <handa@m17n.org>
31167 * international/mule-cmds.el (locale-language-names): Modify the
31168 format of elements and add more entries.
31169 (locale-preferred-coding-systems): Add more entries.
31170 (set-locale-environment): Adjust for the change of
31171 locale-language-names.
31173 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31175 * pcvs.el (smerge-ediff): Remove bogus autoload.
31177 2005-03-14 Lute Kamstra <lute@gnu.org>
31179 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31180 Ignore a `*' at the beginning of a line.
31182 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31183 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31185 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31186 to specify indentation.
31188 * generic.el (define-generic-mode): Let generic-mode-list be a
31189 list of strings; test membership with equal.
31191 2005-03-14 Kim F. Storm <storm@cua.dk>
31193 * simple.el (next-line, previous-line): Add optional try-vscroll
31194 arg to recognize interactive use. Pass it on to line-move.
31195 (line-move): Don't perform auto-window-vscroll when defining or
31196 executing keyboard macro to ensure consistent behavior.
31198 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31200 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31202 2005-03-13 Lute Kamstra <lute@gnu.org>
31204 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31205 debugger-setup-buffer so that backtrace marks the frames set to
31206 debug-on-exit and we don't have to do it manually. Set an extra
31207 debug-on-exit for macro's.
31208 (debugger-setup-buffer): Don't mark the top frame manually.
31210 2005-03-12 Lute Kamstra <lute@gnu.org>
31212 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31213 lisp-indent-function throughout.
31214 (with-no-warnings): Set lisp-indent-function property.
31216 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31218 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31219 Add entry for backslash.
31221 2005-03-12 Juri Linkov <juri@jurta.org>
31223 * info.el (Info-search): Four fixes for backward search.
31225 2005-03-11 Jay Belanger <belanger@truman.edu>
31227 * calc/calc.el (calc-language-alist): New variable.
31228 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31229 (calc-embedded-find-modes): Use calc-language-alist instead of
31230 calc-embedded-language-alist.
31232 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31234 * calendar/calendar.el (calendar-redrawing): New internal
31236 (redraw-calendar): Remove bogus save-excursion from previous
31237 change. Bind calendar-redrawing to t for mark-diary-entries.
31238 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31239 calendar if that is why we were called.
31241 2005-03-11 Kenichi Handa <handa@m17n.org>
31243 * international/mule.el (make-coding-system): Set property
31244 coding-system-define-form to nil.
31245 (define-coding-system-alias): Likewise.
31247 2005-03-11 Kenichi Handa <handa@m17n.org>
31249 These changes are suggested by Dave Love <fx@gnu.org>.
31251 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31253 (adaptive-fill-regexp): Add more bullets.
31254 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31257 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31259 * help.el (describe-mode): Properly handle non-trivial lighters.
31260 Don't ignore minor modes that are not listed in minor-mode-list.
31262 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31263 feature ON when the user requests to turn it OFF.
31265 2005-03-10 Lute Kamstra <lute@gnu.org>
31267 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31268 (implement-debug-on-entry): New function to replace debug-entry-code.
31269 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31270 second argument as the 2005-03-07 change makes it obsolete.
31271 (debug-on-entry, cancel-debug-on-entry): Update call to
31273 (debug, debugger-setup-buffer): Comment update.
31274 (debugger-frame-number): Update to work with implement-debug-on-entry.
31276 2005-03-10 Jay Belanger <belanger@truman.edu>
31278 * calc/calc-embed.el (math-ms-args): Declare it.
31279 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31281 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31284 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31286 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31289 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31290 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31291 (tooltip-gud-tips): Simplify.
31292 (tooltip-gud-tips-p): Remove superfluous :set.
31293 (tooltip-gud-modes): Add fortran-mode.
31294 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31296 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31298 2005-03-09 Kim F. Storm <storm@cua.dk>
31300 * play/animate.el (animate-place-char): Use forward-line instead
31301 of next-line to improve performance.
31303 2005-03-09 Simon Josefsson <jas@extundo.com>
31305 * net/browse-url.el (browse-url-default-browser): Doc fix.
31307 2005-03-09 Miles Bader <miles@gnu.org>
31309 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31310 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31312 2005-03-09 Kenichi Handa <handa@m17n.org>
31314 * international/latin-1.el: Set case and syntax for 255 only if
31315 set-case-syntax-set-multibyte is nil.
31317 * textmodes/ispell.el (ispell-insert-word): New function.
31318 (ispell-word): Use ispell-insert-word to insert a new word.
31319 (ispell-process-line): Likewise.
31320 (ispell-complete-word): Likewise.
31322 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31324 * calendar/calendar.el (redraw-calendar): Preserve point.
31325 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31326 (calendar-week-start-day): Move after definition of
31327 redraw-calendar. Delete buffer test, since redraw-calendar has
31330 * calendar/diary-lib.el (mark-diary-entries): Only call
31331 redraw-calendar in the first of any recursive calls.
31332 Reported by Alan Shutko <ats@acm.org>.
31334 2005-03-08 Juri Linkov <juri@jurta.org>
31336 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31337 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31338 (html-radio-buttons): Add a space before the trailing `/>' where
31339 sgml-xml-mode is non-nil.
31340 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31341 the subsequent tag of the empty XML tag.
31342 (html-href-anchor): Don't set initial input to "http:".
31343 (html-image): Ask for the image URL and set point inside alt="".
31344 (html-name-anchor): Duplicate the name in the `id' attribute when
31345 sgml-xml-mode is non-nil.
31346 (html-paragraph): Remove \n before <p>.
31347 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31348 instead of `checked' when sgml-xml-mode is non-nil.
31350 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31351 Remove 1 space before #RRGGBB to not truncate it on terminal
31352 windows w/o fringes. Remove 1 space between bg and fg examples
31354 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31355 avoid byte-compile warnings.
31357 * image-file.el (image-file-handler): Put `safe-magic' property to
31358 `image-file-handler'.
31360 * info.el (Info-isearch-search): Emulate word search in
31361 isearching through multiple Info nodes with Info-search.
31362 (Info-isearch-wrap): Allow isearch-word.
31364 2005-03-08 Lute Kamstra <lute@gnu.org>
31366 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31367 stepping into the debugger's code is not possible.
31368 (debugger-jumping-flag): Docstring update.
31370 2005-03-08 Jay Belanger <belanger@truman.edu>
31372 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31373 embedded mode begins.
31374 (calc-embedded-language-alist): New variable.
31375 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31376 set default language mode.
31378 2005-03-08 Kenichi Handa <handa@m17n.org>
31380 * international/ccl.el (define-ccl-program): Fix docstring about
31381 extra 256 bytes assured for the output buffer.
31383 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31384 Fix BUFFER_MAGNIFICATION to 2.
31385 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31387 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31389 * align.el (align-rules-list): Added an alignment rule for CSS
31390 declarations (applies to css-mode and html-mode buffers).
31392 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31394 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31396 2005-03-07 Kim F. Storm <storm@cua.dk>
31398 * simple.el (move-beginning-of-line): New command.
31400 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31402 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31404 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31405 and move-beginning-of-line.
31407 * apropos.el (apropos-print): Omit command from M-x ... RET.
31409 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31411 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31412 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31414 2005-03-06 Richard M. Stallman <rms@gnu.org>
31416 * bindings.el (esc-map): Bind M-g to goto-line.
31418 * facemenu.el (global-map): Bind M-o, not M-g.
31420 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
31422 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31423 "Open Directory" as for "Open File".
31425 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31427 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31428 (push-mark-command): Run activate-mark-hook.
31430 2005-03-06 Richard M. Stallman <rms@gnu.org>
31432 * help-mode.el (help-mode-finish): Don't alter the element
31433 in view-return-to-alist if there already is one.
31435 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31436 make sure the current buffer is the expected one.
31438 * novice.el (disabled-command-function): Output in *Disabled Command*.
31439 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31441 * textmodes/flyspell.el (flyspell-large-region):
31442 Pass args differently for aspell.
31444 * files.el (mode-require-final-newline): Doc fix.
31446 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31448 * progmodes/which-func.el (which-function):
31449 Specify NOERROR when calling imenu--make-index-alist.
31451 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31453 * simple.el (normal-erase-is-backspace): Define default value.
31455 * custom.el (custom-theme-set-variables): Remove unused var
31457 (custom-reevaluate-setting): Simple function to handle variables
31458 that are defined before their default value can really be
31461 * startup.el (command-line): Use it for temporary-file-directory,
31462 small-emporary-file-directory, auto-save-file-name-transforms,
31463 blink-cursor-mode, and normal-erase-is-backspace.
31465 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31466 progress, even with buggy anchored keywords.
31468 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31470 * simple.el (goto-line): Remove unbalanced final parenthesis.
31472 2005-03-05 Richard M. Stallman <rms@gnu.org>
31474 * simple.el (goto-line): Use a number at point as the default.
31475 With C-u as arg, switch buffers.
31477 2005-03-05 Juri Linkov <juri@jurta.org>
31479 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31480 with `no-blinking-cursor'.
31482 * startup.el (no-blinking-cursor): New defvar.
31483 (command-line): Add `--no-blinking-cursor' to longopts.
31484 Set `no-blinking-cursor' to t for command line arguments
31485 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31486 with `no-blinking-cursor' in the condition for calling
31487 `blink-cursor-mode'.
31489 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31491 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31492 (menu-bar-options-save): Add blink-cursor-mode.
31493 (menu-bar-options-menu): Add blink-cursor-mode.
31495 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31497 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31498 (icalendar-export-file, icalendar-export-region)
31499 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31500 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31502 2005-03-04 Lute Kamstra <lute@gnu.org>
31504 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31505 (debug-function-list): Ditto.
31507 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31509 * textmodes/texinfmt.el (texinfo-append-refill):
31510 Redefine the types of line to which @refill
31511 is not appended by replacing a search for `@refill\\|@bye' with
31512 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31513 itemize@refill' bug and the unfilled long lines bug.
31514 (texinfmt-version): Update number and date.
31516 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31518 * international/code-pages.el (windows-1250, windows-125[2-8])
31519 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31521 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31523 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31526 2005-03-02 Romain Francoise <romain@orebokech.com>
31528 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31529 buffer after removing limits.
31530 (ibuffer-pop-filter): Ditto.
31533 2005-03-02 Miles Bader <miles@gnu.org>
31535 * button.el (make-text-button): If the user doesn't specify a
31536 type, use the default. Rewrite to use `add-text-properties' and
31539 2005-03-01 Lute Kamstra <lute@gnu.org>
31541 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31542 (debugger-jumping-flag): New var.
31543 (debug-entry-code): Use it.
31544 (debugger-jump): Use debugger-jumping-flag and add
31545 debugger-reenable to post-command-hook.
31546 (debugger-reenable): Use debugger-jumping-flag and remove itself
31547 from post-command-hook.
31548 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31551 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31553 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31554 inclusion of "itemize\\|", which may be unnecessary, is certainly
31555 inelegant, and stops refilling in itemize lists when formatting
31556 Japanese Texinfo files to Info.
31557 Update copyright to 2005.
31559 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31561 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31562 of an error if GDB can't find the source file.
31564 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31566 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31567 not just the calendar.
31569 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31571 (diary-redraw-calendar): New function.
31572 (make-diary-entry): Add diary-redraw-calendar to local
31573 write-contents-functions. Turn off selective display before
31574 inserting in diary.
31576 2005-03-01 Kim F. Storm <storm@cua.dk>
31578 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31580 2005-03-01 Lute Kamstra <lute@gnu.org>
31582 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31583 that debug-entry-code can be safely removed from a function while
31584 this code is being evaluated. Revert the 2005-02-27 change as the
31585 new implementation no longer requires it. Make sure that a
31586 function body containing just a string is not mistaken for a docstring.
31587 (debug): Skip one more frame in case of debug on entry.
31588 (debugger-setup-buffer): Delete one more frame line in case of
31590 (debugger-frame-number): Update to use the new text introduced by
31591 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31593 2005-02-28 Kim F. Storm <storm@cua.dk>
31595 * double.el (double-translate-key): Call force-window-update after
31596 read-event to avoid crash in redisplay.
31598 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31600 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31601 (debug): Use it. Move the inhibit-trace earlier.
31602 (debug-entry-code): New const.
31603 (debug-on-entry-1): Use it.
31605 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31607 * international/utf-16.el (ccl-encode-mule-utf-16le):
31608 Fix BUFFER_MAGNIFICATION to 2.
31609 (ccl-encode-mule-utf-16be): Likewise.
31611 2005-02-28 Kenichi Handa <handa@m17n.org>
31613 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31614 Fix BUFFER_MAGNIFICATION to 4.
31615 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31617 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31619 * speedbar.el (speedbar-update-flag): Doc fix.
31620 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31623 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31625 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31626 have a non-nil `invisible' property but are actually visible.
31628 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31629 for perldoc sections.
31630 (perl-outline-regexp, perl-outline-level): New var and function.
31631 (perl-mode): Use them.
31633 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31635 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31636 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31638 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31640 * cus-edit.el: Comment change.
31641 (custom-buffer-create-internal): Slightly reword text at top of
31642 Custom buffers. Mention there that saving an option edits the
31643 init file. Add link to Emacs manual node on `custom-file'.
31644 (custom-magic-alist): Rewrite individual State messages to use
31645 capitalized keywords. Doc fix.
31647 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31649 * calendar/calendar.el (calendar-buffer): Move above
31650 calendar-week-start-day.
31651 (calendar-week-start-day): Doc fix. Add :set function.
31652 (calendar-minimum-window-height): New variable.
31653 (generate-calendar-window): Only resize window if selected-window
31654 is displaying the calendar buffer. Use new variable
31655 calendar-minimum-window-height.
31656 (generate-calendar): Reword error message.
31657 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31659 2005-02-27 Andreas Schwab <schwab@suse.de>
31661 * vc.el (vc-do-command): Don't run command asynchronously when
31662 operating in a remote directory.
31664 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31665 change from sync with Tramp 2.0.47.
31667 2005-02-27 Richard M. Stallman <rms@gnu.org>
31669 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31671 * textmodes/flyspell.el (flyspell-mode-on):
31672 Call ispell-change-dictionary only if necessary.
31674 * emacs-lisp/re-builder.el (regexp-builder): New function.
31676 * register.el (describe-register-1): Explicitly handle
31677 yank-excluded-properties = t.
31679 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31680 (custom-magic-alist): Change the status descriptions again.
31681 (face widget-type): Total rewrite based on `restricted-sexp'
31682 to eliminate the confusing double hiding levels.
31684 * emacs-lisp/debug.el (debug-on-entry-1):
31685 If function body is empty, add nil as body form.
31687 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31689 * emacs-lisp/trace.el (inhibit-trace): New var.
31690 (trace-make-advice): Use it.
31692 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31694 2005-02-26 Kim F. Storm <storm@cua.dk>
31696 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31697 (mouse-on-link-p, mouse-drag-region-1): Use it.
31699 2005-02-25 Lute Kamstra <lute@gnu.org>
31701 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31703 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31705 * frame.el (blink-cursor-mode): Add :group keyword.
31707 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31709 * calendar/icalendar.el (icalendar--decode-isodatetime):
31710 New optional argument DAY-SHIFT.
31711 (icalendar-export-region): Fix coding-system-for-write.
31712 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31715 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31717 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31719 2005-02-24 Kim F. Storm <storm@cua.dk>
31721 * international/iso-acc.el (iso-accents-compose): Fix crash
31722 during redisplay. Call force-window-update after read-event
31723 and delete-region to signal that window is not accurate.
31725 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31727 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31728 Remove unused and inexistent var `inhibit-trace'.
31729 (debugger-mode): Use run-mode-hooks.
31730 (debugger-list-functions): Add buttons; setup xref stack.
31732 2005-02-23 Richard M. Stallman <rms@gnu.org>
31734 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31735 appointment says it was explicitly made.
31736 (appt-add): Set the 3rd element.
31737 (appt-make-list): Preserve explicit appointments.
31739 * subr.el (find-tag-default): Catch errors in forward-sexp.
31741 2005-02-23 Juri Linkov <juri@jurta.org>
31743 * info.el (Info-isearch-search): New defcustom.
31744 (Info-isearch-search): Call the default isearch function
31745 when Info-isearch-search is nil.
31746 (Info-isearch-wrap): Use variable Info-isearch-search.
31748 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31750 * cus-edit.el: Comment change.
31752 2005-02-22 Kim F. Storm <storm@cua.dk>
31754 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31755 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31757 2005-02-22 Simon Josefsson <jas@extundo.com>
31759 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31761 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31762 Oskarsson" <myrkraverk@users.sourceforget.net>.
31764 2005-02-22 Kim F. Storm <storm@cua.dk>
31766 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31767 check that window of that event is the selected window.
31768 (mouse-drag-region-1): Compare mouse event window to selected
31769 window before setting point.
31771 * tooltip.el (tooltip-show-help-function): Pass event to
31772 mouse-on-link-p so it can check selected window.
31774 2005-02-22 Kenichi Handa <handa@m17n.org>
31776 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31777 (ps-mule-show-warning): New function.
31778 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31779 characters are found.
31781 * ps-print.el (ps-header-footer-string): Return a list of header
31782 and footer strings.
31784 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31786 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31788 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31790 * frame.el (blink-cursor-mode): Use define-minor-mode.
31792 * term/mac-win.el (function-key-map): Use char-names more consistently.
31793 (file-name-coding-system): Only set it for MacOS-9. The other case is
31794 already handled in mule-cmds.el (where it also works when mac-win.el
31797 2005-02-21 Kenichi Handa <handa@m17n.org>
31799 * international/mule.el (ctext-pre-write-conversion): Always use
31800 " *code-converting-work*" buffer for work.
31802 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31804 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31806 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31808 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31810 * ses.el (undo-more): Restore defadvice, but only the part that
31811 allows changes outside the restricted area of the buffer.
31813 2005-02-20 Kim F. Storm <storm@cua.dk>
31815 * simple.el (line-move): Add fourth optional arg try-vscroll which
31816 must be set to perform auto-window-vscroll.
31817 When moving backwards and doing auto-window-vscroll, automatically
31818 vscroll to the last part of lines which are taller than the window.
31819 (next-line, previous-line): Set try-vscroll arg on line-move.
31821 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31823 * replace.el (query-replace, query-replace-regexp)
31824 (replace-string, replace-regexp): When operating on region, make
31825 the minibuffer prompt say so.
31827 * isearch.el (isearch-forward): Document isearch-query-replace and
31828 isearch-query-replace-regexp keybindings.
31830 2005-02-19 Jay Belanger <belanger@truman.edu>
31832 * calc/calc-aent.el (math-read-token): Add local variable.
31834 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31835 (calc-edit-top): Move declaration to earlier in file.
31836 (calc-edit-macro-repeats): Add local variables.
31838 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31839 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31841 Adjust integration rule for calcFunc-tan.
31843 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31845 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31846 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31847 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31848 (viper-skip-separators): Bug fix.
31849 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31850 particular major mode.
31851 (viper-del-backward-char-in-replace): Don't put deleted char on the
31854 * viper-ex.el (viper-color-display-p): New function.
31855 (viper-has-face-support-p): Use viper-color-display-p.
31857 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31859 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31861 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31862 (viper-file-remote-p): Make equivalent to file-remote-p.
31864 * viper.el (viper-major-mode-modifier-list):
31865 Use viper-gnus-modifier-map.
31867 2005-02-19 David Kastrup <dak@gnu.org>
31869 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31872 2005-02-19 Jay Belanger <belanger@truman.edu>
31874 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31875 Remove extra definitions.
31876 (calc-coth): New function.
31877 (calcFunc-cot): Fix `let'.
31879 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31881 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31882 the reasons we use "type pc" in these faces.
31884 * button.el (button): Ditto.
31886 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31888 * replace.el (query-replace-read-from): Set the value of
31889 query-replace-from-history-variable to handle the case of an empty
31890 string entered to accept the suggested default.
31892 * net/tramp.el (tramp-file-name-for-operation):
31893 Use dired-call-process instead of dired-call-process-command.
31895 2005-02-19 Jay Belanger <belanger@truman.edu>
31897 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31898 (math-div-non-trig): New variables.
31899 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31900 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31901 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31904 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31906 * progmodes/gdb-ui.el (gdb-var-update-handler)
31907 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31908 for watch expressions,
31909 (gdb-var-create-handler): Don't set speedbar-update-flag.
31910 (gdb-post-prompt): Simplify test for speedbar.
31912 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31914 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31915 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31916 we use the syntax table of the correct buffer.
31917 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31920 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31921 (ediff-file-remote-p): Make synonymous with file-remote-p.
31922 In all deffaces ediff-*-face-*, use min-colors.
31924 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31925 ediff-recurse-to-subdirectories.
31926 (ediff-mark-if-equal): Check that the arguments are strings, use
31927 ediff-same-contents (after to Felix Gatzemeier).
31929 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31932 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31934 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31936 2005-02-18 David Kastrup <dak@gnu.org>
31938 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31939 use `mark-active' when defined.
31941 2005-02-18 Kenichi Handa <handa@m17n.org>
31943 * ps-print.el (ps-font-info-database): New entry
31944 ZapfChancery-MediumItalic with correct font name. Fix font name
31945 of the entry Zapf-Chancery-MediumItalic.
31947 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31949 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31951 2005-02-16 Kim F. Storm <storm@cua.dk>
31953 * ido.el (ido-fallback-command): Pass user input to fallback command.
31955 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
31957 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31958 (gdb-find-file-hook): Add server prefix.
31960 2005-02-16 Richard M. Stallman <rms@gnu.org>
31962 * replace.el (perform-replace): Pass new args to replace-highlight.
31963 (replace-highlight): Take region args,
31964 and pass them to isearch-lazy-highlight-new-loop.
31966 * novice.el (disabled-command-hook): Autoload the defalias
31967 and the make-obsolete-variable call.
31969 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31971 * isearch.el (isearch-lazy-highlight-start-limit)
31972 (isearch-lazy-highlight-end-limit): New variables limit
31973 the region for highlighting.
31974 (isearch-lazy-highlight-new-loop): New args BEG and END.
31975 (isearch-lazy-highlight-search): Use the new vars.
31976 (isearch-lazy-highlight-update): Likewise.
31978 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31980 * cus-start.el (all): Use default-boundp.
31982 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
31984 * menu-bar.el (menu-bar-select-frame): Handle current frame.
31986 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
31988 * autorevert.el (auto-revert-stop-on-user-input)
31989 (auto-revert-verbose): Doc fixes.
31991 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
31993 * international/mule-cmds.el (set-locale-environment): Remove call
31994 to set-selection-coding-system on Windows.
31996 2005-02-15 Jay Belanger <belanger@truman.edu>
31998 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31999 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32001 (math-simplify-sqrt): Add simplifications.
32003 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32006 * calc/calc-ext.el: Add functions to autoloads.
32008 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32009 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32010 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32011 (math-csc-raw, math-cot-raw): New functions.
32013 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32015 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32016 the variable name in a message.
32018 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32019 calcFunc-csc, calcFunc-cot.
32021 * calc/calcalg2.el: Add derivative and integration rules for
32022 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32023 calcFunc-csch, calcFunc-coth.
32024 (math-do-integral-methods): Add to checks for when to use
32027 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32029 2005-02-15 Lute Kamstra <lute@gnu.org>
32031 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32032 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32033 <monnier@iro.umontreal.ca>.
32034 (lisp-outline-level): Improve efficiency. Suggested by David
32035 Kastrup <dak@gnu.org>.
32037 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32039 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32040 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32041 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32042 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32043 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32045 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32047 * cus-start.el (all): Comment change.
32049 2005-02-14 Lute Kamstra <lute@gnu.org>
32051 * cus-start.el (all): Check if symbol is void.
32053 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32055 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32056 optional argument to \cite.
32058 2005-02-14 Richard M. Stallman <rms@gnu.org>
32060 * cus-edit.el (custom-buffer-create-internal): Update help message.
32061 (custom-magic-alist): Update help messages.
32063 * cus-start.el (all): Allow a var to specify a standard value.
32065 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32067 * custom.el (custom-theme-set-variables): Handle variable aliases.
32069 * frame.el (blink-cursor-timer): Doc fix.
32070 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32072 (blink-cursor-mode): Define with defcustom and use correct
32073 standard expression in that defcustom.
32074 * startup.el (command-line): Adapt to above changes in frame.el.
32076 2005-02-11 Lute Kamstra <lute@gnu.org>
32078 * apropos.el (apropos-score-doc): Prevent division by zero.
32080 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32082 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32083 (icalendar--get-event-property-attributes)
32084 (icalendar--get-event-properties)
32085 (icalendar--datetime-to-diary-date): New functions.
32086 (icalendar--split-value): Doc fix.
32087 (icalendar--datetime-to-noneuropean-date)
32088 (icalendar--datetime-to-european-date): New optional argument
32089 SEPARATOR. Return result as a string instead of a list.
32090 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32091 (icalendar--convert-string-for-export): Rename arg S to STRING.
32092 (icalendar-export-region): Doc fix. Change name of error buffer.
32093 Save output buffer.
32094 (icalendar-import-file): Add blank at end of prompt.
32095 (icalendar-import-buffer): Doc fix. Do not switch to error
32096 buffer. Indicate status in return value.
32097 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32098 buffer. Save output buffer. Handle exception from recurrence
32099 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32100 events. Fix problems with weekly all-day events.
32102 2005-02-10 Richard M. Stallman <rms@gnu.org>
32104 * simple.el (eval-expression-print-format):
32105 Avoid warning about edebug-active.
32107 * help.el (help-for-help-internal): Rename from help-for-help.
32108 (help-for-help): Define with defalias.
32110 * font-core.el (font-lock-default-function): Use with-no-warnings.
32112 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32114 * custom.el (defface): Doc fix.
32116 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32118 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32119 width 0" to prevent word wrapping problems.
32121 2005-02-09 Kim F. Storm <storm@cua.dk>
32123 * ido.el (ido-file-extensions-order): New defcustom.
32124 (ido-file-extension-lessp, ido-file-extension-aux)
32125 (ido-file-extension-order): New advanced file ordering.
32126 (ido-file-lessp): New simple file ordering.
32127 (ido-sort-list): Remove.
32128 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32129 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32131 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32133 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32134 that some versions of grep produce.
32135 (grep-mode-font-lock-keywords): Likewise.
32137 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32139 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32140 (gdb-cdir): Delete.
32141 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32142 (gdb-source-info): Treat case when source file is in another
32143 directory properly.
32144 (gdb-get-location): New function.
32146 2005-02-07 Jay Belanger <belanger@truman.edu>
32148 * calc/calc-prog.el (calc-write-parse-table-part)
32149 (calc-fix-token-name): Fix a check for language type.
32151 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32153 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32155 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32156 as directory not writable.
32158 2005-02-07 Kim F. Storm <storm@cua.dk>
32160 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32161 (cua--standard-movement-commands): Remove list.
32162 Instead, set CUA property value to move for movement commands.
32163 (cua-movement-commands): Remove. Users must set CUA prop instead.
32164 (cua--pre-command-handler): Check CUA property.
32165 (cua--init-keymaps): Don't remap undo commands.
32166 (cua-mode): Don't call cua--rectangle-on-off.
32168 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32169 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32170 (cua--rect-undo-set-point): New var.
32171 (cua--rectangle-undo-boundary): Setup undo apply entry.
32172 (cua--rect-undo-handler): New function for rectangle undo.
32173 (cua--rect-start-position, cua--rect-end-position): Add.
32174 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32175 for restored rectangle. Set point if cua--rect-undo-set-point.
32177 2005-02-06 Jay Belanger <belanger@truman.edu>
32179 * calc/calc-lang.el (calc-tex-language): Display more information
32182 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32185 2005-02-06 Richard M. Stallman <rms@gnu.org>
32187 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32189 2005-02-05 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
32191 * net/ldap.el (ldap-search-internal): Support attributes with
32192 optional descriptions separated by a semi-colon, as in
32193 "userCertificate;binary".
32195 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
32197 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32198 isn't a cons (i.e. the version is 0).
32200 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32202 * help.el (help-for-help): Doc fix.
32204 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32206 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32207 GDB-Windows on the menu-bar as this works better.
32209 2005-02-04 Jay Belanger <belanger@truman.edu>
32211 * calc/calc-embed.el (calc-embedded-update): Don't put in
32212 unnecessary newlines. Adjust the end of formula marker.
32214 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32215 (math-latex-parse-two-args): New function.
32217 2005-02-03 Lute Kamstra <lute@gnu.org>
32219 * help-fns.el (help-with-tutorial): Make sure that users cannot
32220 remove the entire text of the tutorial by means of `undo'.
32222 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32224 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32225 in recent changes, where the ispell process was repeatedly
32226 killed & restarted.
32228 * international/mule-cmds.el (set-locale-environment): Set file-name
32229 coding system to utf-8 on Darwin systems.
32230 (set-default-coding-systems): Don't set default-file-name-coding-system
32233 2005-02-03 Richard M. Stallman <rms@gnu.org>
32235 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32237 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32239 * faces.el (list-faces-display): Add optional argument.
32241 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32243 * font-core.el (font-lock-default-function): Handle the rare case where
32244 only font-lock-keywords is set.
32246 2005-02-02 Kenichi Handa <handa@m17n.org>
32248 * international/characters.el: Cancel previous change for
32249 I-WITH-DOT-ABOVE and DOTLESS-i.
32251 * international/latin-5.el: Cancel previous change.
32253 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32255 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32257 2005-02-02 Kenichi Handa <handa@m17n.org>
32259 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32262 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32263 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32265 * case-table.el (get-upcase-table): New function.
32266 (copy-case-table): Copy upcaes table too if non-nil.
32267 (set-case-syntax-delims): Maintain upcase table too.
32268 (set-case-syntax-pair): Likewise.
32269 (set-upcase-syntax, set-downcase-syntax): New functions.
32270 (set-case-syntax): Maintain upcase table too.
32272 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32274 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32276 * progmodes/gud.el (gud-goto-info): New function.
32277 (gud-tool-bar-map): Use correct icon.
32279 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32281 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32282 When delegating, order args in the funcall correctly.
32284 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32286 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32288 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32290 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32291 buffer not visiting a file.
32293 2005-01-31 Jay Belanger <belanger@truman.edu>
32295 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32296 bound on the line with the formula.
32298 2005-01-31 Kim F. Storm <storm@cua.dk>
32300 * ses.el (ses-create-cell-variable-range)
32301 (ses-destroy-cell-variable-range, ses-reset-header-string)
32302 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32303 (ses-insert-row): Fix format of apply undo entries.
32305 2005-01-31 Jay Belanger <belanger@truman.edu>
32307 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32310 * calc/calc-embed.el (calc-embedded-open-formula)
32311 (calc-embedded-close-formula): Ignore matrix environments.
32313 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32316 * calc/calc-lang.el (math-function-table, math-oper-table)
32317 (math-variable-table): Adjust the LaTeX portions.
32319 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32320 (math-latex-ignore-words): New constant.
32322 2005-01-31 Richard M. Stallman <rms@gnu.org>
32324 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32325 (ispell-local-dictionary): Doc fix.
32326 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32327 Don't reinitialize at run time. Don't defcustom.
32328 All uses changed to append ispell-local-dictionary-alist,
32330 (ispell-current-dictionary): New variable for dictionary in use.
32331 (ispell-dictionary): Now used only for global default.
32332 (ispell-start-process): Set ispell-current-dictionary,
32333 not ispell-dictionary.
32334 (ispell-change-dictionary): Use this only for setting
32336 (ispell-internal-change-dictionary): New function
32337 to change the current dictionary in use.
32338 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32339 Use ispell-current-dictionary.
32340 Handle ispell-local-dictionary-overridden.
32341 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32343 2005-01-31 Jay Belanger <belanger@truman.edu>
32345 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32347 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32348 (calc-mode-map): Add calc-latex-language.
32350 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32351 (math-latex-print-frac): New functions.
32352 (math-oper-table, math-function-table, math-variable-table)
32353 (math-complex-format, math-input-filter): Add latex properties.
32354 (calc-set-language): Set math-expr-special-function-mapping.
32356 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32357 (calc-write-parse-table-part): Add LaTeX support.
32359 * calc/calc.el (calc-language): Adjust docstring.
32360 (calc-set-mode-line): Add LaTeX support.
32361 (math-expr-special-function-mapping): New variable.
32362 (math-tex-ignore-words): Add to list.
32364 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32366 (math-compose-expr): Add support for special functions.
32368 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32370 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32372 * progmodes/gdb-ui.el (gdb-memory-address)
32373 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32374 (gdb-memory-mode-map, gdb-memory-format-keymap)
32375 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32376 (gdb-memory-unit-menu): New variables for a buffer
32377 that lets the user examine program memory.
32378 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32379 (gdb-memory-format-binary, gdb-memory-format-octal)
32380 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32381 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32382 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32383 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32384 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32385 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32386 (gdb-memory-mode, gdb-memory-buffer-name)
32387 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32388 New functions for above buffer.
32390 2005-01-30 Richard M. Stallman <rms@gnu.org>
32392 * cus-edit.el (custom-bury-buffer): Function deleted.
32393 (custom-buffer-done-function): Option deleted.
32394 (custom-buffer-done-kill): New replacement option.
32395 (Custom-buffer-done): Call quit-window.
32396 (custom-buffer-create-internal): Update for above changes.
32398 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32400 * simple.el (undo-ask-before-discard): New var.
32401 (undo-outer-limit-truncate): Implement it.
32402 (undo-extra-outer-limit): Doc update.
32404 2005-01-29 Richard M. Stallman <rms@gnu.org>
32406 * ses.el (undo-more): Delete defadvice.
32407 (ses-begin-change): Doc fix.
32409 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32410 instead of rebinding C-x u and C-_.
32412 * files.el (normal-backup-enable-predicate): Return nil for files
32413 in /tmp, regardless of temporary-file-directory.
32415 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32417 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32418 (open-rectangle, delete-whitespace-rectangle-line)
32419 (clear-rectangle-line): If FILL, pass t instead of FILL
32420 for move-to-column's 2nd arg.
32422 * simple.el (undo): Fix the test for continuing a series of undos.
32423 (undo-more): Set pending-undo-list to t when we reach end.
32424 (pending-undo-list): Move up defvar.
32426 * wid-edit.el (widget-button-click):
32427 Shorten the range of the track-mouse binding.
32429 * comint.el (comint-insert-input): Undo previous changes;
32430 use last-input-event in interactive spec.
32432 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32434 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32435 to nil before invoking call-process. Reset buffer's modified flag
32436 after fontifying it in the no-async branch.
32438 * wid-edit.el (widget-specify-button): If mouse pointer shape
32439 cannot be changed, use mouse face instead.
32441 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32443 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32444 (gdb-goto-breakpoint): Make breakpoint handling work on template
32445 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32446 (gdb-assembler-custom): Update to recognize breakpoint information
32447 added on 2005-01-19.
32449 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32451 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32452 (dsssl-mode): Use define-derived-mode.
32453 (scheme-mode-initialize): Remove.
32454 (scheme-mode): Use run-mode-hooks.
32456 * cus-edit.el (customize-group-other-window)
32457 (custom-buffer-create-other-window): Don't override special-display-*.
32458 (custom-mode-map): Make it dense.
32460 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32461 sets the default value.
32463 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32465 * descr-text.el: Add more keywords.
32467 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32469 * speedbar.el: Avoid unnecessary use of locate-library.
32471 * international/mule-cmds.el (standard-display-european-internal):
32472 Don't fiddle with latin-1 non-break space any more since it's now
32473 special cased in the C code.
32474 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32476 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32478 * cus-start.el (all): Add `undo-outer-limit'.
32480 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32482 * textmodes/bibtex.el (bibtex-format-entry):
32483 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32485 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32486 not on part of a buffer.
32488 2005-01-25 Lute Kamstra <lute@gnu.org>
32490 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32491 nonempty field text strings like "{letters\\macro{}more letters}".
32493 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32494 (bibtex-entry-offset, bibtex-parse-association)
32495 (bibtex-parse-field-name): Fix typos in docstrings.
32496 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32498 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32500 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32501 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32502 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32503 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32505 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32506 isearch minor mode.
32508 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32510 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32512 2005-01-24 Lute Kamstra <lute@gnu.org>
32514 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32515 CASECHARS and NOT-CASECHARS regular expressions of the
32516 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32517 striding over charsets" error.
32519 2005-01-24 Jay Belanger <belanger@truman.edu>
32521 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32522 display variable name.
32524 2005-01-24 Kenichi Handa <handa@m17n.org>
32526 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32527 Fix setting of the element of encoded-kbd-iso2022-invocations.
32529 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32531 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32532 (gdb-threads-select): Change to also accept mouse events.
32533 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32534 (gdb-threads-mouse-select): Delete.
32536 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32538 * files.el (insert-directory): Take care of empty directory,
32539 listed without -a switch.
32541 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32543 * textmodes/refill.el (refill-post-command-function):
32544 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32545 to the list of functions that we should be careful not to undo.
32546 (refill-late-fill-paragraph-function): Remove.
32547 (refill-saved-state): New var.
32548 (refill-mode): Use it to save fill-paragraph-function.
32549 Save also the value of auto-fill-function.
32551 * term/w32-win.el: Simplify code.
32553 2005-01-23 Kim F. Storm <storm@cua.dk>
32555 * simple.el (line-move): Adapt to new return value from
32556 pos-visible-in-window-p.
32558 * simple.el (line-move): Fix last change. Check partial
32559 visibility at point rather than at window-start.
32561 2005-01-22 Jason Rumney <jasonr@gnu.org>
32563 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32565 2005-01-22 David Kastrup <dak@gnu.org>
32567 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32569 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32571 * type-break.el (type-break-mode): Add a test for
32572 type-break-file-name being non-nil.
32574 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32576 * net/eudc.el (top level): Call (message "") via progn, so that
32577 eudc-options-file is loaded.
32579 2005-01-22 Kim F. Storm <storm@cua.dk>
32581 * simple.el (line-move-1): Rename from line-move.
32582 (line-move): New function that adjusts vscroll for partially
32583 visible rows, and calls line-move-1 otherwise.
32585 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32587 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32588 since it's not a complete read-event implementation
32590 2005-01-20 Jay Belanger <belanger@truman.edu>
32592 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32593 for called function.
32595 2005-01-20 Steven Tamm <steventamm@mac.com>
32597 * term/mac-win.el (process-connection-type): Remove.
32598 Controlled now by s/darwin.h:PTY_ITERATION.
32600 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32602 * window.el (handle-select-window): Don't switch window when we're
32605 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32607 * subr.el (dotimes-with-progress-reporter): New macro.
32609 * ses.el (ses-dotimes-msg): Remove macro.
32610 Use `dotimes-with-progress-reporter' instead.
32612 2005-01-19 Steven Tamm <steventamm@mac.com>
32614 * term/mac-win.el (process-connection-type): Use new
32615 operating-system-release variable to use ptys on Darwin 7 (OS X
32616 10.3) when using carbon build.
32618 2005-01-19 Jay Belanger <belanger@truman.edu>
32620 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32621 flags if the last command was a tab or M-tab.
32623 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32624 in formula editing buffer.
32626 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32628 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32629 breakpoint image symbol in margin.
32631 2005-01-19 Jay Belanger <belanger@truman.edu>
32633 * calc/calc-prog.el (calc-execute-kbd-macro):
32634 Ignore calc-keep-arg-flag.
32636 2005-01-19 Kenichi Handa <handa@m17n.org>
32638 * textmodes/ispell.el (ispell-looking-at): New function.
32639 (ispell-process-line): Use ispell-looking-at to compare the ispell
32640 output and the buffer contents.
32642 2005-01-18 Jay Belanger <belanger@truman.edu>
32644 * calc/calc.el (calc-display-raw): Fix docstring.
32646 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32648 * simple.el (blink-matching-open): Strip extra info from syntax.
32650 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32651 funny chars in the end-of-here-doc marker.
32653 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32655 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32656 that enable/disabled state of breakpoints is shown correctly in
32657 fringe and on ttys.
32658 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32659 Add breakpoint information as text properties.
32660 (gdb-mouse-toggle-breakpoint):
32661 Rename to gdb-mouse-set-clear-breakpoint.
32662 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32663 breakpoints in the margin.
32664 (gdb-remove-strings): Simplify.
32666 2005-01-17 Jay Belanger <belanger@truman.edu>
32668 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32671 2005-01-17 Richard M. Stallman <rms@gnu.org>
32673 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32674 for calling grep-compute-defaults.
32676 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32677 if buffer is empty.
32679 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32681 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32683 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32685 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32686 non-preloaded variables.
32688 2005-01-17 Steven Tamm <steventamm@mac.com>
32690 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32691 tex-shell cause to force interactivity when using pipes.
32693 2005-01-17 Kim F. Storm <storm@cua.dk>
32695 * simple.el (just-one-space): Make arg optional.
32697 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32699 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32700 posn-at-x-y to t to access left-margin.
32702 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32704 Sync with Tramp 2.0.47.
32706 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32707 catching keep-date problems in cp/scp operations.
32708 (tramp-handle-copy-file): Don't call `set-file-modes'
32709 unconditionally. Specialized functions should know better what is
32710 necessary. This improves performance a little bit, and the
32711 functions could catch errors with `cp -p' and `scp -p'.
32712 (tramp-do-copy-or-rename-file-via-buffer)
32713 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32715 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32716 Call `set-file-modes' when appropriate.
32717 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32718 Johnsson <isak@hypergene.com>.
32719 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32720 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32721 <joakim@verona.se>.
32722 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32725 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32726 `find-file-hooks' and `dired-mode-hook'.
32727 (tramp-minor-mode-map): Respective map. Add remapping for
32728 `compile' and `recompile'.
32729 (tramp-remap-command, tramp-recompile): New defuns.
32730 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32731 in buffer "*Compilation*". Call the commands asynchronously.
32733 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32734 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32735 `shell-command', because it isn't magic in XEmacs. Reported by
32736 Adrian Aichner <adrian@xemacs.org>.
32738 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32739 `substitute-in-file-name.
32740 (tramp-smb-handle-substitute-in-file-name): New defun.
32741 (tramp-smb-advice-PC-do-completion): Delete advice.
32743 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32745 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32746 Fix error in deleting region.
32748 2005-01-15 Richard M. Stallman <rms@gnu.org>
32750 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32751 In non-temp buffer, switch syntax table temporarily.
32753 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32755 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32757 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32759 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32760 (imenu--generic-function): Use START, not BEG, as pos of definition.
32762 * simple.el (just-one-space): Argument specifies number of spaces.
32764 * simple.el (eval-expression-print-format): Avoid warning
32765 about edebug-active.
32767 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32769 * progmodes/sh-script.el: Code copied from make-mode.el
32770 with small changes,
32771 (sh-mode-map): Bind C-c C-\.
32772 (sh-backslash-column, sh-backslash-align): New variables.
32773 (sh-backslash-region, sh-append-backslash): New functions.
32775 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32777 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32778 (rmail-pop-password, rmail-pop-password-required): Move to
32779 rmail-obsolete group.
32780 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32781 All callers updated.
32782 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32783 Take an argument specifying whether it is POP or IMAP mailbox we
32784 are using. All callers updated.
32785 (rmail-pop-password-error): Rename to
32786 rmail-remote-password-error. Added mailutils-specific error message.
32787 (rmail-movemail-search-path)
32788 (rmail-movemail-variant-in-use): New variables.
32789 (rmail-remote-password, rmail-remote-password-required):
32790 New customization variables.
32791 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32792 (rmail-parse-url): New function.
32793 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32794 with GNU mailutils movemail.
32796 2005-01-15 Kevin Ryde <user42@zip.com.au>
32798 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32799 suffix to space, $ or '$, to correctly position point when going
32800 to @table style constants like DBL_MAX.
32802 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32804 * type-break.el (type-break-mode, type-break-file-time)
32805 (type-break-file-keystroke-count, type-break-choose-file):
32806 Don't store data in or load data from the file if type-break-file-name
32808 (type-break-file-name): Doc update as per the above.
32810 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32812 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32813 lookup-key might return nil; handle that.
32815 2005-01-15 Alan Mackenzie <acm@muc.de>
32817 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32818 rather than the element found, thus enabling the tree to be setcar'd.
32820 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32822 * textmodes/org.el (org-show-following-heading): New option.
32823 (org-show-hierarchy-above): Use `org-show-following-heading'.
32824 (org-cycle): Documentation fix.
32826 * textmodes/org.el (orgtbl-optimized): New option
32827 (orgtbl-mode): New command, a minor mode.
32828 (orgtbl-mode-map): New variable.
32829 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32830 (orgtbl-error, orgtbl-self-insert-command)
32831 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32833 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32834 a local variable in each org-mode buffer.
32836 * textmodes/org.el (org-set-regexps-and-options): Rename from
32837 `org-set-regexps'. Added checking for STARTUP keyword.
32838 (org-get-current-options): Add STARTUP options.
32839 (org-table-insert-row): Make mode intelligent about when
32840 realignment is needed.
32841 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32843 (org-enable-table-editor): New default value `optimized'.
32844 (org-table-blank-field): Support blanking regions if active.
32846 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32848 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32849 if the year is not given.
32851 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32852 Add new escapes %m and %M, fixed bug with %F by adding
32854 (reftex-reference): Remove ?. from list of spaces.
32855 (reftex-label-info): Add automatic label prefix recognition.
32857 * textmodes/reftex-index.el (reftex-index-next-phrase):
32858 Add slave parameter to call of `reftex-index-this-phrase'.
32859 (reftex-index-this-phrase): New optional argument.
32860 (reftex-index-region-phrases): Add slave parameter to call of
32861 `reftex-index-this-phrase'.
32862 (reftex-display-index): New argument redo.
32863 (reftex-index-rescan): Add `redo' to arguments of
32864 `reftex-display-index'.
32865 (reftex-index-Rescan, reftex-index-revert)
32866 (reftex-index-switch-index-tag): Add `redo' to arguments of
32867 `reftex-display-index'.
32868 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32869 indexing. Fix bug with matching is there is a quote before or
32872 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32873 Fix bug when collecting citation keys in lines with comments.
32874 (reftex-citation): Prefix argument no longer rescans the document,
32875 but forces prompting for optional arguments of cite macros.
32876 (reftex-do-citation): Prompting for optional arguments implemented.
32878 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32879 Add optional arguments to most cite commands.
32880 (reftex-cite-cleanup-optional-args): New option
32881 (reftex-cite-prompt-optional-args): New option.
32882 (reftex-trust-label-prefix): New option.
32884 * textmodes/reftex-toc.el (reftex-toc-find-section):
32885 Add push-mark before changing the position in the buffer.
32887 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32888 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32890 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32892 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32895 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32897 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32898 (sgml-mode): Use it.
32899 (sgml-get-context): Better keep track of implicitly closed tags.
32901 2005-01-13 Kenichi Handa <handa@m17n.org>
32903 * textmodes/ispell.el: These changes are to fix misalignment error
32904 caused by equivalent characters of different Emacs charsets.
32905 (ispell-unified-chars-table): New variable.
32906 (ispell-get-decoded-string): New function.
32907 (ispell-get-casechars, ispell-get-not-casechars)
32908 (ispell-get-otherchars): Call ispell-get-decoded-string.
32910 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
32912 * custom.el (custom-declare-variable): Just put symbol instead
32913 of (defvar . symbol) in `current-load-list'.
32915 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32917 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32919 2005-01-12 Jay Belanger <belanger@truman.edu>
32921 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32922 to create a Calc summary.
32924 2005-01-12 Kim F. Storm <storm@cua.dk>
32926 * mouse.el (mouse-on-link-p): Change functionality and doc
32927 string to comply with latest description in lisp ref.
32929 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32931 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32932 Enable mouse clicks on mode-line, header-line and margin.
32933 (event-type): Give mouse event symbols an `event-kind' property
32934 with value `mouse-click'.
32936 2005-01-12 Juri Linkov <juri@jurta.org>
32938 * facemenu.el (list-colors-display): Add new arg buffer-name.
32939 Use it. Fix docstring. Replace code for identifying duplicate
32940 colors by the name with call to `list-colors-duplicates' which
32941 identifies duplicate colors by the value unless the color
32942 is one of special Windows colors. Set truncate-lines to t.
32943 Print sorted duplicate color names on each line. Indent to 22
32944 \(the longest color name in rgb.txt) instead of 20. Optimize.
32945 (list-colors-duplicates): New function.
32946 (facemenu-color-name-equal): Delete function.
32948 * facemenu.el (list-colors-print): New function created from code
32949 in list-colors-display. Print #RRGGBB at the window right edge.
32950 (list-colors-display): When temp-buffer-show-function is not
32951 defined, call list-colors-print from temp-buffer-show-hook
32952 to get the right value of window-width in list-colors-print
32953 after the buffer is displayed.
32955 * simple.el (pop-mark): Move deactivate-mark out of conditional
32956 part to deactivate the active mark regardless of the state of the
32959 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32960 variables line in desktop files.
32962 2005-01-12 Juri Linkov <juri@jurta.org>
32964 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32965 Bring together isearch highlight related options.
32966 (lazy-highlight): Replace group `replace' by `matching'.
32967 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32968 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32969 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32970 and declare them obsolete.
32971 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32972 (isearch-faces): Remove defgroup.
32973 (isearch-overlay, isearch-highlight, isearch-dehighlight):
32974 Move isearch highlighting code closer to lazy highlighting code.
32976 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32977 (query-replace-highlight, query-replace-lazy-highlight)
32978 (query-replace): Move definitions to the beginning of the file.
32980 2005-01-11 Juri Linkov <juri@jurta.org>
32982 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32983 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32984 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32986 * info.el (Info-history-forward): New variable.
32987 (Info-select-node): Reset Info-history-forward to nil.
32988 (Info-last): Turn into defalias.
32989 (Info-history-back): Rename from Info-last.
32990 Add current node to Info-history-forward.
32991 (Info-history-forward): New fun.
32992 (Info-mode-map): Replace Info-last by Info-history-back.
32993 Bind Info-history-forward to "r".
32994 (Info-mode-menu): Replace Info-last by Info-history-back.
32995 Fix menu item text. Add menu item for Info-history-forward.
32996 (info-tool-bar-map): Replace Info-last by Info-history-back.
32997 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
32998 for Info-history-forward.
32999 (Info-mode): Replace Info-last by Info-history-back in docstring.
33000 Add local variable Info-history-forward.
33001 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33003 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33005 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33006 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33007 Ignore select-window events rather than fiddle with
33008 mouse-autoselect-window.
33010 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33012 * type-break.el (type-break-mode): Fix previous change.
33014 2005-01-10 Jay Belanger <belanger@truman.edu>
33016 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33017 calculator; only reset when point is inside a calculator.
33018 Don't adjust the window height if the window takes up the whole height
33021 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33023 * ebuff-menu.el (Electric-buffer-menu-mode):
33024 Preserve value of buffer-local var header-line-format.
33026 2005-01-09 Jay Belanger <belanger@truman.edu>
33028 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33029 Make sure settings file exists before accessing it.
33031 * calc/calc-embed.el (calc-embedded-subst):
33032 Replace math-multi-subst-rec, which is only supposed to be called
33033 by math-multi-subst, by math-multi-subst.
33035 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33037 * vc.el (vc-allow-async-revert): New user option.
33038 (vc-disable-async-diff): New internal variable.
33039 (vc-revert-buffer): Use them to disable asynchronous diff.
33041 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33042 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33043 asynchronously if vc-disable-async-diff is t.
33045 2005-01-09 Jay Belanger <belanger@truman.edu>
33047 * calc/calc.el (defcalcmodevar): New macro.
33048 (calc-mode-var-list-restore-default-values)
33049 (calc-mode-var-list-restore-saved-values): New functions.
33050 (calc-mode-var-list): Use defcalcmodevar to define it.
33051 (calc-always-load-extensions, calc-line-numbering)
33052 (calc-line-breaking, calc-display-just, calc-display-origin)
33053 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33054 (calc-group-char, calc-point-char, calc-frac-format)
33055 (calc-prefer-frac, calc-hms-format, calc-date-format)
33056 (calc-float-format, calc-full-float-format, calc-complex-format)
33057 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33058 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33059 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33060 (calc-matrix-brackets, calc-language, calc-language-option)
33061 (calc-left-label, calc-right-label, calc-word-size)
33062 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33063 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33064 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33065 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33066 (calc-window-height, calc-display-trail, calc-show-selections)
33067 (calc-use-selections, calc-assoc-selections)
33068 (calc-display-working-message, calc-auto-why, calc-timing)
33069 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33070 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33071 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33072 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33073 (calc-gnuplot-geometry, calc-graph-default-resolution)
33074 (calc-graph-default-resolution-3d, calc-invocation-macro)
33075 (calc-show-banner): Use defcalcmodevar to declare them and set
33076 their default values.
33078 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33079 instead of default values (but restore default values if there is
33082 2005-01-09 David Kastrup <dak@gnu.org>
33084 * desktop.el (desktop-restore-eager): Fix typo in type.
33086 2005-01-08 Richard M. Stallman <rms@gnu.org>
33088 * cus-edit.el (customize): Delete :link.
33090 2005-01-08 Jay Belanger <belanger@truman.edu>
33092 * calc/calc.el (calc-mode): Remove the extension from the
33093 `calc-settings-file' file name when loading it.
33095 2005-01-08 Kim F. Storm <storm@cua.dk>
33097 * info.el (Info-mode-map, Info-next-link-keymap)
33098 (Info-prev-link-keymap, Info-up-link-keymap):
33099 Map follow-link to mouse-face.
33100 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33102 2005-01-08 Jay Belanger <belanger@truman.edu>
33104 * calc/calc.el (calc-settings-file): Change default value.
33105 Suggested by cgw in a comment in calc-mode.el.
33107 * calc/calc-mode.el (calc-settings-file-name):
33108 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33109 Replace ~/.emacs in a prompt by calc-settings-file.
33111 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33113 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33114 (desktop-lazy-idle-delay): New customizable variables.
33115 (desktop-buffer-args-list): New variable.
33116 (desktop-append-buffer-args): New function.
33117 (desktop-save): Call desktop-append-buffer-args for some buffers.
33118 (desktop-lazy-create-buffer): New function.
33119 (desktop-idle-create-buffers): New function.
33120 (desktop-read): Add message about buffers to restore lazily.
33121 (desktop-lazy-abort): New command.
33122 (desktop-clear): Call desktop-lazy-abort.
33123 (desktop-lazy-complete): New command.
33125 2005-01-06 Richard M. Stallman <rms@gnu.org>
33127 * emacs-lisp/find-func.el (find-face-definition):
33128 Rename from find-face.
33130 2005-01-06 Kim F. Storm <storm@cua.dk>
33132 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33134 * man.el (Man-xref-man-page, Man-xref-header-file)
33135 (Man-xref-normal-file): Add follow-link property.
33137 2005-01-06 Jay Belanger <belanger@truman.edu>
33139 * calc/calc-units.el: Make sure the proper macro definitions are
33140 available when compiling.
33142 2005-01-06 Juri Linkov <juri@jurta.org>
33144 * isearch.el (isearch-lazy-highlight-update):
33145 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33147 2005-01-06 Miles Bader <miles@gnu.org>
33149 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33150 (isearch-lazy-highlight-face): Use new name.
33152 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33154 * uniquify.el (uniquify-rationalize-file-buffer-names):
33155 Re-add an interactive spec.
33156 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33159 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33160 (isearch-update, isearch-done): Adjust calls accordingly.
33162 2005-01-05 Richard M. Stallman <rms@gnu.org>
33164 * custom.el (custom-set-variables, custom-theme-set-variables):
33165 Clarify documentation.
33167 * emacs-lisp/find-func.el (find-variable)
33168 (find-variable-other-window, find-variable-other-frame):
33169 Fix the TYPE args to find-function-read and find-function-do-it.
33170 (find-function): Doc fix.
33171 (find-function-at-point): Replace function-at-point alias.
33173 2005-01-04 Richard M. Stallman <rms@gnu.org>
33175 * cus-face.el (custom-declare-face):
33176 Record defface in current-load-list.
33178 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33180 * emacs-lisp/find-func.el: Doc fixes.
33181 (find-face-regexp): New variable.
33182 (find-function-regexp-alist): New variable.
33183 (find-function-C-source): Third arg is now TYPE.
33184 (find-function-search-for-symbol): Handle general TYPE.
33185 (find-function-read, find-function-do-it): Handle general TYPE.
33186 (find-definition-noselect, find-face): New functions.
33187 (function-at-point): Alias deleted.
33189 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33191 * battery.el (display-battery-mode): Rename from display-battery.
33192 Handle the case where it gets turned off.
33194 2005-01-04 Richard M. Stallman <rms@gnu.org>
33196 * cus-edit.el (customize): Make :link point to user doc.
33198 * man.el (Man-fontify-manpage): Turn off undo generation.
33200 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33202 2005-01-04 Andreas Schwab <schwab@suse.de>
33204 * files.el (insert-directory): Only look for error lines in
33205 inserted text. Don't move too far after processing --dired markers.
33207 2005-01-04 Richard M. Stallman <rms@gnu.org>
33209 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33210 Don't expand if the character is @, period, dash, etc.
33211 (define-mail-abbrev): Quote names that contain problem characters.
33213 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33215 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33217 2005-01-03 Richard M. Stallman <rms@gnu.org>
33219 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33220 (query-replace-highlight, query-replace-lazy-highlight)
33221 (query-replace): Definitions moved up. Doc fix.
33223 2005-01-03 Richard M. Stallman <rms@gnu.org>
33225 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33226 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33227 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33228 (lazy-highlight-face): Rename from isearch-lazy-...
33229 Change all references to them.
33231 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33233 * cus-edit.el (custom-file): Doc fix for defcustom.
33234 (custom-file): The function no longer sets the variable
33235 `custom-file' to its return value.
33237 * startup.el (command-line): No longer load `custom-file'.
33239 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33241 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33243 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33244 Don't confuse module-prefixed identifiers for labels.
33245 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33247 2005-01-02 Richard M. Stallman <rms@gnu.org>
33249 * files.el (basic-save-buffer-1): Fix previous change.
33251 * loadhist.el (file-loadhist-lookup): New function.
33252 (file-provides, file-requires): Use it.
33254 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33255 instead of calculating the right size.
33257 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33259 * vc-svn.el (vc-svn-diff): Stay local if possible.
33261 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33263 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33265 * files.el (hack-local-variables): Fix last change.
33267 2005-01-02 Jay Belanger <belanger@truman.edu>
33269 * calc/calc-yank.el (calc-edit-top): New variable.
33270 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33271 object. Change header properties.
33272 (calc-edit-finish, calc-edit-finish-stack-object)
33273 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33275 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33276 for the beginning of the edited object.
33277 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33278 for the beginning of the edited object.
33279 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33280 (calc-finish-formula-edit, calc-macro-repeats)
33281 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33282 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33283 beginning of the edited object.
33284 (calc-user-define-edit): Change the header for editing macros.
33285 Remove unnecessary variable.
33287 2005-01-01 Jay Belanger <belanger@truman.edu>
33289 * calc/calc-yank.el (calc-edit-mode): Change default header.
33290 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33291 * calc/calc-store.el (calc-edit-variable): Change title to match new
33293 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33294 mode to match new header.
33295 (calc-user-define-edit): Change titles to include names of commands.
33296 (calc-finish-formula-edit): Adjust to handle new header.
33297 (calc-finish-macro-edit): Remove.
33298 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33299 (calc-edit-macro-command, calc-edit-macro-command-type)
33300 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33301 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33302 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33303 (calc-edit-macro-finish-edit): New functions.
33304 (calc-user-define-edit): Use new functions to edit named calc macros.
33306 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33308 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33310 * ses.el (copy-region-as-kill): Deactivate mark.
33312 2005-01-01 Richard M. Stallman <rms@gnu.org>
33314 * replace.el (occur-1): If the output buffer is also an input,
33315 don't kill it, rename it.
33317 * faces.el (set-face-background, set-face-foreground): Doc fix.
33319 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33320 for :foreground and :background.
33322 * dired.el (dired-view-command-alist): Variable deleted.
33323 (dired-view-file, dired-mouse-find-file-other-window):
33324 Delete the code to use it.
33326 2005-01-01 Kim F. Storm <storm@cua.dk>
33328 * image.el (insert-sliced-image): Use t for line-height property.
33330 See ChangeLog.11 for earlier changes.
33332 ;; Local Variables:
33333 ;; coding: iso-2022-7bit
33334 ;; add-log-time-zone-rule: t
33337 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33339 This file is part of GNU Emacs.
33341 GNU Emacs is free software; you can redistribute it and/or modify
33342 it under the terms of the GNU General Public License as published by
33343 the Free Software Foundation; either version 2, or (at your option)
33346 GNU Emacs is distributed in the hope that it will be useful,
33347 but WITHOUT ANY WARRANTY; without even the implied warranty of
33348 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33349 GNU General Public License for more details.
33351 You should have received a copy of the GNU General Public License
33352 along with GNU Emacs; see the file COPYING. If not, write to the
33353 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33354 Boston, MA 02110-1301, USA.
33356 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1