Mercurial > emacs
comparison lisp/ChangeLog @ 71631:3c2eaf387741
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 05 Jul 2006 08:04:51 +0000 |
parents | a6099d890443 |
children | 3950a5b25fca |
comparison
equal
deleted
inserted
replaced
71630:579de8a35420 | 71631:3c2eaf387741 |
---|---|
1 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> | |
2 | |
3 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer. | |
4 * play/dunnet.el (dun-load-d, dun-eval): Likewise. | |
5 | |
1 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which | 8 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which |
4 fails if the symbol contains chars like ( or '. | 9 fails if the symbol contains chars like ( or '. |
5 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'. | 10 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'. |
10309 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0) | 10314 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0) |
10310 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91) | 10315 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91) |
10311 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0) | 10316 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0) |
10312 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92) | 10317 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92) |
10313 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0) | 10318 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0) |
10314 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New. | 10319 (newsticker--parse-ge |
10315 (newsticker--decode-coding-string): Remove. | |
10316 (newsticker--decode-numeric-entities): Check input. Format code. | |
10317 (newsticker--remove-whitespace): Check input. | |
10318 (newsticker--do-forget-preformatted): Doc fix. | |
10319 (newsticker--decode-rfc822-date): Allow for missing time. | |
10320 (newsticker--update-process-ids): New. | |
10321 (newsticker--image-sentinel): Change comment. | |
10322 (newsticker--image-read): Change error message. | |
10323 (newsticker--imenu-goto): Doc fix. Show headline title. | |
10324 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'. | |
10325 (newsticker--buffer-do-insert-text): Clean whitespace in | |
10326 html-rendered headline title. Code formatting. | |
10327 Call `newsticker--buffer-print-extra-elements'. | |
10328 (newsticker--buffer-print-extra-element): Remove. | |
10329 (newsticker--buffer-print-extra-elements): New. | |
10330 (newsticker--buffer-do-print-extra-element): New. | |
10331 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for | |
10332 large sizes. | |
10333 (newsticker--run-auto-mark-filter) | |
10334 (newsticker--do-run-auto-mark-filter): | |
10335 Use `newsticker-auto-mark-filter-list'. | |
10336 | |
10337 2005-11-04 Ryan Yeske <rcyeske@gmail.com> | |
10338 | |
10339 * net/rcirc.el: Use split-string OMIT-NULLS argument. | |
10340 (rcirc-print): Force redisplay before running hooks. Do long | |
10341 buffer truncation after making new text read-only. Deal with nil | |
10342 text when decoding strings. If TARGET is nil, use either the | |
10343 currently selected buffer, if it is an rcirc buffer and of the | |
10344 same process or the process buffer. | |
10345 (rcirc-mode): Remove header-line. Recompute short buffer names. | |
10346 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create. | |
10347 (rcirc-short-buffer-name): Add variable. | |
10348 (rcirc-kill-buffer-hook): Recompute short buffer names. | |
10349 Remove nick from private channel. | |
10350 (rcirc-send-input): Send command text to current-buffer. | |
10351 Don't clear overlay arrow here. | |
10352 (rcirc-short-buffer-name): Return a short buffer name. | |
10353 (rcirc-update-short-buffer-names, rcirc-abbreviate) | |
10354 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate | |
10355 buffer-name abbreviations. | |
10356 (rcirc-kill-buffer-hook-1): Split to make debugging easier. | |
10357 Do not touch nick-table when killing a parted channel. | |
10358 (rcirc-window-configuration-change): Rename from rcirc-update-activity. | |
10359 Clear arrow from current buffer if it is now hidden. | |
10360 (rcirc-current-buffer): Add variable. | |
10361 (rcirc-my-nick, rcirc-other-nick, rcirc-server) | |
10362 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick): | |
10363 Remove -face from names. | |
10364 (rcirc-update-activity-string): Print "DND" when globally ignoring | |
10365 activity. | |
10366 (rcirc-ignore-buffer-activity-flag): Rename from | |
10367 rcirc-ignore-channel-activity. | |
10368 (rcirc-ignore-all-activity-flag): Doc fix. | |
10369 (rcirc-channels): Remove variable. | |
10370 (rcirc-kill-buffer-hook): | |
10371 (rcirc-get-buffer-create): Add nick to private channel. | |
10372 (rcirc-multiline-edit-submit): Remove tabs. | |
10373 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case | |
10374 folded. | |
10375 (rcirc-remove-nick-channel): Bug fix. | |
10376 (rcirc-toggle-ignore-buffer-activity): Rename from | |
10377 rcirc-toggle-ignore-channel-activity. | |
10378 (rcirc-record-activity): Add buffers to the front of the list. | |
10379 (rcirc-update-activity): Remove killed buffers from list. | |
10380 (rcirc-process-server-response-1): Remove last argument if it is | |
10381 null before calling handler. | |
10382 (rcirc): Add "rcirc" defcustom prefix. | |
10383 (rcirc-prompt): Simplify default prompt. | |
10384 Use custom-initialize-default. | |
10385 (rcirc-private-chats): Remove variable. | |
10386 (rcirc-prompt): Change initialization. | |
10387 (rcirc-version): Remove function. | |
10388 (rcirc-id-string): Add constant. | |
10389 (rcirc-last-buffer): Remove variable. | |
10390 (rcirc-buffer-alist): Add variable. | |
10391 (rcirc-connect): Update variable setup. | |
10392 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'. | |
10393 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change | |
10394 default. | |
10395 (rcirc-handler-generic): Trigger activity. | |
10396 (rcirc-send-message): Create the buffor of the target. | |
10397 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'. | |
10398 (rcirc-get-buffer): Just return nil if there is no matching buffer. | |
10399 (rcirc-multiline-edit-cancel): Remove function. | |
10400 (rcirc-set-last-buffer): Remove function. | |
10401 (rcirc-get-any-buffer): Add function. | |
10402 (rcirc-join-channels): Don't print /join text. | |
10403 (rcirc-toggle-ignore-channel-activity): Add and update echo area | |
10404 messages. | |
10405 (rcirc-cmd-ctcp): Use rcirc-send-string to send request. | |
10406 (rcirc-handler-NOTICE): Recognize CTCP responses. | |
10407 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for | |
10408 constructing TOPIC string for buffers we are not JOINed. | |
10409 (rcirc-handler-CTCP-response): Add handler. | |
10410 (rcirc-multiline-edit-submit): Restore the window-configuration | |
10411 before adjusting point. | |
10412 (rcirc): Add customization group. | |
10413 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name) | |
10414 (rcirc-user-full-name, rcirc-startup-channels-alist) | |
10415 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix) | |
10416 (rcirc-ignore-all-activity-flag, rcirc-time-format) | |
10417 (rcirc-input-ring-size, rcirc-read-only-flag) | |
10418 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name) | |
10419 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks): | |
10420 Change defvar to defcustom. | |
10421 (rcirc-update-prompt): Add optional ALL arg, which will update | |
10422 prompts in all rcirc buffers. Regexp quote replacement text. | |
10423 (rcirc-fill-column): Accept frame-width as a value. | |
10424 (rcirc-set-changed): Add function. | |
10425 (rcirc-next-active-buffer): Write more meaningful messages. | |
10426 (rcirc-faces): Add customization group. | |
10427 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face) | |
10428 (rcirc-nick-in-message-face, rcirc-prompt-face) | |
10429 (rcirc-mode-line-nick-face): Move into rcirc-faces group. | |
10430 (with-rcirc-process-buffer): Move before first usage. | |
10431 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'. | |
10432 (rcirc-debug-flag): Rename from `rcirc-log-p'. | |
10433 (rcirc-debug): Rename from `rcirc-log'. | |
10434 (rcirc-format-response-string): Do not print `-' chars for a | |
10435 NOTICE with no sender. Simplify output of server responses. | |
10436 | |
10437 2005-11-04 Henrik Enberg <henrik.enberg@telia.com> | |
10438 | |
10439 (rcirc-browse-url-map, rcirc-browse-url-at-point) | |
10440 (rcirc-browse-url-at-mouse, rcirc-mangle-text): | |
10441 Make urls mouse and RET clickable. | |
10442 | |
10443 2005-11-04 Henrik Enberg <henrik.enberg@telia.com> | |
10444 | |
10445 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix. | |
10446 | |
10447 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com> | |
10448 | |
10449 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region) | |
10450 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) | |
10451 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) | |
10452 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE | |
10453 argument to all these routines, so the passphrase can be managed | |
10454 externally and passed in to the system. | |
10455 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for | |
10456 pgg-add-passphrase-to-cache function. | |
10457 | |
10458 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region) | |
10459 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric) | |
10460 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt) | |
10461 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE | |
10462 argument to all these routines, so the passphrase can be managed | |
10463 externally and passed in to the system. | |
10464 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache | |
10465 function. | |
10466 | |
10467 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change) | |
10468 | |
10469 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs | |
10470 from goto-address-url-regexp. | |
10471 | |
10472 2005-11-04 Carsten Dominik <dominik@science.uva.nl> | |
10473 | |
10474 * textmodes/org.el (org-read-date, org-goto-calendar) | |
10475 (org-recenter-calendar, org-agenda-goto-calendar): | |
10476 Temporarily clear `calendar-move-hook'. | |
10477 | |
10478 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu> | |
10479 | |
10480 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not | |
10481 merging. | |
10482 | |
10483 * ediff-util.el (ediff-previous-difference): Don't skip regions that | |
10484 have merge clashes. | |
10485 | |
10486 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
10487 | |
10488 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): | |
10489 Undo previous change. | |
10490 | |
10491 * startup.el (command-line): Use `custom-reevaluate-setting' for | |
10492 mouse-wheel-down-event and mouse-wheel-up-event. Don't call | |
10493 tty-register-default-colors on Mac. | |
10494 | |
10495 2005-11-04 Nick Roberts <nickrob@snap.net.nz> | |
10496 | |
10497 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration. | |
10498 (gdb-buffer-type): Make it automatically buffer local... | |
10499 (gdb-get-create-buffer): ...and set it accordingly. | |
10500 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these | |
10501 actually work. | |
10502 | |
10503 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu> | |
10504 | |
10505 * font-lock.el (font-lock-warning-face): Use the more vivid red1, | |
10506 not red. | |
10507 | |
10508 2005-11-04 Nick Roberts <nickrob@snap.net.nz> | |
10509 | |
10510 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in | |
10511 case GUD buffer is not visible. | |
10512 (gdb-goto-breakpoint): Try to force display in source buffer. | |
10513 (gdb-frame-gdb-buffer): Copy other similar functions. | |
10514 (gdb-restore-windows): Don't display source if not asked for. | |
10515 (gdb-assembler-buffer-name): Don't capitalise. | |
10516 | |
10517 2005-11-03 Richard M. Stallman <rms@gnu.org> | |
10518 | |
10519 * wid-edit.el (key-sequence): New widget type. | |
10520 | |
10521 * simple.el (set-mark-command-repeat-pop): New variable. | |
10522 (set-mark-command): Only interpret plan C-@ after a pop as a pop | |
10523 if set-mark-command-repeat-pop is true. | |
10524 | |
10525 * info.el (Info-fontify-node): Don't display extra "see" if there | |
10526 already is one here. | |
10527 | |
10528 * mouse.el: Fix special handling of DEL after dragging a region: | |
10529 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point. | |
10530 (mouse-region-delete-keys): Change to defcustom. Add [backspace]. | |
10531 | |
10532 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer. | |
10533 | |
10534 * textmodes/ispell.el (ispell-command-loop): Change `i' description | |
10535 not to assume it pertains to an affix. | |
10536 | |
10537 * textmodes/flyspell.el (flyspell-post-command-hook): | |
10538 Bind deactivate-mark to prevent deactivation. | |
10539 | |
10540 2005-11-03 Lars Hansen <larsh@soem.dk> | |
10541 | |
10542 * dired-x.el: Add menu bindings for dired-do-find-marked-files, | |
10543 dired-do-relsymlink, dired-flag-extension, dired-mark-extension, | |
10544 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode. | |
10545 | |
10546 2005-11-03 Romain Francoise <romain@orebokech.com> | |
10547 | |
10548 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address. | |
10549 Update copyright years. | |
10550 | |
10551 2005-11-03 Sam Steingold <sds@gnu.org> | |
10552 | |
10553 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): | |
10554 Use system-type instead of window-system because window-system is not | |
10555 correctly defined during loadup. | |
10556 | |
10557 2005-11-02 Mark A. Hershberger <mah@everybody.org> | |
10558 | |
10559 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs. | |
10560 (xml-parse-tag): Join strings separated by a comment properly. | |
10561 | |
10562 2005-11-02 Andreas Schwab <schwab@suse.de> | |
10563 | |
10564 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix. | |
10565 | |
10566 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
10567 | |
10568 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure. | |
10569 (byte-optimize-pure-func): Quote the eval'd value. | |
10570 | |
10571 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs): | |
10572 Rename from perl-font-lock-syntactic-face-function. | |
10573 Change the calling convention so it can be used as a font-lock MATCHER. | |
10574 Do the parse-partial-sexp loop outselves. | |
10575 (perl-font-lock-syntactic-keywords): Use it. | |
10576 (perl-mode): Don't set font-lock-syntactic-face-function any more. | |
10577 | |
10578 2005-11-02 Nick Roberts <nickrob@snap.net.nz> | |
10579 | |
10580 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the | |
10581 disassembly buffer too. | |
10582 (gdb-exited): Remove overlay arrows when execution has finished. | |
10583 (gdb-info-frames-custom, gdb-info-threads-custom) | |
10584 (gdb-info-registers-custom): Don't add inappropriate text | |
10585 properties if inferior is not active. | |
10586 | |
10587 2005-11-02 Glenn Morris <rgm@gnu.org> | |
10588 | |
10589 * progmodes/fortran.el (fortran-blink-match): | |
10590 Use `blink-matching-delay'. | |
10591 | |
10592 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change) | |
10593 | |
10594 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'. | |
10595 | |
10596 2005-11-02 Lars Hansen <larsh@soem.dk> | |
10597 | |
10598 * net/tramp.el (tramp-action-out-of-band): Handle scp message | |
10599 "Permission denied". | |
10600 | |
10601 2005-11-01 Richard M. Stallman <rms@gnu.org> | |
10602 | |
10603 * textmodes/flyspell.el (flyspell-external-point-words): | |
10604 Pass nil to flyspell-get-word. | |
10605 | |
10606 2005-11-02 Kim F. Storm <storm@cua.dk> | |
10607 | |
10608 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)" | |
10609 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil. | |
10610 | |
10611 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
10612 | |
10613 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var. | |
10614 (calendar-mouse-holidays, calendar-mouse-view-diary-entries) | |
10615 (calendar-mouse-print-dates): Add optional `event' argument. | |
10616 Update interactive-spec. | |
10617 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax): | |
10618 Use `calendar-event-to-date' instead of `event'. | |
10619 | |
10620 2005-11-02 Masatake YAMATO <jet@gyve.org> | |
10621 | |
10622 * progmodes/ld-script.el (ld-script-builtins): | |
10623 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END", | |
10624 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START". | |
10625 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in. | |
10626 | |
10627 2005-11-01 Romain Francoise <romain@orebokech.com> | |
10628 | |
10629 * vc-sccs.el: Update copyright year. | |
10630 * ezimage.el: Likewise. | |
10631 | |
10632 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | |
10633 | |
10634 * info.el (Info-fontify-node): Use `string-width' for fontifying | |
10635 underlined titles. | |
10636 | |
10637 2005-11-01 Juri Linkov <juri@jurta.org> | |
10638 | |
10639 * info.el (Info-fontify-node): Downcase node header keywords Node, | |
10640 Prev, Next, Up before comparison. | |
10641 (Info-history): Insert absolute directory name, and put invisible | |
10642 property on it. | |
10643 | |
10644 2005-11-01 Juri Linkov <juri@jurta.org> | |
10645 | |
10646 * info.el (Info-file-supports-index-cookies): New variable. | |
10647 (Info-find-node-2): Check makeinfo version for index cookie support. | |
10648 (Info-index-nodes): Search for nodes with index cookies only when | |
10649 Info-file-supports-index-cookies is t. Otherwise, search nodes | |
10650 with "Index" in the node name. | |
10651 (Info-index-node): Search index cookie in the current node only when | |
10652 Info-file-supports-index-cookies is t. Otherwise, check the word | |
10653 "Index" in the node name. | |
10654 (Info-find-emacs-command-nodes): Remove code that searches nodes | |
10655 with "Index" node name in the top menu. | |
10656 | |
10657 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
10658 | |
10659 * progmodes/scheme.el (scheme-mode-variables): Use the default | |
10660 comment-indent-function. | |
10661 | |
10662 * faces.el (face-attribute): Handle the case where a face inherits from | |
10663 a non-existent face. | |
10664 | |
10665 * simple.el (eval-expression-print-format): Use lisp-readable syntax | |
10666 for octal and hexa output, and merge the char into the paren. | |
10667 (kill-new): Use push. | |
10668 (copy-to-buffer): Use with-current-buffer. | |
10669 (completion-setup-function): Move code in loop to remove redundancy. | |
10670 (minibuffer-local-must-match-map): Don't add bindings that duplicate | |
10671 those inherited from minibuffer-local-completion-map. | |
10672 | |
10673 * savehist.el (savehist-mode) <defcustom>: | |
10674 Use custom-set-minor-mode if available. | |
10675 (savehist-mode) <defun>: Run the minor mode hook, set the custom state | |
10676 and emit a message if applicable. | |
10677 | |
10678 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org> | |
10679 | |
10680 * savehist.el: Sync up to version 19. | |
10681 (savehist-mode): New minor mode. | |
10682 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available. | |
10683 (savehist-length): Remove (use history-length instead). | |
10684 (savehist-file-modes): Rename from savehist-modes. | |
10685 (savehist-save-hook, savehist-loaded): New vars. | |
10686 (savehist-load): Use savehist-mode. Try to smooth up transition from | |
10687 old format to new format. | |
10688 (savehist-install): Allow savehist-autosave-interval to be nil. | |
10689 (savehist-save): Run the new hook. Be more careful to only trim the | |
10690 history variables. | |
10691 (savehist-trim-history): New fun. Replaces savehist-process-for-saving. | |
10692 (savehist-printable): Print into a buffer rather than char-by-char. | |
10693 | |
10694 2005-11-01 John Wiegley <johnw@newartisans.com> | |
10695 | |
10696 * iswitchb.el (iswitchb-define-mode-map): Re-enable the | |
10697 toggle-ignore keybinding (C-a). The author said it had been | |
10698 disabled much earlier due to a possible incompatibility, but after | |
10699 many months of usage I have encountered no problems (and it is a | |
10700 rather useful option, especially for switching to " *temp*"). | |
10701 | |
10702 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend | |
10703 support for OS/X's AddressBook, by calling out to the open source | |
10704 program "contacts" (installable through Fink). | |
10705 | |
10706 * net/eudc.el (eudc-expand-inline): If the | |
10707 `eudc-multiple-match-handling-method' is set to `all', delete the | |
10708 query string before inserting the query result. | |
10709 | |
10710 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired | |
10711 flag, to prevent Eshell from using the system ls when | |
10712 `eshell-ls-insert-directory' is in used. | |
10713 (eshell-ls-insert-directory): Disable font-lock in directory | |
10714 buffer so that Eshell's own fontification is seen. This broke | |
10715 recently due to changes in font-lock, so this goes back to version | |
10716 21 behavior. | |
10717 | |
10718 2005-11-01 Nick Roberts <nickrob@snap.net.nz> | |
10719 | |
10720 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function. | |
10721 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice. | |
10722 (gdb-many-windows): Doc fix. | |
10723 | |
10724 2005-10-31 Romain Francoise <romain@orebokech.com> | |
10725 | |
10726 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie. | |
10727 | |
10728 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu> | |
10729 | |
10730 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so | |
10731 that global-font-lock-mode can be enabled by default. | |
10732 | |
10733 * font-lock.el (font-lock-keywords, font-lock-mode-internal) | |
10734 (font-lock-add-keywords, font-lock-remove-keywords) | |
10735 (font-lock-fontify-buffer): Remove autoload cookies. | |
10736 | |
10737 * jit-lock.el (jit-lock-register): Likewise. | |
10738 | |
10739 * emacs-lisp/syntax.el (syntax-ppss): Likewise. | |
10740 | |
10741 2005-10-31 Nick Roberts <nickrob@snap.net.nz> | |
10742 | |
10743 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration | |
10744 intact if there is no gud-comint-buffer. | |
10745 | |
10746 2005-10-31 Luc Teirlinck <teirllm@auburn.edu> | |
10747 | |
10748 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete | |
10749 old prompt comint-prompt-read-only is t and GDB commands are | |
10750 issued from tool bar etc. | |
10751 | |
10752 2005-10-31 Masatake YAMATO <jet@gyve.org> | |
10753 | |
10754 * vc.el (vc-directory-exclusion-list): Add "{arch}". | |
10755 | |
10756 2005-10-30 Chong Yidong <cyd@stupidchicken.com> | |
10757 | |
10758 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs. | |
10759 (thumbs-thumbsdir): Make .emacs.d if it does not exist. | |
10760 | |
10761 2005-10-30 Michael Albinus <michael.albinus@gmx.de> | |
10762 | |
10763 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring | |
10764 starting at beginning of line. Fontification is messed up when | |
10765 `open-paren-in-column-0-is-defun-start' set to t. | |
10766 Reported by John Paul Wallington <jpw@pobox.com>. | |
10767 | |
10768 2005-10-30 Luc Teirlinck <teirllm@auburn.edu> | |
10769 | |
10770 * comint.el (comint-send-input): Call `comint-update-fence' when | |
10771 `comint-process-echoes' and `comint-prompt-read-only' are both | |
10772 non-nil, to avoid leftover read-only newline. | |
10773 | |
10774 2005-10-30 Richard M. Stallman <rms@gnu.org> | |
10775 | |
10776 * textmodes/flyspell.el (flyspell-external-point-words): | |
10777 Detect when WORD can't be checked properly because | |
10778 flyspell-get-word finds just part of it, and move on. | |
10779 | |
10780 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as | |
10781 boundarychar for Polish. | |
10782 (ispell-dictionary-alist-4): Add . as boundarychar for Italian. | |
10783 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French. | |
10784 | |
10785 2005-10-31 Nick Roberts <nickrob@snap.net.nz> | |
10786 | |
10787 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp. | |
10788 (gdb-registers-font-lock-keywords): Delete. | |
10789 (gdb-registers-mode): Don't fontify. | |
10790 (gdb-info-registers-custom): Use text properties instead as, in | |
10791 future, changed register values will use font-lock-warning-face. | |
10792 (gdb-local-font-lock-keywords): Rename to... | |
10793 (gdb-locals-font-lock-keywords): ...for consistency. | |
10794 | |
10795 2005-10-30 Andre Spiegel <spiegel@gnu.org> | |
10796 | |
10797 * vc.el (vc-switch-backend): Better error message if the buffer is | |
10798 not visiting a file under version control. | |
10799 | |
10800 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it. | |
10801 | |
10802 2005-10-29 Chong Yidong <cyd@stupidchicken.com> | |
10803 | |
10804 * startup.el (command-line): Use ~/.emacs.d/init.el instead of | |
10805 ~/.emacs.d/.emacs. | |
10806 | |
10807 2005-10-29 Richard M. Stallman <rms@gnu.org> | |
10808 | |
10809 * replace.el (occur-mode-mouse-goto): Always go to other window. | |
10810 (occur-mode-goto-occurrence): Always switch in same window. | |
10811 | |
10812 * simple.el (undo): Display message at end, not at start. | |
10813 | |
10814 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle): | |
10815 New arg REUSE-CELL. | |
10816 (cancel-timer-internal): New function. | |
10817 (timer-event-handler): Use cancel-timer-internal, | |
10818 and pass the cell it returns to timer-activate... | |
10819 | |
10820 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify) | |
10821 (jit-lock-deferred-fontify, jit-lock-context-fontify) | |
10822 (jit-lock-after-change): Test memory-full. | |
10823 | |
10824 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> | |
10825 | |
10826 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right | |
10827 part of the decoded armor to find the key-identifier. | |
10828 (pgg-gpg-lookup-key-owner): New function to return the | |
10829 human-readable identifier of a key owner. | |
10830 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the | |
10831 key itself. | |
10832 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than | |
10833 the key value) if we have a key and can match it against a secret | |
10834 key. Also, added a note pointing out fact that the prompt only | |
10835 indicates the first matching key. | |
10836 | |
10837 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to | |
10838 pgg-decrypt-region. | |
10839 (pgg-pending-timers): A new hash for tracking the passphrase cache | |
10840 timers, so that new ones supercede old ones. | |
10841 (pgg-add-passphrase-to-cache): Rename from | |
10842 `pgg-add-passphrase-cache' to reduce confusion (all callers | |
10843 changed). Modified to cancel old timers when new ones are added. | |
10844 (pgg-remove-passphrase-from-cache): Rename from | |
10845 `pgg-remove-passphrase-cache' to reduce confusion (all callers | |
10846 changed). Modified to cancel old timers when their keys are | |
10847 removed from the cache. | |
10848 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in | |
10849 XEmacs, an indirection to delete-itimer. | |
10850 (pgg-read-passphrase-from-cache, pgg-read-passphrase): | |
10851 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so | |
10852 users can only check cache without risk of prompting. Correct bug in | |
10853 notruncate behavior. | |
10854 (pgg-read-passphrase-from-cache, pgg-read-passphrase) | |
10855 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): | |
10856 Add informative docstrings. | |
10857 (pgg-decrypt): Convey provided passphrase in subordinate call to | |
10858 pgg-decrypt-region. | |
10859 | |
10860 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region) | |
10861 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region) | |
10862 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional | |
10863 `passphrase' argument, so the passphrase can be managed externally | |
10864 and then passed in to the system. | |
10865 | |
10866 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache) | |
10867 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument, | |
10868 so the passphrase cache can be used reliably with identifiers | |
10869 besides a pgp packet's key id. | |
10870 | |
10871 * pgg-gpg.el (pgg-pgp-encrypt-region) | |
10872 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) | |
10873 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) | |
10874 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE | |
10875 argument to all these routines, so the passphrase can be managed | |
10876 externally and passed in to the system. | |
10877 | |
10878 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional | |
10879 `notruncate' argument, so the passphrase cache can be used | |
10880 reliably with identifiers besides a pgp packet's key id. | |
10881 | |
10882 2005-10-29 Sascha Wilde <swilde@sha-bang.de> | |
10883 | |
10884 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for | |
10885 symmetric encryption. | |
10886 (pgg-gpg-symmetric-key-p): New function to check for an symmetric | |
10887 encrypted session key. | |
10888 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted | |
10889 message ask for the passphrase in a proper way. | |
10890 | |
10891 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region): | |
10892 New user commands for symmetric encryption. | |
10893 | |
10894 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de> | |
10895 | |
10896 * textmodes/conf-mode.el (conf-assignment-sign) | |
10897 (conf-assignment-regexp): Fix docstrings. | |
10898 (conf-mode-initialize): New function. | |
10899 (conf-mode): Remove optional args. Use delay-mode-hooks to | |
10900 recognize recursive calls. | |
10901 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode) | |
10902 (conf-space-mode, conf-colon-mode, conf-ppd-mode) | |
10903 (conf-xdefaults-mode): Use define-derived-mode and | |
10904 conf-mode-initialize. | |
10905 | |
10906 2005-10-29 Romain Francoise <romain@orebokech.com> | |
10907 | |
10908 * help-fns.el (describe-simplify-lib-file-name): Fix regexp. | |
10909 | |
10910 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com> | |
10911 | |
10912 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right | |
10913 part of the decoded armor to find the key-identifier. | |
10914 (pgg-gpg-lookup-key-owner): New function to return the | |
10915 human-readable identifier of a key owner. | |
10916 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the | |
10917 key itself. | |
10918 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than | |
10919 the key value) if we have a key and can match it against a secret | |
10920 key. Also, added a note pointing out fact that the prompt only | |
10921 indicates the first matching key. | |
10922 | |
10923 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to | |
10924 pgg-decrypt-region. | |
10925 (pgg-pending-timers): A new hash for tracking the passphrase cache | |
10926 timers, so that new ones supercede old ones. | |
10927 (pgg-add-passphrase-to-cache): Rename from | |
10928 `pgg-add-passphrase-cache' to reduce confusion (all callers | |
10929 changed). Modified to cancel old timers when new ones are added. | |
10930 (pgg-remove-passphrase-from-cache): Rename from | |
10931 `pgg-remove-passphrase-cache' to reduce confusion (all callers | |
10932 changed). Modified to cancel old timers when their keys are | |
10933 removed from the cache. | |
10934 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in | |
10935 XEmacs, an indirection to delete-itimer. | |
10936 (pgg-read-passphrase-from-cache, pgg-read-passphrase): | |
10937 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so | |
10938 users can only check cache without risk of prompting. Correct bug in | |
10939 notruncate behavior. | |
10940 (pgg-read-passphrase-from-cache, pgg-read-passphrase) | |
10941 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): | |
10942 Add informative docstrings. | |
10943 (pgg-decrypt): Convey provided passphrase in subordinate call to | |
10944 pgg-decrypt-region. | |
10945 | |
10946 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com> | |
10947 | |
10948 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region) | |
10949 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region) | |
10950 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional | |
10951 `passphrase' argument, so the passphrase can be managed externally | |
10952 and then passed in to the system. | |
10953 | |
10954 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache) | |
10955 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument, | |
10956 so the passphrase cache can be used reliably with identifiers | |
10957 besides a pgp packet's key id. | |
10958 | |
10959 * pgg-gpg.el (pgg-pgp-encrypt-region) | |
10960 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric) | |
10961 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt) | |
10962 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE | |
10963 argument to all these routines, so the passphrase can be managed | |
10964 externally and passed in to the system. | |
10965 | |
10966 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional | |
10967 `notruncate' argument, so the passphrase cache can be used | |
10968 reliably with identifiers besides a pgp packet's key id. | |
10969 | |
10970 2005-10-29 Sascha Wilde <swilde@sha-bang.de> | |
10971 | |
10972 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for | |
10973 symmetric encryption. | |
10974 (pgg-gpg-symmetric-key-p): New function to check for an symmetric | |
10975 encrypted session key. | |
10976 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted | |
10977 message ask for the passphrase in a proper way. | |
10978 | |
10979 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region): | |
10980 New user commands for symmetric encryption. | |
10981 | |
10982 2005-10-28 Bill Wohler <wohler@newt.com> | |
10983 | |
10984 * help-mode.el (help-url): New button type. Calls browse-url. | |
10985 (help-xref-url-regexp): New regexp to recognize URLs in docstring. | |
10986 Similar to Info nodes: URL `url'. | |
10987 (help-make-xrefs): Create help-url buttons for | |
10988 help-xref-url-regexp matches. | |
10989 | |
10990 2005-10-29 Nick Roberts <nickrob@snap.net.nz> | |
10991 | |
10992 * tool-bar.el (tool-bar-add-item-from-menu) | |
10993 (tool-bar-local-item-from-menu): Fix doc strings. | |
10994 | |
10995 2005-10-28 Romain Francoise <romain@orebokech.com> | |
10996 | |
10997 * ldefs-boot.el: Update. | |
10998 | |
10999 * subr.el (locate-library): Move from help-fns.el. | |
11000 * help-fns.el (locate-library): Move to subr.el. | |
11001 | |
11002 2005-10-28 Richard M. Stallman <rms@gnu.org> | |
11003 | |
11004 * net/tramp.el (tramp-completion-mode): defvar moved up. | |
11005 | |
11006 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix. | |
11007 | |
11008 * tool-bar.el (tool-bar-mode): Delete autoload cookie. | |
11009 | |
11010 * files.el (find-file-noselect): Use %d to format large file size. | |
11011 | |
11012 * bindings.el (mode-line-format): Add %e. | |
11013 | |
11014 * loadup.el ("facemenu"): Load unconditionally. | |
11015 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"): | |
11016 ("x-dnd"): Load, when appropriate. | |
11017 | |
11018 * startup.el (command-line): Call before-init-hook earlier. | |
11019 Warn about some bad characters in -u user name. | |
11020 | |
11021 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file. | |
11022 (flyspell-external-point-words): Error if misspelled word is not found. | |
11023 Set flyspell-large-region-beg at end of word. | |
11024 | |
11025 2005-10-28 Andreas Schwab <schwab@suse.de> | |
11026 | |
11027 * view.el (View-revert-buffer-scroll-page-forward): | |
11028 Use view-page-size-default. | |
11029 | |
11030 2005-10-28 Juri Linkov <juri@jurta.org> | |
11031 | |
11032 * international/quail.el (quail-get-current-str): Translate last | |
11033 raw character for deterministic input methods. | |
11034 | |
11035 2005-10-27 Jay Belanger <belanger@truman.edu> | |
11036 | |
11037 * calc/calc-ext.el: Add functions to autoloads. | |
11038 (math-identity-matrix-p, math-ident-row-p): New functions. | |
11039 | |
11040 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for | |
11041 multiplication by an identity matrix; don't turn multiplication by | |
11042 an inverse matrix into division. | |
11043 (math-div-symbol-fancy): Replace division by matrices with | |
11044 multiplication by inverse. | |
11045 | |
11046 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices. | |
11047 | |
11048 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power) | |
11049 (calc-writeoutpower): New functions. | |
11050 | |
11051 2005-10-27 Romain Francoise <romain@orebokech.com> | |
11052 | |
11053 * replace.el (occur-engine): Include colon in mouse-face highlight. | |
11054 | |
11055 * dired-x.el: Change Maintainer field. | |
11056 | |
11057 2005-10-26 Chong Yidong <cyd@stupidchicken.com> | |
11058 | |
11059 * longlines.el (longlines-mode): Bind after-change-functions to | |
11060 nil during initial decoding and final encoding. | |
11061 | |
11062 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu> | |
11063 | |
11064 * term.el (term-emulate-terminal, term-handle-colors-array) | |
11065 (term-handle-ansi-escape): Specify the terminfo capabilities | |
11066 implemented. | |
11067 | |
11068 2005-10-26 Richard M. Stallman <rms@gnu.org> | |
11069 | |
11070 * info.el (Info-fontify-node): Fix detection of sentence-break | |
11071 before *Note. | |
11072 | |
11073 2005-10-26 Romain Francoise <romain@orebokech.com> | |
11074 | |
11075 * smerge-mode.el: Add `tools' to file keywords. | |
11076 | |
11077 2005-10-26 Nick Roberts <nickrob@snap.net.nz> | |
11078 | |
11079 * progmodes/gud.el (gud-menu-map): Only display gud-until icon | |
11080 when the fringe is not available. | |
11081 | |
11082 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer) | |
11083 (def-gdb-auto-update-trigger): Simplify construction. | |
11084 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of | |
11085 def-gdb-auto-updated-buffer as gdb-info-locals-handler is | |
11086 defined explicitly. | |
11087 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of | |
11088 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is | |
11089 defined explicitly. | |
11090 (gdb-info-locals-custom): Remove as it's a no-op. | |
11091 | |
11092 2005-10-25 Chong Yidong <cyd@stupidchicken.com> | |
11093 | |
11094 * longlines.el (longlines-mode): Remove narrowing before | |
11095 performing the initial decoding or final encoding. | |
11096 | |
11097 2005-10-25 Romain Francoise <romain@orebokech.com> | |
11098 | |
11099 * emacs-lisp/find-func.el (find-library-name): Also strip | |
11100 extension if library name ends in .el, to take advantage of | |
11101 `find-library-suffixes'. | |
11102 | |
11103 2005-10-25 Richard M. Stallman <rms@gnu.org> | |
11104 | |
11105 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist. | |
11106 | |
11107 2005-10-25 Juri Linkov <juri@jurta.org> | |
11108 | |
11109 * textmodes/texinfo.el (texinfo-mode): Change charset of one | |
11110 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208]. | |
11111 | |
11112 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
11113 | |
11114 * play/blackbox.el (blackbox-mode-map): Move init into declaration. | |
11115 (blackbox-redefine-key): Add argument `map'. | |
11116 | |
11117 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline | |
11118 regions when moving the jit-lock-context-unfontify-pos boundary. | |
11119 | |
11120 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de> | |
11121 | |
11122 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename. | |
11123 | |
11124 2005-10-25 Masatake YAMATO <jet@gyve.org> | |
11125 | |
11126 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'. | |
11127 | |
11128 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> | |
11129 | |
11130 * play/blackbox.el (blackbox-redefine-key): New function. | |
11131 (blackbox-mode-map): Use it to remap existing bindings for cursor | |
11132 motion instead of binding literal keys. | |
11133 | |
11134 2005-10-25 Glenn Morris <rgm@gnu.org> | |
11135 | |
11136 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when | |
11137 diary does not end in a newline. Do not assume a blank line at | |
11138 the start of the diary file. | |
11139 | |
11140 2005-10-25 Kenichi Handa <handa@m17n.org> | |
11141 | |
11142 * international/quail.el (quail-translate-key): If the input | |
11143 method is deterministic and failed to handle the last key, restart | |
11144 the key handling loop from an appropriate key. | |
11145 | |
11146 2005-10-25 Michael Albinus <michael.albinus@gmx.de> | |
11147 | |
11148 * vc.el (vc-dired-mode): Extend comment for binding of | |
11149 `directory-listing-before-filename-regexp'. | |
11150 | |
11151 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
11152 | |
11153 * textmodes/texinfo.el (texinfo-mode): | |
11154 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as | |
11155 not to unnecessarily expose emacs-mule's internal char codes. | |
11156 | |
11157 2005-10-25 Nick Roberts <nickrob@snap.net.nz> | |
11158 | |
11159 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo. | |
11160 Display hand pointer and help-echo on disabled icon too. | |
11161 (gdb-mouse-until): New function. | |
11162 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe. | |
11163 | |
11164 2005-10-24 Chong Yidong <cyd@stupidchicken.com> | |
11165 | |
11166 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line | |
11167 with 2005-10-23 change to doctor.el. | |
11168 | |
11169 * finder.el (finder-mode-map): Add follow-link binding. | |
11170 | |
11171 2005-10-25 Kim F. Storm <storm@cua.dk> | |
11172 | |
11173 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe | |
11174 to gdb-mouse-toggle-breakpoint-fringe. | |
11175 (gdb-mouse-toggle-breakpoint-margin): Rename from | |
11176 gdb-mouse-toggle-breakpoint. Fix doc. | |
11177 (gdb-mouse-toggle-breakpoint-fringe): New defun. | |
11178 (gdb-put-string): Add optional SPROPS arg. Add props to string. | |
11179 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled | |
11180 string properties also for fringe breakpoint bitmaps. | |
11181 | |
11182 2005-10-24 Carsten Dominik <dominik@science.uva.nl> | |
11183 | |
11184 * textmodes/org.el (org-start-icalendar-file): Fix format form. | |
11185 | |
11186 2005-10-25 Masatake YAMATO <jet@gyve.org> | |
11187 | |
11188 * simple.el (completion-common-substring): | |
11189 Use `completion-common-substring' prior to `completion-base-size'. | |
11190 | |
11191 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org> | |
11192 | |
11193 * savehist.el: Require CL while compiling. | |
11194 (savehist-history-variables): Remove. | |
11195 (savehist-save-minibuffer-history, savehist-additional-variables) | |
11196 (savehist-minibuffer-history-variables): New vars. | |
11197 (savehist-save): Use them. | |
11198 (savehist-uninstall, savehist-minibuffer-hook): New funs. | |
11199 (savehist-install): New fun, extracted from savehist-load. | |
11200 (savehist-load): Use them. | |
11201 | |
11202 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
11203 | |
11204 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add | |
11205 a dummy doc-string-elt property. | |
11206 (defalias, defvaralias, define-category): Add a docstring property. | |
11207 | |
11208 * image.el (defimage): | |
11209 * widget.el (define-widget): | |
11210 * custom.el (defface, defcustom): Add `doc-string' declaration. | |
11211 | |
11212 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order. | |
11213 (defadvice): Add `doc-string' declaration. | |
11214 | |
11215 * emacs-lisp/byte-run.el (macro-declaration-function): | |
11216 Handle `doc-string' declarations. | |
11217 (define-obsolete-function-alias, define-obsolete-variable-alias): | |
11218 Add `doc-string' declaration. | |
11219 | |
11220 2005-10-24 Kenichi Handa <handa@m17n.org> | |
11221 | |
11222 * international/utf-7.el (utf-7): Add autoload cookie. | |
11223 | |
11224 * term/x-win.el: Register more Cyrillic characters in x-keysym-table. | |
11225 | |
11226 2005-10-24 Eli Zaretskii <eliz@gnu.org> | |
11227 | |
11228 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the | |
11229 list of directories passed to batch-update-autoloads. Add "." to | |
11230 the list of the echoed directories. | |
11231 | |
11232 * pgg-def.el: | |
11233 * pgg-gpg.el: | |
11234 * pgg-parse.el: | |
11235 * pgg-pgp.el: | |
11236 * pgg-pgp5.el: | |
11237 * pgg.el: Moved here from the gnus subdirectory. | |
11238 | |
11239 2005-10-24 Nick Roberts <nickrob@snap.net.nz> | |
11240 | |
11241 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t | |
11242 in case comint-prompt-read-only is set to t. | |
11243 | |
11244 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t | |
11245 in case comint-prompt-read-only is set to t. | |
11246 | |
11247 2005-10-24 Ulf Jasper <ulf.jasper@web.de> | |
11248 | |
11249 * calendar/icalendar.el (icalendar-version): Increase to 0.13. | |
11250 Now a string. | |
11251 (icalendar-import-format): Handle CLASS, STATUS, URL. | |
11252 Rename `subject' to `summary'. | |
11253 (icalendar-import-format-summary): Rename from | |
11254 `icalendar-import-format-subject'. | |
11255 (icalendar-import-format-url, icalendar-import-format-status) | |
11256 (icalendar-import-format-class): New variables. | |
11257 (icalendar--rris): Take variable argument list. | |
11258 (icalendar--datestring-to-isodate): Remove unnecessary | |
11259 calendar-style check when converting dates with explicit month names. | |
11260 (icalendar-export-region): Change return type of conversion | |
11261 subroutines. Bury current buffer unless error occurred. | |
11262 (icalendar--convert-to-ical) | |
11263 (icalendar--parse-summary-and-rest): New functions. | |
11264 (icalendar--convert-ordinary-to-ical) | |
11265 (icalendar--convert-weekly-to-ical) | |
11266 (icalendar--convert-yearly-to-ical) | |
11267 (icalendar--convert-block-to-ical) | |
11268 (icalendar--convert-cyclic-to-ical) | |
11269 (icalendar--convert-anniversary-to-ical): Change return type. | |
11270 Strip trailing blanks from subject. | |
11271 (icalendar--convert-sexp-to-ical): Change return type. | |
11272 Strip trailing blanks from subject. Handle simple sexp | |
11273 entries as generated by icalendar.el. | |
11274 (icalendar--convert-float-to-ical) | |
11275 (icalendar--convert-date-to-ical): Strip trailing blanks from subject. | |
11276 (icalendar-import-file): Doc fix. | |
11277 (icalendar--format-ical-event): Handle CLASS, STATUS, URL. | |
11278 Correct call to icalendar--rris. | |
11279 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to | |
11280 `summary'. | |
11281 (icalendar--add-diary-entry): Rename `subject' to `summary'. | |
11282 | |
11283 2005-10-24 Romain Francoise <romain@orebokech.com> | |
11284 | |
11285 * server.el (server-sentinel): Set query-on-exit flag to nil on | |
11286 new client processes (it isn't inherited from the server process). | |
11287 | |
11288 * replace.el (occur-engine): Rearrange text properties. | |
11289 | |
11290 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
11291 | |
11292 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume | |
11293 case-fold-search is nil. | |
11294 (debug-help-follow): Use help-xref-interned directly. | |
11295 | |
11296 2005-10-23 Chong Yidong <cyd@stupidchicken.com> | |
11297 | |
11298 * thumbs.el (thumbs-image-type): Add .pbm. | |
11299 | |
11300 2005-10-23 Richard M. Stallman <rms@gnu.org> | |
11301 | |
11302 * faces.el (inhibit-face-set-after-frame-default): New variable. | |
11303 (set-face-attribute): Bind it. | |
11304 (face-set-after-frame-default): Test it. | |
11305 | |
11306 * help-fns.el (describe-simplify-lib-file-name): New function. | |
11307 (describe-function-1, describe-variable): Use it. | |
11308 | |
11309 * faces.el (describe-face): Use describe-simplify-lib-file-name. | |
11310 | |
11311 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults. | |
11312 Eliminate nil as possible value. | |
11313 (tooltip-hide-delay): Reduce internal-border-width. | |
11314 | |
11315 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string. | |
11316 (menu-bar-file-menu) <new-file>: Likewise. | |
11317 | |
11318 * simple.el (line-move-finish): Ignore fields computing LINE-END. | |
11319 | |
11320 * international/mule.el (load-with-code-conversion): | |
11321 Pass full file name to `eval-buffer' unless preloading. | |
11322 | |
11323 * textmodes/flyspell.el (flyspell-large-region): | |
11324 Call ispell-check-version. | |
11325 | |
11326 * textmodes/ispell.el (ispell-local-dictionary-overridden): | |
11327 Fix the make-variable-buffer-local call that was supposed | |
11328 to be for this variable. | |
11329 (ispell-aspell-supports-utf8): Doc fix. | |
11330 (ispell-find-aspell-dictionaries): Preserve elements of | |
11331 ispell-dictionary-alist for dictionaries that aspell doesn't report. | |
11332 (ispell-aspell-find-dictionary): Return nil on error. | |
11333 | |
11334 * play/doctor.el (doctor-doc): Don't say "psychiatrist". | |
11335 (doctor-symptoms): Likewise. | |
11336 | |
11337 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs. | |
11338 | |
11339 2005-10-23 Chong Yidong <cyd@stupidchicken.com> | |
11340 | |
11341 * cus-edit.el (custom-button, custom-button-pressed): New vars. | |
11342 (custom-raised-buttons): Add :set spec. | |
11343 (custom-button-unraised, custom-button-pressed-unraised): | |
11344 New faces, so that custom-raised-buttons actually does something. | |
11345 (custom-mode): Use custom-button and custom-button-pressed. | |
11346 | |
11347 * wid-edit.el (widget-specify-button): Don't ignore | |
11348 widget-mouse-face on graphic terminals. | |
11349 (widget-move-and-invoke): Cleanup. | |
11350 | |
11351 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org> | |
11352 | |
11353 * whitespace.el (whitespace-cleanup): Doc fix. | |
11354 | |
11355 2005-10-23 Romain Francoise <romain@orebokech.com> | |
11356 | |
11357 * emulation/viper.el (viper-set-hooks): Quote forms passed to | |
11358 `eval-after-load' to avoid evaluating their result. | |
11359 | |
11360 2005-10-23 Michael Albinus <michael.albinus@gmx.de> | |
11361 | |
11362 * files.el (directory-listing-before-filename-regexp): | |
11363 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el. | |
11364 | |
11365 * dired.el (dired-move-to-filename-regexp): Remove. | |
11366 All occurences replaced by `directory-listing-before-filename-regexp'. | |
11367 | |
11368 * dired-x.el, locate.el, vc.el: | |
11369 Replace `dired-move-to-filename-regexp' by | |
11370 `directory-listing-before-filename-regexp'. In vc.el it is | |
11371 overwritten locally; maybe this can be handled in files.el too. | |
11372 | |
11373 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences | |
11374 replaced by `directory-listing-before-filename-regexp'. | |
11375 | |
11376 2005-10-23 Andreas Schwab <schwab@suse.de> | |
11377 | |
11378 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup | |
11379 and eval-next-after-load. | |
11380 | |
11381 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | |
11382 | |
11383 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't | |
11384 exist, create it. | |
11385 | |
11386 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com> | |
11387 | |
11388 * allout.el: Remove autoloads for mailcrypt and crypt++. | |
11389 Require pgg, pgg-gpg during compilation. | |
11390 (allout-version): Increment version number to 2.1, and use a literal | |
11391 rather than RCS Id. | |
11392 (allout-default-encryption-scheme): Remove. | |
11393 (allout-passphrase-verifier-handling) | |
11394 (allout-passphrase-verifier-string) | |
11395 (allout-file-passphrase-verifier-string) | |
11396 (allout-passphrase-hint-string): Rename -key- to -passphrase-. | |
11397 (allout-passphrase-hint-handling): Rename and simplify. | |
11398 (allout-init): Use `find-file-hook' if available, otherwise | |
11399 `find-file-hooks'. | |
11400 (allout-mode): Use `write-file-functions' if available, otherwise | |
11401 `local-write-file-hooks' and, instead of making auto-save-hook | |
11402 buffer local, make the write-file-hook activity contingent to | |
11403 allout-mode. | |
11404 (allout-mode): Use key-binding substitution in the docstring. | |
11405 (allout-kill-line): Spell-out kill ring data structure mutation | |
11406 instead of using byte-compiler-complaint-provoking `pop'. | |
11407 (allout-insert-listified): Use `insert' rather than `insert-string' | |
11408 (allout-toggle-current-subtree-encryption): Update docstring, adjust | |
11409 to new gpp-based encryption, use new `allout-encrypted-topic-p'. | |
11410 (allout-encrypt-string): Totally revamped vis new underlying | |
11411 encryption facilities. | |
11412 (allout-mc-activate-passwd): Remove. | |
11413 (allout-obtain-passphrase): New, more or less replaces | |
11414 allout-mc-activate-passwd. | |
11415 (allout-encrypted-key-info): More or less replaces | |
11416 allout-encrypted-text-type. | |
11417 (outlineify-sticky, outlinify-sticky): Add autoload cookie. | |
11418 (my-mark-marker): Use `(featurep 'xemacs)'. | |
11419 | |
11420 2005-10-23 Lars Hansen <larsh@soem.dk> | |
11421 | |
11422 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda. | |
11423 (byte-compile-file-form-defmumble, byte-compile-defun) | |
11424 (byte-compile-defmacro): Use it. | |
11425 (byte-compile-form): Don't call byte-compile-set-symbol-position | |
11426 when a byte-compile handler is called. | |
11427 | |
11428 2005-10-22 Romain Francoise <romain@orebokech.com> | |
11429 | |
11430 * savehist.el (savehist-history-variables): Add `grep-find-history'. | |
11431 | |
11432 * subr.el (eval-after-load): Convert library name to an absolute | |
11433 file name using locate-library, since load-history no longer has | |
11434 library names in it. | |
11435 | |
11436 2005-10-22 Richard M. Stallman <rms@gnu.org> | |
11437 | |
11438 * files.el (make-temp-file): Move from subr.el. | |
11439 * subr.el (make-temp-file): Move to files.el. | |
11440 | |
11441 * window.el (get-buffer-window-list): Move from subr.el. | |
11442 * subr.el (get-buffer-window-list): Move to window.el. | |
11443 | |
11444 * image.el (image-load-path): Use eval-at-startup to initialize. | |
11445 | |
11446 * subr.el (eval-at-startup): New macro. | |
11447 | |
11448 * subr.el: Much rearrangement of functions and division | |
11449 into pages. No code changes. | |
11450 | |
11451 2005-10-22 Kenichi Handa <handa@m17n.org> | |
11452 | |
11453 * tar-mode.el (tar-extract): Be sure to call | |
11454 find-operation-coding-system if set-auto-coding doesn't find a | |
11455 coding system. | |
11456 | |
11457 2005-10-22 Kim F. Storm <storm@cua.dk> | |
11458 | |
11459 * image.el (image-type-header-regexps): Rename from image-type-regexps. | |
11460 Change users. | |
11461 (image-type-file-name-regexps): New defconst. | |
11462 (image-type-from-data): Simplify loop. | |
11463 (image-type-from-buffer): New defun. | |
11464 (image-type-from-file-header): Use it instead of image-type-from-data. | |
11465 Use image-search-load-path instead of only looking in data-directory. | |
11466 (image-type-from-file-name): New defun. | |
11467 (image-search-load-path): Change `pathname' to `filename'. | |
11468 Make PATH arg optional, default to image-load-path. | |
11469 | |
11470 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
11471 | |
11472 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base. | |
11473 | |
11474 * textmodes/paragraphs.el (sentence-end-base): New variable. | |
11475 (sentence-end): Use sentence-end-base. | |
11476 | |
11477 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
11478 | |
11479 * font-lock.el (font-lock-default-fontify-region): Check the multiline | |
11480 property independently from the font-lock-multiline variable. | |
11481 | |
11482 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
11483 | |
11484 * emacs-lisp/find-func.el (find-library-name): Doc fix. | |
11485 | |
11486 * startup.el (command-line): Convert library names | |
11487 in `load-history' to absolute file names. | |
11488 | |
11489 * subr.el (symbol-file): Doc fix. | |
11490 | |
11491 * loadhist.el (file-loadhist-lookup): Call locate-library | |
11492 instead of find-library-name. Don't try converting | |
11493 abs file names to library names, since load-history no longer | |
11494 has library names in it. | |
11495 (file-dependents, file-provides, file-requires): Doc fixes. | |
11496 | |
11497 2005-10-21 Juri Linkov <juri@jurta.org> | |
11498 | |
11499 * progmodes/etags.el (tags-table-mode): New function. | |
11500 (tags-verify-table): Replace initialize-new-tags-table with | |
11501 tags-table-mode. | |
11502 | |
11503 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the | |
11504 default value. | |
11505 (desktop-modes-not-to-save): Add tags-table-mode to the | |
11506 default value. | |
11507 | |
11508 * info.el (Info-index-next): Add total number of index | |
11509 alternatives to the message. | |
11510 | |
11511 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip | |
11512 backward only space (instead of space and period) before looking | |
11513 at sentence end. | |
11514 | |
11515 * simple.el (set-variable): Use user-variable-p instead of symbolp. | |
11516 Add the old variable value as 4th default-value arg of read-string. | |
11517 | |
11518 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
11519 | |
11520 * cus-face.el (custom-declare-face): Make face from X resources | |
11521 also on Mac. | |
11522 | |
11523 * disp-table.el (standard-display-g1, standard-display-graphic): | |
11524 Refuse to use string glyphs also on Mac. | |
11525 (standard-display-european): Don't set terminal coding system also | |
11526 on Mac. | |
11527 | |
11528 * frame.el (display-screens): Use x-display-screens also on Mac. | |
11529 | |
11530 2005-10-21 Romain Francoise <romain@orebokech.com> | |
11531 | |
11532 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address. | |
11533 | |
11534 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
11535 | |
11536 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@ | |
11537 and $? into sexps. | |
11538 | |
11539 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the | |
11540 warning face on open-paren-in-column-0. | |
11541 | |
11542 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner | |
11543 boundary case. Fix typo. | |
11544 Suggested by Martin Rudalics <rudalics@gmx.at>. | |
11545 | |
11546 2005-10-21 Carsten Dominik <dominik@science.uva.nl> | |
11547 | |
11548 * textmodes/org.el (org-combined-agenda-icalendar-file) | |
11549 (org-icalendar-include-todo, org-icalendar-combined-name): New options. | |
11550 (org-export-icalendar-this-file) | |
11551 (org-export-icalendar-all-agenda-files) | |
11552 (org-export-icalendar-combine-agenda-files): New commands. | |
11553 (org-export-icalendar, org-print-icalendar-entries) | |
11554 (org-start-icalendar-file, org-finish-icalendar-file) | |
11555 (org-ical-ts-to-string): New functions. | |
11556 (org-read-date, org-goto-calendar) | |
11557 (org-agenda-goto-calendar): Inhibit displaying diary entries by | |
11558 call to `calendar'. | |
11559 (orgtbl-setup): Remove the :keys arguments from the menu description. | |
11560 (org-after-save-iCalendar-file-hook): New variable. | |
11561 | |
11562 2005-10-21 Kenichi Handa <handa@m17n.org> | |
11563 | |
11564 * language/vietnamese.el (tcvn-5712): Make it an alias of | |
11565 vietnamese-tcvn coding-system. | |
11566 | |
11567 2005-10-20 Michael Albinus <michael.albinus@gmx.de> | |
11568 | |
11569 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no | |
11570 group id is given. | |
11571 | |
11572 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
11573 | |
11574 * progmodes/sh-script.el (sh-escaped-line-re): New var. | |
11575 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it. | |
11576 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters | |
11577 whose line is either continued or ends with a comment. | |
11578 | |
11579 2005-10-20 Romain Francoise <romain@orebokech.com> | |
11580 | |
11581 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user. | |
11582 | |
11583 * replace.el (occur-engine): Add follow-link property. | |
11584 | |
11585 * font-core.el (font-lock-mode): Doc fix. | |
11586 | |
11587 2005-10-20 Richard M. Stallman <rms@gnu.org> | |
11588 | |
11589 * net/rcirc.el: New file. | |
11590 | |
11591 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change) | |
11592 | |
11593 * term.el (term-term-name): Initialize to "eterm-color". | |
11594 | |
11595 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com> | |
11596 | |
11597 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all | |
11598 for encryption functionality. | |
11599 Move allout customization subgroup from `editing' to `outlines' group. | |
11600 Fix commentary keywords to legitimate ones. | |
11601 Update author info (using my current email address, obscurified). | |
11602 (allout-encrypt-string, allout-encryption-produce-work-buffer) | |
11603 (allout-encrypted-topic-p, allout-encrypted-text-type) | |
11604 (allout-mc-activate-passwd, allout-create-encryption-key-verifier) | |
11605 (allout-situate-encryption-key-verifier) | |
11606 (allout-get-encryption-key-verifier, allout-verify-key) | |
11607 (allout-next-topic-pending-encryption) | |
11608 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs. | |
11609 (outline-topic-encryption-bullet, outline-default-encryption-scheme) | |
11610 (outline-key-verifier-handling, outline-key-hint-handling) | |
11611 (outline-encrypt-unencrypted-on-saves): New defcustoms. | |
11612 (allout-file-key-verifier-string, allout-encryption-scheme) | |
11613 (allout-key-verifier-string, allout-key-hint-string) | |
11614 (allout-after-save-decrypt): New variables. | |
11615 (allout-write-file-hook-handler, allout-auto-save-hook-handler) | |
11616 (allout-after-saves-handler): New hook functions. | |
11617 (allout-post-command-business): Do allout-after-save-decrypt. | |
11618 (allout-enable-file-variable-adjustment): Custom var to enable | |
11619 mechanism for adding and adjusting settings of Emacs file variables. | |
11620 (allout-adjust-file-variable, allout-file-vars-section-data): | |
11621 New functions, implement the mechanism. | |
11622 (outlineify-sticky): Use the file vars mechanism. | |
11623 (allout-inhibit-protection, allout-during-write-cue) | |
11624 (allout-override-protect, allout-before-change-protect): Remove. | |
11625 (allout-flag-region, allout-open-topic): Adjust read-only text. | |
11626 (allout-open-line-not-read-only): Add to facilitate read-only | |
11627 text based protection. | |
11628 (allout-kill-line): Revise to adjust read-only text, clue the | |
11629 user about the inhibition. | |
11630 (allout-unprotected): Use unwind-protect. | |
11631 (allout-shift-in, allout-shift-out): Disallow manually shifting a | |
11632 topic deeper than the offspring depth of the previous topic - | |
11633 avoiding confusing "containment discontinuities". | |
11634 (allout-reindent-bodies): Fix retention of body relative hanging | |
11635 indent during promotion of collapsed bodies. | |
11636 (allout-open-topic): Make it easy to open new topic with same | |
11637 bullet as current topic - topic creation functions provided with | |
11638 any universal argument provokes now prompt for bullet, defaulting | |
11639 to the bullet of the previous topic. | |
11640 (allout-plain-bullets-string, allout-distinctive-bullets-string): | |
11641 Plain bullet alternates `.' period and `,' comma only. All other | |
11642 bullets are relegated to special status (but customizable). | |
11643 (allout-end-of-entry): Rename from allout-end-of-current-entry | |
11644 since it actually operates w.r.t. most immediately containing | |
11645 entry, visible or not. | |
11646 (allout-hide-current-entry, allout-show-current-entry): Use the | |
11647 revised version. | |
11648 (allout-old-expose-topic): Solidify deprecation. | |
11649 (allout-end-of-subtree): Add so we can span concealed as well | |
11650 as visible topics. | |
11651 (allout-end-of-current-subtree): Use `allout-end-of-subtree'. | |
11652 (allout-end-of-current-heading): Tweak to just respect the first line. | |
11653 (allout-get-body-text): Add. | |
11654 (allout-ascend-to-depth, allout-ascend): Position at end of prefix | |
11655 when invoked interactively. | |
11656 (allout-up-current-level): Use `interactive-p'. | |
11657 (allout-mode, allout-init): Miscellaneous docstring and | |
11658 operational refinements, as well as hookups of new encryption stuff. | |
11659 (allout-beginning-of-current-entry): Now works as advertised. | |
11660 (allout-end-of-current-entry): Remove of superfluous allout-show-entry. | |
11661 (allout-isearch-rectification): Refine condition for isearching. | |
11662 (allout-isearch-abort, allout-enwrap-isearch) | |
11663 (allout-flag-region, my-region-active-p): Relocate some macros. | |
11664 (allout-title): Fallback title is (buffer-name), not | |
11665 non-existing (current-buffer-name). | |
11666 (subst-char-in-string): Define if absent (for some XEmacs versions). | |
11667 | |
11668 2005-10-20 Jari Aalto <jari.aalto@cante.net> | |
11669 | |
11670 * mail/sendmail.el (mail-setup-hook, mail-aliases) | |
11671 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks) | |
11672 (mail-citation-prefix-regexp, mail-signature-file) | |
11673 (mail-default-headers, mail-bury-selects-summary) | |
11674 (mail-send-nonascii): Add autoload cookies. | |
11675 | |
11676 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | |
11677 | |
11678 * frame.el (blink-cursor-mode): Add `mac' to the list of | |
11679 window-system's that support blinking cursor. | |
11680 | |
11681 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de> | |
11682 | |
11683 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring. | |
11684 | |
11685 2005-10-20 Eli Zaretskii <eliz@gnu.org> | |
11686 | |
11687 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): | |
11688 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due | |
11689 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el. | |
11690 | |
11691 2005-10-20 Kim F. Storm <storm@cua.dk> | |
11692 | |
11693 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root. | |
11694 (ido-set-current-directory): Don't add / after final @. | |
11695 (ido-file-name-all-completions-1): Adapt to fixed tramp completion. | |
11696 Explicitly handle ange-ftp completion oddities. | |
11697 (ido-make-file-list): Don't rotate list at tramp root to avoid | |
11698 triggering tramp file handler for expand-file-name via get-file-buffer. | |
11699 | |
11700 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
11701 | |
11702 * savehist.el (savehist-coding-system): Revert to checking XEmacs. | |
11703 | |
11704 2005-10-19 Jay Belanger <belanger@truman.edu> | |
11705 | |
11706 * calc/calc-units.el (math-standard-units): Add units, adjust | |
11707 symbols and update values. | |
11708 (math-unit-prefixes): Add more prefixes. | |
11709 | |
11710 2005-10-19 Romain Francoise <romain@orebokech.com> | |
11711 | |
11712 * bookmark.el (bookmark-menu-heading): New face. | |
11713 (bookmark-bmenu-list): Use it. | |
11714 Don't fiddle with `baud-rate' at top-level. | |
11715 | |
11716 2005-10-18 Chong Yidong <cyd@stupidchicken.com> | |
11717 | |
11718 * image.el (create-image, find-image): Mention max-image-size in | |
11719 docstring. | |
11720 | |
11721 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
11722 | |
11723 * savehist.el (savehist-load): Revert to checking XEmacs. | |
11724 | |
11725 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist. | |
11726 Various docstring and line-width fixups. | |
11727 (conf-mode): Use cond. | |
11728 Set font-lock-defaults. Don't set comment-use-syntax. | |
11729 | |
11730 2005-10-18 David Ponce <david@dponce.com> | |
11731 | |
11732 * tree-widget.el (tree-widget-button-click): New function. | |
11733 (tree-widget-button-keymap): Use it. | |
11734 | |
11735 2005-10-18 Romain Francoise <romain@orebokech.com> | |
11736 | |
11737 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list) | |
11738 (bookmark-bmenu-hide-filenames): Add follow-link property. | |
11739 Improve help-echo text. | |
11740 | |
11741 * ffap.el (find-file-at-point): Doc fix. | |
11742 | |
11743 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
11744 | |
11745 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame. | |
11746 | |
11747 2005-10-18 Masatake YAMATO <jet@gyve.org> | |
11748 | |
11749 Install to the CVS repository what I forgot to install in my | |
11750 2005-10-16 changes. | |
11751 | |
11752 * progmodes/python.el (python-complete-symbol): Pass the common | |
11753 prefix substring of completion to `display-completion-list'. | |
11754 | |
11755 * textmodes/org.el (org-complete): Ditto. | |
11756 | |
11757 2005-10-18 Masatake YAMATO <jet@gyve.org> | |
11758 | |
11759 Fix a bug reported by Sven Joachim <sven_joachim@web.de>. | |
11760 | |
11761 * woman.el (WoMan-xref-man-page): New button type derived | |
11762 from `Man-abstract-xref-man-page'. | |
11763 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'. | |
11764 | |
11765 * man.el (Man-abstract-xref-man-page): New button type. | |
11766 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'. | |
11767 (Man-highlight-references): Add new optional argument `xref-man-type'. | |
11768 | |
11769 2005-10-18 Nick Roberts <nickrob@snap.net.nz> | |
11770 | |
11771 * progmodes/gud.el (gud-menu-map): Correct condition for fringe. | |
11772 | |
11773 2005-10-17 Chong Yidong <cyd@stupidchicken.com> | |
11774 | |
11775 * cus-edit.el (Custom-move-and-invoke): Delete. | |
11776 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke. | |
11777 | |
11778 * wid-edit.el (widget-move-and-invoke): New function, from | |
11779 Custom-move-and-invoke. | |
11780 | |
11781 2005-10-17 Bill Wohler <wohler@newt.com> | |
11782 | |
11783 Move all remaining images from lisp/toolbar to etc/images, move | |
11784 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place | |
11785 the low resolution images in their own directory (low-color). | |
11786 | |
11787 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.* | |
11788 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.* | |
11789 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.* | |
11790 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.* | |
11791 * toolbar/preferences.*, toolbar/print.*, toolbar/save.* | |
11792 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.* | |
11793 * toolbar/spell.*, toolbar/undo.*: Move to etc/images. | |
11794 | |
11795 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*. | |
11796 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*. | |
11797 * toolbar/lc-help.*: Move to etc/images/low-color/help.*. | |
11798 * toolbar/lc-home.*: Move to etc/images/low-color/home.*. | |
11799 * toolbar/lc-index.*: Move to etc/images/low-color/index.*. | |
11800 * toolbar/lc-new.*: Move to etc/images/low-color/new.*. | |
11801 * toolbar/lc-open.*: Move to etc/images/low-color/open.*. | |
11802 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*. | |
11803 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*. | |
11804 * toolbar/lc-print.*: Move to etc/images/low-color/print.*. | |
11805 * toolbar/lc-save.*: Move to etc/images/low-color/save.*. | |
11806 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*. | |
11807 * toolbar/lc-search.*: Move to etc/images/low-color/search.*. | |
11808 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*. | |
11809 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*. | |
11810 | |
11811 To conform with convention, replace the underscore (_) in the | |
11812 following image names with dash (-) or (/) as appropriate. | |
11813 | |
11814 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*. | |
11815 * toolbar/fld_open.*: Move to etc/images/fld-open.*. | |
11816 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*. | |
11817 * toolbar/jump_to.*: Move to etc/images/jump-to.*. | |
11818 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*. | |
11819 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*. | |
11820 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*. | |
11821 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*. | |
11822 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*. | |
11823 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*. | |
11824 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*. | |
11825 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*. | |
11826 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*. | |
11827 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*. | |
11828 * toolbar/mail_send.*: Move to etc/images/mail/send.*. | |
11829 | |
11830 * info.el (info-tool-bar-map): Replace underscores in image names | |
11831 with dashes. | |
11832 | |
11833 * makefile.w32-in (WINS): Remove toolbar. | |
11834 | |
11835 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment. | |
11836 | |
11837 * tool-bar.el: Move to lisp from toolbar. Now that | |
11838 toolbar is empty, it should be deleted when folks run "cvs up -P". | |
11839 | |
11840 2005-10-18 Jay Belanger <belanger@truman.edu> | |
11841 | |
11842 * calc/calc-store.el (calc-store-into): Get the proper variable name | |
11843 to display in message. | |
11844 | |
11845 2005-10-18 Nick Roberts <nickrob@snap.net.nz> | |
11846 | |
11847 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch | |
11848 expressions display in speedbar for all buffers when debugging. | |
11849 (gdb-speedbar-expand-node): Ensure node contraction is always updated. | |
11850 | |
11851 * speedbar.el (speedbar-set-mode-line-format): Indent properly. | |
11852 (speedbar-insert-button, speedbar-make-button): | |
11853 Use add-text-properties. | |
11854 (speedbar-update-localized-contents) | |
11855 (speedbar-update-directory-contents) | |
11856 (speedbar-update-special-contents): Use dolist. | |
11857 (speedbar-buffer-easymenu-definition): Add a menu separator. | |
11858 | |
11859 2005-10-17 Jason Rumney <jasonr@gnu.org> | |
11860 | |
11861 * makefile.w32-in: Use $(lisp) consistently. | |
11862 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets | |
11863 for shell specific generation of mh-autoloads. | |
11864 | |
11865 2005-10-17 Richard M. Stallman <rms@gnu.org> | |
11866 | |
11867 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change. | |
11868 | |
11869 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
11870 | |
11871 * jit-lock.el (jit-lock-fontify-now): | |
11872 Move jit-lock-context-unfontify-pos to avoid wasted work. | |
11873 | |
11874 2005-10-17 Michael Albinus <michael.albinus@gmx.de> | |
11875 | |
11876 * net/tramp.el (tramp-completion-mode): New defvar. Used in | |
11877 `tramp-completion-mode' for checking if we are in completion mode. | |
11878 (tramp-completion-handle-file-name-all-completions): Reorder code | |
11879 in order to complete for file names only in case there are no | |
11880 method/user/host completions. This is necessary for cooperation | |
11881 with ido. Reported by Kim F. Storm <storm@cua.dk>. | |
11882 | |
11883 2005-10-16 Chong Yidong <cyd@stupidchicken.com> | |
11884 | |
11885 * longlines.el (longlines-search-forward) | |
11886 (longlines-search-backward): Match any number of spaces. | |
11887 | |
11888 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org> | |
11889 | |
11890 * diff-mode.el (diff-mode): Doc fix. | |
11891 | |
11892 2005-10-16 David Reitter <david.reitter@gmail.com> | |
11893 | |
11894 * mail/sendmail.el (send-mail-function): Use mailclient-send-it | |
11895 as default on darwin and windows systems. | |
11896 | |
11897 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change) | |
11898 | |
11899 * arc-mode.el (archive-zip-extract): Doc fix. | |
11900 | |
11901 2005-10-16 Romain Francoise <romain@orebokech.com> | |
11902 | |
11903 * mouse.el (mouse-1-click-follows-link): Doc fix. | |
11904 | |
11905 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
11906 | |
11907 * savehist.el: Don't require CL at runtime. | |
11908 (savehist-xemacs): Remove. | |
11909 (savehist-coding-system): Use utf-8 if present, regardless of religion. | |
11910 (savehist-no-conversion): Use (featurep 'xemacs). | |
11911 (savehist-load): Check existence of start-itimer rather than XEmacs. | |
11912 Use an idle timer. | |
11913 (savehist-process-for-saving): Replace use of CL funs `subseq' and | |
11914 `delete-if-not'. | |
11915 | |
11916 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org> | |
11917 | |
11918 * savehist.el: Newer version. | |
11919 (savehist-autosave-interval, savehist-coding-system, savehist-timer) | |
11920 (savehist-last-checksum, savehist-no-conversion): New vars. | |
11921 (savehist-autosave, savehist-process-for-saving, savehist-printable): | |
11922 New functions. | |
11923 (savehist-load, savehist-save): Use them. | |
11924 (savehist-delimit): Remove. | |
11925 | |
11926 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
11927 | |
11928 * progmodes/compile.el (compilation-goto-locus): Display the | |
11929 compilation buffer first and the source buffer second, in case they're | |
11930 in overlapping frames. Don't raise the compilation frame if it was the | |
11931 selected window upon entry. Pass the `other-window' arg to | |
11932 pop-to-buffer. | |
11933 | |
11934 * info.el (Info-fontify-node): Use dolist. | |
11935 Change add-text-properties to put-text-property. | |
11936 | |
11937 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
11938 | |
11939 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past | |
11940 bound of search. | |
11941 | |
11942 2005-10-16 Masatake YAMATO <jet@gyve.org> | |
11943 | |
11944 * dabbrev.el (dabbrev-completion): Pass the common | |
11945 prefix substring of completion to `display-completion-list'. | |
11946 | |
11947 * filecache.el (file-cache-minibuffer-complete) | |
11948 (file-cache-complete): Ditto. | |
11949 | |
11950 * tempo.el (tempo-display-completions): Ditto. | |
11951 | |
11952 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto. | |
11953 | |
11954 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto. | |
11955 | |
11956 * eshell/em-hist.el (eshell-list-history): Ditto. | |
11957 | |
11958 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto. | |
11959 | |
11960 * mail/mailalias.el (mail-complete): Ditto. | |
11961 | |
11962 * progmodes/etags.el (complete-tag): Ditto. | |
11963 | |
11964 * progmodes/make-mode.el (makefile-complete): Ditto. | |
11965 | |
11966 * progmodes/meta-mode.el (meta-complete-symbol): Ditto. | |
11967 | |
11968 * progmodes/octave-mod.el (octave-complete-symbol): Ditto. | |
11969 | |
11970 * progmodes/pascal.el (pascal-complete-word) | |
11971 (pascal-show-completions): Ditto. | |
11972 | |
11973 * textmodes/bibtex.el (bibtex-complete-internal): Ditto. | |
11974 | |
11975 * simple.el (completion-common-substring): New variable. | |
11976 (completion-setup-function): Use `completion-common-substring' | |
11977 to put faces. | |
11978 | |
11979 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
11980 | |
11981 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el. | |
11982 (x-get-selection, mac-select-convert-to-string): Convert from/to | |
11983 UTF-16 clipboard data as in native byte order, no BOM. | |
11984 | |
11985 2005-10-16 Nick Roberts <nickrob@snap.net.nz> | |
11986 | |
11987 * progmodes/gud.el (gud-tool-bar-map): Rename the images | |
11988 appropriately (gud/next, gud/nexti, gud/step, gud/stepi). | |
11989 (gud-sentinel): Use speedbar-frame to check for speedbar. | |
11990 | |
11991 2005-10-15 Richard M. Stallman <rms@gnu.org> | |
11992 | |
11993 * savehist.el: New file. | |
11994 | |
11995 2005-10-14 Karl Chen <quarl@cs.berkeley.edu> | |
11996 | |
11997 * textmodes/tex-mode.el (tex-font-lock-keywords-2): | |
11998 Fix bug in \bf fontification. | |
11999 | |
12000 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
12001 | |
12002 * pcvs.el (cvs-edit-log-files): New var. | |
12003 (cvs-mode-edit-log): New arg `file'. | |
12004 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property. | |
12005 Instead force the use of the original file and nothing else. | |
12006 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless | |
12007 the cvs-minor-wrap-function is set. | |
12008 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap. | |
12009 | |
12010 2005-10-14 Bill Wohler <wohler@newt.com> | |
12011 | |
12012 * toolbar/gud-break.*: Moved to etc/images/gud/break.*. | |
12013 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*. | |
12014 * toolbar/gud-down.*: Moved to etc/images/gud/down.*. | |
12015 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*. | |
12016 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*. | |
12017 * toolbar/gud-n.*: Moved to etc/images/gud/n.*. | |
12018 * toolbar/gud-print.*: Moved to etc/images/gud/print.*. | |
12019 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*. | |
12020 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*. | |
12021 * toolbar/gud-run.*: Moved to etc/images/gud/run.*. | |
12022 * toolbar/gud-si.*: Moved to etc/images/gud/si.*. | |
12023 * toolbar/gud-s.*: Moved to etc/images/gud/s.*. | |
12024 * toolbar/gud-until.*: Moved to etc/images/gud/until.*. | |
12025 * toolbar/gud-up.*: Moved to etc/images/gud/up.*. | |
12026 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*. | |
12027 | |
12028 * progmodes/gud.el (gud-tool-bar-map): Rename the images | |
12029 appropriately (for example, gud-break to gud/break). | |
12030 | |
12031 2005-10-14 Chong Yidong <cyd@stupidchicken.com> | |
12032 | |
12033 * longlines.el (longlinges-search-function) | |
12034 (longlines-search-forward, longlines-search-backward): New functions. | |
12035 (longlines-mode): Set isearch-search-fun-function to | |
12036 longlinges-search-function. | |
12037 | |
12038 * mouse.el (mouse-drag-region-1): Handle the case where a | |
12039 double-click event is bound to an arbitrary function. | |
12040 | |
12041 2005-10-14 David Ponce <david@dponce.com> | |
12042 | |
12043 * recentf.el (recentf-track-opened-file) | |
12044 (recentf-track-closed-file, recentf-update-menu) | |
12045 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff. | |
12046 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey | |
12047 mouse-1-click-follows-link. | |
12048 | |
12049 2005-10-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
12050 | |
12051 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from | |
12052 Gnome file-manager.png. Suggested by | |
12053 Joachim Nilsson <joachim.nilsson@vmlinux.org>. | |
12054 | |
12055 * toolbar/README: Add diropen.xpm. | |
12056 | |
12057 2005-10-13 Bill Wohler <wohler@newt.com> | |
12058 | |
12059 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE | |
12060 restrictions. Suggested by David Robinow <drobinow@gmail.com>. | |
12061 | |
12062 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
12063 | |
12064 * progmodes/mixal-mode.el (mixal-operation-codes-alist): | |
12065 Don't waste the byte-compiler's time on constant data. | |
12066 | |
12067 2005-10-13 Kenichi Handa <handa@m17n.org> | |
12068 | |
12069 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8 | |
12070 byte with `escape-glyph' face. | |
12071 | |
12072 * international/fontset.el (ccl-encode-unicode-font): | |
12073 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode. | |
12074 Handle the case that ucs-mule-to-mule-unicode translates a character to | |
12075 ASCII (usually for IPA characters). | |
12076 | |
12077 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
12078 | |
12079 * info.el (Info-fontify-node): Don't be fooled by a lone "...". | |
12080 Don't hide the underline of titles if font-lock-mode is disabled. | |
12081 | |
12082 2005-10-12 Bill Wohler <wohler@newt.com> | |
12083 | |
12084 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads. | |
12085 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any | |
12086 files in MH-E-SRC have been updated. | |
12087 (updates, compile, recompile, bootstrap): Depend on mh-autoloads. | |
12088 | |
12089 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
12090 | |
12091 * progmodes/mixal-mode.el (mixal-operation-codes): Remove. | |
12092 (mixal-mode-syntax-table): Add \n as end-comment. | |
12093 (mixal-operation-codes-alist): Immediately initialize to full value. | |
12094 (mixal-add-operation-code): Remove. | |
12095 (mixal-describe-operation-code): Make the arg non-optional. | |
12096 Use the interactive spec instead. | |
12097 Use mixal-operation-codes-alist rather than mixal-operation-codes. | |
12098 (mixal-font-lock-keywords): Don't highlight comments here any more. | |
12099 (mixal-font-lock-syntactic-keywords): New var. | |
12100 (mixal-mode): Use it. Fix comment-start-skip. | |
12101 | |
12102 2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
12103 | |
12104 * startup.el (command-line-x-option-alist): -nb => -nbi | |
12105 | |
12106 2005-10-12 Kim F. Storm <storm@cua.dk> | |
12107 | |
12108 * startup.el (fancy-splash-default-action): Discard mouse click in | |
12109 the splash screen window, as it has no sensible meaning in the | |
12110 next window to be selected. Fixes error reported by Jan D. | |
12111 | |
12112 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de> | |
12113 | |
12114 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil. | |
12115 | |
12116 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
12117 | |
12118 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project. | |
12119 Try to fix up minor layout issues like indentation, line break, etc... | |
12120 (mixal-mode-syntax-table): Don't try to specify comment syntax, | |
12121 because it doesn't work. | |
12122 (mixal-operation-codes): Add some more codes. | |
12123 (mixal-font-lock-keywords): Process comments here. | |
12124 (mixal-mode): mixasm no longer needs -g option. | |
12125 | |
12126 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change) | |
12127 | |
12128 * progmodes/sh-script.el (sh-tmp-file): | |
12129 Use mktemp -t. Finish support for es and rc shells. | |
12130 | |
12131 2005-10-11 Jay Belanger <belanger@truman.edu> | |
12132 | |
12133 * calc/calcalg2.el (calc-integral): With an argument, compute the | |
12134 definite integral. | |
12135 | |
12136 2005-10-11 Chong Yidong <cyd@stupidchicken.com> | |
12137 | |
12138 * mouse.el (mouse-drag-region-1): Don't try to catch a | |
12139 double-click when doing follow-link (it's overridden anyway). | |
12140 | |
12141 2005-10-11 Juanma Barranquero <lekktu@gmail.com> | |
12142 | |
12143 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix. | |
12144 (autoload-print-form-outbuf): Add docstring. | |
12145 | |
12146 2005-10-11 Juri Linkov <juri@jurta.org> | |
12147 | |
12148 * info.el (Info-mode-menu): Delete menu item "Edit". | |
12149 (Info-mode): Delete description of Info-edit from docstring, | |
12150 and rearrange descriptions of Info commands in the order | |
12151 they are documented in the Info manual. | |
12152 | |
12153 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
12154 | |
12155 * calendar/appt.el (appt-check): Use diary-selective-display var. | |
12156 | |
12157 2005-10-10 Richard M. Stallman <rms@gnu.org> | |
12158 | |
12159 * net/newsticker.el (newsticker-start, newsticker-show-news): | |
12160 Add autoload cookies. | |
12161 | |
12162 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> | |
12163 | |
12164 * progmodes/sh-script.el (sh-tmp-file): Use mktemp. | |
12165 | |
12166 2005-10-10 Karl Chen <quarl@cs.berkeley.edu> | |
12167 | |
12168 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop. | |
12169 | |
12170 2005-10-10 Jay Belanger <belanger@truman.edu> | |
12171 | |
12172 * calc/calc-arith.el (math-check-known-scalarp) | |
12173 (math-check-known-matrixp): Check the values of arguments that are | |
12174 variables. | |
12175 (math-check-known-square-matrixp): New function. | |
12176 (math-known-square-matrixp): Use math-check-known-square-matrixp. | |
12177 (math-super-types): Add sqmatrix type. | |
12178 | |
12179 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the | |
12180 mode name `square' to `sqmatrix'. | |
12181 | |
12182 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the | |
12183 mode name `square' to `sqmatrix'. | |
12184 | |
12185 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
12186 | |
12187 * progmodes/etags.el (select-tags-table-mode): Don't use | |
12188 selective-display. | |
12189 (tags-select-tags-table): Pass `button' to the action function. | |
12190 (select-tags-table): Place the side-info on button properties rather | |
12191 than in hidden text. Abbreviate file names. | |
12192 (select-tags-table-mode-map): Inherit rather than copy buttom-map. | |
12193 (select-tags-table-select): Add `button' argument. | |
12194 Get side-info from the button property rather than from hidden text. | |
12195 | |
12196 2005-10-11 Nick Roberts <nickrob@snap.net.nz> | |
12197 | |
12198 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings. | |
12199 (gud-speedbar-buttons): Preserve point if possible. | |
12200 (gud-sentinel): Restore previous speedbar display type. | |
12201 | |
12202 * progmodes/gdb-ui.el (gdba): Improve diagram. | |
12203 (def-gdb-auto-update-handler, gdb-info-locals-handler) | |
12204 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons): | |
12205 Call get-buffer-window once. | |
12206 | |
12207 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
12208 | |
12209 * progmodes/pascal.el (pascal-mode-map): Move init into declaration. | |
12210 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }. | |
12211 (pascal-indent-command): Remove unused var `ind'. | |
12212 (pascal-indent-case): Remove unused var `oldpos'. | |
12213 (pascal-outline-map): Don't inherit from pascal-mode-map anymore, | |
12214 since it's now used as a proper minor mode map. | |
12215 (pascal-outline): Rename to pascal-outline-mode. | |
12216 (pascal-outline-mode): Use define-minor-mode. | |
12217 (pascal-outline-mode, pascal-outline-change): Use overlays rather than | |
12218 selective-display. | |
12219 | |
12220 2005-10-10 Andreas Schwab <schwab@suse.de> | |
12221 | |
12222 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match | |
12223 number. Reported by Karl Chen <quarl@cs.berkeley.edu>. | |
12224 | |
12225 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building | |
12226 outside source directory. | |
12227 | |
12228 2005-10-10 Carsten Dominik <dominik@science.uva.nl> | |
12229 | |
12230 * textmodes/org.el (org-mode-map): Explicit definition of `C-c | |
12231 C-x' as a prefix. | |
12232 (orgtbl-mode-map): Full keymap instead of sparse, because all | |
12233 `self-insert-command' keys are redefined in this map. | |
12234 (org-export-as-html): Specify charset for HTML file, by taking it | |
12235 from the coding system. | |
12236 | |
12237 2005-10-10 Kenichi Handa <handa@m17n.org> | |
12238 | |
12239 * textmodes/flyspell.el (flyspell-check-word-p): | |
12240 If unread-command-events is non-empty, don't call sit-for. | |
12241 | |
12242 2005-10-09 Richard M. Stallman <rms@gnu.org> | |
12243 | |
12244 * font-lock.el (font-lock-syntactic-keywords) | |
12245 (font-lock-keywords): Doc fixes. | |
12246 | |
12247 * textmodes/flyspell.el (flyspell-external-point-words): | |
12248 Simplify logic, and don't try to check for consecutive appearances | |
12249 of one incorrect word. | |
12250 | |
12251 2005-10-10 Nick Roberts <nickrob@snap.net.nz> | |
12252 | |
12253 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu | |
12254 separator. | |
12255 | |
12256 * progmodes/gud.el (gud-last-speedbar-buffer): Remove. | |
12257 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list. | |
12258 (gud-expansion-speedbar-buttons): New function. | |
12259 (gud-speedbar-buttons): Check for gud-comint-buffer. | |
12260 | |
12261 2005-10-09 Bill Wohler <wohler@newt.com> | |
12262 | |
12263 * Makefile.in (updates): Add mh-loaddefs dependency. | |
12264 | |
12265 2005-10-09 Chong Yidong <cyd@stupidchicken.com> | |
12266 | |
12267 * speedbar.el (speedbar-file-key-map): Fix typo. | |
12268 | |
12269 2005-10-09 Daniel Brockman <daniel@brockman.se> | |
12270 | |
12271 * cus-start.el (line-spacing): Add custom spec. | |
12272 | |
12273 2005-10-09 Romain Francoise <romain@orebokech.com> | |
12274 | |
12275 * textmodes/ispell.el (ispell-check-version): Fix last change. | |
12276 | |
12277 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
12278 | |
12279 * term/x-win.el: Remove -i, --icon-type from comment. | |
12280 | |
12281 * startup.el (command-line-x-option-alist): Remove options -i, | |
12282 -itype, --icon-type, added -nb, --no-bitmap-icon | |
12283 | |
12284 2005-10-09 Nick Roberts <nickrob@snap.net.nz> | |
12285 | |
12286 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible | |
12287 instead of :active. | |
12288 | |
12289 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change) | |
12290 | |
12291 * textmodes/ispell.el (ispell-check-version): | |
12292 Ignore hyphen, and all that follows, in aspell's version text. | |
12293 | |
12294 2005-10-08 Jay Belanger <belanger@truman.edu> | |
12295 | |
12296 * calc/calc-arith.el (math-known-square-matrixp): New function. | |
12297 (math-pow-fancy): Check for matrices before distributing exponent | |
12298 across products. | |
12299 | |
12300 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for | |
12301 fullscreen keypad. Suggested by Luc Teirlinck. | |
12302 (calc-keypad-show-input): Add space for formatting. | |
12303 | |
12304 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): | |
12305 Add square matrix option. | |
12306 | |
12307 * calc/calc-poly.el (math-expand-term): Check for matrices instead | |
12308 of checking calc-matrix-mode when deciding how to expand. | |
12309 | |
12310 * calc/calc.el (calc-set-mode-line): Add square matrix option. | |
12311 | |
12312 2005-10-08 Lars Hansen <larsh@soem.dk> | |
12313 | |
12314 * net/tramp.el (tramp-perl-directory-files-and-attributes): | |
12315 Add error handling. | |
12316 (tramp-handle-directory-files-and-attributes): Handle perl error msg. | |
12317 | |
12318 2005-10-08 Michael Albinus <michael.albinus@gmx.de> | |
12319 | |
12320 Sync with Tramp 2.0.51. | |
12321 | |
12322 * net/tramp.el (tramp-handle-set-visited-file-modtime) | |
12323 (tramp-handle-insert-file-contents, tramp-handle-write-region): | |
12324 Insert special handling for `last-coding-system-used', again | |
12325 it still seems to be necessary (unlike stated before). | |
12326 Reported by Toshinori Sugita <sugita@d-pad.co.jp>. | |
12327 (tramp-password-prompt-regexp): There might be other words before | |
12328 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>. | |
12329 (tramp-chunksize): Improve docstring. | |
12330 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks | |
12331 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by | |
12332 Christian Joergensen <bugs@razor.dk>. | |
12333 | |
12334 2005-10-07 Glenn Morris <rgm@gnu.org> | |
12335 | |
12336 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix. | |
12337 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double | |
12338 precision'. | |
12339 | |
12340 2005-10-07 Romain Francoise <romain@orebokech.com> | |
12341 | |
12342 * ibuf-ext.el (ibuffer-do-shell-command-pipe) | |
12343 (ibuffer-do-shell-command-pipe-replace) | |
12344 (ibuffer-do-shell-command-file, ibuffer-do-eval) | |
12345 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely) | |
12346 (ibuffer-do-revert, ibuffer-do-replace-regexp) | |
12347 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp) | |
12348 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode) | |
12349 (ibuffer-filter-by-name, ibuffer-filter-by-filename) | |
12350 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt) | |
12351 (ibuffer-filter-by-content, ibuffer-filter-by-predicate | |
12352 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name) | |
12353 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size): | |
12354 Autoload file sans suffix. | |
12355 | |
12356 * emulation/cua-base.el (cua-toggle-global-mark): Likewise. | |
12357 | |
12358 2005-10-07 David Ponce <david@dponce.com> | |
12359 | |
12360 * recentf.el (recentf-menu-open-all-flag): New option. | |
12361 (recentf-digit-shortcut-command-name): New function. | |
12362 (recentf--shortcuts-keymap): New variable. | |
12363 (recentf-menu-shortcuts): New variable. | |
12364 (recentf-make-menu-items): Initialize it. Replace the "More..." | |
12365 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil. | |
12366 (recentf-menu-value-shortcut): New function. | |
12367 (recentf-make-menu-item): Use it. No more in-lined. | |
12368 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'. | |
12369 (recentf-open-most-recent-file): Rename from | |
12370 `recentf-open-file-with-key'. Don't depend on key binding. | |
12371 (recentf-mode-map): New variable. | |
12372 (recentf-mode): Use it. | |
12373 | |
12374 2005-10-06 Bill Wohler <wohler@newt.com> | |
12375 | |
12376 * mh-e/mh-loaddefs.el: Remove. Now generated automatically. | |
12377 | |
12378 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el. | |
12379 (MH-E-SRC): New. Used by mh-autoloads. | |
12380 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any | |
12381 files in MH-E-SRC have been updated. | |
12382 (compile, recompile, bootstrap): Depend on mh-autoloads. | |
12383 | |
12384 2005-10-07 Nick Roberts <nickrob@snap.net.nz> | |
12385 | |
12386 * progmodes/gud.el (gud-menu-map): Only display un-intuitive | |
12387 gud-break and gud-remove icons when the fringe is not available. | |
12388 | |
12389 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): | |
12390 Typo. | |
12391 | |
12392 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> | |
12393 | |
12394 * play/zone.el (zone): Wrap body with save-window-excursion. | |
12395 | |
12396 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
12397 | |
12398 * calendar/cal-menu.el (calendar-mouse-view-diary-entries): | |
12399 Use the new `list-only' arg to diary-list-entries. | |
12400 | |
12401 * calendar/diary-lib.el: Use overlays rather than selective-display. | |
12402 (diary-selective-display): New var. | |
12403 (diary-header-line-format): Use it. | |
12404 (diary-list-entries): Add argument `list-only'. | |
12405 Put the buffer in diary-mode. Don't add \^M at beg and end. | |
12406 Replace \^M by invisible overlays. | |
12407 (diary-unhide-everything): Replace \^M by invisible overlays. | |
12408 (print-diary-entries): Look for overlays rather than \^M. | |
12409 Add a space to the temp buffer name. | |
12410 (diary-show-all-entries, mark-diary-entries, make-diary-entry): | |
12411 Put the buffer in diary-mode. | |
12412 (list-sexp-diary-entries): Replace \^M by invisible overlays. | |
12413 (diary-anniversary): Make the year arg optional. | |
12414 (diary-time-regexp): New const. | |
12415 (diary-font-lock-keywords): Use it to accept a few more time formats. | |
12416 | |
12417 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo. | |
12418 | |
12419 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org> | |
12420 | |
12421 * textmodes/artist.el (artist-ellipse-mirror-quadrant): | |
12422 Fix bug introduced 2005-07-03: Use (car (last ...)) | |
12423 to faithfully reproduce replaced artist-last. | |
12424 (artist-set-arrow-points-for-poly): Likewise. | |
12425 Suggested by Johan Bockg,Ae(Brd. | |
12426 | |
12427 2005-10-06 Juanma Barranquero <lekktu@gmail.com> | |
12428 | |
12429 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow): | |
12430 * wid-edit.el (widget): | |
12431 * progmodes/gdb-ui.el (gdb-buffer-fringe-width): | |
12432 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars. | |
12433 | |
12434 2005-10-06 Kenichi Handa <handa@m17n.org> | |
12435 | |
12436 * international/mule-cmds.el (set-language-environment): | |
12437 Fix setting up of case-table for unibyte mode. | |
12438 | |
12439 * simple.el (what-cursor-position): If the character is displayed | |
12440 by some `display' text property, show that. Don't use | |
12441 single-key-description for eight-bit characters in multibyte mode. | |
12442 | |
12443 2005-10-06 Nick Roberts <nickrob@snap.net.nz> | |
12444 | |
12445 * progmodes/gdb-ui.el (gdb-fringe-width): New variable. | |
12446 (gdb-ann3): Set it. | |
12447 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame. | |
12448 (gdb-info-frames-custom): Use inverse-video for first five | |
12449 characters of selected frame only. | |
12450 (gdb-get-frame-number): Select frame even when point is on frame | |
12451 number. | |
12452 | |
12453 2005-10-06 Masatake YAMATO <jet@gyve.org> | |
12454 | |
12455 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): | |
12456 Put `font-lock-function-name-face'. | |
12457 (gdb-info-frames-custom): Put `font-lock-function-name-face' | |
12458 and `font-lock-variable-name-face' | |
12459 (gdb-registers-font-lock-keywords): New font lock keywords definition. | |
12460 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`. | |
12461 (gdb-memory-font-lock-keywords): New font lock keywords definition. | |
12462 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'. | |
12463 (gdb-local-font-lock-keywords): New font lock keywords definition. | |
12464 (gdb-locals-mode): Use `gdb-local-font-lock-keywords' | |
12465 (gdb-threads-font-lock-keywords): New font lock keywords definition. | |
12466 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'. | |
12467 | |
12468 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu> | |
12469 | |
12470 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst. | |
12471 (ediff-merge-region-is-non-clash-to-skip): Previously called | |
12472 ediff-merge-region-is-non-clash. | |
12473 | |
12474 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch): | |
12475 Use insert-buffer-substring. | |
12476 | |
12477 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for | |
12478 selecting files to patch. Also bug fixes. | |
12479 | |
12480 * ediff-util.el (ediff-setup): Bug fix. | |
12481 (ediff-next-difference): Never skip clashes that differ in white | |
12482 space only. | |
12483 | |
12484 * ediff-wind.el (ediff-setup-control-frame) | |
12485 (ediff-destroy-control-frame): Check the menubar feature. | |
12486 | |
12487 * viper-cmd.el (viper-normalize-minor-mode-map-alist) | |
12488 (viper-refresh-mode-line): Use make-local-variable to localize | |
12489 some vars instead of make-variable-buffer-local. Suggested by | |
12490 Stefan Monnier. | |
12491 | |
12492 * viper-init.el (viper-make-variable-buffer-local): Delete alias. | |
12493 (viper-restore-cursor-type, viper-set-insert-cursor-type): | |
12494 Use make-local-variable instead of make-variable-buffer-local. | |
12495 Suggested by Stefan Monnier. | |
12496 | |
12497 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local. | |
12498 (viper-comint-mode-hook): Use make-local-variable on | |
12499 require-final-newline. | |
12500 (viper-non-hook-settings): Don't use make-variable-buffer-local. | |
12501 | |
12502 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
12503 | |
12504 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being | |
12505 also the second char of a comment-start sequence. | |
12506 (scheme-sexp-comment-syntax-table): New var. | |
12507 (lambda, define): Set their scheme-doc-string-elt property. | |
12508 (scheme-font-lock-syntactic-face-function): Handle sexp-comments. | |
12509 Use lisp-font-lock-syntactic-face-function now that it properly | |
12510 handles |...| symbols. | |
12511 (scheme-mode-variables): Set lisp-doc-string-elt-property, | |
12512 parse-sexp-lookup-properties and font-lock-extra-managed-props. | |
12513 | |
12514 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting | |
12515 bit from # to |. | |
12516 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols. | |
12517 | |
12518 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property. | |
12519 (lisp-doc-string-elt-property): New var. | |
12520 (lisp-font-lock-syntactic-face-function): Use it. | |
12521 Rewrite to recognize docstrings even for forms not at toplevel. | |
12522 | |
12523 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested | |
12524 annotation on the | part of #| rather than on the # part. | |
12525 (scheme-font-lock-syntactic-face-function): New function, to | |
12526 distinguish strings from |...| symbols. | |
12527 (scheme-mode-variables): Use it. Also fix up the font-lock-time | |
12528 syntax-table so that #|...|# is properly highlighted. | |
12529 | |
12530 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function): | |
12531 Don't mark as docstring the 3rd elem of an unknown toplevel form. | |
12532 | |
12533 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
12534 | |
12535 * bindings.el (global-map): Resync [home] and [end] bindings with C-a | |
12536 and C-e. | |
12537 | |
12538 * emacs-lisp/eldoc.el: Move comments into docstrings. | |
12539 (eldoc-message-commands): Initialize in its declaration. | |
12540 Add move-beginning-of-line and move-end-of-line. | |
12541 (eldoc-add-command, eldoc-add-command-completions) | |
12542 (eldoc-remove-command, eldoc-remove-command-completions): Simplify. | |
12543 | |
12544 * outline.el (outline-mark-subtree): Activate the mark. | |
12545 | |
12546 * calendar/appt.el (appt-time-regexp): New var. | |
12547 (appt-add, appt-make-list): Use it. | |
12548 (appt-convert-time): Clean up. | |
12549 | |
12550 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function): | |
12551 Don't set any syntax-table property here. | |
12552 (tex-font-lock-verb): New function. Do it here. | |
12553 (tex-font-lock-syntactic-keywords): Use it. | |
12554 | |
12555 2005-10-04 Richard M. Stallman <rms@gnu.org> | |
12556 | |
12557 * wid-edit.el (widget-file-complete): Get the widget start point | |
12558 the right way. Default directory to `/' if file has none. | |
12559 | |
12560 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows. | |
12561 | |
12562 * textmodes/flyspell.el (flyspell-mode-on): | |
12563 Call ispell-maybe-find-aspell-dictionaries. | |
12564 | |
12565 * textmodes/ispell.el (ispell-word, ispell-region): | |
12566 Call ispell-maybe-find-aspell-dictionaries. | |
12567 (ispell-accept-buffer-local-defs): | |
12568 Don't call ispell-maybe-find-aspell-dictionaries | |
12569 | |
12570 2005-10-04 Richard M. Stallman <rms@gnu.org> | |
12571 | |
12572 * iswitchb.el (iswitchb-buffer-ignore): Label it risky. | |
12573 | |
12574 2005-10-04 Emilio C. Lopes <eclig@gmx.net> | |
12575 | |
12576 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp' | |
12577 instead of `fboundp' in order to allow for anonymous functions. | |
12578 | |
12579 2005-10-04 Chong Yidong <cyd@stupidchicken.com> | |
12580 | |
12581 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in | |
12582 case the user clicks on the link while another window is selected. | |
12583 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame. | |
12584 | |
12585 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link | |
12586 functionality. | |
12587 (dframe-help-echo): Save point in case mouse tracking is off. | |
12588 | |
12589 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org> | |
12590 | |
12591 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change. | |
12592 | |
12593 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
12594 | |
12595 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do | |
12596 not change the global value of those vars. | |
12597 | |
12598 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to | |
12599 make-local-variable which we do not need any more. | |
12600 | |
12601 2005-10-03 Chong Yidong <cyd@stupidchicken.com> | |
12602 | |
12603 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path) | |
12604 (speedbar-ignored-path-expressions, speedbar-buffers-line-path) | |
12605 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path) | |
12606 (speedbar-path-line): Define obsolete aliases. | |
12607 (speedbar-line-directory): Doc fix. | |
12608 | |
12609 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize) | |
12610 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory | |
12611 instead of speedbar-line-path. | |
12612 | |
12613 2005-10-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
12614 | |
12615 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window | |
12616 to nil if dropping on a window. Handle dropping on a minibuffer window | |
12617 like dropping on a non-window part of Emacs. | |
12618 | |
12619 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
12620 | |
12621 * net/ange-ftp.el: Use with-current-buffer. | |
12622 (ange-ftp-insert-directory): Do not follow symlinks any more. | |
12623 | |
12624 * textmodes/ispell.el (ispell-find-aspell-dictionaries): | |
12625 Remove interactive spec. | |
12626 | |
12627 2005-10-03 Kim F. Storm <storm@cua.dk> | |
12628 | |
12629 * ido.el (ido-mode): Use custom-initialize-set. | |
12630 | |
12631 2005-10-02 Richard M. Stallman <rms@gnu.org> | |
12632 | |
12633 * progmodes/ebnf2ps.el (ebnf-eps-production-list): | |
12634 Use insert-buffer-substring. | |
12635 | |
12636 * net/tramp.el: Pacify byte compiler warnings in pacification code. | |
12637 (tramp-handle-file-local-copy): Use insert-buffer-substring. | |
12638 | |
12639 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
12640 | |
12641 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part | |
12642 in last change. | |
12643 (ange-ftp-insert-directory): Fix up the search for the case where | |
12644 `file' is absolute. | |
12645 | |
12646 2005-10-02 Romain Francoise <romain@orebokech.com> | |
12647 | |
12648 * progmodes/compile.el (compile-goto-error): Delete extra paren. | |
12649 | |
12650 2005-10-02 Andreas Schwab <schwab@suse.de> | |
12651 | |
12652 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without | |
12653 directory component in the session info. | |
12654 | |
12655 2005-10-01 Richard M. Stallman <rms@gnu.org> | |
12656 | |
12657 * comint.el (comint-redirect-subvert-readonly): Doc fix. | |
12658 | |
12659 * simple.el (next-error-internal): New function. | |
12660 | |
12661 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND. | |
12662 (compilation-start): Pass new arg to compilation-buffer-name. | |
12663 (compile-goto-error): Use next-error-internal. | |
12664 | |
12665 2005-10-01 Chong Yidong <cyd@stupidchicken.com> | |
12666 | |
12667 * speedbar.el: Remove RCS tag. | |
12668 (speedbar-check-read-only): Handle non-existent files. | |
12669 | |
12670 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags. | |
12671 | |
12672 * info.el (Info-speedbar-hierarchy-buttons) | |
12673 (Info-speedbar-goto-node): Call speedbar-select-attached-frame. | |
12674 | |
12675 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
12676 | |
12677 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re): | |
12678 Do not match newline. | |
12679 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re. | |
12680 (bibtex-summary): Remove unnecessary save-excursion. | |
12681 (bibtex-fill-field-bounds): Use fill-region-as-paragraph. | |
12682 | |
12683 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
12684 | |
12685 * term/mac-win.el: Add charset info for "iso10646-1". | |
12686 Modify default fontset to use ATSUI-compatible fonts for some charsets | |
12687 if available. | |
12688 | |
12689 2005-10-01 Chong Yidong <cyd@stupidchicken.com> | |
12690 | |
12691 * speedbar.el: Re-apply arch tag. | |
12692 (speedbar-version): Rename to version 1.0. Suggested by Eric | |
12693 M. Ludlam. | |
12694 Reapply two changes from Emacs CVS' version of speedbar lost | |
12695 during the merge: | |
12696 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library. | |
12697 (speedbar-frame-parameters): Improve customize type. | |
12698 | |
12699 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
12700 | |
12701 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer. | |
12702 (ange-ftp-file-directory-p): Fix the symlink case. | |
12703 (ange-ftp-insert-directory): When listing a single file, get a list of | |
12704 the parent buffer and extract the relevant line. Inspired from a patch | |
12705 by Katsumi Yamaoka <yamaoka@jpl.org>. | |
12706 (ange-ftp-file-name-sans-versions): Simplify. | |
12707 | |
12708 2005-09-30 Bill Wohler <wohler@newt.com> | |
12709 | |
12710 Move MH-E image files from toolbar and mail directories into | |
12711 etc/images. | |
12712 | |
12713 * mail/reply2.*: Move to etc/images/mail/reply*. | |
12714 | |
12715 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm: | |
12716 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to | |
12717 etc/images. | |
12718 | |
12719 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*: | |
12720 * toolbar/reply*: Move to etc/images/mail. | |
12721 | |
12722 * toolbar/rescan.*: Move and rename to etc/images/refresh.*. | |
12723 | |
12724 2005-09-30 Eric M. Ludlam <zappo@gnu.org> | |
12725 | |
12726 * speedbar.el: New version 1.0pre3. | |
12727 | |
12728 Frame management code (including timer, and mouse click specifics) | |
12729 moved to dframe.el: | |
12730 (speedbar-attached-frame): Removed. Use dframe-attached-frame. | |
12731 (speedbar-timer): Removed. Use dframe-timer. | |
12732 (speedbar-close-frame): Removed. Use dframe-close-frame. | |
12733 (speedbar-activity-change-focus-flag): Removed. Use | |
12734 dframe-activity-change-focus-flag. | |
12735 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use | |
12736 dframe-update-speed. | |
12737 | |
12738 (speedbar-current-frame): New macro. Use this instead of the | |
12739 variable speedbar-frame. | |
12740 | |
12741 (speedbar-use-images, speedbar-expand-image-button-alist) | |
12742 (speedbar-insert-image-button-maybe): Moved to sb-image.el. | |
12743 | |
12744 (speedbar-find-image-on-load-path): Removed. Replaced by | |
12745 defezimage in ezimage.el. | |
12746 (speedbar-expand-image-button-alist): Removed. Replaced by | |
12747 ezimage-expand-image-button-alist in ezimage.el. | |
12748 | |
12749 (speedbar-ignored-directory-regexp) | |
12750 (speedbar-add-ignored-directory-regexp) | |
12751 (speedbar-ignored-directory-expressions) | |
12752 (speedbar-line-directory, speedbar-buffers-line-directory) | |
12753 (speedbar-directory-line, speedbar-buffers-line-directory): | |
12754 Renamed, replacing `path' with `directory'. | |
12755 | |
12756 (speedbar-create-directory, speedbar-expand-line-descendants) | |
12757 (speedbar-toggle-line-expansion) | |
12758 (speedbar-contract-line-descendants): New commands. | |
12759 | |
12760 (speedbar-query-confirmation-method, speedbar-select-frame-method) | |
12761 (speedbar-use-tool-tips-flag): New options. | |
12762 | |
12763 (speedbar-check-read-only, speedbar-require-version) | |
12764 (speedbar-insert-separator, speedbar-buffers-tail-notes) | |
12765 (speedbar-handle-delete-frame, speedbar-try-completion) | |
12766 (speedbar-update-localized-contents): New functions. | |
12767 | |
12768 (speedbar-incompatible-version, speedbar-ro-to-do-point) | |
12769 (speedbar-object-read-only-indicator): New variables. | |
12770 | |
12771 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook): | |
12772 New hooks. | |
12773 | |
12774 (speedbar-separator-face): New face. | |
12775 | |
12776 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'. | |
12777 (speedbar-ignored-modes): Add fundamental-mode. | |
12778 (speedbar-directory-unshown-regexp): Add . directories. | |
12779 | |
12780 (speedbar-key-map): Remove old SPC and DEL page up/down keys. | |
12781 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and | |
12782 `]' for full expand/close. | |
12783 (speedbar-buffers-key-map): Add SPC to toggle node expansion. | |
12784 | |
12785 (speedbar-check-vc): Support hidden files. | |
12786 (speedbar-vc-check-dir-p): Use vc-state if available for CVS. | |
12787 (speedbar-this-file-in-vc): Use vc-state if available. If VC | |
12788 state is nil, it is not checked out. | |
12789 | |
12790 (speedbar-line-text, speedbar-line-token): Support expand buttons | |
12791 with no text. | |
12792 (speedbar-refresh): Universal argument acts as power-click. | |
12793 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to | |
12794 that buffer to get variable values. | |
12795 | |
12796 And many other bugfixes. | |
12797 | |
12798 * dframe.el, ezimage.el, sb-image.el: New files. | |
12799 | |
12800 * sb-*.xpm: Remove files. New image files installed into | |
12801 etc/images/ezimage. | |
12802 | |
12803 2005-09-30 Kenichi Handa <handa@m17n.org> | |
12804 | |
12805 * ps-mule.el (ps-mule-show-warning): If a character is in | |
12806 ps-print-translation-table, don't treat it as non-printable. | |
12807 | |
12808 2005-09-30 David Ponce <david@dponce.com> | |
12809 | |
12810 * tree-widget.el (tree-widget-themes-load-path): New variable. | |
12811 (tree-widget-themes-directory): Doc fix. | |
12812 (tree-widget-image-formats) [Emacs]: Doc fix. | |
12813 (tree-widget--locate-sub-directory): New function. | |
12814 (tree-widget-themes-directory): Use it. | |
12815 | |
12816 * recentf.el (recentf-filename-handlers): Rename from | |
12817 `recentf-filename-handler'. Allow a list of functions. | |
12818 (recentf-menu-items-for-commands): Fix :help strings. | |
12819 (recentf-apply-filename-handlers): New function. | |
12820 (recentf-expand-file-name): Use it. | |
12821 (recentf-cleanup): Remove duplicates too. | |
12822 | |
12823 2005-09-29 Juri Linkov <juri@jurta.org> | |
12824 | |
12825 * faces.el: Rearrange face definitions to be in the same order as | |
12826 their face descriptions in "(emacs)Standard Faces". | |
12827 | |
12828 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'. | |
12829 | |
12830 * tooltip.el (tooltip): Add group `basic-faces'. | |
12831 | |
12832 * buff-menu.el (Buffer-menu-buffer): Remove group | |
12833 `font-lock-highlighting-faces'. | |
12834 | |
12835 * progmodes/compile.el (compilation-error, compilation-warning) | |
12836 (compilation-info, compilation-line-number, compilation-column-number): | |
12837 Change group from `font-lock-highlighting-faces' to `compilation'. | |
12838 | |
12839 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) | |
12840 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face) | |
12841 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face) | |
12842 (vhdl-font-lock-reserved-words-face) | |
12843 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group | |
12844 `font-lock-highlighting-faces'. | |
12845 | |
12846 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil. | |
12847 | |
12848 2005-09-28 Kim F. Storm <storm@cua.dk> | |
12849 | |
12850 * emulation/cua-base.el: Set CUA move property on additional commands: | |
12851 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun, | |
12852 forward-sexp, backward-sexp, forward-list, backward-list. | |
12853 | |
12854 2005-09-28 Romain Francoise <romain@orebokech.com> | |
12855 | |
12856 * comint.el (comint-show-output): Really set point at the | |
12857 beginning of the output when not using `comint-use-prompt-regexp'. | |
12858 | |
12859 2005-09-27 Jay Belanger <belanger@truman.edu> | |
12860 | |
12861 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/" | |
12862 in TeX mode. | |
12863 | |
12864 2005-09-26 Juanma Barranquero <lekktu@gmail.com> | |
12865 | |
12866 * textmodes/org.el (org-table-sum): Fix format string. | |
12867 | |
12868 * textmodes/tex-mode.el (tex-insert-quote, latex-indent): | |
12869 Quote face names. | |
12870 | |
12871 2005-09-26 Romain Francoise <romain@orebokech.com> | |
12872 | |
12873 * isearch.el (isearch-forward-regexp): Close doc string. | |
12874 | |
12875 2005-09-25 Richard M. Stallman <rms@gnu.org> | |
12876 | |
12877 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1. | |
12878 | |
12879 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes. | |
12880 | |
12881 * progmodes/compile.el (compilation-error-properties): | |
12882 When getting the file from the previous error message, | |
12883 correctly decode the new data format. | |
12884 | |
12885 * progmodes/cc-cmds.el (c-electric-paren): | |
12886 Call old-blink-paren only for close-paren. | |
12887 | |
12888 2005-09-24 Andreas Schwab <schwab@suse.de> | |
12889 | |
12890 * term/rxvt.el (rxvt-register-default-colors): Delete redundant | |
12891 condition. | |
12892 | |
12893 2005-09-25 Romain Francoise <romain@orebokech.com> | |
12894 | |
12895 * dired-aux.el (dired-copy-file-recursive): | |
12896 * dired.el (dired-delete-file): | |
12897 * ediff-mult.el (ediff-dir-diff-copy-file): | |
12898 * ediff-util.el (ediff-test-save-region): | |
12899 * forms.el (forms-mode): | |
12900 * ido.el (ido-file-internal, ido-delete-file-at-head): | |
12901 * log-edit.el (log-edit-done): | |
12902 * ses.el (ses-yank-resize): | |
12903 * play/gomoku.el (gomoku-human-plays, gomoku) | |
12904 (gomoku-human-resigns, gomoku-prompt-for-other-game) | |
12905 (gomoku-offer-a-draw): | |
12906 * play/landmark.el (lm-human-resigns, lm): | |
12907 * net/eudcb-ldap.el (eudc-ldap-check-base): | |
12908 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game): | |
12909 * progmodes/ebrowse.el (ebrowse-find-pattern): | |
12910 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): | |
12911 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): | |
12912 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space. | |
12913 | |
12914 * vc.el (vc-delete-file): | |
12915 * play/gomoku.el (gomoku-terminate-game, gomoku) | |
12916 (gomoku-prompt-for-move, gomoku-human-takes-back): | |
12917 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move) | |
12918 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages. | |
12919 | |
12920 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu> | |
12921 | |
12922 * term/rxvt.el (rxvt-register-default-colors): Add support for 255 | |
12923 color rxvt terminals by using the code xterm.el used to use before | |
12924 2005-04-09 in order to match the colors used by rxvt. | |
12925 | |
12926 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | |
12927 | |
12928 * term/rxvt.el (rxvt-register-default-colors): Add support for 88 | |
12929 colors rxvt-unicode terminals by using the same code as xterm.el. | |
12930 | |
12931 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
12932 | |
12933 * textmodes/tex-mode.el (tex-font-lock-append-prop) | |
12934 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the | |
12935 new symbol used for the tex-verbatim face. | |
12936 | |
12937 2005-09-24 Emilio C. Lopes <eclig@gmx.net> | |
12938 | |
12939 * woman.el (woman-file-name): | |
12940 * wid-edit.el (widget-file-prompt-value) | |
12941 (widget-coding-system-prompt-value): | |
12942 * w32-fns.el (set-w32-system-coding-system): | |
12943 * vc.el (vc-version-diff, vc-annotate): | |
12944 * textmodes/reftex-auc.el (reftex-arg-cite) | |
12945 (reftex-arg-index-tag): | |
12946 * textmodes/refer.el (refer-get-bib-files): | |
12947 * textmodes/artist.el (artist-figlet-choose-font): | |
12948 * terminal.el (terminal-emulator): | |
12949 * replace.el (occur-read-primary-args): | |
12950 * rect.el (string-rectangle, string-insert-rectangle): | |
12951 * ps-print.el (ps-print-preprint): | |
12952 * progmodes/pascal.el (pascal-goto-defun): | |
12953 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer): | |
12954 * progmodes/compile.el (compilation-find-file): | |
12955 * printing.el (pr-interactive-n-up): | |
12956 * play/animate.el (animate-birthday-present): | |
12957 * net/rcompile.el (remote-compile): | |
12958 * man.el (man, Man-goto-section, Man-follow-manual-reference): | |
12959 * mail/rmailsum.el (rmail-summary-search-backward) | |
12960 (rmail-summary-search): | |
12961 * mail/rmailout.el (rmail-output-read-rmail-file-name) | |
12962 (rmail-output-read-file-name): | |
12963 * mail/rmail.el (rmail-search, rmail-search-backwards): | |
12964 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs): | |
12965 * locate.el (locate): | |
12966 * international/quail.el (quail-show-keyboard-layout): | |
12967 * international/mule.el (set-buffer-file-coding-system) | |
12968 (revert-buffer-with-coding-system, set-file-name-coding-system) | |
12969 (set-terminal-coding-system, set-keyboard-coding-system) | |
12970 (set-next-selection-coding-system): | |
12971 * international/mule-diag.el (describe-coding-system) | |
12972 (describe-font, describe-fontset): | |
12973 * international/mule-cmds.el (universal-coding-system-argument) | |
12974 (search-unencodable-char, describe-input-method) | |
12975 (set-language-environment, describe-language-environment): | |
12976 * international/codepage.el (codepage-setup): | |
12977 * international/code-pages.el (codepage-setup): | |
12978 * info.el (Info-search, Info-follow-reference) | |
12979 (Info-search-backward): | |
12980 * emacs-lisp/advice.el (ad-read-advised-function) | |
12981 (ad-read-advice-class, ad-clear-cache, ad-activate) | |
12982 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name) | |
12983 (ad-enable-advice, ad-disable-advice, ad-remove-advice) | |
12984 (ad-read-regexp): | |
12985 * ediff-util.el (ediff-toggle-regexp-match): | |
12986 * ediff-ptch.el (ediff-prompt-for-patch-file): | |
12987 * dired-aux.el (dired-diff): | |
12988 * diff.el (diff): | |
12989 * cus-edit.el (custom-variable-prompt): | |
12990 * calendar/timeclock.el (timeclock-ask-for-project): | |
12991 * calc/calcalg3.el (calc-get-fit-variables): | |
12992 * calc/calc-store.el (calc-edit-variable) | |
12993 (calc-permanent-variable): | |
12994 * vc-mcvs.el (vc-mcvs-register): | |
12995 * shadowfile.el (shadow-define-literal-group): | |
12996 * woman.el (woman-file-name): | |
12997 * vc.el (vc-version-diff, vc-merge): | |
12998 * textmodes/reftex-index.el (reftex-index-complete-tag): | |
12999 * format.el (format-decode-buffer, format-decode-region): | |
13000 * emulation/viper-cmd.el (viper-read-string-with-history): | |
13001 * emacs-lisp/debug.el (cancel-debug-on-entry): | |
13002 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | |
13003 * ediff.el (ediff-merge-revisions) | |
13004 (ediff-merge-revisions-with-ancestor, ediff-revision): | |
13005 * completion.el (interactive-completion-string-reader): | |
13006 * calc/calc-prog.el (calc-user-define-formula): | |
13007 Follow convention for reading with the minibuffer. | |
13008 | |
13009 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change) | |
13010 | |
13011 * progmodes/python.el (python-describe-symbol): Add globals() and | |
13012 locals() to the arguments of emacs.ehelp. | |
13013 | |
13014 2005-09-24 Magnus Henoch <mange@freemail.hu> | |
13015 | |
13016 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries): | |
13017 New function, code extracted from ispell-valid-dictionary-list. | |
13018 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs): | |
13019 Call it. | |
13020 | |
13021 2005-09-24 Eli Zaretskii <eliz@gnu.org> | |
13022 | |
13023 * subr.el (version-regexp-alist): Extend valid syntax for version | |
13024 strings: allow any of the characters -,_,+ to separate the | |
13025 alpha/beta/rc part from the version part. Doc fix. | |
13026 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised. | |
13027 | |
13028 2005-09-23 David Reitter <david.reitter@gmail.com> | |
13029 | |
13030 * mail/mailclient.el: New file. | |
13031 | |
13032 2005-09-23 Richard M. Stallman <rms@gnu.org> | |
13033 | |
13034 * textmodes/flyspell.el (flyspell-highlight-incorrect-region) | |
13035 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region): | |
13036 Doc fixes. | |
13037 | |
13038 * progmodes/cc-mode.el (c-font-lock-init): | |
13039 Specify font-lock-lines-before. | |
13040 | |
13041 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
13042 | |
13043 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the | |
13044 whole conflict. | |
13045 | |
13046 2005-09-23 Carsten Dominik <dominik@science.uva.nl> | |
13047 | |
13048 * textmodes/org.el (org-mode-map, orgtbl-mode-map): | |
13049 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use | |
13050 of `remap' feature when available. Additional key bindings for | |
13051 better tty support. | |
13052 (org-mode-restart, org-force-self-insert): New commands. | |
13053 (org-time-stamp-inactive): New command. | |
13054 (org-remap): New function. | |
13055 (org-table-auto-blank-field, org-level-color-stars-only): New options. | |
13056 (org-enable-fixed-width-editor): Move to `org-structure' | |
13057 customization group. | |
13058 (org-self-insert-command, orgtbl-self-insert-command): Modify to | |
13059 blank field after field motion commands. | |
13060 | |
13061 2005-09-23 Kenichi Handa <handa@m17n.org> | |
13062 | |
13063 * international/mule-cmds.el (set-language-environment): | |
13064 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we | |
13065 have to call utf-translate-cjk-load-tables. | |
13066 | |
13067 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
13068 | |
13069 * mouse.el (mouse-move-drag-overlay): Fix last change. | |
13070 | |
13071 2005-09-22 David Ponce <david@dponce.com> | |
13072 | |
13073 * tree-widget.el (tree-widget-value-create): Fix previous change. | |
13074 | |
13075 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu> | |
13076 | |
13077 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time. | |
13078 | |
13079 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
13080 | |
13081 * mouse.el (mouse-move-drag-overlay): New function. | |
13082 (mouse-drag-region-1): Use it. | |
13083 Try to simplify a bit the state handling. Handle clicks on links | |
13084 inside intangible areas. | |
13085 (mouse-save-then-kill): Minor simplification. | |
13086 (mouse-secondary-overlay): Make it always non-nil instead of | |
13087 recreating it each time. | |
13088 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary) | |
13089 (mouse-kill-secondary, mouse-secondary-save-then-kill): | |
13090 Simplify accordingly. | |
13091 | |
13092 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu> | |
13093 | |
13094 * term/rxvt.el (rxvt-standard-colors): Fix some colors. | |
13095 | |
13096 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu> | |
13097 | |
13098 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt. | |
13099 (ediff-file-name-sans-prefix): Treat nil as an empty string. | |
13100 (ediff-fixup-patch-map): Better heuristic for intuiting the file names | |
13101 to patch. | |
13102 | |
13103 * ediff-util.el: Use insert-buffer-substring. | |
13104 | |
13105 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix. | |
13106 | |
13107 * emulation/viper-cmd.el (viper-change-state): Don't move over the | |
13108 field boundaries in the minibuffer. | |
13109 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook. | |
13110 (viper-minibuffer-post-command-hook): New hook. | |
13111 (viper-line): Don't move cursor at bolp. | |
13112 | |
13113 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message. | |
13114 | |
13115 * emulation/viper-init.el: Add alias to make-variable-buffer-local to | |
13116 avoid compiler warnings. | |
13117 | |
13118 * emulation/viper-macs.el (ex-map): Better messages. | |
13119 | |
13120 * emulation/viper-utils.el (viper-beginning-of-field): New function. | |
13121 | |
13122 * emulation/viper.el: Replace make-variable-buffer-local with | |
13123 viper-make-variable-buffer-local everywhere, to avoid warnings. | |
13124 | |
13125 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
13126 | |
13127 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): | |
13128 Delete unused var `old-selected-window'. | |
13129 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'. | |
13130 (mouse-drag-secondary): Delete unused var `start-frame'. | |
13131 | |
13132 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | |
13133 | |
13134 * term/rxvt.el (terminal-init-rxvt): Add entry for [end]. | |
13135 | |
13136 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
13137 | |
13138 * calendar/calendar.el (mark-visible-calendar-date): Save excursion. | |
13139 Re-indent within 80 columns. Use inhibit-read-only. | |
13140 | |
13141 2005-09-19 Romain Francoise <romain@orebokech.com> | |
13142 | |
13143 * calendar/diary-lib.el (mark-diary-entries): Revert last change. | |
13144 | |
13145 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
13146 | |
13147 * font-lock.el (font-lock-default-fontify-region): Don't add a line | |
13148 unconditionally, since the after-change-function already did it. | |
13149 | |
13150 2005-09-19 Miles Bader <miles@gnu.org> | |
13151 | |
13152 * net/newsticker.el: Get rid of CVS keyword. | |
13153 | |
13154 2005-09-19 Johan Bockg,Ae(Brd <bojohan+sf@dd.chalmers.se> | |
13155 | |
13156 * dired-aux.el (dired-handle-overwrite): Don't use `format' here. | |
13157 The prompt is formatted later. | |
13158 | |
13159 2005-09-19 David Ponce <david@dponce.com> | |
13160 | |
13161 * tree-widget.el (tree-widget-value-create): Save the converted | |
13162 tree :node widget. | |
13163 | |
13164 2005-09-19 Juanma Barranquero <lekktu@gmail.com> | |
13165 | |
13166 * progmodes/sh-script.el (sh-blink): Fix spurious reference to | |
13167 variable `message'. | |
13168 | |
13169 2005-09-18 Michael Albinus <michael.albinus@gmx.de> | |
13170 | |
13171 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order | |
13172 to cover prompts like "login as:". Reported by Slawomir Nowaczyk | |
13173 <slawomir.nowaczyk.847@student.lu.se>. | |
13174 | |
13175 2005-09-18 Chong Yidong <cyd@stupidchicken.com> | |
13176 | |
13177 * image.el (image-load-path): Use symbol `data-directory' instead | |
13178 of its value, for backward compatibility with packages that bind | |
13179 it during `find-image'. Suggested by Katsumi Yamaoka. | |
13180 (image-search-load-path): Handle symbols whose values are strings. | |
13181 | |
13182 2005-09-18 Romain Francoise <romain@orebokech.com> | |
13183 | |
13184 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap | |
13185 with-current-buffer form in save-excursion. | |
13186 | |
13187 2005-09-18 Deepak Goel <deego@gnufans.org> | |
13188 | |
13189 * apropos.el (apropos-command): Fix `message' call: first arg | |
13190 should be a format spec. In this and all other cases that appear | |
13191 below and elsewhere in the source code, I made a change only when | |
13192 two conditions were satisfied: [1] I can think of a possibility | |
13193 that the arguments would cause an error, for example, the code in | |
13194 question relies on external variables such as filenames. [2] I | |
13195 was sure that the arg to `message' could not have been nil in the code. | |
13196 | |
13197 * textmodes/tildify.el (tildify-region): Ditto. | |
13198 | |
13199 * textmodes/reftex-index.el (reftex-index-change-entry) | |
13200 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase): | |
13201 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite): | |
13202 * textmodes/org.el (org-complete, org-deadline, org-schedule) | |
13203 (org-priority, org-table-sum): | |
13204 * textmodes/ispell.el (ispell-check-version, ispell-parse-output): | |
13205 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell) | |
13206 (flyspell-word, flyspell-display-next-corrections): | |
13207 * textmodes/bibtex.el (bibtex-print-help-message): | |
13208 * textmodes/artist.el (artist-key-set-point-poly): | |
13209 * term/mac-win.el (mac-services-insert-text): | |
13210 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings) | |
13211 (vhdl-hooked-abbrev, vhdl-template-insert-fun) | |
13212 (vhdl-port-paste-testbench, vhdl-compose-new-component) | |
13213 (vhdl-compose-configuration): | |
13214 * progmodes/sh-script.el (sh-blink, sh-show-indent) | |
13215 (sh-set-indent, sh-learn-line-indent): | |
13216 * progmodes/ps-mode.el (ps-mode-target-column): | |
13217 * progmodes/idlwave.el (idlwave-make-tags) | |
13218 (idlwave-scan-library-catalogs): | |
13219 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display): | |
13220 * progmodes/gud.el (gud-jdb-analyze-source): | |
13221 * progmodes/flymake.el (flymake-log): | |
13222 * progmodes/ebnf2ps.el (ebnf-generate-region): | |
13223 * progmodes/cmacexp.el (c-macro-expansion): | |
13224 * progmodes/ada-xref.el (ada-treat-cmd-string): | |
13225 * progmodes/ada-mode.el (ada-create-case-exception-substring) | |
13226 (ada-justified-indent-current, ada-batch-reformat): | |
13227 * play/zone.el (zone): | |
13228 * play/landmark.el (lm-move): | |
13229 * play/decipher.el (decipher-show-alphabet): | |
13230 * net/newsticker.el (newsticker--display-jump) | |
13231 (newsticker--display-scroll): | |
13232 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list) | |
13233 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list): | |
13234 * mail/feedmail.el (feedmail-dump-message-to-queue): | |
13235 * eshell/esh-proc.el (eshell-remove-process-entry): | |
13236 * emulation/ws-mode.el (ws-last-error): | |
13237 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args) | |
13238 (viper-record-kbd-macro): | |
13239 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): | |
13240 * emacs-lisp/lisp-mnt.el (lm-report-bug): | |
13241 * emacs-lisp/find-func.el (find-function-noselect): | |
13242 * calendar/timeclock.el (timeclock-status-string) | |
13243 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string) | |
13244 (timeclock-when-to-leave-string): | |
13245 * calendar/icalendar.el (icalendar--convert-ical-to-diary): | |
13246 * calc/calc-units.el (calc-enter-units-table): | |
13247 * calc/calc-mode.el (calc-mode-record-mode): | |
13248 * woman.el (woman-mini-help): | |
13249 * wdired.el (wdired-change-to-wdired-mode): | |
13250 * vc.el (vc-retrieve-snapshot): | |
13251 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke): | |
13252 * startup.el (display-startup-echo-area-message): | |
13253 * simple.el (set-goal-column): | |
13254 * ses.el (ses-command-hook, ses-recalculate-cell): | |
13255 * server.el (server-process-filter): | |
13256 * printing.el (pr-interface-txt-print, pr-interface-printify) | |
13257 (pr-interface-ps): | |
13258 * pcvs.el (cvs-help): | |
13259 * log-edit.el (log-edit, log-edit-mode-help): | |
13260 * iswitchb.el (iswitchb-possible-new-buffer): | |
13261 * isearch.el (isearch-edit-string): | |
13262 * image-mode.el (image-mode, image-minor-mode): | |
13263 * ibuf-macs.el (define-ibuffer-filter): | |
13264 * hi-lock.el (hi-lock-find-patterns): | |
13265 * files.el (toggle-read-only): | |
13266 * ediff-util.el (ediff-copy-diff) | |
13267 (ediff-write-merge-buffer-and-maybe-kill): | |
13268 * echistory.el (Electric-history-undefined): | |
13269 * dnd.el (dnd-insert-text): | |
13270 * dired-aux.el (dired-query): | |
13271 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer): | |
13272 * bookmark.el (bookmark-bmenu-locate): | |
13273 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>: | |
13274 Fix `message' calls to ensure first arg is a format string. | |
13275 The change was made only when these two conditions were satisfied: | |
13276 [1] when there is a possibility that the arguments would cause an error | |
13277 for example, if the code in question relies on external variables | |
13278 such as filenames, and | |
13279 [2] if the arg to `message' could not have been nil in the code. | |
13280 | |
13281 * pcomplete.el (pcomplete--help): Fix `message' format spec. | |
13282 Not having a %s would be weird, though not technically wrong. | |
13283 | |
13284 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
13285 | |
13286 * term/mac-win.el (mac-add-charset-info): Doc fix. | |
13287 | |
13288 2005-09-17 Romain Francoise <romain@orebokech.com> | |
13289 | |
13290 * shell.el (shell-resync-dirs): Handle echoing processes more | |
13291 reliably. Don't insert resync command if `comint-process-echoes' | |
13292 is non-nil. | |
13293 | |
13294 2005-09-17 Magnus Henoch <mange@freemail.hu> | |
13295 | |
13296 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable. | |
13297 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for | |
13298 aspell versions >= 0.60. | |
13299 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries | |
13300 only if ispell-aspell-supports-utf8 is non-nil. | |
13301 | |
13302 2005-09-17 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | |
13303 | |
13304 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign | |
13305 buffer-local value to lisp-indent-function. | |
13306 | |
13307 2005-09-17 Milan Zamazal <pdm@zamazal.org> | |
13308 | |
13309 * progmodes/glasses.el (glasses-make-readable): If | |
13310 glasses-separator differs from underscore, put appropriate | |
13311 overlays over underscore characters. | |
13312 (glasses-convert-to-unreadable): If glasses-separator differs from | |
13313 underscore, try to convert glasses-separator characters to | |
13314 underscores. | |
13315 | |
13316 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
13317 | |
13318 * calendar/diary-lib.el (mark-diary-entries): Don't move point. | |
13319 Use with-syntax-table and dolist. | |
13320 | |
13321 2005-09-16 Carsten Dominik <dominik@science.uva.nl> | |
13322 | |
13323 * textmodes/reftex-auc.el: | |
13324 * textmodes/reftex-cite.el: | |
13325 * textmodes/reftex-dcr.el: | |
13326 * textmodes/reftex-global.el: | |
13327 * textmodes/reftex-parse.el: | |
13328 * textmodes/reftex-ref.el: | |
13329 * textmodes/reftex-sel.el: | |
13330 * textmodes/reftex-toc.el: | |
13331 * textmodes/reftex-vars.el: | |
13332 * textmodes/reftex.el: Small changes to remove compiler warnings. | |
13333 | |
13334 * textmodes/reftex-index.el: Likewise. | |
13335 (reftex-query-index-phrase): More efficient use of markers. | |
13336 | |
13337 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | |
13338 | |
13339 * image.el (image-load-path): New variable. | |
13340 (image-search-load-path): New function. | |
13341 (find-image): Search for images in `image-load-path'. | |
13342 | |
13343 2005-09-15 Richard M. Stallman <rms@gnu.org> | |
13344 | |
13345 * follow.el: Change Maintainer field. | |
13346 | |
13347 2005-09-15 David Ponce <david@dponce.com> | |
13348 | |
13349 * recentf.el (recentf-save-file-modes): New option. | |
13350 (recentf-save-list): Use it. | |
13351 | |
13352 2005-09-15 Nick Roberts <nickrob@snap.net.nz> | |
13353 | |
13354 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map) | |
13355 (mode-line-mule-info, mode-line-modified): Move bindings from | |
13356 mouse-3 to mouse-1. | |
13357 | |
13358 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | |
13359 | |
13360 * simple.el (sendmail-user-agent-compose): Revert last change. | |
13361 | |
13362 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
13363 | |
13364 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$. | |
13365 Use with-current-buffer. | |
13366 (ange-ftp-gwp-start): Remove unused var `gw-user'. | |
13367 (ange-ftp-guess-hash-mark-size): Remove unused var `result'. | |
13368 (ange-ftp-insert-directory): Remove unused var `short'. | |
13369 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'. | |
13370 | |
13371 * pcvs-defs.el (cvs-version): Recognize CVSNT version string. | |
13372 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient. | |
13373 | |
13374 * calendar/cal-menu.el: Don't require easymenu, since we don't use it. | |
13375 (check-calendar-holidays, diary-list-entries): Autoload. | |
13376 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps. | |
13377 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify. | |
13378 | |
13379 * calendar/diary-lib.el (diary-show-all-entries): Fix last change, | |
13380 which mistakenly removed a call to display-buffer. | |
13381 | |
13382 2005-09-14 Juanma Barranquero <lekktu@gmail.com> | |
13383 | |
13384 * obsolete/iso-insert.el: Move to obsolete/ from international/. | |
13385 | |
13386 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org> | |
13387 | |
13388 * progmodes/hideshow.el | |
13389 (hs-hide-comments-when-hiding-all): Remove autoload cookie. | |
13390 (hs-allow-nesting): New user var. | |
13391 (hs-discard-overlays): Skip "internal" overlays if nesting allowed. | |
13392 (hs-hide-block-at-point): When nesting allowed, | |
13393 if there is already an overlay in place, delete it. | |
13394 (hs-safety-is-job-n): Delete func; remove call sites. | |
13395 (hs-hide-level-recursive): Don't pre-clean if nesting allowed. | |
13396 (hs-overlay-at): New func. | |
13397 (hs-already-hidden-p, hs-show-block): Use it. | |
13398 (hs-hide-all): Don't pre-clean if nesting allowed. | |
13399 (hs-show-all): Temporarily disallow | |
13400 nesting around call to `hs-discard-overlays'. | |
13401 | |
13402 2005-09-14 Chong Yidong <cyd@stupidchicken.com> | |
13403 | |
13404 * mouse.el (mouse-major-mode-menu): Make `prefix' optional. | |
13405 Delete unused local var. | |
13406 | |
13407 2005-09-13 Juanma Barranquero <lekktu@gmail.com> | |
13408 | |
13409 * help-fns.el (describe-categories): "?\ " -> "?\s". | |
13410 (help-do-arg-highlight): Recognize also ARG-n, as in | |
13411 `move-to-left-margin' (ARG+n is already recognized). Simplify. | |
13412 | |
13413 * international/codepage.el (dos-unsupported-char-glyph): | |
13414 * net/newsticker.el (tool-bar-map, w3-mode-map) | |
13415 (w3m-minor-mode-map): | |
13416 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key) | |
13417 (ent-alist): | |
13418 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars. | |
13419 | |
13420 2005-09-13 Chong Yidong <cyd@stupidchicken.com> | |
13421 | |
13422 * custom.el (custom-push-theme): Handle the case where a symbol is | |
13423 bound but face properties have not yet been assigned. | |
13424 | |
13425 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'. | |
13426 Fix behavior if noerase is `t' and there is no mail buffer. | |
13427 | |
13428 * simple.el (sendmail-user-agent-compose): Use a new mail buffer | |
13429 if `continue' is nil, rather than signal an error. | |
13430 | |
13431 2005-09-12 Richard M. Stallman <rms@gnu.org> | |
13432 | |
13433 * font-lock.el (font-lock-keywords): Add autoload. | |
13434 | |
13435 * help-fns.el (describe-variable): Rearrange to put source link | |
13436 in a predictable place. | |
13437 | |
13438 * net/newsticker.el: New file. | |
13439 | |
13440 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
13441 | |
13442 * calendar/calendar.el (calendar-for-loop): Add edebug info. | |
13443 (calendar-basic-setup): Use the new nil arg. | |
13444 (number-of-diary-entries): Move to diary-lib.el. | |
13445 | |
13446 * calendar/diary-lib.el: Use with-current-buffer, match-string. | |
13447 (diary-list-entries): Use with-syntax-table and dolist. | |
13448 Rename from list-diary-entries. | |
13449 Use number-of-diary-entries if `number' is nil. | |
13450 (diary, diary-view-entries): Use this new name and new nil arg value. | |
13451 (number-of-diary-entries): Move from calendar.el. | |
13452 (diary-unhide-everything): New function. | |
13453 (include-other-diary-files, fancy-diary-display) | |
13454 (diary-show-all-entries, make-diary-entry): Use it. | |
13455 (diary-mail-entries): Use buffer-string. | |
13456 (mark-diary-entries): Fix long standing paren typo. | |
13457 (diary-sexp-entry): Use count-lines. | |
13458 (make-diary-entry): Avoid `previous-line'. | |
13459 (diary-mode-map): New var. | |
13460 (diary-mode): Redraw cal after saving. Setup header-line. | |
13461 (fancy-diary-display-mode): Use local-set-key. | |
13462 | |
13463 * startup.el (command-line): Try calling various terminal-init-foo-bar | |
13464 functions by stripping hyphenated suffixes from $TERM. | |
13465 | |
13466 * files.el (normal-mode): Check boundness of font-lock-keywords. | |
13467 | |
13468 2005-09-12 Richard M. Stallman <rms@gnu.org> | |
13469 | |
13470 * progmodes/compile.el: Don't decide a file's directory | |
13471 until the user actually tries to go there. | |
13472 (compilation-next-error-function): | |
13473 Pass compilation-find-file the directory from the file-struct. | |
13474 (compilation-internal-error-properties): Separate local FILE-STRUCT | |
13475 from FILE. Doc the args better. Rename arg FMT to FMTS. | |
13476 (compilation-find-file): Arg DIR renamed to DIRECTORY. | |
13477 Expand it, and if nil, use default-directory. | |
13478 (compilation-get-file-structure): Don't mix specified directory | |
13479 with default directory. Put specified directory into | |
13480 file-struct. Don't make the file name absolute. | |
13481 | |
13482 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix. | |
13483 (compile-command): Add autoload. | |
13484 (compilation-disable-input): Add autoload. | |
13485 | |
13486 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org> | |
13487 | |
13488 * time-stamp.el: Mention variable `time-stamp-pattern' in doc | |
13489 strings of the variables it can override. | |
13490 (time-stamp): New (as yet undocumented) time-stamp-format escapes | |
13491 %Q and %q, for fully-qualified domain name and unqualified host name. | |
13492 | |
13493 2005-09-11 Kim F. Storm <storm@cua.dk> | |
13494 | |
13495 * emacs-lisp/authors.el (authors-aliases): Update list. | |
13496 (authors-fixed-entries): Update mldrag.el entry. | |
13497 | |
13498 2005-09-10 Alan Mackenzie <acm@muc.de> | |
13499 | |
13500 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter | |
13501 from the region narrowed to. | |
13502 | |
13503 2005-09-10 Magnus Henoch <mange@freemail.hu> | |
13504 | |
13505 * textmodes/ispell.el (ispell-check-version): Signal an error if | |
13506 aspell version is less than 0.60. | |
13507 | |
13508 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change) | |
13509 | |
13510 * progmodes/octave-inf.el (inferior-octave-startup): | |
13511 Resync current dir at the end. | |
13512 | |
13513 2005-09-10 Emilio C. Lopes <eclig@gmx.net> | |
13514 | |
13515 * woman.el (woman-topic-at-point-default): | |
13516 Rename to woman-use-topic-at-point-default. | |
13517 (woman-topic-at-point): Rename to woman-use-topic-at-point. | |
13518 (woman-file-name): Reflect renames above. Automatically use the | |
13519 word at point as topic if woman-use-topic-at-point is non-nil. | |
13520 Otherwise offer it as default but don't insert it in the | |
13521 minibuffer. Also use `test-completion' instead of `assoc' as | |
13522 suggested by Stefan Monnier. | |
13523 | |
13524 2005-09-10 Andre Spiegel <spiegel@gnu.org> | |
13525 | |
13526 * vc.el (vc-directory, vc-update-change-log): Throw an error on | |
13527 the attempt to do it over Tramp. This is not yet supported. | |
13528 | |
13529 2005-09-10 Eli Zaretskii <eliz@gnu.org> | |
13530 | |
13531 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p) | |
13532 (menu-bar-non-minibuffer-window-p): New functions. | |
13533 ("Split Window", "Save As..."): Use them. | |
13534 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer") | |
13535 ("Print Buffer", "Truncate Long Lines in this Buffer"): | |
13536 Use menu-bar-menu-frame-live-and-visible-p. | |
13537 ("Save Buffer", "Insert File", "Open Directory...") | |
13538 ("Open File...", "Visit New File..."): | |
13539 Use menu-bar-non-minibuffer-window-p. | |
13540 (kill-this-buffer-enabled-p, dired <menu-enable>): | |
13541 Use menu-bar-non-minibuffer-window-p. | |
13542 | |
13543 2005-09-09 Eli Zaretskii <eliz@gnu.org> | |
13544 | |
13545 * cus-start.el (all): Don't complain about fringe-related | |
13546 built-ins if fringes are not supported. Ditto about | |
13547 selection-related built-ins. Fix the test for GTK-related built-ins. | |
13548 | |
13549 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)") | |
13550 ("Postscript Print Buffer", "Print Region", "Save As...") | |
13551 ("Save", "Insert File...", "Open Directory...") | |
13552 ("Open File...", "Visit New File..."") | |
13553 ("Truncate Long Lines in this Buffer"): Don't look at | |
13554 menu-updating-frame if this display does not support multiple frames. | |
13555 | |
13556 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | |
13557 | |
13558 * mail/sendmail.el (default-sendmail-coding-system): Doc fix. | |
13559 | |
13560 2005-09-09 Emilio Lopes <eclig@gmx.net> | |
13561 | |
13562 * woman.el: Format- and whitespace-related changes. | |
13563 | |
13564 2005-09-09 Eli Zaretskii <eliz@gnu.org> | |
13565 | |
13566 * woman.el: Fix my email address. | |
13567 | |
13568 2005-09-08 Richard M. Stallman <rms@gnu.org> | |
13569 | |
13570 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var. | |
13571 (sh-mode): Locally set skeleton-pair-default-alist. | |
13572 | |
13573 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result. | |
13574 | |
13575 * progmodes/flymake.el: Require `compile' unconditionally. | |
13576 | |
13577 * mail/sendmail.el (send-mail-function): Add Mailclient alternative. | |
13578 | |
13579 * woman.el (woman-file-name): Provide a default, not initial input. | |
13580 | |
13581 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props. | |
13582 | |
13583 * font-lock.el (font-lock-support-mode): Doc fix. | |
13584 | |
13585 * descr-text.el (describe-property-list): Handle non-symbol prop names. | |
13586 | |
13587 2005-09-08 Richard M. Stallman <rms@gnu.org> | |
13588 | |
13589 * simple.el (blink-matching-open): Get rid of text props from | |
13590 the string shown in echo area. Don't permanently set point. | |
13591 Some rearrangements. | |
13592 | |
13593 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> | |
13594 | |
13595 * recentf.el (recentf-filename-handler): Add custom choice | |
13596 `abbreviate-file-name'. | |
13597 | |
13598 * msb.el (msb--very-many-menus): Fix typo. | |
13599 | |
13600 * disp-table.el (standard-display-european): Don't set | |
13601 enable-multibyte-characters to nil. | |
13602 | |
13603 2005-09-08 David Ponce <david@dponce.com> | |
13604 | |
13605 * recentf.el (recentf-show-file-shortcuts-flag): New option. | |
13606 (recentf-expand-file-name): Doc fix. | |
13607 (recentf-dialog-mode-map): Define digit shortcuts. | |
13608 (recentf--files-with-key): New variable. | |
13609 (recentf-show-digit-shortcut-filter): New function. | |
13610 (recentf-open-files-items): New function. | |
13611 (recentf-open-files): Use it. | |
13612 (recentf-open-file-with-key): New command. | |
13613 | |
13614 2005-09-08 Chong Yidong <cyd@stupidchicken.com> | |
13615 | |
13616 * buff-menu.el (Buffer-menu-sort-by-column): New function. | |
13617 Suggested by Kim F. Storm. | |
13618 (Buffer-menu-sort-button-map): Global keymap for sort buttons. | |
13619 (Buffer-menu-make-sort-button): Use global keymap. | |
13620 | |
13621 2005-09-07 Michael Albinus <michael.albinus@gmx.de> | |
13622 | |
13623 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'. | |
13624 (Man-getpage-in-background-advice): Remove defadvice; it isn't | |
13625 necessary any longer with the remapped command. | |
13626 (Man-bgproc-sentinel-advice): Remove defadvice which counts | |
13627 formatting time only. | |
13628 | |
13629 * net/tramp.el (tramp-action-password) | |
13630 (tramp-multi-action-password): Compile the password prompt from | |
13631 `method', `user' and `host'. Sometimes it isn't obvious which | |
13632 password to enter, for example with remote files offered by | |
13633 recentf.el, or with multiple steps. Suggested by Robert Marshall | |
13634 <robert@chezmarshall.freeserve.co.uk>. | |
13635 | |
13636 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
13637 | |
13638 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): | |
13639 Fix regexp for when "s///" is at the beginning of line. | |
13640 | |
13641 2005-09-07 Jay Belanger <belanger@truman.edu> | |
13642 | |
13643 * calc/calc-poly.el (math-expand-term): Multiply out any powers | |
13644 when in matrix mode. | |
13645 | |
13646 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
13647 | |
13648 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use | |
13649 non-anonymous functions. | |
13650 | |
13651 2005-09-06 Chong Yidong <cyd@stupidchicken.com> | |
13652 | |
13653 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks | |
13654 when using a header line. Otherwise, use mouse-1-click-follows-link. | |
13655 | |
13656 * mouse.el (mouse-drag-header-line): Do nothing if the header-line | |
13657 can't be moved; don't signal an error. | |
13658 | |
13659 2005-09-05 Chong Yidong <cyd@stupidchicken.com> | |
13660 | |
13661 * cus-theme.el (custom-theme-write-faces): Save the current face | |
13662 spec, not the defface spec. | |
13663 | |
13664 * custom.el (custom-known-themes): Clarify meaning of "standard". | |
13665 (custom-push-theme): Save old values in the standard theme. | |
13666 (disable-theme): Correct typo. | |
13667 (custom-face-theme-value) Deleted unused function. | |
13668 (custom-theme-recalc-face): Rewritten to treat enable/disable properly. | |
13669 | |
13670 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
13671 | |
13672 * progmodes/compile.el (compilation-goto-locus): Take into account | |
13673 iconified frames when determining whether the buffer is | |
13674 already visible. | |
13675 Don't reset window height if the window already existed. | |
13676 | |
13677 2005-09-04 Chong Yidong <cyd@stupidchicken.com> | |
13678 | |
13679 * custom.el (load-theme): Rename from require-theme. | |
13680 Add interactive spec. | |
13681 (enable-theme): Rename from custom-enable-theme. | |
13682 Add interactive spec. | |
13683 (disable-theme): Rename from custom-disable-theme. | |
13684 Add interactive spec. | |
13685 (custom-make-theme-feature): Doc fix. | |
13686 (custom-theme-directory): Doc fix. | |
13687 (provide-theme): Call enable-theme. | |
13688 | |
13689 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
13690 | |
13691 * obsolete/lazy-lock.el (lazy-lock-mode): | |
13692 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on | |
13693 font-lock-mode if it's off. Print a warning instead. | |
13694 | |
13695 * progmodes/compile.el (compilation-start): Ignore errors if the | |
13696 process died before we get to send-eof. | |
13697 | |
13698 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file): | |
13699 Undo last change. Enclosing the result in quotes broke things on Unix | |
13700 since tex-send-command passes it through shell-quote-argument. | |
13701 (tex-send-command): Pass `file' through convert-standard-filename | |
13702 when possible. | |
13703 (tex-uptodate-p): Handle the case where TeX hasn't put additional | |
13704 info in a transcript. | |
13705 | |
13706 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu> | |
13707 | |
13708 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to | |
13709 fix compilation warning. Reorder the key definitions to group | |
13710 together keys emitted by the current version of xterm. | |
13711 | |
13712 * progmodes/vhdl-mode.el (vhdl-highlight-faces) | |
13713 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face): | |
13714 Reorder predicates to correct min-color usage. | |
13715 | |
13716 2005-09-01 Chong Yidong <cyd@stupidchicken.com> | |
13717 | |
13718 * longlines.el (longlines-mode): Inhibit read-only when encoding. | |
13719 Kill local variables when longlines-mode is turned off. | |
13720 | |
13721 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
13722 | |
13723 * international/mule-cmds.el (set-locale-environment): Soothe compiler. | |
13724 | |
13725 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el. | |
13726 | |
13727 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el. | |
13728 | |
13729 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove. | |
13730 (font-lock-lines-before): Change default to being inactive. | |
13731 (font-lock-default-fontify-region): Obey font-lock-lines-before. | |
13732 (font-lock-after-change-function): Don't handle f-l-lines-before here. | |
13733 | |
13734 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | |
13735 | |
13736 * net/tramp.el (tramp-handle-make-auto-save-file-name): | |
13737 Deactivate temporarily advice if active (not needed for Emacs 22, | |
13738 but for backwards compatibility). | |
13739 (tramp-exists-file-name-handler): Rewrite. First implementation | |
13740 was too simple. | |
13741 (tramp-advice-make-auto-save-file-name): | |
13742 Call `tramp-handle-make-auto-save-file-name' (again, just for | |
13743 backwards compatibility). | |
13744 | |
13745 2005-08-31 Reto Zimmermann <reto@gnu.org> | |
13746 | |
13747 * progmodes/vhdl-mode.el | |
13748 (vhdl-update-sensitivity-list): Handle multi-dimensional array access. | |
13749 (vhdl-end-p): Fix indentation bug "else" after "-- when". | |
13750 (vhdl-set-default-project): New function (easier setting of default). | |
13751 (vhdl-port-copy): Handle extended identifiers for generics. | |
13752 (vhdl-compiler-alist): Better description for error message regexp. | |
13753 (vhdl-make): Query for target, use previous as default. | |
13754 (vhdl-port-copy): Fix port copy for port names starting with "signal". | |
13755 (vhdl-font-lock-keywords-2): Fix fontification for record | |
13756 el. assign. | |
13757 (vhdl-speedbar-make-subpack-line): Add package body link. | |
13758 (vhdl-generate-makefile-1): Not include itself as dependency. | |
13759 (vhdl-font-lock-init): Highlight c-preprocessor directives. | |
13760 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives. | |
13761 (vhdl-get-syntactic-context): Handle c-preprocessor directives. | |
13762 (vhdl-update-sensitivity-list): Start scan at opening parenthesis. | |
13763 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop). | |
13764 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'. | |
13765 (vhdl-import-project): Add string argument for `error'. | |
13766 (vhdl-compose-configuration) | |
13767 (vhdl-compose-configuration-architecture): Add configuration | |
13768 declaration generation. | |
13769 (vhdl-scan-directory-contents): Scan for block/generate hierarchy. | |
13770 (vhdl-trailer-re): Add "record" keyword (better indentation). | |
13771 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of | |
13772 "[^ \t-\"]+". | |
13773 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'. | |
13774 (vhdl-testbench-entity-file-name) | |
13775 (vhdl-testbench-architecture-file-name): Allow separate | |
13776 customization of testbench file names. | |
13777 (vhdl-beginning-of-block): Handle optional subprogram parameter list. | |
13778 (vhdl-get-visible-signals): Allow newline within alias declaration. | |
13779 (vhdl-update-sensitivity-list): Signal read only on certain attributes. | |
13780 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes). | |
13781 (member-ignore-case): Alias for missing function in XEmacs. | |
13782 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC. | |
13783 (vhdl-update-sensitivity-list): Ignore case on read signals. | |
13784 (vhdl-replace-string): Adjust case only for file names. | |
13785 (vhdl-update-sensitivity-list): Fix search for read signals. | |
13786 (vhdl-update-sensitivity-list): Exclude formal parameters. | |
13787 (vhdl-get-visible-signals): Include aliases of signals. | |
13788 (vhdl-get-visible-signals): Fix signal name searching. | |
13789 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message. | |
13790 (vhdl-fixup-whitespace-region): Fix for character | |
13791 literals (e.g. `:'). | |
13792 | |
13793 2005-08-31 Juanma Barranquero <lekktu@gmail.com> | |
13794 | |
13795 * ansi-color.el (comint-last-output-start): | |
13796 * bs.el (font-lock-verbose): | |
13797 * diff-mode.el (add-log-buffer-file-name-function): | |
13798 * dired-x.el (vm-folder-directory): | |
13799 * faces.el (help-xref-stack-item): | |
13800 * files.el (font-lock-keywords): | |
13801 * find-lisp.el (dired-buffers, dired-subdir-alist): | |
13802 * ido.el (cua-inhibit-cua-keys): | |
13803 * log-view.el (cvs-minor-wrap-function): | |
13804 * outline.el (font-lock-warning-face): | |
13805 * simple.el (compilation-current-error): | |
13806 * speedbar.el (ange-ftp-path-format, efs-path-regexp) | |
13807 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow): | |
13808 * tooltip.el (comint-prompt-regexp): | |
13809 * w32-fns.el (explicit-shell-file-name): | |
13810 * term/mac-win.el (mac-charset-info-alist) | |
13811 (mac-services-selection, mac-system-script-code): | |
13812 * term/tty-colors.el (msdos-color-values): | |
13813 * term/w32-win.el (xlfd-regexp-registry-subnum): | |
13814 * term/x-win.el (x-keysym-table, x-selection-timeout) | |
13815 (x-session-id, x-session-previous-id): | |
13816 * textmodes/ispell.el (mail-yank-prefix): | |
13817 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header): | |
13818 * textmodes/org.el (calc-embedded-close-formula) | |
13819 (calc-embedded-open-formula) | |
13820 (font-lock-unfontify-region-function): | |
13821 * textmodes/reftex-global.el (isearch-next-buffer-function) | |
13822 (TeX-master): | |
13823 * textmodes/reftex.el (font-lock-keywords): | |
13824 * textmodes/tex-mode.el (font-lock-comment-face) | |
13825 (font-lock-doc-face): | |
13826 * textmodes/texinfo.el (outline-heading-alist): | |
13827 Add defvars. | |
13828 | |
13829 * textmodes/artist.el (x-pointer-crosshair): Add defvar. | |
13830 (artist-spray-chars, artist-mode-init, artist-replace-string) | |
13831 (artist-select-erase-char, artist-vap-find-endpoints-horiz) | |
13832 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne) | |
13833 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s". | |
13834 | |
13835 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar. | |
13836 (conf-align-assignments): "?\ " -> "?\s". | |
13837 | |
13838 * textmodes/reftex-index.el (TeX-master): Add defvar. | |
13839 (reftex-index-phrases-marker): Move up defvar. | |
13840 | |
13841 * textmodes/reftex-toc.el (zmacs-regions): Add defvar. | |
13842 (reftex-toc-include-labels-indicator) | |
13843 (reftex-toc-include-index-indicator) | |
13844 (reftex-toc-max-level-indicator): Move up declarations. | |
13845 | |
13846 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list | |
13847 of args to `tramp-run-real-handler', even if it's empty in this case. | |
13848 | |
13849 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
13850 | |
13851 * dired.el (dired-move-to-filename-regexp): Add date format for | |
13852 Mac OS X 10.3 in East Asian locales. | |
13853 | |
13854 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | |
13855 | |
13856 * files.el (make-auto-save-file-name): Add file name handler call | |
13857 if applicable. | |
13858 | |
13859 * net/tramp.el (tramp-file-name-handler-alist) | |
13860 (tramp-file-name-for-operation): Add `make-auto-save-file-name'. | |
13861 (tramp-handle-make-auto-save-file-name): Rename from | |
13862 `tramp-make-auto-save-file-name'. | |
13863 (tramp-exists-file-name-handler): New defun. | |
13864 (tramp-advice-make-auto-save-file-name): Make defadvice only when | |
13865 `make-auto-save-file-name' is not a magic file name operation. | |
13866 | |
13867 2005-08-30 Richard M. Stallman <rms@gnu.org> | |
13868 | |
13869 * files.el (risky-local-variable-p): | |
13870 Match `-predicates' and `-commands. | |
13871 | |
13872 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. | |
13873 (custom-save-all): Visit the file if necessary; | |
13874 kill the buffer if we created it. | |
13875 (custom-save-delete): Don't visit file or kill buffer here. | |
13876 | |
13877 2005-08-30 Carsten Dominik <dominik@science.uva.nl> | |
13878 | |
13879 * textmodes/org.el (org-special-keyword): New face. | |
13880 (org-table-copy-down, org-table-eval-formula) | |
13881 (org-table-recalculate, org-init-section-numbers): | |
13882 Use `string-to-number' instead of `string-to-int'. | |
13883 (org-get-location): Use `insert-buffer-substring' instead of | |
13884 `insert-buffer'. | |
13885 (org-modify-diary-entry-string): New function. | |
13886 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'. | |
13887 (org-disable-agenda-to-diary): Rename from `org-disable-diary'. | |
13888 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no | |
13889 active region. | |
13890 (org-export-as-html): Handle QUOTE keyword. | |
13891 (org-quote-string): New option. | |
13892 (org-bookmark-jump-unhide): New function, used for | |
13893 `bookmark-after-jump-hook'. | |
13894 (org-diary-default-entry): Apply only when not called through | |
13895 `org-agenda'. | |
13896 | |
13897 2005-08-30 Juanma Barranquero <lekktu@gmail.com> | |
13898 | |
13899 * net/eudc.el (mode-popup-menu): | |
13900 * play/handwrite.el (ps-printer-name, ps-lpr-command): | |
13901 * progmodes/ada-mode.el (compile-auto-highlight) | |
13902 (skeleton-further-elements): | |
13903 * progmodes/autoconf.el (font-lock-syntactic-keywords): | |
13904 * progmodes/cmacexp.el (msdos-shells): | |
13905 * progmodes/compile.el (font-lock-extra-managed-props) | |
13906 (font-lock-keywords, font-lock-maximum-size) | |
13907 (font-lock-support-mode): | |
13908 * progmodes/grep.el (font-lock-lines-before): | |
13909 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info): | |
13910 * progmodes/mixal-mode.el (compile-command): | |
13911 * progmodes/perl-mode.el (font-lock-comment-face) | |
13912 (font-lock-doc-face, font-lock-string-face): | |
13913 * progmodes/prolog.el (comint-prompt-regexp): | |
13914 * progmodes/sh-script.el (font-lock-comment-face) | |
13915 (font-lock-set-defaults, font-lock-string-face): | |
13916 * progmodes/sql.el (font-lock-keyword-face) | |
13917 (font-lock-set-defaults, font-lock-string-face): | |
13918 * progmodes/vhdl-mode.el (compilation-file-regexp-alist) | |
13919 (itimer-version, lazy-lock-defer-contextually) | |
13920 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): | |
13921 Add defvars. | |
13922 | |
13923 * progmodes/cperl-mode.el (cperl-electric-lbrace) | |
13924 (cperl-electric-keyword, cperl-electric-pod) | |
13925 (cperl-electric-backspace, cperl-forward-re) | |
13926 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s". | |
13927 (vc-rcs-header, vc-sccs-header): Add defvars. | |
13928 | |
13929 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s". | |
13930 (font-lock-syntactic-keywords, gud-find-expr-function): | |
13931 Add defvars. | |
13932 | |
13933 * progmodes/gdb-ui.el (tool-bar-map): Add defvar. | |
13934 (gdb-frame-parameters): Declare before use. | |
13935 | |
13936 * progmodes/gud.el (gdb-active-process, gdb-define-alist) | |
13937 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values) | |
13938 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars. | |
13939 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s". | |
13940 | |
13941 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar. | |
13942 (idlwave-help-with-source): Use `insert-buffer-substring', not | |
13943 `insert-buffer'. | |
13944 | |
13945 2005-08-29 Juri Linkov <juri@jurta.org> | |
13946 | |
13947 * outline.el (hide-entry, hide-leaves, outline-toggle-children): | |
13948 Put outline-back-to-heading function call inside save-excursion. | |
13949 | |
13950 2005-08-29 Juanma Barranquero <lekktu@gmail.com> | |
13951 | |
13952 * man.el (Man-init-defvars, Man-translate-references) | |
13953 (Man-support-local-filenames, Man-highlight-references): | |
13954 * progmodes/sql.el (sql-interactive-mode): | |
13955 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings. | |
13956 | |
13957 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist) | |
13958 (compilation-mode-font-lock-keywords): Add defvars. | |
13959 (checkdoc-interactive-loop): "?\ " -> "?\s". | |
13960 | |
13961 * emacs-lisp/lisp-mode.el (font-lock-comment-face) | |
13962 (font-lock-doc-face, font-lock-string-face) | |
13963 (font-lock-keywords-case-fold-search): Add defvars. | |
13964 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s". | |
13965 | |
13966 * obsolete/sun-fns.el (mouse-select-or-drag-move-point): | |
13967 Don't pass X and Y (they are ignored anyway). | |
13968 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows) | |
13969 (mouse-delete-window): Make arguments optional. | |
13970 | |
13971 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'. | |
13972 (caesar-translate-table, minor-modes, news-buffer-save) | |
13973 (news-group-name, news-minor-modes): Add defvars. | |
13974 | |
13975 * emacs-lisp/lselect.el (mouse-highlight-priority) | |
13976 (x-lost-selection-functions, zmacs-regions): | |
13977 * emacs-lisp/pp.el (font-lock-verbose): | |
13978 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function): | |
13979 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters) | |
13980 (ses-mode-map): | |
13981 * emacs-lisp/tcover-unsafep.el (safe-functions): | |
13982 * international/mule-cmds.el (mac-system-coding-system) | |
13983 (mac-system-locale): | |
13984 * language/ethio-util.el (rmail-current-message) | |
13985 (rmail-message-vector): | |
13986 * language/thai-util.el (thai-auto-composition-mode): | |
13987 * mail/metamail.el (rmail-current-message, rmail-message-vector): | |
13988 * mail/mspools.el (rmail-inbox-list, vm-crash-box) | |
13989 (vm-folder-directory, vm-init-file, vm-init-file-loaded) | |
13990 (vm-primary-inbox, vm-spool-files): | |
13991 * mail/rmail.el (deleted-head, font-lock-fontified) | |
13992 (mail-abbrev-syntax-table, mail-abbrevs, messages-head) | |
13993 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message) | |
13994 (total-messages): | |
13995 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p) | |
13996 (rmail-summary-mode-map): | |
13997 * mail/rmailkwd.el (rmail-buffer, rmail-current-message) | |
13998 (rmail-last-label, rmail-last-multi-labels) | |
13999 (rmail-summary-vector, rmail-total-messages): | |
14000 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list): | |
14001 * mail/rmailsum.el (msgnum): | |
14002 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer) | |
14003 (rmail-current-message): | |
14004 * obsolete/fast-lock.el (font-lock-face-list): | |
14005 * obsolete/rnewspost.el (mail-reply-buffer): | |
14006 * obsolete/scribe.el (compile-command): | |
14007 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars. | |
14008 | |
14009 2005-08-28 John Paul Wallington <jpw@gnu.org> | |
14010 | |
14011 * ibuf-ext.el (ibuffer-auto-update-changed): | |
14012 Use `frame-or-buffer-changed-p' to check whether we need to update. | |
14013 (ibuffer-auto-mode): Don't advise `get-buffer-create' and | |
14014 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed' | |
14015 as a `frame-or-buffer-changed-p' state vector instead. | |
14016 | |
14017 2005-08-27 Romain Francoise <romain@orebokech.com> | |
14018 | |
14019 * textmodes/makeinfo.el (makeinfo-compile): | |
14020 Use `compilation-start'. Set `next-error-function' according to | |
14021 `disable-errors'. | |
14022 (makeinfo-next-error): New function. | |
14023 (makeinfo-region): Adjust to new `makeinfo-compile' prototype. | |
14024 (makeinfo-buffer): Likewise. | |
14025 | |
14026 * progmodes/compile.el (compilation-start): Add autoload cookie. | |
14027 | |
14028 * progmodes/antlr-mode.el: Don't autoload `compilation-start'. | |
14029 * textmodes/sgml-mode.el: Likewise. | |
14030 * progmodes/python.el: Likewise. | |
14031 | |
14032 2005-08-27 Eli Zaretskii <eliz@gnu.org> | |
14033 | |
14034 * simple.el (blink-matching-paren-distance): Document the meaning | |
14035 of nil value, and allow to customize to nil. | |
14036 | |
14037 * eshell/esh-ext.el (eshell-windows-shell-file): Look for | |
14038 command.com, not command.exe. | |
14039 | |
14040 2005-08-26 John Wiegley <johnw@newartisans.com> | |
14041 | |
14042 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the | |
14043 code around a bit so that an extraneous nil argument is not added | |
14044 to a command when no args are given. | |
14045 | |
14046 * eshell/esh-arg.el (eshell-parse-double-quote): If a | |
14047 double-quoted argument resolves to nil, return it as an empty | |
14048 string rather than as nil. This made it impossible to pass "" to | |
14049 a shell script as a null string argument. | |
14050 | |
14051 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
14052 | |
14053 * outline.el (outline-invent-heading): New fun. | |
14054 (outline-promote, outline-demote): Use it. | |
14055 (outline-move-subtree-down): Remove unused vars `re' and `txt'. | |
14056 (outline-end-of-subtree): Remove unused var `opoint'. | |
14057 | |
14058 2005-08-26 David Reitter <david.reitter@gmail.com> | |
14059 | |
14060 * menu-bar.el (truncate-lines, write-file, print-buffer) | |
14061 (ps-print-buffer-faces, ps-print-buffer, split-window): | |
14062 Disable menu items when the frame they refer to is invisible, or when | |
14063 they refer to a buffer and the minibuffer is selected. | |
14064 | |
14065 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com> | |
14066 | |
14067 * progmodes/flymake.el (flymake-highlight-err-lines): | |
14068 Use save-excursion around flymake-highlight-line to preserve point. | |
14069 | |
14070 2005-08-26 Eli Zaretskii <eliz@gnu.org> | |
14071 | |
14072 * progmodes/octave-mod.el: Change Author and Maintainer address. | |
14073 (octave-maintainer-address): Change Kurt's email address. | |
14074 * progmodes/octave-inf.el: Change Author and Maintainer address. | |
14075 * progmodes/octave-hlp.el: Change Author and Maintainer address. | |
14076 | |
14077 2005-08-26 Kim F. Storm <storm@cua.dk> | |
14078 | |
14079 * subr.el (version-list-<, version-list-<=, version-list-=): | |
14080 Rename from integer-list-*. | |
14081 (version-list-not-zero): Likewise. Fix while loop. | |
14082 (version=): Use version-list-= instead of string-equal. | |
14083 | |
14084 2005-08-26 Richard M. Stallman <rms@gnu.org> | |
14085 | |
14086 * outline.el (outline-promote): Try shortening the heading. | |
14087 As last resort, read the heading to use. | |
14088 (outline-demote): As last resort, read the heading to use. | |
14089 | |
14090 2005-08-26 Romain Francoise <romain@orebokech.com> | |
14091 | |
14092 * progmodes/compile.el (compilation-start): Doc fix. | |
14093 | |
14094 * progmodes/antlr-mode.el (antlr-default): Fix defface form. | |
14095 (antlr-font-lock-additional-keywords): Fix reference to | |
14096 `antlr-font-lock-literal-regexp' erroneously changed during the | |
14097 mass face rename. | |
14098 (antlr-run-tool): Use `compilation-start'. | |
14099 | |
14100 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start' | |
14101 instead of the obsolete `compile-internal'. | |
14102 | |
14103 2005-08-26 Juanma Barranquero <lekktu@gmail.com> | |
14104 | |
14105 * calendar/cal-bahai.el (date, displayed-month, displayed-year) | |
14106 (number, original-date): | |
14107 * calendar/cal-china.el (date): | |
14108 * calendar/cal-coptic.el (date): | |
14109 * calendar/cal-french.el (date): | |
14110 * calendar/cal-hebrew.el (date, entry, number, original-date): | |
14111 * calendar/cal-islam.el (date, number, original-date): | |
14112 * calendar/cal-iso.el (date): | |
14113 * calendar/cal-julian.el (date): | |
14114 * calendar/cal-mayan.el (date): | |
14115 * calendar/cal-menu.el (date, event): | |
14116 * calendar/cal-persia.el (date): | |
14117 * calendar/lunar.el (date): | |
14118 * calendar/solar.el (date): Add defvars. | |
14119 | |
14120 * emerge.el: | |
14121 * ibuffer.el: | |
14122 * info-xref.el: | |
14123 * obsolete/bg-mouse.el: | |
14124 * obsolete/sun-curs.el: | |
14125 * obsolete/swedish.el: Move the `defvar's to the top level. | |
14126 | |
14127 * smerge-mode.el (smerge-refined-change): Add :group. | |
14128 | |
14129 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
14130 | |
14131 * smerge-mode.el (smerge-remove-props): Make the args non-optional. | |
14132 (smerge-keep-n): Remove props. | |
14133 (smerge-keep-base, smerge-keep-other, smerge-keep-mine) | |
14134 (smerge-keep-current, smerge-kill-current): Don't remove props anymore | |
14135 now that it's done in smerge-keep-n. | |
14136 (smerge-refined-change): New face. | |
14137 (smerge-refine-chopup-region, smerge-refine-highlight-change) | |
14138 (smerge-refine): New funs. | |
14139 (smerge-basic-map): Bind smerge-refine. | |
14140 | |
14141 2005-08-25 Juri Linkov <juri@jurta.org> | |
14142 | |
14143 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables | |
14144 compilation-process-setup-function and compilation-disable-input | |
14145 in grep-mode instead of let-bindings in grep. | |
14146 | |
14147 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save): | |
14148 Delete "Automatic File De/compression" (auto-compression-mode). | |
14149 | |
14150 2005-08-25 Juanma Barranquero <lekktu@gmail.com> | |
14151 | |
14152 * obsolete/bg-mouse.el: Move to obsolete/ from term/. | |
14153 Silence warning about non-existent variable. | |
14154 | |
14155 2005-08-25 Richard M. Stallman <rms@gnu.org> | |
14156 | |
14157 * menu-bar.el (menu-bar-describe-menu): Delete "What's New". | |
14158 Rename "Describe Key" to "Describe Key or Mouse Operation". | |
14159 | |
14160 * mail/mailalias.el (build-mail-aliases): Delete comments | |
14161 from the contents before processing them. | |
14162 | |
14163 * isearch.el (isearch-edit-string): Erase the Search prompt | |
14164 if user enters an empty string and there is no default. | |
14165 | |
14166 * comint.el (comint-file-name-prefix): Add autoload. | |
14167 | |
14168 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu> | |
14169 | |
14170 * subr.el (play-sound): Rearrange to avoid warning. | |
14171 | |
14172 2005-08-25 Carsten Dominik <dominik@science.uva.nl> | |
14173 | |
14174 * calendar/diary-lib.el (diary-modify-entry-list-string-function): | |
14175 New hook. | |
14176 (add-to-diary-list): Call `diary-modify-entry-list-string-function' | |
14177 | |
14178 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
14179 | |
14180 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify. | |
14181 | |
14182 * custom.el (custom-theme-set-variables): Sort minor modes last. | |
14183 | |
14184 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
14185 | |
14186 * subr.el (version-separator, version-regexp-alist): New vars used by | |
14187 version comparison funs. | |
14188 (integer-list-<, integer-list-=, integer-list-<=) | |
14189 (integer-list-not-zero): New funs for integer list comparison. | |
14190 (version-to-list, version=, version<, version<=): New funs for version | |
14191 comparison. | |
14192 | |
14193 2005-08-24 Juanma Barranquero <lekktu@gmail.com> | |
14194 | |
14195 * emerge.el (merge-begin, merge-end, template, A-begin, A-end) | |
14196 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile | |
14197 time to silence the byte-compiler. | |
14198 | |
14199 * ibuffer.el (ibuffer-compile-make-eliding-form) | |
14200 (ibuffer-check-formats): Use `with-no-warnings' to hide references | |
14201 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el, | |
14202 so it's silly to get warnings for it). | |
14203 (ibuffer-auto-mode, ibuffer-cached-filter-formats) | |
14204 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist) | |
14205 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups) | |
14206 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups) | |
14207 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups) | |
14208 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps): | |
14209 Defvar at compile time. | |
14210 (ibuffer-compiled-formats, ibuffer-cached-eliding-string) | |
14211 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns): | |
14212 Declare them before use. | |
14213 | |
14214 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading) | |
14215 (info-xref-good, info-xref-bad): Defvar at compile time. | |
14216 | |
14217 * obsolete/mlsupport.el (filter-region, execute-monitor-command): | |
14218 Use `let*' instead of `let'. | |
14219 | |
14220 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*) | |
14221 (*mouse-y*, menu, char): Defvar at compile time. | |
14222 (sc::menu): Declare it before use. | |
14223 (sc::pack-one-line): Use `let', not `let*'. | |
14224 | |
14225 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist) | |
14226 (mail-send-hook): Defvar at compile time. | |
14227 | |
14228 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window): | |
14229 Defvar at compile time. | |
14230 | |
14231 * term/sun-mouse.el (current-global-mousemap) | |
14232 (current-local-mousemap): Declare them before use. | |
14233 | |
14234 2005-08-24 Carsten Dominik <dominik@science.uva.nl> | |
14235 | |
14236 * bookmark.el (bookmark-after-jump-hook): New hook. | |
14237 (bookmark-jump): Run `bookmark-after-jump-hook'. | |
14238 | |
14239 2005-08-23 Juri Linkov <juri@jurta.org> | |
14240 | |
14241 * faces.el (minibuffer-prompt): Doc fix. | |
14242 | |
14243 2005-08-23 Juanma Barranquero <lekktu@gmail.com> | |
14244 | |
14245 * progmodes/xscheme.el: Trivial changes to silence warnings. | |
14246 (xscheme-previous-mode, xscheme-previous-process-state): | |
14247 Add defvars. | |
14248 (xscheme-last-input-end, xscheme-process-command-line) | |
14249 (xscheme-process-name, xscheme-buffer-name) | |
14250 (xscheme-expressions-ring-max, xscheme-expressions-ring) | |
14251 (xscheme-expressions-ring-yank-pointer, xscheme-running-p) | |
14252 (xscheme-control-g-synchronization-p) | |
14253 (xscheme-control-g-disabled-p, xscheme-string-receiver) | |
14254 (default-xscheme-runlight, xscheme-runlight) | |
14255 (xscheme-runlight-string, xscheme-process-filter-state) | |
14256 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): | |
14257 Move to beginning of file. | |
14258 (scheme-interaction-mode-commands-alist) | |
14259 (scheme-interaction-mode-map, scheme-debugger-mode-map): | |
14260 Declare them before use. Note: the initialization code for the variables | |
14261 has not been moved because it uses functions that reference the variables. | |
14262 (xscheme-control-g-message-string, xscheme-process-filter-alist) | |
14263 (xscheme-prompt-for-expression-map): Declare them before use. | |
14264 (scheme-debugger-mode-commands): "?\ " -> "?\s". | |
14265 | |
14266 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change) | |
14267 | |
14268 * hexl.el (hexl-print-current-point-info): Fix simple spelling error. | |
14269 | |
14270 2005-08-22 Juri Linkov <juri@jurta.org> | |
14271 | |
14272 * faces.el (set-face-underline): Delete this duplicate function | |
14273 and make an obsolete alias to set-face-underline-p. | |
14274 (set-face-underline-p): Use docstring of set-face-underline. | |
14275 (describe-face): Create hyperlink to parent face. | |
14276 | |
14277 * info.el (Info-insert-dir): Use save-excursion around | |
14278 insert-buffer-substring. | |
14279 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string. | |
14280 (Info-escape-percent): Delete function. | |
14281 (Info-fontify-node): Replace Info-escape-percent by | |
14282 replace-regexp-in-string with REP arg set to lambda that | |
14283 duplicates `%' and preserves text properties. | |
14284 | |
14285 * progmodes/compile.el (compilation-disable-input): Doc fix. | |
14286 (define-compilation-mode): Doc fix and refill. | |
14287 (kill-compilation): Use `mode-name' in the error message. | |
14288 (compilation-find-file): Use `compilation-error' in the | |
14289 read-file-name's prompt. | |
14290 | |
14291 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
14292 | |
14293 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next. | |
14294 (smerge-auto-leave): Make undo re-enable the mode. | |
14295 (debug-ignored-errors): Add the user-error of impossible resolution. | |
14296 (smerge-resolve): Move things around a bit, in preparation for later. | |
14297 (smerge-diff): Don't fail if the buffer has no associated file. | |
14298 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler. | |
14299 (smerge-conflict-overlay): New function. | |
14300 (smerge-match-conflict): Don't add text properties here. | |
14301 (smerge-find-conflict): Instead, add an overlay here. | |
14302 Also check for the case where we're inside a conflict already, so as to | |
14303 obviate the need for font-lock-multiline, which is unbearably slow with | |
14304 large conflicts and ciomplex font-lock patterns. | |
14305 (smerge-remove-props): Remove overlay rather than text-properties. | |
14306 (smerge-mode): Don't set font-lock-multiline. | |
14307 Remove overlays when turned off. | |
14308 | |
14309 2005-08-21 Kim F. Storm <storm@cua.dk> | |
14310 | |
14311 * ido.el (ido-ignore-item-p): Use save-match-data. | |
14312 Bind case-fold-search to ido-case-fold locally. | |
14313 | |
14314 2005-08-20 Richard M. Stallman <rms@gnu.org> | |
14315 | |
14316 * files.el (normal-mode): If font lock is on, turn it off and on. | |
14317 | |
14318 * subr.el (replace-regexp-in-string): Doc fix. | |
14319 | |
14320 * startup.el (command-line-1): Don't suppress startup screen | |
14321 due to existing processes. | |
14322 | |
14323 * progmodes/grep.el (grep): Bind compilation-disable-input to t. | |
14324 | |
14325 * progmodes/compile.el (compilation-disable-input): Default to nil. | |
14326 | |
14327 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) | |
14328 | |
14329 * progmodes/compile.el (compilation-disable-input): New defcustom. | |
14330 (compilation-start): If compilation-disable-input is non-nil, send | |
14331 EOF to the compilation process. | |
14332 | |
14333 2005-08-20 Eli Zaretskii <eliz@gnu.org> | |
14334 | |
14335 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command): | |
14336 Run the argument of tex-shell-cd-command through | |
14337 convert-standard-filename, to get the correct style of slashes on | |
14338 Windows, and enclose the result in quotes, in case the file name | |
14339 includes whitespace or other special characters. | |
14340 | |
14341 2005-08-19 Andreas Schwab <schwab@suse.de> | |
14342 | |
14343 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated | |
14344 process. | |
14345 | |
14346 2005-08-18 Luc Teirlinck <teirllm@auburn.edu> | |
14347 | |
14348 * cus-start.el (minibuffer-prompt-properties): Correct typo. | |
14349 | |
14350 2005-08-18 Kim F. Storm <storm@cua.dk> | |
14351 | |
14352 * scroll-lock.el: Fix errors due to incorrect line wrapping. | |
14353 | |
14354 2005-08-18 Richard M. Stallman <rms@gnu.org> | |
14355 | |
14356 * scroll-lock.el: New file. | |
14357 | |
14358 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org> | |
14359 | |
14360 * dired.el (dired-move-to-end-of-filename): | |
14361 Handle fifo as rendered by "ls -lF": Don't include trailing "|". | |
14362 | |
14363 2005-08-18 Kim F. Storm <storm@cua.dk> | |
14364 | |
14365 * ido.el (ido-everywhere): Fix defcustom :set function to disable | |
14366 rather than toggle mode when custom value is nil. | |
14367 (ido-everywhere): Fix defun doc string. | |
14368 | |
14369 2005-08-17 Richard M. Stallman <rms@gnu.org> | |
14370 | |
14371 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter" | |
14372 as tag instead of "Inviolable". | |
14373 | |
14374 2005-08-17 Kim F. Storm <storm@cua.dk> | |
14375 | |
14376 * windmove.el (windmove-coordinates-of-position): Remove. | |
14377 (windmove-coordinates-of-window-position): Remove. | |
14378 (windmove-reference-loc): Use posn-at-point instead. | |
14379 | |
14380 * subr.el (insert-for-yank-1): Doc fix. | |
14381 | |
14382 * ido.el (ido-enter-matching-directory): Rename from | |
14383 ido-enter-single-matching-directory. Change `slash' choice to | |
14384 `only'. Add `first' choice. | |
14385 (ido-exhibit): Adapt to above changes. | |
14386 | |
14387 2005-08-16 Luc Teirlinck <teirllm@auburn.edu> | |
14388 | |
14389 * Makefile.in: Expand comment about building loaddefs.el. | |
14390 | |
14391 2005-08-16 Nick Roberts <nickrob@snap.net.nz> | |
14392 | |
14393 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer): | |
14394 Comment use of defadvice. | |
14395 | |
14396 * progmodes/gud.el (gud-jump): Rework for gdb-ui. | |
14397 | |
14398 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu> | |
14399 | |
14400 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el, | |
14401 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el, | |
14402 * progmodes/gdb-ui.el, progmodes/idlw-help.el, | |
14403 * progmodes/idlw-shell.el, progmodes/ld-script.el, | |
14404 * progmodes/which-func.el, ruler-mode.el, strokes.el, | |
14405 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias | |
14406 for backward compatibility for faces that did not appear in the | |
14407 previous Emacs release. | |
14408 | |
14409 * simple.el (next-error-follow-minor-mode): Fix init value and lighter. | |
14410 | |
14411 2005-08-15 Kim F. Storm <storm@cua.dk> | |
14412 | |
14413 * emulation/cua-base.el (cua-delete-region): Return t if | |
14414 deleted region was non-empty. | |
14415 (cua-replace-region): Inhibit overwrite-mode for | |
14416 self-insert-command if replaced region was non-empty. | |
14417 (cua--explicit-region-start, cua--status-string): Make them | |
14418 buffer-local at top-level... | |
14419 (cua-mode): ...rather than when mode is enabled. | |
14420 | |
14421 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org> | |
14422 | |
14423 * progmodes/vhdl-mode.el (vhdl-emacs-21): | |
14424 Set t for Emacs 21, 22, and so on. | |
14425 | |
14426 2005-08-15 David Ponce <david@dponce.com> | |
14427 | |
14428 * tree-widget.el: Update Commentary header. | |
14429 (tree-widget-theme): Doc fix. | |
14430 (tree-widget-space-width): New option. | |
14431 (tree-widget-image-properties): Look up in the default theme too. | |
14432 (tree-widget--cursors): Only for images with arrow pointer shape. | |
14433 (tree-widget-lookup-image): Pointer shape is hand by default. | |
14434 (tree-widget-icon): Rename generic icon widget from | |
14435 `tree-widget-control'. | |
14436 (tree-widget-*-icon): Rename from `tree-widget-*-control' and | |
14437 derive from `tree-widget-icon'. | |
14438 (tree-widget-handle): Improve default look and feel of the text | |
14439 representation. | |
14440 (tree-widget): Rename :*-control properties to :*-icon properties. | |
14441 Add :action and :help-echo properties. | |
14442 (tree-widget-after-toggle-functions): Move. | |
14443 (tree-widget-close-node, tree-widget-open-node): Remove. | |
14444 (tree-widget-before-create-icon-functions): New hook. | |
14445 (tree-widget-value-create): Update to allow customization of icons | |
14446 and nodes at run-time via that new hook. | |
14447 (tree-widget-icon-create, tree-widget-leaf-node-icon-p) | |
14448 (tree-widget-icon-action, tree-widget-icon-help-echo) | |
14449 (tree-widget-action, tree-widget-help-echo): New functions. | |
14450 | |
14451 2005-08-15 Kim F. Storm <storm@cua.dk> | |
14452 | |
14453 * ido.el (ido-buffer-internal): Use with-no-warnings. | |
14454 (ido-make-merged-file-list): Use while-no-input. | |
14455 | |
14456 2005-08-15 Richard M. Stallman <rms@gnu.org> | |
14457 | |
14458 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix. | |
14459 (flyspell-large-region): Fix doc and custom type. | |
14460 | |
14461 2005-08-14 Richard M. Stallman <rms@gnu.org> | |
14462 | |
14463 * files.el (interpreter-mode-alist): Doc fix. | |
14464 | |
14465 * mail/rmail.el (rmail-nonignored-headers): New variable. | |
14466 (rmail-clear-headers): Use it. | |
14467 (rmail-reply): Better handling of mail-followup-to header. | |
14468 | |
14469 * progmodes/sh-script.el (sh-font-lock-keywords-var): | |
14470 Rename variable from sh-font-lock-keywords. In the `shell' entry, | |
14471 don't try to refer to executable-font-lock-keywords. | |
14472 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1. | |
14473 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2. | |
14474 (sh-font-lock-keywords): Append executable-font-lock-keywords here. | |
14475 (sh-mode): Set comment-start-skip, local-abbrev-table, | |
14476 imenu-case-fold-search. | |
14477 (sh-set-shell): Don't set them here. | |
14478 (sh-feature): Simplify. Get rid of the eval-a-variable feature. | |
14479 Don't cache the results in the original alist; don't ever modify | |
14480 that alist. | |
14481 | |
14482 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar. | |
14483 | |
14484 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is | |
14485 empty. | |
14486 | |
14487 2005-08-15 Andreas Schwab <schwab@suse.de> | |
14488 | |
14489 * desktop.el: Put autoload cookie at risky-local-variable declarations. | |
14490 | |
14491 * dired.el, info.el, mail/rmail.el: Revert last change. | |
14492 | |
14493 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org> | |
14494 | |
14495 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers' | |
14496 modification in `eval-after-load' form. | |
14497 * info.el: Likewise. | |
14498 * mail/rmail.el: Likewise. | |
14499 | |
14500 2005-08-14 Juri Linkov <juri@jurta.org> | |
14501 | |
14502 * progmodes/compile.el (compilation-mode-font-lock-keywords): | |
14503 Remove highlighting of "Compilation started". Highlight only | |
14504 the word "finished" in "Compilation finished". Add highlighting | |
14505 of "interrupt", "killed", "terminated" and the exit code. | |
14506 (compilation-start): Add newline after header. Use exactly the | |
14507 same time stamp format as the finishing message. | |
14508 (compilation-mode-map): Add ellipsis to "Search Files (grep)". | |
14509 | |
14510 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep". | |
14511 (grep-mode-font-lock-keywords): Don't highlight "Grep started". | |
14512 Add highlighting of "interrupt", "killed", "terminated". | |
14513 | |
14514 * delsel.el (delete-selection-pre-hook): If overwrite-mode is | |
14515 enabled and the current command is self-insert-command, call it | |
14516 explicitly with overwrite-mode bound to nil, to not allow it | |
14517 to delete the character after the selected region. | |
14518 | |
14519 2005-08-12 Matt Hodges <MPHodges@member.fsf.org> | |
14520 | |
14521 * emacs-lisp/eldoc.el: Add move-beginning-of-line, | |
14522 move-end-of-line, end-of-line, and beginning-of-line to the list | |
14523 of commands after which the echo area is updated. | |
14524 | |
14525 2005-08-12 Eli Zaretskii <eliz@gnu.org> | |
14526 | |
14527 * cus-edit.el (custom-save-all, custom-save-delete): | |
14528 Bind recentf-exclude to exclude custom-file. | |
14529 | |
14530 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il> | |
14531 | |
14532 * mail/rmailsum.el (rmail-summary-end-of-message): New command | |
14533 to go to the bottom of the mail message. Added to | |
14534 `rmail-summary-mode-map' with key "/". | |
14535 (rmail-summary-show-message): New (internal) function for use by | |
14536 both `rmail-summary-beginning/end-of-message'. | |
14537 (rmail-summary-beginning-of-message): Change to use | |
14538 rmail-summary-show-message. | |
14539 | |
14540 * mail/rmail.el (rmail-end-of-message): New command to go to the | |
14541 end of the current message. Added to `rmail-mode-map' with key "/". | |
14542 (rmail-beginning-of-message): Fix to work as documented. | |
14543 (rmail-mode): Change documentation. | |
14544 | |
14545 * progmodes/compile.el (compilation-start): Add the line | |
14546 "Compilation started" with compilation start time. | |
14547 (compilation-mode-font-lock-keywords): Add `started' to keywords. | |
14548 | |
14549 2005-08-11 Luc Teirlinck <teirllm@auburn.edu> | |
14550 | |
14551 * menu-bar.el (menu-bar-options-menu): Standardize capitalization | |
14552 of menu items. | |
14553 | |
14554 2005-08-11 Richard M. Stallman <rms@gnu.org> | |
14555 | |
14556 * simple.el (pop-global-mark): Reverse test of widen-automatically. | |
14557 | |
14558 * battery.el (battery-status-function): Don't use ignore-errors. | |
14559 | |
14560 2005-08-11 Lute Kamstra <lute@gnu.org> | |
14561 | |
14562 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with | |
14563 define-obsolete-variable-alias. | |
14564 | |
14565 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
14566 | |
14567 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps. | |
14568 (ange-ftp-send-cmd): Revert last change, and expand | |
14569 the comment explaining the problem. | |
14570 | |
14571 2005-08-10 Luc Teirlinck <teirllm@auburn.edu> | |
14572 | |
14573 * ldefs-boot.el: Update. | |
14574 | |
14575 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail" | |
14576 item to "Time, Load and Mail". Change help echo text. | |
14577 | |
14578 * time.el (display-time-use-mail-icon, display-time-format) | |
14579 (display-time-string-forms): Shorten first line of docstrings. | |
14580 | |
14581 2005-08-10 Lars Hansen <larsh@soem.dk> | |
14582 | |
14583 * desktop.el (desktop-buffer-mode-handlers): | |
14584 Make non-customizable. Add autoload cookie. Change initial value to | |
14585 nil; add elements in respective modules instead. Fix doc string. | |
14586 (desktop-load-file): New function. | |
14587 (desktop-minor-mode-handlers): New autoloaded variable. | |
14588 (desktop-create-buffer): Call minor mode handlers. | |
14589 Use desktop-load-file to load major and minor mode modules prior to | |
14590 checking for a handler. | |
14591 (desktop-save): Don't add nil to desktop-minor-modes for minor | |
14592 modes with nil function in desktop-minor-mode-table. Don't delete | |
14593 desktop file before rewriting it. | |
14594 (desktop-locals-to-save): Add autoload cookie. Don't make | |
14595 automatically buffer-local. Add variables column-number-mode, | |
14596 size-indication-mode, indent-tabs-mode, | |
14597 indicate-buffer-boundaries, indicate-empty-lines and | |
14598 show-trailing-whitespace. | |
14599 (desktop-clear): Allow desktop-clear-preserve-buffers to contain | |
14600 regexps. Don't use desktop-clear-preserve-buffers-regexp. | |
14601 (desktop-clear-preserve-buffers-regexp): Delete. | |
14602 (desktop-clear-preserve-buffers): Update initial value and docstring. | |
14603 (desktop-save-buffer): Fix doc string. | |
14604 | |
14605 * hilit-chg.el: Add handler to desktop-minor-mode-handlers. | |
14606 (hilit-chg-desktop-restore): New function. | |
14607 (highlight-changes-mode): Add highlight-changes-mode to | |
14608 desktop-locals-to-save. | |
14609 | |
14610 * dired.el: Add handler to desktop-buffer-mode-handlers. | |
14611 (dired-restore-desktop-buffer): Remove autoload cookie. | |
14612 (dired-mode): Add autoload cookie. | |
14613 | |
14614 * info.el: Add handler to desktop-buffer-mode-handlers. | |
14615 (Info-restore-desktop-buffer): Remove autoload cookie. | |
14616 (Info-mode): Add autoload cookie. | |
14617 | |
14618 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers. | |
14619 (mh-restore-desktop-buffer): Remove autoload cookie. | |
14620 (mh-folder-mode): Add autoload cookie. | |
14621 | |
14622 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers. | |
14623 (rmail-restore-desktop-buffer): Remove autoload cookie. | |
14624 | |
14625 2005-08-11 Masatake YAMATO <jet@gyve.org> | |
14626 | |
14627 * hexl.el (hexl-address-region): | |
14628 (hexl-ascii-region, hexl-font-lock-keywords): | |
14629 (hexl-highlight-line-range): Use the term "region" | |
14630 instead of "area" for consistency with the other symbols | |
14631 defined in hexl.el. | |
14632 | |
14633 2005-08-09 Luc Teirlinck <teirllm@auburn.edu> | |
14634 | |
14635 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to | |
14636 correct group: it is set with `menu-bar-make-mm-toggle' (pointed | |
14637 out by Juri Linkov). Add `display-battery-mode'. | |
14638 | |
14639 2005-08-09 Juri Linkov <juri@jurta.org> | |
14640 | |
14641 * progmodes/compile.el (compilation-mode-font-lock-keywords): | |
14642 Remove `-text' from face variable names. | |
14643 (compilation-error-file-name, compilation-warning-file-name) | |
14644 (compilation-info-file-name): Delete faces. | |
14645 (compilation-line-number, compilation-column-number): | |
14646 Remove face underlining. | |
14647 (compilation-message-face): Set to `underline' value by default. | |
14648 (compilation-error-face, compilation-warning-face) | |
14649 (compilation-info-face): Remove `-file-name' from face names. | |
14650 (compilation-error-text-face, compilation-warning-text-face) | |
14651 (compilation-info-text-face): Delete face variables. | |
14652 (compilation-text-face): Delete function. | |
14653 | |
14654 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'. | |
14655 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'. | |
14656 (grep-error-face): Set to `compilation-error' instead of | |
14657 `compilation-error-face' (which is redefined to `grep-hit-face' in | |
14658 grep buffers). | |
14659 (grep-mode-font-lock-keywords): Remove `-text' from face variable | |
14660 names. Use `grep-error-face' instead of `compilation-error-text-face'. | |
14661 | |
14662 * dired-aux.el (dired-do-query-replace-regexp): | |
14663 Use `query-replace-read-args'. | |
14664 | |
14665 * replace.el (query-replace-read-from, query-replace-read-to) | |
14666 (query-replace-read-args): Rename arg `string' to `prompt'. | |
14667 | |
14668 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'. | |
14669 | |
14670 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change) | |
14671 | |
14672 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with | |
14673 uploading files. | |
14674 (ange-ftp-canonize-filename): Handle file names beginning with ~ | |
14675 correctly. | |
14676 | |
14677 2005-08-09 Juanma Barranquero <lekktu@gmail.com> | |
14678 | |
14679 * textmodes/fill.el (canonically-space-region) | |
14680 (fill-context-prefix, fill-french-nobreak-p) | |
14681 (fill-delete-newlines, fill-comment-paragraph) | |
14682 (justify-current-line): "?\ " -> "?\s". | |
14683 | |
14684 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change) | |
14685 | |
14686 * textmodes/fill.el (fill-nonuniform-paragraphs): | |
14687 Improve argument/docstring consistency. | |
14688 | |
14689 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
14690 | |
14691 * textmodes/ispell.el (ispell-word): More fboundp checks. | |
14692 | |
14693 * files.el (find-file-noselect): Don't call set-buffer-major-mode. | |
14694 (find-file-noselect-1): Call it here, only if RAWFILE. | |
14695 (normal-mode): Always set some major mode. | |
14696 (save-some-buffers-action-alist): Change some explanation strings. | |
14697 (file-name-non-special): In the `quote' method, use unwind-protect. | |
14698 | |
14699 2005-08-09 Magnus Henoch <mange@freemail.hu> | |
14700 | |
14701 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command. | |
14702 (ispell-have-aspell-dictionaries): New variable. | |
14703 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables. | |
14704 (ispell-get-aspell-config-value): New function. | |
14705 (ispell-aspell-find-dictionary): New function. | |
14706 (ispell-aspell-add-aliases): New function. | |
14707 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if | |
14708 appropriate. Don't look for ispell dictionaries if we use aspell. | |
14709 (ispell-menu-map): Don't build a submenu of dictionaries. | |
14710 | |
14711 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
14712 | |
14713 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp. | |
14714 (sql-read-passwd): Use read-passwd. | |
14715 | |
14716 * progmodes/idlw-toolbar.el (idlwave-toolbar) | |
14717 (idlwave-toolbar-is-possible): Add defvars. | |
14718 | |
14719 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track): | |
14720 Avoid warnings. | |
14721 | |
14722 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist) | |
14723 (idlwave-system-class-info, idlwave-executive-commands-alist): | |
14724 Use defvar. | |
14725 | |
14726 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload. | |
14727 | |
14728 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header): | |
14729 Avoid warnings. | |
14730 | |
14731 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version: | |
14732 and content-type: headers. | |
14733 | |
14734 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode. | |
14735 | |
14736 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options | |
14737 and rename some of them to be more self-explanatory. | |
14738 | |
14739 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully. | |
14740 | |
14741 * startup.el (command-line-1): Implement -scriptload. | |
14742 | |
14743 * replace.el (occur-engine): Initial *Occur* output not undoable. | |
14744 | |
14745 * menu-bar.el (menu-bar-file-menu): Rename some menu items | |
14746 and improve help strings. | |
14747 | |
14748 * isearch.el (isearch-repeat): When changing direction, | |
14749 mark search successful. | |
14750 | |
14751 * ediff-init.el: Use (featurep 'xemacs). | |
14752 | |
14753 * comint.el (send-invisible): Identify buffer, if not selected. | |
14754 | |
14755 * align.el: Delete autoload for c-guess-basic-syntax. | |
14756 | |
14757 2005-08-09 Juanma Barranquero <lekktu@gmail.com> | |
14758 | |
14759 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer): | |
14760 Improve argument/docstring consistency. Doc fixes. | |
14761 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author) | |
14762 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor) | |
14763 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords) | |
14764 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering) | |
14765 (r2bv-organization, r2bv-pages, r2bv-primary-author) | |
14766 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word) | |
14767 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year): | |
14768 Defvar at compile time. | |
14769 | |
14770 2005-08-09 Juri Linkov <juri@jurta.org> | |
14771 | |
14772 * info.el: Replace `info' with upper-case `Info' where appropriate. | |
14773 (info-title-1, info-title-2, info-title-3, info-title-4) | |
14774 (info-menu-header): Move up face definitions. | |
14775 (info-menu-star): Rename from `info-menu-5'. | |
14776 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'. | |
14777 (Info-fontify-visited-nodes): Fix docstring. | |
14778 (Info-hide-note-references): Fix docstring. | |
14779 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on | |
14780 menu items in the same way as on cross-references. | |
14781 (info-apropos): Fix sorting order and formatting to be like in the | |
14782 stand-alone Info browser. Display error messages for 1 sec. | |
14783 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'. | |
14784 (Info-mode-menu): Remove item for `Info-search-case-sensitively' | |
14785 from the menu bar. | |
14786 (Info-insert-dir): Restore point after calling | |
14787 `insert-buffer-substring'. | |
14788 | |
14789 2005-08-08 Richard M. Stallman <rms@gnu.org> | |
14790 | |
14791 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar) | |
14792 (recompute-lucid-menubar): Add defvars. | |
14793 | |
14794 * mail/sendmail.el (mail-yank-original): Use with-no-warnings. | |
14795 | |
14796 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring. | |
14797 | |
14798 * net/net-utils.el (run-dig): Rename from `dig'. | |
14799 | |
14800 * play/gametree.el (gametree-mode): Use make-local-variable, | |
14801 not make-variable-buffer-local. | |
14802 | |
14803 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings. | |
14804 | |
14805 * ansi-color.el (ansi-color-make-extent) | |
14806 (ansi-color-set-extent-face): Use fboundp, not functionp. | |
14807 | |
14808 * autorevert.el (auto-revert-tail-mode): Use make-local-variable, | |
14809 not make-variable-buffer-local. | |
14810 | |
14811 * bookmark.el (Info-current-file): Add defvar. | |
14812 (bookmark-jump-noselect): Use with-no-warnings. | |
14813 | |
14814 * completion.el (c-mode-map, fortran-mode-map): Add defvars. | |
14815 | |
14816 * ebuff-menu.el (Helper-return-blurb): Add defvar. | |
14817 | |
14818 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars. | |
14819 | |
14820 * find-file.el (ada-procedure-start-regexp) | |
14821 (ada-package-start-regexp): Add defvars. | |
14822 | |
14823 * info.el (Info-insert-dir): Use insert-buffer-substring. | |
14824 | |
14825 * xml.el (xml-att-def-re): Add defvar. | |
14826 | |
14827 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input | |
14828 calling convention. | |
14829 | |
14830 * subr.el (while-no-input): Return t if there is input. | |
14831 | |
14832 2005-08-08 Luc Teirlinck <teirllm@auburn.edu> | |
14833 | |
14834 * cus-start.el (all): Add `overflow-newline-into-fringe'. | |
14835 | |
14836 2005-08-08 Juanma Barranquero <lekktu@gmail.com> | |
14837 | |
14838 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode) | |
14839 (scheme-prev-l/c-dir/file): Fix typos in docstrings. | |
14840 | |
14841 2005-08-08 Emilio C. Lopes <eclig@gmx.net> | |
14842 | |
14843 * cmuscheme.el (scheme-start-file): Replace reference to | |
14844 `user-emacs-directory' by "~/.emacs.d/". | |
14845 | |
14846 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org> | |
14847 | |
14848 * info.el (Info-dir-remove-duplicates): Avoid case folding | |
14849 in loop; instead, keep downcased strings for comparison. | |
14850 Suggested by Helmut Eller. | |
14851 | |
14852 2005-08-07 Michael Albinus <michael.albinus@gmx.de> | |
14853 | |
14854 Sync with Tramp 2.0.50. | |
14855 | |
14856 * net/tramp.el: Remove defvar of `last-coding-system-used' in the | |
14857 XEmacs case; not necessary anymore. | |
14858 (tramp-user-regexp): Allow "@" as part of user name. | |
14859 (tramp-handle-set-visited-file-modtime) | |
14860 (tramp-handle-insert-file-contents) | |
14861 (tramp-handle-write-region): No special handling for | |
14862 `last-coding-system-used, because this is done in | |
14863 `tramp-accept-process-output' now. | |
14864 (tramp-accept-process-output): New defun. | |
14865 (tramp-process-one-action, tramp-process-one-multi-action) | |
14866 (tramp-wait-for-regexp, tramp-wait-for-output) | |
14867 (tramp-discard-garbage-erase-buffer): Call it. Reported by David | |
14868 Howells <dhowells@redhat.com>. | |
14869 (clear-visited-file-modtime): Defadvice removed. The check for | |
14870 unset buffer's modtime does not need to be based on | |
14871 `tramp-buffer-file-attributes'. Suggested by RMS. | |
14872 (tramp-message): Insert "\n" if not being at beginning of line. | |
14873 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code | |
14874 sequence with same logic. | |
14875 (tramp-completion-handle-expand-file-name): Discard call of | |
14876 `tramp-drop-volume-letter'. It is not necessary, and there have | |
14877 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp. | |
14878 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>. | |
14879 (tramp-do-copy-or-rename-file-out-of-band): Transfer message | |
14880 should always be visible. | |
14881 (tramp-handle-insert-directory, tramp-setup-complete) | |
14882 (tramp-set-process-query-on-exit-flag) | |
14883 (tramp-append-tramp-buffers): Pacify byte-compiler. | |
14884 (tramp-bug): Delete non-existing variables from list. | |
14885 Apply `tramp-load-report-modules' as pre-hook. | |
14886 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and | |
14887 `shell-prompt-pattern' because of non-7bit characters. | |
14888 Reported by Sebastian Luque <sluque@mun.ca>. | |
14889 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns. | |
14890 (tramp-match-string-list): Remove function. | |
14891 (tramp-wait-for-regexp): Remove call of that function. | |
14892 Suggested by Kim F. Storm <storm@cua.dk>. | |
14893 (tramp-set-auto-save-file-modes): Use octal integer code #o600 | |
14894 instead of octal character code ?\600. The latter resulted in a | |
14895 syntax error with XEmacs. | |
14896 | |
14897 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the | |
14898 XEmacs case; not necessary anymore. | |
14899 (tramp-smb-handle-write-region): No special handling for | |
14900 `last-coding-system-used, because this is done in | |
14901 `tramp-accept-process-output' now. | |
14902 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'. | |
14903 | |
14904 2005-08-06 Luc Teirlinck <teirllm@auburn.edu> | |
14905 | |
14906 * wid-edit.el (widget-choice-value-create): | |
14907 Unconditionally respect user choice. Set :explicit-choice back to nil | |
14908 when no longer needed. | |
14909 (widget-choice-action): Unconditionally respect user choice. | |
14910 Eliminate :explicit-choice-value. | |
14911 | |
14912 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete. | |
14913 | |
14914 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators' | |
14915 with `indicate-empty-lines' and `indicate-buffer-boundaries'. | |
14916 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators" | |
14917 running new function `toggle-indicate-empty-lines'. | |
14918 Rename "Customize" item to "Customize fringe". | |
14919 Rename "Indicators" item to "Buffer boundaries" and change help echo. | |
14920 (menu-bar-showhide-fringe-ind-menu): Change several help echos. | |
14921 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)". | |
14922 Delete "Empty lines only" item. | |
14923 (menu-bar-showhide-fringe-ind-customize): New function. | |
14924 (menu-bar-showhide-fringe-ind-mixed) | |
14925 (menu-bar-showhide-fringe-ind-box) | |
14926 (menu-bar-showhide-fringe-ind-right) | |
14927 (menu-bar-showhide-fringe-ind-left) | |
14928 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries' | |
14929 instead of `fringe-indicators'. | |
14930 | |
14931 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> | |
14932 | |
14933 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode. | |
14934 Change the date of last update. | |
14935 | |
14936 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu> | |
14937 | |
14938 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete) | |
14939 (viper-exec-yank, viper-put-back): Don't display modification msg | |
14940 if in the minibuffer. | |
14941 | |
14942 * viper-init.el (viper-replace-overlay-cursor-color) | |
14943 (viper-insert-state-cursor-color, viper-vi-state-cursor-color): | |
14944 Make variables frame local. | |
14945 | |
14946 * viper-util.el (viper-append-filter-alist): Use append instead of | |
14947 nconc. | |
14948 | |
14949 * viper.el (viper-vi-state-mode-list) | |
14950 (viper-emacs-state-mode-list): Move help-mode and | |
14951 completion-list-mode from the first list to the second. | |
14952 (viper-mode): Docstring. | |
14953 (viper-go-away, viper-non-hook-settings): Don't localize | |
14954 minor-mode-alist in newer Emacsen. Add advice to | |
14955 set-cursor-color. Don't bind "\C-c\\". | |
14956 | |
14957 2005-08-06 Emilio C. Lopes <eclig@gmx.net> | |
14958 | |
14959 * cmuscheme.el (scheme-trace-command, scheme-untrace-command) | |
14960 (scheme-macro-expand-command): New user options. | |
14961 (scheme-trace-procedure, scheme-expand-current-form): New commands. | |
14962 (scheme-form-at-point, scheme-start-file) | |
14963 (scheme-interactively-start-process): New functions. | |
14964 (scheme-get-process): New function, extracted from `scheme-proc'. | |
14965 (run-scheme): Call `scheme-start-file' to get start file, and pass | |
14966 it to `make-comint'. | |
14967 (switch-to-scheme, scheme-proc): | |
14968 Call `scheme-interactively-start-process' if no Scheme buffer/process | |
14969 is available. | |
14970 | |
14971 2005-08-06 Juri Linkov <juri@jurta.org> | |
14972 | |
14973 * progmodes/compile.el (compilation-mode-font-lock-keywords): | |
14974 Use `compilation-text-face', `compilation-info-text-face' and | |
14975 `compilation-error-text-face' instead of `font-lock-keyword-face'. | |
14976 (compilation-error): New face. | |
14977 (compilation-error-file-name): Inherit from | |
14978 `compilation-error' instead of `font-lock-warning-face'. | |
14979 (compilation-warning-file-name): Inherit from | |
14980 `compilation-warning' instead of `font-lock-warning-face'. | |
14981 (compilation-info, compilation-error-file-name) | |
14982 (compilation-warning-file-name, compilation-info-file-name) | |
14983 (compilation-line-number, compilation-column-number): Doc fix. | |
14984 (compilation-error-text-face, compilation-warning-text-face) | |
14985 (compilation-info-text-face): New face variables. | |
14986 (compilation-line-face, compilation-column-face) | |
14987 (compilation-enter-directory-face) | |
14988 (compilation-leave-directory-face): Doc fix. | |
14989 (compilation-text-face): New function. | |
14990 | |
14991 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0 | |
14992 instead of 1 to display binary file names as info file links. | |
14993 (grep-error-face): Use `compilation-error-face' instead of | |
14994 `font-lock-keyword-face'. | |
14995 (grep-mode-font-lock-keywords): Use `compilation-info-text-face' | |
14996 and `compilation-warning-text-face' instead of | |
14997 `font-lock-keyword-face'. Use `compilation-error-text-face' | |
14998 instead of `grep-error-face'. | |
14999 | |
15000 2005-08-05 Kenichi Handa <handa@m17n.org> | |
15001 | |
15002 * international/code-pages.el: Add autoload cookies for all coding | |
15003 systems. | |
15004 | |
15005 2005-08-04 Luc Teirlinck <teirllm@auburn.edu> | |
15006 | |
15007 * cus-start.el (all): Put undo.c where it alphabetically belongs. | |
15008 | |
15009 2005-08-04 Juri Linkov <juri@jurta.org> | |
15010 | |
15011 * progmodes/compile.el (compilation-mode-map): | |
15012 * progmodes/grep.el (grep-mode-map): | |
15013 Bind TAB to `compilation-next-error' and [backtab] to | |
15014 `compilation-previous-error'. | |
15015 | |
15016 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp | |
15017 matching line numbers, column numbers and their ranges with regexp | |
15018 matching only line numbers. | |
15019 (grep-context-face): New face variable. | |
15020 (grep-mode-font-lock-keywords): Use it. | |
15021 | |
15022 * faces.el (read-face-name): Delete duplicate faces. | |
15023 | |
15024 2005-08-02 Juanma Barranquero <lekktu@gmail.com> | |
15025 | |
15026 * thumbs.el (thumbs-find-image): Don't make variables | |
15027 automatically buffer local. | |
15028 (thumbs-current-tmp-filename, thumbs-current-image-filename) | |
15029 (thumbs-image-num): Make automatically buffer local. | |
15030 (thumbs-show-thumbs-list): Use `make-local-variable', not | |
15031 `make-variable-buffer-local'. | |
15032 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local. | |
15033 | |
15034 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s". | |
15035 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst) | |
15036 (abusewords, account, afraidof, arerelated, areyou, bak, beclst) | |
15037 (bother, bye, canyou, chatlst, continue, deathlst, describe) | |
15038 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears) | |
15039 (feelings-about, foullst, found, hello, history, howareyoulst) | |
15040 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated) | |
15041 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods) | |
15042 (neglst, obj, object, owner, please, problems, qlist) | |
15043 (random-adjective, relation, remlst, repetitive-shortness) | |
15044 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst) | |
15045 (shortlst, something, sportslst, stallmanlst, states, subj) | |
15046 (suicide-flag, sure, things, thlst, toklst, typos, verb, want) | |
15047 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst): | |
15048 Defvar at compile time. | |
15049 | |
15050 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable', | |
15051 not `make-variable-buffer-local'. | |
15052 | |
15053 2005-08-02 Kim F. Storm <storm@cua.dk> | |
15054 | |
15055 * emulation/cua-rect.el (cua--highlight-rectangle): Only show | |
15056 rectangle overlay in selected window. | |
15057 | |
15058 2005-08-01 Luc Teirlinck <teirllm@auburn.edu> | |
15059 | |
15060 * cus-start.el (all): Put `indicate-empty-lines' in fringe group | |
15061 instead of display group. Make `indicate-buffer-boundaries' | |
15062 customizable through Custom. | |
15063 | |
15064 2005-08-01 Juanma Barranquero <lekktu@gmail.com> | |
15065 | |
15066 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed) | |
15067 (gdb-output-sink, gdba, gdb-cpp-define-alist-program) | |
15068 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows) | |
15069 (gdb-put-string): Fix typos in docstrings. | |
15070 | |
15071 2005-08-01 Nick Roberts <nickrob@snap.net.nz> | |
15072 | |
15073 Update copyright notices of files in progmodes directory for | |
15074 release of Emacs 22.1. | |
15075 | |
15076 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie. | |
15077 | |
15078 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. | |
15079 Don't barf if the GUD buffer has been killed. | |
15080 | |
15081 2005-08-01 Kim F. Storm <storm@cua.dk> | |
15082 | |
15083 * textmodes/table.el (table-yank-handler): Change defcustom to defvar. | |
15084 | |
15085 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
15086 | |
15087 * simple.el (next-error-follow-minor-mode): | |
15088 make-variable-buffer-local -> make-local-variable. | |
15089 | |
15090 * emacs-lisp/cl-extra.el: Require CL also when compiling. | |
15091 | |
15092 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local) | |
15093 (byte-compile-form-make-variable-buffer-local): New functions to warn | |
15094 about misuses of make-variable-buffer-local where make-local-variable | |
15095 was meant. | |
15096 | |
15097 2005-07-29 Juanma Barranquero <lekktu@gmail.com> | |
15098 | |
15099 * bs.el (bs-attributes-list): Doc fix. | |
15100 (bs): Update url-link. | |
15101 | |
15102 * desktop.el (desktop-save-buffer): Fix typos in docstring. | |
15103 (desktop-load-default): Simplify. | |
15104 | |
15105 * ibuffer.el (ibuffer-columnize-and-insert-list) | |
15106 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines) | |
15107 (ibuffer-unmark-all, ibuffer-toggle-marks) | |
15108 (ibuffer-unmark-forward, ibuffer-unmark-backward) | |
15109 (ibuffer-compile-make-format-form, ibuffer-format-column) | |
15110 (ibuffer-current-buffers-with-marks) | |
15111 (ibuffer-update-title-and-summary): "?\ " -> "?\s". | |
15112 (ibuffer): Doc fix. | |
15113 (ibuffer-mode): Fix typo in docstring. | |
15114 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare | |
15115 with `define-obsolete-variable-alias'. | |
15116 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix. | |
15117 | |
15118 2005-07-29 Kenichi Handa <handa@m17n.org> | |
15119 | |
15120 * international/mule-cmds.el (select-message-coding-system): | |
15121 Be sure to use LF for end-of-line. If no coding system is decided, | |
15122 return iso-8859-1-unix. | |
15123 | |
15124 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
15125 | |
15126 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs) | |
15127 (ange-ftp-pending-error-line): New vars. | |
15128 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them | |
15129 to handle the non-fatal no-route-to-host messages. | |
15130 (internal-ange-ftp-mode): Make the no-match regexp more efficient. | |
15131 | |
15132 2005-07-28 Juanma Barranquero <lekktu@gmail.com> | |
15133 | |
15134 * isearch.el (isearch-mode-map, isearch-other-meta-char) | |
15135 (isearch-quote-char, isearch-printing-char) | |
15136 (isearch-text-char-description): "?\ " -> "?\s". | |
15137 (isearch-lazy-highlight-cleanup) | |
15138 (isearch-lazy-highlight-initial-delay) | |
15139 (isearch-lazy-highlight-interval) | |
15140 (isearch-lazy-highlight-max-at-a-time) | |
15141 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup): | |
15142 Declare with define-obsolete-*-alias macros. | |
15143 (isearch-forward): Fix typo in docstring. | |
15144 (search-invisible, search-ring-yank-pointer) | |
15145 (regexp-search-ring-yank-pointer): Doc fixes. | |
15146 | |
15147 * recentf.el (recentf-menu-append-commands-p): Declare with | |
15148 `define-obsolete-variable-alias'. | |
15149 (recentf-max-saved-items, recentf-menu-filter) | |
15150 (recentf-arrange-by-rule-subfilter): Doc fixes. | |
15151 (recentf-menu-append-commands-flag) | |
15152 (recentf-initialize-file-name-history, recentf-expand-file-name) | |
15153 (recentf-clear-data): Fix typos in docstrings. | |
15154 | |
15155 2005-07-28 Nick Roberts <nickrob@snap.net.nz> | |
15156 | |
15157 * progmodes/gdb-ui.el: Smarten comments. | |
15158 (gdb-info-breakpoints-custom): Use nowarn when finding file. | |
15159 | |
15160 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu> | |
15161 | |
15162 * term/apollo.el (terminal-init-apollo): New function containing | |
15163 all former top level forms in the file. | |
15164 * term/bobcat.el (terminal-init-bobcat): | |
15165 * term/cygwin.el (terminal-init-cygwin): | |
15166 * term/iris-ansi.el (terminal-init-iris-ansi): | |
15167 * term/linux.el (terminal-init-linux): | |
15168 * term/news.el (terminal-init-news): | |
15169 * term/rxvt.el (terminal-init-rxvt): | |
15170 * term/sun.el (terminal-init-sun): | |
15171 * term/tvi970.el (terminal-init-tvi970): | |
15172 * term/vt100.el (terminal-init-vt100): | |
15173 * term/vt102.el (terminal-init-vt102): | |
15174 * term/vt125.el (terminal-init-vt125): | |
15175 * term/vt200.el (terminal-init-vt200): | |
15176 * term/vt201.el (terminal-init-vt201): | |
15177 * term/vt220.el (terminal-init-vt220): | |
15178 * term/vt240.el (terminal-init-vt240): | |
15179 * term/vt300.el (terminal-init-vt300): | |
15180 * term/vt320.el (terminal-init-vt320): | |
15181 * term/vt400.el (terminal-init-vt400): | |
15182 * term/vt420.el (terminal-init-vt420): | |
15183 * term/wyse50.el (terminal-init-wyse50): | |
15184 * term/xterm.el (terminal-init-xterm): Likewise. | |
15185 | |
15186 * term/README: Describe the terminal-init-* functionality. | |
15187 | |
15188 * startup.el (command-line): After loading the terminal initialization | |
15189 file call the corresponding terminal initialization function. | |
15190 | |
15191 2005-07-27 Kenichi Handa <handa@m17n.org> | |
15192 | |
15193 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is | |
15194 negative. | |
15195 | |
15196 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth. | |
15197 (ps-mule-composition-prologue): Fix for the case that | |
15198 RelativeCompose is false. | |
15199 | |
15200 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
15201 | |
15202 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring. | |
15203 | |
15204 * descr-text.el (describe-char): Handle the case where the list of | |
15205 chars is displayed in a separate frame. | |
15206 Be a bit more discriminating when looking for the char. | |
15207 | |
15208 2005-07-26 Juanma Barranquero <lekktu@gmail.com> | |
15209 | |
15210 * bookmark.el (bookmark-automatically-show-annotations) | |
15211 (bookmark-read-annotation-text-func): Doc fixes. | |
15212 (bookmark-save): Improve argument/docstring consistency. | |
15213 (bookmark-get-bookmark, bookmark-get-bookmark-record) | |
15214 (bookmark-alist-from-buffer) | |
15215 (bookmark-upgrade-file-format-from-0) | |
15216 (bookmark-grok-file-format-version) | |
15217 (bookmark-maybe-upgrade-file-format, bookmark-kill-line) | |
15218 (bookmark-read-annotation-mode) | |
15219 (bookmark-insert-current-bookmark, bookmark-jump) | |
15220 (bookmark-exit-hook): Fix typos in docstrings. | |
15221 (bookmark-exit-hooks): Define as obsolete alias. | |
15222 (bookmark-exit-hook-internal): Run `bookmark-exit-hook', | |
15223 not `bookmark-exit-hooks'. Fix docstring. | |
15224 (bookmark-bmenu-select): "?\ " -> "?\s". | |
15225 | |
15226 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change) | |
15227 | |
15228 * startup.el (command-line): Fix typo. | |
15229 | |
15230 2005-07-24 Richard M. Stallman <rms@gnu.org> | |
15231 | |
15232 * tooltip.el (tooltip-mode): Test emacs-basic-display, | |
15233 not emacs-quick-startup. | |
15234 | |
15235 2005-07-24 Juanma Barranquero <lekktu@gmail.com> | |
15236 | |
15237 * emacs-lisp/re-builder.el (reb-with-current-window): Delete. | |
15238 (reb-next-match, reb-show-subexp): Use `with-selected-window' | |
15239 instead of `reb-with-current-window'. | |
15240 (reb-prev-match): Likewise. Also, don't move left if the search | |
15241 was unsuccessful. | |
15242 (reb-initialize-buffer): New function. | |
15243 (re-builder, reb-change-syntax): Use it. | |
15244 | |
15245 * man.el (Man-goto-page): Make second argument NOERROR optional. | |
15246 | |
15247 2005-07-23 Richard M. Stallman <rms@gnu.org> | |
15248 | |
15249 * man.el (Man-bgproc-sentinel): Check here for failure to find | |
15250 any man page in the output, and report the error here. | |
15251 (Man-arguments): Make it permanent local. | |
15252 (Man-goto-page): New arg NOERROR. Never kill the current buffer. | |
15253 (Man-mode): Pass t for NOERROR. | |
15254 | |
15255 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face. | |
15256 (grep-mode-font-lock-keywords): | |
15257 Don't use compilation-...-face for messages that are not file names. | |
15258 | |
15259 * progmodes/compile.el (compilation-mode-font-lock-keywords): | |
15260 Don't use compilation-...-face for messages that are not file names. | |
15261 | |
15262 2005-07-22 Juri Linkov <juri@jurta.org> | |
15263 | |
15264 * startup.el (normal-splash-screen): Update menu name. | |
15265 | |
15266 * tempo.el (tempo-insert-template): Fix 2005-07-16 change. | |
15267 | |
15268 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu> | |
15269 | |
15270 * term/xterm.el: Load term/rxvt if the terminal is actually an | |
15271 rxvt terminal. | |
15272 (xterm-rxvt-set-background-mode): Remove, not used anymore. | |
15273 | |
15274 * term/rxvt.el (function-key-map): Use substitute-key-definition | |
15275 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings. | |
15276 | |
15277 * term/cygwin.el: New file. | |
15278 | |
15279 2005-07-22 Kim F. Storm <storm@cua.dk> | |
15280 | |
15281 * image-file.el (insert-image-file, image-file-yank-handler): | |
15282 Fix last change to maintain a (unique) yank-handler on yanked images. | |
15283 | |
15284 2005-07-22 Eduardo Mu,Aq(Boz <emufer@terra.es> (tiny change) | |
15285 | |
15286 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix | |
15287 of the file size (as in "177B" for 177 bytes). This happens with | |
15288 "ls -lh" on FreeBSD. | |
15289 | |
15290 2005-07-22 Juanma Barranquero <lekktu@gmail.com> | |
15291 | |
15292 * hilit-chg.el (highlight-changes-global-initial-state) | |
15293 (highlight-compare-buffers, hilit-chg-turn-on-maybe) | |
15294 (hilit-chg-fixup, highlight-changes-mode): | |
15295 Fix typos in docstrings. | |
15296 (highlight-changes-global-modes, highlight-changes-rotate-faces): | |
15297 Doc fixes. | |
15298 | |
15299 2005-07-21 Luc Teirlinck <teirllm@auburn.edu> | |
15300 | |
15301 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the | |
15302 mode function using `eval-after-load'. | |
15303 | |
15304 2005-07-21 Kim F. Storm <storm@cua.dk> | |
15305 | |
15306 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are | |
15307 included when reporting an emacs crash, and tell about the DEBUG file. | |
15308 | |
15309 * image-file.el (insert-image-file): Add yank-handler. | |
15310 (image-file-yank-handler): Yank handler to make unique copies of | |
15311 images when they are yanked into a buffer next to each other. | |
15312 | |
15313 2005-07-21 Juanma Barranquero <lekktu@gmail.com> | |
15314 | |
15315 * comint.el (comint-use-prompt-regexp, comint-send-input) | |
15316 (comint-source-default, comint-extract-string) | |
15317 (comint-get-source, comint-word, comint-completion) | |
15318 (comint-source, comint-prompt-read-only, comint-update-fence): | |
15319 Fix typos in docstrings. | |
15320 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output): | |
15321 Declare with define-obsolete-*-alias macros. | |
15322 (comint-previous-matching-input-from-input) | |
15323 (comint-next-matching-input-from-input) | |
15324 (comint-previous-matching-input, comint-next-matching-input) | |
15325 (comint-forward-matching-input): | |
15326 Improve argument/docstring consistency. | |
15327 | |
15328 * desktop.el (desktop-clear-preserve-buffers-regexp): | |
15329 Also preserve the *server* buffer. | |
15330 | |
15331 * simple.el (clone-indirect-buffer): Doc fix. | |
15332 (fixup-whitespace, just-one-space) | |
15333 (backward-delete-char-untabify, lambda): "?\ " -> "?\s". | |
15334 (next-error, next-error-highlight) | |
15335 (next-error-highlight-no-select, next-error-last-buffer) | |
15336 (next-error-buffer-p, next-error-find-buffer, next-error) | |
15337 (previous-error, next-error-no-select, previous-error-no-select) | |
15338 (open-line, split-line, minibuffer-prompt-width, kill-new) | |
15339 (binary-overwrite-mode): Fix typos in docstrings. | |
15340 (set-fill-column): Fix typo in message. | |
15341 | |
15342 * skeleton.el (skeleton-proxy-new): Doc fix. | |
15343 | |
15344 * strokes.el (strokes-load-hook): Doc fix. | |
15345 (strokes-grid-resolution, strokes-get-grid-position) | |
15346 (strokes-renormalize-to-grid, strokes-read-stroke) | |
15347 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke) | |
15348 (strokes-global-map): Fix typos in docstrings. | |
15349 (strokes-help): Doc fix. Fix help message and pass it through | |
15350 `substitute-command-keys'. | |
15351 | |
15352 * tempo.el (tempo-insert-prompt, tempo-interactive) | |
15353 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder) | |
15354 (tempo-insert-string-functions, tempo-local-tags) | |
15355 (tempo-define-template, tempo-insert-template) | |
15356 (tempo-insert-prompt-compat, tempo-is-user-element) | |
15357 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag): | |
15358 Fix typos in docstrings. | |
15359 | |
15360 * vcursor.el (vcursor-other-window, vcursor-bind-keys) | |
15361 (vcursor-key-bindings, vcursor-use-vcursor-map) | |
15362 (vcursor-find-window, vcursor-scroll-down) | |
15363 (vcursor-disable, vcursor-beginning-of-buffer) | |
15364 (vcursor-end-of-buffer): Fix typos in docstrings. | |
15365 (vcursor-relative-move, vcursor-get-char-count): | |
15366 Improve argument/docstring consistency. | |
15367 | |
15368 * version.el: "?\ " -> "?\s". | |
15369 | |
15370 * wid-edit.el (widget-default-create, widget-after-change) | |
15371 (widget-default-format-handler, widget-checklist-add-item) | |
15372 (widget-radio-add-item, widget-choose, widget-specify-secret) | |
15373 (widget-field-value-create, widget-field-value-get) | |
15374 (widget-editable-list-format-handler) | |
15375 (widget-editable-list-entry-create, widget-group-value-create) | |
15376 (widget-documentation-link-add) | |
15377 (widget-documentation-string-value-create): "?\ " -> "?\s". | |
15378 (widget-convert-text): Doc fix. | |
15379 (widget-narrow-to-field, widget-field-find) | |
15380 (widget-url-link-action, widget-emacs-library-link-action) | |
15381 (widget-color-notify): Fix typos in docstrings. | |
15382 | |
15383 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'. | |
15384 (x-select-text, set-w32-system-coding-system) | |
15385 (w32-add-charset-info): Fix typos in docstrings. | |
15386 | |
15387 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix) | |
15388 (cua-enable-cua-keys, cua-use-hyper-key) | |
15389 (cua-virtual-rectangle-edges): Fix typos in docstrings. | |
15390 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s". | |
15391 | |
15392 * net/tramp.el (tramp-handle-load): Fix typo in error message. | |
15393 | |
15394 * emacs-lisp/re-builder.el (regexp-builder): Declare with | |
15395 `defalias' instead of faking it. | |
15396 | |
15397 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix. | |
15398 (eshell-ls-missing, eshell-ls-dired-initial-args) | |
15399 (eshell-ls-use-in-dired): Fix typos in docstrings. | |
15400 | |
15401 2005-07-20 Kim F. Storm <storm@cua.dk> | |
15402 | |
15403 * emulation/cua-base.el (cua-mode): Improve doc string. | |
15404 | |
15405 2005-07-20 Juanma Barranquero <lekktu@gmail.com> | |
15406 | |
15407 * abbrev.el (expand-region-abbrevs): Doc fix. | |
15408 (inverse-add-mode-abbrev, inverse-add-global-abbrev): | |
15409 Improve argument/docstring consistency. | |
15410 | |
15411 * arc-mode.el (archive-get-descr, archive-alternate-display): | |
15412 Doc fixes. | |
15413 (archive-l-e): Improve argument/docstring consistency. | |
15414 (archive-tmpdir, archive-unixdate, archive-unixtime) | |
15415 (archive-chmod-entry): Fix typos in docstrings. | |
15416 (archive-unflag, archive-unflag-backwards) | |
15417 (archive-unmark-all-files): "?\ " -> "?\s". | |
15418 | |
15419 * buff-menu.el (Buffer-menu-unmark): Doc fix. | |
15420 (Buffer-menu-not-modified, Buffer-menu-execute) | |
15421 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size) | |
15422 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s". | |
15423 | |
15424 * composite.el (compose-string, encode-composition-rule) | |
15425 (compose-last-chars): Fix typos in docstrings. | |
15426 | |
15427 * desktop.el (desktop-enable, desktop-basefilename): | |
15428 Declare with `define-obsolete-variable-alias'. | |
15429 (desktop-internal-v2s): Don't quote keywords. | |
15430 (desktop-clear): "?\ " -> "?\s". | |
15431 | |
15432 * dired.el (dired-align-file, dired-flag-backup-files) | |
15433 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s". | |
15434 (dired-listing-switches, dired-ls-F-marks-symlinks) | |
15435 (dired-dwim-target, dired-load-hook, dired-mode-hook) | |
15436 (dired-directory, dired-faces, dired, dired-revert) | |
15437 (dired-mode, dired-summary, dired-view-file) | |
15438 (dired-copy-filename-as-kill, dired-delete-file) | |
15439 (dired-no-confirm, dired-unmark-all-marks) | |
15440 (dired-sort-by-date-regexp, dired-sort-by-name-regexp) | |
15441 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings. | |
15442 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit): | |
15443 Fix typos in message strings. | |
15444 | |
15445 * dired-x.el (virtual-dired): Declare with `defalias'. | |
15446 (dired-mark-unmarked-files, dired-local-variables-file) | |
15447 (dired-omit-here-always): Doc fix. | |
15448 (dired-omit-mode, dired-find-subdir) | |
15449 (dired-enable-local-variables, dired-clean-up-buffers-too) | |
15450 (dired-extra-startup, dired-mark-extension, dired-jump) | |
15451 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode) | |
15452 (dired-smart-shell-command, dired-guess-shell-alist-user) | |
15453 (dired-man, dired-initial-position, dired-x-hands-off-my-keys) | |
15454 (dired-x-bind-find-file, dired-x-submit-report): | |
15455 Fix typos in docstrings. | |
15456 (dired-mark-unmarked-files): "?\ " -> "?\s". | |
15457 | |
15458 * dirtrack.el (dirtrack-list): Fix typos in docstring. | |
15459 | |
15460 * faces.el (describe-face): "?\ " -> "?\s". | |
15461 (read-all-face-attributes, read-face-font, modify-face) | |
15462 (face-attr-construct, italic): Fix typos in docstrings. | |
15463 (frame-update-face-colors): Declare with | |
15464 `define-obsolete-function-alias'. | |
15465 | |
15466 * files.el (find-file-noselect, recode-file-name): Doc fixes. | |
15467 (insert-directory, kill-some-buffers): "?\ " -> "?\s". | |
15468 (magic-mode-alist, buffer-file-numbers-unique) | |
15469 (write-file-functions, get-free-disk-space): | |
15470 Fix typos in docstrings. | |
15471 (find-file-not-found-hooks, find-file-hooks, write-file-hooks) | |
15472 (write-contents-hooks, write-file-hooks): | |
15473 Declare with `define-obsolete-variable-alias'. | |
15474 | |
15475 * forms-d2.el (arch-rj): Fix typo in docstrings. | |
15476 (arch-tocol): Likewise. "?\ " -> "?\s". | |
15477 | |
15478 * frame.el (set-frame-font, cursor-in-non-selected-windows): | |
15479 Fix typo in docstring. | |
15480 (set-screen-width, set-screen-height): Delete redundant info in | |
15481 doctrings. | |
15482 (new-frame, screen-height, screen-width): Declare with | |
15483 `define-obsolete-function-alias'. | |
15484 (delete-frame-hook, blink-cursor): Declare with | |
15485 `define-obsolete-variable-alias'. | |
15486 | |
15487 * paths.el (prune-directory-list): Fix typos in docstring. | |
15488 | |
15489 * pcvs-util.el (cvs-flags-query, cvs-strings->string) | |
15490 (cvs-prefix-get): Fix typos in docstrings. | |
15491 | |
15492 * ps-print.el (ps-extend-face-list, ps-extend-face) | |
15493 (ps-print-background-image): Fix typos in docstrings. | |
15494 (ps-default-fg, ps-default-bg): Doc fixes. | |
15495 | |
15496 * s-region.el (s-region-bind): Doc fix. | |
15497 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings. | |
15498 | |
15499 * textmodes/org.el (org-table-formula-substitute-names) | |
15500 (org-table-get-vertical-vector): Doc fixes. | |
15501 (org-table-recalculate): Remove unused argument to `message'. | |
15502 | |
15503 2005-07-19 Carsten Dominik <dominik@science.uva.nl> | |
15504 | |
15505 * textmodes/org.el (org-table-column-names) | |
15506 (org-table-column-name-regexp) | |
15507 (org-table-named-field-locations): New variables. | |
15508 (org-archive-subtree): Protect `this-command' when calling | |
15509 `org-copy-subtree' and `org-cut-subtree', to avoid appending to | |
15510 the kill buffer. | |
15511 (org-complete): Remove fixed-formula completion. | |
15512 (org-edit-formulas-map): New variable. | |
15513 (org-table-edit-formulas): New command. | |
15514 (org-finish-edit-formulas, org-abort-edit-formulas) | |
15515 (org-show-variable, org-table-get-vertical-vector): New functions. | |
15516 (org-table-maybe-eval-formula): Handle `:=' fields. | |
15517 (org-table-get-stored-formulas, org-table-store-formulas) | |
15518 (org-table-get-formula, org-table-modify-formulas) | |
15519 (org-table-replace-in-formulas): Handle named field formulas. | |
15520 (org-table-get-specials): Store locations of named fields. | |
15521 | |
15522 2005-07-19 Juri Linkov <juri@jurta.org> | |
15523 | |
15524 * progmodes/grep.el (grep-regexp-alist) | |
15525 (grep-mode-font-lock-keywords, grep-process-setup): | |
15526 Use default GNU grep match color "01;31m" instead of "01;41m". | |
15527 (grep-regexp-alist, grep-mode-font-lock-keywords): | |
15528 Use `\\[[0-9]*m' instead of `\\[00m'. | |
15529 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to | |
15530 sgr_start where its handling is more important. Use the real | |
15531 length of sgr_start instead of constant 8. | |
15532 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?' | |
15533 specially. Delete all remaining escape sequences. | |
15534 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs. | |
15535 (grep-regexp-alist): Make hyperlink only for binary file name | |
15536 instead of the whole line. | |
15537 (grep-mode-map): Bind `backtab' to `compilation-previous-file'. | |
15538 (grep-mode): Add autoload. | |
15539 | |
15540 * emacs-lisp/find-func.el (find-function-regexp): | |
15541 Add `define-compilation-mode'. | |
15542 | |
15543 2005-07-19 Juri Linkov <juri@jurta.org> | |
15544 | |
15545 * compare-w.el (compare-ignore-whitespace, compare-windows-sync) | |
15546 (compare-windows-sync-string-size, compare-windows-recenter) | |
15547 (compare-windows-highlight, compare-windows): Add version 22.1. | |
15548 (compare-windows) <defface>: Inherit from lazy-highlight instead | |
15549 of duplicating its default value. | |
15550 | |
15551 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'. | |
15552 (Custom-mode-menu): Use `info' instead of `Info-goto-node'. | |
15553 | |
15554 * descr-text.el (describe-char): Create link buttons for `charset' | |
15555 and `code point'. Add the current input method name with a link | |
15556 button to `to input' field. Print face names of display table | |
15557 characters in `The display table entry is displayed by' section | |
15558 instead of printing face-id in the `display' field. | |
15559 Guess hardcoded faces and create a link button for them. | |
15560 Skip empty fields when calculating max-width. | |
15561 Treat `widget-create' specially while inserting strings from the | |
15562 collected field list. | |
15563 (describe-char-after): Made obsolete in version 22.1, not 21.5. | |
15564 | |
15565 * diff-mode.el (diff-file-header): Change foreground color from | |
15566 yellow to green on light backgrounds. | |
15567 (diff-context): Inherit from `shadow' only for color/grayscale | |
15568 with more than 88 colors. | |
15569 (diff-indicator-removed, diff-indicator-added) | |
15570 (diff-indicator-changed): New faces. | |
15571 (diff-font-lock-keywords): Use new faces. Regroup rules. | |
15572 Add "^---$" for `normal' diff format. Fontify `#' lines with | |
15573 font-lock-comment-delimiter-face and font-lock-comment-face. | |
15574 Add `#' to ^[^...] in the rule for `diff-context-face'. | |
15575 | |
15576 * faces.el (mode-line-highlight): Replace RoyalBlue4 with | |
15577 a button-like box. Inherit from `highlight' on low colors. | |
15578 (shadow): Use shades of gray only for color/grayscale with | |
15579 more than 88 colors. Use green for light backgrounds with | |
15580 8 colors, and yellow for dark backgrounds with 8 colors. | |
15581 | |
15582 * font-lock.el (font-lock-regexp-grouping-backslash): | |
15583 Don't inherit from escape-glyph (use bold for all cases). | |
15584 | |
15585 * info.el (info-xref-visited): Use light foreground color `violet' | |
15586 for dark backgrounds instead of dark color `magenta3'. | |
15587 (info-title-1): Use `yellow' color for dark backgrounds. | |
15588 | |
15589 * isearch.el (isearch): Use not-too-dark magenta3 instead of | |
15590 too-light magenta2. | |
15591 | |
15592 * replace.el (match): Use slightly more light RoyalBlue3 instead | |
15593 of dark RoyalBlue4. | |
15594 | |
15595 * wid-edit.el (widget-inactive): Inherit from `shadow'. | |
15596 | |
15597 2005-07-19 Juanma Barranquero <lekktu@gmail.com> | |
15598 | |
15599 * novice.el (disabled-command-hook): Declare it with | |
15600 `define-obsolete-variable-alias'. | |
15601 | |
15602 * desktop.el (desktop-enable, desktop-buffer-modes-to-save) | |
15603 (desktop-buffer-misc-functions, desktop-buffer-handlers) | |
15604 (desktop-load-default): Add release to obsolescence info. | |
15605 (desktop-globals-to-clear, desktop-buffer-mode-handlers) | |
15606 (desktop-append-buffer-args, desktop-read): | |
15607 Fix typos in docstrings. | |
15608 (desktop-kill): Fix typo in message. | |
15609 (desktop-save): Doc fix. | |
15610 | |
15611 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu> | |
15612 | |
15613 * viper-cmd.el (viper-escape-to-state): Bug fix. | |
15614 (viper-envelop-ESC-key): Change the definition of fast | |
15615 keysequence so it'll work with keyboard macros. | |
15616 | |
15617 * ediff.el (ediff-patch-buffer): Change the docstring. | |
15618 | |
15619 2005-07-19 Kenichi Handa <handa@m17n.org> | |
15620 | |
15621 * international/mule-cmds.el (select-safe-coding-system): Try to | |
15622 use an auto-coding (if any) before anything else. If the found | |
15623 auto-coding is invalid, show a warning message. | |
15624 | |
15625 * international/mule.el (find-auto-coding): New function created | |
15626 by modifying the body of set-auto-coding. | |
15627 (set-auto-coding): Use find-auto-coding to find a coding. | |
15628 | |
15629 2005-07-18 Richard M. Stallman <rms@gnu.org> | |
15630 | |
15631 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit, | |
15632 not isearch-mode-end-hook-error. | |
15633 (allout-before-change-protect): Fix error message. | |
15634 | |
15635 2005-07-18 Juri Linkov <juri@jurta.org> | |
15636 | |
15637 * allout.el (allout-mode): | |
15638 * calculator.el (calculator-copy): | |
15639 * custom.el (custom-known-themes): | |
15640 * dired.el (dired-desktop-buffer-misc-data) | |
15641 (dired-restore-desktop-buffer): | |
15642 * dired-x.el (dired-omit-marker-char): | |
15643 * files.el (basic-save-buffer): | |
15644 * font-core.el (font-lock-mode): | |
15645 * calendar/calendar.el (calendar-goto-hebrew-date) | |
15646 (calendar-goto-coptic-date, calendar-goto-ethiopic-date) | |
15647 (calendar-goto-persian-date): | |
15648 * language/ethio-util.el (ethio-sera-to-fidel-region): | |
15649 * textmodes/picture.el (picture-mode): | |
15650 Delete duplicate duplicate words. | |
15651 | |
15652 2005-07-18 Juri Linkov <juri@jurta.org> | |
15653 | |
15654 * isearch.el (isearch-mode-map): Remove key bindings for regexp | |
15655 chars * ? } |. | |
15656 (isearch-fallback): Don't call `isearch-process-search-char'. | |
15657 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions. | |
15658 (isearch-process-search-char): Call `isearch-fallback' for regexp | |
15659 chars * ? } |. | |
15660 (isearch-return-char): Make obsolete with `make-obsolete' instead | |
15661 of simply documenting it as obsolete in the docstring. | |
15662 (isearch-fallback): Refill docstring. | |
15663 | |
15664 * international/isearch-x.el | |
15665 (isearch-process-search-multibyte-characters): Remove unneeded | |
15666 `concat'. Add intermediate values to `junk-hist' instead of | |
15667 `minibuffer-history'. Test the length of `str'. | |
15668 | |
15669 2005-07-18 Juanma Barranquero <lekktu@gmail.com> | |
15670 | |
15671 * allout.el (allout-resolve-xref): Fix typos in error strings. | |
15672 (allout-before-change-protect): Remove unneeded `concat'. | |
15673 | |
15674 * array.el (array-mode, array-reconfigure-rows) | |
15675 (untabify-backward): Fix typos in docstrings. | |
15676 (array-reconfigure-rows): Use `insert-buffer-substring', not | |
15677 `insert-buffer'. | |
15678 | |
15679 * calendar/icalendar.el (icalendar--get-unfolded-buffer): | |
15680 * progmodes/ada-mode.el (ada-make-body): | |
15681 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'. | |
15682 | |
15683 * dired.el (dired-log): | |
15684 * tar-mode.el (tar-subfile-save-buffer): | |
15685 * play/zone.el (zone-pgm-stress-destress): | |
15686 Use `insert-buffer-substring', not `insert-buffer'. | |
15687 | |
15688 2005-07-17 Simon Josefsson <jas@extundo.com> | |
15689 | |
15690 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN. | |
15691 | |
15692 2005-07-16 Jose E. Marchesi <jemarch@gnu.org> | |
15693 | |
15694 * lisp/mail/smtpmail.el (smtpmail-auth-supported): | |
15695 Add plain auth method. | |
15696 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog. | |
15697 | |
15698 2005-07-17 Kim F. Storm <storm@cua.dk> | |
15699 | |
15700 * ido.el (dired-other-window): Add ido property. | |
15701 | |
15702 2005-07-16 Juanma Barranquero <lekktu@gmail.com> | |
15703 | |
15704 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): | |
15705 Fix typo in docstring. | |
15706 (byte-compile-interactive-only-functions): Add `insert-buffer' and | |
15707 `insert-file-literally'. | |
15708 | |
15709 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence | |
15710 info and delete redundant message. Doc fix. | |
15711 (edebug-install-custom-print-funcs, edebug-reset-print-funcs) | |
15712 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases. | |
15713 | |
15714 2005-07-16 Richard M. Stallman <rms@gnu.org> | |
15715 | |
15716 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function. | |
15717 (byte-compile-and): Use byte-compile-and-recursion. | |
15718 (byte-compile-or-recursion): New function. | |
15719 (byte-compile-or): Use that. | |
15720 (byte-compile-if): Guard the else-clause too. | |
15721 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)). | |
15722 | |
15723 * isearch.el (isearch-mode-end-hook-quit): New variable. | |
15724 (isearch-done): Bind it. | |
15725 (isearch-mode-end-hook): Doc fix. | |
15726 | |
15727 * allout.el (allout-isearch-did-quit): Variable deleted. | |
15728 (allout-real-isearch-abort): Function name no longer used. | |
15729 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted. | |
15730 (allout-isearch-rectification): isearch-mode always exists. | |
15731 Don't set allout-isearch-did-quit. | |
15732 (allout-isearch-expose): Check isearch-mode-end-hook-error, not | |
15733 allout-isearch-did-quit. | |
15734 (allout-enwrap-isearch): Just add the hook. | |
15735 (allout-isearch-abort): Function deleted. | |
15736 (allout-pre-command-business): Avoid warning. | |
15737 | |
15738 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp. | |
15739 Correctly avoid warnings. | |
15740 (pascal-outline): Likewise. | |
15741 | |
15742 * progmodes/f90.el (f90-abbrev-start): Avoid warning. | |
15743 | |
15744 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings. | |
15745 | |
15746 * play/tetris.el (tetris-mode): Avoid warning. | |
15747 | |
15748 * play/snake.el (snake-mode): Avoid warning. | |
15749 | |
15750 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar. | |
15751 (gamegrid-set-display-table): Avoid warning. | |
15752 (gamegrid-set-timer): Likewise. | |
15753 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p. | |
15754 (gamegrid-add-score-with-update-game-score-1): Take FILE | |
15755 as argument. | |
15756 (gamegrid-add-score-with-update-game-score): Pass that argument. | |
15757 Rename have-shared-game-dir to gamegrid-shared-game-dir. | |
15758 | |
15759 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings. | |
15760 | |
15761 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning. | |
15762 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise. | |
15763 | |
15764 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer | |
15765 and insert-file. | |
15766 | |
15767 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning. | |
15768 (sc-ask): Avoid warnings. | |
15769 | |
15770 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar. | |
15771 (eshell-hist-initialize): Use that var the natural way. | |
15772 | |
15773 * emulation/viper-init.el (viper-activate-input-method): Avoid warning. | |
15774 | |
15775 * emacs-lisp/re-builder.el (reb-cook-regexp): | |
15776 Avoid warning calling lre-compile-string. | |
15777 (reb-color-display-p): Avoid warning. | |
15778 | |
15779 * calculator.el (calculator-last-input): Guard uses | |
15780 of event-key and key-press-event-p. | |
15781 (event-key, key-press-event-p): Delete definitions. | |
15782 | |
15783 * emacs-lisp/find-gc.el (find-gc-unsafe-list) | |
15784 (find-gc-source-directory, find-gc-subrs-callers) | |
15785 (find-gc-noreturn-list, find-gc-source-files) | |
15786 (find-gc-subrs-called): Vars renamed and defvar'd. | |
15787 | |
15788 * emacs-lisp/checkdoc.el (checkdoc-make-overlay) | |
15789 (checkdoc-overlay-put, checkdoc-delete-overlay) | |
15790 (checkdoc-overlay-start, checkdoc-overlay-end) | |
15791 (checkdoc-mode-line-update, checkdoc-char=): | |
15792 Define such that compiler knows they are defined. | |
15793 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly. | |
15794 (checkdoc-read-event): Delete. Use read-event directly. | |
15795 | |
15796 * whitespace.el (whitespace-make-overlay) | |
15797 (whitespace-overlay-put, whitespace-delete-overlay) | |
15798 (whitespace-overlay-start, whitespace-overlay-end): | |
15799 Define such that compiler knows they are defined. | |
15800 (whitespace): Move conditional inside. | |
15801 | |
15802 * tempo.el (tempo-insert-template): Suppress warning. | |
15803 | |
15804 * ediff-diff.el (longlines-mode): Add defvar. | |
15805 | |
15806 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change) | |
15807 | |
15808 * server.el: Bind "C-x #" in a way that works even if C-x is | |
15809 redefined to a command key, not a prefix key. | |
15810 | |
15811 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) | |
15812 | |
15813 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of | |
15814 cl-make-type-test till execution time. | |
15815 | |
15816 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de> | |
15817 | |
15818 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional | |
15819 arg ARG and use it. | |
15820 | |
15821 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change) | |
15822 | |
15823 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type. | |
15824 | |
15825 2005-07-15 Luc Teirlinck <teirllm@auburn.edu> | |
15826 | |
15827 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing | |
15828 a defcustom with two :set or :type keywords. | |
15829 | |
15830 2005-07-15 Richard M. Stallman <rms@gnu.org> | |
15831 | |
15832 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table): | |
15833 Don't give ^M comment-end syntax. | |
15834 | |
15835 2005-07-16 Nick Roberts <nickrob@snap.net.nz> | |
15836 | |
15837 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler): | |
15838 Don't consider gdbmi (gdb-mi.el has its own update functions). | |
15839 (gdb-var-delete): Make it work for gdbmi as well. | |
15840 (gdb-speedbar-expand-node): Move var-update here for gdbmi. | |
15841 | |
15842 * progmodes/gud.el (etags, sdb): Only require etags when needed. | |
15843 (gud-speedbar-menu-items): Correct logic for enabling items. | |
15844 | |
15845 2005-07-15 Kim F. Storm <storm@cua.dk> | |
15846 | |
15847 * ido.el: Fix commentary. | |
15848 (ido-define-mode-map): Move ido-next-work-file to C-M-o. | |
15849 Use with-no-warnings around ffap-guesser. | |
15850 (ido-file-internal, ido-read-file-name, ido-read-directory-name): | |
15851 Let bind minibuffer-completing-file-name to t. | |
15852 | |
15853 2005-07-15 Juanma Barranquero <lekktu@gmail.com> | |
15854 | |
15855 * startup.el (site-run-file, keyboard-type): Doc fixes. | |
15856 (command-line): Check for "--basic-display" argument; also for | |
15857 "--quick", not "--bare-bones" (which was renamed). | |
15858 (fancy-splash-text): Add missing item "Getting New Versions". | |
15859 (normal-splash-screen): Fix typos and improve consistency with | |
15860 `fancy-splash-text'. Update copyright year. | |
15861 | |
15862 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a | |
15863 valid binding for `help-char'. | |
15864 | |
15865 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix. | |
15866 | |
15867 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu> | |
15868 | |
15869 * term.el (term-mode): Disable cua-mode for term buffers. | |
15870 | |
15871 2005-07-14 Juanma Barranquero <lekktu@gmail.com> | |
15872 | |
15873 * add-log.el (add-log-mailing-address, change-log-merge): | |
15874 Doc fixes. | |
15875 (change-log-get-method-definition): Fix typo in docstring. | |
15876 | |
15877 2005-07-14 Kim F. Storm <storm@cua.dk> | |
15878 | |
15879 * emulation/cua-base.el: | |
15880 (cua--pre-command-handler-1, cua--pre-command-handler) | |
15881 (cua--post-command-handler-1, cua--post-command-handler): | |
15882 Split in two. Check (buffer local) value of cua-mode. | |
15883 (cua-selection-mode): New command. | |
15884 | |
15885 2005-07-13 Luc Teirlinck <teirllm@auburn.edu> | |
15886 | |
15887 * custom.el (custom-initialize-safe-set) | |
15888 (custom-initialize-safe-default): Doc fixes. | |
15889 | |
15890 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default' | |
15891 and simplify :init-value again. | |
15892 | |
15893 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default' | |
15894 and simplify :init-value again. Delete autoload. | |
15895 | |
15896 * startup.el (command-line): Use `custom-reevaluate-setting' again | |
15897 for tooltip-mode. | |
15898 | |
15899 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing | |
15900 a defcustom with two :initialize keywords. | |
15901 | |
15902 2005-07-13 Juanma Barranquero <lekktu@gmail.com> | |
15903 | |
15904 * allout.el (my-mark-marker, allout-isearch-prior-pos) | |
15905 (allout-unprotected, allout-undo-aggregation, allout-snug-back) | |
15906 (allout-post-command-business, allout-flag-region) | |
15907 (isearch-reenable-font-lock, allout-yank) | |
15908 (allout-insert-latex-header, allout-insert-latex-trailer) | |
15909 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed) | |
15910 (allout-latex-verb-quote): Fix typos in docstrings. | |
15911 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes. | |
15912 (allout-unprotected, allout-prefix-data): | |
15913 Improve argument/docstring consistency. | |
15914 (allout-chart-subtree): Fix argument spec. | |
15915 (allout-open-topic): Rename `use_sib_bullet' argument to | |
15916 `use-sib-bullet'. Doc fix. | |
15917 | |
15918 * whitespace.el (whitespace-check-buffer-leading) | |
15919 (whitespace-check-buffer-trailing) | |
15920 (whitespace-check-buffer-indent) | |
15921 (whitespace-check-buffer-spacetab) | |
15922 (whitespace-check-buffer-ateol, whitespace-highlighted-space) | |
15923 (whitespace-check-leading-whitespace) | |
15924 (whitespace-check-trailing-whitespace) | |
15925 (whitespace-check-spacetab-whitespace) | |
15926 (whitespace-check-indent-whitespace) | |
15927 (whitespace-check-ateol-whitespace, whitespace-abort-on-error) | |
15928 (whitespace-modes): Fix typos in docstrings. | |
15929 (defgroup, defcustom): Doc fixes. | |
15930 | |
15931 * winner.el (winner-mode, winner-boring-buffers) | |
15932 (winner-pending-undo-ring): Doc fixes. | |
15933 (winner-ring): Remove unneeded `progn'. | |
15934 (winner-equal): `defsubst' it. | |
15935 (winner-redo): Fix message. | |
15936 | |
15937 2005-07-13 Kim F. Storm <storm@cua.dk> | |
15938 | |
15939 * simple.el (line-move-1): Always use vertical-motion to | |
15940 do the last (or only) line move to ensure some movement. | |
15941 Undo 2005-06-23 change--don't check for overlays. | |
15942 | |
15943 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
15944 | |
15945 * term/mac-win.el (ccl-encode-mac-roman-font) | |
15946 (ccl-encode-mac-centraleurroman-font) | |
15947 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font): | |
15948 (ccl-encode-mac-dingbats-font): Remove check for ASCII. | |
15949 Change charset-id boundary of dimension to ?\xef. | |
15950 (mac-char-fontspec-list): New constant. | |
15951 (fontset-add-mac-fonts): Use it. Accept non-string `base-family' | |
15952 argument. Nil uses itself as family in font-spec. Previous | |
15953 behavior for nil is now provided by non-nil non-string argument. | |
15954 All callers changed. Add font-specs for Mac fonts to | |
15955 "fontset-default" unless iso8859-1 fonts are installed. | |
15956 | |
15957 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
15958 | |
15959 * progmodes/sh-script.el (sh-get-indent-info): Only indent | |
15960 a continuation line if the \ is preceded by SPC or TAB. | |
15961 (sh-get-indent-info): Simplify. | |
15962 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer): | |
15963 Use with-current-buffer. | |
15964 | |
15965 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops | |
15966 when the matched text is empty. | |
15967 | |
15968 2005-07-12 Luc Teirlinck <teirllm@auburn.edu> | |
15969 | |
15970 * startup.el (command-line): Revert to previous handling of | |
15971 tooltip-mode. Explain in comment why the complexity is needed. | |
15972 | |
15973 * tooltip.el (tooltip-mode): Revert to previous implementation of | |
15974 its defcustom. | |
15975 | |
15976 * frame.el (blink-cursor-mode): Revert to previous implementation | |
15977 of its defcustom. Update comment. | |
15978 | |
15979 2005-07-12 Lars Hansen <larsh@soem.dk> | |
15980 | |
15981 * desktop.el: Update e-mail address. | |
15982 | |
15983 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
15984 | |
15985 * term/mac-win.el (mac-services-mail-selection) | |
15986 (mac-services-mail-to): New functions. | |
15987 (mac-application-menu-map): Bind them. | |
15988 | |
15989 2005-07-12 wulei <milton@wulei.net> (tiny change) | |
15990 | |
15991 * progmodes/gdb-ui.el: Add note about buffering with Windows. | |
15992 | |
15993 2005-07-11 Luc Teirlinck <teirllm@auburn.edu> | |
15994 | |
15995 * custom.el (custom-reevaluate-setting): Doc fix. | |
15996 | |
15997 2005-07-11 Jay Belanger <belanger@truman.edu> | |
15998 | |
15999 * calc/calc.el (calc-embedded-announce-formula-alist) | |
16000 (calc-embedded-open-close-plain-alist) | |
16001 (calc-embedded-open-close-mode-alist): Add checks for additional | |
16002 major modes (due to Robert J. Chassell <bob@rattlesnake.com>). | |
16003 | |
16004 2005-07-11 Juanma Barranquero <lekktu@gmail.com> | |
16005 | |
16006 * custom.el (custom-enable-theme): Don't add theme to | |
16007 `custom-enabled-themes' with `push' because there is no | |
16008 setf-method for `delq'. | |
16009 | |
16010 2005-07-11 Richard M. Stallman <rms@gnu.org> | |
16011 | |
16012 * custom.el (custom-declare-variable): Doc fix. | |
16013 | |
16014 * dired-aux.el (dired-compare-directories): Remove "." and ".." | |
16015 from the alists. | |
16016 | |
16017 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before): | |
16018 Do nothing if edebug-active. | |
16019 | |
16020 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here. | |
16021 (edebug-display): Do it here instead. | |
16022 | |
16023 2005-07-10 Richard M. Stallman <rms@gnu.org> | |
16024 | |
16025 * cus-face.el (custom-theme-set-faces): Make it work. | |
16026 (custom-reset-faces): Doc fix. | |
16027 (custom-theme-reset-internal-face, custom-theme-face-value): | |
16028 Functions deleted. | |
16029 | |
16030 * custom.el (custom-push-theme): Maintain list of the settings | |
16031 of a given theme in its theme-settings property. | |
16032 Maintain position of old settings in the theme-value | |
16033 or theme-face property. | |
16034 (custom-enabled-themes): New variable. | |
16035 (custom-theme-enabled-p): New function. | |
16036 (provide-theme): Update custom-enabled-themes. | |
16037 Disable and reenable the `user' theme. | |
16038 (require-theme): Doc fix. | |
16039 (custom-do-theme-reset, custom-remove-theme): Functions deleted. | |
16040 (custom-theme-value, custom-theme-variable-value): Likewise. | |
16041 (custom-theme-reset-internal): Likewise. | |
16042 (custom-theme-load-themes): Fix bugs and use custom-disable-theme. | |
16043 (custom-enable-theme, custom-disable-theme): New functions. | |
16044 (custom-variable-theme-value, custom-face-theme-value): Likewise. | |
16045 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise. | |
16046 (custom-theme-reset-variables): Simplify. | |
16047 (deftheme, custom-declare-theme, custom-make-theme-feature): | |
16048 Definitions moved. | |
16049 | |
16050 2005-07-10 Chong Yidong <cyd@stupidchicken.com> | |
16051 | |
16052 * longlines.el (longlines-show-region) | |
16053 (longlines-unshow-hard-newlines): Recognize hard newlines by | |
16054 non-nil hard property, instead of t. | |
16055 | |
16056 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu> | |
16057 | |
16058 * viper-cmd.el (viper--key-maps): New variable. | |
16059 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and | |
16060 emulation-mode-map-alists. | |
16061 (viper-envelop-ESC-key): Use viper-subseq. | |
16062 (viper-search-forward/backward/next): Disable debug-on-error. | |
16063 | |
16064 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key) | |
16065 (viper-ESC-key): New defcustoms. | |
16066 | |
16067 * viper-macs.el (ex-map-read-args): Use viper-subseq. | |
16068 | |
16069 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq. | |
16070 (viper-subseq): Copy of subseq from cl.el. | |
16071 | |
16072 * viper.el (viper-go-away, viper-set-hooks): Use | |
16073 emulation-mode-map-alists, advise self-insert-command, add-minor-mode. | |
16074 | |
16075 * viper-mous.el (viper-current-frame-saved): Use defvar. | |
16076 | |
16077 * viper-init.el: Get rid of -face in face names. | |
16078 | |
16079 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3): | |
16080 Make it work with longlines mode | |
16081 | |
16082 * ediff-mult.el (ediff-meta-mode-hook): New variable. | |
16083 | |
16084 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp. | |
16085 | |
16086 * ediff-init.el: Get rid of -face in face names. | |
16087 | |
16088 2005-07-10 Richard M. Stallman <rms@gnu.org> | |
16089 | |
16090 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend | |
16091 and with-timeout-unsuspend. | |
16092 | |
16093 * emacs-lisp/debug.el (debug): Call with-timeout-suspend | |
16094 and with-timeout-unsuspend. | |
16095 | |
16096 * emacs-lisp/timer.el (with-timeout-timers): New variable. | |
16097 (with-timeout): Bind that variable to record timers. | |
16098 (with-timeout-suspend, with-timeout-unsuspend): New functions. | |
16099 | |
16100 * emacs-lisp/debug.el (debug-help-follow): New function. | |
16101 (debugger-mode-map): Use that instead of help-follow. | |
16102 (debugger-setup-buffer): Use eval-buffer-list | |
16103 to handle eval-buffer frames. | |
16104 | |
16105 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change) | |
16106 | |
16107 * timezone.el (timezone-parse-date): Change first regexp | |
16108 so it will not mistakenly match dates with no time zone. | |
16109 | |
16110 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change) | |
16111 | |
16112 * facemenu.el (facemenu-read-color): Do case-insensitive matching. | |
16113 | |
16114 2005-07-10 Luc Teirlinck <teirllm@auburn.edu> | |
16115 | |
16116 * custom.el (custom-initialize-safe-set) | |
16117 (custom-initialize-safe-default): New functions. | |
16118 | |
16119 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default' | |
16120 and simplify :init-value. | |
16121 | |
16122 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default' | |
16123 and simplify :init-value. Delete obsolete comment. | |
16124 | |
16125 * startup.el (command-line): Use `custom-reevaluate-setting' to | |
16126 handle `tooltip-mode'. Delete obsolete comment. | |
16127 | |
16128 * files.el (set-visited-file-name): Avoid calling | |
16129 `file-name-nondirectory' with a nil argument. | |
16130 | |
16131 2005-07-09 Richard M. Stallman <rms@gnu.org> | |
16132 | |
16133 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer | |
16134 was called with nil for the buffer, handle the read position right. | |
16135 Handle read position for eval-region, too. | |
16136 | |
16137 2005-07-09 Juri Linkov <juri@jurta.org> | |
16138 | |
16139 * fringe.el (fringe-mode): Add period in docstring. | |
16140 (fringe-query-style): Build prompt depending on `all-frames' arg. | |
16141 | |
16142 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark' | |
16143 to not create links to unrelated functions in the Help buffer. | |
16144 | |
16145 * progmodes/compile.el (compilation-mode-hook, compilation-mode): | |
16146 Doc fix. | |
16147 | |
16148 * simple.el (next-error-hook): New variable. | |
16149 (next-error): Use it. Doc fix. | |
16150 | |
16151 * textmodes/ispell.el (ispell-command-loop): Add current | |
16152 dictionary name and program name to mode-line-format. | |
16153 (ispell-region, ispell-process-line): Add current dictionary name | |
16154 and program name to messages. | |
16155 | |
16156 2005-07-08 Jay Belanger <belanger@truman.edu> | |
16157 | |
16158 * calc/calc.el (calc-embedded-announce-formula-alist) | |
16159 (calc-embedded-open-close-formula-alist) | |
16160 (calc-embedded-open-close-word-alist) | |
16161 (calc-embedded-open-close-plain-alist) | |
16162 (calc-embedded-open-close-new-formula-alist) | |
16163 (calc-embedded-open-close-mode-alist) | |
16164 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook) | |
16165 (calc-embedded-mode-hook): New variables. | |
16166 | |
16167 * calc/calc-embed.el (calc-embedded-firsttime) | |
16168 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula): | |
16169 New variables. | |
16170 (calc-do-embedded): Use calc-embedded-firsttime, | |
16171 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to | |
16172 determine whether or not to run hooks. | |
16173 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and | |
16174 calc-embedded-firsttime-formula appropriately. | |
16175 Set calc-embedded delimiter variables according to mode. | |
16176 | |
16177 2005-07-08 Richard M. Stallman <rms@gnu.org> | |
16178 | |
16179 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list): | |
16180 Check for "emacs", etc., as entire symbol, not just as word. | |
16181 (checkdoc-file-comments-engine): Use regexp-quote on FN. | |
16182 | |
16183 * files.el (set-visited-file-name): Report the error | |
16184 for "empty filename" earlier. | |
16185 (kill-some-buffers): Ignore buffers already dead. | |
16186 | |
16187 * fringe.el (fringe-mode): Doc fix. | |
16188 | |
16189 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): | |
16190 Check for (featurep 'xemacs) and turn off warnings in what it guards. | |
16191 Use unwind-protect to ensure byte-compile-unresolved-functions | |
16192 is updated. | |
16193 | |
16194 * whitespace.el (whitespace-buffer-leading-cleanup): | |
16195 Simplify w/ skip-chars-forward. | |
16196 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward. | |
16197 | |
16198 * mail/rmail.el (rmail-only-expunge): Fix paren error. | |
16199 Unconditionally try to leave point at the same old place. | |
16200 | |
16201 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change) | |
16202 | |
16203 * comint.el (comint-postoutput-scroll-to-bottom) | |
16204 (comint-show-maximum-output): Take scroll-margin into consideration. | |
16205 | |
16206 2005-07-08 Kim F. Storm <storm@cua.dk> | |
16207 | |
16208 * ido.el (ido-use-filename-at-point): New choice `guess'. | |
16209 (ido-file-internal): Try ffap-guesser if selected. | |
16210 | |
16211 * ido.el (ido-before-fallback-functions): New hook. | |
16212 (ido-buffer-internal, ido-file-internal, ido-read-buffer) | |
16213 (ido-read-file-name): Run it. | |
16214 | |
16215 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
16216 | |
16217 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of | |
16218 strings rather than a list of symbols to the completion function. | |
16219 | |
16220 2005-07-07 Jay Belanger <belanger@truman.edu> | |
16221 | |
16222 * calc/calc-units.el (math-apply-units): Change the places in | |
16223 which units are simplified. | |
16224 | |
16225 2005-07-07 Luc Teirlinck <teirllm@auburn.edu> | |
16226 | |
16227 * cus-edit.el (customize-option, customize-option-other-window): | |
16228 Make them handle aliases. | |
16229 | |
16230 * custom.el (custom-variable-p): Make it recursively follow | |
16231 aliases. Mention that in the docstring. | |
16232 | |
16233 2005-07-07 Richard M. Stallman <rms@gnu.org> | |
16234 | |
16235 * cus-start.el (exec-path): Use `directory' instead of `file'. | |
16236 Fix tag for nil. | |
16237 | |
16238 2005-07-07 Juanma Barranquero <lekktu@gmail.com> | |
16239 | |
16240 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also | |
16241 when called non-interactively. Doc fix. | |
16242 | |
16243 2005-07-07 Lute Kamstra <lute@gnu.org> | |
16244 | |
16245 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's | |
16246 new address as well. | |
16247 | |
16248 2005-07-07 Kenichi Handa <handa@m17n.org> | |
16249 | |
16250 * international/mule.el (make-coding-system): | |
16251 Describe `ascii-incompatible' property in the docstring. | |
16252 (set-file-name-coding-system): Signal an error if coding-system is | |
16253 ascii-incompatible. | |
16254 (set-keyboard-coding-system): Likewise. | |
16255 | |
16256 * international/mule-cmds.el (set-default-coding-systems): | |
16257 Don't set default-file-name-coding-system and | |
16258 default-keyboard-coding-system if coding-system is ASCII-incompatible. | |
16259 | |
16260 * international/utf-16.el: Declare that all UTF-16-based coding | |
16261 systems are ASCII-incompatible. | |
16262 | |
16263 2005-07-07 Nick Roberts <nickrob@snap.net.nz> | |
16264 | |
16265 * progmodes/gud.el: Require font-lock for displaying errors. | |
16266 Used by gdb-ui.el. | |
16267 | |
16268 2005-07-07 Juanma Barranquero <lekktu@gmail.com> | |
16269 | |
16270 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid | |
16271 values for the pattern lists which are `read'able but not | |
16272 `append'able (like symbols). | |
16273 | |
16274 2005-07-06 Richard M. Stallman <rms@gnu.org> | |
16275 | |
16276 * progmodes/flymake.el (flymake-float-time): Instead of | |
16277 with-no-warnings, test for xemacs. | |
16278 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string | |
16279 to avoid warning. | |
16280 | |
16281 2005-07-06 Juanma Barranquero <lekktu@gmail.com> | |
16282 | |
16283 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag. | |
16284 | |
16285 2005-07-05 Lute Kamstra <lute@gnu.org> | |
16286 | |
16287 * battery.el: Add support for Darwin (with much debugging help | |
16288 from Samuel Lauber <sam124@operamail.com>). | |
16289 (battery-status-function, battery-echo-area-format) | |
16290 (battery-mode-line-format): Add support for pmset on Darwin. | |
16291 (battery-load-low, battery-load-critical): New user options. | |
16292 (battery-pmset): New function. | |
16293 | |
16294 2005-07-05 Lute Kamstra <lute@gnu.org> | |
16295 | |
16296 Update FSF's address in GPL notices. | |
16297 | |
16298 * textmodes/page-ext.el: Update FSF's address. | |
16299 | |
16300 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
16301 | |
16302 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive | |
16303 filling from using prefix when filling a single-line docstring. | |
16304 | |
16305 * progmodes/flymake.el: Remove useless eval-when-compile. | |
16306 | |
16307 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction. | |
16308 | |
16309 2005-07-04 Richard M. Stallman <rms@gnu.org> | |
16310 | |
16311 * textmodes/org.el (org-file-apps-defaults-gnu): | |
16312 Rename from org-file-apps-defaults-linux. | |
16313 (org-default-apps): Don't test system-type for `linux'. | |
16314 (org-file-apps): Doc fix. | |
16315 | |
16316 2005-07-04 David Ponce <david@dponce.com> | |
16317 | |
16318 * tree-widget.el: Improve header Commentary section. | |
16319 (tree-widget) [defgroup] | |
16320 (tree-widget-image-enable, tree-widget-themes-directory) | |
16321 (tree-widget-theme, tree-widget-image-properties-emacs) | |
16322 (tree-widget-image-properties-xemacs, tree-widget-create-image) | |
16323 (tree-widget-image-formats, tree-widget-control) | |
16324 (tree-widget-empty-control, tree-widget-leaf-control | |
16325 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide) | |
16326 (tree-widget-handle, tree-widget-no-handle, tree-widget-p) | |
16327 (tree-widget-keep, tree-widget-after-toggle-functions) | |
16328 (tree-widget-open-node, tree-widget-close-node): Doc fix. | |
16329 (tree-widget-open-control, tree-widget-close-control): Fix doc and | |
16330 :help-echo message. | |
16331 (tree-widget-set-theme): Doc fix. Use `string-equal'. | |
16332 (tree-widget-image-properties): Doc fix. Clearer implementation. | |
16333 (tree-widget--cursors): New constant. | |
16334 (tree-widget-lookup-image): New function split from | |
16335 `tree-widget-find-image'. Clearer implementation. | |
16336 (tree-widget-find-image): Use it. | |
16337 (tree-widget-button-keymap): Use `set-keymap-parent'. | |
16338 (tree-widget) [define-widget]: Use `widget-children-value-delete'. | |
16339 Define the sub-widgets here. | |
16340 (tree-widget-node): Check that :node is not a tree-widget. | |
16341 (tree-widget-get-super, tree-widget-open-control) | |
16342 (tree-widget-close-control, tree-widget-empty-control) | |
16343 (tree-widget-leaf-control, tree-widget-guide) | |
16344 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle) | |
16345 (tree-widget-no-handle, tree-widget-value-delete) | |
16346 (tree-widget-map): Remove. | |
16347 (tree-widget-children-value-save): Doc fix. Simplified. | |
16348 (tree-widget-value-create): Update according to previous changes. | |
16349 | |
16350 2005-07-04 Carsten Dominik <dominik@science.uva.nl> | |
16351 | |
16352 * textmodes/org.el: Leading space replaced by TABS. | |
16353 (org-recalc-marks, org-table-rotate-recalc-marks) | |
16354 (org-table-get-specials): Treat "^" and "_" marks. | |
16355 (org-table-justify-field-maybe): Optional argument NEW. | |
16356 (org-table-eval-formula): Parsing of the format simplified. | |
16357 New modes C,I. Honor the %= parameter in the current table. | |
16358 Avoid unnecessary re-align by using the NEW argument to | |
16359 `org-table-justify-field-maybe'. | |
16360 (org-calc-default-modes): Default for date-format mimicks org-mode. | |
16361 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command. | |
16362 | |
16363 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> | |
16364 | |
16365 * cus-face.el (custom-theme-set-faces): Make it handle face | |
16366 aliases whose alias declarations are pre- or autoloaded. | |
16367 | |
16368 2005-07-04 Juri Linkov <juri@jurta.org> | |
16369 | |
16370 * faces.el (read-face-name): Put the code for getting a face name | |
16371 from the buffer before adding the faces from the `face' property. | |
16372 Use `completing-read-multiple' instead of `completing-read'. | |
16373 Require `crm'. Add default value and post-process the returned | |
16374 list of faces. | |
16375 | |
16376 * emacs-lisp/crm.el (crm-find-current-element) | |
16377 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt. | |
16378 | |
16379 * emacs-lisp/lisp-mode.el (eval-defun-1): | |
16380 * emacs-lisp/edebug.el (edebug-eval-defun): | |
16381 Remove unnecessary quotes. | |
16382 | |
16383 2005-07-04 Juanma Barranquero <lekktu@gmail.com> | |
16384 | |
16385 * progmodes/prolog.el (prolog-eof-string): Doc fixes. | |
16386 (prolog-indent-level): Fix typo in docstring. | |
16387 | |
16388 * info.el (Info-history, Info-history-forward) | |
16389 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes. | |
16390 | |
16391 * add-log.el (add-change-log-entry): | |
16392 * comint.el (comint-dynamic-list-input-ring) | |
16393 (comint-dynamic-list-completions): | |
16394 * dabbrev.el (dabbrev-expand): | |
16395 * delim-col.el (delimit-columns-rectangle-line): | |
16396 * diff-mode.el (diff-context->unified, diff-reverse-direction) | |
16397 (diff-unified->context): | |
16398 * ediff-init.el (ediff-abbrev-jobname): | |
16399 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer) | |
16400 (ediff-replace-session-activity-marker-in-meta-buffer): | |
16401 * info.el (Info-summary): | |
16402 * lpr.el (printify-region): | |
16403 * printing.el (pr-create-interface): | |
16404 * ps-print.el (ps-print-quote): | |
16405 * ses.el (ses-column-widths, ses-print-cell) | |
16406 (ses-adjust-print-width, ses-center): | |
16407 * shell.el (shell-file-name-quote-list): | |
16408 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke) | |
16409 (strokes-fill-current-buffer-with-whitespace) | |
16410 (strokes-xpm-for-stroke, strokes-list-strokes) | |
16411 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string): | |
16412 * term.el (term-dynamic-list-input-ring) | |
16413 (term-dynamic-list-completions): | |
16414 * calc/calc.el (math-format-stack-value): | |
16415 * emacs-lisp/edebug.el (edebug-display-freq-count): | |
16416 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment) | |
16417 (delphi-new-comment-line): | |
16418 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right): | |
16419 * progmodes/executable.el (executable-set-magic): | |
16420 * progmodes/python.el (inferior-python-mode): | |
16421 * progmodes/scheme.el (scheme-mode-syntax-table): | |
16422 * progmodes/sh-script.el (sh-maybe-here-document): | |
16423 * progmodes/sql.el (sql-copy-column): | |
16424 * progmodes/tcl.el (tcl-comment-indent, tcl-quote): | |
16425 * textmodes/bibtex.el (bibtex-mode): | |
16426 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes) | |
16427 (sgml-auto-attributes): | |
16428 * textmodes/table.el (table-insert, table-shorten-cell) | |
16429 (table--generate-source-scan-lines, table-delete-row) | |
16430 (*table--cell-delete-char, table--spacify-frame) | |
16431 (table--horizontally-shift-above-and-below) | |
16432 (table--cell-insert-char, table--cell-blank-str) | |
16433 (table--fill-region-strictly): | |
16434 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent): | |
16435 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s". | |
16436 | |
16437 * add-log.el (change-log): | |
16438 * apropos.el (apropos): | |
16439 * comint.el (comint-completion, comint-source): | |
16440 * dabbrev.el (dabbrev): | |
16441 * delim-col.el (columns): | |
16442 * diff-mode.el (diff-mode): | |
16443 * ediff.el (ediff): | |
16444 * ediff-diff.el (ediff-diff): | |
16445 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook): | |
16446 * ediff-mult.el (ediff-mult): | |
16447 * ediff-ptch.el (ediff-ptch): | |
16448 * ediff-wind.el (ediff-window): | |
16449 * facemenu.el (facemenu): | |
16450 * indent.el (indent): | |
16451 * info.el (info): | |
16452 * jka-cmpr-hook.el (compression, jka-compr): | |
16453 * lpr.el (lpr): | |
16454 * outline.el (outlines): | |
16455 * pcmpl-cvs.el (pcmpl-cvs): | |
16456 * pcmpl-rpm.el (pcmpl-rpm): | |
16457 * printing.el (printing): | |
16458 * ps-print.el (postscript, ps-print, ps-print-horizontal) | |
16459 (ps-print-vertical, ps-print-headers, ps-print-font) | |
16460 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra) | |
16461 (ps-print-background, ps-print-printer, ps-print-page) | |
16462 (ps-print-miscellany): | |
16463 * ses.el (ses): | |
16464 * shell.el (shell, shell-directories, shell-faces): | |
16465 * startup.el (initialization): | |
16466 * strokes.el (strokes): | |
16467 * term.el (term): | |
16468 * uniquify.el (uniquify): | |
16469 * w32-vars.el (w32): | |
16470 * calc/calc.el (calc): | |
16471 * emacs-lisp/bytecomp.el (bytecomp): | |
16472 * emacs-lisp/cl-indent.el (lisp-indent): | |
16473 * emacs-lisp/edebug.el (edebug): | |
16474 * emacs-lisp/elp.el (elp): | |
16475 * emacs-lisp/testcover.el (testcover): | |
16476 * emacs-lisp/trace.el (trace): | |
16477 * emulation/viper-ex.el (viper-ex): | |
16478 * emulation/viper-mous.el (viper-mouse): | |
16479 * mail/mailalias.el (mailalias): | |
16480 * mail/supercite.el (supercite, supercite-frames) | |
16481 (supercite-attr, supercite-cite, supercite-hooks): | |
16482 * net/rcompile.el (remote-compile): | |
16483 * net/rlogin.el (rlogin): | |
16484 * obsolete/ooutline.el (outlines): | |
16485 * progmodes/delphi.el (delphi): | |
16486 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special) | |
16487 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal) | |
16488 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic) | |
16489 (ebnf-optimization): | |
16490 * progmodes/etags.el (etags): | |
16491 * progmodes/executable.el (executable): | |
16492 * progmodes/idlwave.el (idlwave): | |
16493 * progmodes/pascal.el (pascal): | |
16494 * progmodes/prolog.el (prolog): | |
16495 * progmodes/python.el (python): | |
16496 * progmodes/scheme.el (scheme): | |
16497 * progmodes/sh-script.el (sh, sh-script): | |
16498 * progmodes/sql.el (SQL): | |
16499 * progmodes/tcl.el (tcl): | |
16500 * textmodes/bibtex.el (bibtex, bibtex-autokey): | |
16501 * textmodes/enriched.el (enriched): | |
16502 * textmodes/makeinfo.el (makeinfo): | |
16503 * textmodes/sgml-mode.el (sgml): | |
16504 * textmodes/table.el (table-hooks): | |
16505 * textmodes/tex-mode.el (tex-file, tex-run, tex-view): | |
16506 * textmodes/texinfo.el (texinfo): | |
16507 * textmodes/two-column.el (two-column): | |
16508 Finish `defgroup' description with period. | |
16509 | |
16510 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking): | |
16511 * eshell/esh-var.el (eshell-var): | |
16512 * progmodes/vhdl-mode.el (vhdl-testbench): | |
16513 * textmodes/org.el (org): Fix typos in docstrings. | |
16514 | |
16515 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring | |
16516 consistency. | |
16517 | |
16518 * progmodes/flymake.el (flymake-find-file): Remove. | |
16519 (flymake-float-time): Use `with-no-warnings'. | |
16520 (flymake-check-start-time, flymake-check-was-interrupted) | |
16521 (flymake-err-info, flymake-is-running, flymake-last-change-time) | |
16522 (flymake-new-err-info): `defvar' at compile time. | |
16523 | |
16524 2005-07-03 Juanma Barranquero <lekktu@gmail.com> | |
16525 | |
16526 * replace.el (occur-hook): Doc fix. | |
16527 (occur-1): Don't call `occur-hook' if there are no matches. | |
16528 | |
16529 2005-07-03 Richard M. Stallman <rms@gnu.org> | |
16530 | |
16531 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy | |
16532 global-map, save the same map. | |
16533 (global-map): Don't alter it at top level. | |
16534 (tpu-edt-on): Save global map in tpu-original-global-map, then copy. | |
16535 Then alter it here instead. | |
16536 (tpu-edt-off): Set global-map to the saved one. | |
16537 | |
16538 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted. | |
16539 All references simplified. | |
16540 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed. | |
16541 (zmacs-regions): Add defvar. | |
16542 (repeat-complex-command-map): Everything about that deleted. | |
16543 | |
16544 * textmodes/artist.el (artist-key-is-drawing) | |
16545 (artist-key-endpoint1, artist-key-poly-point-list) | |
16546 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table) | |
16547 (artist-key-compl-table, artist-rb-save-data) | |
16548 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up. | |
16549 Don't put them in eval-when-compile. | |
16550 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'. | |
16551 | |
16552 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file): | |
16553 Use with-no-warnings. | |
16554 | |
16555 * net/browse-url.el (dos-windows-version): Add defvar. | |
16556 | |
16557 * mail/supercite.el (filladapt-prefix-table): Add defvar. | |
16558 | |
16559 * mail/rmailsum.el (rmail-summary-redo): Add defvar. | |
16560 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up. | |
16561 (rmail-new-summary-line-count): Rename from new-summary-line-count. | |
16562 Add defvar. | |
16563 (rmail-summary-beginning-of-message): Use with-no-warnings. | |
16564 (rmail-summary-first-message, rmail-summary-last-message): Likewise. | |
16565 | |
16566 * emulation/vip.el (vip-replace-string, ex-map, ex-read): | |
16567 Use with-no-warnings. | |
16568 | |
16569 * emulation/vi.el (vi-mark-region): Use c-mark-function. | |
16570 (c-mark-function): Add point-moving-unit property. | |
16571 (vi-goto-line): Use with-no-warnings. | |
16572 | |
16573 * emulation/edt.el (edt-last-copied-word): Add defvar. | |
16574 (zmacs-region-stays): Likewise. | |
16575 (edt-mark-section-wisely): Use c-mark-function for C. | |
16576 Use makr-defun for Fortran. | |
16577 (time-string): defvar deleted. | |
16578 (edt-display-the-time): Don't set time-string. | |
16579 | |
16580 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list. | |
16581 | |
16582 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): | |
16583 Don't warn when name is not constant | |
16584 or for defining the group `emacs'. | |
16585 | |
16586 * tooltip.el (gud-tooltip-mode): Add defvar. | |
16587 | |
16588 * startup.el (default-frame-background-mode): Add defvar. | |
16589 | |
16590 * smerge-mode.el (smerge-mode): Add duplicate defvar near top. | |
16591 | |
16592 * info.el (tool-bar-map): Add defvar. | |
16593 | |
16594 * dired.el (dnd-protocol-alist): Add defvar. | |
16595 | |
16596 * dired-aux.el (dired-query): Display question with answer, when | |
16597 the user answers. | |
16598 | |
16599 * custom.el (custom-add-option): Doc fix. | |
16600 | |
16601 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars. | |
16602 | |
16603 2005-07-03 Eli Zaretskii <eliz@gnu.org> | |
16604 | |
16605 * font-lock.el (font-lock-regexp-grouping-construct): Fix the | |
16606 bogus name from the last change. | |
16607 | |
16608 2005-07-02 Luc Teirlinck <teirllm@auburn.edu> | |
16609 | |
16610 * custom.el (custom-declare-variable): Fix typos in comment. | |
16611 (custom-known-themes): Doc fix. | |
16612 (custom-theme-directory): New defcustom. | |
16613 (require-theme): Make it check `custom-theme-directory'. | |
16614 | |
16615 * cus-theme.el (custom-new-theme-mode): New function. | |
16616 (custom-theme-name, custom-theme-variables, custom-theme-faces) | |
16617 (custom-theme-description): Add compiler defvars. | |
16618 (customize-create-theme): Add doc to the "*New Custom Theme*" | |
16619 buffer. Use `custom-new-theme-mode'. | |
16620 (custom-theme-write): Put the created buffer in emacs-lisp-mode | |
16621 and save it to the `custom-theme-directory'. Make this the | |
16622 default directory of the buffer. | |
16623 | |
16624 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change) | |
16625 | |
16626 * progmodes/flymake.el (flymake-mode, flymake-mode-off): | |
16627 Fix unbalanced parentheses. | |
16628 | |
16629 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
16630 | |
16631 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body | |
16632 into flymake-mode and delegate to flymake-mode. | |
16633 | |
16634 * find-file.el (ff-which-function-are-we-in): Clean up. | |
16635 | |
16636 2005-07-02 Juanma Barranquero <lekktu@gmail.com> | |
16637 | |
16638 * replace.el (occur-rename-buffer): Fix docstring. | |
16639 | |
16640 * emulation/edt.el (*EDT-keys*, edt-default-global-map) | |
16641 (edt-last-copied-word, edt-learn-macro-count) | |
16642 (edt-orig-page-delimiter, edt-orig-transient-mark-mode) | |
16643 (edt-rect-start-point, edt-user-global-map, rect-start-point) | |
16644 (time-string, zmacs-region-stays): | |
16645 * emulation/edt-mapper.el (edt-save-function-key-map) | |
16646 (EDT-key-name): `defvar' to silence the byte-compiler. | |
16647 | |
16648 2005-07-02 Martin Rudalics <rudalics@gmx.at> | |
16649 | |
16650 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from | |
16651 font-lock-regexp-backslash. Doc fix. | |
16652 (font-lock-regexp-backslash-grouping-construct): Rename from | |
16653 font-lock-regexp-backslash-construct. Doc fix. | |
16654 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp | |
16655 grouping constructs. | |
16656 | |
16657 2005-07-02 Eli Zaretskii <eliz@gnu.org> | |
16658 | |
16659 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after | |
16660 updating all the prerequisites. | |
16661 | |
16662 2005-07-01 Juanma Barranquero <lekktu@gmail.com> | |
16663 | |
16664 * textmodes/org.el (org-agenda-start-on-weekday) | |
16665 (org-calendar-to-agenda-key, org-agenda-sorting-strategy) | |
16666 (org-agenda-use-time-grid, org-archive-location) | |
16667 (org-allow-space-in-links, org-usenet-links-prefer-google) | |
16668 (org-enable-table-editor, org-export-default-language) | |
16669 (org-export-html-show-new-buffer, org-fill-paragraph) | |
16670 (org-cycle, org-goto-ret, org-goto-left, org-goto-right) | |
16671 (org-goto-quit, org-occur, org-eval-in-calendar) | |
16672 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message) | |
16673 (org-agenda-diary-entry, org-remember-help) | |
16674 (org-table-convert-region, org-at-table-p) | |
16675 (org-table-move-row-down, org-table-move-row-up) | |
16676 (org-table-copy-region, org-table-toggle-vline-visibility) | |
16677 (org-table-get-stored-formulas, org-table-get-specials) | |
16678 (org-recalc-commands, org-table-eval-formula) | |
16679 (org-table-formula-substitute-names, orgtbl-make-binding) | |
16680 (org-format-org-table-html, org-format-table-table-html) | |
16681 (org-format-table-table-html-using-table-generate-source) | |
16682 (org-customize): Fix typos in docstrings. | |
16683 (org-level-2, org-at-timestamp-p, org-agenda-day-view) | |
16684 (org-agenda-toggle-diary, org-agenda-toggle-time-grid) | |
16685 (org-back-to-heading): Doc fixes. | |
16686 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time) | |
16687 (org-agenda-change-all-lines, org-get-header): | |
16688 Improve argument/docstring consistency. | |
16689 (orgtbl-error): Fix error message. | |
16690 | |
16691 * progmodes/flymake.el (flymake-find-possible-master-files) | |
16692 (flymake-master-file-compare, flymake-get-line-err-count) | |
16693 (flymake-highlight-line, flymake-gui-warnings-enabled): | |
16694 Fix typos in docstrings. | |
16695 (flymake-parse-line, flymake-get-project-include-dirs-function) | |
16696 (flymake-get-prev-err-line-no, flymake-goto-prev-error): | |
16697 Doc fixes. | |
16698 (flymake-get-project-include-dirs-function) | |
16699 (flymake-make-err-menu-data): | |
16700 Improve argument/docstring consistency. | |
16701 | |
16702 2005-07-01 Lute Kamstra <lute@gnu.org> | |
16703 | |
16704 * battery.el (battery-linux-proc-apm): Fix typo in docstring. | |
16705 Catch errors with ignore-errors. Use temporary buffer. | |
16706 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'. | |
16707 | |
16708 * facemenu.el (facemenu-unlisted-faces): Delete foreground and | |
16709 background color faces. | |
16710 (facemenu-set-foreground, facemenu-set-background): | |
16711 Use facemenu-set-face-from-menu. | |
16712 (facemenu-set-face-from-menu): Treat face names that start with | |
16713 "fg:" or "bg:" as special. | |
16714 (facemenu-add-new-color): Don't create faces. Simplify. | |
16715 | |
16716 2005-06-30 Richard M. Stallman <rms@gnu.org> | |
16717 | |
16718 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt. | |
16719 (crm-find-current-element): Likewise. | |
16720 | |
16721 2005-06-30 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> | |
16722 | |
16723 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names. | |
16724 | |
16725 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
16726 | |
16727 * arc-mode.el (archive-extract): Make it work as a mouse binding. | |
16728 (archive-mouse-extract): Make it an obsolete alias. | |
16729 (archive-mode-map): Don't use archive-mouse-extract any more. | |
16730 (archive-mode, archive-extract): write-contents-hooks -> | |
16731 write-contents-functions. | |
16732 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused | |
16733 first arg. | |
16734 (archive-rename-entry): Update the call. | |
16735 (archive-zip-summarize): Remove unused var `method'. | |
16736 (archive-lzh-summarize): Remove unused var `creator'. | |
16737 | |
16738 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the | |
16739 dedicated frame upon exit. | |
16740 | |
16741 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only. | |
16742 (archive-zip-extract, archive-zip-expunge) | |
16743 (archive-zip-update, archive-zip-update-case): Use executable-find. | |
16744 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files): | |
16745 Use restore-buffer-modified-p. | |
16746 (archive-extract, archive-add-new-member, archive-write-file-member): | |
16747 Use with-current-buffer. | |
16748 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist. | |
16749 | |
16750 2005-06-30 Andreas Schwab <schwab@suse.de> | |
16751 | |
16752 * progmodes/gud.el (gud-filter): Remove unneeded progn. | |
16753 | |
16754 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk> | |
16755 | |
16756 * progmodes/sh-script.el (sh-get-kw): `&' also separates words. | |
16757 | |
16758 2005-06-30 Juri Linkov <juri@jurta.org> | |
16759 | |
16760 * faces.el (vertical-border): Inherit from mode-line-inactive | |
16761 only on tty. | |
16762 | |
16763 2005-06-30 Juanma Barranquero <lekktu@gmail.com> | |
16764 | |
16765 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for | |
16766 example, -NLINES in the `occur' docstring). | |
16767 | |
16768 * replace.el (occur-1): When no matches are found, do not set the | |
16769 `buffer-read-only' and modified flags for the occur buffer, | |
16770 because it is deleted. | |
16771 | |
16772 * emulation/cua-base.el (cua-check-pending-input) | |
16773 (cua-repeat-replace-region, cua-mode, cua-debug) | |
16774 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys): | |
16775 Fix typos in docstrings. | |
16776 | |
16777 * emulation/cua-gmrk.el (cua-toggle-global-mark) | |
16778 (cua-cut-region-to-global-mark) | |
16779 (cua--cut-rectangle-to-global-mark): | |
16780 Remove period from end of messages. | |
16781 | |
16782 * emulation/cua-rect.el (cua-do-rectangle-padding): | |
16783 Remove period from end of messages. | |
16784 (cua--rectangle-seq-format): Fix typo in docstring. | |
16785 (cua-sequence-rectangle, cua-fill-char-rectangle): | |
16786 Improve argument/docstring consistency. | |
16787 | |
16788 2005-06-29 Juri Linkov <juri@jurta.org> | |
16789 | |
16790 * faces.el (default-frame-background-mode): New internal variable. | |
16791 (frame-set-background-mode): Use it. | |
16792 | |
16793 * startup.el (normal-top-level): Set default-frame-background-mode | |
16794 instead of frame-background-mode. Before setting it, test for its | |
16795 nil value. Remove tests for frame-background-mode and frame | |
16796 parameter `reverse'. Add test for "unspecified-fg". | |
16797 | |
16798 * term/xterm.el (xterm-rxvt-set-background-mode): | |
16799 * term/rxvt.el (rxvt-set-background-mode): | |
16800 Set default-frame-background-mode instead of frame-background-mode. | |
16801 | |
16802 2005-06-29 Juanma Barranquero <lekktu@gmail.com> | |
16803 | |
16804 * simple.el (set-variable): Warn about obsolete user variables. | |
16805 | |
16806 * imenu.el (imenu--completion-buffer): | |
16807 * mouse.el (mouse-buffer-menu-alist): | |
16808 * msb.el (msb-invisible-buffer-p): | |
16809 * calendar/diary-lib.el (diary-header-line-format): | |
16810 * emacs-lisp/pp.el (pp-buffer): | |
16811 * progmodes/cperl-mode.el (cperl-do-auto-fill): | |
16812 * textmodes/picture.el (picture-replace-match): | |
16813 Change space constants followed by a sexp to "?\s ". | |
16814 | |
16815 * play/decipher.el (decipher-loop-with-breaks): | |
16816 * textmodes/texinfo.el (texinfo-insert-@item): Change space | |
16817 constants "protected" from end of line by a comment to "?\s". | |
16818 | |
16819 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
16820 | |
16821 * font-lock.el (save-buffer-state): Use `declare'. | |
16822 | |
16823 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously | |
16824 reset the syntax-table to cperl-mode-syntax-table. | |
16825 (cperl-mode): Make _ into word-syntax during font-locking so "print" in | |
16826 "foo_print_bar" is not matched as a reserved keyword. | |
16827 | |
16828 2005-06-29 Carsten Dominik <dominik@science.uva.nl> | |
16829 | |
16830 * textmodes/org.el (orgtbl-setup): New function, for delayed | |
16831 setup for the orgtbl commands. | |
16832 (org-calc-default-modes): New option. | |
16833 (orgtbl-make-binding): Use `defun' to get better help display. | |
16834 (org-diary): Call `org-compile-prefix-format'. | |
16835 (org-table-formula-substitute-names): New function. | |
16836 (org-agenda-day-view, org-agenda-week-view): New commands. | |
16837 (org-agenda-toggle-week-view): Command removed. | |
16838 (org-tbl-menu): Split off from org-org-menu. | |
16839 (org-mode): Move removal of outline-mode menus to here. | |
16840 (org-table-formula-debug): New option. | |
16841 (org-table-insert-row): Keep first field if just "#" or "*". | |
16842 (org-mode): Paragraph regexps fixed. | |
16843 (org-table-recalculate-regexp): New constant. | |
16844 (org-table-justify-field-maybe): Avoid replace if not necessary. | |
16845 (org-copy-special, org-cut-special): Use `call-interactively'. | |
16846 (org-table-copy-region): Take region from `interactive' call. | |
16847 (org-trim): Return string even if no match. | |
16848 (org-formula): New face. | |
16849 (org-set-font-lock-defaults): No longer highlight "FIXME". | |
16850 But highlight formula-related fields in table. | |
16851 (org-table-p): Use regexp, not fontification. | |
16852 (org-table-align): Handle white space at end of line. | |
16853 (org-table-formula-evaluate-inline): New option. | |
16854 (org-mode): Auto-wrapping in comment lines turned off. | |
16855 (org-table-copy-down): Evaluate only in copied field, not in | |
16856 destination. | |
16857 (org-table-current-formula): Variable removed. | |
16858 (org-table-store-formulas, org-table-get-stored-formulas) | |
16859 (org-table-modify-formulas, org-table-replace-in-formulas) | |
16860 (org-table-maybe-eval-formula): New functions. | |
16861 (org-table-get-formula): Modify to use stored formulas. | |
16862 (org-table-insert-column, org-table-delete-column) | |
16863 (org-table-move-column): Call `org-table-modify-formulas'. | |
16864 (org-complete): Add completion for keyword formulas. | |
16865 (orgtbl-mode): Pull orgtbl-mode-map to start of | |
16866 minor-mode-map-alist. | |
16867 | |
16868 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
16869 | |
16870 * progmodes/python.el (python-check): Require `compile' before | |
16871 modifying its variables. | |
16872 | |
16873 * newcomment.el (comment-indent-default): Don't get fooled by an early | |
16874 end of buffer. | |
16875 | |
16876 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
16877 | |
16878 * ps-print.el (ps-print-version): Fix version number. | |
16879 | |
16880 2005-06-28 Luc Teirlinck <teirllm@auburn.edu> | |
16881 | |
16882 * textmodes/ispell.el (ispell-word): Remove stray parenthesis. | |
16883 | |
16884 2005-06-28 Richard M. Stallman <rms@gnu.org> | |
16885 | |
16886 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted. | |
16887 (flyspell-local-mouse-map): Declaration deleted. | |
16888 (flyspell-mouse-map): Bind only mouse-2. | |
16889 (flyspell-mode-map): Don't test flyspell-use-local-map. | |
16890 (flyspell-overlay-keymap-property-name): Var deleted. | |
16891 (flyspell-mode-on): Don't make local bindings for | |
16892 flyspell-mouse-map and flyspell-mode-map. | |
16893 (make-flyspell-overlay): Unconditionally put on `keymap' text prop. | |
16894 | |
16895 * textmodes/ispell.el (ispell-word): Do not ignore short words. | |
16896 | |
16897 * progmodes/compile.el (compilation-next-error-function): | |
16898 Don't switch buffers; operate on the current buffer. | |
16899 | |
16900 * progmodes/compile.el (compilation-error-file-name) | |
16901 (compilation-warning-file-name, compilation-info-file-name) | |
16902 (compilation-line-number, compilation-column-number): New faces. | |
16903 (compilation-error-face, compilation-warning-face) | |
16904 (compilation-info-face, compilation-line-face) | |
16905 (compilation-column-face): Use them. | |
16906 | |
16907 * facemenu.el (facemenu-add-face): Warn when font-lock is active. | |
16908 | |
16909 * comint.el (comint-password-prompt-regexp): Accept ", try again". | |
16910 | |
16911 * bindings.el (global-map): Bind insertchar and its variants. | |
16912 | |
16913 2005-06-27 Richard M. Stallman <rms@gnu.org> | |
16914 | |
16915 * textmodes/artist.el (artist-text-overwrite) | |
16916 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string. | |
16917 | |
16918 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
16919 | |
16920 * ps-print.el: It was not working the page selection for printing. | |
16921 Reported by Sebastian Tennant <sebyte@smolny.plus.com>. | |
16922 (ps-print-version): New version 6.6.7. | |
16923 (ps-end-sheet): New fun. | |
16924 (ps-header-sheet, ps-end-job): Call it. | |
16925 | |
16926 2005-06-27 Luc Teirlinck <teirllm@auburn.edu> | |
16927 | |
16928 * subr.el (add-to-list, add-to-ordered-list): Doc fixes. | |
16929 | |
16930 2005-06-27 Lute Kamstra <lute@gnu.org> | |
16931 | |
16932 * facemenu.el (facemenu-unlisted-faces): Add foreground and | |
16933 background color faces. | |
16934 (facemenu-get-face): Delete function. | |
16935 (facemenu-set-face-from-menu): Don't call facemenu-get-face. | |
16936 (facemenu-add-new-color): Make second argument mandatory. | |
16937 Create the appropriate face and return it. Simplify. | |
16938 (facemenu-set-foreground, facemenu-set-background): Don't check if | |
16939 color is defined. Use return value of facemenu-add-new-color. | |
16940 | |
16941 2005-06-26 Nick Roberts <nickrob@snap.net.nz> | |
16942 | |
16943 * progmodes/gud.el (gud-filter): Add missing argument to | |
16944 with-selected-window. | |
16945 | |
16946 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
16947 | |
16948 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add | |
16949 a :require to the defcustom. | |
16950 | |
16951 * emacs-lisp/autoload.el (make-autoload): Add the :setter for | |
16952 defcustoms corresponding to minor modes. | |
16953 | |
16954 2005-06-26 David Ponce <david@dponce.com> | |
16955 | |
16956 * recentf.el: Require tree-widget instead of wid-edit. | |
16957 (recentf-filename-handler): Fix widget :type. | |
16958 (recentf-cancel-dialog, recentf-open-more-files) | |
16959 (recentf-open-files-action): Doc fix. | |
16960 (recentf-dialog-goto-first): New function. | |
16961 (recentf-dialog-mode-map): Set parent keymap first. | |
16962 (recentf-dialog-mode): Define with define-derived-mode. | |
16963 Don't display continuation lines in dialogs. | |
16964 (recentf-edit-list): Rename from recentf-edit-selected-items. | |
16965 (recentf-edit-list-select): Rename from recentf-edit-list-action. | |
16966 Simplify. | |
16967 (recentf-edit-list-validate): New function. | |
16968 (recentf-edit-list): Update accordingly. | |
16969 (recentf-open-files-item-shift): Remove. | |
16970 (recentf-open-files-item): Convert menu elements into tree and | |
16971 link widgets. Don't create the widgets. | |
16972 (recentf-open-files): Update accordingly. | |
16973 (recentf-save-list): Untabify. | |
16974 | |
16975 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> | |
16976 | |
16977 * replace.el (keep-lines-read-args): Add INTERACTIVE arg. | |
16978 (keep-lines): Add INTERACTIVE arg. Never delete lines only | |
16979 partially contained in the active region. Do not take active | |
16980 region into account when called from Lisp, unless INTERACTIVE arg | |
16981 is non-nil. Use `forward-line' instead of `beginning-of-line' to | |
16982 avoid trouble with fields. Make marker point nowhere when no | |
16983 longer used. Always return nil. Doc fix. | |
16984 (flush-lines): Add INTERACTIVE arg. Do not take active region | |
16985 into account when called from Lisp, unless INTERACTIVE arg is | |
16986 non-nil. Use `forward-line' instead of `beginning-of-line' to | |
16987 avoid trouble with fields. Make marker point nowhere when no | |
16988 longer used. Always return nil. Doc fix. | |
16989 (how-many): Add INTERACTIVE arg. Make RSTART and REND args | |
16990 interchangeable. Do not take active region into account when | |
16991 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print | |
16992 message in echo area when called from Lisp, unless INTERACTIVE arg | |
16993 is non-nil. Avoid saying "1 occurrences". Do not use markers. | |
16994 Return the number of matches. Doc fix. | |
16995 (occur): Doc fix. | |
16996 (perform-replace): Make comment follow double space convention for | |
16997 the sake of `outline-minor-mode'. | |
16998 | |
16999 * faces.el (facep): Doc fix. | |
17000 | |
17001 2005-06-25 Richard M. Stallman <rms@gnu.org> | |
17002 | |
17003 * facemenu.el (facemenu-enable-faces-p): New function. | |
17004 (facemenu-background-menu, facemenu-foreground-menu) | |
17005 (facemenu-face-menu): Add menu-enable property. | |
17006 | |
17007 * jka-compr.el (jka-compr-insert-file-contents): | |
17008 Special handling if cannot find the uncompression program. | |
17009 | |
17010 * cus-face.el (custom-face-attributes): Add autoload. | |
17011 | |
17012 * emacs-lisp/lisp-mode.el (lisp-mode-variables): | |
17013 Bind comment-indent-function locally. | |
17014 | |
17015 * window.el (save-selected-window): Use save-current-buffer. | |
17016 | |
17017 * subr.el (with-selected-window): Use save-current-buffer. | |
17018 | |
17019 * progmodes/gud.el (gud-filter): Simplify using with-selected-window | |
17020 and with-current-buffer. | |
17021 | |
17022 2005-06-24 Richard M. Stallman <rms@gnu.org> | |
17023 | |
17024 * simple.el (line-move-1): Fix previous change. | |
17025 | |
17026 2005-06-24 Juanma Barranquero <lekktu@gmail.com> | |
17027 | |
17028 * replace.el (occur-1): Set `buffer-read-only' and the | |
17029 buffer-modified flag before running `occur-hook' to protect | |
17030 against unintentional buffer switches that can lead to data loss. | |
17031 | |
17032 2005-06-24 Nick Roberts <nickrob@snap.net.nz> | |
17033 | |
17034 * progmodes/gud.el (gud-tooltip-print-command): Indent properly. | |
17035 (gud-gdb-marker-filter): Use font-lock-warning-face for any | |
17036 initial error. | |
17037 | |
17038 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors | |
17039 after fresh input. | |
17040 (gdb-var-create-handler): Put name of expression in quotes. | |
17041 | |
17042 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
17043 | |
17044 * emacs-lisp/ring.el (ring-elements): Make it return a list of the | |
17045 elements of RING in order, and without bogus nil elements. | |
17046 | |
17047 2005-06-23 Richard M. Stallman <rms@gnu.org> | |
17048 | |
17049 * simple.el (set-variable): Args renamed; doc fix. | |
17050 (line-move-1): When there are overlays around, use vertical-motion. | |
17051 | |
17052 * faces.el (escape-glyph): Use brown against light background. | |
17053 (nobreak-space): Rename from no-break-space. | |
17054 Fix previous change. | |
17055 | |
17056 * dired-aux.el (dired-do-copy): Fix arg prompt. | |
17057 | |
17058 * mail/sendmail.el (mail-setup-with-from): Fix custom type. | |
17059 | |
17060 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> | |
17061 | |
17062 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor" | |
17063 rather than "Distributor". | |
17064 | |
17065 2005-06-23 Lute Kamstra <lute@gnu.org> | |
17066 | |
17067 * emacs-lisp/debug.el (debugger-special-form-p): New defun. | |
17068 (debug-on-entry): Use it. New interactive declaration that uses | |
17069 function-called-at-point. | |
17070 | |
17071 2005-06-23 Kim F. Storm <storm@cua.dk> | |
17072 | |
17073 * subr.el (save-match-data): Add comment about using evaporate arg | |
17074 to set-match-data. | |
17075 | |
17076 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> | |
17077 | |
17078 * cus-edit.el (customize-face) | |
17079 (customize-face-other-window): Handle face aliases. | |
17080 | |
17081 * faces.el (face-documentation, set-face-attribute) | |
17082 (face-spec-set): Handle face aliases. | |
17083 | |
17084 2005-06-22 Juanma Barranquero <lekktu@gmail.com> | |
17085 | |
17086 * help-mode.el (help-make-xrefs): If a symbol representing a face | |
17087 name is not followed by the word "face", it could still be a | |
17088 function or variable name, so don't bypass other checks. | |
17089 | |
17090 2005-06-22 Juri Linkov <juri@jurta.org> | |
17091 | |
17092 * ps-print.el (ps-face-foreground-name, ps-face-background-name): | |
17093 Replace aliased functions with calls where second arg `inherit' is t. | |
17094 | |
17095 2005-06-22 Nick Roberts <nickrob@snap.net.nz> | |
17096 | |
17097 * progmodes/gdb-ui.el (gdb-error): New variable. | |
17098 (gdb-error): New function. | |
17099 (gdb-annotation-rules): Act on error-begin and error annotations. | |
17100 (gdb-concat-output): Use font-lock-warning-face for errors. | |
17101 | |
17102 2005-06-22 Miles Bader <miles@gnu.org> | |
17103 | |
17104 * bindings.el (propertized-buffer-identification): Use renamed | |
17105 `Buffer-menu-buffer' face. | |
17106 | |
17107 * faces.el (vertical-border): Rename from `vertical-divider'. | |
17108 (escape-glyph): Change dark-background color back to `cyan'. | |
17109 | |
17110 2005-06-21 Juri Linkov <juri@jurta.org> | |
17111 | |
17112 * faces.el (face-user-default-spec): Try getting `customized-face' | |
17113 prior to `saved-face'. | |
17114 (frame-background-mode): Refill docstring. | |
17115 | |
17116 * emacs-lisp/lisp-mode.el (eval-defun-1): | |
17117 * emacs-lisp/edebug.el (edebug-eval-defun): | |
17118 Set `saved-face' temporarily to nil before calling form. | |
17119 Set `customized-face' to the new spec after that. | |
17120 | |
17121 2005-06-21 Juanma Barranquero <lekktu@gmail.com> | |
17122 | |
17123 * subr.el (1value, lambda, key-substitution-in-progress): | |
17124 Doc fixes. | |
17125 | |
17126 * autoinsert.el (auto-insert-alist): | |
17127 * ses.el (ses-call-printer): | |
17128 * subr.el (noreturn): | |
17129 * emacs-lisp/lisp.el (check-parens): | |
17130 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): | |
17131 * net/browse-url.el (browse-url-mosaic): | |
17132 * progmodes/cc-defs.el (c-safe-scan-lists): | |
17133 * progmodes/ebnf-abn.el (ebnf-abn-lex): | |
17134 * progmodes/ebnf-bnf.el (ebnf-bnf-lex): | |
17135 * progmodes/ebnf-dtd.el (ebnf-dtd-lex): | |
17136 * progmodes/ebnf-ebx.el (ebnf-ebx-lex): | |
17137 * progmodes/ebnf-iso.el (ebnf-iso-lex): | |
17138 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings. | |
17139 | |
17140 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de> | |
17141 | |
17142 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark. | |
17143 | |
17144 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk> | |
17145 | |
17146 * calendar/appt.el (appt-make-list): Activate the package, if | |
17147 not already active (for backwards compatibility). | |
17148 | |
17149 2005-06-20 Kim F. Storm <storm@cua.dk> | |
17150 | |
17151 * subr.el (add-to-ordered-list): Test membership with eq. Simplify. | |
17152 | |
17153 2005-06-20 Miles Bader <miles@gnu.org> | |
17154 | |
17155 * faces.el (vertical-divider): New face. | |
17156 | |
17157 2005-06-20 Juanma Barranquero <lekktu@gmail.com> | |
17158 | |
17159 * simple.el (kill-whole-line): Doc fix. | |
17160 (next-error-buffer-p, next-error-find-buffer) | |
17161 (clone-indirect-buffer): Fix typos in docstrings. | |
17162 (comment-line-break-function): Doc fix: don't say variable | |
17163 is automatically buffer-local (it isn't). | |
17164 | |
17165 2005-06-19 Michael Albinus <michael.albinus@gmx.de> | |
17166 | |
17167 * net/tramp-ftp.el (top): | |
17168 * net/tramp-smb.el (top): | |
17169 * net/tramp-util.el (top): | |
17170 * net/tramp-uu.el (top): | |
17171 * net/tramp-vc.el (top): | |
17172 * net/tramp.el (top): Revert copyright years back to original | |
17173 ones. Tramp has a life outside GNU Emacs. | |
17174 | |
17175 2005-06-19 Nick Roberts <nickrob@snap.net.nz> | |
17176 | |
17177 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete. | |
17178 | |
17179 2005-06-18 Juri Linkov <juri@jurta.org> | |
17180 | |
17181 * progmodes/grep.el (grep-regexp-alist): Use backreference at the | |
17182 end of first regexp to limit the match to the position between | |
17183 line number and source line with same separator character as used | |
17184 between file name and line number. In the second regexp limit | |
17185 mouse-face area to file name and line number by adding new group | |
17186 for them and referring it in HYPERLINK arg. | |
17187 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group. | |
17188 (grep-mode): Set font-lock-lines-before to 0 to not refontify the | |
17189 previous line where grep markers may be already removed. | |
17190 | |
17191 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl> | |
17192 | |
17193 * progmodes/ps-mode.el: Update version and maintainer's email address. | |
17194 | |
17195 2005-06-18 Steve Youngs <steve@xemacs.org> | |
17196 | |
17197 * net/browse-url.el (browse-url-browser-function) | |
17198 (browse-url-default-browser): Add firefox. | |
17199 (browse-url-firefox-program, browse-url-firefox-arguments) | |
17200 (browse-url-firefox-startup-arguments) | |
17201 (browse-url-firefox-new-window-is-tab): New defcustoms. | |
17202 (browse-url-firefox, browse-url-firefox-sentinel): New functions. | |
17203 | |
17204 2005-06-17 Richard M. Stallman <rms@gnu.org> | |
17205 | |
17206 * startup.el (command-line): Warn if specified user name has | |
17207 no home directory. | |
17208 | |
17209 * term.el (term-get-old-input, term-input-filter, term-input-sender) | |
17210 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes. | |
17211 | |
17212 * longlines.el (longlines-mode, longlines-show-hard-newlines): | |
17213 Doc fixes. | |
17214 | |
17215 * faces.el (underline): Try bold if terminal doesn't support underline. | |
17216 | |
17217 * mail/sendmail.el (mail-setup-with-from): New variable. | |
17218 (mail-insert-from-field): New function. | |
17219 (sendmail-send-it): Call it. | |
17220 (mail-setup): Optionally call it here. | |
17221 | |
17222 * term/linux.el: Call tty-no-underline. | |
17223 | |
17224 2005-06-17 Luc Teirlinck <teirllm@auburn.edu> | |
17225 | |
17226 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix. | |
17227 | |
17228 2005-06-17 Miles Bader <miles@gnu.org> | |
17229 | |
17230 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B) | |
17231 (ediff-current-diff-C, ediff-current-diff-Ancestor) | |
17232 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C) | |
17233 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B) | |
17234 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A) | |
17235 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor): | |
17236 Remove "-face" suffix from face names. | |
17237 (ediff-current-diff-face-A, ediff-current-diff-face-B) | |
17238 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor) | |
17239 (ediff-fine-diff-face-A, ediff-fine-diff-face-B) | |
17240 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor) | |
17241 (ediff-even-diff-face-A, ediff-even-diff-face-B) | |
17242 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor) | |
17243 (ediff-odd-diff-face-A, ediff-odd-diff-face-B) | |
17244 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor): | |
17245 New backward-compatibility aliases for renamed faces. | |
17246 (ediff-current-diff-face-A, ediff-current-diff-face-B) | |
17247 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor) | |
17248 (ediff-fine-diff-face-A, ediff-fine-diff-face-B) | |
17249 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor) | |
17250 (ediff-even-diff-face-A, ediff-even-diff-face-B) | |
17251 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor) | |
17252 (ediff-odd-diff-face-A, ediff-odd-diff-face-B) | |
17253 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor): | |
17254 Use renamed ediff faces. | |
17255 | |
17256 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed): | |
17257 Remove "-face" suffix from face names. | |
17258 (eshell-test-ok-face, eshell-test-failed-face): | |
17259 New backward-compatibility aliases for renamed faces. | |
17260 (eshell-run-test): Use renamed eshell-test faces. | |
17261 | |
17262 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from | |
17263 face name. | |
17264 (eshell-prompt-face): New backward-compatibility alias for renamed | |
17265 face. | |
17266 (eshell-emit-prompt): Use renamed eshell-prompt face. | |
17267 | |
17268 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink) | |
17269 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable) | |
17270 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive) | |
17271 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter): | |
17272 Remove "-face" suffix from face names. | |
17273 (eshell-ls-directory-face, eshell-ls-symlink-face) | |
17274 (eshell-ls-executable-face, eshell-ls-readonly-face) | |
17275 (eshell-ls-unreadable-face, eshell-ls-special-face) | |
17276 (eshell-ls-missing-face, eshell-ls-archive-face) | |
17277 (eshell-ls-backup-face, eshell-ls-product-face) | |
17278 (eshell-ls-clutter-face): | |
17279 New backward-compatibility aliases for renamed faces. | |
17280 (eshell-ls-decorated-name): Use renamed eshell-ls faces. | |
17281 | |
17282 * progmodes/cc-fonts.el (c-nonbreakable-space-face): | |
17283 Remove "-face" suffix from face name. | |
17284 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face' | |
17285 instead of literal face. | |
17286 | |
17287 2005-06-17 Juanma Barranquero <lekktu@gmail.com> | |
17288 | |
17289 * emacs-lisp/warnings.el (display-warning, lwarn) | |
17290 (warning-minimum-log-level): Doc fixes. | |
17291 (warning-minimum-level, warning-minimum-log-level): | |
17292 Add :debug to :type choices. | |
17293 | |
17294 * progmodes/ada-mode.el (ada-format-paramlist) | |
17295 (ada-get-indent-case, ada-check-matching-start) | |
17296 (ada-check-defun-name, ada-goto-matching-decl-start) | |
17297 (ada-goto-matching-start, ada-goto-matching-end, ada-tab) | |
17298 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph) | |
17299 (ada-make-subprogram-body): Follow error conventions. | |
17300 (ada-case-exception-file, ada-indent-comment-as-code) | |
17301 (ada-indent-handle-comment-special, ada-indent-renames) | |
17302 (ada-indent-return, ada-search-directories-internal) | |
17303 (ada-tab-policy, ada-case-exception-substring) | |
17304 (ada-other-file-alist, ada-matching-start-re) | |
17305 (ada-matching-decl-start-re, ada-contextual-menu-last-point) | |
17306 (ada-imenu-generic-expression, ada-compile-goto-error) | |
17307 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p) | |
17308 (ada-popup-menu, ada-add-extensions, ada-mode) | |
17309 (ada-region-selected, ada-create-case-exception) | |
17310 (ada-create-case-exception-substring, ada-after-keyword-p) | |
17311 (ada-activate-keys-for-case, ada-adjust-case-region) | |
17312 (ada-adjust-case-buffer, ada-format-paramlist) | |
17313 (ada-scan-paramlist, ada-insert-paramlist) | |
17314 (ada-indent-newline-indent) | |
17315 (ada-indent-newline-indent-conditional) | |
17316 (ada-justified-indent-current, ada-goto-previous-word) | |
17317 (ada-indent-current, ada-get-indent-open-paren) | |
17318 (ada-get-indent-paramlist, ada-get-indent-end) | |
17319 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if) | |
17320 (ada-get-indent-block-start, ada-get-indent-subprog) | |
17321 (ada-get-indent-noindent, ada-get-indent-label) | |
17322 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start) | |
17323 (ada-search-prev-end-stmt, ada-goto-next-non-ws) | |
17324 (ada-goto-stmt-end, ada-goto-next-word) | |
17325 (ada-check-matching-start, ada-check-defun-name) | |
17326 (ada-goto-matching-decl-start, ada-goto-matching-start) | |
17327 (ada-goto-matching-end, ada-search-ignore-string-comment) | |
17328 (ada-in-decl-p, ada-looking-at-semi-or) | |
17329 (ada-looking-at-semi-private, ada-in-paramlist-p) | |
17330 (ada-in-open-paren-p, ada-tab, ada-indent-current-function) | |
17331 (ada-untab-hard, ada-move-to-start, ada-move-to-end) | |
17332 (ada-next-procedure, ada-previous-procedure, ada-next-package) | |
17333 (ada-previous-package, ada-create-menu) | |
17334 (ada-fill-comment-paragraph-justify) | |
17335 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph) | |
17336 (ada-other-file-name, ada-last-which-function-line) | |
17337 (ada-last-which-function-subprog, ada-which-function) | |
17338 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun) | |
17339 (ada-gen-treat-proc, ada-check-emacs-version) | |
17340 (ada-continuation-indent, ada-align-region-separate): | |
17341 Fix typos in docstrings. | |
17342 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes. | |
17343 | |
17344 2005-06-16 Lute Kamstra <lute@gnu.org> | |
17345 | |
17346 * simple.el (fundamental-mode): Run after-change-major-mode-hook | |
17347 conditionally. | |
17348 | |
17349 2005-06-16 Juanma Barranquero <lekktu@gmail.com> | |
17350 | |
17351 * comint.el (comint-replace-by-expanded-filename) | |
17352 (comint-prompt-regexp, comint-delimiter-argument-list) | |
17353 (comint-preinput-scroll-to-bottom): | |
17354 * info.el (Info-hide-cookies-node): | |
17355 * ls-lisp.el (ls-lisp-classify): | |
17356 * find-file.el (ff-search-directories, ff-special-constructs) | |
17357 (ff-find-other-file): | |
17358 * font-lock.el (font-lock-keywords): | |
17359 * shell.el (shell-prompt-pattern) | |
17360 (shell-dynamic-complete-functions, shell-mode) | |
17361 (shell-delimiter-argument-list): | |
17362 * term.el (term-replace-by-expanded-filename) | |
17363 (term-prompt-regexp, term-delimiter-argument-list): | |
17364 * woman.el (woman-ignore, woman0-if): | |
17365 * emacs-lisp/derived.el (derived-mode-init-mode-variables): | |
17366 * emacs-lisp/elint.el (elint-init-env): | |
17367 * emacs-lisp/regexp-opt.el (regexp-opt-depth): | |
17368 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom): | |
17369 * language/ethio-util.el (ethio-tilde-escape) | |
17370 (ethio-use-three-dot-question): | |
17371 * net/zone-mode.el (zone-mode-load-time-setup): | |
17372 * progmodes/cc-align.el (c-lineup-argcont): | |
17373 * progmodes/cc-awk.el (c-awk-beginning-of-defun): | |
17374 * progmodes/cperl-mode.el (cperl-set-style-back): | |
17375 * progmodes/inf-lisp.el (inferior-lisp-prompt): | |
17376 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit): | |
17377 Fix spellings in docstrings. | |
17378 | |
17379 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help): | |
17380 * progmodes/modula2.el (m2-for): Fix spellings. | |
17381 | |
17382 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string. | |
17383 | |
17384 * simple.el (undo-more): Don't use `format' on `error' arguments. | |
17385 Improve argument/docstring consistency. | |
17386 (pending-undo-list): Doc fix. | |
17387 | |
17388 * smerge-mode.el (smerge-ensure-match): | |
17389 * emulation/vip.el (vip-ex): | |
17390 * net/zone-mode.el (zone-mode-update-serial): | |
17391 * progmodes/idlwave.el (idlwave-complete): | |
17392 * progmodes/vhdl-mode.el (vhdl-visit-file) | |
17393 (vhdl-compose-wire-components): | |
17394 Don't use `format' on `error' arguments. | |
17395 | |
17396 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout) | |
17397 (tooltip-use-echo-area, tooltip-process-prompt-regexp) | |
17398 (tooltip-help-tips): Fix typos in docstrings. | |
17399 | |
17400 2005-06-16 David Ponce <david@dponce.com> | |
17401 | |
17402 * tree-widget.el (tree-widget-value-create): Simplify last change. | |
17403 | |
17404 2005-06-15 Matt Hodges <MPHodges@member.fsf.org> | |
17405 | |
17406 * ido.el (ido-incomplete-regexp): New variable. | |
17407 (ido-set-matches-1): Handle invalid-regexp error and set | |
17408 ido-incomplete-regexp. | |
17409 (ido-incomplete-regexp): New face. | |
17410 (ido-completions): Use it. | |
17411 (ido-complete, ido-exit-minibuffer, ido-completions): | |
17412 Handle incomplete regexps. | |
17413 (ido-completions): Add check for complete match when entering a regexp. | |
17414 | |
17415 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
17416 | |
17417 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks. | |
17418 | |
17419 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
17420 | |
17421 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble | |
17422 by field delimiters. | |
17423 | |
17424 2005-06-15 David Ponce <david@dponce.com> | |
17425 | |
17426 * tree-widget.el: eval-and-compile inlined functions so they will | |
17427 be available at run-time too. | |
17428 (tree-widget-super-format-handler) | |
17429 (tree-widget-format-handler): Remove. | |
17430 (tree-widget-value-create): Handle the :indent property. | |
17431 | |
17432 2005-06-15 Miles Bader <miles@gnu.org> | |
17433 | |
17434 * progmodes/which-func.el (which-func): Only inherit | |
17435 `font-lock-function-name-face' when that makes sense against the | |
17436 default mode-line face, otherwise set the face color explicitly. | |
17437 | |
17438 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl | |
17439 faces instead of (non-existent) variables. | |
17440 | |
17441 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
17442 | |
17443 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist. | |
17444 (iswitchb-get-matched-buffers): Likewise. Simplify. | |
17445 | |
17446 2005-06-14 Miles Bader <miles@gnu.org> | |
17447 | |
17448 * progmodes/ld-script.el (ld-script-location-counter): | |
17449 Remove "-face" suffix from face name. | |
17450 (ld-script-location-counter-face): | |
17451 New backward-compatibility alias for renamed face. | |
17452 (ld-script-location-counter-face): Use renamed face. | |
17453 | |
17454 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array) | |
17455 (cperl-hash): Remove "-face" suffix from face names. | |
17456 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face): | |
17457 New backward-compatibility aliases for renamed faces. | |
17458 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init) | |
17459 (cperl-ps-print-face-properties): Use renamed cperl-mode faces. | |
17460 | |
17461 * progmodes/which-func.el (which-func): Remove "-face" suffix from face | |
17462 name. | |
17463 (which-func-face): New backward-compatibility alias for renamed face. | |
17464 (which-func-format): Use renamed which-func face. | |
17465 | |
17466 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue) | |
17467 (vhdl-function, vhdl-directive, vhdl-reserved-word) | |
17468 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face | |
17469 names. | |
17470 (vhdl-speedbar-entity, vhdl-speedbar-architecture) | |
17471 (vhdl-speedbar-configuration, vhdl-speedbar-package) | |
17472 (vhdl-speedbar-library, vhdl-speedbar-instantiation) | |
17473 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected) | |
17474 (vhdl-speedbar-architecture-selected) | |
17475 (vhdl-speedbar-configuration-selected) | |
17476 (vhdl-speedbar-package-selected) | |
17477 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face | |
17478 names. | |
17479 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5): | |
17480 Use renamed faces. | |
17481 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face) | |
17482 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face) | |
17483 (vhdl-translate-off-face): Variables renamed to remove "font-lock-". | |
17484 Use renamed faces. | |
17485 (syntax-alist): Don't use "font-lock-" or "-face" in generated face | |
17486 names. | |
17487 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces. | |
17488 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity) | |
17489 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit) | |
17490 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line) | |
17491 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line) | |
17492 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces. | |
17493 | |
17494 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from | |
17495 face name. | |
17496 (sh-heredoc-face): New backward-compatibility alias for renamed face. | |
17497 (sh-heredoc-face): Use renamed sh-heredoc face. | |
17498 | |
17499 * progmodes/idlw-help.el (idlwave-help-link): | |
17500 Remove "-face" suffix from face name. | |
17501 (idlwave-help-link-face): | |
17502 New backward-compatibility alias for renamed face. | |
17503 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces. | |
17504 | |
17505 * progmodes/idlw-shell.el (idlwave-shell-bp-face) | |
17506 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names. | |
17507 (idlwave-shell-bp-face, idlwave-shell-disabled-bp): | |
17508 New backward-compatibility aliases for renamed faces. | |
17509 (idlwave-shell-disabled-breakpoint-face) | |
17510 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces. | |
17511 | |
17512 * progmodes/flymake.el (flymake-errline, flymake-warnline): | |
17513 Remove "-face" suffix from face names. | |
17514 (flymake-errline-face, flymake-warnline-face): | |
17515 New backward-compatibility aliases for renamed faces. | |
17516 (flymake-highlight-line): Use renamed flymake faces. | |
17517 | |
17518 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class) | |
17519 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute) | |
17520 (ebrowse-member-class, ebrowse-progress): | |
17521 Remove "-face" suffix from face names. | |
17522 (ebrowse-tree-mark-face, ebrowse-root-class-face) | |
17523 (ebrowse-file-name-face, ebrowse-default-face) | |
17524 (ebrowse-member-attribute-face, ebrowse-member-class-face) | |
17525 (ebrowse-progress-face): | |
17526 New backward-compatibility aliases for renamed faces. | |
17527 (ebrowse-show-progress, ebrowse-show-file-name-at-point) | |
17528 (ebrowse-set-mark-props, ebrowse-draw-tree-fn) | |
17529 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn) | |
17530 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces. | |
17531 | |
17532 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, | |
17533 antlr-syntax) | |
17534 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) | |
17535 (antlr-literal): Remove "-face" suffix and "font-lock-" from face | |
17536 names. | |
17537 (antlr-font-lock-default-face, antlr-font-lock-keyword-face) | |
17538 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face) | |
17539 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face) | |
17540 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New | |
17541 backward-compatibility aliases for renamed faces. | |
17542 (antlr-default-face, antlr-keyword-face, antlr-syntax-face) | |
17543 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face) | |
17544 (antlr-tokenref-face, antlr-literal-face): Variables renamed to | |
17545 remove "font-lock-". Use renamed antlr-mode faces. | |
17546 (antlr-font-lock-additional-keywords): Use renamed faces. Replace | |
17547 literal face-names with face variable references. | |
17548 | |
17549 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from | |
17550 face name. | |
17551 (Buffer-menu-buffer-face): New backward-compatibility alias for | |
17552 renamed face. | |
17553 (list-buffers-noselect): Use renamed Buffer-menu-buffer face. | |
17554 | |
17555 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org> | |
17556 | |
17557 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl): | |
17558 Eliminate "-face" suffix. | |
17559 (makefile-targets): Inherit from font-lock-function-name-face and | |
17560 eliminate "-face" suffix. | |
17561 (makefile-shell): Remove attributes and eliminate "-face" suffix. | |
17562 (makefile-*-font-lock-keywords): Append makefile-targets in rule | |
17563 actions, instead of prepending, to make it less visible. | |
17564 (makefile-previous-dependency, makefile-match-dependency): | |
17565 Don't match a target on a continuation line. | |
17566 | |
17567 * files.el (auto-mode-alist): Put Makefile in gmake mode. | |
17568 | |
17569 2005-06-15 Nick Roberts <nickrob@snap.net.nz> | |
17570 | |
17571 * progmodes/gdb-ui.el (menu): Re-order menu items. | |
17572 (gdb-tooltip-print): Respect tooltip-use-echo-area. | |
17573 | |
17574 * progmodes/gud.el (tooltip-use-echo-area): Remove alias. | |
17575 Define in tooltip.el. | |
17576 (gud-tooltip-process-output): Respect tooltip-use-echo-area. | |
17577 (gud-tooltip-tips): Respect tooltip-use-echo-area and | |
17578 gud-tooltip-echo-area. | |
17579 | |
17580 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for | |
17581 backward compatibility and make obsolete. | |
17582 (tooltip-help-tips): Use tooltip-use-echo-area. | |
17583 (tooltip-show-help-function): Rename to... | |
17584 (tooltip-show-help): ...this, because it is a function. | |
17585 (tooltip-mode, tooltip-help-message): Call tooltip-show-help. | |
17586 | |
17587 2005-06-14 Luc Teirlinck <teirllm@auburn.edu> | |
17588 | |
17589 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode) | |
17590 (edebug-print-length, edebug-print-level, edebug-print-circle) | |
17591 (edebug-modify-breakpoint, edebug-eval-last-sexp) | |
17592 (edebug-eval-print-last-sexp): Doc fixes. | |
17593 | |
17594 2005-06-14 Kim F. Storm <storm@cua.dk> | |
17595 | |
17596 * ido.el (ido-mode): Make a new keymap every time we enable ido, | |
17597 as the coverage buffer/file/both may change. | |
17598 | |
17599 2005-06-14 Lute Kamstra <lute@gnu.org> | |
17600 | |
17601 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks | |
17602 and run-mode-hooks. Simplify. | |
17603 | |
17604 * mail/rmailedit.el (rmail-edit-mode): | |
17605 * progmodes/octave-inf.el (inferior-octave-mode): | |
17606 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks. | |
17607 | |
17608 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables | |
17609 and run-mode-hooks. | |
17610 (recentf-edit-list, recentf-open-files): Don't call | |
17611 kill-all-local-variables directly. | |
17612 | |
17613 * emacs-lisp/debug.el (debug-on-entry): Fix docstring. | |
17614 | |
17615 2005-06-14 Juanma Barranquero <lekktu@gmail.com> | |
17616 | |
17617 * emacs-lisp/byte-run.el (make-obsolete) | |
17618 (define-obsolete-function-alias): Rename arguments FUNCTION and | |
17619 NEW to OBSOLETE-NAME and CURRENT-NAME respectively. | |
17620 (make-obsolete-variable, define-obsolete-variable-alias): | |
17621 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME | |
17622 respectively. | |
17623 | |
17624 * isearchb.el (isearchb-activate): | |
17625 * pcvs.el (cvs-mode): | |
17626 * ses.el (ses-load): | |
17627 * vc-arch.el (vc-arch-checkin, vc-arch-diff): | |
17628 * net/tramp.el (tramp-find-file-exists-command) | |
17629 (tramp-find-shell): | |
17630 * progmodes/ada-mode.el (ada-create-case-exception) | |
17631 (ada-create-case-exception-substring, ada-make-subprogram-body): | |
17632 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp): | |
17633 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help): | |
17634 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component): | |
17635 * textmodes/org.el (org-promote, org-evaluate-time-range) | |
17636 (org-agenda-next-date-line, org-agenda-previous-date-line) | |
17637 (org-agenda-error, org-open-at-point, org-table-move-row) | |
17638 (org-format-table-table-html-using-table-generate-source) | |
17639 (org-shiftcursor-error, org-ctrl-c-ctrl-c): | |
17640 * textmodes/reftex.el (reftex-access-scan-info): | |
17641 * textmodes/reftex-toc.el (reftex-toc-dframe-p) | |
17642 (reftex-toc-promote-prepare): Follow error conventions. | |
17643 | |
17644 * diff-mode.el (diff-mode): Fix typo in docstring. | |
17645 | |
17646 * forms.el (forms--intuit-from-file): Fix reference to | |
17647 `forms-number-of-fields' in error message. | |
17648 (forms-print): Fix quoting in error message. | |
17649 | |
17650 * forms.el (forms-mode): | |
17651 * emulation/vi.el (vi-goto-insert-state): | |
17652 * progmodes/flymake.el (flymake-new-err-info) | |
17653 (flymake-start-syntax-check-for-current-buffer) | |
17654 (flymake-simple-cleanup): | |
17655 * eshell/esh-var.el (eshell/export): | |
17656 * progmodes/gud.el (xdb): | |
17657 * textmodes/flyspell.el (flyspell-incorrect-hook) | |
17658 (flyspell-maybe-correct-transposition) | |
17659 (flyspell-maybe-correct-doubling): Fix quoting in docstring. | |
17660 | |
17661 2005-06-13 Luc Teirlinck <teirllm@auburn.edu> | |
17662 | |
17663 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in | |
17664 minibuffer prompt. | |
17665 | |
17666 2005-06-13 Kim F. Storm <storm@cua.dk> | |
17667 | |
17668 * subr.el (add-to-ordered-list): New defun. | |
17669 | |
17670 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to | |
17671 add cua--keymap-alist to emulation-mode-map-alists. | |
17672 | |
17673 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
17674 | |
17675 * subr.el (complete-in-turn): New macro. | |
17676 (dynamic-completion-table, lazy-completion-table): Add debug info. | |
17677 | |
17678 * faces.el (read-face-name): Use complete-in-turn complete non-aliases | |
17679 in preference to face aliases. | |
17680 | |
17681 * textmodes/fill.el (fill-match-adaptive-prefix): New function. | |
17682 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes. | |
17683 Remove unused vars `start' and `firstline'. | |
17684 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p. | |
17685 (justify-current-line, fill-individual-paragraphs): Remove unused vars. | |
17686 | |
17687 2005-06-13 Eli Zaretskii <eliz@gnu.org> | |
17688 | |
17689 * cus-start.el (all): Don't complain about missing GTK-related | |
17690 variables, unless either `gtk' is boundp or this isn't a | |
17691 `windows-nt' build. | |
17692 | |
17693 2005-06-13 Lute Kamstra <lute@gnu.org> | |
17694 | |
17695 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and | |
17696 run-mode-hooks. | |
17697 | |
17698 * ediff-mult.el (ediff-meta-mode): | |
17699 * ediff-util.el (ediff-mode): Use run-mode-hooks. | |
17700 | |
17701 * ledit.el (ledit-mode): Use delay-mode-hooks. | |
17702 | |
17703 * woman.el (woman-mode-line-format): Delete constant. | |
17704 (woman-mode-map): Initialize it properly. | |
17705 (woman-mode): Set mode-class property to special. | |
17706 Use delay-mode-hooks and run-mode-hooks. Use the right keymap. | |
17707 Set major-mode and mode-name. Don't set mode-line-format directly. | |
17708 (Man-getpage-in-background): Don't reference woman-mode-line-format. | |
17709 | |
17710 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty | |
17711 string argument obsolete. | |
17712 | |
17713 2005-06-13 Carsten Dominik <dominik@science.uva.nl> | |
17714 | |
17715 * textmodes/org.el (org-CUA-compatible): New option. | |
17716 (org-disputed-keys): New variable. | |
17717 (org-key): New function. | |
17718 (orgtbl-make-binding): Add docstring to the created function. | |
17719 (org-mode): Set paragraph start/separate regexps. | |
17720 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers. | |
17721 (org-archive-location, org-archive-mark-done) | |
17722 (org-archive-stamp-time): New options. | |
17723 (org-archive-subtree): New command. | |
17724 (org-fill-paragraph): New function. | |
17725 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'. | |
17726 (org-fake-empty-table-line): Function removed. | |
17727 (org-format-org-table-html): Do not create empty table lines at | |
17728 separator lines. Improved table header treatment. | |
17729 (org-link-format): New option. | |
17730 (org-make-link): New function. | |
17731 (org-insert-link, org-store-link): Use org-make-link. | |
17732 (org-open-file): Quote file name for shell command, to allow | |
17733 spaces in file names. | |
17734 (org-link-regexp): Fix bug with mailto link. | |
17735 (org-link-maybe-angles-regexp, org-protected-link-regexp): | |
17736 New constants. | |
17737 (org-export-as-html): Deal with the optional angles around a link. | |
17738 Better treatment of file: links. | |
17739 (org-open-at-point): Replace @{ and @} with < and >. | |
17740 (org-run-mode-hooks): Function removed. | |
17741 (org-agenda-mode): No longer use `org-run-mode-hooks'. | |
17742 | |
17743 2005-06-13 Nick Roberts <nickrob@snap.net.nz> | |
17744 | |
17745 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use | |
17746 MI command -data-list-register-values. | |
17747 (gdb-post-prompt): Indent properly. | |
17748 | |
17749 2005-06-13 Juanma Barranquero <lekktu@gmail.com> | |
17750 | |
17751 * hilit-chg.el (highlight-changes-colors): Rename from | |
17752 `highlight-changes-colours'. | |
17753 (highlight-changes-colours): Keep as obsolete alias. | |
17754 (highlight-changes-face-list): Doc fix. | |
17755 (hilit-chg-make-list): Use `highlight-changes-colors'. | |
17756 | |
17757 2005-06-12 Mark A. Hershberger <mah@everybody.org> | |
17758 | |
17759 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in | |
17760 defun-prompt-regexp. | |
17761 | |
17762 2005-06-12 Eli Zaretskii <eliz@gnu.org> | |
17763 | |
17764 * loadup.el: Don't say we are dumping under 2 names on windows-nt | |
17765 and cygwin. | |
17766 | |
17767 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): | |
17768 Don't use an old loaddefs.el, as in Makefile.in. | |
17769 | |
17770 2005-06-12 Lute Kamstra <lute@gnu.org> | |
17771 | |
17772 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el. | |
17773 | |
17774 * man.el (Man-mode-map): Initialize it properly. | |
17775 (Man-mode): Set mode-class property to special. | |
17776 | |
17777 * calendar/calendar.el (calendar-mode): Use run-mode-hooks. | |
17778 | |
17779 2005-06-11 Luc Teirlinck <teirllm@auburn.edu> | |
17780 | |
17781 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash. | |
17782 A newline is needed in the docstring there. | |
17783 | |
17784 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry): | |
17785 Doc fixes. | |
17786 | |
17787 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
17788 | |
17789 * printing.el: Doc fix. The menubar is no more changed when printing | |
17790 is loaded, it only changes when pr-menu-bind or pr-update-menus is | |
17791 called. Now, the menubar changing will work in Emacs 20, 21 and 22. | |
17792 (pr-version): New version number (6.8.4). | |
17793 (pr-menu-bind): New command. | |
17794 (pr-update-menus): Docstring and code fix. | |
17795 (pr-menu-print-item): Now is a global var in Emacs and XEmacs. | |
17796 Docstring fix. | |
17797 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command) | |
17798 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix. | |
17799 | |
17800 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org> | |
17801 | |
17802 * emacs-lisp/ewoc.el: Doc fixes for public funcs: | |
17803 "Returns" to "return", document useful return values, etc. | |
17804 | |
17805 2005-06-11 Alan Mackenzie <acm@muc.de> | |
17806 | |
17807 * fill.el (fill-context-prefix): Try `adaptive-fill-function' | |
17808 BEFORE `adaptive-fill-regexp' when determining a fill prefix. | |
17809 (adaptive-file-function): Minor amendment to doc-string. | |
17810 | |
17811 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | |
17812 | |
17813 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size) | |
17814 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): | |
17815 Fix :type--it is `integer', not `string'. | |
17816 | |
17817 * faces.el (modeline-highlight): Rename from (the erroneous) | |
17818 `modeline-higilight'. | |
17819 | |
17820 2005-06-11 Lute Kamstra <lute@gnu.org> | |
17821 | |
17822 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy | |
17823 lisp-interaction-mode-map but make it the parent. | |
17824 (edebug-eval-mode): Use define-derived-mode. | |
17825 | |
17826 2005-06-11 Andreas Schwab <schwab@suse.de> | |
17827 | |
17828 * bindings.el: Add binding of `ESC functionkey' for every | |
17829 `M-functionkey'. | |
17830 * hexl.el (hexl-mode-map): Likewise. | |
17831 | |
17832 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change) | |
17833 | |
17834 * progmodes/compile.el (compilation-error-regexp-alist-alist) | |
17835 [msft]: update regexp for newer msft compilers. | |
17836 | |
17837 2005-06-10 Mark A. Hershberger <mah@everybody.org> | |
17838 | |
17839 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip | |
17840 ATTLIST portions of included DTDs. | |
17841 (xml-parse-dtd): Eliminate use of inefficient match-data. | |
17842 | |
17843 2005-06-10 Miles Bader <miles@gnu.org> | |
17844 | |
17845 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial) | |
17846 (mpuz-text): Remove "-face" suffix from face names. | |
17847 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face) | |
17848 (mpuz-text-face): New backward-compatibility aliases for renamed faces. | |
17849 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces. | |
17850 | |
17851 * play/gomoku.el (gomoku-O, gomoku-X): | |
17852 Remove "-face" suffix from face names. | |
17853 (gomoku-font-lock-O-face, gomoku-font-lock-X-face): | |
17854 New backward-compatibility aliases for renamed faces. | |
17855 (gomoku-font-lock-keywords): Use renamed gomoku faces. | |
17856 | |
17857 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | |
17858 | |
17859 * thumbs.el: Fixes for changes of 2005-06-09. | |
17860 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable | |
17861 as a directory. | |
17862 (thumbs-thumbname): Remove directory separator from format string; | |
17863 `thumbs-thumbsdir' now returns a valid directory name. | |
17864 (thumbs-temp-dir): New defsubst. | |
17865 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image): | |
17866 Use it. | |
17867 | |
17868 * cus-edit.el (minibuffer): | |
17869 * files.el (make-backup-file-name-function): | |
17870 * filesets.el (filesets-external-viewers): | |
17871 * hilit-chg.el (highlight-changes-colours) | |
17872 (highlight-changes-face-list, highlight-changes-rotate-faces): | |
17873 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode): | |
17874 * kmacro.el (kmacro-call-macro): | |
17875 * log-edit.el (log-edit-changelog-full-paragraphs): | |
17876 * mouse.el (mouse-1-click-follows-link): | |
17877 * skeleton.el (skeleton-autowrap): | |
17878 * subr.el (insert-for-yank-1): | |
17879 * tempo.el (tempo-insert-region): | |
17880 * terminal.el (terminal-emulator): | |
17881 * time.el (display-time-mail-face): | |
17882 * vc.el (vc-annotate): | |
17883 * vcursor.el (vcursor-copy-line): | |
17884 * woman.el (woman-bold-headings, woman-ignore) | |
17885 (woman-default-faces, woman-monochrome-faces): | |
17886 * calendar/todo-mode.el (todo-insert-threshold): | |
17887 * emulation/pc-select.el (pc-select-selection-keys-only) | |
17888 (pc-selection-mode): | |
17889 * emulation/vip.el (vip-find-char-forward): | |
17890 * emulation/viper-cmd.el (viper-find-char-forward): | |
17891 * international/mule-cmds.el | |
17892 (select-safe-coding-system-accept-default-p) | |
17893 (input-method-exit-on-invalid-key): | |
17894 * international/mule-diag.el (describe-coding-system): | |
17895 * international/ucs-tables.el (unify-8859-on-encoding-mode): | |
17896 * net/browse-url.el (browse-url-xterm-program): | |
17897 * obsolete/lazy-lock.el (lazy-lock-mode): | |
17898 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt) | |
17899 (cperl-mode): | |
17900 * progmodes/cpp.el (cpp-face-light-name-list) | |
17901 (cpp-face-dark-name-list): | |
17902 * progmodes/delphi.el (delphi-newline-always-indents): | |
17903 Fix spellings in docstrings. | |
17904 | |
17905 * ido.el (ido-mode, ido-file-extensions-order) | |
17906 (ido-default-file-method, ido-default-buffer-method) | |
17907 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook) | |
17908 (ido-decorations, ido-read-file-name-as-directory-commands) | |
17909 (ido-read-file-name-non-ido, ido-work-directory-list) | |
17910 (ido-ignore-item-temp-list, ido-current-directory) | |
17911 (ido-magic-forward-char, ido-enter-find-file) | |
17912 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer) | |
17913 (ido-find-file, ido-read-buffer): Fix typos in docstrings. | |
17914 | |
17915 2005-06-10 Lute Kamstra <lute@gnu.org> | |
17916 | |
17917 * play/dunnet.el (dun-mode): Use define-derived-mode. | |
17918 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an | |
17919 obsolete alias. | |
17920 | |
17921 * play/doctor.el (doctor-mode-map): Remove defvar. | |
17922 (doctor-mode): Use define-derived-mode. | |
17923 | |
17924 * mail/mspools.el (mspools-mode): | |
17925 * net/eudc-hotlist.el (eudc-hotlist-mode): | |
17926 * play/blackbox.el (blackbox-mode): Use run-mode-hooks. | |
17927 | |
17928 2005-06-10 Miles Bader <miles@gnu.org> | |
17929 | |
17930 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): | |
17931 Remove "-face" suffix from face names. | |
17932 (flyspell-incorrect-face, flyspell-duplicate-face): | |
17933 New backward-compatibility aliases for renamed faces. | |
17934 (flyspell-mode-on, make-flyspell-overlay) | |
17935 (flyspell-highlight-incorrect-region) | |
17936 (flyspell-highlight-duplicate-region) | |
17937 (flyspell-display-next-corrections) | |
17938 (flyspell-auto-correct-previous-word): Use renamed flyspell faces. | |
17939 | |
17940 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix | |
17941 from face name. | |
17942 (texinfo-heading-face): New backward-compatibility alias for | |
17943 renamed face. | |
17944 (texinfo-heading-face): Use renamed texinfo-heading face. | |
17945 | |
17946 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face" | |
17947 suffix from face names. | |
17948 (tex-math-face, tex-verbatim-face): | |
17949 New backward-compatibility aliases for renamed faces. | |
17950 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces. | |
17951 (tex-insert-quote): Use `tex-verbatim-face' variable instead of | |
17952 literal face name. | |
17953 | |
17954 * textmodes/table.el (table-cell): Remove "-face" suffix from face | |
17955 name. | |
17956 (table-cell-face): New backward-compatibility alias for renamed face. | |
17957 (table--put-cell-face-property, table--update-cell-face): | |
17958 Use renamed table-cell face. | |
17959 | |
17960 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix | |
17961 from face name. | |
17962 (sgml-namespace-face): New backward-compatibility alias for | |
17963 renamed face. | |
17964 (sgml-namespace-face): Use renamed sgml-namespace face. | |
17965 | |
17966 * textmodes/org.el (org-level-1, org-level-2, org-level-3) | |
17967 (org-level-4, org-level-5, org-level-6, org-level-7) | |
17968 (org-level-8, org-warning, org-headline-done) | |
17969 (org-deadline-announce, org-scheduled-today) | |
17970 (org-scheduled-previously, org-link, org-done, org-table) | |
17971 (org-time-grid): Remove "-face" suffix from face names. | |
17972 (org-level-1-face, org-level-2-face, org-level-3-face) | |
17973 (org-level-4-face, org-level-5-face, org-level-6-face) | |
17974 (org-level-7-face, org-level-8-face, org-warning-face) | |
17975 (org-headline-done-face, org-deadline-announce-face) | |
17976 (org-scheduled-today-face, org-scheduled-previously-face) | |
17977 (org-link-face, org-done-face, org-table-face) | |
17978 (org-time-grid-face): | |
17979 New backward-compatibility aliases for renamed faces. | |
17980 (org-level-faces, org-set-font-lock-defaults, org-timeline) | |
17981 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines) | |
17982 (org-agenda-get-timestamps, org-agenda-get-scheduled) | |
17983 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces. | |
17984 | |
17985 * emulation/viper-init.el (viper-search, viper-replace-overlay) | |
17986 (viper-minibuffer-emacs, viper-minibuffer-insert) | |
17987 (viper-minibuffer-vi): Remove "-face" suffix from face names. | |
17988 (viper-search-face, viper-replace-overlay-face) | |
17989 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face) | |
17990 (viper-minibuffer-vi-face): | |
17991 New backward-compatibility aliases for renamed faces. | |
17992 (viper-search-face, viper-replace-overlay-face) | |
17993 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face) | |
17994 (viper-minibuffer-vi-face): Use renamed viper faces. | |
17995 | |
17996 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value): | |
17997 Remove "-face" suffix from face names. | |
17998 (testcover-nohits-face, testcover-1value-face): | |
17999 New backward-compatibility aliases for renamed faces. | |
18000 (testcover-mark): Use renamed testcover faces. | |
18001 | |
18002 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from | |
18003 face name. | |
18004 (diary-button-face): New backward-compatibility alias for renamed face. | |
18005 (diary-entry): Use renamed diary-button face. | |
18006 | |
18007 * calendar/calendar.el (diary, calendar-today, holiday) | |
18008 (mark-visible-calendar-date): Remove "-face" suffix from face names. | |
18009 (diary-face, calendar-today-face, holiday-face): | |
18010 New backward-compatibility aliases for renamed faces. | |
18011 (eval-after-load "facemenu", diary-entry-marker) | |
18012 (calendar-today-marker, calendar-holiday-marker, diary-face): | |
18013 Use renamed calendar faces. | |
18014 | |
18015 * compare-w.el (compare-windows): Remove "-face" suffix from face name. | |
18016 (compare-windows-face): New backward-compatibility alias for | |
18017 renamed face. | |
18018 (compare-windows-highlight): Use renamed compare-windows face. | |
18019 | |
18020 * strokes.el (strokes-char): Remove "-face" suffix from face name. | |
18021 (strokes-char-face): New backward-compatibility alias for renamed face. | |
18022 (strokes-encode-buffer): Use renamed strokes-char face. | |
18023 | |
18024 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown) | |
18025 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg): | |
18026 Remove "-face" suffix from face names. | |
18027 (cvs-header-face, cvs-filename-face, cvs-unknown-face) | |
18028 (cvs-handled-face, cvs-need-action-face, cvs-marked-face) | |
18029 (cvs-msg-face): New backward-compatibility aliases for renamed faces. | |
18030 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp): | |
18031 Use renamed pcvs faces. | |
18032 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces. | |
18033 * pcvs-defs.el (cvs-mode-map): Likewise. | |
18034 * cvs-status.el (cvs-status-font-lock-keywords): Likewise. | |
18035 | |
18036 * info.el (info-title-1, info-title-2, info-title-3) | |
18037 (info-title-4): Remove "-face" suffix from and downcase face names. | |
18038 (Info-title-1-face, Info-title-2-face, Info-title-3-face) | |
18039 (Info-title-4-face): | |
18040 New backward-compatibility aliases for renamed faces. | |
18041 (Info-fontify-node): Use renamed info faces. | |
18042 | |
18043 * hilit-chg.el (highlight-changes, highlight-changes-delete): | |
18044 Remove "-face" suffix from face names. | |
18045 (highlight-changes-face, highlight-changes-delete-face): | |
18046 New backward-compatibility aliases for renamed faces. | |
18047 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov) | |
18048 (hilit-chg-make-list): Use renamed highlight-changes faces. | |
18049 | |
18050 * generic-x.el (show-tabs-tab, show-tabs-space): | |
18051 Remove "-face" suffix from face names. | |
18052 (show-tabs-tab-face, show-tabs-space-face): | |
18053 New backward-compatibility aliases for renamed faces. | |
18054 (show-tabs-generic-mode-font-lock-defaults-1) | |
18055 (show-tabs-generic-mode-font-lock-defaults-2): | |
18056 Use renamed show-tabs faces. | |
18057 | |
18058 * smerge-mode.el (smerge-mine, smerge-other, smerge-base) | |
18059 (smerge-markers): Remove "-face" suffix from face names. | |
18060 (smerge-mine-face, smerge-other-face, smerge-base-face) | |
18061 (smerge-markers-face): | |
18062 New backward-compatibility aliases for renamed faces. | |
18063 (smerge-mine-face, smerge-other-face, smerge-base-face) | |
18064 (smerge-markers-face): Use renamed smerge faces. | |
18065 | |
18066 * log-view.el (log-view-file, log-view-message): Remove "-face" | |
18067 suffix from face names. | |
18068 (log-view-file-face, log-view-message-face): | |
18069 New backward-compatibility aliases for renamed faces. | |
18070 (log-view-file-face, log-view-message-face): Use renamed log-view | |
18071 faces. | |
18072 | |
18073 * paren.el (show-paren-match, show-paren-mismatch): | |
18074 Remove "-face" suffix from face names. | |
18075 (show-paren-match-face, show-paren-mismatch-face): | |
18076 New backward-compatibility aliases for renamed faces. | |
18077 (show-paren-function): Use renamed show-paren faces. | |
18078 | |
18079 * ruler-mode.el (ruler-mode-default, ruler-mode-pad) | |
18080 (ruler-mode-margins, ruler-mode-fringes) | |
18081 (ruler-mode-column-number, ruler-mode-fill-column) | |
18082 (ruler-mode-comment-column, ruler-mode-goal-column) | |
18083 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face" | |
18084 suffix from face names. | |
18085 (ruler-mode-default-face, ruler-mode-pad-face) | |
18086 (ruler-mode-margins-face, ruler-mode-fringes-face) | |
18087 (ruler-mode-column-number-face, ruler-mode-fill-column-face) | |
18088 (ruler-mode-comment-column-face, ruler-mode-goal-column-face) | |
18089 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): | |
18090 New backward-compatibility aliases for renamed faces. | |
18091 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes) | |
18092 (ruler-mode-column-number, ruler-mode-fill-column) | |
18093 (ruler-mode-comment-column, ruler-mode-goal-column) | |
18094 (ruler-mode-tab-stop, ruler-mode-current-column) | |
18095 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed | |
18096 faces. | |
18097 | |
18098 * whitespace.el (whitespace-highlight): Remove "-face" suffix from | |
18099 face name. | |
18100 (whitespace-highlight-the-space): Use renamed face. | |
18101 (whitespace-highlight-face): New backward-compatibility alias for | |
18102 renamed face. | |
18103 | |
18104 * woman.el (woman-italic, woman-bold, woman-unknown) | |
18105 (woman-addition, woman-symbol-face): | |
18106 Remove "-face" suffix from face names. | |
18107 (woman-italic-face, woman-bold-face, woman-unknown-face) | |
18108 (woman-addition-face): | |
18109 New backward-compatibility aliases for renamed faces. | |
18110 (woman-default-faces, woman-monochrome-faces, woman-man-buffer) | |
18111 (woman-decode-region, woman-replace-match) | |
18112 (woman-display-extended-fonts, woman-special-characters) | |
18113 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH): | |
18114 Use renamed woman faces. | |
18115 | |
18116 * longlines.el (longlines-visible-face): Face removed. | |
18117 | |
18118 * diff-mode.el (diff-header, diff-file-header, diff-index) | |
18119 (diff-hunk-header, diff-removed, diff-added, diff-changed) | |
18120 (diff-function, diff-context, diff-nonexistent): Remove "-face" | |
18121 suffix from face names. | |
18122 (diff-header-face, diff-file-header-face, diff-index-face) | |
18123 (diff-hunk-header-face, diff-removed-face, diff-added-face) | |
18124 (diff-changed-face, diff-function-face, diff-context-face) | |
18125 (diff-nonexistent-face): New backward-compatibility aliases for | |
18126 renamed faces. | |
18127 (diff-header-face, diff-file-header-face) | |
18128 (diff-index, diff-index-face, diff-hunk-header) | |
18129 (diff-hunk-header-face, diff-removed, diff-removed-face) | |
18130 (diff-added, diff-added-face, diff-changed-face, diff-function) | |
18131 (diff-function-face, diff-context-face, diff-nonexistent) | |
18132 (diff-nonexistent-face): Use renamed diff-mode faces. | |
18133 | |
18134 * progmodes/compile.el (compilation-warning-face) | |
18135 (compilation-info-face): Remove "-face" suffix from face names. | |
18136 (compilation-warning-face, compilation-info-face): | |
18137 New backward-compatibility aliases for renamed faces. | |
18138 (compilation-warning-face, compilation-info-face): | |
18139 Use renamed compilation faces. | |
18140 | |
18141 * add-log.el (change-log-date, change-log-name) | |
18142 (change-log-email, change-log-file, change-log-list) | |
18143 (change-log-conditionals, change-log-function) | |
18144 (change-log-acknowledgement): Remove "-face" suffix from face names. | |
18145 (change-log-date-face, change-log-name-face) | |
18146 (change-log-email-face, change-log-file-face) | |
18147 (change-log-list-face, change-log-conditionals-face) | |
18148 (change-log-function-face, change-log-acknowledgement-face): | |
18149 New backward-compatibility aliases for renamed faces. | |
18150 (change-log-font-lock-keywords): Use renamed change-log faces. | |
18151 | |
18152 * cus-edit.el (custom-invalid, custom-rogue, custom-modified) | |
18153 (custom-set, custom-changed, custom-saved, custom-button) | |
18154 (custom-button-pressed, custom-documentation, custom-state) | |
18155 (custom-comment, custom-comment-tag, custom-variable-tag) | |
18156 (custom-variable-button, custom-face-tag, custom-group-tag-1) | |
18157 (custom-group-tag): Remove "-face" suffix from face names. | |
18158 (custom-magic-alist, custom-magic-value-create) | |
18159 (custom-group-sample-face-get, custom-mode): Use renamed custom faces. | |
18160 (custom-invalid-face, custom-rogue-face, custom-modified-face) | |
18161 (custom-set-face, custom-changed-face, custom-saved-face) | |
18162 (custom-button-face, custom-button-pressed-face) | |
18163 (custom-documentation-face, custom-state-face) | |
18164 (custom-comment-face, custom-comment-tag-face) | |
18165 (custom-variable-tag-face, custom-variable-button-face) | |
18166 (custom-face-tag-face, custom-group-tag-face-1) | |
18167 (custom-group-tag-face): | |
18168 New backward-compatibility aliases for renamed faces. | |
18169 | |
18170 * wid-edit.el (widget-documentation, widget-button) | |
18171 (widget-field, widget-single-line-field, widget-inactive) | |
18172 (widget-button-pressed): "-face" suffix removed from face names. | |
18173 (widget-documentation-face, widget-button-face) | |
18174 (widget-field-face, widget-single-line-field-face) | |
18175 (widget-inactive-face, widget-button-pressed-face): | |
18176 New backward-compatibility aliases for renamed faces. | |
18177 (widget-documentation-face, widget-button-face) | |
18178 (widget-button-pressed-face, widget-specify-field) | |
18179 (widget-specify-inactive): Use renamed widget faces. | |
18180 | |
18181 2005-06-10 Kenichi Handa <handa@m17n.org> | |
18182 | |
18183 * term/x-win.el (x-clipboard-yank): Remove condition-case | |
18184 wrapping. | |
18185 | |
18186 2005-06-11 Kenichi Handa <handa@m17n.org> | |
18187 | |
18188 * add-log.el (change-log-font-lock-keywords): Make the regexp for | |
18189 date lines stricter. | |
18190 | |
18191 2005-06-10 Zhang Wei <id.brep@gmail.com> | |
18192 | |
18193 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead | |
18194 of x-get-selection. | |
18195 | |
18196 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | |
18197 | |
18198 * comint.el (comint-mode, comint-snapshot-last-prompt): | |
18199 * frame.el (frame-current-scroll-bars): | |
18200 * term.el (term-mode, term-check-proc, term-input-sender) | |
18201 (term-simple-send, term-extract-string, term-word) | |
18202 (term-match-partial-filename): | |
18203 * window.el (window-current-scroll-bars): | |
18204 * emulation/cua-base.el (cua-normal-cursor-color) | |
18205 (cua-read-only-cursor-color, cua-overwrite-cursor-color) | |
18206 (cua-global-mark-cursor-color): | |
18207 * mail/undigest.el (rmail-forward-separator-regex): | |
18208 Fix typos in docstrings. | |
18209 | |
18210 * comint.el (comint-check-proc, make-comint-in-buffer) | |
18211 (comint-source-default): Doc fixes. | |
18212 | |
18213 * term.el (term-send-string): Improve argument/docstring consistency. | |
18214 | |
18215 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> | |
18216 | |
18217 * comint.el (comint-send-input): Bind `inhibit-read-only' around | |
18218 call to `delete-region'. | |
18219 (comint-mode-hook): Do not enable Font Lock by default. | |
18220 | |
18221 2005-06-09 Lute Kamstra <lute@gnu.org> | |
18222 | |
18223 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode | |
18224 could be void. | |
18225 | |
18226 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
18227 | |
18228 * emacs-lisp/debug.el (debugger-will-be-back): New var. | |
18229 (debug): Use it. | |
18230 (debugger-step-through, debugger-continue, debugger-jump) | |
18231 (debugger-return-value): Set it when needed. | |
18232 (debugger-make-xrefs, debugger-frame, debugger-frame-clear): | |
18233 Use inhibit-read-only. | |
18234 | |
18235 2005-06-09 Juanma Barranquero <lekktu@gmail.com> | |
18236 | |
18237 * window.el (shrink-window-if-larger-than-buffer) | |
18238 (window-size-fixed): Fix typo in docstring. | |
18239 | |
18240 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the | |
18241 thumbnails directory on loading. | |
18242 (thumbs-conversion-program): Use `eq' to check the system type, | |
18243 not `equal'. | |
18244 (thumbs-temp-dir): Initialize to `temporary-file-directory', | |
18245 not "/tmp". Fix docstring. | |
18246 (thumbs-thumbsdir): New function to return the thumbnails | |
18247 directory, creating it if needed. | |
18248 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it. | |
18249 (thumbs-temp-file): Delete variable and make it into a function. | |
18250 (thumbs-resize-image, thumbs-modify-image): Use it. | |
18251 (thumbs-kill-buffer): Simplify. | |
18252 (thumbs-gensym): Defalias or duplicate CL `gensym'. | |
18253 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in | |
18254 docstrings. | |
18255 | |
18256 2005-06-09 Kim F. Storm <storm@cua.dk> | |
18257 | |
18258 * subr.el (save-match-data): Add RESEAT arg `evaporate' to | |
18259 set-match-data to free markers in match-data. | |
18260 | |
18261 * replace.el (replace-match-data): Pass RESEAT arg `t' to | |
18262 match-data to unchain markers in match-data. | |
18263 | |
18264 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
18265 | |
18266 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter | |
18267 the debugger immediately anyway. Undo the 2005-06-06 change, rendered | |
18268 unnecessary now. | |
18269 | |
18270 2005-06-08 Richard M. Stallman <rms@gnu.org> | |
18271 | |
18272 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty, | |
18273 give the variable a doc string that doesn't say don't set it directly. | |
18274 | |
18275 * textmodes/ispell.el (ispell-check-version): | |
18276 Use match-string-no-properties. | |
18277 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict) | |
18278 (ispell-buffer-local-words): Likewise. | |
18279 | |
18280 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op | |
18281 except on terminals with enough colors to really display it. | |
18282 (makefile-dependency-regex): Delete spurious `bb'. | |
18283 | |
18284 * faces.el (escape-glyph): Use blue once again in last case. | |
18285 (no-break-space): Redefine so that it isn't invisible on a tty. | |
18286 | |
18287 2005-06-08 Kim F. Storm <storm@cua.dk> | |
18288 | |
18289 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f | |
18290 also when reading directory name. | |
18291 | |
18292 2005-06-08 Lute Kamstra <lute@gnu.org> | |
18293 | |
18294 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode. | |
18295 (flyspell-mode-line-string): Remove autoload cookie. | |
18296 (flyspell-mode): Remove defvar. | |
18297 | |
18298 2005-06-07 Lute Kamstra <lute@gnu.org> | |
18299 | |
18300 * textmodes/org.el (org-run-mode-hooks): New function. | |
18301 (org-agenda-mode): Use it. | |
18302 | |
18303 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change) | |
18304 | |
18305 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property. | |
18306 | |
18307 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
18308 | |
18309 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP. | |
18310 | |
18311 2005-06-06 Luc Teirlinck <teirllm@auburn.edu> | |
18312 | |
18313 * font-lock.el (font-lock-add-keywords): Doc fix. | |
18314 | |
18315 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
18316 | |
18317 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage. | |
18318 (tex-compile-default): In the absence of any history, use the order in | |
18319 tex-compile-alist to choose the preferred command. | |
18320 (tex-compile-commands): Reorder a bit. | |
18321 | |
18322 * textmodes/flyspell.el (flyspell-auto-correct-binding) | |
18323 (flyspell-incorrect-face, flyspell-duplicate-face): | |
18324 Use (X)Emacs-agnostic code. | |
18325 (flyspell-mode-map): Don't overwrite at each load. Remove code | |
18326 redundant with the subsequent add-minor-mode. Merge Emacs and | |
18327 XEmacs code. | |
18328 (flyspell-word): Minor simplification. | |
18329 (flyspell-math-tex-command-p): Quieten the byte-compiler. | |
18330 (flyspell-external-point-words): Remove unused vars `size' and `start'. | |
18331 (flyspell-do-correct): Rename from flyspell-xemacs-correct. | |
18332 Merge the corresponding Emacs code. | |
18333 (flyspell-correct-word, flyspell-xemacs-popup): | |
18334 Use flyspell-do-correct. | |
18335 | |
18336 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in | |
18337 a dedicated window. | |
18338 | |
18339 * international/latexenc.el (latexenc-find-file-coding-system): | |
18340 Undo part of last patch, to turn off a compiler warning. | |
18341 | |
18342 2005-06-06 Juri Linkov <juri@jurta.org> | |
18343 | |
18344 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face): | |
18345 Rename `tmm-inactive-face' to `tmm-inactive'. | |
18346 | |
18347 2005-06-06 Matt Hodges <MPHodges@member.fsf.org> | |
18348 | |
18349 * iswitchb.el: Rename faces. | |
18350 | |
18351 2005-06-06 Kim F. Storm <storm@cua.dk> | |
18352 | |
18353 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect) | |
18354 (cua-global-mark): Remove -face suffix from face names. | |
18355 | |
18356 * emulation/cua-gmrk.el (cua--init-global-mark): | |
18357 Remove cua-global-mark face setup. | |
18358 | |
18359 2005-06-06 Richard M. Stallman <rms@gnu.org> | |
18360 | |
18361 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace | |
18362 just like other allowed characters. | |
18363 (makefile-match-dependency): Exclude leading and training whitespace | |
18364 from the range of regexp subexp 1. | |
18365 (makefile-macroassign-regex): Don't try to match the body, | |
18366 just the name of the macro being defined. | |
18367 | |
18368 * info.el (Info-read-node-name-2): New function. | |
18369 (Info-read-node-name-1): Use that. | |
18370 Add a completion-base-size-function property. | |
18371 | |
18372 * simple.el (completion-setup-function): Look for | |
18373 completion-base-size-function property of minibuffer-completion-table. | |
18374 | |
18375 * files.el (locate-file-completion): Doc fix. | |
18376 | |
18377 * printing.el: Don't call pr-update-menus; user must do that. | |
18378 | |
18379 * emacs-lisp/debug.el (debugger-window): New variable. | |
18380 (debug): Use debugger-window if it is set and still alive. | |
18381 Record debugger-window for next entry. | |
18382 | |
18383 * mail/supercite.el (sc-mail-glom-frame): Mark as risky. | |
18384 | |
18385 2005-06-06 Matthias F,Av(Brste <slashdevslashnull@gmx.net> | |
18386 | |
18387 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK. | |
18388 (hack-one-local-variable, hack-local-variables) | |
18389 (hack-local-variables-prop-line): Pass that arg. | |
18390 | |
18391 2005-06-06 Kim F. Storm <storm@cua.dk> | |
18392 | |
18393 * ido.el (ido-first-match, ido-only-match, ido-subdir) | |
18394 (ido-indicator): Remove -face suffix from face names. | |
18395 | |
18396 2005-06-06 Juri Linkov <juri@jurta.org> | |
18397 | |
18398 * font-lock.el (font-lock-regexp-backslash) | |
18399 (font-lock-regexp-backslash-construct): New faces. | |
18400 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only | |
18401 after `('. Add `while-no-input' to control structures. | |
18402 | |
18403 * faces.el (no-break-space, shadow): New faces. | |
18404 (escape-glyph): Use less loud colors pink2 and red4. | |
18405 | |
18406 * diff-mode.el (diff-context-face) | |
18407 * dired.el (dired-ignored) | |
18408 * rfn-eshadow.el (file-name-shadow) | |
18409 * tmm.el (tmm-inactive-face): Inherit from `shadow' face. | |
18410 | |
18411 * info.el (Info-title-1-face): Use green instead of yellow because | |
18412 bold yellow is not readable on light backgrounds. | |
18413 | |
18414 * progmodes/compile.el (compilation-start): Move `erase-buffer' up | |
18415 before selecting the desired mode to not spend time fontifying | |
18416 old contents. | |
18417 | |
18418 2005-06-06 Juanma Barranquero <lekktu@gmail.com> | |
18419 | |
18420 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step) | |
18421 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings. | |
18422 | |
18423 * ps-print.el (ps-default-fg, ps-default-bg): | |
18424 Fix typos in docstrings. | |
18425 | |
18426 * isearchb.el (isearchb): Don't pass a spurious second argument to | |
18427 `iswitchb-completions'. | |
18428 | |
18429 2005-06-05 Nick Roberts <nickrob@snap.net.nz> | |
18430 | |
18431 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point | |
18432 to preserve point. | |
18433 (gdb-find-file-hook): Add doc string. | |
18434 | |
18435 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate | |
18436 C dereferenced pointer expression. | |
18437 (gud-tool-bar-map): Put it on the tool bar. Re-order icons. | |
18438 | |
18439 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files. | |
18440 | |
18441 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm | |
18442 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm | |
18443 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm | |
18444 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm | |
18445 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm: | |
18446 Make background transparent. | |
18447 | |
18448 2005-06-04 Luc Teirlinck <teirllm@auburn.edu> | |
18449 | |
18450 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change. | |
18451 (font-lock-remove-keywords): Doc fix. | |
18452 (font-lock-mode-major-mode): Compiler defvar. | |
18453 (font-lock-set-defaults): Use `font-lock-mode-major-mode'. | |
18454 | |
18455 * font-core.el (font-lock-mode-major-mode): Compiler defvar. | |
18456 (font-lock-mode): Update `font-lock-mode-major-mode'. | |
18457 (font-lock-set-defaults): Compiler defvar. | |
18458 (font-lock-default-function): Take `font-lock-mode-major-mode' | |
18459 into account. | |
18460 | |
18461 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it | |
18462 keep track of which major mode it enabled the minor mode for. | |
18463 Use find-file-hook again. Update docstring. | |
18464 | |
18465 * simple.el (eval-expression-print-level) | |
18466 (eval-expression-print-length, eval-expression-debug-on-error): | |
18467 Doc fixes. | |
18468 | |
18469 2005-06-04 Matt Hodges <MPHodges@member.fsf.org> | |
18470 | |
18471 * iswitchb.el (iswitchb-single-match-face) | |
18472 (iswitchb-current-match-face, iswitchb-virtual-matches-face) | |
18473 (iswitchb-invalid-regexp-face): New faces. | |
18474 (iswitchb-completions): Use them. | |
18475 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is | |
18476 now marked as an obsolete alias. | |
18477 (iswitchb-read-buffer): Remove check for bound font variables. | |
18478 (iswitchb-invalid-regexp): New free variable. | |
18479 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and | |
18480 set iswitchb-invalid-regexp. | |
18481 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with | |
18482 invalid regexps. | |
18483 (iswitchb-completions): Add check for complete match when entering | |
18484 a regexp. | |
18485 (iswitchb-completions): Remove require-match argument. | |
18486 (iswitchb-exhibit): Fix caller. | |
18487 (iswitchb-common-match-inserted): New variable. | |
18488 (iswitchb-complete, iswitchb-completion-help): Use it. | |
18489 | |
18490 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change) | |
18491 | |
18492 * url-http.el (url-http-chunked-encoding-after-change-function): | |
18493 Use `url-http-debug' instead of `message'. | |
18494 | |
18495 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change) | |
18496 | |
18497 * url-http.el (url-http-parse-headers): Pass redirected URL as a | |
18498 callback argument. | |
18499 | |
18500 2005-06-04 Kim F. Storm <storm@cua.dk> | |
18501 | |
18502 * simple.el (line-move): Only call sit-for when moving backwards. | |
18503 | |
18504 * ido.el (ido-make-merged-file-list-1): New defun split from | |
18505 ido-make-merged-file-list. | |
18506 (ido-make-merged-file-list): Bind throw-on-input around call to | |
18507 ido-make-merged-file-list-1. Return input-pending-p if | |
18508 interrupted by more input available. | |
18509 (ido-read-internal): Handle input-pending-p return value from | |
18510 ido-make-merged-file-list. | |
18511 | |
18512 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
18513 | |
18514 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly | |
18515 compatibility code. | |
18516 | |
18517 * international/latexenc.el (latexenc-find-file-coding-system): | |
18518 Don't inherit the EOL part of the coding-system from the | |
18519 tex-main buffer. Fit within 80 columns. | |
18520 | |
18521 2005-06-03 Matt Hodges <MPHodges@member.fsf.org> | |
18522 | |
18523 * tmm.el (tmm-inactive-face): New face. | |
18524 (tmm-remove-inactive-mouse-face): New function. | |
18525 (tmm-prompt, tmm-add-one-shortcut) | |
18526 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible | |
18527 but not selectable. | |
18528 | |
18529 2005-06-03 Juanma Barranquero <lekktu@gmail.com> | |
18530 | |
18531 * faces.el (face-equal): Improve argument/docstring consistency. | |
18532 | |
18533 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org> | |
18534 | |
18535 * progmodes/make-mode.el (makefile-targets-face) | |
18536 (makefile-shell-face, makefile-makepp-perl-face): Add :version. | |
18537 (makefile-bsdmake-dependency-regex) | |
18538 (makefile-makepp-rule-action-regex) | |
18539 (makefile-bsdmake-rule-action-regex): New constants. | |
18540 (makefile-makepp-mode, makefile-bsdmake-mode): Use them. | |
18541 | |
18542 * progmodes/compile.el (compilation-error-regexp-alist-alist): | |
18543 Allow (...) within `...' for makepp messages. | |
18544 | |
18545 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu> | |
18546 | |
18547 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions. | |
18548 | |
18549 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and | |
18550 "." files are deleted from all file lists before comparison. | |
18551 | |
18552 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key) | |
18553 (viper-ESC-key): Made them customizable. | |
18554 | |
18555 * viper.el (viper-non-hook-settings): Fix the names of defadvices. | |
18556 | |
18557 2005-06-01 Luc Teirlinck <teirllm@auburn.edu> | |
18558 | |
18559 * autorevert.el (auto-revert-buffers): Use save-match-data. | |
18560 | |
18561 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
18562 | |
18563 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find | |
18564 menu items with a nil command binding. | |
18565 | |
18566 2005-06-01 Juanma Barranquero <lekktu@gmail.com> | |
18567 | |
18568 * emacs-lisp/cl-macs.el (defsetf): | |
18569 Improve argument/docstring consistency. | |
18570 | |
18571 * faces.el (list-faces-display): Improve the formatting by | |
18572 computing the maximum length required for any face-name (reworked | |
18573 patch of 1999-01-11, accidentally deleted on 1999-07-21). | |
18574 (internal-find-face): Remove redundant info in docstring. | |
18575 | |
18576 2005-06-01 Nick Roberts <nickrob@snap.net.nz> | |
18577 | |
18578 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1) | |
18579 (gdb-info-breakpoints-custom, gdb-delete-breakpoint) | |
18580 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location) | |
18581 (gdb-assembler-custom): Improve regexps. | |
18582 (def-gdb-auto-update-handler): Use window point to preserve point. | |
18583 | |
18584 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
18585 | |
18586 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local. | |
18587 | |
18588 2005-05-31 Jay Belanger <belanger@truman.edu> | |
18589 | |
18590 * calc/calc-embed.el (calc-embedded-word): Change argument passed | |
18591 to calc-embedded. | |
18592 (calc-embedded-make-info): Have plain prefix argument select | |
18593 entire line. | |
18594 | |
18595 2005-05-31 Juanma Barranquero <lekktu@gmail.com> | |
18596 | |
18597 * faces.el (list-faces-display): Signal error if passed a regexp | |
18598 that matches no face name. | |
18599 | |
18600 * simple.el (filter-buffer-substring): Fix typo in docstring. | |
18601 | |
18602 2005-05-31 Richard M. Stallman <rms@gnu.org> | |
18603 | |
18604 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE. | |
18605 (vhdl-emacs-21): Doc fix. | |
18606 (vhdl-mode): Unconditionally set comment-padding. | |
18607 (vhdl-fixup-whitespace-region): Insert spaces only where | |
18608 there are none. | |
18609 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal. | |
18610 | |
18611 2005-05-30 John Wiegley <johnw@newartisans.com> | |
18612 | |
18613 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el | |
18614 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el | |
18615 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of | |
18616 `directory-sep-char' to ?/, and all uses of `string-to-int' to | |
18617 `string-to-number'. | |
18618 | |
18619 2005-05-30 Jay Belanger <belanger@truman.edu> | |
18620 | |
18621 * calc/calc.el (calc-bug-address): Fix docstring. | |
18622 (calc-window-hook, calc-trail-window-hook): New variables. | |
18623 (calc-trail-display): Restore use of calc-trail-window-hook. | |
18624 (calc): Restore use of calc-window-hook. | |
18625 | |
18626 2005-05-31 Masatake YAMATO <jet@gyve.org> | |
18627 | |
18628 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines. | |
18629 | |
18630 * help-fns.el (help-C-file-name): Add autoload mark for | |
18631 `find-function-noselect'. | |
18632 | |
18633 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | |
18634 | |
18635 * textmodes/tex-mode.el (tex-compile-commands, tex-compile) | |
18636 (tex-start-tex): Undo all but the last part of the 2005-05-28 change. | |
18637 | |
18638 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk> | |
18639 | |
18640 * calendar/diary-lib.el (mark-included-diary-files): Only kill | |
18641 included diary buffer if it was not already being visited. | |
18642 Reported by Stephen Berman <Stephen.Berman@gmx.net>. | |
18643 | |
18644 * calendar/icalendar.el (top-level): Do not require appt. | |
18645 | |
18646 * mail/supercite.el (sc-select-attribution): Only use a list | |
18647 element from sc-attrib-selection-list if it returns a string. | |
18648 Reported by Davide G. M. Salvetti <salve@debian.org>. | |
18649 | |
18650 2005-05-30 Juanma Barranquero <lekktu@gmail.com> | |
18651 | |
18652 * thumbs.el (thumbs-thumbname): The resulting thumbname now | |
18653 includes a hash value to improve its uniqueness, and has a ".jpg" | |
18654 extension. Also, it is now a valid filename on all systems. | |
18655 (thumbs-make-thumb): Use `let', not `let*'. | |
18656 (thumbs-show-thumbs-list): Check for JPEG availability. | |
18657 | |
18658 2005-05-30 Richard M. Stallman <rms@gnu.org> | |
18659 | |
18660 * filesets.el (filesets-menu-ensure-use-cached): | |
18661 Prevent warning when emacs-version>= is undefined. | |
18662 | |
18663 * printing.el (pr-interactive-n-up): Use string-to-number. | |
18664 | |
18665 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer. | |
18666 | |
18667 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): | |
18668 Warn only when name to be defined is quoted. | |
18669 | |
18670 2005-05-30 Nick Roberts <nickrob@snap.net.nz> | |
18671 | |
18672 * progmodes/gdb-ui.el (gdb-toggle-breakpoint): | |
18673 Make regexp more robust. | |
18674 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer): | |
18675 Force regeneration of disassembly. | |
18676 | |
18677 2005-05-29 Jay Belanger <belanger@truman.edu> | |
18678 | |
18679 * calc/calc.el (calc-user-invocation): Check if | |
18680 calc-invocation-macro is non-nil. | |
18681 | |
18682 2005-05-29 Juri Linkov <juri@jurta.org> | |
18683 | |
18684 * add-log.el (change-log-font-lock-keywords): | |
18685 Add `+' to e-mail regexp to accept mail address with keywords. | |
18686 | |
18687 * man.el (Man-name-regexp): Add `:' to accept qualified names. | |
18688 | |
18689 2005-05-29 Luc Teirlinck <teirllm@auburn.edu> | |
18690 | |
18691 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks. | |
18692 | |
18693 * ielm.el (inferior-emacs-lisp-mode): Ditto. | |
18694 | |
18695 2005-05-29 Richard M. Stallman <rms@gnu.org> | |
18696 | |
18697 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): | |
18698 Undo the change that moves to end of the current word. | |
18699 | |
18700 2005-05-29 Nick Roberts <nickrob@snap.net.nz> | |
18701 | |
18702 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count): | |
18703 Throw error when count <= 0 to ensure input is a number. | |
18704 (gdb-read-memory-custom): Pick up address from buffer. | |
18705 (gdb-memory-mode): Allow user to increment and decrement | |
18706 memory address from header line. | |
18707 | |
18708 2005-05-29 Richard M. Stallman <rms@gnu.org> | |
18709 | |
18710 * flyspell.el (flyspell-version): Function deleted. | |
18711 (flyspell-auto-correct-previous-hook): Doc fix. | |
18712 | |
18713 * jit-lock.el (jit-lock-function, jit-lock-after-change): | |
18714 Do nothing if memory is full. | |
18715 | |
18716 * font-lock.el (font-lock-fontify-syntactically-region): | |
18717 Pass t for GREEDY to looking-back. | |
18718 | |
18719 * saveplace.el (save-place-alist-to-file): Write the file | |
18720 using write-region. | |
18721 | |
18722 * subr.el (looking-back): New argument GREEDY. | |
18723 | |
18724 * progmodes/compile.el (compilation-start): Set the mode | |
18725 before inserting the initial text. | |
18726 | |
18727 * progmodes/which-func.el (which-func-update-1): Turn the mode | |
18728 off in case of error by setting which-func-mode. | |
18729 | |
18730 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change) | |
18731 | |
18732 * flyspell.el (flyspell-auto-correct-previous-word): | |
18733 Narrow down to what's on the screen, and recenter overlays | |
18734 at the end of the next word. | |
18735 | |
18736 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr> | |
18737 | |
18738 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up. | |
18739 (flyspell-default-delayed-commands): Add backward-delete-char-untabify. | |
18740 (flyspell-abbrev-p): Default to nil. | |
18741 (flyspell-use-global-abbrev-table-p): Doc fix. | |
18742 (flyspell-large-region): Allow nil as value. | |
18743 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables. | |
18744 | |
18745 (mail-mode-flyspell-verify): More robust handling | |
18746 of `mail-header-separator'. More efficient signature detection. | |
18747 Allow for regexp metacharacters in message-header-separator. | |
18748 Adding `To' not to be checked in mail-mode-flyspell-verify. | |
18749 | |
18750 (flyspell-prog-mode): Run flyspell-prog-mode-hook. | |
18751 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab. | |
18752 Bind flyspell-auto-correct-binding. | |
18753 Bind C-. and C-, . | |
18754 (flyspell-mode-map): Likewise. | |
18755 (flyspell-mode): Doc fix. | |
18756 (flyspell-accept-buffer-local-defs): Preserve current buffer. | |
18757 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map. | |
18758 (flyspell-word-cache-result): New var, always local. | |
18759 (flyspell-check-pre-word-p): Doc fix. | |
18760 (flyspell-check-changed-word-p): Handle spc like newline. | |
18761 (flyspell-post-command-hook): Set flyspell-word-cache-result. | |
18762 (flyspell-word-search-backward, flyspell-word-search-forward): | |
18763 New functions. | |
18764 (flyspell-word): Return t if nothing to check. | |
18765 When parsing TeX code, check for after } or \. | |
18766 Use flyspell-word-search-backward to find previous word. | |
18767 Return nil if duplicated word. | |
18768 For word already checked, return same value as last time. | |
18769 Set flyspell-word-cache-result after checking. | |
18770 Don't clobber the return value. | |
18771 (flyspell-get-word): Major rewrite. | |
18772 (flyspell-external-point-words): New locals pword, pcount. | |
18773 Fix size used in progress message. | |
18774 Find the proper corresponding word in flyspell-large-region-buffer. | |
18775 (flyspell-region): Check for flyspell-large-region = nil. | |
18776 (flyspell-highlight-incorrect-region): Clean up overlays in region. | |
18777 (flyspell-auto-correct-word): Check that WORD is a cons. | |
18778 (flyspell-correct-word): Likewise. | |
18779 | |
18780 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org> | |
18781 | |
18782 * progmodes/make-mode.el (makefile-rule-action-regex) | |
18783 (makefile-macroassign-regex, makefile-makepp-mode) | |
18784 (makefile-bsdmake-mode): Continuation lines may be empty. | |
18785 Reported by Joshua Varner. | |
18786 (makefile-makepp-font-lock-keywords): Add $(stem). | |
18787 | |
18788 2005-05-28 Karl Berry <karl@gnu.org> | |
18789 | |
18790 * textmodes/tex-mode.el: Now that tex-send-command calls | |
18791 shell-quote-argument (2005-03-31 change), remove all calls to | |
18792 shell-quote-argument; they all end up invoking tex-send-command. | |
18793 The double quoting loses on filenames with non-safe characters, | |
18794 such as "@". Reported by Frederik Fouvry. | |
18795 | |
18796 2005-05-29 Nick Roberts <nickrob@snap.net.nz> | |
18797 | |
18798 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful | |
18799 about preserving point. | |
18800 | |
18801 2005-05-27 Jay Belanger <belanger@truman.edu> | |
18802 | |
18803 * calc/calc-misc.el (calc-info-goto-node): Use info instead of | |
18804 Info-goto-node. | |
18805 | |
18806 * calc/calc-embed.el (calc-embed-arg): New variable. | |
18807 (calc-do-embedded-activate, calc-embedded-activate-formula) | |
18808 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared | |
18809 variable by new variable. | |
18810 (calc-embedded-make-info): Replace undeclared variable by new | |
18811 variable. When selecting region with positive prefix | |
18812 argument, use end of previous line instead of beginning of line. | |
18813 | |
18814 * calc/calc-aent.el (calc-arg-values): Declare it. | |
18815 | |
18816 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map): | |
18817 Declare them. | |
18818 | |
18819 * calc/calc-stuff.el (math-decls-cache-tag): Declare it. | |
18820 | |
18821 * calc/calc.el (calc-alg-map): Declare it. | |
18822 | |
18823 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them. | |
18824 | |
18825 2005-05-28 Nick Roberts <nickrob@snap.net.nz> | |
18826 | |
18827 * progmodes/gdb-ui.el (gdb-all-registers): New variable. | |
18828 (gdb-registers-buffer, toggle-gdb-all-registers): | |
18829 Toggle display of floating point registers. | |
18830 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers. | |
18831 | |
18832 * progmodes/gud.el (gud-goto-info): Use info. Don't use require. | |
18833 (toggle-gud-tooltip-dereference): | |
18834 Rename from gud-toggle-tooltip-dereference. | |
18835 | |
18836 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
18837 | |
18838 * info.el (Info-goto-node): Revert autoload addition (2004-06-12). | |
18839 | |
18840 2005-05-27 Jay Belanger <belanger@truman.edu> | |
18841 | |
18842 * calc/calc-prog.el (calc-kbd-report): Remove. | |
18843 (calc-kbd-query): Rewrite. | |
18844 | |
18845 2005-05-27 Juanma Barranquero <lekktu@gmail.com> | |
18846 | |
18847 * image.el (image-library-alist): Move to image.c. | |
18848 (image-type-available-p): Doc fix. | |
18849 | |
18850 2005-05-27 Lute Kamstra <lute@gnu.org> | |
18851 | |
18852 * calc/calc.el (calc): | |
18853 * outline.el (outline-1, outline-2, outline-3, outline-4) | |
18854 (outline-5, outline-6, outline-7, outline-8): | |
18855 * textmodes/dns-mode.el (dns-mode): | |
18856 * textmodes/sgml-mode.el (sgml-namespace-face): | |
18857 * textmodes/tex-mode.el (superscript, subscript, tex-math-face) | |
18858 (tex-verbatim-face, tex-use-reftex): | |
18859 * textmodes/texinfo.el (texinfo-heading-face): | |
18860 Specify customization group. | |
18861 | |
18862 * longlines.el: Don't require easy-mmode. | |
18863 (longlines-visible-face): Specify customization group. | |
18864 | |
18865 2005-05-27 Kenichi Handa <handa@m17n.org> | |
18866 | |
18867 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the | |
18868 encoding table of windows-1251. | |
18869 | |
18870 * international/ucs-tables.el (ucs-set-table-for-input): | |
18871 If translation-table-for-input of a coding system is a symbol, get | |
18872 its translation-table property. | |
18873 | |
18874 * international/code-pages.el: Don't register a coding system into | |
18875 non-iso-charset-alist more than once. | |
18876 (cp-make-coding-system): Likewise. | |
18877 | |
18878 2005-05-26 John Wiegley <johnw@newartisans.com> | |
18879 | |
18880 * eshell/esh-cmd.el (eshell-eval-command): If the return value of | |
18881 `eshell-resume-eval' is wrapped in a list, it indicates that the | |
18882 command was run asynchronously. In that case, unwrap the value | |
18883 before checking the delimiter value. | |
18884 | |
18885 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the | |
18886 character before a space at the end of a line is \, assume the space | |
18887 is part of the last argument rather than a final argument separator. | |
18888 | |
18889 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand' | |
18890 is in use, and the target is `t' or `nil' (which are the most common | |
18891 values), don't assume that the symbol target is a buffer. | |
18892 | |
18893 2005-05-26 Luc Teirlinck <teirllm@auburn.edu> | |
18894 | |
18895 * calendar/calendar.el (calendar-mode-line-format): | |
18896 Use mode-line-highlight as mouse-face. | |
18897 | |
18898 * time.el (display-time-string-forms, display-time-update): | |
18899 Use mode-line-highlight as mouse-face. | |
18900 | |
18901 2005-05-26 Jay Belanger <belanger@truman.edu> | |
18902 | |
18903 * calc/calc.el (calc-language-alist): Remove extra defvar. | |
18904 | |
18905 2005-05-26 Lute Kamstra <lute@gnu.org> | |
18906 | |
18907 * arc-mode.el (archive-mode): | |
18908 * bookmark.el (bookmark-read-annotation-mode) | |
18909 (bookmark-edit-annotation-mode, bookmark-bmenu-mode): | |
18910 * bs.el (bs-mode): | |
18911 * calc/calc-yank.el (calc-edit-mode): | |
18912 * calc/calc.el (calc-mode, calc-trail-mode): | |
18913 * calculator.el (calculator-mode): | |
18914 * chistory.el (command-history-mode): | |
18915 * comint.el: | |
18916 * cus-edit.el (custom-mode): | |
18917 * descr-text.el (describe-text-mode): | |
18918 * ebuff-menu.el (Electric-buffer-menu-mode): | |
18919 * ediff-util.el (ediff-mode): | |
18920 * emacs-lisp/re-builder.el (reb-mode): | |
18921 * emulation/vi.el (vi-mode-setup): | |
18922 * emulation/ws-mode.el (wordstar-mode): | |
18923 * eshell/esh-mode.el (eshell-mode): | |
18924 * forms.el (forms-mode): | |
18925 * help-mode.el (help-mode): | |
18926 * hexl.el (hexl-mode): | |
18927 * ibuffer.el (ibuffer-mode): | |
18928 * ielm.el (inferior-emacs-lisp-mode): | |
18929 * info.el (Info-mode, Info-edit-mode): | |
18930 * international/swedish.el: | |
18931 * ledit.el (ledit-from-lisp-mode): | |
18932 * locate.el (locate-mode): | |
18933 * mail/rmail.el (rmail-mode): | |
18934 * mail/rmailedit.el (rmail-edit-mode): | |
18935 * mail/rmailsum.el (rmail-summary-mode): | |
18936 * mail/supercite.el (sc-electric-mode): | |
18937 * net/eudc.el (eudc-mode): | |
18938 * net/quickurl.el (quickurl-list-mode): | |
18939 * net/snmp-mode.el (snmp-mode, snmpv2-mode): | |
18940 * obsolete/ooutline.el (outline-mode): | |
18941 * obsolete/options.el (Edit-options-mode): | |
18942 * obsolete/rnews.el (news-mode): | |
18943 * obsolete/rnewspost.el (news-reply-mode): | |
18944 * play/5x5.el (5x5-mode): | |
18945 * play/decipher.el (decipher-mode, decipher-stats-mode): | |
18946 * play/gomoku.el (gomoku-mode): | |
18947 * play/snake.el (snake-mode): | |
18948 * play/solitaire.el (solitaire-mode): | |
18949 * play/tetris.el (tetris-mode): | |
18950 * progmodes/ada-mode.el (ada-mode): | |
18951 * progmodes/antlr-mode.el (antlr-mode): | |
18952 * progmodes/autoconf.el (autoconf-mode): | |
18953 * progmodes/dcl-mode.el (dcl-mode): | |
18954 * progmodes/delphi.el (delphi-mode): | |
18955 * progmodes/ebrowse.el (ebrowse-tree-mode) | |
18956 (ebrowse-electric-list-mode, ebrowse-member-mode) | |
18957 (ebrowse-electric-position-mode): | |
18958 * progmodes/f90.el (f90-mode): | |
18959 * progmodes/fortran.el (fortran-mode): | |
18960 * progmodes/icon.el (icon-mode): | |
18961 * progmodes/idlw-help.el (idlwave-help-mode): | |
18962 * progmodes/idlw-shell.el (idlwave-shell-mode): | |
18963 * progmodes/idlwave.el (idlwave-mode): | |
18964 * progmodes/inf-lisp.el (inferior-lisp-mode): | |
18965 * progmodes/m4-mode.el (m4-mode): | |
18966 * progmodes/meta-mode.el (metafont-mode, metapost-mode): | |
18967 * progmodes/modula2.el (modula-2-mode): | |
18968 * progmodes/octave-inf.el (inferior-octave-mode): | |
18969 * progmodes/octave-mod.el (octave-mode): | |
18970 * progmodes/pascal.el (pascal-mode): | |
18971 * progmodes/sh-script.el (sh-mode): | |
18972 * progmodes/sql.el (sql-mode, sql-interactive-mode): | |
18973 * progmodes/vhdl-mode.el (vhdl-mode): | |
18974 * progmodes/xscheme.el (scheme-interaction-mode): | |
18975 * replace.el (occur-mode): | |
18976 * ses.el (ses-mode): | |
18977 * simple.el (completion-list-mode): | |
18978 * skeleton.el: | |
18979 * speedbar.el (speedbar-mode): | |
18980 * term.el (term-mode): | |
18981 * terminal.el (terminal-edit-mode): | |
18982 * textmodes/reftex-index.el (reftex-index-mode) | |
18983 (reftex-index-phrases-mode): | |
18984 * textmodes/reftex-sel.el (reftex-select-label-mode) | |
18985 (reftex-select-bib-mode): | |
18986 * textmodes/reftex-toc.el (reftex-toc-mode): | |
18987 * wdired.el (wdired-change-to-wdired-mode): | |
18988 * wid-browse.el (widget-browse-mode): | |
18989 Use run-mode-hooks. | |
18990 | |
18991 * array.el (array-mode): | |
18992 * calendar/todo-mode.el (todo-mode): | |
18993 * man.el (Man-mode): | |
18994 * play/landmark.el (lm-mode): | |
18995 * play/mpuz.el (mpuz-mode): | |
18996 Use kill-all-local-variables and run-mode-hooks. | |
18997 | |
18998 * subr.el (delay-mode-hooks): Specify indentation. | |
18999 | |
19000 2005-05-26 Mark A. Hershberger <mah@everybody.org> | |
19001 | |
19002 * xml.el (xml-substitute-special): Don't die for undefined xml | |
19003 entities. | |
19004 | |
19005 2005-05-26 Jay Belanger <belanger@truman.edu> | |
19006 | |
19007 * calc/calc-prog.el (calc-user-define-edit): Don't find substring | |
19008 of nil. | |
19009 | |
19010 2005-05-27 Nick Roberts <nickrob@snap.net.nz> | |
19011 | |
19012 * progmodes/gdb-ui.el (gdb-frame-address): | |
19013 Rename from gdb-current-address. | |
19014 (gdb-previous-frame-address): Rename from gdb-previous-address. | |
19015 (gdb-selected-frame): Rename from gdb-current-frame. | |
19016 (gdb-get-selected-frame): Rename from gdb-get-current-frame. | |
19017 (gdb-frame-number): Rename from gdb-current-stack-level. | |
19018 (gdb-ann3): Match new mode-name for disassembly buffer. | |
19019 Extend initialization of variables. | |
19020 (gdb-post-prompt): Update disassembly from gdb-frame-handler. | |
19021 (gdb-memory-mode): Use mouse-face in header line. | |
19022 (gdb-assembler-buffer-name): Call it disassembly and give frame | |
19023 in mode line. | |
19024 (gdb-source-spec-regexp, gdb-assembler-custom) | |
19025 (gdb-invalidate-assembler, gdb-frame-handler): | |
19026 Make robust to leading zeroes in address format. | |
19027 | |
19028 2005-05-26 Carsten Dominik <dominik@science.uva.nl> | |
19029 | |
19030 * textmodes/org.el (org-mode): Use `define-derived-mode' to | |
19031 define `org-mode'. | |
19032 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'. | |
19033 | |
19034 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
19035 | |
19036 * log-edit.el (log-edit-changelog-entries): Distinguish between | |
19037 filenames like xfns.c and fns.c. | |
19038 | |
19039 2005-05-25 Luc Teirlinck <teirllm@auburn.edu> | |
19040 | |
19041 * buff-menu.el (Buffer-menu-revert-function): Improve handling of | |
19042 point after reverting. | |
19043 (Buffer-menu-make-sort-button): Handle the case where | |
19044 `Buffer-menu-use-header-line' is nil. | |
19045 | |
19046 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org> | |
19047 | |
19048 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon): | |
19049 New funcs. In minibuffer-local-completion-map bind `]', `/' | |
19050 and `:' to them. | |
19051 | |
19052 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
19053 | |
19054 * startup.el (normal-top-level): Allow modification of load-path while | |
19055 we're iterating over it. | |
19056 | |
19057 2005-05-25 Juanma Barranquero <lekktu@gmail.com> | |
19058 | |
19059 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file) | |
19060 (thumbs-cleanup-thumbsdir, thumbs-call-convert) | |
19061 (thumbs-resize-interactive, thumbs-insert-image) | |
19062 (thumbs-insert-thumb, thumbs-dired-show-marked) | |
19063 (thumbs-find-image-at-point, thumbs-delete-images) | |
19064 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot) | |
19065 (thumbs-increment-image-size, thumbs-decrement-image-size): | |
19066 Fix typos in docstrings. | |
19067 | |
19068 2005-05-24 Andre Spiegel <spiegel@gnu.org> | |
19069 | |
19070 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete. | |
19071 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options. | |
19072 (cperl-mode): Use them. | |
19073 | |
19074 2005-05-24 Juanma Barranquero <lekktu@gmail.com> | |
19075 | |
19076 * window.el (quit-window, shrink-window-if-larger-than-buffer): | |
19077 Doc fixes. | |
19078 | |
19079 2005-05-24 Nick Roberts <nickrob@snap.net.nz> | |
19080 | |
19081 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map): | |
19082 Bind C-d to gdb-inferior-io-eof. | |
19083 | |
19084 * dired.el (dired-dnd-popup-notice): Use message-box. | |
19085 | |
19086 2005-05-23 Masatake YAMATO <jet@gyve.org> | |
19087 | |
19088 * bindings.el (mode-line-major-mode-keymap): | |
19089 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'. | |
19090 | |
19091 * faces.el (mode-line-highlight): New face. | |
19092 | |
19093 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight | |
19094 as mouse-face. | |
19095 | |
19096 * bindings.el (top-level, help-echo, mode-line-modified) | |
19097 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight | |
19098 as mouse-face. | |
19099 | |
19100 2005-05-23 Juanma Barranquero <lekktu@gmail.com> | |
19101 | |
19102 * progmodes/cc-engine.el (c-guess-basic-syntax): | |
19103 Remove spurious call to `zerop'. | |
19104 | |
19105 * emacs-lisp/cl.el (acons, pairlis): Add docstring. | |
19106 | |
19107 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org> | |
19108 | |
19109 CC Mode update to 5.30.10: | |
19110 | |
19111 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point | |
19112 could go past the limit in decoration level 2, thereby causing | |
19113 errors during interactive fontification. | |
19114 | |
19115 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when | |
19116 the file is evaluated interactively. | |
19117 | |
19118 * cc-engine.el (c-guess-basic-syntax): Handle operator | |
19119 declarations somewhat better in C++. | |
19120 | |
19121 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to | |
19122 make use of `run-mode-hooks' which has been added in Emacs 21.1. | |
19123 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode) | |
19124 (awk-mode): Use it. | |
19125 (make-local-hook): Suppress warning about obsoleteness. | |
19126 | |
19127 * cc-engine.el, cc-align.el, cc-cmds.el | |
19128 (c-append-backslashes-forward, c-delete-backslashes-forward) | |
19129 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks): | |
19130 Compensate for return value from `forward-line' when it has moved | |
19131 but not to a different line due to eob. | |
19132 | |
19133 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in | |
19134 `objc-method-intro' and `objc-method-args-cont'. | |
19135 | |
19136 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org> | |
19137 | |
19138 CC Mode update to 5.30.10: | |
19139 | |
19140 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address | |
19141 in the copyright statement. Incidentally, change "along with GNU | |
19142 Emacs" to "along with this program" where it occurs. | |
19143 | |
19144 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload, | |
19145 so that it is interactive, hence can be found by M-x awk-mode | |
19146 whilst cc-mode is yet to be loaded. Reported by Glenn Morris | |
19147 <gmorris+emacs@ast.cam.ac.uk>. | |
19148 | |
19149 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK | |
19150 Mode's regexps. | |
19151 | |
19152 2005-05-23 Kevin Ryde <user42@zip.com.au> | |
19153 | |
19154 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from | |
19155 c-parse-state, to avoid a lisp error (on bad code). | |
19156 | |
19157 2005-05-23 Lute Kamstra <lute@gnu.org> | |
19158 | |
19159 * subr.el (font-lock-defaults): Remove defvar as it's already | |
19160 defined in font-core.el. | |
19161 | |
19162 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring. | |
19163 | |
19164 2005-05-23 Nick Roberts <nickrob@snap.net.nz> | |
19165 | |
19166 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps | |
19167 more general and work when GDB variable "print pretty" is on, | |
19168 as with Emacs, for example. | |
19169 | |
19170 2005-05-22 Luc Teirlinck <teirllm@auburn.edu> | |
19171 | |
19172 * font-core.el: Update comment. | |
19173 | |
19174 * emacs-lisp/easy-mmode.el (define-global-minor-mode): | |
19175 Use `after-change-major-mode-hook' instead of `find-file-hook'. | |
19176 | |
19177 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'. | |
19178 | |
19179 2005-05-22 Eli Zaretskii <eliz@gnu.org> | |
19180 | |
19181 * simple.el (yank, yank-pop): Mention `yank-excluded-properties' | |
19182 and `yank-handler' in the doc strings. | |
19183 | |
19184 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
19185 | |
19186 * emacs-lisp/cl.el (eql): Remove. It's a builtin already. | |
19187 | |
19188 2005-05-22 Richard M. Stallman <rms@gnu.org> | |
19189 | |
19190 * help.el (describe-key): Move print-help-return-message call | |
19191 out of conditional. | |
19192 | |
19193 * progmodes/etags.el (list-tags): Use with-no-warnings. | |
19194 | |
19195 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings. | |
19196 (smtpmail-send-queued-mail): Avoid beginning-of-buffer. | |
19197 (starttls-extra-args, starttls-extra-arguments): Add defvars. | |
19198 | |
19199 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer. | |
19200 | |
19201 * language/viet-util.el (viet-viscii-nonascii-translation-table): | |
19202 Add defvar. | |
19203 | |
19204 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf): | |
19205 Use defvar, not defconst. | |
19206 | |
19207 * hexl.el (hexl-follow-line): Use with-no-warnings. | |
19208 | |
19209 * emulation/tpu-extras.el: Use write-file-functions instead of | |
19210 write-file-hooks. | |
19211 | |
19212 * dired.el (dired-font-lock-keywords): Fontify files with junk | |
19213 extensions even if marked by -F. | |
19214 | |
19215 2005-05-22 Juanma Barranquero <lekktu@gmail.com> | |
19216 | |
19217 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp) | |
19218 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst): | |
19219 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl) | |
19220 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt) | |
19221 (concatenate, list-length, get*, getf, cl-remprop): | |
19222 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase) | |
19223 (etypecase, progv, lexical-let, lexical-let*) | |
19224 (multiple-value-bind, multiple-value-setq, shiftf): | |
19225 Improve argument/docstring consistency. | |
19226 | |
19227 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01. | |
19228 | |
19229 2005-05-22 Andre Spiegel <spiegel@gnu.org> | |
19230 | |
19231 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE | |
19232 doesn't exist. | |
19233 | |
19234 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in | |
19235 vc-rcs.el when vc-mistrust-permissions is t, which is not the default. | |
19236 | |
19237 2005-05-22 Nick Roberts <nickrob@snap.net.nz> | |
19238 | |
19239 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for | |
19240 already deleted variables: auto-fill-hook, blink-paren-hook, | |
19241 lisp-indent-hook, inhibit-local-variables, unread-command-event, | |
19242 suspend-hooks, comment-indent-hook, meta-flag, | |
19243 before-change-function, after-change-function, | |
19244 font-lock-doc-string-face. | |
19245 | |
19246 2005-05-21 Luc Teirlinck <teirllm@auburn.edu> | |
19247 | |
19248 * emacs-lisp/derived.el (define-derived-mode): Doc fix. | |
19249 | |
19250 2005-05-21 Eli Zaretskii <eliz@gnu.org> | |
19251 | |
19252 * mail/rmail.el (rmail-reply): Filter the list in reply-to through | |
19253 rmail-dont-reply-to. | |
19254 | |
19255 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | |
19256 | |
19257 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a | |
19258 literal blank when splitting new-header-values. | |
19259 | |
19260 2005-05-21 Matt Hodges <MPHodges@member.fsf.org> | |
19261 | |
19262 * calendar/cal-menu.el (cal-menu-update): Add separator as a | |
19263 string so that tmm doesn't create a completion entry for it. | |
19264 | |
19265 * textmodes/table.el (table-disable-menu): Ditto. | |
19266 | |
19267 2005-05-21 Richard M. Stallman <rms@gnu.org> | |
19268 | |
19269 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents. | |
19270 | |
19271 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings. | |
19272 | |
19273 * net/rcompile.el (remote-compile): Use compilation-start. | |
19274 | |
19275 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer. | |
19276 | |
19277 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org> | |
19278 | |
19279 * files.el (auto-mode-alist): Check GNUmakefile before makefile. | |
19280 Default to makefile-bsdmake-mode on BSD systems. | |
19281 | |
19282 * imenu.el (imenu-generic-expression, imenu--generic-function'): | |
19283 REGEXP may also be a search function now. The part of doc-string | |
19284 for describing the structure was 95% identical to that of | |
19285 `imenu--generic-function'. Unify it there. | |
19286 | |
19287 * progmodes/make-mode.el (makefile-imenu-generic-expression): | |
19288 Use function to find dependencies, because regexp alone is so complex, | |
19289 it easily goes into an endless loop. | |
19290 (makefile-makepp-mode): Also add submenu for Perl functions | |
19291 defined in the makefile. | |
19292 (makefile-bsdmake-mode): Special imenu-generic-expression no | |
19293 longer needed, due to function call. | |
19294 (makefile-match-dependency): Take BOUND into account when checking | |
19295 if we're through. | |
19296 | |
19297 2005-05-20 Jay Belanger <belanger@truman.edu> | |
19298 | |
19299 * calc/calc-units.el (calc-invalidate-units-table): | |
19300 Use inhibit-read-only. | |
19301 (math-build-units-table-buffer): Use view-mode. | |
19302 | |
19303 2005-05-20 David Kastrup <dak@gnu.org> | |
19304 | |
19305 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since | |
19306 easy-menu-add is not a nop on Emacs; and clarify when to call it. | |
19307 | |
19308 2005-05-20 Lute Kamstra <lute@gnu.org> | |
19309 | |
19310 * diff-mode.el (diff-header-face, diff-file-header-face) | |
19311 (diff-index-face, diff-hunk-header-face, diff-removed-face) | |
19312 (diff-added-face, diff-changed-face, diff-function-face) | |
19313 (diff-context-face, diff-nonexistent-face): Put them in the | |
19314 diff-mode customization group. | |
19315 | |
19316 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
19317 | |
19318 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp. | |
19319 | |
19320 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes. | |
19321 | |
19322 * font-lock.el (lisp-font-lock-keywords-2): Don't error. | |
19323 Minor regexp-optimization. | |
19324 | |
19325 2005-05-20 Carsten Dominik <dominik@science.uva.nl> | |
19326 | |
19327 * textmodes/org.el (org-agenda-toggle-time-grid): New command. | |
19328 (org-agenda-use-time-grid, org-agenda-time-grid): New options. | |
19329 (org-agenda-add-time-grid-maybe): New function. | |
19330 (org-agenda): Call `org-agenda-add-time-grid-maybe'. | |
19331 (org-table-create): `dotimes' instead of `mapcar'. | |
19332 (org-xor): Simplify implementation. | |
19333 (org-agenda): `inhibit-redisplay' turned on. | |
19334 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get | |
19335 a consistent line after a state change. | |
19336 (org-agenda-remove-times-when-in-prefix): New option. | |
19337 (org-prefix-has-time): New variable. | |
19338 (org-parse-time-string): Optional argument NODEFAULT. | |
19339 (org-format-agenda-item): Parse items for time-of-day | |
19340 specifications and move these into the prefix if possible. | |
19341 (org-agenda-priority): Get current heading, not previous heading | |
19342 during agenda remote editing. | |
19343 | |
19344 2005-05-20 Juanma Barranquero <lekktu@gmail.com> | |
19345 | |
19346 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*) | |
19347 (remove-if, remove-if-not, delete*, delete-if, delete-if-not) | |
19348 (remove-duplicates, delete-duplicates, substitute) | |
19349 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if) | |
19350 (nsubstitute-if-not, find, find-if, find-if-not, position) | |
19351 (position-if, position-if-not, count, count-if, count-if-not) | |
19352 (mismatch, search, sort*, stable-sort, merge, member*) | |
19353 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not) | |
19354 (rassoc*, rassoc-if, rassoc-if-not, union, nunion) | |
19355 (intersection, nintersection, set-difference, nset-difference) | |
19356 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if) | |
19357 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis) | |
19358 (nsublis, tree-equal): Improve argument/docstring consistency. | |
19359 | |
19360 * subr.el (send-string, send-region): Remove obsolescence declaration. | |
19361 (window-dot, set-window-dot, read-input, show-buffer) | |
19362 (eval-current-buffer, string-to-int): | |
19363 Add release number to obsolescence declarations. | |
19364 | |
19365 2005-05-19 Kim F. Storm <storm@cua.dk> | |
19366 | |
19367 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input. | |
19368 (ido-magic-backward-char): Enter ido-switch-buffer at start of input. | |
19369 | |
19370 2005-05-20 Matt Hodges <MPHodges@member.fsf.org> | |
19371 | |
19372 * faces.el (list-faces-display): Make back button respect optional | |
19373 regexp arg. | |
19374 | |
19375 2005-05-19 Juanma Barranquero <lekktu@gmail.com> | |
19376 | |
19377 * calculator.el (calculator-radix-grouping-mode) | |
19378 (calculator-radix-grouping-digits, calculator-displayer) | |
19379 (calculator-radix-grouping-separator, calculator-copy-displayer): | |
19380 * dabbrev.el (dabbrev-search-these-buffers-only): | |
19381 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly) | |
19382 (diff-advance-after-apply-hunk, diff-mode-hook) | |
19383 (diff-minor-mode-prefix): | |
19384 * imenu.el (imenu-use-popup-menu): | |
19385 * jit-lock.el (jit-lock-context-time): | |
19386 * newcomment.el (comment-fill-column, comment-column) | |
19387 (comment-style, comment-padding, comment-multi-line) | |
19388 (comment-empty-lines, comment-auto-fill-only-comments): | |
19389 * reveal.el (reveal-around-mark): | |
19390 * uniquify.el (uniquify-buffer-name-style) | |
19391 (uniquify-after-kill-buffer-p) | |
19392 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re) | |
19393 (uniquify-min-dir-content, uniquify-separator) | |
19394 (uniquify-trailing-separator-p, uniquify-strip-common-suffix): | |
19395 * w32-vars.el (w32-fixed-font-alist): | |
19396 * emacs-lisp/testcover.el (testcover-potentially-1value-functions): | |
19397 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height): | |
19398 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration): | |
19399 * progmodes/perl-mode.el (perl-indent-level) | |
19400 (perl-continued-statement-offset, perl-continued-brace-offset) | |
19401 (perl-brace-offset, perl-brace-imaginary-offset) | |
19402 (perl-label-offset, perl-indent-continued-arguments) | |
19403 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange): | |
19404 * progmodes/tcl.el (tcl-indent-level) | |
19405 (tcl-continued-indent-level, tcl-auto-newline) | |
19406 (tcl-tab-always-indent, tcl-electric-hash-style) | |
19407 (tcl-help-directory-list, tcl-use-smart-word-finder) | |
19408 (tcl-application, tcl-command-switches, tcl-prompt-regexp) | |
19409 (inferior-tcl-source-command): | |
19410 * textmodes/fill.el (enable-kinsoku): | |
19411 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines): | |
19412 * textmodes/table.el (table-yank-handler): | |
19413 Specify missing group (and type, if simple) in defcustom. | |
19414 | |
19415 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> | |
19416 | |
19417 * progmodes/compile.el (compilation-finish-function): Fix defvar. | |
19418 | |
19419 2005-05-19 Richard M. Stallman <rms@gnu.org> | |
19420 | |
19421 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks. | |
19422 | |
19423 * subr.el (event-basic-type): Don't get an error. | |
19424 (left-fringe-p): Function deleted. | |
19425 | |
19426 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu. | |
19427 (list-buffers-noselect): Set `font-lock-face' property, not `face'. | |
19428 | |
19429 * dired-aux.el (dired-copy-file-recursive): Handle symlinks | |
19430 in recursive copy. | |
19431 | |
19432 * frame.el (show-trailing-whitespace): In group `whitespace-faces'. | |
19433 | |
19434 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix. | |
19435 | |
19436 * emacs-lisp/bytecomp.el | |
19437 (byte-compile-file-form-custom-declare-variable): | |
19438 Call byte-compile-nogroup-warn if appropriate. | |
19439 | |
19440 * progmodes/compile.el (compilation-finish-function): Mark obsolete. | |
19441 (compilation-set-window): Don't call left-fringe-p; do it directly. | |
19442 | |
19443 2005-05-19 Jay Belanger <belanger@truman.edu> | |
19444 | |
19445 * calc/calc-graph.el (calc-graph-format-data): Make sure | |
19446 var-PlotRejects is bound before trying to check its value. | |
19447 | |
19448 2005-05-19 Carsten Dominik <dominik@science.uva.nl> | |
19449 | |
19450 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the | |
19451 definition of this variable from reftex-global.el to reftex.el, | |
19452 because it is needed in the menu. | |
19453 | |
19454 2005-05-19 Lute Kamstra <lute@gnu.org> | |
19455 | |
19456 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all | |
19457 years are fixed. Don't insert a space after a dash. | |
19458 | |
19459 2005-05-19 Kim F. Storm <storm@cua.dk> | |
19460 | |
19461 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property. | |
19462 | |
19463 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org> | |
19464 | |
19465 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in | |
19466 strings, because (eq ... ?\\) is fairly frequent. | |
19467 | |
19468 * progmodes/make-mode.el (makefile-add-this-line-targets): | |
19469 Simplify and integrate into `makefile-pickup-targets'. | |
19470 (makefile-add-this-line-macro): Simplify and integrate into | |
19471 `makefile-pickup-macros. | |
19472 (makefile-pickup-filenames-as-targets): Simplify. | |
19473 (makefile-previous-dependency, makefile-match-dependency): | |
19474 Don't stumble over `::'. | |
19475 | |
19476 2005-05-19 Nick Roberts <nickrob@snap.net.nz> | |
19477 | |
19478 * subr.el (post-command-idle-hook, post-command-idle-delay): | |
19479 Remove obsoletion of post-command-idle-hook and | |
19480 post-command-idle-delay. | |
19481 | |
19482 * faces.el (list-faces-display): Provide button when describe-face | |
19483 is called to take user back to the list of faces. | |
19484 | |
19485 * help-fns.el (describe-variable): Remove hyperlinks in a | |
19486 variable's value as these are quite frequently inappropriate. | |
19487 | |
19488 * follow.el (follow-submit-feedback, follow-mode): | |
19489 Remove references to post-command-idle-hook. | |
19490 | |
19491 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org> | |
19492 | |
19493 * progmodes/make-mode.el (makefile-previous-dependency) | |
19494 (makefile-match-dependency): Check for := (and in bsd mode also | |
19495 !=) to give a better result, even when font-lock is not on. | |
19496 | |
19497 2005-05-18 Jay Belanger <belanger@truman.edu> | |
19498 | |
19499 * calc/calc-help.el (calc-s-prefix-help): | |
19500 Add `calc-copy-special-constant' to help string. | |
19501 | |
19502 2005-05-18 Luc Teirlinck <teirllm@auburn.edu> | |
19503 | |
19504 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix. | |
19505 | |
19506 2005-05-18 Jay Belanger <belanger@truman.edu> | |
19507 | |
19508 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms | |
19509 in linear factors are in proper order. | |
19510 | |
19511 2005-05-18 Carsten Dominik <dominik@science.uva.nl> | |
19512 | |
19513 * textmodes/reftex-vars.el (reftex-cite-format-builtin): | |
19514 Support for jurabib. | |
19515 | |
19516 * textmodes/reftex.el (featurep): Define aliases for overlay | |
19517 commands, for XEmacs compatibility, and use these aliases in | |
19518 overlay initializations. | |
19519 (reftex-highlight): Use `reftex-move-overlay'. | |
19520 (reftex-unhighlight): Use `reftex-delete-overlay'. | |
19521 (reftex-uniq): Function removed. Use `reftex-uniquify' instead. | |
19522 (reftex-access-search-path): Use `reftex-uniquify' instead of | |
19523 `reftex-uniq' | |
19524 | |
19525 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay | |
19526 `before-string' property modification enables for Emacs as well. | |
19527 (reftex-select-item): Use `reftex-delete-overlay'. | |
19528 (reftex-select-mark): Use `reftex-make-overlay' and | |
19529 `reftex-overlay-put'. | |
19530 (reftex-select-unmark): Use `reftex-delete-overlay' and | |
19531 `reftex-overlay-put'. | |
19532 | |
19533 2005-05-18 Lute Kamstra <lute@gnu.org> | |
19534 | |
19535 * emacs-lisp/lisp.el (check-parens): Fix docstring. | |
19536 | |
19537 2005-05-18 Juanma Barranquero <lekktu@gmail.com> | |
19538 | |
19539 * add-log.el (add-change-log-entry): | |
19540 * array.el (array-make-template, array-reconfigure-rows) | |
19541 (array-init-max-row, array-init-max-column) | |
19542 (array-init-columns-per-line, array-init-field-width): | |
19543 * replace.el (replace-match-maybe-edit, perform-replace): | |
19544 * textmodes/spell.el (spell-region): | |
19545 Replace `read-input' by `read-string'. | |
19546 | |
19547 * forms.el (forms-mode): | |
19548 * finder.el (finder-compile-keywords): | |
19549 * shadowfile.el (shadow-read-files): | |
19550 Replace `eval-current-buffer' by `eval-buffer'. | |
19551 | |
19552 * terminal.el (te-pass-through): | |
19553 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter) | |
19554 (ange-ftp-raw-send-cmd): | |
19555 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z) | |
19556 (send-process-next-char, telnet-initial-filter, telnet): | |
19557 Replace `send-string' by `process-send-string'. | |
19558 | |
19559 * progmodes/prolog.el (inferior-prolog-mode): Doc fix. | |
19560 (prolog-consult-region): Replace `send-string' by | |
19561 `process-send-string'; replace `send-region' by `process-send-region'. | |
19562 | |
19563 * progmodes/delphi.el (delphi-log-msg): | |
19564 Replace `set-window-dot' by `set-window-point'. | |
19565 | |
19566 * subr.el (window-dot, set-window-dot, read-input, send-string) | |
19567 (send-region, show-buffer, eval-current-buffer): | |
19568 Make really obsolete, as the comment says. | |
19569 | |
19570 2005-05-17 Kim F. Storm <storm@cua.dk> | |
19571 | |
19572 * emulation/cua-base.el (cua-use-hyper-key): Doc fix. | |
19573 (cua--init-keymaps): Bind C-return instead of S-return to set | |
19574 rectangle mark. | |
19575 | |
19576 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return | |
19577 instead of S-return to toggle/clear rectangle mark. | |
19578 | |
19579 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org> | |
19580 | |
19581 * progmodes/make-mode.el (makefile-dependency-skip): New variable. | |
19582 (makefile-macroassign-regex, makefile-make-font-lock-keywords): | |
19583 Also fontify plain strings assigned to variables, mostly so that a | |
19584 colon has a face and is thus not taken as a dependency separator. | |
19585 (makefile-previous-dependency): Inline the new matcher, because it | |
19586 is too complex to work in both directions. | |
19587 (makefile-match-dependency): Eliminate `backward' arg (see above). | |
19588 Completely reimplemented so as to not sometimes go into an endless | |
19589 loop. It should also be more efficient, because first it only | |
19590 searches for `:', instead of applying the very complex regexp. | |
19591 (makefile-mode): Cancel `font-lock-support-mode', because blocks | |
19592 to be fontified in one piece can be too long for JIT. | |
19593 Makefiles are never *that* big. | |
19594 | |
19595 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de> | |
19596 | |
19597 * dired.el (dired-mode): Simplify. | |
19598 | |
19599 2005-05-17 Lute Kamstra <lute@gnu.org> | |
19600 | |
19601 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a | |
19602 defcustom for the mode hook variable. | |
19603 | |
19604 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the | |
19605 Emacs Lisp Reference Manual. | |
19606 | |
19607 2005-05-17 Juanma Barranquero <lekktu@gmail.com> | |
19608 | |
19609 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp) | |
19610 (evenp, list*): | |
19611 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet): | |
19612 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes. | |
19613 | |
19614 * net/tramp-smb.el (tramp-smb-open-connection): | |
19615 Pass `tramp-chunksize' as fifth (required) argument. | |
19616 | |
19617 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org> | |
19618 | |
19619 * font-lock.el (lisp-font-lock-keywords-1): | |
19620 Set `font-lock-negation-char-face' for [^...] char group. | |
19621 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\). | |
19622 | |
19623 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into | |
19624 a var, and refine it to mask one more level of nested vars. | |
19625 (makefile-rule-action-regex): Turn it into a var, and refine it so | |
19626 it recognizes backslashed continuation lines as belonging to the | |
19627 same command. | |
19628 (makefile-macroassign-regex): Refine it so it recognizes | |
19629 backslashed continuation lines as belonging to the same command. | |
19630 (makefile-var-use-regex): Don't look at the next char, because it | |
19631 might be the same one to be skipped by the initial [^$], leading | |
19632 to an overlooked variable use. | |
19633 (makefile-make-font-lock-keywords): Remove two parameters, which | |
19634 are now variables that some of the modes set locally. | |
19635 Handle dependency and rule action matching through functions, because | |
19636 regexps alone match too often. Dependency matching now comes | |
19637 last, so it can check, whether a colon already matched something else. | |
19638 (makefile-mode): Inform that font-lock improves makefile parsing | |
19639 capabilities. | |
19640 (makefile-match-dependency, makefile-match-action): New functions. | |
19641 | |
19642 2005-05-16 Juanma Barranquero <lekktu@gmail.com> | |
19643 | |
19644 * emacs-lisp/cl-extra.el (equalp): Doc fix. | |
19645 | |
19646 * align.el (align-regexp): | |
19647 * ansi-color.el (ansi-color-get-face): | |
19648 * array.el (array-reconfigure-rows, array-init-max-row) | |
19649 (array-init-max-column, array-init-columns-per-line) | |
19650 (array-init-field-width): | |
19651 * dired-aux.el (dired-trample-file-versions): | |
19652 * dired-x.el (dired-mark-sexp): | |
19653 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group): | |
19654 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys): | |
19655 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group): | |
19656 * faces.el (face-read-integer): | |
19657 * files.el (backup-extract-version, insert-directory): | |
19658 * hexl.el (hexl-insert-decimal-char): | |
19659 * server.el (server-process-filter): | |
19660 * shell.el (shell-extract-num): | |
19661 * startup.el (command-line-1): | |
19662 * term.el (term-command-hook): | |
19663 * time-stamp.el (time-stamp, time-stamp-string-preprocess) | |
19664 (time-stamp-do-number): | |
19665 * time.el (display-time-update): | |
19666 * timezone.el (timezone-parse-date, timezone-zone-to-minute) | |
19667 (timezone-fix-time): | |
19668 * vms-patch.el (vms-suspend-resume-hook): | |
19669 * calendar/appt.el (appt-convert-time): | |
19670 * calendar/cal-bahai.el (mark-bahai-diary-entries): | |
19671 * calendar/cal-hebrew.el (mark-hebrew-diary-entries): | |
19672 * calendar/cal-islam.el (mark-islamic-diary-entries): | |
19673 * calendar/calendar.el (calendar-cursor-to-date) | |
19674 (calendar-star-date): | |
19675 * calendar/diary-lib.el (diary-attrtype-convert) | |
19676 (mark-diary-entries, diary-entry-time): | |
19677 * calendar/solar.el (solar-get-number): | |
19678 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): | |
19679 * emacs-lisp/re-builder.el (reb-display-subexp): | |
19680 * emulation/edt.el (edt-set-scroll-margins): | |
19681 * emulation/tpu-extras.el (tpu-set-scroll-margins): | |
19682 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer) | |
19683 (vip-get-ex-count): | |
19684 * emulation/viper-ex.el (viper-get-ex-token) | |
19685 (viper-get-ex-buffer, viper-get-ex-count, ex-next): | |
19686 * international/fontset.el (fontset-plain-name): | |
19687 * mail/feedmail.el (feedmail-look-at-queue-directory): | |
19688 * mail/mailalias.el (mail-get-names): | |
19689 * mail/rmail.el (rmail-convert-to-babyl-format): | |
19690 * mail/rmailsum.el (rmail-make-basic-summary-line) | |
19691 (rmail-summary-next-same-subject, rmail-summary-rmail-update) | |
19692 (rmail-summary-goto-msg): | |
19693 * mail/smtpmail.el (smtpmail-read-response): | |
19694 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size) | |
19695 (ange-ftp-vms-add-file-entry): | |
19696 * play/gametree.el (gametree-looking-at-ply) | |
19697 (gametree-current-branch-score): | |
19698 * progmodes/ada-xref.el (ada-prj-find-prj-file) | |
19699 (ada-xref-find-in-modified-ali, ada-find-in-src-path): | |
19700 * progmodes/cperl-mode.el (condition-case): | |
19701 * progmodes/ebrowse.el (ebrowse-set-tree-indentation) | |
19702 (ebrowse-set-member-buffer-column-width) | |
19703 (ebrowse-select-1st-to-9nth): | |
19704 * progmodes/etags.el (etags-snarf-tag): | |
19705 * progmodes/flymake.el (flymake-parse-line): | |
19706 * progmodes/idlw-shell.el (idlwave-shell-parse-line) | |
19707 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error) | |
19708 (idlwave-shell-menu-def): | |
19709 * progmodes/ps-mode.el (ps-run-goto-error): | |
19710 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache) | |
19711 (vhdl-speedbar-contract-level): | |
19712 * term/mac-win.el (x-handle-numeric-switch): | |
19713 * term/sun-mouse.el (sun-get-frame-data): | |
19714 * term/w32-win.el (x-handle-numeric-switch): | |
19715 * term/x-win.el (x-handle-numeric-switch): | |
19716 * textmodes/ispell.el (ispell-parse-output): | |
19717 * textmodes/nroff-mode.el (nroff-outline-level): | |
19718 * textmodes/reftex-cite.el (reftex-bib-sort-year) | |
19719 (reftex-bib-sort-year-reverse, reftex-format-citation): | |
19720 * textmodes/reftex-parse.el (reftex-init-section-numbers) | |
19721 (reftex-section-number): | |
19722 * textmodes/texinfmt.el (texinfo-paragraphindent): | |
19723 Replace `string-to-int' by `string-to-number'. | |
19724 | |
19725 * international/latexenc.el: Add page marker to force the "Local | |
19726 Variables:" string out of the last page. | |
19727 | |
19728 2005-05-16 Nick Roberts <nickrob@snap.net.nz> | |
19729 | |
19730 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to | |
19731 tooltip-change-major-mode. | |
19732 (gud-tooltip-print-command): Remove case where gud-minor-mode | |
19733 is gdb ("--fullname"). | |
19734 (gud-tooltip-tips): Turn GUD tooltips off for this case and | |
19735 explain to user. | |
19736 | |
19737 2005-05-16 Jay Belanger <belanger@truman.edu> | |
19738 | |
19739 * calc/calc-store.el (calc-copy-special-constant): New function. | |
19740 | |
19741 * calc/calc-ext.el (calc-init-extensions): Add binding for | |
19742 `calc-copy-special-constant'. | |
19743 | |
19744 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case | |
19745 for the `calc-copy-special-constant' command. | |
19746 | |
19747 2005-05-16 Nick Roberts <nickrob@snap.net.nz> | |
19748 | |
19749 * subr.el (left-fringe-p): New function. | |
19750 | |
19751 * progmodes/compile.el (compilation-setup): Set local value of | |
19752 overlay-arrow-string to "" always. | |
19753 (compilation-set-window): Left fringe then don't scroll. | |
19754 No left fringe then no arrow and scroll message to top. | |
19755 (compilation-context-lines): Adjust doc string accordingly. | |
19756 | |
19757 2005-05-16 Kim F. Storm <storm@cua.dk> | |
19758 | |
19759 * ido.el (ido-magic-forward-char, ido-magic-backward-char) | |
19760 (ido-magic-delete-char): New commands for C-f, C-b, C-d. | |
19761 (ido-wide-find-dir-or-delete-dir): New command for M-d. | |
19762 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands. | |
19763 (ido-read-file-name): Handle commands with ido property value | |
19764 equal to find-file as reading a file name, to allow C-d to enter dired. | |
19765 (ibuffer-find-file): Add ido property with value find-file. | |
19766 | |
19767 2005-05-15 Kim F. Storm <storm@cua.dk> | |
19768 | |
19769 * subr.el (open-network-stream-nowait): Remove. | |
19770 (open-network-stream-server): Remove. | |
19771 | |
19772 2005-05-15 Richard M. Stallman <rms@gnu.org> | |
19773 | |
19774 * faces.el (describe-face): Output a definition link button. | |
19775 | |
19776 * help-mode.el (help-face-def): New button type. | |
19777 | |
19778 * emacs-lisp/copyright.el (copyright-fix-years): | |
19779 Match properly if the first year is 2-digit. | |
19780 Don't mess up the whitespace after the years by filling. | |
19781 | |
19782 * dired-aux.el (dired-mark-confirm): | |
19783 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED. | |
19784 | |
19785 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED. | |
19786 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED. | |
19787 (dired-mark-pop-up): Handle FILES = (t FILE) specially. | |
19788 | |
19789 * emacs-lisp/lisp-mode.el (lisp-mode-variables): | |
19790 Set font-lock-comment-start-skip. | |
19791 | |
19792 * font-lock.el (font-lock-comment-start-skip): New variable. | |
19793 (font-lock-comment-end-skip): New variable. | |
19794 (font-lock-fontify-syntactically-region): Use them if non-nil. | |
19795 | |
19796 2005-05-15 Jay Belanger <belanger@truman.edu> | |
19797 | |
19798 * calc/calc-store.el (calc-store-value): Return a string rather | |
19799 than display it as a message. | |
19800 Use calc-var-name for variable name. | |
19801 (calc-store-into): Add the result of calc-store-value to message. | |
19802 (calc-copy-variable): Add a message. | |
19803 (calc-store-exchange): Improve error messages. | |
19804 (calc-store-binary, calc-store-map): Don't reset the values of | |
19805 special constants. | |
19806 | |
19807 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> | |
19808 | |
19809 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp | |
19810 manual to docstring. | |
19811 | |
19812 * files.el (hack-local-variables-confirm): Add STRING argument. | |
19813 Make the function handle non file visiting buffers correctly. | |
19814 (hack-local-variables-prop-line, hack-local-variables) | |
19815 (hack-one-local-variable): Use STRING arg of | |
19816 `hack-local-variables-confirm'. | |
19817 | |
19818 2005-05-14 Michael Albinus <michael.albinus@gmx.de> | |
19819 | |
19820 Sync with Tramp 2.0.49. | |
19821 | |
19822 * net/tramp.el (tramp-handle-dired-call-process) | |
19823 (tramp-handle-insert-directory):`insert-buffer' cannot be used | |
19824 because the contents of the Tramp buffer is changed before | |
19825 insertion (`expand-file' and alike). | |
19826 (tramp-handle-insert-directory): If `localname' has an empty | |
19827 nondirectory name, it must not be quoted. | |
19828 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local | |
19829 variable `tramp-chunksize'. Change callees. | |
19830 (tramp-open-connection-setup-interactive-shell): Check remote host | |
19831 for buggy `send-process-string' implementation. | |
19832 Set `tramp-chunksize' if found. Reported by Michael Kifer | |
19833 <kifer@cs.sunysb.edu> (and a lot of other people all the years). | |
19834 (tramp-handle-shell-command): `insert-buffer' cannot be used | |
19835 because the contents of the Tramp buffer is changed before | |
19836 insertion (`expand-file' and alike). Reported by Fr,Ai(Bd,Ai(Bric Bothamy | |
19837 <frederic.bothamy@free.fr>. | |
19838 (tramp-set-auto-save): Actions should be done for Tramp file name | |
19839 handler only. Ange-FTP has its own auto-save mechanism. | |
19840 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>. | |
19841 (tramp-set-auto-save-file-modes): Set file modes of | |
19842 `buffer-auto-save-file-name' to ?\600 as fallback solution. | |
19843 Reported by Ferenc Wagner <wferi@tba.elte.hu>. | |
19844 (tramp-bug): Remove obsolete variable. | |
19845 (tramp-append-tramp-buffers): Rewrite partly. More suitable check | |
19846 for presence of `mml-mode'. Make it running for older Emacsen as well. | |
19847 | |
19848 2005-05-14 John Paul Wallington <jpw@pobox.com> | |
19849 | |
19850 * ibuf-ext.el (define-ibuffer-filter filename): | |
19851 If `dired-directory' is a list, use its car. | |
19852 | |
19853 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change) | |
19854 | |
19855 * ibuffer.el (define-ibuffer-column filename): | |
19856 If `dired-directory' is a list, use its car. | |
19857 | |
19858 2005-05-14 Richard M. Stallman <rms@gnu.org> | |
19859 | |
19860 * subr.el (symbol-file): Doc fix. | |
19861 | |
19862 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function. | |
19863 (byte-compile-form): Call byte-compile-nogroup-warn. | |
19864 (byte-compile-warning-types): Doc fix. | |
19865 | |
19866 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings. | |
19867 | |
19868 * progmodes/cc-engine.el (c-literal-faces): | |
19869 Add font-lock-comment-delimiter-face. | |
19870 | |
19871 * net/net-utils.el (dig): Use with-no-warnings. | |
19872 | |
19873 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist) | |
19874 (sc-recite-frame-alist, sc-default-cite-frame) | |
19875 (sc-default-uncite-frame, sc-default-recite-frame) | |
19876 (sc-attrib-selection-list, sc-rewrite-header-list): | |
19877 Mark as risky-local-variable. | |
19878 | |
19879 * international/ogonek.el (ogonek-jak, ogonek-how): | |
19880 Don't use beginning-of-buffer. | |
19881 | |
19882 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload. | |
19883 | |
19884 * calendar/solar.el (solar-data-list): Move definition up. | |
19885 | |
19886 * dnd.el (dnd-protocol-alist): Add autoload. | |
19887 | |
19888 * progmodes/sh-script.el: Many doc usage fixes. | |
19889 (sh-indent-after-do): Change default to match common styles. | |
19890 | |
19891 2005-05-13 Luc Teirlinck <teirllm@auburn.edu> | |
19892 | |
19893 * files.el (interpreter-mode-alist) | |
19894 (auto-mode-interpreter-regexp): Doc fixes. | |
19895 | |
19896 2005-05-13 Matt Hodges <MPHodges@member.fsf.org> | |
19897 | |
19898 * tmm.el (tmm-get-keymap): Include only active menus and menu items. | |
19899 | |
19900 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes. | |
19901 | |
19902 2005-05-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
19903 | |
19904 * dired.el (dired-mode): make-variable-buffer-local => | |
19905 make-local-variable. | |
19906 | |
19907 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
19908 | |
19909 * term/mac-win.el (mac-select-convert-to-string): Try coding | |
19910 systems in mac-script-code-coding-systems if specified one cannot | |
19911 encode string for `com.apple.traditional-mac-plain-text'. | |
19912 | |
19913 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org> | |
19914 | |
19915 * progmodes/make-mode.el (makefile-targets-face) | |
19916 (makefile-shell-face, makefile-makepp-perl-face): New faces. | |
19917 (makefile-dependency-regex): Fix it to not make the colon in | |
19918 $(var:a=b) special. | |
19919 (makefile-rule-action-regex): New regexp for highlighting embedded | |
19920 Shell strings. | |
19921 (makefile-macroassign-regex): Handle != for highlighting as | |
19922 embedded Shell strings. | |
19923 (makefile-var-use-regex): New const. | |
19924 (makefile-statements, makefile-automake-statements) | |
19925 (makefile-gmake-statements, makefile-makepp-statements) | |
19926 (makefile-bsdmake-statements): New consts. | |
19927 (makefile-make-font-lock-keywords): New function. | |
19928 (makefile-automake-font-lock-keywords) | |
19929 (makefile-gmake-font-lock-keywords) | |
19930 (makefile-makepp-font-lock-keywords) | |
19931 (makefile-bsdmake-font-lock-keywords): New consts. | |
19932 (makefile-mode-map): Add switchers between the various submodes. | |
19933 (makefile-mode): Document the availability of the variants. | |
19934 (makefile-automake-mode, makefile-gmake-mode) | |
19935 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes. | |
19936 | |
19937 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the | |
19938 new variants of makefile-mode. | |
19939 | |
19940 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
19941 | |
19942 * font-lock.el (font-lock-comment-delimiter-face): Fix up | |
19943 the inheritance. | |
19944 | |
19945 2005-05-12 Luc Teirlinck <teirllm@auburn.edu> | |
19946 | |
19947 * progmodes/inf-lisp.el (inferior-lisp-mode-hook) | |
19948 (inferior-lisp-load-hook): Convert defcustoms back to defvars. | |
19949 | |
19950 * files.el (normal-mode): Extend the scope of the | |
19951 `enable-local-variables' binding to include the `set-auto-mode' call. | |
19952 (magic-mode-alist): Doc fix. | |
19953 | |
19954 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
19955 | |
19956 * font-lock.el (font-lock-comment-delimiter-face): Inherit from | |
19957 font-lock-comment-face rather than copying its setting. | |
19958 | |
19959 2005-05-12 Andreas Schwab <schwab@suse.de> | |
19960 | |
19961 * eshell/esh-mode.el (eshell-send-input): Doc fix. | |
19962 | |
19963 2005-05-12 Lute Kamstra <lute@gnu.org> | |
19964 | |
19965 * emacs-lisp/generic.el (define-generic-mode): Don't generate a | |
19966 defcustom for the mode hook variable. Delete the last argument. | |
19967 * generic-x.el: Fix callers of define-generic-mode. | |
19968 (generic-x-modes): Delete group. | |
19969 (show-tabs-tab-face, show-tabs-space-face): Put them in the | |
19970 generic-x customization group. | |
19971 | |
19972 2005-05-12 Kim F. Storm <storm@cua.dk> | |
19973 | |
19974 * font-lock.el (font-lock-negation-char-face): Default to "off". | |
19975 | |
19976 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply | |
19977 font-lock-negation-char-face to ! in !=. | |
19978 | |
19979 2005-05-12 Masatake YAMATO <jet@gyve.org> | |
19980 | |
19981 * add-log.el (find-change-log): Fix typos in the docstring | |
19982 of function. | |
19983 | |
19984 2005-05-11 Arne J,Ax(Brgensen <arne@arnested.dk> | |
19985 | |
19986 * international/latexenc.el (latexenc-find-file-coding-system): | |
19987 Avoid `re-search-forward' when looking for input encoding because | |
19988 of speed and safety. Better regular expressions for recognizing | |
19989 input encoding. Limit a search for TeX-master/tex-main-file to | |
19990 the local variable section. | |
19991 | |
19992 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu> | |
19993 | |
19994 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the | |
19995 syntax of $ to "'" (quote). | |
19996 | |
19997 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de> | |
19998 | |
19999 * dnd.el (dnd-protocol-alist): Improve custom type. | |
20000 | |
20001 * dired.el (dired-dnd-protocol-alist): New variable. | |
20002 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of | |
20003 `dired-mode-hook' to the end. | |
20004 | |
20005 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
20006 | |
20007 * font-lock.el (font-lock-fontify-syntactically-region): Don't use | |
20008 comment-end if comment-start-skip is not set. | |
20009 Obey the font-lock-comment-delimiter-face variables. | |
20010 | |
20011 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
20012 | |
20013 * files.el (executable-find): Move from executable.el. Use | |
20014 locate-file. | |
20015 * progmodes/executable.el (executable-find): Move to files.el. | |
20016 | |
20017 * font-lock.el (font-lock-fontify-keywords-region): Use a marker | |
20018 when trying to ensure forward progress. | |
20019 | |
20020 2005-05-11 Chong Yidong <cyd@stupidchicken.com> | |
20021 | |
20022 * mouse-sel.el (mouse-sel-follow-link-p): New function. | |
20023 (mouse-select, mouse-select-internal, mouse-extend-internal): | |
20024 Use it to implement mouse-1-click-follows-link functionality. | |
20025 | |
20026 2005-05-11 Richard M. Stallman <rms@gnu.org> | |
20027 | |
20028 * font-lock.el (font-lock-fontify-syntactically-region): | |
20029 Use font-lock-comment-delimiter-face for comment delimiters. | |
20030 | |
20031 2005-05-10 Jay Belanger <belanger@truman.edu> | |
20032 | |
20033 * calc/calc-help.el (calc-m-prefix-help): Add mention of | |
20034 preserving embedded modes. | |
20035 | |
20036 2005-05-10 Richard M. Stallman <rms@gnu.org> | |
20037 | |
20038 * progmodes/sh-script.el (sh-indent-for-do): Default to 0. | |
20039 | |
20040 * progmodes/ada-mode.el (ada-adjust-case-skeleton): | |
20041 Move from ada-stmt.el. | |
20042 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook. | |
20043 | |
20044 * progmodes/ada-stmt.el (ada-adjust-case-skeleton): | |
20045 Move to ada-mode.el. | |
20046 (ada-stmt-mode-hook): Delete; do the work in ada-mode. | |
20047 | |
20048 * cus-edit.el (custom-file): Call file-chase-links. | |
20049 | |
20050 * files.el (read-directory-name): Fix previous change. | |
20051 (hack-local-variables-confirm): New function. | |
20052 (hack-local-variables-prop-line, hack-local-variables) | |
20053 (hack-one-local-variable): Use it. | |
20054 | |
20055 2005-05-10 Lute Kamstra <lute@gnu.org> | |
20056 | |
20057 * font-lock.el (font-lock-keywords-alist) | |
20058 (font-lock-removed-keywords-alist): Clarify docstrings. | |
20059 | |
20060 2005-05-10 Nick Roberts <nickrob@snap.net.nz> | |
20061 | |
20062 * progmodes/gdb-ui.el (gdb-macro-info): New variable. | |
20063 (gdb-source-info): Check for preprocessor info. | |
20064 (gdb-tooltip-print-1): New function. Don't print tooltip if it is | |
20065 a macro for a function. | |
20066 (gdb-info-breakpoints-custom): Try to find file again if not already | |
20067 found (user might have used GDB dir command). | |
20068 (gdb-get-location): Update gdb-location-alist correctly for change | |
20069 to gdb-info-breakpoints-custom. | |
20070 | |
20071 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe. | |
20072 (gud-tooltip-print-command): Add gdbmi case. | |
20073 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is | |
20074 preprocessor info. | |
20075 | |
20076 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de> | |
20077 | |
20078 * startup.el (fancy-splash-insert): Fix typo in doc string. | |
20079 | |
20080 2005-05-09 Juanma Barranquero <lekktu@gmail.com> | |
20081 | |
20082 * obsolete/float.el (string-to-float): | |
20083 * obsolete/hilit19.el (hilit-add-pattern): | |
20084 * obsolete/rnews.el (news-parse-range, news-select-message) | |
20085 (news-get-pruned-list-of-files): Replace `string-to-int' by | |
20086 `string-to-number'. | |
20087 | |
20088 * obsolete/uncompress.el: Set `find-file-not-found-functions', not | |
20089 `find-file-not-found-hooks'; use `add-hook'. | |
20090 (uncompress-while-visiting): Set `write-file-functions', not | |
20091 `write-file-hooks'; use `add-hook'. | |
20092 | |
20093 2005-05-09 Kim F. Storm <storm@cua.dk> | |
20094 | |
20095 * emulation/cua-base.el (cua-copy-region, cua-cut-region) | |
20096 (cua-paste): Handle clipboard action. | |
20097 (cua--init-keymaps): Remap clipboard-kill-region and | |
20098 clipboard-kill-ring-save. | |
20099 | |
20100 2005-05-08 Eli Zaretskii <eliz@gnu.org> | |
20101 | |
20102 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): | |
20103 Improve commentary. | |
20104 | |
20105 * simple.el (next-error-overlay-arrow-position): Revert the change | |
20106 made on 2005-04-30. | |
20107 | |
20108 2005-05-07 Jay Belanger <belanger@truman.edu> | |
20109 | |
20110 * calc/calcsel2.el (calc-commute-left, calc-commute-right) | |
20111 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to | |
20112 `calc-sel-reselect'. | |
20113 | |
20114 * calc/calc-mode.el (calc-save-modes): Reset the modes list if | |
20115 Calc is in embedded mode. | |
20116 | |
20117 2005-05-07 Eli Zaretskii <eliz@gnu.org> | |
20118 | |
20119 * progmodes/compile.el (compilation-setup): | |
20120 Set overlay-arrow-string to an empty string on text terminals. | |
20121 | |
20122 * textmodes/ispell.el (ispell-program-name): Try looking for | |
20123 "aspell" along exec-path, and if found, use it as the default | |
20124 speller program. | |
20125 | |
20126 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change) | |
20127 | |
20128 * international/mule.el (sgml-xml-auto-coding-function): | |
20129 Recognize encoding='FOO' in single quotes as well as in double quotes. | |
20130 | |
20131 2005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | |
20132 | |
20133 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare' | |
20134 as well as `interactive', so that defmacro* would recognize | |
20135 `declare' forms. | |
20136 | |
20137 2005-05-07 Eli Zaretskii <eliz@gnu.org> | |
20138 | |
20139 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): | |
20140 Explain more about the LIGHTER arg's usage in the doc string. | |
20141 Add commentary to clarify what the code does. Fix the regexp that | |
20142 strips whitespace from LIGHTER. Quote LIGHTER before using it, | |
20143 since it could have characters special to regular expressions. | |
20144 | |
20145 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change) | |
20146 | |
20147 * replace.el (occur-1): Bind inhibit-read-only so that | |
20148 erase-buffer doesn't barf on read-only text properties (likewise | |
20149 for add-text-properties in occur-engine). Mark buffer as unmodified. | |
20150 (occur-engine): Don't set buffer-read-only here. | |
20151 | |
20152 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
20153 | |
20154 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with | |
20155 list-buffers-directory. This caused the *cvs-commit* buffer to be | |
20156 sometimes mistakenly reused as a *cvs* buffer. | |
20157 | |
20158 2005-05-07 Nick Roberts <nickrob@snap.net.nz> | |
20159 | |
20160 * tooltip.el: Move code for GUD tooltips into gud.el. | |
20161 (require): CL no longer needed to compile case. | |
20162 (tooltip-mode): Do not toggle functions for GUD tooltips. | |
20163 (tooltip-gud-tips-p): Remove. Replace with minor mode | |
20164 gud-tooltip-mode in gud.el. | |
20165 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area) | |
20166 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing | |
20167 tooltip-gud prefix with gud-tooltip and obsolete. | |
20168 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled) | |
20169 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions) | |
20170 (tooltip-mouse-motion): Mouse movement functions/variable. | |
20171 Rename in gud.el by adding gud prefix. | |
20172 (tooltip-gud-original-filter, tooltip-gud-dereference) | |
20173 (tooltip-gud-event, tooltip-toggle-gud-tips) | |
20174 (tooltip-gud-process-output, tooltip-gud-print-command) | |
20175 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in | |
20176 gud.el by replacing tooltip-gud prefix with gud-tooltip. | |
20177 (gdb-tooltip-print): Move to gdb-ui.el. | |
20178 | |
20179 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el. | |
20180 (require): CL needed to compile case. | |
20181 (gud-tooltip-mode): Use to toggle GUD tooltips instead of | |
20182 tooltip-gud-tips-p. Make it a minor-mode. | |
20183 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t. | |
20184 (gud-menu-map): GUD tooltips use gud-tooltip-mode now. | |
20185 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area) | |
20186 (gud-tooltip-change-major-mode) | |
20187 (gud-tooltip-activate-mouse-motions-if-enabled) | |
20188 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions) | |
20189 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference) | |
20190 (gud-tooltip-original-filter, gud-tooltip-dereference) | |
20191 (gud-tooltip-event, tooltip-toggle-gud-tips) | |
20192 (gud-tooltip-process-output, gud-tooltip-print-command) | |
20193 (gud-tooltip-tips): Move from tooltip.el. | |
20194 | |
20195 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el. | |
20196 (gdb-cpp-define-alist-flags): Doc fix. | |
20197 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if | |
20198 gud-tooltip-mode is t. | |
20199 | |
20200 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
20201 | |
20202 * net/goto-addr.el (goto-address-fontify): Make sure the overlays | |
20203 evaporate if their text is deleted. | |
20204 (goto-address-at-point): Make it work as a mouse binding as well. | |
20205 (goto-address-at-mouse): Obsolete it. Update users. | |
20206 | |
20207 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk> | |
20208 | |
20209 * calendar/appt.el (top-level): No longer activate on load. | |
20210 | |
20211 2005-05-06 Juanma Barranquero <lekktu@gmail.com> | |
20212 | |
20213 * calendar/cal-bahai.el (mark-bahai-diary-entries): | |
20214 * net/webjump.el (webjump): | |
20215 * progmodes/idlw-help.el (idlwave-do-context-help1) | |
20216 (idlwave-highlight-linked-completions): | |
20217 * textmodes/po.el (po-find-file-coding-system-guts): | |
20218 Replace `assoc-ignore-case' by `assoc-string'. | |
20219 | |
20220 2005-05-06 Eli Zaretskii <eliz@gnu.org> | |
20221 | |
20222 * files.el (locate-file): Doc fix. | |
20223 | |
20224 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix. | |
20225 Remove the redundant test for ms-dos. | |
20226 | |
20227 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to | |
20228 look for the preprocessor with exec-suffixes. If not found in | |
20229 standard places, look in exec-path. Remove most of the tests that | |
20230 used system-type. | |
20231 | |
20232 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook. | |
20233 | |
20234 * jka-compr.el (jka-compr-uninstall): Add autoload cookie. | |
20235 | |
20236 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid | |
20237 file-name clash with jka-compr.el on 8+3 filesystems. | |
20238 | |
20239 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
20240 | |
20241 * term/mac-win.el: Don't define or bind scroll bar functions if | |
20242 x-toolkit-scroll-bars is t. | |
20243 (x-select-text, x-get-selection-value): Clear | |
20244 x-last-selected-text-clipboard if x-select-enable-clipboard is | |
20245 nil. | |
20246 (PRIMARY): Put mac-scrap-name property. | |
20247 (mac-select-convert-to-file-url): New function. | |
20248 (public.file-url): New selection target type. Add to | |
20249 selection-converter-alist. | |
20250 (x-get-selection, x-selection-value): Handle it. | |
20251 (x-cut-buffer-or-selection-value): New alias. | |
20252 | |
20253 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
20254 | |
20255 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX | |
20256 entry to avoid calling bibtex-find-entry with arg global | |
20257 being t. Remove arg key. | |
20258 (bibtex-summary-function, bibtex-complete-crossref-cleanup) | |
20259 (bibtex-copy-summary-as-kill): Change accordingly. | |
20260 | |
20261 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
20262 | |
20263 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars. | |
20264 (org-agenda-date-later): Use with-current-buffer. | |
20265 | |
20266 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | |
20267 | |
20268 * emacs-lisp/byte-run.el (define-obsolete-function-alias) | |
20269 (define-obsolete-variable-alias): Doc Fixes. | |
20270 | |
20271 2005-05-06 Kim F. Storm <storm@cua.dk> | |
20272 | |
20273 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use | |
20274 vertical-motion when selective-display is active. | |
20275 | |
20276 * ido.el (ido-setup-hook): New hook. | |
20277 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead. | |
20278 (ido-input-stack): New var. | |
20279 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old | |
20280 ido-next-work-file binding to M-O. | |
20281 Bind M-f to ido-wide-find-file-or-pop-dir. | |
20282 (ido-define-mode-map): Don't run ido-define-mode-map-hook. | |
20283 (ido-read-internal): Run ido-setup-hook. | |
20284 Catch quit in read-file-name and read-string to cancel edit. | |
20285 Handle new push, pop, and pop-all exit codes (for M-b/M-f). | |
20286 Automatically pop-all when completing a directory name (RET). | |
20287 (ido-file-internal): Add with-no-warnings around ffap and dired code. | |
20288 (ido-exit-minibuffer): Use exit-minibuffer instead of throw. | |
20289 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find. | |
20290 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir): | |
20291 New functions for M-b/M-f to move among the directory components. | |
20292 (ido-make-merged-file-list): Catch quit to cancel merge. | |
20293 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty. | |
20294 (ido-completion-help): No warnings for ido-completion-buffer-full. | |
20295 | |
20296 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org> | |
20297 | |
20298 * font-lock.el (font-lock-negation-char-face): New face and variable. | |
20299 * progmodes/cc-fonts.el (c-cpp-matchers): Use it. | |
20300 * progmodes/sh-script.el (sh-font-lock-keywords): Use it. | |
20301 * progmodes/cperl-mode.el (cperl-init-faces): Use it. | |
20302 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it. | |
20303 | |
20304 2005-05-05 Juanma Barranquero <lekktu@gmail.com> | |
20305 | |
20306 * emacs-lisp/byte-run.el (define-obsolete-function-alias): | |
20307 Fix typo in docstring. | |
20308 | |
20309 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys) | |
20310 (ebrowse-print-statistics-line) | |
20311 (ebrowse-electric-position-mode-hook): Fix typo in docstring. | |
20312 | |
20313 * term/w32-win.el (image-library-alist): Add additional name for | |
20314 Xpm library. | |
20315 | |
20316 2005-05-05 Nick Roberts <nickrob@snap.net.nz> | |
20317 | |
20318 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and | |
20319 use gcc instead of cpp. | |
20320 | |
20321 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable. | |
20322 (gdb-create-define-alist): Use it. | |
20323 (gdb-cpp-define-alist-program): Update for MS-DOS. | |
20324 | |
20325 2005-05-04 Nick Roberts <nickrob@snap.net.nz> | |
20326 | |
20327 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X. | |
20328 | |
20329 2005-05-04 Richard M. Stallman <rms@gnu.org> | |
20330 | |
20331 * help.el (describe-key): No error when UNTRANSLATED is nil. | |
20332 | |
20333 * simple.el (line-move-1): Fix previous change to signal errors | |
20334 appropriately. | |
20335 | |
20336 2005-05-03 Ulf Jasper <ulf.jasper@web.de> | |
20337 | |
20338 * calendar/icalendar.el (icalendar-version): Now at 0.12. | |
20339 (icalendar-duration-correction): Remove. | |
20340 (icalendar--get-event-properties): Split result at commas. | |
20341 (icalendar--decode-isoduration): New optional argument | |
20342 DURATION-CORRECTION. | |
20343 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical) | |
20344 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical) | |
20345 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical) | |
20346 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical) | |
20347 (icalendar--convert-anniversary-to-ical): New functions, extracted | |
20348 from icalendar-export-region, with bug fixes. | |
20349 (icalendar-export-region): Use the above functions. | |
20350 (icalendar-import-buffer): Check before saving diary file. | |
20351 (icalendar--convert-recurring-to-diary) | |
20352 (icalendar--convert-non-recurring-all-day-to-diary) | |
20353 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions, | |
20354 extracted from icalendar--convert-ical-to-diary, with bug fixes. | |
20355 (icalendar--convert-ical-to-diary): Use the above functions. | |
20356 | |
20357 2005-05-03 Nick Roberts <nickrob@snap.net.nz> | |
20358 | |
20359 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist): | |
20360 Remove these recent additions. | |
20361 (c-mode): Restore to before 2005-04-28. | |
20362 | |
20363 * progmodes/cc-vars.el (cc-define-list-program): Remove this | |
20364 recent addition. | |
20365 | |
20366 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program) | |
20367 (gdb-define-alist): New variables. | |
20368 (gdb-create-define-alist): New function. | |
20369 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist. | |
20370 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int | |
20371 with string-to-number. | |
20372 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop. | |
20373 | |
20374 * progmodes/gud.el: Replace string-to-int with string-to-number. | |
20375 (gud-find-file): Handle gdb-define-alist. | |
20376 | |
20377 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist. | |
20378 | |
20379 2005-05-02 Jay Belanger <belanger@truman.edu> | |
20380 | |
20381 * calc/calc-aent.el (math-read-token): | |
20382 * calc/calc-bin.el (calc-word-size): | |
20383 * calc/calc-ext.el (calc-read-number-fancy): | |
20384 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year) | |
20385 (math-parse-date, math-parse-standard-date, calcFunc-tzone): | |
20386 * calc/calc-frac.el (calc-over-notation): | |
20387 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles) | |
20388 (calc-graph-num-points, calc-graph-init): | |
20389 * calc/calc-prog.el (calc-read-parse-table-part) | |
20390 (calc-edit-macro-repeats): | |
20391 * calc/calc-yank.el (calc-do-grab-rectangle): | |
20392 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum): | |
20393 Replace `string-to-int' by `string-to-number'. | |
20394 | |
20395 2005-05-02 Kim F. Storm <storm@cua.dk> | |
20396 | |
20397 * kmacro.el: Use executing-kbd-macro-index variable. | |
20398 | |
20399 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org> | |
20400 | |
20401 * net/rlogin.el (rlogin-parse-words): Delete func. | |
20402 (rlogin): Use split-string, not rlogin-parse-words. | |
20403 Also, if there are option-like elements in the parsed args, | |
20404 take the host to be the first arg immediately following them. | |
20405 Suggested by Michael Mauger. | |
20406 | |
20407 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
20408 | |
20409 * subr.el (executing-macro): Use `define-obsolete-variable-alias'. | |
20410 | |
20411 2005-05-02 Nick Roberts <nickrob@snap.net.nz> | |
20412 | |
20413 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell. | |
20414 (cc-mode-cpp-program): Rename to cc-define-list-program and | |
20415 move to cc-vars.el. | |
20416 | |
20417 * progmodes/cc-vars.el (cc-define-list-program): | |
20418 Change to "gcc -E -dM -". Make customizable. | |
20419 | |
20420 2005-05-02 Kim F. Storm <storm@cua.dk> | |
20421 | |
20422 * emulation/cua-base.el: Fix check for CUA-mode if no init file. | |
20423 | |
20424 2005-05-02 Nick Roberts <nickrob@snap.net.nz> | |
20425 | |
20426 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E". | |
20427 | |
20428 * international/mule-util.el (truncate-string): Remove alias and | |
20429 obsolete declaration. | |
20430 | |
20431 * international/mule-cmds.el (update-iso-coding-systems): | |
20432 Remove alias and obsolete declaration. | |
20433 | |
20434 * international/mule.el (coding-system-parent): Remove alias and | |
20435 obsolete declaration. | |
20436 | |
20437 * subr.el (define-function, sref): Remove aliases and obsolete | |
20438 declarations. | |
20439 (chars-in-region): Remove obsolete declaration. | |
20440 | |
20441 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
20442 | |
20443 * info.el (Info-mode): Set widen-automatically to nil, locally. | |
20444 | |
20445 * simple.el (widen-automatically): New variable. | |
20446 (pop-global-mark): Obey widen-automatically. | |
20447 | |
20448 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu> | |
20449 | |
20450 * term/xterm.el (function-key-map): Call substitute-key-definition | |
20451 before the keymap size is increased by a lot of define-key calls. | |
20452 | |
20453 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
20454 | |
20455 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec): | |
20456 Rename ARG to ELEMENT. Doc fix. | |
20457 | |
20458 2005-05-01 Nick Roberts <nickrob@snap.net.nz> | |
20459 | |
20460 * allout.el (allout-exposure): Remove macro and obsolete declaration. | |
20461 Remove references to allout-exposure/change to allout-new-exposure. | |
20462 | |
20463 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create | |
20464 bytecode symbols. | |
20465 | |
20466 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo) | |
20467 (compiled-function-p, focus-frame, unfocus-frame): | |
20468 Remove aliases and obsolete declarations. | |
20469 Back out inadvertent changes from previous commit. | |
20470 | |
20471 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
20472 | |
20473 * files.el (require-final-newline): Make Custom tags consistent | |
20474 with mode-require-final-newline. | |
20475 (mode-require-final-newline): Doc fix. | |
20476 | |
20477 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
20478 | |
20479 * international/latexenc.el (latexenc-find-file-coding-system): | |
20480 Fix regular expressions. | |
20481 | |
20482 2005-05-01 David Kastrup <dak@gnu.org> | |
20483 | |
20484 * international/latexenc.el (latexenc-find-file-coding-system): | |
20485 Fix regular expressions. | |
20486 | |
20487 2005-05-01 Nick Roberts <nickrob@snap.net.nz> | |
20488 | |
20489 * subr.el (string-to-int): Make obsolete. | |
20490 | |
20491 2005-04-30 Richard M. Stallman <rms@gnu.org> | |
20492 | |
20493 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys. | |
20494 | |
20495 * loadup.el: load jka-comp-hook. | |
20496 | |
20497 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el. | |
20498 (jka-compr-handler): Add autoload. `put' calls moved | |
20499 to jka-comp-hook.el. | |
20500 (compression, jka-compr): defgroups moved to jka-comp-hook.el. | |
20501 (jka-compr-inhibit): Autoload. | |
20502 | |
20503 * jka-comp-hook.el: New file. | |
20504 Enable the mode by default. | |
20505 | |
20506 * files.el (backup-buffer-copy): Use copy-file instead | |
20507 of write-region, and put back the 'excl. | |
20508 | |
20509 2005-04-30 Chong Yidong <cyd@stupidchicken.com> | |
20510 | |
20511 * progmodes/flymake.el (flymake-split-string) | |
20512 (flymake-split-string, flymake-log, flymake-pid-to-names) | |
20513 (flymake-reg-names, flymake-get-source-buffer-name) | |
20514 (flymake-unreg-names, flymake-add-line-err-info) | |
20515 (flymake-add-err-info): Clarify docstrings. | |
20516 (flymake-popup-menu, flymake-make-emacs-menu) | |
20517 (flymake-make-xemacs-menu): Add docstrings. | |
20518 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted. | |
20519 Set variables directly throughout. | |
20520 | |
20521 2005-04-30 Nick Roberts <nickrob@snap.net.nz> | |
20522 | |
20523 * progmodes/cc-mode.el (cc-create-define-alist): Check that file | |
20524 exists. Initialize cc-define-alist. | |
20525 (c-mode): Add cc-create-define-alist locally to after-save-hook. | |
20526 If there is no file (Macroexpansion) don't create an alist. | |
20527 | |
20528 2005-04-29 Sam Steingold <sds@gnu.org> | |
20529 | |
20530 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable. | |
20531 (cc-create-define-alist): Use it instead of the hard-coded string. | |
20532 | |
20533 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
20534 | |
20535 * international/mule-conf.el (file-coding-system-alist): Fix regexp | |
20536 for latexenc. | |
20537 | |
20538 2005-04-29 Lute Kamstra <lute@gnu.org> | |
20539 | |
20540 * emacs-lisp/generic.el: Improve commentary section. | |
20541 (define-generic-mode): Improve docstring. | |
20542 | |
20543 2005-04-29 Carsten Dominik <dominik@science.uva.nl> | |
20544 | |
20545 * textmodes/org.el (many places): Change to quiet the byte compiler. | |
20546 (org-prefix-format-compiled): New variable. | |
20547 (org-compile-prefix-format): New function. | |
20548 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format. | |
20549 (org-agenda-prefix-format, org-timeline-prefix-format): New options. | |
20550 (org-agenda-get-scheduled): Check if file is opened in `org-mode'. | |
20551 (org-get-entries-from-diary): Use `org-get-time-of-day' for | |
20552 consistency with entries from `org-mode' files. | |
20553 (org-get-time-of-day): Fix bug with partial matches early in a line. | |
20554 (org-non-link-chars): New constant. | |
20555 (org-link-regexp): Respect `org-non-link-chars'. | |
20556 (org-agenda-day-view): Remove command. | |
20557 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'. | |
20558 (org-follow-bbdb-link, org-store-link): Search also company field. | |
20559 (org-highlight-overlay): New variable. | |
20560 (org-highlight, org-unhighlight): New functions. | |
20561 (org-agenda-mode): Add pre-command-hook to remove highlight. | |
20562 (org-evaluate-time-range): Behavior depends upon whether time stamp | |
20563 contains a time or not. | |
20564 (org-show-subtree, org-show-entry): New functions. | |
20565 (org-agenda-cleanup-fancy-diary): Remove empty lines. | |
20566 | |
20567 2005-04-28 Luc Teirlinck <teirllm@auburn.edu> | |
20568 | |
20569 * comint.el (comint-output-filter-functions): Add autoload cookie. | |
20570 | |
20571 2005-04-28 Kim F. Storm <storm@cua.dk> | |
20572 | |
20573 * ido.el (ido-everywhere): Fix last change. | |
20574 | |
20575 2005-04-28 Arne J,Ax(Brgensen <arne@arnested.dk> | |
20576 | |
20577 * international/latexenc.el: New file. | |
20578 * international/mule-conf.el (file-coding-system-alist): For .tex, | |
20579 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'. | |
20580 | |
20581 2005-04-28 Lute Kamstra <lute@gnu.org> | |
20582 | |
20583 * font-lock.el (font-lock-add-keywords) | |
20584 (font-lock-remove-keywords): Clarify docstring. | |
20585 (font-lock-keywords-alist, font-lock-removed-keywords-alist): | |
20586 Don't start docstrings with a `*'. | |
20587 (font-lock-update-removed-keyword-alist): Give it a docstring. | |
20588 | |
20589 * generic-x.el: Update commentary section. | |
20590 Only require font-lock when compiling. | |
20591 Define all modes conditionally. | |
20592 Place all generic modes in the generic-x-modes customization group. | |
20593 (generic-x-modes): New customization group. | |
20594 (generic-default-modes, generic-mswindows-modes) | |
20595 (generic-unix-modes, generic-other-modes): New constants. | |
20596 (generic-define-mswindows-modes, generic-define-unix-modes): | |
20597 Update docstrings. Make them obsolete. | |
20598 (generic-extras-enable-list): New default value. Update docstring. | |
20599 Improve :type. Change :set function. | |
20600 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table): | |
20601 Fix docstring. | |
20602 | |
20603 * emacs-lisp/generic.el (generic-mode-internal): | |
20604 Simplify font-lock-defaults. | |
20605 (define-generic-mode): Fix docstring. | |
20606 | |
20607 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
20608 | |
20609 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the | |
20610 font-lock-face property to highlight matches. | |
20611 | |
20612 2005-04-28 Nick Roberts <nickrob@snap.net.nz> | |
20613 | |
20614 * progmodes/cc-mode.el (cc-create-define-alist): New function. | |
20615 (cc-define-alist): New variable. | |
20616 (c-mode): Make it local and initialize it. | |
20617 | |
20618 * progmodes/gdb-ui.el (gdb-active-process): New variable. | |
20619 (gdb-exited): New function. | |
20620 (gdb-annotation-rules): Use it. | |
20621 (gdb-starting): Set gdb-active-process to t. | |
20622 (gdb-stopping): Amend doc string. | |
20623 (gdb-reset): Set gdb-active-process to nil. | |
20624 | |
20625 * tooltip.el (tooltip-gud-tips): Show the associated #define | |
20626 directives when a C program under GDB is not executing. | |
20627 | |
20628 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
20629 | |
20630 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the | |
20631 font-lock-fontify-syntactic-keywords. | |
20632 | |
20633 * font-lock.el (font-lock-default-fontify-region): Don't force | |
20634 parse-sexp-lookup-properties to nil. | |
20635 | |
20636 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change) | |
20637 | |
20638 * man.el (man-mode-syntax-table): Set up `:' to have | |
20639 word-constituent syntax. | |
20640 | |
20641 2005-04-27 Lute Kamstra <lute@gnu.org> | |
20642 | |
20643 * novice.el (disable-command): Don't add spurious newlines to the | |
20644 init file. Reported by Dan Jacobson <jidanni@jidanni.org>. | |
20645 | |
20646 2005-04-26 Jay Belanger <belanger@truman.edu> | |
20647 | |
20648 * calc/calc-yank.el (calc-edit-finish): Make sure there is more | |
20649 than one window before deleting window. | |
20650 | |
20651 2005-04-26 Luc Teirlinck <teirllm@auburn.edu> | |
20652 | |
20653 * shell.el (shell-prompt-pattern): Doc fix. | |
20654 (shell-mode): Set paragraph-separate buffer locally to "\\'". | |
20655 | |
20656 * comint.el (comint-prompt-regexp, comint-get-old-input) | |
20657 (comint-use-prompt-regexp) | |
20658 (comint-use-prompt-regexp-instead-of-fields) | |
20659 (comint-replace-by-expanded-history, comint-send-input) | |
20660 (comint-output-filter, comint-get-old-input-default) | |
20661 (comint-line-beginning-position, comint-bol, comint-show-output) | |
20662 (comint-backward-matching-input, comint-forward-matching-input) | |
20663 (comint-next-prompt, comint-previous-prompt): | |
20664 Rename `comint-use-prompt-regexp-instead-of-fields' to | |
20665 `comint-use-prompt-regexp'. Keep old name as alias and declare | |
20666 obsolete. | |
20667 (comint-use-prompt-regexp): Shorten first line of doc string. | |
20668 | |
20669 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change. | |
20670 Set paragraph-separate buffer locally to "\\'". | |
20671 | |
20672 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers): | |
20673 Adapt to above name change. | |
20674 | |
20675 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp) | |
20676 (smbclient-prompt-regexp): Ditto. | |
20677 | |
20678 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto. | |
20679 | |
20680 2005-04-27 Nick Roberts <nickrob@snap.net.nz> | |
20681 | |
20682 * progmodes/gdb-ui.el (gdb-location-alist): Rename from | |
20683 gdb-location-list. | |
20684 Break lines that are over 80 characters wide. | |
20685 | |
20686 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
20687 | |
20688 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path): | |
20689 New fun and var, to preserve compatibility. | |
20690 | |
20691 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name". | |
20692 | |
20693 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change) | |
20694 | |
20695 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file | |
20696 name to file-newer-than-file-p. | |
20697 | |
20698 2005-04-26 Richard M. Stallman <rms@gnu.org> | |
20699 | |
20700 * simple.el (line-move-1): Avoid using vertical-motion in easy cases. | |
20701 | |
20702 * progmodes/python.el (python-mode): | |
20703 Use new name eldoc-documentation-function. | |
20704 | |
20705 * hexl.el (hexl-mode): Use new name eldoc-documentation-function. | |
20706 | |
20707 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix. | |
20708 (eldoc-documentation-function): | |
20709 Rename from eldoc-print-current-symbol-info-function. Calls changed. | |
20710 | |
20711 2005-04-26 Nick Roberts <nickrob@snap.net.nz> | |
20712 | |
20713 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro. | |
20714 | |
20715 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> | |
20716 | |
20717 * term/xterm.el (function-key-map): Fix strings for | |
20718 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind | |
20719 {C,S,A,C-S}-{f1-f12}. | |
20720 | |
20721 2005-04-26 Kenichi Handa <handa@m17n.org> | |
20722 | |
20723 * international/mule-cmds.el (select-safe-coding-system): | |
20724 Fix previous change. | |
20725 | |
20726 2005-04-26 Lute Kamstra <lute@gnu.org> | |
20727 | |
20728 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring. | |
20729 | |
20730 * font-lock.el (font-lock-fontify-region-function): Fix docstring. | |
20731 (font-lock-comment-delimiter-face): Ditto. | |
20732 | |
20733 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults. | |
20734 | |
20735 2005-04-25 Jay Belanger <belanger@truman.edu> | |
20736 | |
20737 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only | |
20738 to t while inserting information; use help-mode. | |
20739 | |
20740 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> | |
20741 | |
20742 * term.el (ansi-term-color-vector): Use the xterm colors. | |
20743 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar. | |
20744 | |
20745 2005-04-25 Lute Kamstra <lute@gnu.org> | |
20746 | |
20747 * font-core.el (font-lock-defaults): Fix docstring. | |
20748 | |
20749 * font-lock.el (font-lock-syntactic-face-function): Fix docstring. | |
20750 | |
20751 2005-04-25 Kenichi Handa <handa@m17n.org> | |
20752 | |
20753 * international/mule-cmds.el (select-safe-coding-system): | |
20754 Don't check consistency with coding: spec, etc if raw-text or | |
20755 no-conversion was found to be safe. | |
20756 | |
20757 2005-04-24 Richard M. Stallman <rms@gnu.org> | |
20758 | |
20759 * mail/sendmail.el (mail-font-lock-keywords): Match any number of | |
20760 citation markers at start of each line. | |
20761 | |
20762 * mail/rmail.el (rmail-font-lock-keywords): Match any number of | |
20763 citation markers at start of each line. | |
20764 | |
20765 * font-lock.el (font-lock-comment-delimiter-face): Doc fix. | |
20766 | |
20767 * files.el (mode-require-final-newline): Fix previous change. | |
20768 (require-final-newline): Fix type label. | |
20769 | |
20770 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk> | |
20771 | |
20772 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first | |
20773 statement in buffer (broken by 2004-11-24 change). | |
20774 | |
20775 2005-04-24 Kim F. Storm <storm@cua.dk> | |
20776 | |
20777 * ido.el (ido-everywhere): Save and restore old read-buffer-function | |
20778 and read-file-name-function values. Don't overwrite existing | |
20779 non-nil values if ido-mode is enabled without ido-everywhere. | |
20780 | |
20781 2005-04-24 Luc Teirlinck <teirllm@auburn.edu> | |
20782 | |
20783 * files.el (mode-require-final-newline): Minor doc fix. | |
20784 | |
20785 2005-04-24 Eli Zaretskii <eliz@gnu.org> | |
20786 | |
20787 * subr.el (syntax-after): Doc fix. | |
20788 (syntax-class): If argument is nil, return nil. Mask off upper 16 | |
20789 bits, not 8 bits. | |
20790 | |
20791 * files.el (mode-require-final-newline): Doc fix. | |
20792 (backup-buffer-copy): Fix last change. | |
20793 | |
20794 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
20795 | |
20796 * term/mac-win.el: Require select. Set selection-coding-system to | |
20797 mac-system-coding-system. Call menu-bar-enable-clipboard. | |
20798 (x-last-selected-text-clipboard, x-last-selected-text-primary) | |
20799 (x-select-enable-clipboard): New variables. | |
20800 (x-select-text, x-get-selection, x-selection-value) | |
20801 (x-get-selection-value, mac-select-convert-to-string) | |
20802 (mac-services-open-file, mac-services-open-selection) | |
20803 (mac-services-insert-text): New functions. | |
20804 (CLIPBOARD, FIND): Put mac-scrap-name property. | |
20805 (com.apple.traditional-mac-plain-text, public.utf16-plain-text) | |
20806 (public.tiff): Put mac-ostype property. | |
20807 (selection-converter-alist): Add entries for them. | |
20808 (mac-application-menu-map): New keymap. | |
20809 (interprogram-cut-function, interprogram-paste-function): Set to | |
20810 x-select-text and x-get-selection-value, respectively. | |
20811 (split-window-keep-point): Set to t. | |
20812 | |
20813 2005-04-23 Richard M. Stallman <rms@gnu.org> | |
20814 | |
20815 * files.el (read-directory-name): Always pass non-nil | |
20816 DEFAULT-FILENAME arg to read-file-name. | |
20817 (backup-buffer-copy, basic-save-buffer-2): Take care against | |
20818 writing thru an unexpected existing symlink. | |
20819 (revert-buffer): In indirect buffer, revert the base buffer. | |
20820 (magic-mode-alist): Doc fix. | |
20821 (buffer-stale-function): Doc fix. | |
20822 (minibuffer-with-setup-hook): Avoid warning. | |
20823 (mode-require-final-newline): Doc and custom fix. | |
20824 | |
20825 * follow.el (follow-end-of-buffer): Use with-no-warnings. | |
20826 | |
20827 * font-lock.el (font-lock-comment-face): On terminals with few colors, | |
20828 use the default appearance. | |
20829 (font-lock-comment-delimiter-face): New face, new variable. | |
20830 | |
20831 * imenu.el (imenu--generic-function): The official position of a | |
20832 definition is the start of the line that BEG is in. | |
20833 | |
20834 * midnight.el (midnight-timer): Move defvar up. | |
20835 | |
20836 * mouse.el (mouse-drag-region-1): Delete some debugging code. | |
20837 | |
20838 * saveplace.el (save-place-to-alist): Use with-no-warnings. | |
20839 | |
20840 * startup.el (command-line): Use with-no-warnings. | |
20841 | |
20842 * window.el (window-size-fixed): New defvar. | |
20843 | |
20844 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset. | |
20845 | |
20846 * mail/rmail.el (rmail-font-lock-keywords): | |
20847 Use font-lock-comment-delimiter-face. | |
20848 | |
20849 * mail/sendmail.el (mail-font-lock-keywords): | |
20850 Use font-lock-comment-delimiter-face. | |
20851 | |
20852 * progmodes/compile.el (next-error-highlight-timer): New defvar. | |
20853 | |
20854 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change) | |
20855 | |
20856 * progmodes/compile.el (compilation-mode-font-lock-keywords): | |
20857 Specify t for LAXMATCH when matching directories. | |
20858 Save match data around compilation-compat-error-properties form. | |
20859 | |
20860 2005-04-23 David Kastrup <dak@gnu.org> | |
20861 | |
20862 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode): | |
20863 Mention that the autoloaded aliases should be kept for AUCTeX. | |
20864 | |
20865 2005-04-23 Andreas Schwab <schwab@suse.de> | |
20866 | |
20867 * isearch.el (isearch-forward): Doc fix. | |
20868 | |
20869 2005-04-23 Eli Zaretskii <eliz@gnu.org> | |
20870 | |
20871 * jit-lock.el (jit-lock-stealth-time): Change default value to 16. | |
20872 (jit-lock-stealth-nice): Change default value to 0.5. | |
20873 | |
20874 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change) | |
20875 | |
20876 * abbrev.el (write-abbrev-file): Write table entries in | |
20877 alphabetical order by table name. | |
20878 | |
20879 2005-04-22 Kim F. Storm <storm@cua.dk> | |
20880 | |
20881 * ido.el (ido-read-internal): Fix `list' completion. | |
20882 | |
20883 2005-04-22 Kenichi Handa <handa@m17n.org> | |
20884 | |
20885 * recentf.el (recentf-save-file-coding-system): New variable. | |
20886 (recentf-save-list): Encode the file by | |
20887 recentf-save-file-coding-system and add coding: tag. | |
20888 | |
20889 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | |
20890 | |
20891 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro. | |
20892 | |
20893 2005-04-21 Lute Kamstra <lute@gnu.org> | |
20894 | |
20895 * loadhist.el (unload-feature): Don't remove a function from hooks | |
20896 if it is about to be restored to an autoload . Remove functions | |
20897 that will become unbound from auto-mode-alist. Simplify the code. | |
20898 | |
20899 * subr.el (assq-delete-all): New implementation that is linear, | |
20900 not quadratic. Suggested by David Kastrup <dak@gnu.org>. | |
20901 (rassq-delete-all): New function. | |
20902 | |
20903 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): | |
20904 Add size-indication-mode. | |
20905 | |
20906 2005-04-21 Kenichi Handa <handa@m17n.org> | |
20907 | |
20908 * international/mule-cmds.el: Add autoload for widget-value in | |
20909 eval-when-compile. | |
20910 | |
20911 2005-04-21 Nick Roberts <nickrob@snap.net.nz> | |
20912 | |
20913 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): | |
20914 Add tooltip-mode. | |
20915 | |
20916 * bindings.el (mode-line-mode-menu): Remove tooltip-mode. | |
20917 | |
20918 2005-04-20 Luc Teirlinck <teirllm@auburn.edu> | |
20919 | |
20920 * progmodes/inf-lisp.el (inferior-lisp): New defgroup. | |
20921 (inferior-lisp-filter-regexp, inferior-lisp-program) | |
20922 (inferior-lisp-load-command, inferior-lisp-prompt) | |
20923 (inferior-lisp-mode-hook, lisp-source-modes) | |
20924 (inferior-lisp-load-hook): defvar->defcustom. | |
20925 (inferior-lisp-program, inferior-lisp-prompt) | |
20926 (inferior-lisp-load-hook): Doc fixes. | |
20927 (inferior-lisp-install-letter-bindings): Small change in | |
20928 introductory comment. | |
20929 | |
20930 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu> | |
20931 | |
20932 * vc.el (vc-annotate-color-map): Change some colors so that text | |
20933 using them as foreground is readable on both white and black | |
20934 backgrounds. | |
20935 | |
20936 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
20937 | |
20938 * international/mule-conf.el (translation-table-for-input): | |
20939 Remove redundant declaration. | |
20940 | |
20941 2005-04-20 Nick Roberts <nickrob@snap.net.nz> | |
20942 | |
20943 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips. | |
20944 | |
20945 * tooltip.el (tooltip-gud-tips-p): Expand documentation. | |
20946 (tooltip-toggle-gud-tips): New function. | |
20947 | |
20948 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
20949 | |
20950 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and | |
20951 right angle brackets. | |
20952 | |
20953 2005-04-20 Nick Roberts <nickrob@snap.net.nz> | |
20954 | |
20955 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate. | |
20956 | |
20957 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
20958 | |
20959 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir): | |
20960 Remove. Update callers to use expand-file-name instead. | |
20961 | |
20962 * subr.el (syntax-class): New function. | |
20963 | |
20964 * simple.el (blink-matching-open): Use it. | |
20965 | |
20966 * paren.el (show-paren-function): Use it to recognize parens that are | |
20967 also used in 2-char comment markers. | |
20968 | |
20969 2005-04-19 Lute Kamstra <lute@gnu.org> | |
20970 | |
20971 * loadhist.el (unload-feature): Update for new format of | |
20972 load-history. Simplify the code. | |
20973 | |
20974 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
20975 | |
20976 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit. | |
20977 (mac-add-charset-info): New function. Initialize variable | |
20978 mac-charset-info-alist using it. | |
20979 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data | |
20980 for translation. | |
20981 (mac-symbol-encoder, mac-dingbats-encoder): New translation table. | |
20982 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats. | |
20983 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): | |
20984 New CCL programs. | |
20985 | |
20986 2005-04-19 Kim F. Storm <storm@cua.dk> | |
20987 | |
20988 * simple.el (next-buffer, prev-buffer, next-error) | |
20989 (scroll-other-window, keyboard-quit, keyboard-escape-quit) | |
20990 (clone-indirect-buffer-other-window): Move bindings to bindings.el. | |
20991 | |
20992 * bindings.el (next-buffer, prev-buffer, next-error) | |
20993 (scroll-other-window, keyboard-quit, keyboard-escape-quit) | |
20994 (clone-indirect-buffer-other-window): Move bindings from simple.el. | |
20995 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings. | |
20996 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings. | |
20997 | |
20998 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
20999 | |
21000 * isearch.el (isearch-edit-string): Make the search-ring available for | |
21001 minibuffer history commands. | |
21002 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, | |
21003 the default history commands now work just as well. | |
21004 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove. | |
21005 | |
21006 2005-04-18 Kim F. Storm <storm@cua.dk> | |
21007 | |
21008 * emulation/cua-base.el (cua--pre-command-handler): Add more | |
21009 elaborate check for shift modifier on non-window systems. | |
21010 | |
21011 2005-04-18 Lars Hansen <larsh@math.ku.dk> | |
21012 | |
21013 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'. | |
21014 | |
21015 2005-04-18 Kim F. Storm <storm@cua.dk> | |
21016 | |
21017 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA | |
21018 and make it optional. Don't test tooltip-gud-echo-area here. | |
21019 (tooltip-gud-process-output, gdb-tooltip-print): | |
21020 Pass tooltip-gud-echo-area to tooltip-show. | |
21021 (tooltip-help-tips): Remove second optional arg to tooltip-show. | |
21022 | |
21023 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
21024 | |
21025 * tooltip.el (tooltip-mode): `emacs-quick-startup' and | |
21026 `display-graphic-p' may not be bound yet. | |
21027 | |
21028 2005-04-17 Luc Teirlinck <teirllm@auburn.edu> | |
21029 | |
21030 * startup.el (command-line): No longer enable Xterm Mouse mode by | |
21031 default in terminals compatible with xterm. | |
21032 | |
21033 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil. | |
21034 | |
21035 2005-04-18 Nick Roberts <nickrob@snap.net.nz> | |
21036 | |
21037 * tooltip.el (tooltip-gud-echo-area): Rename from | |
21038 tooltip-use-echo-area. | |
21039 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print) | |
21040 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo | |
21041 area independently of where help tooltips are displayed. | |
21042 | |
21043 2005-04-17 David Kastrup <dak@gnu.org> | |
21044 | |
21045 * cus-theme.el (custom-theme-write-variables): Quote variables | |
21046 where necessary. | |
21047 | |
21048 2005-04-17 Richard M. Stallman <rms@gnu.org> | |
21049 | |
21050 * simple.el (yank-excluded-properties): Add follow-link to value. | |
21051 | |
21052 * jka-compr.el (jka-compr-compression-info-list): Fix custom type. | |
21053 | |
21054 * startup.el (fancy-splash-max-time): Just 30 seconds. | |
21055 (fancy-splash-delay): Just 7. | |
21056 (fancy-splash-screens): No time limit other than fancy-splash-max-time. | |
21057 | |
21058 * loadhist.el (unload-feature): Update for new format of load-history. | |
21059 Simplify the code. | |
21060 | |
21061 * mail/rmail.el (rmail-ignored-headers): Ignore more headers | |
21062 (rmail-font-lock-keywords): Don't fontify the text of a citation. | |
21063 | |
21064 * mail/sendmail.el (mail-font-lock-keywords): | |
21065 Don't fontify subject text. | |
21066 Don't fontify the text of a citation. | |
21067 | |
21068 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change) | |
21069 | |
21070 * comint.el (comint-output-filter): Run comint-output-filter-functions | |
21071 with point where the user had it. | |
21072 | |
21073 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
21074 | |
21075 * international/ucs-tables.el (ucs-set-table-for-input): | |
21076 Disable when using unify-on-decoding. | |
21077 | |
21078 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu> | |
21079 | |
21080 * emulation/cua-base.el (cua-global-mark-face): Add special case | |
21081 for displays supporting a high number of colors. | |
21082 | |
21083 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change) | |
21084 | |
21085 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook. | |
21086 | |
21087 2005-04-16 Chong Yidong <cyd@stupidchicken.com> | |
21088 | |
21089 * filesets.el (filesets-add-buffer): If user supplies a name of a | |
21090 non-existing fileset, create a new fileset. | |
21091 | |
21092 2005-04-16 Carsten Dominik <dominik@science.uva.nl> | |
21093 | |
21094 * textmodes/org.el (org-up-heading-all): Fix bug with | |
21095 `outline-up-heading-all'. | |
21096 | |
21097 2005-04-16 Andreas Schwab <schwab@suse.de> | |
21098 | |
21099 * files.el (auto-mode-alist): Handle /etc/sysconfig/*, | |
21100 /etc/permissions.d/* and /etc/aliases.d/*. | |
21101 | |
21102 2005-04-16 Kenichi Handa <handa@m17n.org> | |
21103 | |
21104 * international/code-pages.el (cp-make-coding-system): | |
21105 Set `translation-table-for-input' property value to the symbol | |
21106 ucs-mule-to-mule-unicode, not to that value. | |
21107 (pt154): Escape guillemet by `\'. | |
21108 | |
21109 2005-04-15 Luc Teirlinck <teirllm@auburn.edu> | |
21110 | |
21111 * loadup.el: Load tooltip if x-show-tip is fboundp. | |
21112 | |
21113 * startup.el (command-line): Add comment. | |
21114 | |
21115 * tooltip.el (tooltip-mode): Specify correct standard value for | |
21116 Custom in init-value. | |
21117 | |
21118 2005-04-15 Nick Roberts <nickrob@snap.net.nz> | |
21119 | |
21120 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if | |
21121 possible. | |
21122 | |
21123 2005-04-15 Carsten Dominik <dominik@science.uva.nl> | |
21124 | |
21125 * textmodes/org.el (org-agenda-date-prompt): Rename from | |
21126 `org-agenda-date-today'. | |
21127 (org-evaluate-time-range): Insert at point instead of directly | |
21128 after time range. | |
21129 (org-first-headline-recenter, org-subtree-end-visible-p) | |
21130 (org-optimize-window-after-visibility-change): New functions | |
21131 (org-agenda-post-command-hook): Don't allow point at end of line, | |
21132 to make sure it always hits the text properties. | |
21133 (org-agenda-next-date-line, org-agenda-previous-date-line): | |
21134 New commands. | |
21135 (org-set-regexps-and-options): Category may contain white space. | |
21136 (org-agenda-get-deadlines, org-agenda-get-scheduled): | |
21137 Improve marker positions. | |
21138 (org-agenda-new-marker): Argument POS made optional. | |
21139 (org-agenda-get-timestamps): Deadlines which are done are listed | |
21140 in org-done-face now. | |
21141 (org-agenda-get-todos, org-agenda-get-timestamps) | |
21142 (org-agenda-get-deadlines, org-agenda-get-scheduled): | |
21143 Set `undone-face' and `done-face' properties. | |
21144 (org-last-todo-state-is-todo): New variable. | |
21145 (org-todo): Set `org-last-todo-state-is-todo'. | |
21146 (org-agenda-todo): Change face according to | |
21147 `org-last-todo-state-is-todo'. And change other lines referring to | |
21148 the same entry. | |
21149 (org-calendar-goto-agenda): New command. | |
21150 (org-calendar-to-agenda-key): New option. | |
21151 (org-startup-folded): New allowed value `content'. | |
21152 (org-set-regexps-and-options): Accept new value `content' for | |
21153 `org-startup-folded'. | |
21154 (org-get-current-options): Handle new value `content' for | |
21155 `org-startup-folded'. | |
21156 (org-insert-todo-heading): New command. | |
21157 (org-mode): Insert first line "*-* mode: org-mode -*-" when called | |
21158 interactively in empty file and option | |
21159 `org-insert-mode-line-in-empty-file' has been set. | |
21160 (org-agenda-todo, org-agenda-priority): Modify to use | |
21161 `org-agenda-change-all-lines'. | |
21162 (org-warning-face): Change color on dark background | |
21163 | |
21164 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
21165 | |
21166 * international/mule-cmds.el (set-locale-environment): On Mac OS, | |
21167 use preferences AppleLocale and AppleLanguages, and variable | |
21168 mac-system-locale for default locale. On Mac OS Classic, use | |
21169 mac-system-coding-system for default coding systems. | |
21170 | |
21171 * term/mac-win.el: Don't set file-name-coding-system. | |
21172 Decode variables system-name, emacs-build-system, user-login-name, and | |
21173 user-full-name by mac-system-coding-system on Mac OS Classic. | |
21174 (mac-system-coding-system): New variable. | |
21175 | |
21176 2005-04-13 Luc Teirlinck <teirllm@auburn.edu> | |
21177 | |
21178 * startup.el (command-line): Handle `xterm-mouse-mode' before | |
21179 reading init file. | |
21180 | |
21181 * xt-mouse.el (xterm-mouse-mode): Adapt to above change. | |
21182 | |
21183 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk> | |
21184 | |
21185 * progmodes/sh-script.el (sh-here-document-word): Make it a | |
21186 defcustom. Doc fix. | |
21187 (sh-add): Bash uses $(( )) for arithmetic. | |
21188 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end. | |
21189 (sh-maybe-here-document): Remove quotes and leading whitespace | |
21190 from heredoc word when closing. Indent heredoc with tabs if word | |
21191 starts with "-". | |
21192 | |
21193 2005-04-13 Richard M. Stallman <rms@gnu.org> | |
21194 | |
21195 * simple.el (undo): Fix previous change. | |
21196 | |
21197 * custom.el (defface): Doc fix. | |
21198 | |
21199 2005-04-13 Lute Kamstra <lute@gnu.org> | |
21200 | |
21201 * Makefile.in (DONTCOMPILE): Remove list. | |
21202 (compile, compile-always): Don't use DONTCOMPILE. | |
21203 (update-authors): Load the library in which batch-update-authors | |
21204 is defined. | |
21205 * makefile.w32-in (DONTCOMPILE): Remove list. | |
21206 (compile, compile-always): Fix comments. | |
21207 (update-authors): Load the library in which batch-update-authors | |
21208 is defined. | |
21209 | |
21210 * generic-x.el (generic-mode-ini-file-find-file-hook): | |
21211 Rename to ini-generic-mode-find-file-hook. | |
21212 Keep generic-mode-ini-file-find-file-hook as an alias. | |
21213 (ini-generic-mode-find-file-hook): Rename from | |
21214 generic-mode-ini-file-find-file-hook. Fix docstring. | |
21215 (ini-generic-mode): Docstring change. | |
21216 (bat-generic-mode-run-as-comint): Silence the byte compiler. | |
21217 | |
21218 * help.el (describe-key-briefly): UNTRANSLATED can be nil when | |
21219 called from lisp. | |
21220 | |
21221 * generic.el: Move to the emacs-lisp subdir. | |
21222 | |
21223 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu> | |
21224 | |
21225 * term/xterm.el (function-key-map): Add mappings for A-, C-, S- | |
21226 and C-S- function and cursor motion keys. | |
21227 | |
21228 2005-04-12 Luc Teirlinck <teirllm@auburn.edu> | |
21229 | |
21230 * startup.el (command-line): Enable Xterm Mouse mode by default. | |
21231 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value | |
21232 for Custom. No longer show "Mouse" in mode line when enabled. | |
21233 Doc fix. | |
21234 | |
21235 2005-04-12 Kim F. Storm <storm@cua.dk> | |
21236 | |
21237 * emulation/cua-base.el (cua-rectangle-face) | |
21238 (cua-rectangle-noselect-face): Define face attributes here. | |
21239 | |
21240 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup. | |
21241 | |
21242 2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
21243 | |
21244 * startup.el (command-line): Turn off blinking cursor if | |
21245 cursorBlink in resources is off or false. | |
21246 | |
21247 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
21248 | |
21249 * term/mac-win.el (dnd): Require dnd. | |
21250 (mac-drag-n-drop): Call dnd-handle-one-url. | |
21251 (kTextEncodingMacRoman, kTextEncodingISOLatin1) | |
21252 (kTextEncodingISOLatin2): Remove constants. | |
21253 (mac-script-code-coding-systems): New constant. | |
21254 (mac-handle-language-change): New function. | |
21255 (special-event-map): Bind it to `language-change' event. | |
21256 (mac-centraleurroman, mac-cyrillic): New coding systems. | |
21257 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font) | |
21258 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder | |
21259 and mac-cyrillic-encoder to encode-mac-centraleurroman and | |
21260 encode-mac-cyrillic, respectively. | |
21261 | |
21262 2005-04-12 Nick Roberts <nickrob@snap.net.nz> | |
21263 | |
21264 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode): | |
21265 Don't set overlay-arrow-string to "=>" as this is done | |
21266 globally in C now. | |
21267 | |
21268 2005-04-12 Lute Kamstra <lute@gnu.org> | |
21269 | |
21270 * generic-x.el (rc-generic-mode, rul-generic-mode): | |
21271 Fix auto-mode-alist entries. | |
21272 (etc-fstab-generic-mode): Tweak fontification. | |
21273 | |
21274 * generic.el (generic-make-keywords-list): Fix docstring. | |
21275 (generic-mode-internal): Simplify generic-font-lock-keywords. | |
21276 | |
21277 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> | |
21278 | |
21279 * whitespace.el (whitespace-buffer-leading) | |
21280 (whitespace-buffer-trailing): Revert the incorrect test inversion. | |
21281 However, fix the highlight area for the leading and | |
21282 trailing whitespaces to show space. | |
21283 | |
21284 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> | |
21285 | |
21286 * whitespace.el (whitespace-version): Bump to 3.5 | |
21287 | |
21288 (whitespace-buffer-leading, whitespace-buffer-trailing): | |
21289 Invert sense of the test to highlight the whitespace. | |
21290 | |
21291 2005-04-12 Nick Roberts <nickrob@snap.net.nz> | |
21292 | |
21293 * progmodes/gud.el (gud-display-line): GUD uses its own | |
21294 overlay arrow now so don't set overlay-arrow-string. | |
21295 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26). | |
21296 | |
21297 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu> | |
21298 | |
21299 * term.el (term-ansi-current-bold, term-ansi-current-underline) | |
21300 (term-ansi-current-reverse, term-ansi-current-invisible) | |
21301 (term-ansi-face-already-done): Change to boolean. | |
21302 (term-reset-terminal, term-handle-colors-array): Handle the above | |
21303 vars accordingly. | |
21304 (term-buffer-vertical-motion): Rename from buffer-vertical-motion. | |
21305 (term-emulate-terminal): Use the new name. | |
21306 | |
21307 * faces.el (secondary-selection): Use yellow1, not yellow. | |
21308 (trailing-whitespace): Use red1, not red. | |
21309 | |
21310 2005-04-11 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
21311 | |
21312 * dired.el (dired-mode): Use dnd-* instead of x-dnd-* | |
21313 (dired-dnd-handle-local-file): Call dnd-get-local-file-name. | |
21314 (dired-dnd-handle-file): Call dnd-get-local-file-uri | |
21315 | |
21316 * cus-edit.el (dnd): New group. | |
21317 | |
21318 * term/w32-win.el (dnd): Require dnd | |
21319 (w32-drag-n-drop): Call dnd-handle-one-url. | |
21320 | |
21321 * x-dnd.el: Require dnd. | |
21322 (x-dnd-handle-uri-list, x-dnd-handle-file-name): | |
21323 Call dnd-handle-one-url. | |
21324 (x-dnd-types-alist, x-dnd-insert-utf8-text) | |
21325 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text | |
21326 to dnd-insert-text. | |
21327 (x-dnd-protocol-alist, x-dnd-open-file-other-window) | |
21328 (x-dnd-handle-one-url, x-dnd-get-local-file-uri) | |
21329 (x-dnd-get-local-file-name, x-dnd-open-local-file) | |
21330 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-). | |
21331 | |
21332 * dnd.el (dnd-protocol-alist): New file with generic DND functions. | |
21333 | |
21334 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> | |
21335 | |
21336 * wdired.el: Doc fixes. | |
21337 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite. | |
21338 (wdired-use-dired-vertical-movement): Rename from | |
21339 wdired-always-move-to-filename-beginning. | |
21340 (wdired-mode-map): Use `ignore' instead of `wdired-newline'. | |
21341 (wdired-change-to-wdired-mode): Change mode name. | |
21342 (wdired-newline): Delete. | |
21343 | |
21344 2005-04-11 Richard M. Stallman <rms@gnu.org> | |
21345 | |
21346 * whitespace.el (whitespace-highlight-the-space): | |
21347 Don't call whitespace-unhighlight-the-space here. | |
21348 | |
21349 * simple.el (undo): Record t in undo-equiv-table | |
21350 for the redo record made by an undo-in-region. | |
21351 | |
21352 2005-04-12 Nick Roberts <nickrob@snap.net.nz> | |
21353 | |
21354 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer) | |
21355 (gdb-frame-inferior-io-buffer): New Functions to control | |
21356 display of separate IO buffer. | |
21357 (menu): Add them to menu-bar. | |
21358 (gdb-display-buffer): Check for buffer another frame. | |
21359 Protect GUD buffer. | |
21360 (gdb-setup-windows): Create IO buffer if not already there. | |
21361 (gdb-memory-mode): Remove purecopy noops. | |
21362 | |
21363 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk> | |
21364 | |
21365 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg, | |
21366 and pass to self-insert-command. | |
21367 | |
21368 2005-04-11 Lute Kamstra <lute@gnu.org> | |
21369 | |
21370 * generic.el: Commentary section cleanup. | |
21371 (generic): Delete. | |
21372 (generic-use-find-file-hook, generic-lines-to-scan) | |
21373 (generic-find-file-regexp, generic-ignore-files-regexp) | |
21374 (default-generic-mode, generic-mode-find-file-hook) | |
21375 (generic-mode-ini-file-find-file-hook): Move to generic-x.el. | |
21376 * generic-x.el (generic-x): Docstring fix. Put it in the data group. | |
21377 (generic-use-find-file-hook, generic-lines-to-scan) | |
21378 (generic-find-file-regexp, generic-ignore-files-regexp) | |
21379 (default-generic-mode, generic-mode-find-file-hook) | |
21380 (generic-mode-ini-file-find-file-hook): Move from generic.el. | |
21381 | |
21382 2005-04-10 Karl Fogel <kfogel@red-bean.com> | |
21383 | |
21384 * bookmark.el (bookmark-write-file): Catch errors writing file. | |
21385 This is the same change as revision 1.30 of saveplace.el. | |
21386 | |
21387 2005-04-10 Richard M. Stallman <rms@gnu.org> | |
21388 | |
21389 * startup.el (fancy-splash-tail): Update copyright year. | |
21390 (command-line): Split part of -Q into -D. | |
21391 (emacs-basic-display): New defvar. | |
21392 (fancy-splash-text): Correct name of menu item. | |
21393 | |
21394 * saveplace.el (save-place-alist-to-file): Catch errors writing file. | |
21395 | |
21396 * info.el (Info-fontify-node): Handle fontification of multiple * Menu | |
21397 lines in one node. | |
21398 | |
21399 * comint.el (comint-send-input): New arg ARTIFICIAL. | |
21400 Callers in this file changed. | |
21401 | |
21402 * abbrev.el (define-abbrevs): Read system abbrevs properly. | |
21403 | |
21404 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message. | |
21405 | |
21406 2005-04-10 Chong Yidong <cyd@stupidchicken.com> | |
21407 | |
21408 * url/url-ldap.el (url-ldap): Add docstring. Fix call to | |
21409 `ldap-search-internal'. | |
21410 | |
21411 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
21412 | |
21413 * files.el (set-auto-mode-1): Use line-end-position. | |
21414 | |
21415 * international/latin-1.el: | |
21416 * international/latin-2.el: | |
21417 * international/latin-3.el: | |
21418 * international/latin-4.el: | |
21419 * international/latin-5.el: | |
21420 * international/latin-8.el: | |
21421 * international/latin-9.el: Give punctuation syntax to NBSP. | |
21422 | |
21423 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore) | |
21424 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode): | |
21425 Use char-classes to accept non-ascii letters, accepted in some recent | |
21426 bibtex implementations. | |
21427 | |
21428 2005-04-10 Luc Teirlinck <teirllm@auburn.edu> | |
21429 | |
21430 * custom.el (custom-set-minor-mode): Any non-nil value for the | |
21431 variable should enable the mode when set through Custom. | |
21432 | |
21433 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
21434 | |
21435 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default | |
21436 TAB binding so tab-always-indent is obeyed. | |
21437 (vhdl-minibuffer-local-map): Move initialization into declaration. | |
21438 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'. | |
21439 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event) | |
21440 (vhdl-hooked-abbrev): Avoid test for XEmacs. | |
21441 (vhdl-current-line): Use line-beginning-position. | |
21442 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before | |
21443 with-output-to-temp-buffer, so the current position can be recorded. | |
21444 | |
21445 2005-04-10 Masatake YAMATO <jet@gyve.org> | |
21446 | |
21447 * progmodes/compile.el (compilation-error-regexp-alist-alist): | |
21448 Add regexp for gcov. | |
21449 | |
21450 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org> | |
21451 | |
21452 * calendar/time-date.el (time-to-seconds, seconds-to-time) | |
21453 (days-to-time, time-subtract, time-add): Don't use the #xhhhh | |
21454 syntax which Emacs 20 doesn't support. | |
21455 | |
21456 2005-04-09 Richard M. Stallman <rms@gnu.org> | |
21457 | |
21458 * help.el (describe-key-briefly, describe-key): | |
21459 Replace strings as event types with "(any string)". | |
21460 | |
21461 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
21462 | |
21463 * arc-mode.el (archive-mode-map): Move initialization into | |
21464 the declaration. Override *all* bindings of `undo'. | |
21465 (archive-lemacs): Remove, use (featurep 'xemacs) instead. | |
21466 | |
21467 2005-04-09 Jay Belanger <belanger@truman.edu> | |
21468 | |
21469 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr. | |
21470 | |
21471 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu> | |
21472 | |
21473 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify. | |
21474 (xterm-register-default-colors): Update color values computation | |
21475 to match xterm-200. | |
21476 | |
21477 2005-04-09 Kenichi Handa <handa@m17n.org> | |
21478 | |
21479 * international/code-pages.el (iso-latin-7): Fix the map. | |
21480 | |
21481 2005-04-08 Luc Teirlinck <teirllm@auburn.edu> | |
21482 | |
21483 * emacs-lisp/lisp.el (defun-prompt-regexp) | |
21484 (parens-require-spaces, buffer-end, end-of-defun) | |
21485 (insert-parentheses): Doc fixes. | |
21486 | |
21487 2005-04-08 Kim F. Storm <storm@cua.dk> | |
21488 | |
21489 * comint.el (comint-highlight-prompt): Fix face spec. | |
21490 * hi-lock.el (hi-green): Likewise. | |
21491 | |
21492 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu> | |
21493 | |
21494 * cus-edit.el (custom-modified-face): | |
21495 * comint.el (comint-highlight-input): Fix previous changes. | |
21496 * term.el (term-handle-ansi-escape): Add a comment. | |
21497 | |
21498 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | |
21499 | |
21500 * whitespace.el (whitespace-highlight-the-space): Put the same overlay | |
21501 in the buffer and in whitespace-highlighted-space. | |
21502 (whitespace-unhighlight-the-space): Simplify. | |
21503 (whitespace-buffer): Simplify. | |
21504 | |
21505 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu> | |
21506 | |
21507 * textmodes/table.el (table-cell-face): Add special case for | |
21508 displays supporting a high number of colors. | |
21509 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) | |
21510 (vhdl-font-lock-reserved-words-face) | |
21511 (vhdl-speedbar-architecture-face) | |
21512 (vhdl-speedbar-instantiation-face) | |
21513 (vhdl-speedbar-architecture-selected-face) | |
21514 (vhdl-speedbar-instantiation-selected-face): Likewise. | |
21515 * progmodes/sh-script.el (sh-heredoc-face): Likewise. | |
21516 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise. | |
21517 * progmodes/ebrowse.el (ebrowse-tree-mark-face) | |
21518 (ebrowse-root-class-face, ebrowse-member-attribute-face) | |
21519 (ebrowse-progress-face): Likewise. | |
21520 * progmodes/compile.el (compilation-info-face): Likewise. | |
21521 * progmodes/cc-fonts.el (c-invalid-face): Likewise. | |
21522 * emacs-lisp/re-builder.el (reb-match-3): Likewise. | |
21523 * calendar/calendar.el (diary-face): Likewise. | |
21524 * woman.el (woman-italic-face, woman-bold-face) | |
21525 (woman-unknown-face): Likewise. | |
21526 * wid-edit.el (widget-button-pressed-face): Likewise. | |
21527 * whitespace.el (whitespace-highlight-face): Likewise. | |
21528 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise. | |
21529 * pcvs-info.el (cvs-marked-face): Likewise. | |
21530 * info.el (info-xref): Likewise. | |
21531 * ido.el (ido-subdir-face, ido-indicator-face): Likewise. | |
21532 * hilit-chg.el (highlight-changes-face) | |
21533 (highlight-changes-delete-face): Likewise. | |
21534 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b) | |
21535 (hi-red-b): Likewise. | |
21536 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise. | |
21537 * font-lock.el (font-lock-keyword-face) | |
21538 (font-lock-function-name-face, font-lock-warning-face): Likewise. | |
21539 * cus-edit.el (custom-invalid-face, custom-modified-face) | |
21540 (custom-set-face, custom-changed-face, custom-variable-tag-face) | |
21541 (custom-group-tag-face-1, custom-group-tag-face): Likewise. | |
21542 * comint.el (comint-highlight-prompt): Likewise. | |
21543 | |
21544 2005-04-08 Lute Kamstra <lute@gnu.org> | |
21545 | |
21546 * font-lock.el (font-lock-keywords): Docstring fixes. | |
21547 | |
21548 2005-04-08 Kenichi Handa <handa@m17n.org> | |
21549 | |
21550 * ps-mule.el (ps-mule-show-warning): If the number of unprintable | |
21551 chars are more than a limit, print " and more..." at the tail. | |
21552 | |
21553 2005-04-08 Kim F. Storm <storm@cua.dk> | |
21554 | |
21555 * emacs-lisp/authors.el (authors-aliases): Update list. | |
21556 (authors-ignored-files): New list. | |
21557 (authors-fixed-entries): Fix typo. | |
21558 (authors-renamed-files-alist): Update list. | |
21559 (authors-add): Check authors-ignored-files. | |
21560 | |
21561 2005-04-08 Carsten Dominik <dominik@science.uva.nl> | |
21562 | |
21563 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made | |
21564 optional, to ensure backward compatibility. | |
21565 | |
21566 2005-04-08 Stephen Eglen <stephen@gnu.org> | |
21567 | |
21568 * textmodes/flyspell.el (flyspell-large-region): Doc fix. | |
21569 | |
21570 2005-04-08 Kim F. Storm <storm@cua.dk> | |
21571 | |
21572 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face. | |
21573 | |
21574 * mouse.el (mouse-on-link-p): Doc fix. | |
21575 | |
21576 2005-04-07 Luc Teirlinck <teirllm@auburn.edu> | |
21577 | |
21578 * ielm.el (ielm-prompt-read-only): Doc fix. | |
21579 | |
21580 * comint.el (comint-prompt-read-only): Doc fix. | |
21581 | |
21582 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us> | |
21583 | |
21584 * ffap.el (ffap-pass-wildcards-to-dired): New user option to | |
21585 ensure dired always handles wildcards passed to ffap. | |
21586 (find-file-at-point): Use it. | |
21587 (ffap-dired-wildcards): Doc fix. | |
21588 | |
21589 2005-04-07 Juri Linkov <juri@jurta.org> | |
21590 | |
21591 * simple.el (next-error-overlay-arrow-position): New defvar. | |
21592 Put "=>" on its property `overlay-arrow-string'. Add it to | |
21593 `overlay-arrow-variable-list'. | |
21594 | |
21595 * progmodes/compile.el (compilation-setup): | |
21596 Set `next-error-overlay-arrow-position' to nil. Also set it to | |
21597 nil in the local hook `kill-buffer-hook'. Make local variable | |
21598 `overlay-arrow-string' and set it to "=>". | |
21599 (compilation-goto-locus): Set BOL position to | |
21600 `next-error-overlay-arrow-position' instead of | |
21601 `overlay-arrow-position'. | |
21602 | |
21603 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook' | |
21604 locally instead of adding it to the global hook. | |
21605 (Info-kill-buffer): Move up. | |
21606 | |
21607 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu> | |
21608 | |
21609 * term/xterm.el (xterm-standard-colors): Update color values from | |
21610 xterm-200. | |
21611 | |
21612 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
21613 | |
21614 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries. | |
21615 | |
21616 * fast-lock.el: | |
21617 * lazy-lock.el: Move them to the obsolete subdir. | |
21618 | |
21619 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> | |
21620 | |
21621 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace) | |
21622 (wdired-add-replace-advice): Remove. | |
21623 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only. | |
21624 | |
21625 2005-04-06 Kim F. Storm <storm@cua.dk> | |
21626 | |
21627 * startup.el (command-line): Add --bare-bones alias for -Q. | |
21628 | |
21629 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
21630 | |
21631 * term/mac-win.el: Use create-fontset-from-mac-roman-font to | |
21632 create the startup fontset if a font specification ends with | |
21633 `mac-roman'. | |
21634 | |
21635 2005-04-06 Lute Kamstra <lute@gnu.org> | |
21636 | |
21637 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03 | |
21638 change. | |
21639 | |
21640 * emacs-lisp/copyright.el (copyright-update-year): Replace the | |
21641 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>. | |
21642 | |
21643 2005-04-05 Lute Kamstra <lute@gnu.org> | |
21644 | |
21645 * generic.el (generic-mode-internal): Fix 2005-03-31 change. | |
21646 (define-generic-mode): Ditto. Fix debug declaration. | |
21647 | |
21648 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): | |
21649 Put them in the generic-x group. | |
21650 | |
21651 * calendar/timeclock.el (timeclock): Doc fix. | |
21652 | |
21653 * generic.el (define-generic-mode): Don't use custom-current-group. | |
21654 Document default :group value. | |
21655 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto. | |
21656 (define-global-minor-mode): Don't use custom-current-group. | |
21657 | |
21658 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk> | |
21659 | |
21660 * startup.el (command-line-1): Display startup-echo-area-message | |
21661 when fancy splash screen is in use. | |
21662 | |
21663 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'. | |
21664 (sh-escaped-newline): New face. | |
21665 (sh-font-lock-keywords) <shell>: Improve regexp for escaped | |
21666 newline, and use sh-escaped-newline face. | |
21667 | |
21668 * progmodes/tcl.el (tcl-escaped-newline): New face. | |
21669 (tcl-builtin-list): New variable. | |
21670 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped | |
21671 newlines. Fix keywords subexpression number. | |
21672 | |
21673 2005-04-05 Carsten Dominik <dominik@science.uva.nl> | |
21674 | |
21675 * textmodes/org.el (org-diary-default-entry): Fix call to | |
21676 `add-to-diary-entry'. | |
21677 | |
21678 2005-04-05 Kim F. Storm <storm@cua.dk> | |
21679 | |
21680 * ediff-init.el: Use (featurep 'xemacs). | |
21681 | |
21682 2005-04-05 David Ponce <david@dponce.com> | |
21683 | |
21684 * cus-edit.el (face): Derive from symbol widget. Display sample | |
21685 of the current face on the fly. | |
21686 (widget-face-sample-face-get, widget-face-notify): New functions. | |
21687 (widget-face-value-create): Remove. | |
21688 | |
21689 * wid-edit.el (widget-field-end): Temporarily remove field | |
21690 narrowing before to call `get-char-property'. | |
21691 | |
21692 2005-04-04 Jay Belanger <belanger@truman.edu> | |
21693 | |
21694 * calc/calc-aent.el (math-read-replacement-list): Add subscripts. | |
21695 (math-read-subscripts): New variable. | |
21696 (math-read-preprocess-string): Process subscripts. | |
21697 | |
21698 2005-04-04 Luc Teirlinck <teirllm@auburn.edu> | |
21699 | |
21700 * comint.el (comint-prompt-read-only): Doc fix. | |
21701 | |
21702 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like | |
21703 `-1'. Doc fix. | |
21704 | |
21705 2005-04-04 Carsten Dominik <dominik@science.uva.nl> | |
21706 | |
21707 * textmodes/org.el (org-insert-mode-line-in-empty-file): | |
21708 Change default value to nil. | |
21709 | |
21710 2005-04-04 Lute Kamstra <lute@gnu.org> | |
21711 | |
21712 * autorevert.el (auto-revert-mode): Specify :group. | |
21713 * battery.el (display-battery-mode): Specify :group. | |
21714 * diff-mode.el (diff-minor-mode): Specify :group. | |
21715 * font-core.el (font-lock-mode): Specify :group. | |
21716 * hl-line.el (hl-line-mode): Specify :group. | |
21717 * iimage.el (iimage): New customization group. | |
21718 (iimage-mode): Specify :group. | |
21719 * longlines.el (longlines-mode): Specify :group. | |
21720 * master.el: Don't require easy-mmode. | |
21721 (master): New customization group. | |
21722 (master-mode): Specify :group. | |
21723 * msb.el (msb-mode): Specify :group. | |
21724 * reveal.el (reveal-mode): Specify :group. | |
21725 * simple.el (next-error-follow-minor-mode): Specify :group. | |
21726 * smerge-mode.el (smerge-mode): Specify :group. | |
21727 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group. | |
21728 * emulation/cua-base.el (cua-mode): Specify :group. | |
21729 * international/encoded-kb.el (encoded-kbd-mode): Specify :group. | |
21730 * language/thai-util.el (thai-auto-composition-mode) | |
21731 (thai-word-mode): Specify :group. | |
21732 * mail/supercite.el (sc-minor-mode): Specify :group. | |
21733 * progmodes/cwarn.el (cwarn-mode): Specify :group. | |
21734 * progmodes/flymake.el (flymake-mode): Specify :group. | |
21735 * progmodes/glasses.el (glasses-mode): Specify :group. | |
21736 * progmodes/hideif.el (hide-ifdef-mode): Specify :group. | |
21737 * textmodes/enriched.el (enriched-mode): Specify :group. | |
21738 * textmodes/refill.el (refill-mode): Specify :group. | |
21739 | |
21740 * add-log.el (change-log-font-lock-keywords): Names in | |
21741 parenthesized lists can contain spaces. | |
21742 | |
21743 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> | |
21744 | |
21745 * startup.el (fancy-splash-text): Shorten default text of | |
21746 "Emacs Tutorial" line. Also, if the current language env | |
21747 indicates an available tutorial file other than TUTORIAL, | |
21748 extract its title and append it to the line in parentheses. | |
21749 (fancy-splash-insert): If arg is a thunk, funcall it. | |
21750 | |
21751 2005-04-04 Jay Belanger <belanger@truman.edu> | |
21752 | |
21753 * calc.el (calc-language-alist): Add tags to customization type. | |
21754 | |
21755 2005-04-03 Luc Teirlinck <teirllm@auburn.edu> | |
21756 | |
21757 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse. | |
21758 Doc fix. | |
21759 | |
21760 2005-04-03 Marcelo Toledo <marcelo@gnu.org> | |
21761 | |
21762 * add-log.el (change-log-font-lock-keywords): The manual | |
21763 describing a Change Log entry, says: (...) "Aside from these | |
21764 header lines, every line in the change log starts with a space or | |
21765 a tab.". The font-lock was not highlighting lines started with | |
21766 spaces, added support for it. | |
21767 | |
21768 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
21769 | |
21770 * textmodes/bibtex.el (bibtex-url): Use format to generate the url. | |
21771 (bibtex-generate-url-list): Update docstring accordingly. Put the | |
21772 complex example in the docstring. | |
21773 (bibtex-font-lock-url): Use pop. | |
21774 | |
21775 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
21776 | |
21777 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops. | |
21778 | |
21779 * pcvs.el (cvs-checkout): Prompt for cvsroot as well. | |
21780 | |
21781 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk> | |
21782 | |
21783 * filesets.el (filesets-set-default): Doc fix. | |
21784 | |
21785 2005-04-03 Lute Kamstra <lute@gnu.org> | |
21786 | |
21787 * generic.el (define-generic-mode): Add argument to specify | |
21788 keywords for defcustom. | |
21789 (default-generic-mode): Specify :group. | |
21790 | |
21791 * generic-x.el: Specify :group for all generic modes. | |
21792 | |
21793 * desktop.el (desktop-no-desktop-file-hook) | |
21794 (desktop-after-read-hook): Doc fix. | |
21795 | |
21796 2005-04-02 Luc Teirlinck <teirllm@auburn.edu> | |
21797 | |
21798 * simple.el (visible-mode): Use explicit :group keyword. | |
21799 This changes the group of `visible-mode-hook' from paren-blinking | |
21800 to editing-basics. | |
21801 | |
21802 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change) | |
21803 | |
21804 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional | |
21805 mailbox specifications as well as URLs. | |
21806 (rmail-insert-inbox-text): Remove unused conditional branches. | |
21807 | |
21808 2005-04-01 Jay Belanger <belanger@truman.edu> | |
21809 | |
21810 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command) | |
21811 (calc-gnuplot-print-command): Move definitions to calc.el. | |
21812 | |
21813 * calc/calc-embed.el (calc-embedded-announce-formula) | |
21814 (calc-embedded-open-formula, calc-embedded-close-formula) | |
21815 (calc-embedded-open-word, calc-embedded-close-word) | |
21816 (calc-embedded-open-plain, calc-embedded-close-plain) | |
21817 (calc-embedded-open-new-formula, calc-embedded-close-new-formula) | |
21818 (calc-embedded-open-mode, calc-embedded-close-mode): | |
21819 Move definitions to calc.el. | |
21820 | |
21821 * calc/calc.el (calc-settings-file, calc-language-alist): | |
21822 Make customizable. | |
21823 (calc-embedded-announce-formula, calc-embedded-open-formula) | |
21824 (calc-embedded-close-formula, calc-embedded-open-word) | |
21825 (calc-embedded-close-word, calc-embedded-open-plain) | |
21826 (calc-embedded-close-plain, calc-embedded-open-new-formula) | |
21827 (calc-embedded-close-new-formula, calc-embedded-open-mode) | |
21828 (calc-embedded-close-mode, calc-gnuplot-name) | |
21829 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here | |
21830 from other files and make customizable. | |
21831 | |
21832 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
21833 | |
21834 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check): | |
21835 Use buffer-live-p. | |
21836 (cvs-mode-run): Don't call cvs-update-header here. | |
21837 (cvs-run-process): Call cvs-update-header. | |
21838 Use process properties for cvs-postprocess and cvs-buffer so that | |
21839 the sentinel can behave better if the temp buffer is killed. | |
21840 Use a pipe rather than a tty, to better handle unexpected prompts. | |
21841 (cvs-sentinel): Rewrite. Call cvs-update-header. | |
21842 | |
21843 2005-04-01 Andre Spiegel <spiegel@gnu.org> | |
21844 | |
21845 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when | |
21846 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann. | |
21847 | |
21848 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | |
21849 | |
21850 * generic.el (define-generic-mode): Add indentation rule. | |
21851 | |
21852 2005-03-31 Luc Teirlinck <teirllm@auburn.edu> | |
21853 | |
21854 * files.el (mode-require-final-newline): Make Custom correctly | |
21855 report a nil value and allow to set it to nil via Custom. | |
21856 Doc fix. | |
21857 | |
21858 2005-04-01 Kenichi Handa <handa@m17n.org> | |
21859 | |
21860 * international/characters.el: Enable the correct case setting for | |
21861 dotless-i and dotted-I. | |
21862 | |
21863 2005-04-01 Kim F. Storm <storm@cua.dk> | |
21864 | |
21865 * ido.el (ido-file-internal): Fall back to non-ido command if | |
21866 initial directory is on slow ftp (or tramp) host. | |
21867 | |
21868 2005-03-31 Richard M. Stallman <rms@gnu.org> | |
21869 | |
21870 * emacs-lisp/autoload.el (make-autoload): | |
21871 Handle define-global-minor-mode. | |
21872 | |
21873 * emacs-lisp/easy-mmode.el (define-global-minor-mode): | |
21874 Rename from easy-mmode-define-global-mode. | |
21875 (easy-mmode-define-global-mode): Alias for define-global-minor-mode. | |
21876 | |
21877 * progmodes/scheme.el (scheme-mode-syntax-table): | |
21878 Update syntax of | and # for two-character comment syntax. | |
21879 | |
21880 2005-03-31 Lute Kamstra <lute@gnu.org> | |
21881 | |
21882 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode) | |
21883 (define-minor-mode): Call custom-current-group at load-time. | |
21884 | |
21885 * generic.el (define-generic-mode): Add debug declaration. | |
21886 Add defcustom for the mode hook. | |
21887 (generic-mode-internal): Use run-mode-hooks. | |
21888 | |
21889 2005-03-31 Kim F. Storm <storm@cua.dk> | |
21890 | |
21891 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms. | |
21892 (mouse-fixup-help-message): New defun called by show_help_echo | |
21893 to fixup mouse-2 prefix in help messages when applicable. | |
21894 | |
21895 * tooltip.el (tooltip-show-help-function): Don't fixup message here. | |
21896 | |
21897 2005-03-31 Kenichi Handa <handa@m17n.org> | |
21898 | |
21899 * language/thai-word.el (thai-find-word-ends): Pay attention to | |
21900 the case that we reach the end of buffer. | |
21901 | |
21902 * textmodes/fill.el (fill-text-properties-at): New function. | |
21903 (fill-newline): Use fill-text-properties-at instead of | |
21904 text-properties-at. | |
21905 | |
21906 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) | |
21907 | |
21908 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument, | |
21909 not comint-quote-filename. | |
21910 | |
21911 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org> | |
21912 | |
21913 * help-fns.el (help-with-tutorial): Revert last change. | |
21914 | |
21915 2005-03-31 Kim F. Storm <storm@cua.dk> | |
21916 | |
21917 * emulation/cua-base.el (cua-scroll-down): Add CUA property. | |
21918 | |
21919 2005-03-30 Paul Eggert <eggert@cs.ucla.edu> | |
21920 | |
21921 * calendar/cal-china.el: Update reference to "Calendrical | |
21922 Calculations" book; there's a new edition. | |
21923 * calendar/cal-coptic.el: Likewise. | |
21924 * calendar/cal-french.el: Likewise. | |
21925 * calendar/cal-hebrew.el: Likewise. | |
21926 * calendar/cal-islam.el: Likewise. | |
21927 * calendar/cal-iso.el: Likewise. | |
21928 * calendar/cal-julian.el: Likewise. | |
21929 * calendar/cal-mayan.el: Likewise. | |
21930 * calendar/cal-persia.el: Likewise. | |
21931 * calendar/calendar.el: Likewise. | |
21932 * calendar/holidays.el: Likewise. | |
21933 * calendar/lunar.el: Likewise. | |
21934 * calendar/solar.el: Likewise. | |
21935 | |
21936 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing | |
21937 white space from doc string. | |
21938 | |
21939 2005-03-30 Jay Belanger <belanger@truman.edu> | |
21940 | |
21941 * calc/calc-help.el (calc-full-help): Remove email address. | |
21942 | |
21943 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org> | |
21944 | |
21945 * help-fns.el (help-with-tutorial): Delete title line. | |
21946 | |
21947 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk> | |
21948 | |
21949 * calendar/cal-x.el (calendar-one-frame-setup) | |
21950 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t | |
21951 rather than `symbol' for set-window-dedicated-p. | |
21952 | |
21953 * calendar/appt.el (appt-buffer-name): Make it a constant. | |
21954 (appt-add): Doc fix. | |
21955 | |
21956 * filesets.el (filesets-menu-path, filesets-menu-before) | |
21957 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs. | |
21958 (filesets-menu-cache-file): Use directory ~/.emacs.d. | |
21959 (filesets-add-submenu): Delete and use add-submenu instead. | |
21960 | |
21961 2005-03-30 Carsten Dominik <dominik@science.uva.nl> | |
21962 | |
21963 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset) | |
21964 (org-agenda-convert-date, org-agenda-goto-calendar): New commands. | |
21965 (org-diary-default-entry): New function. | |
21966 (org-get-entries-from-diary): Better parsing of diary entries. | |
21967 (org-agenda-check-no-diary): New function. | |
21968 ("diary-lib"): Advice to function `add-to-diary-list', to allow | |
21969 linking to diary entries. | |
21970 (org-agenda-execute-calendar-command): New function. | |
21971 (org-agenda): Improve visible section in window. | |
21972 Use `org-fit-agenda-window'. | |
21973 (org-fit-agenda-window): New option. | |
21974 (org-move-subtree-down): Better handling of empty lines | |
21975 at end of subtree. | |
21976 (org-cycle): Numeric prefix is interpreted now as show-subtree N | |
21977 levels up. | |
21978 (org-fontify-done-headline): New option. | |
21979 (org-headline-done-face): New face. | |
21980 (org-set-font-lock-defaults): Use `org-headline-done-face'. | |
21981 (org-table-copy-down): Rename from `org-table-copy-from-above'. | |
21982 When current field is non-empty, it is copied to next row. | |
21983 (org-table-copy-from-above): Fix bug which made it | |
21984 impossible to copy fields containing only a single non-white character. | |
21985 | |
21986 2005-03-30 Kim F. Storm <storm@cua.dk> | |
21987 | |
21988 * kmacro.el (kmacro-end-macro): Isearch may store this command | |
21989 into the macro -- so ignore it when executing keyboard macro. | |
21990 | |
21991 2005-03-30 Nick Roberts <nickrob@snap.net.nz> | |
21992 | |
21993 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position. | |
21994 | |
21995 2005-03-29 Kenichi Handa <handa@m17n.org> | |
21996 | |
21997 * language/thai.el ("Thai"): Set setup-function and exit-function | |
21998 for Thai language environment. | |
21999 | |
22000 * language/thai-util.el: Require thai-word. | |
22001 (thai-word-mode-map): New variable. | |
22002 (thai-word-mode): New minor mode. | |
22003 (setup-thai-language-environment-internal): New function. | |
22004 (exit-thai-language-environment-internal): New function. | |
22005 | |
22006 * language/thai-word.el (thai-word-table): Declare it by defvar, | |
22007 use dolist to initialize it. | |
22008 (thai-kill-word, thai-backward-kill-word, thai-transpose-words) | |
22009 (thai-fill-find-break-point): New functions. | |
22010 | |
22011 2005-03-29 Richard M. Stallman <rms@gnu.org> | |
22012 | |
22013 * simple.el (idle-update-delay): Move definition up. | |
22014 (set-mark): Doc fix. | |
22015 | |
22016 2005-03-29 Chong Yidong <cyd@stupidchicken.com> | |
22017 | |
22018 * longlines.el: New file. | |
22019 | |
22020 * simple.el (buffer-substring-filters): New variable. | |
22021 (filter-buffer-substring): New function. | |
22022 (kill-region, copy-region-as-kill): Use it. | |
22023 | |
22024 * register.el (copy-to-register, append-to-register) | |
22025 (prepend-to-register): Use filter-buffer-substring. | |
22026 | |
22027 2005-03-30 Nick Roberts <nickrob@snap.net.nz> | |
22028 | |
22029 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text. | |
22030 (gud-filter-pending-text): Move in front of gdb. | |
22031 (gud-overlay-arrow-position): New variable. | |
22032 (gud-sentinel, gud-display-line): Use it in place of | |
22033 overlay-arrow-position. | |
22034 | |
22035 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> | |
22036 | |
22037 * progmodes/fortran.el (fortran-if-indent): Doc fix. | |
22038 (fortran-font-lock-keywords-2): Add "where", "elsewhere". | |
22039 (fortran-font-lock-keywords-4): New variable. | |
22040 (fortran-blocks-re, fortran-end-block-re) | |
22041 (fortran-start-block-re): New constants, for hideshow. | |
22042 (hs-special-modes-alist): Add a Fortran entry. | |
22043 (fortran-mode-map): Bind fortran-end-of-block, | |
22044 fortran-beginning-of-block to \M-\C-n, \M-\C-p. | |
22045 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4. | |
22046 (fortran-looking-at-if-then, fortran-end-of-block) | |
22047 (fortran-beginning-of-block): New functions, for hideshow. | |
22048 | |
22049 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): | |
22050 Doc fix. Tweak regexp. | |
22051 (f90-beginning-of-block): Push mark first. | |
22052 | |
22053 2005-03-29 Jay Belanger <belanger@truman.edu> | |
22054 | |
22055 * calc/calc.el: Update copyright date. | |
22056 (calc-version): Increase to 2.1. | |
22057 (calc-version-date): Remove. | |
22058 | |
22059 * calc/calc-help.el: Update copyright date. | |
22060 (calc-full-help): Remove reference to calc-version-date. | |
22061 Update copyright date. | |
22062 | |
22063 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
22064 | |
22065 * vc.el (vc-do-command): Use a pipe for async processes, so password | |
22066 prompts don't show up at places where the user can't reply. | |
22067 | |
22068 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change) | |
22069 | |
22070 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument | |
22071 on the file name we pass to the inferior shell. | |
22072 | |
22073 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change) | |
22074 | |
22075 * progmodes/which-func.el (which-function): Be robust in the face of an | |
22076 imenu--make-index-alist failure. | |
22077 | |
22078 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
22079 | |
22080 * reveal.el (reveal-mode-map): Don't override C-a and C-e. | |
22081 | |
22082 * progmodes/python.el (python-preoutput-filter): Fix last change. | |
22083 | |
22084 2005-03-29 Lute Kamstra <lute@gnu.org> | |
22085 | |
22086 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded | |
22087 functions and compiled macros. | |
22088 (debug-convert-byte-code): Handle macros too. | |
22089 (debug-on-entry-1): Don't signal an error when trying to clear a | |
22090 function that is not set to debug on entry. | |
22091 | |
22092 2005-03-29 Jay Belanger <belanger@truman.edu> | |
22093 | |
22094 * calc/calc-lang.el: Add functions to math-function-table | |
22095 properties of tex and math. | |
22096 | |
22097 2005-03-29 Kenichi Handa <handa@m17n.org> | |
22098 | |
22099 * ps-mule.el (ps-mule-plot-string): Translate characters by | |
22100 ps-print-translation-table. | |
22101 (ps-mule-begin-job): Call find-charset-region/string with | |
22102 ps-print-translation-table. | |
22103 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1. | |
22104 | |
22105 * ps-print.el (ps-print-translation-table): New variable. | |
22106 (ps-plot-region): Translate characters by ps-print-translation-table. | |
22107 | |
22108 2005-03-29 Juri Linkov <juri@jurta.org> | |
22109 | |
22110 * simple.el (next-error-highlight-timer): New variable. | |
22111 | |
22112 * progmodes/compile.el (compilation-goto-locus): | |
22113 Use `next-error-highlight-timer' instead of `sit-for'. | |
22114 | |
22115 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
22116 | |
22117 * mail/supercite.el (sc-mail-field): Use assoc-string. | |
22118 (sc-get-address): Simplify regexps. | |
22119 | |
22120 * files.el (minibuffer-with-setup-hook): New macro. | |
22121 (find-file-read-args): Use it to avoid let-binding | |
22122 minibuffer-with-setup-hook (which breaks turning on/off | |
22123 file-name-shadow-mode while in the prompt). | |
22124 | |
22125 * complete.el (PC-read-include-file-name-internal): | |
22126 Use test-completion. | |
22127 | |
22128 2005-03-28 Luc Teirlinck <teirllm@auburn.edu> | |
22129 | |
22130 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o. | |
22131 | |
22132 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
22133 | |
22134 * window.el (window-buffer-height): Use count-screen-lines. | |
22135 | |
22136 * progmodes/python.el (python-preoutput-leftover): New var. | |
22137 (python-preoutput-filter): Use it. | |
22138 (python-send-receive): Loop until all the result has been received. | |
22139 | |
22140 2005-03-28 Juri Linkov <juri@jurta.org> | |
22141 | |
22142 * dired.el (dired-mode-map): Add ellipsis to "Compare directories". | |
22143 | |
22144 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from | |
22145 "Recover Crashed Session". | |
22146 (menu-bar-search-menu): Add ellipsis to "Search tagged files". | |
22147 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files". | |
22148 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name". | |
22149 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos". | |
22150 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset". | |
22151 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual". | |
22152 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual". | |
22153 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages". | |
22154 | |
22155 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu): | |
22156 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List | |
22157 Ediff Sessions", "Toggle use of separate control buffer frame", | |
22158 "Use separate frame for Ediff control buffer". | |
22159 | |
22160 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to | |
22161 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location", | |
22162 "Rename Bookmark", "Delete Bookmark". | |
22163 | |
22164 * info.el (Info-mode-menu): Remove ellipsis from "Index". | |
22165 Add ellipsis to "Lookup a String", "Lookup a string in all indices". | |
22166 Add `:active Info-index-alternatives' to "Next Matching Item". | |
22167 | |
22168 * wdired.el (wdired-change-to-wdired-mode): | |
22169 Mention `wdired-abort-changes' key in the initial message. | |
22170 | |
22171 * international/mule.el (auto-coding-alist): Associate non-ascii | |
22172 image filename extensions with `no-conversion'. | |
22173 | |
22174 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
22175 | |
22176 * international/iso-acc.el: | |
22177 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir. | |
22178 | |
22179 2005-03-26 Luc Teirlinck <teirllm@auburn.edu> | |
22180 | |
22181 * textmodes/sgml-mode.el (html-mode): Doc update. | |
22182 | |
22183 * autorevert.el (auto-revert-check-vc-info): Minor doc fix. | |
22184 | |
22185 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu> | |
22186 | |
22187 * term.el (term-move-columns): Fix face after extending a line. | |
22188 (term-insert-spaces): Likewise. | |
22189 (term-reset-terminal): Fix off by one error. | |
22190 | |
22191 2005-03-26 Eli Zaretskii <eliz@gnu.org> | |
22192 | |
22193 * international/mule.el (auto-coding-alist): Add .xpi files. | |
22194 | |
22195 * files.el (auto-mode-alist): Add .xpi files. | |
22196 | |
22197 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change) | |
22198 | |
22199 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian. | |
22200 | |
22201 2005-03-26 Eli Zaretskii <eliz@gnu.org> | |
22202 | |
22203 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete. | |
22204 | |
22205 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> | |
22206 | |
22207 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3 | |
22208 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>. | |
22209 | |
22210 * calendar/cal-move.el (calendar-beginning-of-year): Move the | |
22211 cursor to Jan 1 when needed. | |
22212 (calendar-end-of-year): Fix -/+ typo. | |
22213 Reported by Chong Yidong <cyd@stupidchicken.com>. | |
22214 | |
22215 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
22216 | |
22217 * progmodes/flymake.el (flymake-mode): Add autoload cookie. | |
22218 | |
22219 * emacs-lisp/debug.el (debugger-record-expression): Add a missing | |
22220 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>. | |
22221 | |
22222 2005-03-25 Richard M. Stallman <rms@gnu.org> | |
22223 | |
22224 * filesets.el (filesets-init): Add autoload. | |
22225 | |
22226 * mail/mailalias.el (mail-directory): Doc fix. | |
22227 | |
22228 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | |
22229 | |
22230 * mail/mailalias.el (mail-directory-process): Do nothing if | |
22231 mail-directory-process is an atom. | |
22232 (mail-get-names): Ignore mail-directory-names if it is an atom. | |
22233 (mail-directory-process defvar): Doc fix. | |
22234 (mail-names): Doc fix. | |
22235 | |
22236 2005-03-25 Johan Bockg,Ae(Brd <bojohan+mail@dd.chalmers.se> (tiny change) | |
22237 | |
22238 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax. | |
22239 | |
22240 2005-03-26 Kenichi Handa <handa@m17n.org> | |
22241 | |
22242 * international/mule-util.el (detect-coding-with-priority): | |
22243 Call update-coding-systems-internal before detect-coding-region. | |
22244 | |
22245 2005-03-26 Nick Roberts <nickrob@snap.net.nz> | |
22246 | |
22247 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map) | |
22248 (gdb-frames-mode-map): Add follow-link property. | |
22249 | |
22250 2005-03-25 Jay Belanger <belanger@truman.edu> | |
22251 | |
22252 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt | |
22253 for variables. | |
22254 | |
22255 2005-03-25 Juri Linkov <juri@jurta.org> | |
22256 | |
22257 * image-mode.el: Optimize image filename extension regexps in | |
22258 autoload cookies. Associate .x[bp]m with `image-mode-maybe' | |
22259 in `auto-mode-alist'. | |
22260 (image-mode): Add `image-toggle-display-text' to local hook | |
22261 `change-major-mode-hook'. Display the image as an image by | |
22262 default. Set `cursor-type' and `truncate-lines' if the image | |
22263 is already displayed. Take into account the current mode (image | |
22264 or text) in message. | |
22265 (image-minor-mode): New minor mode. | |
22266 (image-mode-maybe, image-toggle-display-text): New functions. | |
22267 (image-toggle-display): Use called-interactively-p. | |
22268 Let-bind `inhibit-read-only' to t. | |
22269 | |
22270 * image-mode.el (image-minor-mode): Set `cursor-type' and | |
22271 `truncate-lines' if the image is already displayed. Add turning | |
22272 image-minor-mode off to `change-major-mode-hook'. Add message. | |
22273 Call `image-toggle-display-text' after turning image-minor-mode off. | |
22274 | |
22275 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
22276 | |
22277 * international/mule-cmds.el (set-locale-environment): For Mac OS X's | |
22278 Terminal.app, use utf-8. | |
22279 (set-display-table-and-terminal-coding-system): Add coding-system arg. | |
22280 (set-locale-environment): Use it. | |
22281 | |
22282 * term/xterm.el: Undo last change, better done in mule-cmds.el. | |
22283 | |
22284 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end. | |
22285 | |
22286 * progmodes/python.el (python-close-block-statement-p) | |
22287 (python-outdent-p, python-current-defun): Use symbol-end. | |
22288 | |
22289 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | |
22290 | |
22291 * files.el (save-some-buffers): Doc fix. | |
22292 | |
22293 2005-03-25 Werner Lemberg <wl@gnu.org> | |
22294 | |
22295 * complete.el, thumbs.el: Replace `legal' with `valid'. | |
22296 * calendar/calendar.el: Replace `legal' with `valid'. | |
22297 * emacs-lisp/advice.el: Replace `legal' with `valid'. | |
22298 * mail/supercite.el: Replace `legal' with `valid'. | |
22299 * progmodes/cperl-mode.el, progmodes/idlw-shell.el | |
22300 * progmodes/idlwave.el, progmodes/vhdl-mode.el: | |
22301 Replace `legal' with `valid'. | |
22302 * textmodes/reftex-vars.el, textmodes/reftex.el: | |
22303 Replace `legal' with `valid'. | |
22304 | |
22305 2005-03-25 Werner Lemberg <wl@gnu.org> | |
22306 | |
22307 * calc/calc-forms.el, calc/calc-sel.el | |
22308 * midnight.el, vc-cvs.el | |
22309 * emacs-lisp/cl-macs.el | |
22310 * emulation/vip.el | |
22311 * eshell/esh-io.el, eshell/esh-var.el | |
22312 * mail/supercite.el | |
22313 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el | |
22314 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el | |
22315 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el | |
22316 * progmodes/sh-script.el, progmodes/xscheme.el | |
22317 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el | |
22318 * textmodes/reftex-index.el, textmodes/reftex-parse.el | |
22319 * textmodes/reftex-ref.el, textmodes/reftex-vars.el | |
22320 * textmodes/reftex.el, textmodes/org.el: | |
22321 Replace `illegal' with `invalid'. | |
22322 | |
22323 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
22324 | |
22325 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks) | |
22326 (flymake-find-buildfile, flymake-find-possible-master-files) | |
22327 (flymake-check-include, flymake-parse-line): Replace loops over the | |
22328 length of lists, by loops over lists, to remove silly O(n,A2(B) behavior. | |
22329 | |
22330 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove. | |
22331 Substitute file-name-as-directory in the rest of the file. | |
22332 (flymake-get-common-file-prefix): Rewrite, using compare-strings. | |
22333 (flymake-replace-region): Remove unused arg `buffer'. | |
22334 (flymake-check-patch-master-file-buffer): Update calls to it. | |
22335 (flymake-add-err-info): Remove unused var `count'. | |
22336 (flymake-mode): Use define-minor-mode. | |
22337 | |
22338 * progmodes/flymake.el: Use with-current-buffer. | |
22339 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position) | |
22340 flymake-replace-regexp-in-string, flymake-line-beginning-position) | |
22341 (flymake-popup-menu, flymake-current-row, flymake-selected-frame): | |
22342 Avoid testing for `xemacs'. | |
22343 (flymake-nop): Move. | |
22344 (flymake-region-has-flymake-overlays): Return the computed value. | |
22345 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist. | |
22346 Remove unused var `endline'. | |
22347 (flymake-get-line-count): Remove unused function. | |
22348 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos. | |
22349 | |
22350 * emulation/vi.el: | |
22351 * generic.el: | |
22352 * hilit-chg.el (global-highlight-changes): | |
22353 * hi-lock.el (hi-lock-mode): | |
22354 * follow.el: find-file-hooks -> find-file-hook. | |
22355 | |
22356 * comint.el (comint-insert-input): Obey mouse-yank-at-point. | |
22357 | |
22358 2005-03-24 Juri Linkov <juri@jurta.org> | |
22359 | |
22360 * dired.el (dired-mode-map): Add menu item "Compare directories" | |
22361 for dired-compare-directories. | |
22362 | |
22363 * dired-aux.el (dired-compare-directories): Add autoload cookie. | |
22364 Doc fix. Replace `read-file-name' with `read-directory-name'. | |
22365 | |
22366 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
22367 | |
22368 * term/xterm.el: If running in Terminal.app set coding-system to utf-8. | |
22369 | |
22370 2005-03-24 Jay Belanger <belanger@truman.edu> | |
22371 | |
22372 * calc/calc-embed.el (calc-embedded-mode-change): Save all | |
22373 relevant mode settings in calc-embedded-original-modes when modes | |
22374 are permanently changed. | |
22375 | |
22376 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
22377 | |
22378 * autoinsert.el: find-file-hooks -> find-file-hook. | |
22379 | |
22380 2005-03-24 Lute Kamstra <lute@gnu.org> | |
22381 | |
22382 * generic.el (generic-font-lock-defaults): Make it obsolete. | |
22383 (generic-font-lock-keywords): New variable to replace | |
22384 generic-font-lock-defaults. | |
22385 (generic-mode-set-font-lock): Delete it. | |
22386 (generic-mode-internal): Don't call generic-mode-set-font-lock. | |
22387 (generic-bracket-support): Add docstring. | |
22388 | |
22389 * generic-x.el: Rename generic-font-lock-defaults to | |
22390 generic-font-lock-keywords throughout. | |
22391 (mailagent-rules-setup-function): Delete it. | |
22392 (mailagent-rules-generic-mode): Use anonymous function instead. | |
22393 (show-tabs-generic-mode-font-lock-defaults-1) | |
22394 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants. | |
22395 Quote faces. | |
22396 (show-tabs-tab-face, show-tabs-space-face): Specify background, | |
22397 not foreground. | |
22398 | |
22399 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): | |
22400 Recognize define-generic-mode. | |
22401 | |
22402 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
22403 | |
22404 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete | |
22405 if there's no completion table. | |
22406 | |
22407 2005-03-23 Miles Bader <miles@gnu.org> | |
22408 | |
22409 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): | |
22410 Remove tty-specific variants, as they're no longer needed. | |
22411 | |
22412 2005-03-23 Lute Kamstra <lute@gnu.org> | |
22413 | |
22414 * generic-x.el: Code cleanup: make args constant whenever possible. | |
22415 (installshield-statement-keyword-list) | |
22416 (installshield-system-functions-list) | |
22417 (installshield-system-variables-list, installshield-types-list) | |
22418 (installshield-funarg-constants-list): Make them constants. | |
22419 | |
22420 * generic.el (generic-make-keywords-list): Add autoload cookie. | |
22421 | |
22422 * calendar/time-date.el: Add comment on time value formats. | |
22423 Don't require parse-time. | |
22424 (with-decoded-time-value): New macro. | |
22425 (encode-time-value): New function. | |
22426 (time-to-seconds, time-less-p, time-subtract, time-add): Use them. | |
22427 (days-to-time): Return a valid time value when arg is huge. | |
22428 (time-since): Use time-subtract. | |
22429 (time-to-number-of-days): Use time-to-seconds. | |
22430 | |
22431 2005-03-23 David Ponce <david@dponce.com> | |
22432 | |
22433 * recentf.el (recentf-keep): New option. | |
22434 (recentf-menu-action): Default to `find-file'. | |
22435 (recentf-keep-non-readable-files-flag) | |
22436 (recentf-keep-non-readable-files-p) | |
22437 (recentf-file-readable-p, recentf-find-file) | |
22438 (recentf-cleanup-remote): Remove. | |
22439 (recentf-include-p): More robust. | |
22440 (recentf-keep-p): New function. | |
22441 (recentf-remove-if-non-kept): Rename from | |
22442 `recentf-remove-if-non-readable'. Use `recentf-keep-p'. | |
22443 All callers updated. | |
22444 (recentf-menu-items-for-commands): Fix help string. | |
22445 (recentf-track-closed-file): Update. Doc fix. | |
22446 (recentf-cleanup): Update. Count removed files. Doc fix. | |
22447 | |
22448 2005-03-23 Kim F. Storm <storm@cua.dk> | |
22449 | |
22450 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): | |
22451 Don't inherit from fringe face (now happens automatically). | |
22452 | |
22453 2005-03-22 Kim F. Storm <storm@cua.dk> | |
22454 | |
22455 * tooltip.el (tooltip-show-help-function): Ignore negative mouse | |
22456 position values. | |
22457 | |
22458 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
22459 | |
22460 * menu-bar.el (showhide-date-time): Remove. | |
22461 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle. | |
22462 (menu-bar-make-mm-toggle): Simplify. | |
22463 | |
22464 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> | |
22465 | |
22466 * progmodes/perl-mode.el (perl-font-lock-keywords-2): | |
22467 Accept qualified variable and function names. | |
22468 | |
22469 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org> | |
22470 | |
22471 * bindings.el (completion-ignored-extensions): | |
22472 Remove ".lis" for `vax-vms'. | |
22473 | |
22474 2005-03-22 Andreas Schwab <schwab@suse.de> | |
22475 | |
22476 * generic-x.el: Revert last change. | |
22477 * ldefs-boot.el: Update. | |
22478 | |
22479 2005-03-22 Jay Belanger <belanger@truman.edu> | |
22480 | |
22481 * calc/calc-embed.el (calc-embedded-original-modes): New variable. | |
22482 (calc-embedded-save-original-modes) | |
22483 (calc-embedded-restore-original-modes): New functions. | |
22484 (calc-do-embedded): Save original modes when entering embedded mode | |
22485 and restore when leaving embedded mode. | |
22486 (calc-embedded-modes-change): Change the value of | |
22487 calc-embedded-original-modes to reflect permanent changes. | |
22488 | |
22489 2005-03-22 Lute Kamstra <lute@gnu.org> | |
22490 | |
22491 * generic-x.el: Require generic again. | |
22492 | |
22493 2005-03-22 Miles Bader <miles@gnu.org> | |
22494 | |
22495 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled): | |
22496 Tweak details to look good on both ttys and bitmap displays, light | |
22497 or dark background, etc. | |
22498 | |
22499 2005-03-21 Kim F. Storm <storm@cua.dk> | |
22500 | |
22501 * tooltip.el (tooltip-show-help-function): Check car and cdr of | |
22502 mouse position. | |
22503 | |
22504 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
22505 | |
22506 * icomplete.el: Don't forcibly turn on the mode upon load. | |
22507 (icomplete-mode): Use define-minor-mode. | |
22508 (icomplete-eoinput): Default to nil. | |
22509 (icomplete-minibuffer-setup): Remove autoload. | |
22510 (icomplete-tidy): Simplify. | |
22511 (icomplete-exhibit): Use buffer-undo-list to determine if we're still | |
22512 in the initial state or if the user has modified the field. | |
22513 Fix handling of icomplete-max-delay-chars. | |
22514 Remove code that handles the oddball case where | |
22515 minibuffer-completion-table is an integer. | |
22516 Wrap icomplete-completions in while-no-input in case building | |
22517 completions takes more time than expected. | |
22518 (icomplete-completions): Simplify. | |
22519 | |
22520 2005-03-21 Richard M. Stallman <rms@gnu.org> | |
22521 | |
22522 * jka-compr.el (jka-compr-really-do-compress): | |
22523 Make variable buffer-local. | |
22524 | |
22525 * image-mode.el: Handle .xpm files too. | |
22526 (image-toggle-display): Preserve modification flag. | |
22527 | |
22528 * help.el (where-is): Don't mention aliases with no key bindings. | |
22529 | |
22530 2005-03-21 Lute Kamstra <lute@gnu.org> | |
22531 | |
22532 * generic.el: Fix commentary section. Don't require cl for | |
22533 compilation. | |
22534 (generic-mode-list): Add autoload cookie. | |
22535 (generic-use-find-file-hook, generic-lines-to-scan) | |
22536 (generic-find-file-regexp, generic-ignore-files-regexp) | |
22537 (generic-mode, generic-mode-find-file-hook) | |
22538 (generic-mode-ini-file-find-file-hook): Fix docstrings. | |
22539 (define-generic-mode): Make it a defmacro. Fix docstring. | |
22540 (generic-mode-internal): Code cleanup. Add autoload cookie. | |
22541 (generic-mode-set-comments): Code cleanup. | |
22542 * generic-x.el: Don't prevent compilation. Don't require generic. | |
22543 Follow coding conventions. Minor code cleanup. | |
22544 (etc-fstab-generic-mode): Add some keywords. | |
22545 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to | |
22546 define-generic-mode like a function declaration. | |
22547 | |
22548 2005-03-21 Jay Belanger <belanger@truman.edu> | |
22549 | |
22550 * calc/calc-embed.el (calc-do-embedded): Put data on stack before | |
22551 changing modes. | |
22552 | |
22553 2005-03-21 Sam Steingold <sds@gnu.org> | |
22554 | |
22555 * add-log.el (add-log-current-defun): Support more C DEFUN forms. | |
22556 | |
22557 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org> | |
22558 | |
22559 * progmodes/dcl-mode.el (dcl-font-lock-keywords): | |
22560 Add underscore to "f$ lexicals" regexp. | |
22561 | |
22562 2005-03-20 Juri Linkov <juri@jurta.org> | |
22563 | |
22564 * subr.el (progress-reporter-do-update): When `min-value' is equal | |
22565 to `max-value', set `percentage' to 0 and prevent division by zero. | |
22566 | |
22567 2005-03-20 Michael Albinus <michael.albinus@gmx.de> | |
22568 | |
22569 Sync with Tramp 2.0.48. | |
22570 | |
22571 * net/tramp.el (all): Change all addresses to .gnu.org. | |
22572 (tramp-append-tramp-buffers): New defun. | |
22573 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook. | |
22574 Catch `dont-send' signal. | |
22575 (tramp-set-auto-save-file-modes): Set always permissions, because | |
22576 there might be an old auto-saved file belonging to another | |
22577 original file. This could be a security threat. Reported by | |
22578 Kjetil Kjernsmo <kjetil@kjernsmo.net>. | |
22579 Check for Emacs 21.3.50 removed. | |
22580 | |
22581 * net/tramp-smb.el (all): Remove debug construct for | |
22582 `with-parsed-tramp-file-name'. | |
22583 (tramp-smb-prompt): Prompt can contain spaces inside directory names. | |
22584 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file): | |
22585 No error message if DIRECTORY or FILENAME doesn't exist. | |
22586 (tramp-smb-open-connection): Check existence of | |
22587 `tramp-smb-program'. | |
22588 | |
22589 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
22590 | |
22591 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function): | |
22592 Properly handle the case where the `m' or `s' command's argument is not | |
22593 yet terminated. | |
22594 (perl-indent-new-calculate): New function. | |
22595 (perl-indent-line): Use it. | |
22596 | |
22597 2005-03-20 Miles Bader <miles@gnu.org> | |
22598 | |
22599 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces | |
22600 in text-mode too. Change to new face names. | |
22601 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'. | |
22602 Add `:weight bold' attribute. | |
22603 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'. | |
22604 | |
22605 2005-03-19 Juri Linkov <juri@jurta.org> | |
22606 | |
22607 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war. | |
22608 | |
22609 * international/mule.el (auto-coding-alist): Sync with | |
22610 `auto-mode-alist' by adding upper case archive file extensions | |
22611 and adding ear/war to jar extension. | |
22612 | |
22613 2005-03-19 David Casperson <casper@unbc.ca> (tiny change) | |
22614 | |
22615 * textmodes/tex-mode.el (tex-view): If tex-shell process is not | |
22616 running, restart it. | |
22617 | |
22618 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes) | |
22619 | |
22620 * finder.el (finder-current-item): Throw an error on an empty line. | |
22621 | |
22622 * man.el (Man-follow-manual-reference): If current-word returns | |
22623 nil, use "". | |
22624 | |
22625 2005-03-19 Matt Hodges <MPHodges@member.fsf.org> | |
22626 | |
22627 * simple.el (goto-line): Doc fix. | |
22628 | |
22629 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu> | |
22630 | |
22631 * files.el (save-buffer): Doc fix. | |
22632 | |
22633 2005-03-19 Michael R. Mauger <mmaug@yahoo.com> | |
22634 | |
22635 * recentf.el (recentf-cleanup-remote): New variable. | |
22636 (recentf-cleanup): Use it to conditionally check availability of | |
22637 remote files. | |
22638 | |
22639 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change) | |
22640 | |
22641 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in | |
22642 function names. | |
22643 | |
22644 2005-03-19 Eli Zaretskii <eliz@gnu.org> | |
22645 | |
22646 * language/thai-word.el: New file. | |
22647 | |
22648 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> | |
22649 | |
22650 * files.el (backup-buffer): If the file's directory is not | |
22651 writable, use copy instead of move to backup the file. | |
22652 | |
22653 2005-03-19 Eli Zaretskii <eliz@gnu.org> | |
22654 | |
22655 * obsolete/keyswap.el: Moved to obsolete/ from term/. | |
22656 | |
22657 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
22658 | |
22659 * ps-print.el (ps-generate-string-list, ps-generate-header-line): | |
22660 Use functionp instead of symbolp and fboundp. Reported by Drkm | |
22661 <darkman_spam@yahoo.fr>. | |
22662 (ps-print-version): New version 6.6.6. | |
22663 | |
22664 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com> | |
22665 | |
22666 * textmodes/table.el (table--line-column-position): New idiom. | |
22667 (table--row-column-insertion-point-p): New function to test | |
22668 validity of row and column insertion operation at a location. | |
22669 (table-global-menu, table-cell-menu): Use above functions for | |
22670 deterministic test operation. | |
22671 (table--editable-cell-p): Behave in deterministic fashion. | |
22672 | |
22673 2005-03-18 Juri Linkov <juri@jurta.org> | |
22674 | |
22675 * isearch.el (isearch-lazy-highlight-new-loop): | |
22676 Make arguments beg and end optional. | |
22677 (isearch-update): Remove optional arguments nil from | |
22678 isearch-lazy-highlight-new-loop. | |
22679 (isearch-lazy-highlight-search): Let-bind case-fold-search to | |
22680 isearch-lazy-highlight-case-fold-search instead of | |
22681 isearch-case-fold-search, and let-bind isearch-regexp to | |
22682 isearch-lazy-highlight-regexp. | |
22683 Use isearch-lazy-highlight-last-string instead of isearch-string. | |
22684 | |
22685 * replace.el (perform-replace): Remove bindings of global | |
22686 variables isearch-string, isearch-regexp, isearch-case-fold-search. | |
22687 Add three new arguments to `replace-highlight'. | |
22688 (replace-highlight): Add arguments string, regexp, case-fold. | |
22689 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search | |
22690 to allow isearch-lazy-highlight-new-loop to use these values | |
22691 to set corresponding isearch-lazy-highlight-* internal | |
22692 variables whose values lazy highlighting will use regardless of | |
22693 changes to global variables isearch-string, isearch-regexp, | |
22694 isearch-case-fold-search during lazy highlighting loop. | |
22695 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup' | |
22696 to `lazy-highlight-cleanup'. | |
22697 | |
22698 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom. | |
22699 (ispell-highlight-face): Set default face to `isearch' when | |
22700 lazy highlighting is enabled. | |
22701 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay' | |
22702 priority to 1. Add lazy highlighting. | |
22703 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg | |
22704 from `isearch-dehighlight'. | |
22705 | |
22706 2005-03-18 David Ponce <david@dponce.com> | |
22707 | |
22708 * files.el (hack-local-variables): Do a case-insensitive search | |
22709 for End. | |
22710 | |
22711 2005-03-18 Juri Linkov <juri@jurta.org> | |
22712 | |
22713 * isearch.el (lazy-highlight-cleanup) <command>: Rename from | |
22714 `isearch-lazy-highlight-cleanup', add alias to old name and | |
22715 declare obsolete. Add release numbers to other obsolete vars. | |
22716 (isearch-done, isearch-lazy-highlight-new-loop): | |
22717 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'. | |
22718 (lazy-highlight-cleanup) <variable>: Doc fix. | |
22719 (isearch-lazy-highlight-update): Rename obsolete | |
22720 `isearch-lazy-highlight-face' to `lazy-highlight-face'. | |
22721 | |
22722 2005-03-18 Kenichi Handa <handa@m17n.org> | |
22723 | |
22724 * language/thai-util.el: Fix categorization of Thai characters in | |
22725 thai-category-table. | |
22726 (thai-composition-pattern): Adjust it for the above change. | |
22727 (thai-self-insert-command, thai-compose-syllable): New functions. | |
22728 (thai-compose-region): Use thai-compose-syllable. | |
22729 (thai-compose-string): Likewise. | |
22730 (thai-composition-function): Likewise. | |
22731 (thai-auto-composition): New function. | |
22732 (thai-auto-composition-mode): New minor mode. | |
22733 | |
22734 * language/thai.el: Fix patterns to be registered in | |
22735 composition-function-table. | |
22736 | |
22737 * international/quail.el (quail-input-method): Locally bind | |
22738 inhibit-modification-hooks to t. | |
22739 | |
22740 2005-03-17 Richard M. Stallman <rms@gnu.org> | |
22741 | |
22742 * progmodes/perl-mode.el (perl-mode-hook): Defvar it. | |
22743 (perl-mode): Use run-mode-hooks. | |
22744 | |
22745 * mail/rmail.el (rmail-movemail-program, rmail-pop-password) | |
22746 (rmail-pop-password-required, rmail-remote-password): Doc fixes. | |
22747 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix. | |
22748 | |
22749 * mail/sendmail.el (sendmail-send-it): Reenable the code | |
22750 to compute resend-to-address and use it. | |
22751 | |
22752 * tar-mode.el (tar-mode): Turn off undo unconditionally. | |
22753 | |
22754 * image-mode.el: New file. | |
22755 | |
22756 * image.el (insert-sliced-image): Add autoload cookie. | |
22757 | |
22758 * font-lock.el (font-lock-lines-before): New user option. | |
22759 (font-lock-after-change-function): Obey it. | |
22760 | |
22761 * bindings.el (esc-map): Make M-g a prefix. | |
22762 Bind M-g g and M-g M-g to goto-line. | |
22763 | |
22764 * faces.el (face-id): Doc fix. | |
22765 | |
22766 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> | |
22767 | |
22768 * mail/rmail.el (rmail-unknown-mail-followup-to): New function. | |
22769 (rmail-show-message): Use rmail-unknown-mail-followup-to. | |
22770 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers. | |
22771 | |
22772 * mail/sendmail.el (mail-yank-ignored-headers) | |
22773 (mail-font-lock-keywords, mail-mode-fill-paragraph): | |
22774 Add Mail-Followup-To and Mail-Reply-To headers. | |
22775 (mail-citation-hook): Add autoload cookie. | |
22776 (mail-mode): Doc fix. | |
22777 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to. | |
22778 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers. | |
22779 (mail-mode-fill-paragraph): Handle those headers. | |
22780 (mail-mailing-lists): New variable. | |
22781 (mail-mail-reply-to, mail-mail-followup-to): New functions. | |
22782 | |
22783 2005-03-17 Juri Linkov <juri@jurta.org> | |
22784 | |
22785 * isearch.el (isearch-fallback): Check for `(car previous)' | |
22786 before calling `isearch-other-end-state'. | |
22787 | |
22788 2005-03-17 Kim F. Storm <storm@cua.dk> | |
22789 | |
22790 * simple.el (move-beginning-of-line): Move to beginning of buffer | |
22791 line, as well as beginning of screen line. | |
22792 | |
22793 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk> | |
22794 | |
22795 * calendar/diary-lib.el (mark-diary-entries): Use new optional | |
22796 argument REDRAW rather than calendar-redrawing variable. | |
22797 * calendar/calendar.el (calendar-redrawing): Delete. | |
22798 (redraw-calendar): Do not bind calendar-redrawing. | |
22799 | |
22800 2005-03-16 Matt Hodges <MPHodges@member.fsf.org> | |
22801 | |
22802 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in | |
22803 diary-file buffer. | |
22804 | |
22805 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
22806 | |
22807 * help.el (describe-mode): Allow a :minor-mode-function property to | |
22808 specify a different minor mode toggle function than the variable. | |
22809 * simple.el (auto-fill-function): | |
22810 * subr.el (add-minor-mode): Use it. | |
22811 | |
22812 2005-03-16 Kenichi Handa <handa@m17n.org> | |
22813 | |
22814 * language/ethio-util.el (sera-being-called-by-w3): New variable. | |
22815 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3. | |
22816 (ethio-fidel-to-sera-buffer): Likewise. | |
22817 | |
22818 2005-03-16 Juri Linkov <juri@jurta.org> | |
22819 | |
22820 * emacs-lisp/find-func.el (find-function-regexp): | |
22821 Add defun-emitting macro `menu-bar-make-toggle'. | |
22822 | |
22823 * isearch.el: Put `isearch-scroll' property to | |
22824 `split-window-horizontally'. | |
22825 | |
22826 * info.el: Update error messages for `debug-ignored-errors'. | |
22827 (Info-isearch-search): Doc fix. | |
22828 (Info-find-node): Move up code to go into info buffer before | |
22829 recording the node to the history. | |
22830 (Info-fontify-node): Fontify titles only if the next line | |
22831 has two or more `*', `=', `-', `.'. | |
22832 Display "go to this node" for empty (match-string 3). | |
22833 | |
22834 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
22835 | |
22836 * term/mac-win.el: Add mouse pointer shape constants. | |
22837 | |
22838 2005-03-15 Kim F. Storm <storm@cua.dk> | |
22839 | |
22840 * simple.el (move-beginning-of-line): Use vertical-motion. | |
22841 | |
22842 2005-03-15 Juri Linkov <juri@jurta.org> | |
22843 | |
22844 * isearch.el (isearch-error): New variable. | |
22845 (isearch-invalid-regexp, isearch-within-brackets): Remove. | |
22846 (isearch-error-state): Rename from `isearch-invalid-regexp-state'. | |
22847 (isearch-within-brackets-state): Remove. | |
22848 (isearch-case-fold-search-state, isearch-pop-fun-state): | |
22849 Decrease frame index. | |
22850 (isearch-mode, isearch-top-state, isearch-push-state) | |
22851 (isearch-edit-string, isearch-abort, isearch-search-and-update) | |
22852 (isearch-fallback, isearch-message-prefix, isearch-message-suffix) | |
22853 (isearch-search, isearch-lazy-highlight-new-loop): | |
22854 Replace `isearch-invalid-regexp' with `isearch-error'. | |
22855 Remove `isearch-within-brackets'. | |
22856 (isearch-search): Add `search-failed' handler to `condition-case'. | |
22857 (isearch-lazy-highlight-search): Add `condition-case' to catch | |
22858 errors and allow `isearch-lazy-highlight-update' to try | |
22859 highlighting from the beginning of the window. | |
22860 (isearch-repeat): Move up code to set isearch-wrapped to t | |
22861 before calling isearch-wrap-function. | |
22862 | |
22863 * info.el (Info-isearch-initial-node): New internal variable. | |
22864 (Info-search): Signal an error in isearch mode when search leaves | |
22865 the initial node. Signal an error when `bound' is non-nil and | |
22866 nothing was found in the current subfile. | |
22867 (Info-isearch-search): Remove `condition-case'. | |
22868 (Info-isearch-wrap): Don't wrap when search failed during leaving | |
22869 the initial node. If `Info-isearch-search' is nil, wrap around | |
22870 the current node. | |
22871 (Info-isearch-start): New fun. | |
22872 (Info-mode): Add buffer-local hook `Info-isearch-start' to | |
22873 `isearch-mode-hook'. | |
22874 | |
22875 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
22876 | |
22877 * simple.el (normal-erase-is-backspace): Set default to t if | |
22878 running on Mac. | |
22879 | |
22880 * term/mac-win.el (function-key-map): Sync with x-win.el. | |
22881 | |
22882 2005-03-15 Kenichi Handa <handa@m17n.org> | |
22883 | |
22884 * international/mule-cmds.el (locale-language-names): Modify the | |
22885 format of elements and add more entries. | |
22886 (locale-preferred-coding-systems): Add more entries. | |
22887 (set-locale-environment): Adjust for the change of | |
22888 locale-language-names. | |
22889 | |
22890 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
22891 | |
22892 * pcvs.el (smerge-ediff): Remove bogus autoload. | |
22893 | |
22894 2005-03-14 Lute Kamstra <lute@gnu.org> | |
22895 | |
22896 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix. | |
22897 Ignore a `*' at the beginning of a line. | |
22898 | |
22899 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el. | |
22900 * emacs-lisp/byte-run.el (macro-declaration-function): Move from | |
22901 subr.el. | |
22902 (dont-compile, eval-when-compile, eval-and-compile): Use declare | |
22903 to specify indentation. | |
22904 | |
22905 * generic.el (define-generic-mode): Let generic-mode-list be a | |
22906 list of strings; test membership with equal. | |
22907 | |
22908 2005-03-14 Kim F. Storm <storm@cua.dk> | |
22909 | |
22910 * simple.el (next-line, previous-line): Add optional try-vscroll | |
22911 arg to recognize interactive use. Pass it on to line-move. | |
22912 (line-move): Don't perform auto-window-vscroll when defining or | |
22913 executing keyboard macro to ensure consistent behavior. | |
22914 | |
22915 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
22916 | |
22917 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace. | |
22918 | |
22919 2005-03-13 Lute Kamstra <lute@gnu.org> | |
22920 | |
22921 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling | |
22922 debugger-setup-buffer so that backtrace marks the frames set to | |
22923 debug-on-exit and we don't have to do it manually. Set an extra | |
22924 debug-on-exit for macro's. | |
22925 (debugger-setup-buffer): Don't mark the top frame manually. | |
22926 | |
22927 2005-03-12 Lute Kamstra <lute@gnu.org> | |
22928 | |
22929 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with | |
22930 lisp-indent-function throughout. | |
22931 (with-no-warnings): Set lisp-indent-function property. | |
22932 | |
22933 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org> | |
22934 | |
22935 * progmodes/dcl-mode.el (dcl-mode-syntax-table): | |
22936 Add entry for backslash. | |
22937 | |
22938 2005-03-12 Juri Linkov <juri@jurta.org> | |
22939 | |
22940 * info.el (Info-search): Four fixes for backward search. | |
22941 | |
22942 2005-03-11 Jay Belanger <belanger@truman.edu> | |
22943 | |
22944 * calc/calc.el (calc-language-alist): New variable. | |
22945 * calc/calc-embed.el (calc-embedded-language-alist): Remove. | |
22946 (calc-embedded-find-modes): Use calc-language-alist instead of | |
22947 calc-embedded-language-alist. | |
22948 | |
22949 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk> | |
22950 | |
22951 * calendar/calendar.el (calendar-redrawing): New internal | |
22952 variable. | |
22953 (redraw-calendar): Remove bogus save-excursion from previous | |
22954 change. Bind calendar-redrawing to t for mark-diary-entries. | |
22955 * calendar/diary-lib.el (mark-diary-entries): No need to redraw | |
22956 calendar if that is why we were called. | |
22957 | |
22958 2005-03-11 Kenichi Handa <handa@m17n.org> | |
22959 | |
22960 * international/mule.el (make-coding-system): Set property | |
22961 coding-system-define-form to nil. | |
22962 (define-coding-system-alias): Likewise. | |
22963 | |
22964 2005-03-11 Kenichi Handa <handa@m17n.org> | |
22965 | |
22966 These changes are suggested by Dave Love <fx@gnu.org>. | |
22967 | |
22968 * textmodes/fill.el: Change encoding to iso-2022-7bit and add | |
22969 coding: tag. | |
22970 (adaptive-fill-regexp): Add more bullets. | |
22971 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in | |
22972 regexps. | |
22973 | |
22974 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
22975 | |
22976 * help.el (describe-mode): Properly handle non-trivial lighters. | |
22977 Don't ignore minor modes that are not listed in minor-mode-list. | |
22978 | |
22979 * tooltip.el (tooltip-mode): Don't complain that you can't turn the | |
22980 feature ON when the user requests to turn it OFF. | |
22981 | |
22982 2005-03-10 Lute Kamstra <lute@gnu.org> | |
22983 | |
22984 * emacs-lisp/debug.el (debug-entry-code): Delete it. | |
22985 (implement-debug-on-entry): New function to replace debug-entry-code. | |
22986 (debug-on-entry-1): Use implement-debug-on-entry. Delete the | |
22987 second argument as the 2005-03-07 change makes it obsolete. | |
22988 (debug-on-entry, cancel-debug-on-entry): Update call to | |
22989 debug-on-entry-1. | |
22990 (debug, debugger-setup-buffer): Comment update. | |
22991 (debugger-frame-number): Update to work with implement-debug-on-entry. | |
22992 | |
22993 2005-03-10 Jay Belanger <belanger@truman.edu> | |
22994 | |
22995 * calc/calc-embed.el (math-ms-args): Declare it. | |
22996 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable | |
22997 math-ms-args. | |
22998 (calc-embedded-subst): Use math-multi-subst-rec to substitute | |
22999 variables. | |
23000 | |
23001 2005-03-10 Nick Roberts <nickrob@snap.net.nz> | |
23002 | |
23003 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location): | |
23004 Use message-box. | |
23005 | |
23006 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify. | |
23007 (tooltip-activate-mouse-motions-if-enabled): Use dolist. | |
23008 (tooltip-gud-tips): Simplify. | |
23009 (tooltip-gud-tips-p): Remove superfluous :set. | |
23010 (tooltip-gud-modes): Add fortran-mode. | |
23011 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area. | |
23012 | |
23013 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line. | |
23014 | |
23015 2005-03-09 Kim F. Storm <storm@cua.dk> | |
23016 | |
23017 * play/animate.el (animate-place-char): Use forward-line instead | |
23018 of next-line to improve performance. | |
23019 | |
23020 2005-03-09 Simon Josefsson <jas@extundo.com> | |
23021 | |
23022 * net/browse-url.el (browse-url-default-browser): Doc fix. | |
23023 | |
23024 2005-03-09 Miles Bader <miles@gnu.org> | |
23025 | |
23026 * emacs-lisp/bytecomp.el (byte-compile-variable-ref) | |
23027 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)". | |
23028 | |
23029 2005-03-09 Kenichi Handa <handa@m17n.org> | |
23030 | |
23031 * international/latin-1.el: Set case and syntax for 255 only if | |
23032 set-case-syntax-set-multibyte is nil. | |
23033 | |
23034 * textmodes/ispell.el (ispell-insert-word): New function. | |
23035 (ispell-word): Use ispell-insert-word to insert a new word. | |
23036 (ispell-process-line): Likewise. | |
23037 (ispell-complete-word): Likewise. | |
23038 | |
23039 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk> | |
23040 | |
23041 * calendar/calendar.el (redraw-calendar): Preserve point. | |
23042 Reported by Matt Hodges <MPHodges@member.fsf.org>. | |
23043 (calendar-week-start-day): Move after definition of | |
23044 redraw-calendar. Delete buffer test, since redraw-calendar has | |
23045 that now. | |
23046 | |
23047 * calendar/diary-lib.el (mark-diary-entries): Only call | |
23048 redraw-calendar in the first of any recursive calls. | |
23049 Reported by Alan Shutko <ats@acm.org>. | |
23050 | |
23051 2005-03-08 Juri Linkov <juri@jurta.org> | |
23052 | |
23053 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist) | |
23054 (html-horizontal-rule, html-line, html-image, html-checkboxes) | |
23055 (html-radio-buttons): Add a space before the trailing `/>' where | |
23056 sgml-xml-mode is non-nil. | |
23057 (sgml-delete-tag): Check if the tag ends with `/>' to not delete | |
23058 the subsequent tag of the empty XML tag. | |
23059 (html-href-anchor): Don't set initial input to "http:". | |
23060 (html-image): Ask for the image URL and set point inside alt="". | |
23061 (html-name-anchor): Duplicate the name in the `id' attribute when | |
23062 sgml-xml-mode is non-nil. | |
23063 (html-paragraph): Remove \n before <p>. | |
23064 (html-checkboxes, html-radio-buttons): Insert `checked="checked"' | |
23065 instead of `checked' when sgml-xml-mode is non-nil. | |
23066 | |
23067 * facemenu.el (list-colors-print): Print #RRGGBB in default face. | |
23068 Remove 1 space before #RRGGBB to not truncate it on terminal | |
23069 windows w/o fringes. Remove 1 space between bg and fg examples | |
23070 to get more space. | |
23071 (list-colors-duplicates): Replace `and' with `if' for `boundp' to | |
23072 avoid byte-compile warnings. | |
23073 | |
23074 * image-file.el (image-file-handler): Put `safe-magic' property to | |
23075 `image-file-handler'. | |
23076 | |
23077 * info.el (Info-isearch-search): Emulate word search in | |
23078 isearching through multiple Info nodes with Info-search. | |
23079 (Info-isearch-wrap): Allow isearch-word. | |
23080 | |
23081 2005-03-08 Lute Kamstra <lute@gnu.org> | |
23082 | |
23083 * emacs-lisp/debug.el (debugger-step-through): Make sure that | |
23084 stepping into the debugger's code is not possible. | |
23085 (debugger-jumping-flag): Docstring update. | |
23086 | |
23087 2005-03-08 Jay Belanger <belanger@truman.edu> | |
23088 | |
23089 * calc/calc-embed.el (calc-do-embedded): Reset mode line when | |
23090 embedded mode begins. | |
23091 (calc-embedded-language-alist): New variable. | |
23092 (calc-embedded-find-modes): Use calc-embedded-language-alist to | |
23093 set default language mode. | |
23094 | |
23095 2005-03-08 Kenichi Handa <handa@m17n.org> | |
23096 | |
23097 * international/ccl.el (define-ccl-program): Fix docstring about | |
23098 extra 256 bytes assured for the output buffer. | |
23099 | |
23100 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature): | |
23101 Fix BUFFER_MAGNIFICATION to 2. | |
23102 (ccl-encode-mule-utf-16be-with-signature): Likewise. | |
23103 | |
23104 2005-03-07 Karl Chen <quarl@cs.berkeley.edu> | |
23105 | |
23106 * align.el (align-rules-list): Added an alignment rule for CSS | |
23107 declarations (applies to css-mode and html-mode buffers). | |
23108 | |
23109 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
23110 | |
23111 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros. | |
23112 | |
23113 2005-03-07 Kim F. Storm <storm@cua.dk> | |
23114 | |
23115 * simple.el (move-beginning-of-line): New command. | |
23116 | |
23117 * bindings.el (global-map): Bind C-a to move-beginning-of-line. | |
23118 | |
23119 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line. | |
23120 | |
23121 * emulation/cua-base.el: Put CUA move property on move-end-of-line | |
23122 and move-beginning-of-line. | |
23123 | |
23124 * apropos.el (apropos-print): Omit command from M-x ... RET. | |
23125 | |
23126 2005-03-07 Nick Roberts <nickrob@snap.net.nz> | |
23127 | |
23128 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case. | |
23129 (gdb-send, gdb-send-item): Log items sent from gdb-send too. | |
23130 | |
23131 2005-03-06 Richard M. Stallman <rms@gnu.org> | |
23132 | |
23133 * bindings.el (esc-map): Bind M-g to goto-line. | |
23134 | |
23135 * facemenu.el (global-map): Bind M-o, not M-g. | |
23136 | |
23137 2005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
23138 | |
23139 * menu-bar.el (menu-bar-file-menu): Add the same :enable to | |
23140 "Open Directory" as for "Open File". | |
23141 | |
23142 2005-03-06 Chong Yidong <cyd@stupidchicken.com> | |
23143 | |
23144 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars. | |
23145 (push-mark-command): Run activate-mark-hook. | |
23146 | |
23147 2005-03-06 Richard M. Stallman <rms@gnu.org> | |
23148 | |
23149 * help-mode.el (help-mode-finish): Don't alter the element | |
23150 in view-return-to-alist if there already is one. | |
23151 | |
23152 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for, | |
23153 make sure the current buffer is the expected one. | |
23154 | |
23155 * novice.el (disabled-command-function): Output in *Disabled Command*. | |
23156 Explicitly ignore non-keyboard events, and explicitly handle C-g. | |
23157 | |
23158 * textmodes/flyspell.el (flyspell-large-region): | |
23159 Pass args differently for aspell. | |
23160 | |
23161 * files.el (mode-require-final-newline): Doc fix. | |
23162 | |
23163 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change) | |
23164 | |
23165 * progmodes/which-func.el (which-function): | |
23166 Specify NOERROR when calling imenu--make-index-alist. | |
23167 | |
23168 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
23169 | |
23170 * simple.el (normal-erase-is-backspace): Define default value. | |
23171 | |
23172 * custom.el (custom-theme-set-variables): Remove unused var | |
23173 `immediate'. | |
23174 (custom-reevaluate-setting): Simple function to handle variables | |
23175 that are defined before their default value can really be | |
23176 computed. | |
23177 | |
23178 * startup.el (command-line): Use it for temporary-file-directory, | |
23179 small-emporary-file-directory, auto-save-file-name-transforms, | |
23180 blink-cursor-mode, and normal-erase-is-backspace. | |
23181 | |
23182 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward | |
23183 progress, even with buggy anchored keywords. | |
23184 | |
23185 2005-03-05 Luc Teirlinck <teirllm@auburn.edu> | |
23186 | |
23187 * simple.el (goto-line): Remove unbalanced final parenthesis. | |
23188 | |
23189 2005-03-05 Richard M. Stallman <rms@gnu.org> | |
23190 | |
23191 * simple.el (goto-line): Use a number at point as the default. | |
23192 With C-u as arg, switch buffers. | |
23193 | |
23194 2005-03-05 Juri Linkov <juri@jurta.org> | |
23195 | |
23196 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup' | |
23197 with `no-blinking-cursor'. | |
23198 | |
23199 * startup.el (no-blinking-cursor): New defvar. | |
23200 (command-line): Add `--no-blinking-cursor' to longopts. | |
23201 Set `no-blinking-cursor' to t for command line arguments | |
23202 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup' | |
23203 with `no-blinking-cursor' in the condition for calling | |
23204 `blink-cursor-mode'. | |
23205 | |
23206 2005-03-04 Luc Teirlinck <teirllm@auburn.edu> | |
23207 | |
23208 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix. | |
23209 (menu-bar-options-save): Add blink-cursor-mode. | |
23210 (menu-bar-options-menu): Add blink-cursor-mode. | |
23211 | |
23212 2005-03-04 Ulf Jasper <ulf.jasper@web.de> | |
23213 | |
23214 * calendar/icalendar.el (icalendar-version): Increase to 0.11. | |
23215 (icalendar-export-file, icalendar-export-region) | |
23216 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies. | |
23217 (icalendar--convert-ical-to-diary): Fix problem with DURATION. | |
23218 | |
23219 2005-03-04 Lute Kamstra <lute@gnu.org> | |
23220 | |
23221 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar. | |
23222 (debug-function-list): Ditto. | |
23223 | |
23224 2005-03-04 Robert J. Chassell <bob@rattlesnake.com> | |
23225 | |
23226 * textmodes/texinfmt.el (texinfo-append-refill): | |
23227 Redefine the types of line to which @refill | |
23228 is not appended by replacing a search for `@refill\\|@bye' with | |
23229 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end | |
23230 itemize@refill' bug and the unfilled long lines bug. | |
23231 (texinfmt-version): Update number and date. | |
23232 | |
23233 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de> | |
23234 | |
23235 * international/code-pages.el (windows-1250, windows-125[2-8]) | |
23236 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies. | |
23237 | |
23238 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
23239 | |
23240 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be | |
23241 bound yet. | |
23242 | |
23243 2005-03-02 Romain Francoise <romain@orebokech.com> | |
23244 | |
23245 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current | |
23246 buffer after removing limits. | |
23247 (ibuffer-pop-filter): Ditto. | |
23248 Update copyright. | |
23249 | |
23250 2005-03-02 Miles Bader <miles@gnu.org> | |
23251 | |
23252 * button.el (make-text-button): If the user doesn't specify a | |
23253 type, use the default. Rewrite to use `add-text-properties' and | |
23254 plist functions. | |
23255 | |
23256 2005-03-01 Lute Kamstra <lute@gnu.org> | |
23257 | |
23258 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring. | |
23259 (debugger-jumping-flag): New var. | |
23260 (debug-entry-code): Use it. | |
23261 (debugger-jump): Use debugger-jumping-flag and add | |
23262 debugger-reenable to post-command-hook. | |
23263 (debugger-reenable): Use debugger-jumping-flag and remove itself | |
23264 from post-command-hook. | |
23265 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to | |
23266 debugger-reenable. | |
23267 | |
23268 2005-03-01 Robert J. Chassell <bob@rattlesnake.com> | |
23269 | |
23270 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out | |
23271 inclusion of "itemize\\|", which may be unnecessary, is certainly | |
23272 inelegant, and stops refilling in itemize lists when formatting | |
23273 Japanese Texinfo files to Info. | |
23274 Update copyright to 2005. | |
23275 | |
23276 2005-03-01 Nick Roberts <nickrob@snap.net.nz> | |
23277 | |
23278 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead | |
23279 of an error if GDB can't find the source file. | |
23280 | |
23281 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk> | |
23282 | |
23283 * calendar/calendar.el (redraw-calendar): Work from any buffer, | |
23284 not just the calendar. | |
23285 | |
23286 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks | |
23287 first. | |
23288 (diary-redraw-calendar): New function. | |
23289 (make-diary-entry): Add diary-redraw-calendar to local | |
23290 write-contents-functions. Turn off selective display before | |
23291 inserting in diary. | |
23292 | |
23293 2005-03-01 Kim F. Storm <storm@cua.dk> | |
23294 | |
23295 * emacs-lisp/copyright.el (copyright-fix-years): New command. | |
23296 | |
23297 2005-03-01 Lute Kamstra <lute@gnu.org> | |
23298 | |
23299 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure | |
23300 that debug-entry-code can be safely removed from a function while | |
23301 this code is being evaluated. Revert the 2005-02-27 change as the | |
23302 new implementation no longer requires it. Make sure that a | |
23303 function body containing just a string is not mistaken for a docstring. | |
23304 (debug): Skip one more frame in case of debug on entry. | |
23305 (debugger-setup-buffer): Delete one more frame line in case of | |
23306 debug on entry. | |
23307 (debugger-frame-number): Update to use the new text introduced by | |
23308 the 1999-11-03 change. Skip one more frame in case of debug on entry. | |
23309 | |
23310 2005-02-28 Kim F. Storm <storm@cua.dk> | |
23311 | |
23312 * double.el (double-translate-key): Call force-window-update after | |
23313 read-event to avoid crash in redisplay. | |
23314 | |
23315 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
23316 | |
23317 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var. | |
23318 (debug): Use it. Move the inhibit-trace earlier. | |
23319 (debug-entry-code): New const. | |
23320 (debug-on-entry-1): Use it. | |
23321 | |
23322 2005-02-28 Chong Yidong <cyd@stupidchicken.com> | |
23323 | |
23324 * international/utf-16.el (ccl-encode-mule-utf-16le): | |
23325 Fix BUFFER_MAGNIFICATION to 2. | |
23326 (ccl-encode-mule-utf-16be): Likewise. | |
23327 | |
23328 2005-02-28 Kenichi Handa <handa@m17n.org> | |
23329 | |
23330 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature): | |
23331 Fix BUFFER_MAGNIFICATION to 4. | |
23332 (ccl-encode-mule-utf-16be-with-signature): Likewise. | |
23333 | |
23334 2005-02-28 Nick Roberts <nickrob@snap.net.nz> | |
23335 | |
23336 * speedbar.el (speedbar-update-flag): Doc fix. | |
23337 (speedbar-show-info-under-mouse): Give set-mouse-position the right | |
23338 argument. | |
23339 | |
23340 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
23341 | |
23342 * reveal.el (reveal-post-command): Don't try to reveal overlays which | |
23343 have a non-nil `invisible' property but are actually visible. | |
23344 | |
23345 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries | |
23346 for perldoc sections. | |
23347 (perl-outline-regexp, perl-outline-level): New var and function. | |
23348 (perl-mode): Use them. | |
23349 | |
23350 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk> | |
23351 | |
23352 * calendar/diary-lib.el (diary-remind): Discard any mark portion | |
23353 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>. | |
23354 | |
23355 2005-02-27 Luc Teirlinck <teirllm@auburn.edu> | |
23356 | |
23357 * cus-edit.el: Comment change. | |
23358 (custom-buffer-create-internal): Slightly reword text at top of | |
23359 Custom buffers. Mention there that saving an option edits the | |
23360 init file. Add link to Emacs manual node on `custom-file'. | |
23361 (custom-magic-alist): Rewrite individual State messages to use | |
23362 capitalized keywords. Doc fix. | |
23363 | |
23364 2005-02-27 Matt Hodges <MPHodges@member.fsf.org> | |
23365 | |
23366 * calendar/calendar.el (calendar-buffer): Move above | |
23367 calendar-week-start-day. | |
23368 (calendar-week-start-day): Doc fix. Add :set function. | |
23369 (calendar-minimum-window-height): New variable. | |
23370 (generate-calendar-window): Only resize window if selected-window | |
23371 is displaying the calendar buffer. Use new variable | |
23372 calendar-minimum-window-height. | |
23373 (generate-calendar): Reword error message. | |
23374 (calendar-mode-map): Bind DEL to scroll-other-window-down. | |
23375 | |
23376 2005-02-27 Andreas Schwab <schwab@suse.de> | |
23377 | |
23378 * vc.el (vc-do-command): Don't run command asynchronously when | |
23379 operating in a remote directory. | |
23380 | |
23381 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied | |
23382 change from sync with Tramp 2.0.47. | |
23383 | |
23384 2005-02-27 Richard M. Stallman <rms@gnu.org> | |
23385 | |
23386 * textmodes/ispell.el (ispell-change-dictionary): Doc fix. | |
23387 | |
23388 * textmodes/flyspell.el (flyspell-mode-on): | |
23389 Call ispell-change-dictionary only if necessary. | |
23390 | |
23391 * emacs-lisp/re-builder.el (regexp-builder): New function. | |
23392 | |
23393 * register.el (describe-register-1): Explicitly handle | |
23394 yank-excluded-properties = t. | |
23395 | |
23396 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs. | |
23397 (custom-magic-alist): Change the status descriptions again. | |
23398 (face widget-type): Total rewrite based on `restricted-sexp' | |
23399 to eliminate the confusing double hiding levels. | |
23400 | |
23401 * emacs-lisp/debug.el (debug-on-entry-1): | |
23402 If function body is empty, add nil as body form. | |
23403 | |
23404 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
23405 | |
23406 * emacs-lisp/trace.el (inhibit-trace): New var. | |
23407 (trace-make-advice): Use it. | |
23408 | |
23409 * emacs-lisp/debug.el (debug): Put back the inhibit-trace. | |
23410 | |
23411 2005-02-26 Kim F. Storm <storm@cua.dk> | |
23412 | |
23413 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom. | |
23414 (mouse-on-link-p, mouse-drag-region-1): Use it. | |
23415 | |
23416 2005-02-25 Lute Kamstra <lute@gnu.org> | |
23417 | |
23418 * replace.el (query-replace-read-from): Fix 2005-02-19 change. | |
23419 | |
23420 2005-02-24 Luc Teirlinck <teirllm@auburn.edu> | |
23421 | |
23422 * frame.el (blink-cursor-mode): Add :group keyword. | |
23423 | |
23424 2005-02-24 Ulf Jasper <ulf.jasper@web.de> | |
23425 | |
23426 * calendar/icalendar.el (icalendar--decode-isodatetime): | |
23427 New optional argument DAY-SHIFT. | |
23428 (icalendar-export-region): Fix coding-system-for-write. | |
23429 (icalendar--convert-ical-to-diary): Shift end-day of all-day | |
23430 events by one. | |
23431 | |
23432 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
23433 | |
23434 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic. | |
23435 | |
23436 2005-02-24 Kim F. Storm <storm@cua.dk> | |
23437 | |
23438 * international/iso-acc.el (iso-accents-compose): Fix crash | |
23439 during redisplay. Call force-window-update after read-event | |
23440 and delete-region to signal that window is not accurate. | |
23441 | |
23442 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
23443 | |
23444 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed. | |
23445 Remove unused and inexistent var `inhibit-trace'. | |
23446 (debugger-mode): Use run-mode-hooks. | |
23447 (debugger-list-functions): Add buttons; setup xref stack. | |
23448 | |
23449 2005-02-23 Richard M. Stallman <rms@gnu.org> | |
23450 | |
23451 * calendar/appt.el (appt-time-msg-list): 3rd elt of each | |
23452 appointment says it was explicitly made. | |
23453 (appt-add): Set the 3rd element. | |
23454 (appt-make-list): Preserve explicit appointments. | |
23455 | |
23456 * subr.el (find-tag-default): Catch errors in forward-sexp. | |
23457 | |
23458 2005-02-23 Juri Linkov <juri@jurta.org> | |
23459 | |
23460 * info.el (Info-isearch-search): New defcustom. | |
23461 (Info-isearch-search): Call the default isearch function | |
23462 when Info-isearch-search is nil. | |
23463 (Info-isearch-wrap): Use variable Info-isearch-search. | |
23464 | |
23465 2005-02-22 Luc Teirlinck <teirllm@auburn.edu> | |
23466 | |
23467 * cus-edit.el: Comment change. | |
23468 | |
23469 2005-02-22 Kim F. Storm <storm@cua.dk> | |
23470 | |
23471 * progmodes/hideif.el (hide-ifdef-use-define-alist): | |
23472 Use completing-read. Suggested by Juan-Leon Lahoz Garcia. | |
23473 | |
23474 2005-02-22 Simon Josefsson <jas@extundo.com> | |
23475 | |
23476 * net/browse-url.el (browse-url-netscape-new-window-is-tab): | |
23477 New variable. | |
23478 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk' | |
23479 Oskarsson" <myrkraverk@users.sourceforget.net>. | |
23480 | |
23481 2005-02-22 Kim F. Storm <storm@cua.dk> | |
23482 | |
23483 * mouse.el (mouse-on-link-p): If arg POS is a mouse event, | |
23484 check that window of that event is the selected window. | |
23485 (mouse-drag-region-1): Compare mouse event window to selected | |
23486 window before setting point. | |
23487 | |
23488 * tooltip.el (tooltip-show-help-function): Pass event to | |
23489 mouse-on-link-p so it can check selected window. | |
23490 | |
23491 2005-02-22 Kenichi Handa <handa@m17n.org> | |
23492 | |
23493 * ps-mule.el (ps-mule-header-string-charsets): Delete it. | |
23494 (ps-mule-show-warning): New function. | |
23495 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable | |
23496 characters are found. | |
23497 | |
23498 * ps-print.el (ps-header-footer-string): Return a list of header | |
23499 and footer strings. | |
23500 | |
23501 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change) | |
23502 | |
23503 * pcvs.el (cvs-retrieve-revision): Fix thinko. | |
23504 | |
23505 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
23506 | |
23507 * frame.el (blink-cursor-mode): Use define-minor-mode. | |
23508 | |
23509 * term/mac-win.el (function-key-map): Use char-names more consistently. | |
23510 (file-name-coding-system): Only set it for MacOS-9. The other case is | |
23511 already handled in mule-cmds.el (where it also works when mac-win.el | |
23512 is not used). | |
23513 | |
23514 2005-02-21 Kenichi Handa <handa@m17n.org> | |
23515 | |
23516 * international/mule.el (ctext-pre-write-conversion): Always use | |
23517 " *code-converting-work*" buffer for work. | |
23518 | |
23519 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring. | |
23520 | |
23521 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org> | |
23522 | |
23523 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let. | |
23524 | |
23525 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org> | |
23526 | |
23527 * ses.el (undo-more): Restore defadvice, but only the part that | |
23528 allows changes outside the restricted area of the buffer. | |
23529 | |
23530 2005-02-20 Kim F. Storm <storm@cua.dk> | |
23531 | |
23532 * simple.el (line-move): Add fourth optional arg try-vscroll which | |
23533 must be set to perform auto-window-vscroll. | |
23534 When moving backwards and doing auto-window-vscroll, automatically | |
23535 vscroll to the last part of lines which are taller than the window. | |
23536 (next-line, previous-line): Set try-vscroll arg on line-move. | |
23537 | |
23538 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu> | |
23539 | |
23540 * replace.el (query-replace, query-replace-regexp) | |
23541 (replace-string, replace-regexp): When operating on region, make | |
23542 the minibuffer prompt say so. | |
23543 | |
23544 * isearch.el (isearch-forward): Document isearch-query-replace and | |
23545 isearch-query-replace-regexp keybindings. | |
23546 | |
23547 2005-02-19 Jay Belanger <belanger@truman.edu> | |
23548 | |
23549 * calc/calc-aent.el (math-read-token): Add local variable. | |
23550 | |
23551 * calc/calc-prog.el (calc-user-define-edit): Add local variable. | |
23552 (calc-edit-top): Move declaration to earlier in file. | |
23553 (calc-edit-macro-repeats): Add local variables. | |
23554 | |
23555 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth. | |
23556 Adjust differentiation rules for calcFunc-tan, calcFunc-cot, | |
23557 calcFunc-tanh. | |
23558 Adjust integration rule for calcFunc-tan. | |
23559 | |
23560 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | |
23561 | |
23562 * viper-cmd.el (viper-prefix-commands): Make into a defconst. | |
23563 (viper-exec-buffer-search): Use regexp-quote to quote buffer string. | |
23564 (viper-minibuffer-setup-sentinel): Make some variables buffer-local. | |
23565 (viper-skip-separators): Bug fix. | |
23566 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a | |
23567 particular major mode. | |
23568 (viper-del-backward-char-in-replace): Don't put deleted char on the | |
23569 kill ring. | |
23570 | |
23571 * viper-ex.el (viper-color-display-p): New function. | |
23572 (viper-has-face-support-p): Use viper-color-display-p. | |
23573 | |
23574 * viper-keym.el (viper-gnus-modifier-map): New keymap. | |
23575 | |
23576 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix. | |
23577 | |
23578 * viper-util.el (viper-glob-unix-files): Fix shell status check. | |
23579 (viper-file-remote-p): Make equivalent to file-remote-p. | |
23580 | |
23581 * viper.el (viper-major-mode-modifier-list): | |
23582 Use viper-gnus-modifier-map. | |
23583 | |
23584 2005-02-19 David Kastrup <dak@gnu.org> | |
23585 | |
23586 * subr.el (subregexp-context-p): Fix garbled doc string by adding | |
23587 quoting. | |
23588 | |
23589 2005-02-19 Jay Belanger <belanger@truman.edu> | |
23590 | |
23591 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh): | |
23592 Remove extra definitions. | |
23593 (calc-coth): New function. | |
23594 (calcFunc-cot): Fix `let'. | |
23595 | |
23596 2005-02-19 Eli Zaretskii <eliz@gnu.org> | |
23597 | |
23598 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for | |
23599 the reasons we use "type pc" in these faces. | |
23600 | |
23601 * button.el (button): Ditto. | |
23602 | |
23603 2005-02-19 Michael Mauger <mmaug@yahoo.com> | |
23604 | |
23605 * replace.el (query-replace-read-from): Set the value of | |
23606 query-replace-from-history-variable to handle the case of an empty | |
23607 string entered to accept the suggested default. | |
23608 | |
23609 * net/tramp.el (tramp-file-name-for-operation): | |
23610 Use dired-call-process instead of dired-call-process-command. | |
23611 | |
23612 2005-02-19 Jay Belanger <belanger@truman.edu> | |
23613 | |
23614 * calc/calc-arith.el (math-trig-inverses, math-div-trig) | |
23615 (math-div-non-trig): New variables. | |
23616 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig) | |
23617 (math-div-isolate-trig, math-div-isolate-trig-term): New functions. | |
23618 (math-combine-prod, math-div-symb-fancy): Add simplifications for | |
23619 trig expressions. | |
23620 | |
23621 2005-02-19 Nick Roberts <nickrob@snap.net.nz> | |
23622 | |
23623 * progmodes/gdb-ui.el (gdb-var-update-handler) | |
23624 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values | |
23625 for watch expressions, | |
23626 (gdb-var-create-handler): Don't set speedbar-update-flag. | |
23627 (gdb-post-prompt): Simplify test for speedbar. | |
23628 | |
23629 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu> | |
23630 | |
23631 * ediff.el (ediff-set-diff-overlays-in-one-buffer) | |
23632 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure | |
23633 we use the syntax table of the correct buffer. | |
23634 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to | |
23635 Felix Gatzemeier. | |
23636 | |
23637 * ediff-init.el (ediff-hide-face): Check for definedness of functions. | |
23638 (ediff-file-remote-p): Make synonymous with file-remote-p. | |
23639 In all deffaces ediff-*-face-*, use min-colors. | |
23640 | |
23641 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of | |
23642 ediff-recurse-to-subdirectories. | |
23643 (ediff-mark-if-equal): Check that the arguments are strings, use | |
23644 ediff-same-contents (after to Felix Gatzemeier). | |
23645 | |
23646 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to | |
23647 nil. | |
23648 | |
23649 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
23650 | |
23651 * log-view.el (log-view-message-re): Fix up Subversion regexp. | |
23652 | |
23653 2005-02-18 David Kastrup <dak@gnu.org> | |
23654 | |
23655 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just | |
23656 use `mark-active' when defined. | |
23657 | |
23658 2005-02-18 Kenichi Handa <handa@m17n.org> | |
23659 | |
23660 * ps-print.el (ps-font-info-database): New entry | |
23661 ZapfChancery-MediumItalic with correct font name. Fix font name | |
23662 of the entry Zapf-Chancery-MediumItalic. | |
23663 | |
23664 2005-02-16 Luc Teirlinck <teirllm@auburn.edu> | |
23665 | |
23666 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix. | |
23667 | |
23668 2005-02-16 Kim F. Storm <storm@cua.dk> | |
23669 | |
23670 * ido.el (ido-fallback-command): Pass user input to fallback command. | |
23671 | |
23672 2005-02-16 Nick Roberts <nickrob@snap.net.nz> | |
23673 | |
23674 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers) | |
23675 (gdb-find-file-hook): Add server prefix. | |
23676 | |
23677 2005-02-16 Richard M. Stallman <rms@gnu.org> | |
23678 | |
23679 * replace.el (perform-replace): Pass new args to replace-highlight. | |
23680 (replace-highlight): Take region args, | |
23681 and pass them to isearch-lazy-highlight-new-loop. | |
23682 | |
23683 * novice.el (disabled-command-hook): Autoload the defalias | |
23684 and the make-obsolete-variable call. | |
23685 | |
23686 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected. | |
23687 | |
23688 * isearch.el (isearch-lazy-highlight-start-limit) | |
23689 (isearch-lazy-highlight-end-limit): New variables limit | |
23690 the region for highlighting. | |
23691 (isearch-lazy-highlight-new-loop): New args BEG and END. | |
23692 (isearch-lazy-highlight-search): Use the new vars. | |
23693 (isearch-lazy-highlight-update): Likewise. | |
23694 | |
23695 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t. | |
23696 | |
23697 * cus-start.el (all): Use default-boundp. | |
23698 | |
23699 2005-02-15 David Casperson <casper@unbc.ca> (tiny change) | |
23700 | |
23701 * menu-bar.el (menu-bar-select-frame): Handle current frame. | |
23702 | |
23703 2005-02-15 Luc Teirlinck <teirllm@auburn.edu> | |
23704 | |
23705 * autorevert.el (auto-revert-stop-on-user-input) | |
23706 (auto-revert-verbose): Doc fixes. | |
23707 | |
23708 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> | |
23709 | |
23710 * international/mule-cmds.el (set-locale-environment): Remove call | |
23711 to set-selection-coding-system on Windows. | |
23712 | |
23713 2005-02-15 Jay Belanger <belanger@truman.edu> | |
23714 | |
23715 * calc/calc-alg.el: Add simplification rules for calcFunc-sec, | |
23716 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and | |
23717 calcFunc-coth. | |
23718 (math-simplify-sqrt): Add simplifications. | |
23719 | |
23720 * calc/calc-arith.el (math-real-if-arg-functions): Add functions | |
23721 to list. | |
23722 | |
23723 * calc/calc-ext.el: Add functions to autoloads. | |
23724 | |
23725 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech) | |
23726 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot) | |
23727 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw) | |
23728 (math-csc-raw, math-cot-raw): New functions. | |
23729 | |
23730 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules. | |
23731 | |
23732 * calc/calc-undo.el (calc-handle-undo): Remove prefix from | |
23733 the variable name in a message. | |
23734 | |
23735 * calc/calc-units.el: Add simplification rules for calcFunc-sec, | |
23736 calcFunc-csc, calcFunc-cot. | |
23737 | |
23738 * calc/calcalg2.el: Add derivative and integration rules for | |
23739 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech, | |
23740 calcFunc-csch, calcFunc-coth. | |
23741 (math-do-integral-methods): Add to checks for when to use | |
23742 substitutions. | |
23743 | |
23744 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list. | |
23745 | |
23746 2005-02-15 Lute Kamstra <lute@gnu.org> | |
23747 | |
23748 * emacs-lisp/lisp-mode.el (lisp-mode-variables): | |
23749 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier | |
23750 <monnier@iro.umontreal.ca> | |
23751 (lisp-outline-level): Improve efficiency. Suggested by David | |
23752 Kastrup <dak@gnu.org>. | |
23753 | |
23754 2005-02-15 Nick Roberts <nickrob@snap.net.nz> | |
23755 | |
23756 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable. | |
23757 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1) | |
23758 (gdb-set-gud-minor-mode-existing-buffers): New functions. | |
23759 (gdb-find-file-hook): New hook. Add it to find-file-hook. | |
23760 (gdb-info-breakpoints-custom, gdb-source-info): Simplify. | |
23761 | |
23762 2005-02-14 Luc Teirlinck <teirllm@auburn.edu> | |
23763 | |
23764 * cus-start.el (all): Comment change. | |
23765 | |
23766 2005-02-14 Lute Kamstra <lute@gnu.org> | |
23767 | |
23768 * cus-start.el (all): Check if symbol is void. | |
23769 | |
23770 2005-02-14 Carsten Dominik <dominik@science.uva.nl> | |
23771 | |
23772 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single | |
23773 optional argument to \cite. | |
23774 | |
23775 2005-02-14 Richard M. Stallman <rms@gnu.org> | |
23776 | |
23777 * cus-edit.el (custom-buffer-create-internal): Update help message. | |
23778 (custom-magic-alist): Update help messages. | |
23779 | |
23780 * cus-start.el (all): Allow a var to specify a standard value. | |
23781 | |
23782 2005-02-12 Luc Teirlinck <teirllm@auburn.edu> | |
23783 | |
23784 * custom.el (custom-theme-set-variables): Handle variable aliases. | |
23785 | |
23786 * frame.el (blink-cursor-timer): Doc fix. | |
23787 (blink-cursor): Make it an alias for `blink-cursor-mode' and | |
23788 declare obsolete. | |
23789 (blink-cursor-mode): Define with defcustom and use correct | |
23790 standard expression in that defcustom. | |
23791 * startup.el (command-line): Adapt to above changes in frame.el. | |
23792 | |
23793 2005-02-11 Lute Kamstra <lute@gnu.org> | |
23794 | |
23795 * apropos.el (apropos-score-doc): Prevent division by zero. | |
23796 | |
23797 2005-02-11 Ulf Jasper <ulf.jasper@web.de> | |
23798 | |
23799 * calendar/icalendar.el (icalendar--get-event-property): Doc fix. | |
23800 (icalendar--get-event-property-attributes) | |
23801 (icalendar--get-event-properties) | |
23802 (icalendar--datetime-to-diary-date): New functions. | |
23803 (icalendar--split-value): Doc fix. | |
23804 (icalendar--datetime-to-noneuropean-date) | |
23805 (icalendar--datetime-to-european-date): New optional argument | |
23806 SEPARATOR. Return result as a string instead of a list. | |
23807 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil. | |
23808 (icalendar--convert-string-for-export): Rename arg S to STRING. | |
23809 (icalendar-export-region): Doc fix. Change name of error buffer. | |
23810 Save output buffer. | |
23811 (icalendar-import-file): Add blank at end of prompt. | |
23812 (icalendar-import-buffer): Doc fix. Do not switch to error | |
23813 buffer. Indicate status in return value. | |
23814 (icalendar--convert-ical-to-diary): Doc fix. Change name of error | |
23815 buffer. Save output buffer. Handle exception from recurrence | |
23816 rules (EXDATE, EXRULE). Handle start- and end-date of recurring | |
23817 events. Fix problems with weekly all-day events. | |
23818 | |
23819 2005-02-10 Richard M. Stallman <rms@gnu.org> | |
23820 | |
23821 * simple.el (eval-expression-print-format): | |
23822 Avoid warning about edebug-active. | |
23823 | |
23824 * help.el (help-for-help-internal): Rename from help-for-help. | |
23825 (help-for-help): Define with defalias. | |
23826 | |
23827 * font-core.el (font-lock-default-function): Use with-no-warnings. | |
23828 | |
23829 * cus-edit.el (custom-buffer-create-internal): Improve help-echo. | |
23830 | |
23831 * custom.el (defface): Doc fix. | |
23832 | |
23833 2005-02-10 Nick Roberts <nickrob@snap.net.nz> | |
23834 | |
23835 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set | |
23836 width 0" to prevent word wrapping problems. | |
23837 | |
23838 2005-02-09 Kim F. Storm <storm@cua.dk> | |
23839 | |
23840 * ido.el (ido-file-extensions-order): New defcustom. | |
23841 (ido-file-extension-lessp, ido-file-extension-aux) | |
23842 (ido-file-extension-order): New advanced file ordering. | |
23843 (ido-file-lessp): New simple file ordering. | |
23844 (ido-sort-list): Remove. | |
23845 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp. | |
23846 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp. | |
23847 | |
23848 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu> | |
23849 | |
23850 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K | |
23851 that some versions of grep produce. | |
23852 (grep-mode-font-lock-keywords): Likewise. | |
23853 | |
23854 2005-02-09 Nick Roberts <nickrob@snap.net.nz> | |
23855 | |
23856 * progmodes/gdb-ui.el (gdb-location-list): New variable. | |
23857 (gdb-cdir): Delete. | |
23858 (gdb-info-breakpoints-custom, gdb-goto-breakpoint) | |
23859 (gdb-source-info): Treat case when source file is in another | |
23860 directory properly. | |
23861 (gdb-get-location): New function. | |
23862 | |
23863 2005-02-07 Jay Belanger <belanger@truman.edu> | |
23864 | |
23865 * calc/calc-prog.el (calc-write-parse-table-part) | |
23866 (calc-fix-token-name): Fix a check for language type. | |
23867 | |
23868 * calc/calccomp.el (math-compose-expr): Fix a check for language type. | |
23869 | |
23870 2005-02-07 Andre Spiegel <spiegel@gnu.org> | |
23871 | |
23872 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such | |
23873 as directory not writable. | |
23874 | |
23875 2005-02-07 Kim F. Storm <storm@cua.dk> | |
23876 | |
23877 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove. | |
23878 (cua--standard-movement-commands): Remove list. | |
23879 Instead, set CUA property value to move for movement commands. | |
23880 (cua-movement-commands): Remove. Users must set CUA prop instead. | |
23881 (cua--pre-command-handler): Check CUA property. | |
23882 (cua--init-keymaps): Don't remap undo commands. | |
23883 (cua-mode): Don't call cua--rectangle-on-off. | |
23884 | |
23885 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter) | |
23886 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove. | |
23887 (cua--rect-undo-set-point): New var. | |
23888 (cua--rectangle-undo-boundary): Setup undo apply entry. | |
23889 (cua--rect-undo-handler): New function for rectangle undo. | |
23890 (cua--rect-start-position, cua--rect-end-position): Add. | |
23891 (cua--rectangle-post-command): Call cua--rectangle-set-corners | |
23892 for restored rectangle. Set point if cua--rect-undo-set-point. | |
23893 | |
23894 2005-02-06 Jay Belanger <belanger@truman.edu> | |
23895 | |
23896 * calc/calc-lang.el (calc-tex-language): Display more information | |
23897 in messages. | |
23898 | |
23899 * calc/calccomp.el (math-compose-expr): Allow multiline matrices | |
23900 in TeX mode. | |
23901 | |
23902 2005-02-06 Richard M. Stallman <rms@gnu.org> | |
23903 | |
23904 * emacs-lisp/lisp.el (buffer-end): Doc fix. | |
23905 | |
23906 2005-02-05 Arne_J,Ax(Brgensen <arne@arnested.dk> (tiny change) | |
23907 | |
23908 * net/ldap.el (ldap-search-internal): Support attributes with | |
23909 optional descriptions separated by a semi-colon, as in | |
23910 "userCertificate;binary". | |
23911 | |
23912 2005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
23913 | |
23914 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags | |
23915 isn't a cons (i.e. the version is 0). | |
23916 | |
23917 2005-02-05 Eli Zaretskii <eliz@gnu.org> | |
23918 | |
23919 * help.el (help-for-help): Doc fix. | |
23920 | |
23921 2005-02-05 Nick Roberts <nickrob@snap.net.nz> | |
23922 | |
23923 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before | |
23924 GDB-Windows on the menu-bar as this works better. | |
23925 | |
23926 2005-02-04 Jay Belanger <belanger@truman.edu> | |
23927 | |
23928 * calc/calc-embed.el (calc-embedded-update): Don't put in | |
23929 unnecessary newlines. Adjust the end of formula marker. | |
23930 | |
23931 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments. | |
23932 (math-latex-parse-two-args): New function. | |
23933 | |
23934 2005-02-03 Lute Kamstra <lute@gnu.org> | |
23935 | |
23936 * help-fns.el (help-with-tutorial): Make sure that users cannot | |
23937 remove the entire text of the tutorial by means of `undo'. | |
23938 | |
23939 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
23940 | |
23941 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem | |
23942 in recent changes, where the ispell process was repeatedly | |
23943 killed & restarted. | |
23944 | |
23945 * international/mule-cmds.el (set-locale-environment): Set file-name | |
23946 coding system to utf-8 on Darwin systems. | |
23947 (set-default-coding-systems): Don't set default-file-name-coding-system | |
23948 on Darwin systems. | |
23949 | |
23950 2005-02-03 Richard M. Stallman <rms@gnu.org> | |
23951 | |
23952 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock. | |
23953 | |
23954 2005-02-03 Matt Hodges <MPHodges@member.fsf.org> | |
23955 | |
23956 * faces.el (list-faces-display): Add optional argument. | |
23957 | |
23958 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
23959 | |
23960 * font-core.el (font-lock-default-function): Handle the rare case where | |
23961 only font-lock-keywords is set. | |
23962 | |
23963 2005-02-02 Kenichi Handa <handa@m17n.org> | |
23964 | |
23965 * international/characters.el: Cancel previous change for | |
23966 I-WITH-DOT-ABOVE and DOTLESS-i. | |
23967 | |
23968 * international/latin-5.el: Cancel previous change. | |
23969 | |
23970 2005-02-02 Nick Roberts <nickrob@snap.net.nz> | |
23971 | |
23972 * progmodes/gud.el: Correction to syntax in gud-menu-map. | |
23973 | |
23974 2005-02-02 Kenichi Handa <handa@m17n.org> | |
23975 | |
23976 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE, | |
23977 DOTLESS-i. | |
23978 | |
23979 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA, | |
23980 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i. | |
23981 | |
23982 * case-table.el (get-upcase-table): New function. | |
23983 (copy-case-table): Copy upcaes table too if non-nil. | |
23984 (set-case-syntax-delims): Maintain upcase table too. | |
23985 (set-case-syntax-pair): Likewise. | |
23986 (set-upcase-syntax, set-downcase-syntax): New functions. | |
23987 (set-case-syntax): Maintain upcase table too. | |
23988 | |
23989 2005-02-02 Nick Roberts <nickrob@snap.net.nz> | |
23990 | |
23991 * progmodes/gdb-ui.el (gdb-goto-info): Delete. | |
23992 | |
23993 * progmodes/gud.el (gud-goto-info): New function. | |
23994 (gud-tool-bar-map): Use correct icon. | |
23995 | |
23996 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org> | |
23997 | |
23998 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug: | |
23999 When delegating, order args in the funcall correctly. | |
24000 | |
24001 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org> | |
24002 | |
24003 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix. | |
24004 | |
24005 2005-02-01 Carsten Dominik <dominik@science.uva.nl> | |
24006 | |
24007 * textmodes/reftex.el (reftex-access-scan-info): Error out in a | |
24008 buffer not visiting a file. | |
24009 | |
24010 2005-01-31 Jay Belanger <belanger@truman.edu> | |
24011 | |
24012 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula | |
24013 bound on the line with the formula. | |
24014 | |
24015 2005-01-31 Kim F. Storm <storm@cua.dk> | |
24016 | |
24017 * ses.el (ses-create-cell-variable-range) | |
24018 (ses-destroy-cell-variable-range, ses-reset-header-string) | |
24019 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo) | |
24020 (ses-insert-row): Fix format of apply undo entries. | |
24021 | |
24022 2005-01-31 Jay Belanger <belanger@truman.edu> | |
24023 | |
24024 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX | |
24025 parts. | |
24026 | |
24027 * calc/calc-embed.el (calc-embedded-open-formula) | |
24028 (calc-embedded-close-formula): Ignore matrix environments. | |
24029 | |
24030 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default | |
24031 TeX mode. | |
24032 | |
24033 * calc/calc-lang.el (math-function-table, math-oper-table) | |
24034 (math-variable-table): Adjust the LaTeX portions. | |
24035 | |
24036 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion. | |
24037 (math-latex-ignore-words): New constant. | |
24038 | |
24039 2005-01-31 Richard M. Stallman <rms@gnu.org> | |
24040 | |
24041 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var. | |
24042 (ispell-local-dictionary): Doc fix. | |
24043 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist. | |
24044 Don't reinitialize at run time. Don't defcustom. | |
24045 All uses changed to append ispell-local-dictionary-alist, | |
24046 or check it first. | |
24047 (ispell-current-dictionary): New variable for dictionary in use. | |
24048 (ispell-dictionary): Now used only for global default. | |
24049 (ispell-start-process): Set ispell-current-dictionary, | |
24050 not ispell-dictionary. | |
24051 (ispell-change-dictionary): Use this only for setting | |
24052 user preferences. | |
24053 (ispell-internal-change-dictionary): New function | |
24054 to change the current dictionary in use. | |
24055 (ispell-region, ispell-process-line, ispell-buffer-local-dict): | |
24056 Use ispell-current-dictionary. | |
24057 Handle ispell-local-dictionary-overridden. | |
24058 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary. | |
24059 | |
24060 2005-01-31 Jay Belanger <belanger@truman.edu> | |
24061 | |
24062 * calc/calc-aent.el (math-read-token): Add support for LaTeX. | |
24063 | |
24064 * calc/calc-ext.el: Add calc-latex-language to autoloads. | |
24065 (calc-mode-map): Add calc-latex-language. | |
24066 | |
24067 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac) | |
24068 (math-latex-print-frac): New functions. | |
24069 (math-oper-table, math-function-table, math-variable-table) | |
24070 (math-complex-format, math-input-filter): Add latex properties. | |
24071 (calc-set-language): Set math-expr-special-function-mapping. | |
24072 | |
24073 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name) | |
24074 (calc-write-parse-table-part): Add LaTeX support. | |
24075 | |
24076 * calc/calc.el (calc-language): Adjust docstring. | |
24077 (calc-set-mode-line): Add LaTeX support. | |
24078 (math-expr-special-function-mapping): New variable. | |
24079 (math-tex-ignore-words): Add to list. | |
24080 | |
24081 * calc/calccomp.el (math-compose-expr, math-compose-rows): | |
24082 Add LaTeX support. | |
24083 (math-compose-expr): Add support for special functions. | |
24084 | |
24085 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX. | |
24086 | |
24087 2005-01-31 Nick Roberts <nickrob@snap.net.nz> | |
24088 | |
24089 * progmodes/gdb-ui.el (gdb-memory-address) | |
24090 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit) | |
24091 (gdb-memory-mode-map, gdb-memory-format-keymap) | |
24092 (gdb-memory-format-menu, gdb-memory-unit-keymap) | |
24093 (gdb-memory-unit-menu): New variables for a buffer | |
24094 that lets the user examine program memory. | |
24095 (gdb-memory-set-address, gdb-memory-set-repeat-count) | |
24096 (gdb-memory-format-binary, gdb-memory-format-octal) | |
24097 (gdb-memory-format-unsigned, gdb-memory-format-signed) | |
24098 (gdb-memory-format-hexadecimal, gdb-memory-format-menu) | |
24099 (gdb-memory-format-menu-1, gdb-memory-unit-giant) | |
24100 (gdb-memory-unit-word, gdb-memory-unit-halfword) | |
24101 (gdb-memory-unit-byte, gdb-memory-unit-menu) | |
24102 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map) | |
24103 (gdb-memory-mode, gdb-memory-buffer-name) | |
24104 (gdb-display-memory-buffer, gdb-frame-memory-buffer): | |
24105 New functions for above buffer. | |
24106 | |
24107 2005-01-30 Richard M. Stallman <rms@gnu.org> | |
24108 | |
24109 * cus-edit.el (custom-bury-buffer): Function deleted. | |
24110 (custom-buffer-done-function): Option deleted. | |
24111 (custom-buffer-done-kill): New replacement option. | |
24112 (Custom-buffer-done): Call quit-window. | |
24113 (custom-buffer-create-internal): Update for above changes. | |
24114 | |
24115 2005-01-29 Luc Teirlinck <teirllm@auburn.edu> | |
24116 | |
24117 * simple.el (undo-ask-before-discard): New var. | |
24118 (undo-outer-limit-truncate): Implement it. | |
24119 (undo-extra-outer-limit): Doc update. | |
24120 | |
24121 2005-01-29 Richard M. Stallman <rms@gnu.org> | |
24122 | |
24123 * ses.el (undo-more): Delete defadvice. | |
24124 (ses-begin-change): Doc fix. | |
24125 | |
24126 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo' | |
24127 instead of rebinding C-x u and C-_. | |
24128 | |
24129 * files.el (normal-backup-enable-predicate): Return nil for files | |
24130 in /tmp, regardless of temporary-file-directory. | |
24131 | |
24132 * man.el (Man-getpage-in-background): Disable undo in Man buffer. | |
24133 | |
24134 * rect.el (delete-rectangle-line, delete-extract-rectangle-line) | |
24135 (open-rectangle, delete-whitespace-rectangle-line) | |
24136 (clear-rectangle-line): If FILL, pass t instead of FILL | |
24137 for move-to-column's 2nd arg. | |
24138 | |
24139 * simple.el (undo): Fix the test for continuing a series of undos. | |
24140 (undo-more): Set pending-undo-list to t when we reach end. | |
24141 (pending-undo-list): Move up defvar. | |
24142 | |
24143 * wid-edit.el (widget-button-click): | |
24144 Shorten the range of the track-mouse binding. | |
24145 | |
24146 * comint.el (comint-insert-input): Undo previous changes; | |
24147 use last-input-event in interactive spec. | |
24148 | |
24149 2005-01-29 Eli Zaretskii <eliz@gnu.org> | |
24150 | |
24151 * progmodes/compile.el (compilation-start): Bind buffer-read-only | |
24152 to nil before invoking call-process. Reset buffer's modified flag | |
24153 after fontifying it in the no-async branch. | |
24154 | |
24155 * wid-edit.el (widget-specify-button): If mouse pointer shape | |
24156 cannot be changed, use mouse face instead. | |
24157 | |
24158 2005-01-29 Nick Roberts <nickrob@snap.net.nz> | |
24159 | |
24160 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) | |
24161 (gdb-goto-breakpoint): Make breakpoint handling work on template | |
24162 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk> | |
24163 (gdb-assembler-custom): Update to recognize breakpoint information | |
24164 added on 2005-01-19. | |
24165 | |
24166 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
24167 | |
24168 * progmodes/scheme.el (scheme-mode-variables): Set comment-add. | |
24169 (dsssl-mode): Use define-derived-mode. | |
24170 (scheme-mode-initialize): Remove. | |
24171 (scheme-mode): Use run-mode-hooks. | |
24172 | |
24173 * cus-edit.el (customize-group-other-window) | |
24174 (custom-buffer-create-other-window): Don't override special-display-*. | |
24175 (custom-mode-map): Make it dense. | |
24176 | |
24177 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always | |
24178 sets the default value. | |
24179 | |
24180 2005-01-28 Eli Zaretskii <eliz@gnu.org> | |
24181 | |
24182 * descr-text.el: Add more keywords. | |
24183 | |
24184 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca> | |
24185 | |
24186 * speedbar.el: Avoid unnecessary use of locate-library. | |
24187 | |
24188 * international/mule-cmds.el (standard-display-european-internal): | |
24189 Don't fiddle with latin-1 non-break space any more since it's now | |
24190 special cased in the C code. | |
24191 Don't "do&undo" setting for 160 (especially, don't undo incorrectly). | |
24192 | |
24193 2005-01-26 Luc Teirlinck <teirllm@auburn.edu> | |
24194 | |
24195 * cus-start.el (all): Add `undo-outer-limit'. | |
24196 | |
24197 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | |
24198 | |
24199 * textmodes/bibtex.el (bibtex-format-entry): | |
24200 Use `bibtex-empty-field-re' only on the text of fields, not on entire | |
24201 field lines. | |
24202 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string, | |
24203 not on part of a buffer. | |
24204 | |
24205 2005-01-25 Lute Kamstra <lute@gnu.org> | |
24206 | |
24207 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match | |
24208 nonempty field text strings like "{letters\\macro{}more letters}". | |
24209 Clarify docstring. | |
24210 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore) | |
24211 (bibtex-entry-offset, bibtex-parse-association) | |
24212 (bibtex-parse-field-name): Fix typos in docstrings. | |
24213 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages. | |
24214 | |
24215 2005-01-24 Carsten Dominik <dominik@science.uva.nl> | |
24216 | |
24217 * textmodes/reftex-global.el (reftex-isearch-push-state-function) | |
24218 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search) | |
24219 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off) | |
24220 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions. | |
24221 | |
24222 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex | |
24223 isearch minor mode. | |
24224 | |
24225 2005-01-24 Luc Teirlinck <teirllm@auburn.edu> | |
24226 | |
24227 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie. | |
24228 | |
24229 2005-01-24 Lute Kamstra <lute@gnu.org> | |
24230 | |
24231 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the | |
24232 CASECHARS and NOT-CASECHARS regular expressions of the | |
24233 "nederlands" and "nederlands8" dictionaries to prevent a "Range | |
24234 striding over charsets" error. | |
24235 | |
24236 2005-01-24 Jay Belanger <belanger@truman.edu> | |
24237 | |
24238 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to | |
24239 display variable name. | |
24240 | |
24241 2005-01-24 Kenichi Handa <handa@m17n.org> | |
24242 | |
24243 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift): | |
24244 Fix setting of the element of encoded-kbd-iso2022-invocations. | |
24245 | |
24246 2005-01-24 Nick Roberts <nickrob@snap.net.nz> | |
24247 | |
24248 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select) | |
24249 (gdb-threads-select): Change to also accept mouse events. | |
24250 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select) | |
24251 (gdb-threads-mouse-select): Delete. | |
24252 | |
24253 2005-01-23 Luc Teirlinck <teirllm@auburn.edu> | |
24254 | |
24255 * files.el (insert-directory): Take care of empty directory, | |
24256 listed without -a switch. | |
24257 | |
24258 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
24259 | |
24260 * textmodes/refill.el (refill-post-command-function): | |
24261 Add `indent-new-comment-line' and `reindent-then-newline-and-indent' | |
24262 to the list of functions that we should be careful not to undo. | |
24263 (refill-late-fill-paragraph-function): Remove. | |
24264 (refill-saved-state): New var. | |
24265 (refill-mode): Use it to save fill-paragraph-function. | |
24266 Save also the value of auto-fill-function. | |
24267 | |
24268 * term/w32-win.el: Simplify code. | |
24269 | |
24270 2005-01-23 Kim F. Storm <storm@cua.dk> | |
24271 | |
24272 * simple.el (line-move): Adapt to new return value from | |
24273 pos-visible-in-window-p. | |
24274 | |
24275 * simple.el (line-move): Fix last change. Check partial | |
24276 visibility at point rather than at window-start. | |
24277 | |
24278 2005-01-22 Jason Rumney <jasonr@gnu.org> | |
24279 | |
24280 * term/w32-win.el (xw-defined-colors): Remove debug-message. | |
24281 | |
24282 2005-01-22 David Kastrup <dak@gnu.org> | |
24283 | |
24284 * progmodes/grep.el: Add alias `find-grep' for `grep-find'. | |
24285 | |
24286 2005-01-22 Eli Zaretskii <eliz@gnu.org> | |
24287 | |
24288 * type-break.el (type-break-mode): Add a test for | |
24289 type-break-file-name being non-nil. | |
24290 | |
24291 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change) | |
24292 | |
24293 * net/eudc.el (top level): Call (message "") via progn, so that | |
24294 eudc-options-file is loaded. | |
24295 | |
24296 2005-01-22 Kim F. Storm <storm@cua.dk> | |
24297 | |
24298 * simple.el (line-move-1): Rename from line-move. | |
24299 (line-move): New function that adjusts vscroll for partially | |
24300 visible rows, and calls line-move-1 otherwise. | |
24301 | |
24302 2005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> | |
24303 | |
24304 * pcomplete.el: Define pcomplete-read-event instead of read-event, | |
24305 since it's not a complete read-event implementation | |
24306 | |
24307 2005-01-20 Jay Belanger <belanger@truman.edu> | |
24308 | |
24309 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg | |
24310 for called function. | |
24311 | |
24312 2005-01-20 Steven Tamm <steventamm@mac.com> | |
24313 | |
24314 * term/mac-win.el (process-connection-type): Remove. | |
24315 Controlled now by s/darwin.h:PTY_ITERATION. | |
24316 | |
24317 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
24318 | |
24319 * window.el (handle-select-window): Don't switch window when we're | |
24320 in the minibuffer. | |
24321 | |
24322 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net> | |
24323 | |
24324 * subr.el (dotimes-with-progress-reporter): New macro. | |
24325 | |
24326 * ses.el (ses-dotimes-msg): Remove macro. | |
24327 Use `dotimes-with-progress-reporter' instead. | |
24328 | |
24329 2005-01-19 Steven Tamm <steventamm@mac.com> | |
24330 | |
24331 * term/mac-win.el (process-connection-type): Use new | |
24332 operating-system-release variable to use ptys on Darwin 7 (OS X | |
24333 10.3) when using carbon build. | |
24334 | |
24335 2005-01-19 Jay Belanger <belanger@truman.edu> | |
24336 | |
24337 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear | |
24338 flags if the last command was a tab or M-tab. | |
24339 | |
24340 * calc/calc-prog.el (calc-user-define-edit): Put original formula | |
24341 in formula editing buffer. | |
24342 | |
24343 2005-01-19 Nick Roberts <nickrob@snap.net.nz> | |
24344 | |
24345 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for | |
24346 breakpoint image symbol in margin. | |
24347 | |
24348 2005-01-19 Jay Belanger <belanger@truman.edu> | |
24349 | |
24350 * calc/calc-prog.el (calc-execute-kbd-macro): | |
24351 Ignore calc-keep-arg-flag. | |
24352 | |
24353 2005-01-19 Kenichi Handa <handa@m17n.org> | |
24354 | |
24355 * textmodes/ispell.el (ispell-looking-at): New function. | |
24356 (ispell-process-line): Use ispell-looking-at to compare the ispell | |
24357 output and the buffer contents. | |
24358 | |
24359 2005-01-18 Jay Belanger <belanger@truman.edu> | |
24360 | |
24361 * calc/calc.el (calc-display-raw): Fix docstring. | |
24362 | |
24363 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca> | |
24364 | |
24365 * simple.el (blink-matching-open): Strip extra info from syntax. | |
24366 | |
24367 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other | |
24368 funny chars in the end-of-here-doc marker. | |
24369 | |
24370 2005-01-19 Nick Roberts <nickrob@snap.net.nz> | |
24371 | |
24372 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so | |
24373 that enable/disabled state of breakpoints is shown correctly in | |
24374 fringe and on ttys. | |
24375 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom): | |
24376 Add breakpoint information as text properties. | |
24377 (gdb-mouse-toggle-breakpoint): | |
24378 Rename to gdb-mouse-set-clear-breakpoint. | |
24379 (gdb-mouse-toggle-breakpoint): New function. Enable/disable | |
24380 breakpoints in the margin. | |
24381 (gdb-remove-strings): Simplify. | |
24382 | |
24383 2005-01-17 Jay Belanger <belanger@truman.edu> | |
24384 | |
24385 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when | |
24386 erasing buffer. | |
24387 | |
24388 2005-01-17 Richard M. Stallman <rms@gnu.org> | |
24389 | |
24390 * progmodes/grep.el (grep-find): Copy from `grep' the condition | |
24391 for calling grep-compute-defaults. | |
24392 | |
24393 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet | |
24394 if buffer is empty. | |
24395 | |
24396 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes. | |
24397 | |
24398 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca> | |
24399 | |
24400 * hilit-chg.el (highlight-changes-mode): Don't autoload. | |
24401 | |
24402 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the | |
24403 non-preloaded variables. | |
24404 | |
24405 2005-01-17 Steven Tamm <steventamm@mac.com> | |
24406 | |
24407 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the | |
24408 tex-shell cause to force interactivity when using pipes. | |
24409 | |
24410 2005-01-17 Kim F. Storm <storm@cua.dk> | |
24411 | |
24412 * simple.el (just-one-space): Make arg optional. | |
24413 | |
24414 2005-01-17 Nick Roberts <nickrob@snap.net.nz> | |
24415 | |
24416 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in | |
24417 posn-at-x-y to t to access left-margin. | |
24418 | |
24419 2005-01-16 Michael Albinus <michael.albinus@gmx.de> | |
24420 | |
24421 Sync with Tramp 2.0.47. | |
24422 | |
24423 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom, | |
24424 catching keep-date problems in cp/scp operations. | |
24425 (tramp-handle-copy-file): Don't call `set-file-modes' | |
24426 unconditionally. Specialized functions should know better what is | |
24427 necessary. This improves performance a little bit, and the | |
24428 functions could catch errors with `cp -p' and `scp -p'. | |
24429 (tramp-do-copy-or-rename-file-via-buffer) | |
24430 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes' | |
24431 when appropriate. | |
24432 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error. | |
24433 Call `set-file-modes' when appropriate. | |
24434 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak | |
24435 Johnsson <isak@hypergene.com> | |
24436 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list | |
24437 of both Tramp buffer and debug buffer. Reported by Joakim Verona | |
24438 <joakim@verona.se> | |
24439 (tramp-file-name-for-operation): Mark `shell-command' as magic for | |
24440 Emacs only. | |
24441 | |
24442 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to | |
24443 `find-file-hooks' and `dired-mode-hook'. | |
24444 (tramp-minor-mode-map): Respective map. Add remapping for | |
24445 `compile' and `recompile'. | |
24446 (tramp-remap-command, tramp-recompile): New defuns. | |
24447 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode' | |
24448 in buffer "*Compilation*". Call the commands asynchronously. | |
24449 | |
24450 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new) | |
24451 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but | |
24452 `shell-command', because it isn't magic in XEmacs. Reported by | |
24453 Adrian Aichner <adrian@xemacs.org>. | |
24454 | |
24455 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for | |
24456 `substitute-in-file-name. | |
24457 (tramp-smb-handle-substitute-in-file-name): New defun. | |
24458 (tramp-smb-advice-PC-do-completion): Delete advice. | |
24459 | |
24460 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net> | |
24461 | |
24462 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing. | |
24463 Fix error in deleting region. | |
24464 | |
24465 2005-01-15 Richard M. Stallman <rms@gnu.org> | |
24466 | |
24467 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer. | |
24468 In non-temp buffer, switch syntax table temporarily. | |
24469 | |
24470 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix. | |
24471 | |
24472 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings. | |
24473 | |
24474 * tar-mode.el (tar-extract): Bind buffer-undo-list to t. | |
24475 | |
24476 * imenu.el (imenu--split-menu): Copy menulist before sorting. | |
24477 (imenu--generic-function): Use START, not BEG, as pos of definition. | |
24478 | |
24479 * simple.el (just-one-space): Argument specifies number of spaces. | |
24480 | |
24481 * simple.el (eval-expression-print-format): Avoid warning | |
24482 about edebug-active. | |
24483 | |
24484 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change) | |
24485 | |
24486 * progmodes/sh-script.el: Code copied from make-mode.el | |
24487 with small changes, | |
24488 (sh-mode-map): Bind C-c C-\. | |
24489 (sh-backslash-column, sh-backslash-align): New variables. | |
24490 (sh-backslash-region, sh-append-backslash): New functions. | |
24491 | |
24492 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net> | |
24493 | |
24494 * mail/rmail.el: Updated to work with movemail from GNU Mailutils | |
24495 (rmail-pop-password, rmail-pop-password-required): Move to | |
24496 rmail-obsolete group. | |
24497 (rmail-set-pop-password): Rename to rmail-set-remote-password. | |
24498 All callers updated. | |
24499 (rmail-get-pop-password): Rename to rmail-get-remote-password. | |
24500 Take an argument specifying whether it is POP or IMAP mailbox we | |
24501 are using. All callers updated. | |
24502 (rmail-pop-password-error): Rename to | |
24503 rmail-remote-password-error. Added mailutils-specific error message. | |
24504 (rmail-movemail-search-path) | |
24505 (rmail-movemail-variant-in-use): New variables. | |
24506 (rmail-remote-password, rmail-remote-password-required): | |
24507 New customization variables. | |
24508 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs. | |
24509 (rmail-parse-url): New function. | |
24510 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use | |
24511 with GNU mailutils movemail. | |
24512 | |
24513 2005-01-15 Kevin Ryde <user42@zip.com.au> | |
24514 | |
24515 * info-look.el (c-mode/symbol): Add ^` to prefix, and change | |
24516 suffix to space, $ or '$, to correctly position point when going | |
24517 to @table style constants like DBL_MAX. | |
24518 | |
24519 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change) | |
24520 | |
24521 * type-break.el (type-break-mode, type-break-file-time) | |
24522 (type-break-file-keystroke-count, type-break-choose-file): | |
24523 Don't store data in or load data from the file if type-break-file-name | |
24524 is nil. | |
24525 (type-break-file-name): Doc update as per the above. | |
24526 | |
24527 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change) | |
24528 | |
24529 * woman.el (woman-dired-define-key-maybe): If KEY is undefined, | |
24530 lookup-key might return nil; handle that. | |
24531 | |
24532 2005-01-15 Alan Mackenzie <acm@muc.de> | |
24533 | |
24534 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree | |
24535 rather than the element found, thus enabling the tree to be setcar'd. | |
24536 | |
24537 2005-01-14 Carsten Dominik <dominik@science.uva.nl> | |
24538 | |
24539 * textmodes/org.el (org-show-following-heading): New option. | |
24540 (org-show-hierarchy-above): Use `org-show-following-heading'. | |
24541 (org-cycle): Documentation fix. | |
24542 | |
24543 * textmodes/org.el (orgtbl-optimized): New option | |
24544 (orgtbl-mode): New command, a minor mode. | |
24545 (orgtbl-mode-map): New variable. | |
24546 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding) | |
24547 (orgtbl-error, orgtbl-self-insert-command) | |
24548 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions. | |
24549 | |
24550 * textmodes/org.el (org-mode): `org-table-may-need-update' is now | |
24551 a local variable in each org-mode buffer. | |
24552 | |
24553 * textmodes/org.el (org-set-regexps-and-options): Rename from | |
24554 `org-set-regexps'. Added checking for STARTUP keyword. | |
24555 (org-get-current-options): Add STARTUP options. | |
24556 (org-table-insert-row): Make mode intelligent about when | |
24557 realignment is needed. | |
24558 (org-self-insert-command, org-delete-backward-char, org-delete-char): | |
24559 New commands. | |
24560 (org-enable-table-editor): New default value `optimized'. | |
24561 (org-table-blank-field): Support blanking regions if active. | |
24562 | |
24563 2005-01-14 Carsten Dominik <dominik@science.uva.nl> | |
24564 | |
24565 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case | |
24566 if the year is not given. | |
24567 | |
24568 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes): | |
24569 Add new escapes %m and %M, fixed bug with %F by adding | |
24570 save-match-data. | |
24571 (reftex-reference): Remove ?. from list of spaces. | |
24572 (reftex-label-info): Add automatic label prefix recognition. | |
24573 | |
24574 * textmodes/reftex-index.el (reftex-index-next-phrase): | |
24575 Add slave parameter to call of `reftex-index-this-phrase'. | |
24576 (reftex-index-this-phrase): New optional argument. | |
24577 (reftex-index-region-phrases): Add slave parameter to call of | |
24578 `reftex-index-this-phrase'. | |
24579 (reftex-display-index): New argument redo. | |
24580 (reftex-index-rescan): Add `redo' to arguments of | |
24581 `reftex-display-index'. | |
24582 (reftex-index-Rescan, reftex-index-revert) | |
24583 (reftex-index-switch-index-tag): Add `redo' to arguments of | |
24584 `reftex-display-index'. | |
24585 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive | |
24586 indexing. Fix bug with matching is there is a quote before or | |
24587 after the word. | |
24588 | |
24589 * textmodes/reftex-cite.el (reftex-all-used-citation-keys): | |
24590 Fix bug when collecting citation keys in lines with comments. | |
24591 (reftex-citation): Prefix argument no longer rescans the document, | |
24592 but forces prompting for optional arguments of cite macros. | |
24593 (reftex-do-citation): Prompting for optional arguments implemented. | |
24594 | |
24595 * textmodes/reftex-vars.el (reftex-cite-format-builtin): | |
24596 Add optional arguments to most cite commands. | |
24597 (reftex-cite-cleanup-optional-args): New option | |
24598 (reftex-cite-prompt-optional-args): New option. | |
24599 (reftex-trust-label-prefix): New option. | |
24600 | |
24601 * textmodes/reftex-toc.el (reftex-toc-find-section): | |
24602 Add push-mark before changing the position in the buffer. | |
24603 | |
24604 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable. | |
24605 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist. | |
24606 | |
24607 2005-01-14 Nick Roberts <nickrob@snap.net.nz> | |
24608 | |
24609 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates | |
24610 more carefully. | |
24611 | |
24612 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
24613 | |
24614 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun. | |
24615 (sgml-mode): Use it. | |
24616 (sgml-get-context): Better keep track of implicitly closed tags. | |
24617 | |
24618 2005-01-13 Kenichi Handa <handa@m17n.org> | |
24619 | |
24620 * textmodes/ispell.el: These changes are to fix misalignment error | |
24621 caused by equivalent characters of different Emacs charsets. | |
24622 (ispell-unified-chars-table): New variable. | |
24623 (ispell-get-decoded-string): New function. | |
24624 (ispell-get-casechars, ispell-get-not-casechars) | |
24625 (ispell-get-otherchars): Call ispell-get-decoded-string. | |
24626 | |
24627 2005-01-12 Johan Bockg,Ae(Brd <bojohan@users.sourceforge.net> | |
24628 | |
24629 * custom.el (custom-declare-variable): Just put symbol instead | |
24630 of (defvar . symbol) in `current-load-list'. | |
24631 | |
24632 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de> | |
24633 | |
24634 * emacs-lisp/elint.el: Fixed typo in Commentary section. | |
24635 | |
24636 2005-01-12 Jay Belanger <belanger@truman.edu> | |
24637 | |
24638 * calc/calc-help.el (calc-describe-key): Use temporary info buffer | |
24639 to create a Calc summary. | |
24640 | |
24641 2005-01-12 Kim F. Storm <storm@cua.dk> | |
24642 | |
24643 * mouse.el (mouse-on-link-p): Change functionality and doc | |
24644 string to comply with latest description in lisp ref. | |
24645 | |
24646 2005-01-12 Nick Roberts <nickrob@snap.net.nz> | |
24647 | |
24648 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): | |
24649 Enable mouse clicks on mode-line, header-line and margin. | |
24650 (event-type): Give mouse event symbols an `event-kind' property | |
24651 with value `mouse-click'. | |
24652 | |
24653 2005-01-12 Juri Linkov <juri@jurta.org> | |
24654 | |
24655 * facemenu.el (list-colors-display): Add new arg buffer-name. | |
24656 Use it. Fix docstring. Replace code for identifying duplicate | |
24657 colors by the name with call to `list-colors-duplicates' which | |
24658 identifies duplicate colors by the value unless the color | |
24659 is one of special Windows colors. Set truncate-lines to t. | |
24660 Print sorted duplicate color names on each line. Indent to 22 | |
24661 \(the longest color name in rgb.txt) instead of 20. Optimize. | |
24662 (list-colors-duplicates): New function. | |
24663 (facemenu-color-name-equal): Delete function. | |
24664 | |
24665 * facemenu.el (list-colors-print): New function created from code | |
24666 in list-colors-display. Print #RRGGBB at the window right edge. | |
24667 (list-colors-display): When temp-buffer-show-function is not | |
24668 defined, call list-colors-print from temp-buffer-show-hook | |
24669 to get the right value of window-width in list-colors-print | |
24670 after the buffer is displayed. | |
24671 | |
24672 * simple.el (pop-mark): Move deactivate-mark out of conditional | |
24673 part to deactivate the active mark regardless of the state of the | |
24674 mark ring. | |
24675 | |
24676 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local | |
24677 variables line in desktop files. | |
24678 | |
24679 2005-01-12 Juri Linkov <juri@jurta.org> | |
24680 | |
24681 * isearch.el (search-highlight, isearch, isearch-lazy-highlight): | |
24682 Bring together isearch highlight related options. | |
24683 (lazy-highlight): Replace group `replace' by `matching'. | |
24684 (lazy-highlight-cleanup, lazy-highlight-initial-delay) | |
24685 (lazy-highlight-interval, lazy-highlight-max-at-a-time) | |
24686 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-... | |
24687 and declare them obsolete. | |
24688 (lazy-highlight-face): Rename from isearch-lazy-highlight-face. | |
24689 (isearch-faces): Remove defgroup. | |
24690 (isearch-overlay, isearch-highlight, isearch-dehighlight): | |
24691 Move isearch highlighting code closer to lazy highlighting code. | |
24692 | |
24693 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group. | |
24694 (query-replace-highlight, query-replace-lazy-highlight) | |
24695 (query-replace): Move definitions to the beginning of the file. | |
24696 | |
24697 2005-01-11 Juri Linkov <juri@jurta.org> | |
24698 | |
24699 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm | |
24700 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm | |
24701 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons. | |
24702 | |
24703 * info.el (Info-history-forward): New variable. | |
24704 (Info-select-node): Reset Info-history-forward to nil. | |
24705 (Info-last): Turn into defalias. | |
24706 (Info-history-back): Rename from Info-last. | |
24707 Add current node to Info-history-forward. | |
24708 (Info-history-forward): New fun. | |
24709 (Info-mode-map): Replace Info-last by Info-history-back. | |
24710 Bind Info-history-forward to "r". | |
24711 (Info-mode-menu): Replace Info-last by Info-history-back. | |
24712 Fix menu item text. Add menu item for Info-history-forward. | |
24713 (info-tool-bar-map): Replace Info-last by Info-history-back. | |
24714 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow" | |
24715 for Info-history-forward. | |
24716 (Info-mode): Replace Info-last by Info-history-back in docstring. | |
24717 Add local variable Info-history-forward. | |
24718 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back. | |
24719 | |
24720 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
24721 | |
24722 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line) | |
24723 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary): | |
24724 Ignore select-window events rather than fiddle with | |
24725 mouse-autoselect-window. | |
24726 | |
24727 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org> | |
24728 | |
24729 * type-break.el (type-break-mode): Fix previous change. | |
24730 | |
24731 2005-01-10 Jay Belanger <belanger@truman.edu> | |
24732 | |
24733 * calc/calc-ext.el (calc-reset): Reset when inside embedded | |
24734 calculator; only reset when point is inside a calculator. | |
24735 Don't adjust the window height if the window takes up the whole height | |
24736 of the frame. | |
24737 | |
24738 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org> | |
24739 | |
24740 * ebuff-menu.el (Electric-buffer-menu-mode): | |
24741 Preserve value of buffer-local var header-line-format. | |
24742 | |
24743 2005-01-09 Jay Belanger <belanger@truman.edu> | |
24744 | |
24745 * calc/calc.el (calc-mode-var-list-restore-saved-values): | |
24746 Make sure settings file exists before accessing it. | |
24747 | |
24748 * calc/calc-embed.el (calc-embedded-subst): | |
24749 Replace math-multi-subst-rec, which is only supposed to be called | |
24750 by math-multi-subst, by math-multi-subst. | |
24751 | |
24752 2005-01-09 Andre Spiegel <spiegel@gnu.org> | |
24753 | |
24754 * vc.el (vc-allow-async-revert): New user option. | |
24755 (vc-disable-async-diff): New internal variable. | |
24756 (vc-revert-buffer): Use them to disable asynchronous diff. | |
24757 | |
24758 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff) | |
24759 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff | |
24760 asynchronously if vc-disable-async-diff is t. | |
24761 | |
24762 2005-01-09 Jay Belanger <belanger@truman.edu> | |
24763 | |
24764 * calc/calc.el (defcalcmodevar): New macro. | |
24765 (calc-mode-var-list-restore-default-values) | |
24766 (calc-mode-var-list-restore-saved-values): New functions. | |
24767 (calc-mode-var-list): Use defcalcmodevar to define it. | |
24768 (calc-always-load-extensions, calc-line-numbering) | |
24769 (calc-line-breaking, calc-display-just, calc-display-origin) | |
24770 (calc-number-radix, calc-leading-zeros, calc-group-digits) | |
24771 (calc-group-char, calc-point-char, calc-frac-format) | |
24772 (calc-prefer-frac, calc-hms-format, calc-date-format) | |
24773 (calc-float-format, calc-full-float-format, calc-complex-format) | |
24774 (calc-complex-mode, calc-infinite-mode, calc-display-strings) | |
24775 (calc-matrix-just, calc-break-vectors, calc-full-vectors) | |
24776 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets) | |
24777 (calc-matrix-brackets, calc-language, calc-language-option) | |
24778 (calc-left-label, calc-right-label, calc-word-size) | |
24779 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute) | |
24780 (calc-display-raw, calc-internal-prec, calc-angle-mode) | |
24781 (calc-algebraic-mode, calc-incomplete-algebraic-mode) | |
24782 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix) | |
24783 (calc-window-height, calc-display-trail, calc-show-selections) | |
24784 (calc-use-selections, calc-assoc-selections) | |
24785 (calc-display-working-message, calc-auto-why, calc-timing) | |
24786 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units) | |
24787 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables) | |
24788 (calc-gnuplot-default-device, calc-gnuplot-default-output) | |
24789 (calc-gnuplot-print-device, calc-gnuplot-print-output) | |
24790 (calc-gnuplot-geometry, calc-graph-default-resolution) | |
24791 (calc-graph-default-resolution-3d, calc-invocation-macro) | |
24792 (calc-show-banner): Use defcalcmodevar to declare them and set | |
24793 their default values. | |
24794 | |
24795 * calc/calc-ext.el (calc-reset): Restore saved values of variables | |
24796 instead of default values (but restore default values if there is | |
24797 an argument of 0). | |
24798 | |
24799 2005-01-09 David Kastrup <dak@gnu.org> | |
24800 | |
24801 * desktop.el (desktop-restore-eager): Fix typo in type. | |
24802 | |
24803 2005-01-08 Richard M. Stallman <rms@gnu.org> | |
24804 | |
24805 * cus-edit.el (customize): Delete :link. | |
24806 | |
24807 2005-01-08 Jay Belanger <belanger@truman.edu> | |
24808 | |
24809 * calc/calc.el (calc-mode): Remove the extension from the | |
24810 `calc-settings-file' file name when loading it. | |
24811 | |
24812 2005-01-08 Kim F. Storm <storm@cua.dk> | |
24813 | |
24814 * info.el (Info-mode-map, Info-next-link-keymap) | |
24815 (Info-prev-link-keymap, Info-up-link-keymap): | |
24816 Map follow-link to mouse-face. | |
24817 (Info-fontify-node): Add "mouse-2: " prefix to tooltip. | |
24818 | |
24819 2005-01-08 Jay Belanger <belanger@truman.edu> | |
24820 | |
24821 * calc/calc.el (calc-settings-file): Change default value. | |
24822 Suggested by cgw in a comment in calc-mode.el. | |
24823 | |
24824 * calc/calc-mode.el (calc-settings-file-name): | |
24825 Compare calc-settings-file to user-init-file instead of ~/.emacs. | |
24826 Replace ~/.emacs in a prompt by calc-settings-file. | |
24827 | |
24828 2005-01-07 Lars Hansen <larsh@math.ku.dk> | |
24829 | |
24830 * desktop.el (desktop-restore-eager, desktop-lazy-verbose) | |
24831 (desktop-lazy-idle-delay): New customizable variables. | |
24832 (desktop-buffer-args-list): New variable. | |
24833 (desktop-append-buffer-args): New function. | |
24834 (desktop-save): Call desktop-append-buffer-args for some buffers. | |
24835 (desktop-lazy-create-buffer): New function. | |
24836 (desktop-idle-create-buffers): New function. | |
24837 (desktop-read): Add message about buffers to restore lazily. | |
24838 (desktop-lazy-abort): New command. | |
24839 (desktop-clear): Call desktop-lazy-abort. | |
24840 (desktop-lazy-complete): New command. | |
24841 | |
24842 2005-01-06 Richard M. Stallman <rms@gnu.org> | |
24843 | |
24844 * emacs-lisp/find-func.el (find-face-definition): | |
24845 Rename from find-face. | |
24846 | |
24847 2005-01-06 Kim F. Storm <storm@cua.dk> | |
24848 | |
24849 * simple.el (completion-list-mode-map): Map follow-link to mouse-face. | |
24850 | |
24851 * man.el (Man-xref-man-page, Man-xref-header-file) | |
24852 (Man-xref-normal-file): Add follow-link property. | |
24853 | |
24854 2005-01-06 Jay Belanger <belanger@truman.edu> | |
24855 | |
24856 * calc/calc-units.el: Make sure the proper macro definitions are | |
24857 available when compiling. | |
24858 | |
24859 2005-01-06 Juri Linkov <juri@jurta.org> | |
24860 | |
24861 * isearch.el (isearch-lazy-highlight-update): | |
24862 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'. | |
24863 | |
24864 2005-01-06 Miles Bader <miles@gnu.org> | |
24865 | |
24866 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'. | |
24867 (isearch-lazy-highlight-face): Use new name. | |
24868 | |
24869 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
24870 | |
24871 * uniquify.el (uniquify-rationalize-file-buffer-names): | |
24872 Re-add an interactive spec. | |
24873 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming | |
24874 to the same name. | |
24875 | |
24876 * isearch.el (isearch-dehighlight): Remove unused arg `totally'. | |
24877 (isearch-update, isearch-done): Adjust calls accordingly. | |
24878 | |
24879 2005-01-05 Richard M. Stallman <rms@gnu.org> | |
24880 | |
24881 * custom.el (custom-set-variables, custom-theme-set-variables): | |
24882 Clarify documentation. | |
24883 | |
24884 * emacs-lisp/find-func.el (find-variable) | |
24885 (find-variable-other-window, find-variable-other-frame): | |
24886 Fix the TYPE args to find-function-read and find-function-do-it. | |
24887 (find-function): Doc fix. | |
24888 (find-function-at-point): Replace function-at-point alias. | |
24889 | |
24890 2005-01-04 Richard M. Stallman <rms@gnu.org> | |
24891 | |
24892 * cus-face.el (custom-declare-face): | |
24893 Record defface in current-load-list. | |
24894 | |
24895 * help-fns.el (variable-at-point): New arg ANY-SYMBOL. | |
24896 | |
24897 * emacs-lisp/find-func.el: Doc fixes. | |
24898 (find-face-regexp): New variable. | |
24899 (find-function-regexp-alist): New variable. | |
24900 (find-function-C-source): Third arg is now TYPE. | |
24901 (find-function-search-for-symbol): Handle general TYPE. | |
24902 (find-function-read, find-function-do-it): Handle general TYPE. | |
24903 (find-definition-noselect, find-face): New functions. | |
24904 (function-at-point): Alias deleted. | |
24905 | |
24906 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
24907 | |
24908 * battery.el (display-battery-mode): Rename from display-battery. | |
24909 Handle the case where it gets turned off. | |
24910 | |
24911 2005-01-04 Richard M. Stallman <rms@gnu.org> | |
24912 | |
24913 * cus-edit.el (customize): Make :link point to user doc. | |
24914 | |
24915 * man.el (Man-fontify-manpage): Turn off undo generation. | |
24916 | |
24917 * add-log.el (change-log-font-lock-keywords): Don't match just "From". | |
24918 | |
24919 2005-01-04 Andreas Schwab <schwab@suse.de> | |
24920 | |
24921 * files.el (insert-directory): Only look for error lines in | |
24922 inserted text. Don't move too far after processing --dired markers. | |
24923 | |
24924 2005-01-04 Richard M. Stallman <rms@gnu.org> | |
24925 | |
24926 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): | |
24927 Don't expand if the character is @, period, dash, etc. | |
24928 (define-mail-abbrev): Quote names that contain problem characters. | |
24929 | |
24930 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org> | |
24931 | |
24932 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard. | |
24933 | |
24934 2005-01-03 Richard M. Stallman <rms@gnu.org> | |
24935 | |
24936 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup. | |
24937 (query-replace-highlight, query-replace-lazy-highlight) | |
24938 (query-replace): Definitions moved up. Doc fix. | |
24939 | |
24940 2005-01-03 Richard M. Stallman <rms@gnu.org> | |
24941 | |
24942 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-... | |
24943 (lazy-highlight-cleanup, lazy-highlight-initial-delay) | |
24944 (lazy-highlight-interval, lazy-highlight-max-at-a-time) | |
24945 (lazy-highlight-face): Rename from isearch-lazy-... | |
24946 Change all references to them. | |
24947 | |
24948 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> | |
24949 | |
24950 * cus-edit.el (custom-file): Doc fix for defcustom. | |
24951 (custom-file): The function no longer sets the variable | |
24952 `custom-file' to its return value. | |
24953 | |
24954 * startup.el (command-line): No longer load `custom-file'. | |
24955 | |
24956 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca> | |
24957 | |
24958 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface. | |
24959 | |
24960 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent): | |
24961 Don't confuse module-prefixed identifiers for labels. | |
24962 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>. | |
24963 | |
24964 2005-01-02 Richard M. Stallman <rms@gnu.org> | |
24965 | |
24966 * files.el (basic-save-buffer-1): Fix previous change. | |
24967 | |
24968 * loadhist.el (file-loadhist-lookup): New function. | |
24969 (file-provides, file-requires): Use it. | |
24970 | |
24971 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer | |
24972 instead of calculating the right size. | |
24973 | |
24974 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | |
24975 | |
24976 * vc-svn.el (vc-svn-diff): Stay local if possible. | |
24977 | |
24978 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
24979 | |
24980 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case. | |
24981 | |
24982 * files.el (hack-local-variables): Fix last change. | |
24983 | |
24984 2005-01-02 Jay Belanger <belanger@truman.edu> | |
24985 | |
24986 * calc/calc-yank.el (calc-edit-top): New variable. | |
24987 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited | |
24988 object. Change header properties. | |
24989 (calc-edit-finish, calc-edit-finish-stack-object) | |
24990 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the | |
24991 edited object. | |
24992 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top | |
24993 for the beginning of the edited object. | |
24994 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top | |
24995 for the beginning of the edited object. | |
24996 * calc/calc-prog.el (calc-edit-macro-finish-edit) | |
24997 (calc-finish-formula-edit, calc-macro-repeats) | |
24998 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer) | |
24999 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the | |
25000 beginning of the edited object. | |
25001 (calc-user-define-edit): Change the header for editing macros. | |
25002 Remove unnecessary variable. | |
25003 | |
25004 2005-01-01 Jay Belanger <belanger@truman.edu> | |
25005 | |
25006 * calc/calc-yank.el (calc-edit-mode): Change default header. | |
25007 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header. | |
25008 * calc/calc-store.el (calc-edit-variable): Change title to match new | |
25009 header. | |
25010 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit | |
25011 mode to match new header. | |
25012 (calc-user-define-edit): Change titles to include names of commands. | |
25013 (calc-finish-formula-edit): Adjust to handle new header. | |
25014 (calc-finish-macro-edit): Remove. | |
25015 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer) | |
25016 (calc-edit-macro-command, calc-edit-macro-command-type) | |
25017 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command) | |
25018 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits) | |
25019 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit) | |
25020 (calc-edit-macro-finish-edit): New functions. | |
25021 (calc-user-define-edit): Use new functions to edit named calc macros. | |
25022 | |
25023 2005-01-01 Stefan <monnier@iro.umontreal.ca> | |
25024 | |
25025 * files.el (hack-local-variables): Cleanup prefix/suffix matching. | |
25026 | |
25027 * ses.el (copy-region-as-kill): Deactivate mark. | |
25028 | |
25029 2005-01-01 Richard M. Stallman <rms@gnu.org> | |
25030 | |
25031 * replace.el (occur-1): If the output buffer is also an input, | |
25032 don't kill it, rename it. | |
25033 | |
25034 * faces.el (set-face-background, set-face-foreground): Doc fix. | |
25035 | |
25036 * cus-face.el (custom-face-attributes): Fix :help-echo strings | |
25037 for :foreground and :background. | |
25038 | |
25039 * dired.el (dired-view-command-alist): Variable deleted. | |
25040 (dired-view-file, dired-mouse-find-file-other-window): | |
25041 Delete the code to use it. | |
25042 | |
25043 2005-01-01 Kim F. Storm <storm@cua.dk> | |
25044 | |
25045 * image.el (insert-sliced-image): Use t for line-height property. | |
25046 | |
25047 See ChangeLog.11 for earlier changes. | |
25048 | |
25049 ;; Local Variables: | |
25050 ;; coding: iso-2022-7bit | |
25051 ;; End: | |
25052 | |
25053 Copyright (C) 2005, 2006 Free Software Foundation, Inc. | |
25054 Copying and distribution of this file, with or without modification, | |
25055 are permitted provided the copyright notice and this notice are preserved. | |
25056 | |
25057 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1 |