Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 83510:2d2f6f096f6e
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-216
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-217
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-218
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-219
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-220
Improve tq.el.
* emacs@sv.gnu.org/emacs--devo--0--patch-221
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-222
Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6.
* emacs@sv.gnu.org/emacs--devo--0--patch-223
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-224
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-225
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-226
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-227
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-228
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-229
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-230
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-231
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-232
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-233
Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.
* emacs@sv.gnu.org/gnus--rel--5.10--patch-84
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-85
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-86
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-550
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 19 Apr 2006 16:23:46 +0000 |
parents | 81f2d90dee68 ceac9912f828 |
children | 966a40e7fb54 |
comparison
equal
deleted
inserted
replaced
83509:24cf4bf418dc | 83510:2d2f6f096f6e |
---|---|
1 2006-04-18 Bill Wohler <wohler@newt.com> | |
2 | |
3 * mh-e.el (defcustom-mh, defface-mh, defgroup-mh, mh-face-data) | |
4 (mh-strip-package-version, mh-face-data, mh-inherit-face-flag) | |
5 (mh-min-colors-defined-flag): Do not unbind these macros and | |
6 variables. Nice idea, but too many nasty side-effects. These | |
7 macros are needed by [Cc]ustom-make-dependencies when creating the | |
8 MH-E customization groups in mh-cus-load.el. These disappeared | |
9 when the macros above were introduced. Besides, if a developer | |
10 were to try to show the help for a macro or variable they were | |
11 looking at and got [No match] when they did so, that would be bad. | |
12 | |
13 2006-04-17 Bill Wohler <wohler@newt.com> | |
14 | |
15 * mh-comp.el (mh-insert-x-mailer): Strip build number from | |
16 version in X-Mailer field (closes SF #1466481). | |
17 | |
18 * mh-acros.el (mh-defun-compat): Rename to defun-mh in order that | |
19 variables and functions with the same name are found correctly by | |
20 find-func (invoked by clicking on the filename link in the *Help* | |
21 buffer). | |
22 (mh-defmacro-compat): Rename to defmacro-mh. Ditto. | |
23 * mh-e.el: (mh-defgroup): Rename to defgroup-mh. Ditto. | |
24 (mh-defcustom): Rename to defcustom-mh. Ditto. | |
25 (mh-defface): Rename to defface-mh. Ditto. | |
26 (mh-font-lock-add-keywords): Make changes according to these | |
27 renamings. | |
28 | |
29 * mh-e.el, mh-compat.el, mh-gnus.el: Use the new names (closes SF | |
30 #1472029). | |
31 | |
32 * mh-utils.el (mh-sub-folders-actual): Mention that folder must | |
33 have been processed by mh-normalize-folder-name. | |
34 (mh-folder-completion-function): Handle completion of folders with | |
35 absolute names. Also, when flag is t, display complete folder name | |
36 to provide proper highlighting in Emacs 22 now that | |
37 minibuffer-completing-file-name is nil (closes SF #1470518). | |
38 (mh-folder-completing-read): No longer set | |
39 minibuffer-completing-file-name to t. This was causing "Can't set | |
40 current directory errors" when browsing absolute file names. | |
41 Another benefit of this change is that SPC can be used for | |
42 completion again (closes SF #1470518). | |
43 | |
44 2006-04-15 Bill Wohler <wohler@newt.com> | |
45 | |
46 * mh-compat.el (mh-font-lock-add-keywords): Fix typo in docstring. | |
47 | |
48 2006-04-14 Bill Wohler <wohler@newt.com> | |
49 | |
50 * mh-funcs.el (view-exit-action): No need to wrap defvar with | |
51 eval-when-compile when shushing compiler. | |
52 | |
53 * mh-mime.el (mh-identity-pgg-default-user-id): Ditto. | |
54 | |
55 * mh-seq.el (view-exit-action): Ditto. | |
56 | |
57 * mh-show.el (font-lock-auto-fontify): Ditto. | |
58 | |
59 * mh-utils.el (mh-speed-flists-cache): Ditto | |
60 | |
61 * mh-acros.el (struct, x, y): No need to wrap defvar with | |
62 eval-when-compile when shushing compiler, even when | |
63 mh-do-in-xemacs or another construct is used. | |
64 | |
65 * mh-comp.el (sendmail-coding-system): Ditto. | |
66 | |
67 * mh-e.el (mark-active): Ditto. | |
68 | |
69 * mh-folder.el (desktop-save-buffer, font-lock-auto-fontify) | |
70 (image-load-path, font-lock-defaults): Ditto. | |
71 | |
72 * mh-letter.el (image-load-path, font-lock-defaults): Ditto. | |
73 | |
74 * mh-mime.el (dots, type, ov) | |
75 (mm-verify-function-alist, mm-decrypt-function-alist) | |
76 (pressed-details): Ditto. | |
77 | |
78 * mh-search.el (pick-folder, mh-do-in-xemacs) | |
79 (mh-mairix-folder, mh-flists-search-folders) | |
80 (which-func-mode, mh-speed-flists-inhibit-flag): Ditto. | |
81 | |
82 * mh-seq.el (tool-bar-mode): Ditto. | |
83 | |
84 * mh-utils.el (completion-root-regexp) | |
85 (minibuffer-completing-file-name): Ditto. | |
86 | |
87 * mh-xface.el (default-enable-multibyte-characters): Ditto. | |
88 | |
89 * mh-compat.el (mh-font-lock-add-keywords): New alias for | |
90 font-lock-add-keywords. Returns nil on XEmacs. | |
91 | |
92 * mh-e.el: Add MH-E function and variable keywords such as | |
93 mh-defun-compat and mh-defcustom to font-lock-keywords. | |
94 | |
95 2006-04-13 Bill Wohler <wohler@newt.com> | |
96 | |
97 * mh-e.el (customize-package-emacs-version-alist) | |
98 (mh-e, mh-alias, mh-folder, mh-folder-selection) | |
99 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges) | |
100 (mh-scan-line-formats, mh-search, mh-sending-mail, ) | |
101 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar) | |
102 (mh-hooks, mh-faces, mh-alias-completion-ignore-case-flag) | |
103 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma) | |
104 (mh-alias-insert-file, mh-alias-insertion-location) | |
105 (mh-alias-local-users, mh-alias-local-users-prefix) | |
106 (mh-alias-passwd-gecos-comma-separator-flag) | |
107 (mh-new-messages-folders, mh-ticked-messages-folders) | |
108 (mh-large-folder, mh-recenter-summary-flag) | |
109 (mh-recursive-folders-flag, mh-sortm-args) | |
110 (mh-default-folder-for-message-function, ) | |
111 (mh-default-folder-list, mh-default-folder-must-exist-flag) | |
112 (mh-default-folder-prefix, mh-identity-list) | |
113 (mh-auto-fields-list, mh-auto-fields-prompt-flag) | |
114 (mh-identity-default, mh-identity-handlers, mh-inc-prog) | |
115 (mh-inc-spool-list, mh-junk-background, mh-junk-disposition) | |
116 (mh-junk-program, mh-compose-insertion) | |
117 (mh-compose-skipped-header-fields) | |
118 (mh-compose-space-does-completion-flag) | |
119 (mh-delete-yanked-msg-window-flag) | |
120 (mh-extract-from-attribution-verb, mh-ins-buf-prefix) | |
121 (mh-letter-complete-function, mh-letter-fill-column) | |
122 (mh-mml-method-default, mh-signature-file-name) | |
123 (mh-signature-separator-flag, mh-x-face-file, ) | |
124 (mh-yank-behavior, mh-interpret-number-as-range-flag) | |
125 (mh-adaptive-cmd-note-flag, mh-scan-format-file, mh-scan-prog) | |
126 (mh-search-program, mh-compose-forward-as-mime-flag) | |
127 (mh-compose-letter-function, mh-compose-prompt-flag) | |
128 (mh-forward-subject-format, mh-insert-x-mailer-flag) | |
129 (mh-redist-full-contents-flag, mh-reply-default-reply-to) | |
130 (mh-reply-show-message-flag, ) | |
131 (mh-refile-preserves-sequences-flag, mh-tick-seq) | |
132 (mh-update-sequences-after-mh-show-flag) | |
133 (mh-bury-show-buffer-flag, mh-clean-message-header-flag) | |
134 (mh-decode-mime-flag, ) | |
135 (mh-display-buttons-for-alternatives-flag) | |
136 (mh-display-buttons-for-inline-parts-flag) | |
137 (mh-do-not-confirm-flag, mh-fetch-x-image-url) | |
138 (mh-graphical-smileys-flag, mh-graphical-emphasis-flag) | |
139 (mh-highlight-citation-style, mh-invisible-header-fields) | |
140 (mh-invisible-header-fields-default, mh-lpr-command-format) | |
141 (mh-max-inline-image-height, mh-max-inline-image-width) | |
142 (mh-mhl-format-file, mh-mime-save-parts-default-directory) | |
143 (mh-print-background-flag, mh-show-maximum-size) | |
144 (mh-show-use-xface-flag, mh-store-default-directory) | |
145 (mh-summary-height, mh-speed-update-interval) | |
146 (mh-show-threads-flag, mh-tool-bar-search-function) | |
147 (mh-defcustom, mh-after-commands-processed-hook) | |
148 (mh-alias-reloaded-hook, mh-before-commands-processed-hook) | |
149 (mh-before-quit-hook, mh-before-send-letter-hook) | |
150 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook) | |
151 (mh-forward-hook, mh-inc-folder-hook, ) | |
152 (mh-insert-signature-hook, ) | |
153 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook) | |
154 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook) | |
155 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) | |
156 (mh-unseen-updated-hook, mh-folder-address, mh-folder-body) | |
157 (mh-folder-cur-msg-number, mh-folder-date, mh-folder-deleted) | |
158 (mh-folder-followup, mh-folder-msg-number, mh-folder-refiled) | |
159 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender) | |
160 (mh-folder-subject, mh-folder-tick, mh-folder-to) | |
161 (mh-letter-header-field, mh-search-folder, mh-show-cc) | |
162 (mh-show-date, mh-show-from, mh-show-header, mh-show-pgg-bad) | |
163 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature) | |
164 (mh-show-subject, mh-show-to, mh-show-xface, ) | |
165 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) | |
166 (mh-speedbar-selected-folder) | |
167 (mh-speedbar-selected-folder-with-unseen-messages): Use dotted | |
168 notation in :package-version keyword. | |
169 | |
1 2006-04-07 Bill Wohler <wohler@newt.com> | 170 2006-04-07 Bill Wohler <wohler@newt.com> |
2 | 171 |
3 * mh-e.el (mh-path, mh-variant): Define with mh-defcustom and add | 172 * mh-e.el (mh-path, mh-variant): Define with mh-defcustom and add |
4 :package-version keyword. | 173 :package-version keyword. |
5 | 174 |
19 (mh-e, mh-alias, mh-folder, mh-folder-selection) | 188 (mh-e, mh-alias, mh-folder, mh-folder-selection) |
20 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges) | 189 (mh-identity, mh-inc, mh-junk, mh-letter, mh-ranges) |
21 (mh-scan-line-formats, mh-search, mh-sending-mail) | 190 (mh-scan-line-formats, mh-search, mh-sending-mail) |
22 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar) | 191 (mh-sequences, mh-show, mh-speedbar, mh-thread, mh-tool-bar) |
23 (mh-hooks, mh-faces): Add :package-version keyword to these | 192 (mh-hooks, mh-faces): Add :package-version keyword to these |
24 groups. | 193 groups (closes SF #1452724). |
25 (mh-alias-completion-ignore-case-flag) | 194 (mh-alias-completion-ignore-case-flag) |
26 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma) | 195 (mh-alias-expand-aliases-flag, mh-alias-flash-on-comma) |
27 (mh-alias-insert-file, mh-alias-insertion-location) | 196 (mh-alias-insert-file, mh-alias-insertion-location) |
28 (mh-alias-local-users, mh-alias-local-users-prefix) | 197 (mh-alias-local-users, mh-alias-local-users-prefix) |
29 (mh-alias-passwd-gecos-comma-separator-flag) | 198 (mh-alias-passwd-gecos-comma-separator-flag) |
65 (mh-mhl-format-file, mh-mime-save-parts-default-directory) | 234 (mh-mhl-format-file, mh-mime-save-parts-default-directory) |
66 (mh-print-background-flag, mh-show-maximum-size) | 235 (mh-print-background-flag, mh-show-maximum-size) |
67 (mh-show-use-xface-flag, mh-store-default-directory) | 236 (mh-show-use-xface-flag, mh-store-default-directory) |
68 (mh-summary-height, mh-speed-update-interval) | 237 (mh-summary-height, mh-speed-update-interval) |
69 (mh-show-threads-flag, mh-tool-bar-search-function): Add | 238 (mh-show-threads-flag, mh-tool-bar-search-function): Add |
70 :package-version keyword to these options. | 239 :package-version keyword to these options (closes SF #1452724). |
71 (mh-after-commands-processed-hook) | 240 (mh-after-commands-processed-hook) |
72 (mh-alias-reloaded-hook, mh-before-commands-processed-hook) | 241 (mh-alias-reloaded-hook, mh-before-commands-processed-hook) |
73 (mh-before-quit-hook, mh-before-send-letter-hook) | 242 (mh-before-quit-hook, mh-before-send-letter-hook) |
74 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook) | 243 (mh-delete-msg-hook, mh-find-path-hook, mh-folder-mode-hook) |
75 (mh-forward-hook, mh-inc-folder-hook) | 244 (mh-forward-hook, mh-inc-folder-hook) |
76 (mh-insert-signature-hook) | 245 (mh-insert-signature-hook) |
77 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook) | 246 (mh-kill-folder-suppress-prompt-hooks, mh-letter-mode-hook) |
78 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook) | 247 (mh-mh-to-mime-hook, mh-search-mode-hook, mh-quit-hook) |
79 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) | 248 (mh-refile-msg-hook, mh-show-hook, mh-show-mode-hook) |
80 (mh-unseen-updated-hook): Add :package-version keyword to these | 249 (mh-unseen-updated-hook): Add :package-version keyword to these |
81 hooks. | 250 hooks (closes SF #1452724). |
82 (mh-min-colors-defined-flag) | 251 (mh-min-colors-defined-flag) |
83 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number) | 252 (mh-folder-address, mh-folder-body, mh-folder-cur-msg-number) |
84 (mh-folder-date, mh-folder-deleted, mh-folder-followup) | 253 (mh-folder-date, mh-folder-deleted, mh-folder-followup) |
85 (mh-folder-msg-number, mh-folder-refiled) | 254 (mh-folder-msg-number, mh-folder-refiled) |
86 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender) | 255 (mh-folder-sent-to-me-hint, mh-folder-sent-to-me-sender) |
90 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature) | 259 (mh-show-pgg-good, mh-show-pgg-unknown, mh-show-signature) |
91 (mh-show-subject, mh-show-to, mh-show-xface) | 260 (mh-show-subject, mh-show-to, mh-show-xface) |
92 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) | 261 (mh-speedbar-folder, mh-speedbar-folder-with-unseen-messages) |
93 (mh-speedbar-selected-folder) | 262 (mh-speedbar-selected-folder) |
94 (mh-speedbar-selected-folder-with-unseen-messages): : Add | 263 (mh-speedbar-selected-folder-with-unseen-messages): : Add |
95 :package-version keyword to these faces. | 264 :package-version keyword to these faces (closes SF #1452724). |
96 | 265 |
97 * mh-tool-bar.el (mh-tool-bar-define): Added commented-out | 266 * mh-tool-bar.el (mh-tool-bar-define): Added commented-out |
98 :package-version keywords. | 267 :package-version keywords (closes SF #1452724). |
99 | 268 |
100 2006-03-28 Bill Wohler <wohler@newt.com> | 269 2006-03-28 Bill Wohler <wohler@newt.com> |
101 | 270 |
102 * mh-tool-bar.el: Use clipboard-kill-region, | 271 * mh-tool-bar.el: Use clipboard-kill-region, |
103 clipboard-kill-ring-save, and clipboard-yank instead of undo, | 272 clipboard-kill-ring-save, and clipboard-yank instead of undo, |