Mercurial > emacs
comparison lisp/ChangeLog @ 90234:b1c1fc853d2f
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 562-568)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 125-128)
- Merge from emacs--cvs-trunk--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 30 Sep 2005 11:43:45 +0000 |
parents | ee12d75eb214 d60c08a57a67 |
children | aa89c814f853 |
comparison
equal
deleted
inserted
replaced
90233:ee12d75eb214 | 90234:b1c1fc853d2f |
---|---|
1 2005-09-30 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * ps-mule.el (ps-mule-show-warning): If a character is in | |
4 ps-print-translation-table, don't treat it as non-printable. | |
5 | |
6 2005-09-30 David Ponce <david@dponce.com> | |
7 | |
8 * tree-widget.el (tree-widget-themes-load-path): New variable. | |
9 (tree-widget-themes-directory): Doc fix. | |
10 (tree-widget-image-formats) [Emacs]: Doc fix. | |
11 (tree-widget--locate-sub-directory): New function. | |
12 (tree-widget-themes-directory): Use it. | |
13 | |
14 * recentf.el (recentf-filename-handlers): Rename from | |
15 `recentf-filename-handler'. Allow a list of functions. | |
16 (recentf-menu-items-for-commands): Fix :help strings. | |
17 (recentf-apply-filename-handlers): New function. | |
18 (recentf-expand-file-name): Use it. | |
19 (recentf-cleanup): Remove duplicates too. | |
20 | |
21 2005-09-29 Juri Linkov <juri@jurta.org> | |
22 | |
23 * faces.el: Rearrange face definitions to be in the same order as | |
24 their face descriptions in "(emacs)Standard Faces". | |
25 | |
26 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'. | |
27 | |
28 * tooltip.el (tooltip): Add group `basic-faces'. | |
29 | |
30 * buff-menu.el (Buffer-menu-buffer): Remove group | |
31 `font-lock-highlighting-faces'. | |
32 | |
33 * progmodes/compile.el (compilation-error, compilation-warning) | |
34 (compilation-info, compilation-line-number, compilation-column-number): | |
35 Change group from `font-lock-highlighting-faces' to `compilation'. | |
36 | |
37 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face) | |
38 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face) | |
39 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face) | |
40 (vhdl-font-lock-reserved-words-face) | |
41 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group | |
42 `font-lock-highlighting-faces'. | |
43 | |
44 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil. | |
45 | |
46 2005-09-28 Kim F. Storm <storm@cua.dk> | |
47 | |
48 * emulation/cua-base.el: Set CUA move property on additional commands: | |
49 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun, | |
50 forward-sexp backward-sexp, forward-list, backward-list | |
51 | |
52 2005-09-28 Romain Francoise <romain@orebokech.com> | |
53 | |
54 * comint.el (comint-show-output): Really set point at the | |
55 beginning of the output when not using `comint-use-prompt-regexp'. | |
56 | |
57 2005-09-27 Jay Belanger <belanger@truman.edu> | |
58 | |
59 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/" | |
60 in TeX mode. | |
61 | |
62 2005-09-26 Juanma Barranquero <lekktu@gmail.com> | |
63 | |
64 * textmodes/org.el (org-table-sum): Fix format string. | |
65 | |
66 * textmodes/tex-mode.el (tex-insert-quote, latex-indent): | |
67 Quote face names. | |
68 | |
69 2005-09-26 Romain Francoise <romain@orebokech.com> | |
70 | |
71 * isearch.el (isearch-forward-regexp): Close doc string. | |
72 | |
73 2005-09-25 Richard M. Stallman <rms@gnu.org> | |
74 | |
75 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1. | |
76 | |
77 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes. | |
78 | |
79 * progmodes/compile.el (compilation-error-properties): | |
80 When getting the file from the previous error message, | |
81 correctly decode the new data format. | |
82 | |
83 * progmodes/cc-cmds.el (c-electric-paren): | |
84 Call old-blink-paren only for close-paren. | |
85 | |
1 2005-09-24 Andreas Schwab <schwab@suse.de> | 86 2005-09-24 Andreas Schwab <schwab@suse.de> |
2 | 87 |
3 * term/rxvt.el (rxvt-register-default-colors): Delete redundant | 88 * term/rxvt.el (rxvt-register-default-colors): Delete redundant |
4 condition. | 89 condition. |
5 | 90 |
6 2005-09-25 Romain Francoise <romain@orebokech.com> | 91 2005-09-25 Romain Francoise <romain@orebokech.com> |
7 | 92 |
8 * dired-aux.el (dired-copy-file-recursive): | 93 * dired-aux.el (dired-copy-file-recursive): |
9 * dired.el (dired-delete-file): | 94 * dired.el (dired-delete-file): |
10 * ediff-mult.el (ediff-dir-diff-copy-file): | 95 * ediff-mult.el (ediff-dir-diff-copy-file): |
19 * play/landmark.el (lm-human-resigns, lm): | 104 * play/landmark.el (lm-human-resigns, lm): |
20 * net/eudcb-ldap.el (eudc-ldap-check-base): | 105 * net/eudcb-ldap.el (eudc-ldap-check-base): |
21 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game): | 106 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game): |
22 * progmodes/ebrowse.el (ebrowse-find-pattern): | 107 * progmodes/ebrowse.el (ebrowse-find-pattern): |
23 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): | 108 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check): |
24 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): | 109 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer): |
25 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and | 110 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and |
26 space. | 111 space. |
27 | 112 |
28 * vc.el (vc-delete-file): | 113 * vc.el (vc-delete-file): |
29 * play/gomoku.el (gomoku-terminate-game, gomoku) | 114 * play/gomoku.el (gomoku-terminate-game, gomoku) |
697 | 782 |
698 * font-lock.el (font-lock-support-mode): Doc fix. | 783 * font-lock.el (font-lock-support-mode): Doc fix. |
699 | 784 |
700 * descr-text.el (describe-property-list): Handle non-symbol prop names. | 785 * descr-text.el (describe-property-list): Handle non-symbol prop names. |
701 | 786 |
702 2005-08-30 Richard M. Stallman <rms@gnu.org> | 787 2005-09-08 Richard M. Stallman <rms@gnu.org> |
703 | 788 |
704 * simple.el (blink-matching-open): Get rid of text props from | 789 * simple.el (blink-matching-open): Get rid of text props from |
705 the string shown in echo area. Don't permanently set point. | 790 the string shown in echo area. Don't permanently set point. |
706 Some rearrangements. | 791 Some rearrangements. |
707 | |
708 * files.el (risky-local-variable-p): | |
709 Match `-predicates' and `-commands. | |
710 | |
711 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. | |
712 (custom-save-all): Visit the file if necessary; | |
713 kill the buffer if we created it. | |
714 (custom-save-delete): Don't visit file or kill buffer here. | |
715 | 792 |
716 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> | 793 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de> |
717 | 794 |
718 * recentf.el (recentf-filename-handler): Add custom choice | 795 * recentf.el (recentf-filename-handler): Add custom choice |
719 `abbreviate-file-name'. | 796 `abbreviate-file-name'. |