Mercurial > emacs
annotate lisp/mh-e/ChangeLog @ 56406:d36b00b98db0
Upgraded to MH-E version 7.4.4.
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Tue, 13 Jul 2004 03:06:25 +0000 |
parents | b702b580608d |
children | e9a6cbc8ca5e 97905c4f1a42 |
rev | line source |
---|---|
56406
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1 2004-07-10 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
2 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
3 * Released MH-E version 7.4.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
4 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
5 * MH-E-NEWS, README: Updated for release 7.4.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
6 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
7 * mh-e.el (Version, mh-version): Updated for release 7.4.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
8 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
9 * This patch release contains the following patches: |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
10 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
11 * mh-xemacs.el: New file from concatenation of mh-xemacs-compat.el |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
12 and mh-xemacs-icons.el which were removed since their names |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
13 exceeded DOS 8+3 limits. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
14 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
15 * Makefile: |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
16 (mh-e-autoloads.el): Add target to make `mh-e-autoloads.el', a |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
17 file containg usual entry commands into MH-E to be used for users |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
18 installing MH-E separately from Emacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
19 (XEMACS_LOADDEFS_FILE): New. Used to generate mh-loaddefs.el |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
20 in XEmacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
21 (XEMACS_LOADDEFS_COOKIE): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
22 (XEMACS_LOADDEFS_PKG_NAME): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
23 (XEMACS_OPTIONS): Add '-no-autoloads' to give a cleaner build |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
24 environment. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
25 (MH-E-SRC): Moved mh-xemacs.el to new variable MH-E-XEMACS-SRC. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
26 (MH-E-XEMACS-SRC): New variable to hold XEmacs source files. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
27 (MH-E-XEMACS-OBJ): New variable to hold XEmacs object files. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
28 (clean): Moved XEmacs-specific code to clean-xemacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
29 (xemacs): Added clean-xemacs prerequisite. Moved down to XEmacs |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
30 section of file. Add target to build mh-loaddefs.el in XEmacs |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
31 (loaddefs-xemacs): New rule to build mh-loaddefs.el in XEmacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
32 (clean-xemacs): New target to remove XEmacs-specific files. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
33 (compile-xemacs): New. It allows for the '-no-autoloads' option |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
34 and byte-compiles all the source files with a single instance of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
35 XEmacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
36 (dist): Added $(MH-E-XEMACS-SRC) to tarball. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
37 (AUTO_PRELOADS): Removed, in favour of 'AUTOLOAD_PACKAGE_NAME' and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
38 'AUTOLOAD_FILE'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
39 (AUTOLOAD_PACKAGE_NAME): New. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
40 (AUTOLOAD_FILE): New. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
41 (all): Don't set $EMACS_HOME if building with XEmacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
42 (xemacs): Use 'compile-xemacs' instead of 'compile'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
43 (auto-autoloads.elc): Use new $AUTOLOAD_* vars and allow for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
44 '-no-autoloads'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
45 (custom-load.elc): Allow for '-no-autoloads'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
46 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
47 * mh-e.el: Don't require mh-xemacs-compat which no longer exists. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
48 The XEmacs stuff gets required by mh-customize.el which is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
49 required by mh-utils.el which is required by mh-e.el. This all |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
50 happens before mh-xemacs-compat was required, so all should be |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
51 well. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
52 (mh-restore-desktop-buffer): Move from desktop.el. Add Parameters. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
53 (mh-restore-desktop-buffer): Delete with-no-warnings. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
54 (mh-folder-mode): Bind desktop-save-buffer to t. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
55 (Courtesy Lars Hansen). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
56 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
57 * mh-alias.el (mh-assoc-ignore-case): New macro to use |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
58 assoc-string when available (Emacs 21.4+); assoc-ignore-case |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
59 otherwise. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
60 (mh-alias-reload, mh-alias-expand, |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
61 mh-alias-minibuffer-confirm-address): Use it. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
62 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
63 * mh-seq.el: Added mh-autoload to mh-read-seq-default. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
64 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
65 * mh-utils.el (mh-require-cl): The Emacs coding conventions |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
66 require that the cl package not be required at runtime. However, |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
67 the cl package in versions of Emacs prior to 21.4 left cl routines |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
68 in their macro expansions. Use mh-require-cl to provide the cl |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
69 routines in the best way possible. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
70 (require 'mouse): To shush compiler. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
71 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
72 * Use new function mh-require-cl throughout. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
73 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
74 * Add arch taglines (courtesy Miles Bader). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
75 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
76 * mh-unit.el (mh-unit-files): Replaced mh-xemacs-compat.el and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
77 mh-xemacs-icons.el with mh-xemacs.el. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
78 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
79 * import-emacs: Also grab the ChangeLog. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
80 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
81 * *.pbm: Regenerated using GIMP to be consistent with other Emacs |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
82 icons. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
83 1. Edit .xpm image in GIMP. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
84 2. Image > Mode > Indexed. Check Use Black/White Palette and No |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
85 Color Dithering. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
86 3. File > Save As file.xbm. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
87 4. Run xbmtopbm < file.xbm > file.pbm. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
88 Thanks to jan.h.d@swipnet.se for the help. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
89 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
90 2003-11-18 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
91 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
92 * Released MH-E version 7.4.3. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
93 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
94 * MH-E-NEWS, README: Updated for release 7.4.3. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
95 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
96 * mh-e.el (Version, mh-version): Updated for release 7.4.3. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
97 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
98 * mh-identity.el (mh-identity-make-menu): Removed condition on |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
99 mh-auto-fields-list. Use it to enable or disable menu item |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
100 instead. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
101 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
102 * mh-customize.el (mh-identity-list): Removed defvar and moved |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
103 defcustom before mh-auto-fields-list so that defvar wouldn't |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
104 clobber user's customization settings. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
105 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
106 2003-08-19 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
107 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
108 * Released MH-E version 7.4.2. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
109 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
110 * MH-E-NEWS, README: Updated for release 7.4.2. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
111 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
112 * mh-e.el (Version, mh-version): Updated for release 7.4.2. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
113 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
114 * mh-e.el (mh-folder-size, mh-folder-size-folder) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
115 (mh-folder-size-flist): If flist is not present use folder to find |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
116 the number of messages in the folder. Also the .mh_sequences file |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
117 is read to find the number of unseen messages (patch from 1.349 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
118 and branched for 7.4.2, closes SF #791021). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
119 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
120 * mh-utils.el (mh-flists-present-flag, mh-find-progs): Introduce a |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
121 new variable to test for the presence of the flists program and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
122 set it in mh-find-progs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
123 (mh-collect-folder-names): Use folders instead of flists. One |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
124 advantage is that folders is available on MH while flists is not. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
125 Another is that if an explicit -sequence argument isn't given and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
126 Unseen-Sequence profile is not present then flists croaks while |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
127 folders doesn't. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
128 (mh-collect-folder-names-filter): Don't consider folder names that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
129 start with a `.' character. This is needed since the folders |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
130 command doesn't filter them out like flists does. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
131 (patches from 1.307 and 1.309 and branched for 7.4.2, closes SF |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
132 #791021). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
133 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
134 2003-06-25 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
135 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
136 * Released MH-E version 7.4.1. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
137 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
138 * MH-E-NEWS, README: Updated for release 7.4.1. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
139 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
140 * mh-e.el (Version, mh-version): Updated for release 7.4.1. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
141 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
142 2003-06-25 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
143 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
144 * mh-unit.el (require 'cl): Added. Needed when compiling |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
145 separately. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
146 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
147 * Makefile (clean): Now a double-colon rule. Added a second clean |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
148 target to remove mh-unit.elc. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
149 (compile): Removed mh-unit.elc. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
150 (mh-unit.elc): New target used to compile mh-unit. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
151 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
152 2003-06-24 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
153 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
154 * mh-e.el (Version, mh-version): Set to 7.4+cvs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
155 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
156 2003-06-24 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
157 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
158 * Released MH-E version 7.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
159 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
160 * MH-E-NEWS, README: Updated for release 7.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
161 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
162 * mh-e.el (Version, mh-version): Updated for release 7.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
163 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
164 2003-06-24 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
165 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
166 * mh-alias.el (mh-alias-gecos-name, mh-alias-local-users) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
167 (mh-alias-suggest-alias): s/gcos/gecos. The original acronym was |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
168 GECOS but was later renamed to GCOS (see |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
169 http://info.astrian.net/jargon/terms/g/GCOS.html). But the term |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
170 really needs to match the field named pw_gecos in struct passwd in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
171 /usr/include/pwd.h |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
172 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
173 * mh-customize.el (mh-letter-faces): New group to house |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
174 mh-letter-header-field-face. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
175 (mh-interpret-number-as-range-flag) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
176 (mh-kill-folder-suppress-prompt-hook): Use "you" instead of "the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
177 user" to make text more friendly. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
178 (mh-index-ticked-messages-folders, mh-visible-headers) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
179 (mh-visible-header-fields): Alphabetized. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
180 (mh-alias-passwd-gcos-comma-separator-flag): Alphabetized and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
181 s/gcos/gecos. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
182 (mh-alias-local-users-prefix): Fixed docstring. Prefixes are |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
183 prepended, not appended. Additional checkdoc fix. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
184 (mh-letter-header-field-face): Set group to new group |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
185 mh-letter-faces and moved option into this group. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
186 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
187 * mh-index.el (mh-index-sequenced-messages): Improved wording of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
188 docstring and mentioned use of prefix argument. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
189 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
190 * mh-seq.el (mh-widen): Made docstring more accurate (hopefully!). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
191 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
192 2003-06-18 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
193 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
194 * mh-index.el (mh-replace-string): Modified to preserve case of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
195 replacement text. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
196 (mh-index-parse-search-regexp): Preserve case of search terms. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
197 This is needed to take advantage of the acronym indexing in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
198 swish++ (closes SF #755718). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
199 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
200 2003-06-13 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
201 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
202 * mh-utils.el (mh-show-index-sequenced-messages): Interactive |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
203 function callable from the show buffer. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
204 (mh-show-folder-map): Add key binding for "F q". |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
205 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
206 * mh-e.el (mh-folder-map): Same as above. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
207 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
208 * mh-index.el (mh-index-sequenced-messages): Add interactive spec |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
209 to the function (closes SF #718833). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
210 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
211 2003-06-13 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
212 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
213 * mh-index.el (mh-flists-execute): Needed to expand mhpath too. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
214 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
215 2003-06-12 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
216 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
217 * mh-index.el (mh-flists-execute): Modified so that flists |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
218 present in mh-progs is called. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
219 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
220 2003-06-07 Jeffrey C Honig <jch@honig.net> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
221 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
222 * mh-comp.el (mh-forward, mh-forward): Use (mh-mail-header-end) to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
223 find the end of headers instead of doing an re-search-forward |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
224 based on mh-mail-header-separator. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
225 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
226 2003-06-06 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
227 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
228 * mh-comp.el (mh-letter-toggle-header-field-display): Make the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
229 function callable from the show buffer. This means that the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
230 buffer is temporarily made writable and the modification status |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
231 of the buffer restored to the original value. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
232 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
233 2003-06-06 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
234 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
235 * mh-utils.el (mh-address-mail-regexp): Bug fix! It wasn't a true |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
236 copy of the goto-addr variable. My modification only recognized |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
237 addresses with one dot after the @. Sorry about that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
238 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
239 2003-06-05 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
240 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
241 * mh-utils.el (mh-replace-in-string): Move comment into doc |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
242 string to satisfy checkdoc. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
243 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
244 * mh-alias.el (mh-alias-apropos): Checkdoc fix. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
245 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
246 2003-06-05 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
247 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
248 * mh-customize.el (mh-identity-list): Fixed typo in docstring. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
249 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
250 2003-06-05 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
251 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
252 * mh-comp.el (mh-letter-complete-function-alist): Add bcc an reply-to. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
253 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
254 2003-06-04 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
255 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
256 * mh-comp.el (mh-letter-complete-function-alist): Add dcc. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
257 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
258 2003-06-03 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
259 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
260 * mh-utils.el (mh-replace-in-string): New function name instead of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
261 `dired-replace-in-string'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
262 * mh-alias.el (mh-alias-gcos-name): Use it. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
263 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
264 * mh-alias.el (mh-alias-apropos): New command. Show all aliases |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
265 that match REGEXP either in name or content. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
266 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
267 * mh-alias.el (mh-alias-suggest-alias): Add no-comma-swap optional |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
268 arg. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
269 (mh-alias-canonicalize-suggestion): Change a comma to a period in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
270 created aliases. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
271 (mh-alias-local-users): Call `mh-alias-suggest-alias' with |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
272 `no-comma-swap' arg set to t. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
273 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
274 * mh-alias.el (mh-alias-local-users): Fix case of nil |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
275 `mh-alias-passwd-gcos-comma-separator-flag'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
276 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
277 * mh-alias.el (mh-alias-gcos-name): Fix for case of empty gcos |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
278 name field. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
279 (mh-alias-local-users): Fix same. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
280 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
281 * mh-alias.el (mh-alias-canonicalize-suggestion): Replace use by |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
282 verbose `replace-regexp' by a looped `replace-match' |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
283 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
284 2003-06-02 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
285 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
286 * mh-utils.el (dired-replace-in-string): Bind if not already |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
287 defined. Borrowed from dired.el |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
288 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
289 * mh-alias.el (mh-alias-gcos-name): switch to using |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
290 dired-replace-in-string. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
291 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
292 2003-06-02 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
293 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
294 * mh-utils.el (mh-letter-font-lock-keywords): Fontify header |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
295 fields in the draft buffer that aren't skipped when navigating |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
296 with TAB (or S-TAB). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
297 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
298 * mh-customize.el (mh-clean-message-header-flag) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
299 (mh-invisible-headers, mh-invisible-header-fields) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
300 (mh-alias-passwd-gcos-comma-separator-flag): Checkdoc fix. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
301 (mh-letter-header-field-face): New face to fontify the header |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
302 fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
303 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
304 * mh-comp.el (mh-insert-auto-fields-done-local): Checkdoc fix. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
305 (mh-letter-mode, mh-letter-mail-header-end-marker): Remember the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
306 end of the message header in a marker. This is used to fontify the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
307 header fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
308 (mh-font-lock-field-data, mh-letter-header-end): Functions used |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
309 to fontify message header fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
310 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
311 * mh-alias.el (mh-alias-gcos-name): Checkdoc fix. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
312 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
313 2003-06-02 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
314 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
315 * mh-alias.el (mh-alias-gcos-name): New function. Return a usable |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
316 address string from a GCOS-NAME and USERNAME. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
317 (mh-alias-local-users): Use it. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
318 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
319 * mh-customize.el (mh-alias-passwd-gcos-comma-separator-flag): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
320 defcustom. Whether the gcos field in the passwd file uses comma as |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
321 a separator. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
322 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
323 * mh-customize.el (mh-alias-local-users-prefix): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
324 defcustom. String to append to the real names of users from the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
325 passwd file. If nil, use the username string unmodified instead of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
326 the real name from the gcos field of the passwd file. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
327 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
328 * mh-alias.el (mh-alias-local-users): Use it to generate aliases |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
329 which by default are now the real name prefixed by "local." |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
330 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
331 2003-06-01 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
332 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
333 * mh-comp.el (mh-modify-header-field): Bug fix. Calling with with |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
334 a value that was already inserted causes it to get inserted a |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
335 second time. I have wrapped the value around \b word delimiters. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
336 Hope there are no side effects for other code. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
337 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
338 * mh-comp.el (mh-insert-auto-fields): Attempt regardless of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
339 `mh-insert-auto-fields-done-local' flag in interactive use. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
340 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
341 * mh-comp.el (mh-insert-auto-fields-done-local): Keep track of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
342 whether `mh-insert-auto-fields' was called in a buffer. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
343 (mh-insert-auto-fields): Set it and use it. Also, don't enter an |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
344 identity if one was already entered manually. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
345 (mh-send-letter): Call `mh-insert-auto-fields' again when sending |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
346 message. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
347 (mh-compose-and-send-mail): Call `mh-insert-auto-fields' _after_ |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
348 `mh-letter-mode' so `mh-identity-local' doesn't get cleared by the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
349 mode invocation. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
350 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
351 2003-06-01 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
352 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
353 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
354 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
355 * mh-seq.el (mh-thread-parse-scan-line): The value of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
356 mh-scan-field-from-start-offset was hardcoded in one place. The |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
357 change fixes that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
358 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
359 * mh-utils.el (mh-show-mode): Setup mh-show-mode to display |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
360 elipsis for truncated header fields and to skip over them quickly. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
361 (mh-clean-msg-header): Make another pass over the message header |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
362 fields truncating long headers. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
363 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
364 * mh-comp.el (mh-letter-complete): Remove unnecessary autoload. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
365 (mh-letter-toggle-header-field-display): Take into account that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
366 an empty line can also end the message header. The function was |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
367 originally written with the draft buffer in mind. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
368 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
369 2003-06-01 Mark D. Baushke <mdb@gnu.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
370 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
371 * mh-comp.el (mh-letter-mode-map): Do not steal C-t. Use C-c C-t |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
372 for the mh-letter-toggle-header-field-display command. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
373 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
374 2003-05-31 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
375 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
376 * mh-customize.el (mh-visible-headers): Changed to a defvar that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
377 will be set using new `mh-visible-headers' function using |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
378 `mh-visible-header-fields' as input. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
379 (mh-visible-headers): New function, described above. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
380 (mh-visible-header-fields): New defcustom. The UI to set |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
381 `mh-visible-headers'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
382 (mh-invisible-header-fields-set): Deleted. Code merged into |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
383 defcustom since it's so short. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
384 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
385 2003-05-31 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
386 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
387 * mh-comp.el (mh-letter-toggle-header-field-display): Extended to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
388 truncate headers if they are too long. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
389 (mh-letter-truncate-header-field): Make code that would be |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
390 duplicated into a function. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
391 (mh-letter-hide-all-skipped-fields): Modified so that fields that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
392 are important are hidden if they are too long. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
393 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
394 2003-05-31 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
395 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
396 * mh-utils.el ("tool-bar"): Since tool-bar isn't available on |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
397 XEmacs, requiring it causes problems. So load it instead. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
398 (mh-do-at-event-location): New macro to do stuff at location of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
399 events. This has been refactored out of mh-push-button. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
400 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
401 * mh-mime.el (mh-push-button): Simplified since it now uses the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
402 mh-do-at-event-location macro. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
403 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
404 * mh-comp.el (mh-hidden-header-keymap): Keymap to make mouse |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
405 clicks on header toggle its display. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
406 (mh-letter-toggle-header-field-display-button): Interactive |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
407 function to toggle header display when mouse button is clicked. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
408 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
409 2003-05-31 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
410 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
411 * mh-e.el (mh-folder-mode): Remove conditional on tool-bar-mode. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
412 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
413 * mh-comp.el (mh-letter-mode): Same. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
414 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
415 * mh-utils.el (mh-show-mode): Same. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
416 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
417 2003-05-30 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
418 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
419 * mh-utils.el (tool-bar): Load tool-bar explicitly. This avoids |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
420 problems with incorrect initialization of tool-bar-map otherwise. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
421 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
422 2003-05-30 Peter S Galbraith <psg@mixed.dyndns.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
423 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
424 * mh-comp.el (mh-modify-header-field): Minor fix of spaces for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
425 when an entry already existed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
426 (mh-insert-auto-fields): Make interactive. Add optional `quiet' |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
427 arg for use when called systematically on every buffer. Won't be |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
428 used interactively for more verbose output. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
429 (mh-letter-mode-map): Add \C-c\M-d keybinding for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
430 mh-insert-auto-fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
431 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
432 * mh-identity.el (mh-identity-make-menu): Add a menu entry in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
433 Identity menu for mh-insert-auto-fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
434 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
435 * mh-customize.el (mh-invisible-header-fields): Add entries for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
436 `Envelope-to' and `X-Original-To'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
437 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
438 2003-05-30 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
439 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
440 * mh-comp.el (mh-letter-mode): Skip over invisible text quickly. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
441 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
442 2003-05-30 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
443 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
444 * mh-comp.el (mh-letter-mode): Use text properties to achieve |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
445 invisibility. This is more portable and the same code can be used |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
446 for all Emacs versions. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
447 (mh-letter-toggle-header-field-display): Rewritten to use text |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
448 properties. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
449 (mh-dead-overlay-p, mh-letter-hidden-header-fields)): Removed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
450 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
451 2003-05-29 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
452 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
453 * mh-comp.el (mh-letter-hidden-header-fields, mh-letter-mode): Add |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
454 a hash table, initialized it in mh-letter-mode, to remember the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
455 overlays introduced to hide long headers fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
456 (mh-insert-x-mailer): checkdoc fix. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
457 (mh-compose-and-send-mail): Hide unimportant message header |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
458 fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
459 (mh-letter-header-field-regexp, mh-letter-header-field-at-point) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
460 (mh-letter-next-header-field, mh-letter-previous-header-field): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
461 Add a variable that contains the header-field name regexp and use |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
462 it instead of the regexp directly. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
463 (mh-letter-toggle-header-field-display, mh-letter-mode-map): Add |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
464 new key binding in mh-letter-mode that toggles display of long |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
465 header fields, in mh-letter-mode. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
466 (mh-dead-overlay-p): A predicate which checks if a given header |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
467 field has an active overlay hiding it. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
468 (mh-letter-hide-all-skipped-fields): New function that shortens |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
469 uninteresting headers. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
470 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
471 2003-05-29 Eric Ding <ericding@acorn.bethesda.net> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
472 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
473 * mh-comp.el (mh-letter-next-header-field-or-indent): Call |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
474 indent-relative rather than indent-for-tab-command. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
475 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
476 2003-05-29 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
477 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
478 * mh-comp.el (mh-letter-complete-or-space): The meaning of the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
479 customizable variable was reversed. Also make the doc string more |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
480 accurate. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
481 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
482 2003-05-28 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
483 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
484 * mh-customize.el (mh-compose-skipped-header-fields): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
485 customizable variable that lists headers that are skipped. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
486 (mh-compose-space-does-completion-flag): Option to do completion |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
487 with space (closes SF #745634). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
488 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
489 * mh-comp.el (mh-insert-x-mailer): Check the value of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
490 mh-insert-x-mailer-flag in this function instead of in its caller. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
491 (mh-compose-and-send-mail, mh-send-letter): Insert X-Mailer and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
492 X-Face headers when the draft is first presented to the user |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
493 instead of when the mail is sent (closes SF #745624). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
494 (mh-letter-complete-or-space): Allow for this key binding to be |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
495 overridden. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
496 (mh-letter-next-header-field): Fix a problem with multiline header |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
497 fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
498 (mh-letter-next-header-field, mh-letter-previous-header-field): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
499 Make these functions skip unwanted header fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
500 (mh-letter-skipped-header-field-p): New predicate that checks if a |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
501 header field is to be skipped. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
502 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
503 * mh-seq.el (mh-thread-inc): Inc'ing email in threaded mode was |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
504 causing duplication of the current notation. The change fixes that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
505 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
506 2003-05-28 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
507 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
508 * mh-comp.el (mh-beginning-of-word): Generalize it to skip |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
509 arbitrary number of words. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
510 (mh-letter-complete-or-space): New interactive function that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
511 allows space character to be used for completion. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
512 (mh-letter-mode-map): Add key binding to allow space to be used |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
513 for completion. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
514 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
515 2003-05-27 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
516 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
517 * mh-customize.el (mh-compose-prompt-flag): Customizable variable |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
518 that controls whether the user is prompted when composing a draft. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
519 It replaces mh-dont-prompt-for-address-flag (closes SF #745622). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
520 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
521 * mh-comp.el (mh-letter-next-header-field): If the point is in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
522 the header field name, then go the start of the header field |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
523 instead of the next field. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
524 (mh-interactive-read-address, mh-interactive-read-string) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
525 (mh-letter-adjust-point): Use mh-compose-prompt-flag instead of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
526 mh-dont-prompt-for-address-flag. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
527 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
528 2003-05-27 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
529 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
530 * mh-customize.el (mh-tool-bar-define): Fix incorrect usage of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
531 set-specifier (closes SF #745655). Also the button enabling code |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
532 interacts poorly with font-lock in XEmacs. So disable that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
533 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
534 2003-05-26 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
535 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
536 * mh-e.el (mh-folder-from-address): The function |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
537 message-fetch-field expects that the buffer is narrowed to the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
538 mail header. The change makes sure that this is indeed the case. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
539 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
540 * mh-mime.el (mh-add-missing-mime-version-header) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
541 (mh-decode-message-body): Same as above. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
542 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
543 2003-05-25 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
544 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
545 * mh-alias.el (mh-alias-minibuffer-confirm-address): Modified to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
546 use mh-beginning-of-word. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
547 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
548 * mh-comp.el (mh-letter-confirm-address): Calling |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
549 mh-alias-reload-maybe can be expensive. So do it only if we really |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
550 need to. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
551 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
552 2003-05-25 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
553 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
554 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
555 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
556 * mh-comp.el (mh-letter-confirm-address): Load aliases if not yet |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
557 loaded. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
558 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
559 * mh-alias.el (mh-alias-reload-maybe): Autoload it since it is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
560 used in mh-comp.el. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
561 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
562 2003-05-24 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
563 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
564 * mh-comp.el (mh-letter-skip-leading-whitespace-in-header-field): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
565 New function to skip leading space and tab characters when placing |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
566 point in a header field. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
567 (mh-letter-next-header-field, mh-letter-previous-header-field): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
568 Skip leading whitespace when using TAB to navigate to header |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
569 fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
570 (mh-letter-confirm-address): New interactive function that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
571 displays the last expansion of the last alias when "," is typed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
572 (mh-letter-mode-map): Add key binding for "," (closes SF #745634). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
573 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
574 2003-05-23 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
575 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
576 * mh-comp.el (mh-edit-again, mh-forward, mh-send) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
577 (mh-send-other-window, mh-send-sub): Modified so that if |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
578 mh-dont-prompt-for-address-flag is non-nil, then MH-E won't prompt |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
579 for addresses to send mail to and instead directly jump to the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
580 draft (closes SF #745622). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
581 (mh-letter-complete-function-alist): An alist that is used to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
582 decide which completion function to use in which header. This |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
583 variable should probably be customizable. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
584 (mh-letter-complete): Now uses mh-letter-complete-function-alist. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
585 (mh-letter-header-field-at-point, mh-letter-next-header-field) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
586 (mh-letter-next-header-field-or-indent) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
587 (mh-letter-previous-header-field): Commands for easier navigation |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
588 to header fields. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
589 (mh-dont-prompt-for-address-flag): Variable which controls |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
590 whether MH-E prompts for addresses. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
591 (mh-interactive-read-address, mh-interactive-read-string): Two |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
592 functions to ask user for input depending on the value of the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
593 above flag. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
594 (mh-letter-adjust-point): New function that sets point to the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
595 first header field. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
596 (mh-letter-mode-map): Add key bindings for TAB and S-TAB (closes |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
597 SF #745627). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
598 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
599 2003-05-23 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
600 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
601 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
602 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
603 * mh-comp.el (mh-complete-word): New function which is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
604 approximately equivalent to mail-abbrev-complete-alias. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
605 (mh-beginning-of-word): Refactor repeated code into its own |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
606 function. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
607 (mh-folder-expand-at-point): Make Fcc completion work in XEmacs |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
608 by not using mail-abbrev-complete-alias. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
609 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
610 * mh-alias.el (mh-alias-letter-expand-alias): Make alias |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
611 expansion work in XEmacs. Replace the use of the function |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
612 mail-abbrev-complete-alias, which isn't present in XEmacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
613 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
614 * mh-mime.el (mh-mml-to-mime): If a MIME message is created |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
615 immediately after starting MH-E then invoking mh-mml-to-mime |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
616 causes an error because "message" isn't being loaded. The change |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
617 works around this problem. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
618 (mh-mime-maybe-display-alternatives): Give better indication of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
619 which MIME parts are alternatives. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
620 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
621 2003-05-22 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
622 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
623 * mh-e.el (mh-add-sequence-notation, mh-remove-sequence-notation): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
624 Just delete and add the same character in the scan line to make |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
625 font-lock refontify it. The previous trick of removing all text |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
626 properties didn't work in XEmacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
627 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
628 * mh-seq.el (mh-put-msg-in-seq): Complain if the user tries to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
629 create an invalid MH sequence. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
630 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
631 * mh-mime.el (mh-mime-display-alternative): Modified to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
632 optionally display alternatives as buttons. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
633 (mh-mime-maybe-display-alternatives): New function which displays |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
634 alternative MIME parts as buttons. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
635 (mh-mime-save-part): Initially mh-mime-save-parts-directory is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
636 nil and calling file-name-as-directory with nil arg leads to an |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
637 error. So fall back on the default-directory in that case. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
638 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
639 * mh-customize.el (mh-display-buttons-for-alternatives-flag): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
640 customizable variable that controls display of the alternative |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
641 MIME parts (closes SF #741288). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
642 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
643 2003-05-22 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
644 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
645 * mh-customize.el (mh-invisible-header-fields): Commented out |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
646 "User-Agent:". It's similar to X-Mailer, so display it. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
647 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
648 2003-05-21 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
649 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
650 * mh-customize.el (mh-tool-bar-define): Add an optional argument |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
651 to the button description that can dynamically enable/disable |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
652 buttons. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
653 (mh-tool-bar-define): The alias grabbing button is disabled if the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
654 current message doesn't have a From header or if the sender is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
655 already in the user's alias. This functionality was inadvertently |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
656 lost when the Emacs/XEmacs toolbar unification took place. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
657 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
658 2003-05-20 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
659 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
660 * mh-unit.el (mh-unit-construct-call-graph): Be more aggressive |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
661 and flag interactive functions that aren't autoloaded or have no |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
662 key bindings. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
663 (mh-unit-interactive-function-p): Remove now unused function. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
664 (mh-unit, mh-unit-construct-call-graph): Replace mh-files with |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
665 mh-unit-files. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
666 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
667 2003-05-20 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
668 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
669 * mh-unit.el (mh-prune-trailing-spaces): Renamed to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
670 mh-unit-prune-trailing-spaces to clean up the namespace. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
671 (mh-files): Renamed to mh-unit-files. Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
672 (mh-unit): Checkdoc fix. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
673 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
674 * mh-index.el (mh-index-p): Added autoload cookie since mh-index-p |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
675 is used by mh-customize.el. This calls for another mh-unit test |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
676 that looks for mh-autoloads for functions that are no longer used |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
677 in other files. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
678 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
679 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
680 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
681 2003-05-20 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
682 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
683 * mh-unit.el (mh-unit-construct-call-graph): Factor out the code |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
684 to read the lisp files to a separate function. Also change it to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
685 construct a function call-graph. Autoloaded functions are taken |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
686 into account. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
687 (mh-unit-find-all-used-functions, mh-unit-called-functions) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
688 (mh-unit-find-all-unused-functions): Find all unused functions by |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
689 computing a fixed point starting from the set of top level |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
690 functions. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
691 (mh-unit-analyze-block): Removed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
692 (mh-unit-update-call-graph): mh-unit-functions-called was renamed |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
693 with modifications to update the function call graph. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
694 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
695 2003-05-19 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
696 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
697 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
698 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
699 * mh-utils.el (mh-notate): Modified to keep track of notation |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
700 that was replaced when sequence notation is added. Thus when the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
701 sequence is deleted, the original notation is recovered. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
702 (mh-add-msgs-to-seq): Modified to work with the new sequence |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
703 notation code. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
704 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
705 * mh-seq.el (mh-delete-seq, mh-put-msg-in-seq): Simplified since |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
706 we don't need to handle tick and unseen sequences specially any |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
707 more. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
708 (mh-narrow-to-seq): Don't need to call mh-notate-user-sequences |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
709 since mh-copy-seq-to-eob already does that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
710 (mh-widen): Remove sequence notation, so that notation when |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
711 messages are replied to aren't lost. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
712 (mh-copy-seq-to-eob): Simplified with the use of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
713 mh-iterate-on-range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
714 (mh-thread-inc): This function doesn't need to notate user |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
715 sequences since its callers already do that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
716 (mh-thread-parse-scan-line): Simplified since mh-note-seq doesn't |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
717 appear in scan lines it is given as arguments. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
718 (mh-thread-update-scan-line-map): Remove the test, since its |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
719 caller already does the required check. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
720 (mh-thread-folder): Simplified by the use of mh-iterate-on-range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
721 (mh-tick-add-overlay, mh-tick-remove-overlay, mh-notate-tick): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
722 These functions aren't needed any more, since overlays aren't used |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
723 any more. Also overlays aren't portable to XEmacs, so nasty |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
724 conditional code that used overlays in Emacs and extents in Xemacs |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
725 have been eliminated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
726 (mh-toggle-tick): Generalize it to work on a range of messages |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
727 like the other interactive messages. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
728 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
729 * mh-funcs.el (mh-undo-folder): Use mh-remove-all-notation |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
730 instead of mh-unmark-all-headers. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
731 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
732 * mh-e.el (mh-folder-font-lock-keywords): The entry for unseen |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
733 sequence highlighting is now done by the macro. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
734 (mh-generate-sequence-font-lock): New macro to highlight any |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
735 arbitrary sequence. This macro is invoked twice to get the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
736 highlighting for unseen and tick sequences. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
737 (mh-sequence-notation-history, mh-folder-mode): New variable that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
738 keeps track of the old notation when a message is notated with |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
739 mh-note-seq. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
740 (mh-regenerate-headers, mh-get-new-mail): Add appropriate calls to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
741 mh-notate-user-sequences and mh-remove-all-notation. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
742 (mh-unmark-all-headers): Add comment that this function shouldn't |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
743 be used any more. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
744 (mh-add-sequence-notation, mh-remove-sequence-notation): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
745 functions to notate message with mh-note-seq and to remove it. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
746 (mh-remove-all-notation): Simplified to use mh-iterate-on-range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
747 (mh-process-commands): Use mh-remove-all-notation instead of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
748 mh-unmark-all-headers. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
749 (mh-notate-user-sequences, mh-delete-msg-from-seq): Simplified |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
750 since the tick and unseen sequences don't need special handling |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
751 any more. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
752 (mh-internal-seq): Make it possible to dynamically change what |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
753 sequences are treated as internal (internal means font lock is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
754 used to highlight the sequence). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
755 (mh-clear-text-properties): Removed since it isn't needed |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
756 anymore. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
757 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
758 2003-05-19 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
759 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
760 * mh-unit.el (mh-unit-analyze-block, mh-unit-interactive-function-p) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
761 (mh-unit-find-all-unused-functions): Change argument name bl to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
762 block. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
763 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
764 2003-05-19 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
765 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
766 * mh-unit.el (mh-unit-find-all-unused-functions): New interactive |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
767 function to find all unused functions in MH-E. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
768 (mh-unit-analyze-block, mh-unit-interactive-function-p) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
769 (mh-unit-functions-called): Functions used by |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
770 mh-unit-find-all-unused-functions do its job. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
771 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
772 * Makefile (compile): Byte-compile mh-unit.el, since the analysis |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
773 to find unused code runs faster when compiled. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
774 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
775 2003-05-18 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
776 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
777 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
778 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
779 * mh-seq.el (mh-notate-deleted-and-refiled): Add autoload |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
780 declaration since this function is used in mh-index.el. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
781 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
782 * mh-e.el, mh-customize.el, mh-utils.el: Adjust require/provide |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
783 statements so that mh-e.el isn't loaded twice. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
784 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
785 2003-05-15 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
786 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
787 * mh-utils.el (mh-defun-show-buffer): Arrange for the current |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
788 line in the folder buffer to be highlighted even when we are in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
789 the show buffer. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
790 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
791 2003-05-14 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
792 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
793 * mh-seq.el (mh-read-range): Allow this to work on invalid |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
794 sequences that only MH-E knows about. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
795 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
796 * mh-index.el (mh-create-sequence-map, mh-index-add-to-sequence) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
797 (mh-index-delete-from-sequence): Don't consider sequences that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
798 aren't valid MH sequences. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
799 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
800 * mh-e.el (mh-valid-seq-p): New predicate to check if a symbol |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
801 could be a MH sequence. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
802 (mh-undefine-sequence, mh-define-sequence): Don't execute "mark" |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
803 unless the sequence name is a valid MH sequence. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
804 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
805 * mh-utils.el (mh-exec-cmd): In case an error happens in the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
806 call-process and non-strings are present in ARGS, then the error |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
807 message isn't properly displayed. The change fixes this. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
808 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
809 2003-05-14 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
810 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
811 * mh-mime.el (mh-mime-save-part): Bug Fix: Make sure |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
812 `mm-default-directory' gets a trailing "/" if |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
813 `mh-mime-save-parts-directory' doesn't have one. Otherwise the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
814 default in the prompt of `mh-mm-save-part' will be wrong. Perhaps |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
815 `mh-mm-save-part' needs to do this check itself. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
816 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
817 2003-05-14 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
818 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
819 * mh-index.el (mh-unpropagated-sequences): New function and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
820 variable to keep track of sequences that shouldn't be propagated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
821 (mh-create-sequence-map, mh-index-add-to-sequence) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
822 (mh-index-delete-from-sequence): Use mh-unpropagated-sequences to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
823 stop changes to some sequences being reflected back to the source |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
824 folders. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
825 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
826 2003-05-13 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
827 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
828 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
829 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
830 * mh-e.el (mh-process-commands): Preserve sequences when messages |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
831 are refiled (closes SF #737128). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
832 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
833 * mh-index.el (mh-create-sequence-map) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
834 (mh-index-create-sequences): Refactor code that is reused into a |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
835 new function. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
836 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
837 * mh-customize.el (mh-refile-preserves-sequences-flag): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
838 customizable flag that controls whether sequences are preserved |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
839 when messages are refiled. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
840 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
841 2003-05-13 Eric Ding <ericding@alum.mit.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
842 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
843 * mh-e.el (mh-scan-format): The argument for scan format files |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
844 should be -form, not -format. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
845 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
846 2003-05-13 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
847 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
848 * mh-seq.el (mh-widen): The scan line map stack was not being |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
849 properly updated when ALL-FLAG is non-nil. The change fixes that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
850 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
851 * mh-e.el (mh-reset-threads-and-narrowing): The change resets the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
852 scan line map stack. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
853 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
854 2003-05-12 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
855 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
856 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
857 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
858 * mh-seq.el (mh-thread-scan-line-map-stack) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
859 (mh-thread-old-scan-line-map): Instead of the old scan line map, |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
860 now we need to maintain a stack of scan line maps. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
861 (mh-narrow-to-seq): Modified so that multiple level of narrowings |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
862 can be done. We now maintain a stack of old views instead of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
863 hiding the old scan lines. This makes it possible to have |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
864 multiple levels of narrowings. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
865 (mh-widen): A optional prefix arg was added to allow undoing all |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
866 narrowing. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
867 (mh-read-seq-default, mh-read-range): Don't use |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
868 mh-narrowed-to-seq, since it doesn't exist any more. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
869 (mh-thread-initialize-hash, mh-thread-initialize): The |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
870 mh-thread-initialize function has been refactored. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
871 (mh-thread-update-scan-line-map): Maintain notations in the stack |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
872 of scan line maps. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
873 (mh-notate-tick, mh-toggle-tick): Simplified, since we don't have |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
874 mh-narrowed-to-seq any more. This means there is a slight loss of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
875 functionality. Earlier if we narrowed to the tick sequence the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
876 ticked messages weren't highlighted. This feature isn't present |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
877 any more. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
878 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
879 * mh-e.el (mh-execute-commands, mh-reset-threads-and-narrowing) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
880 (mh-folder-sequence-menu, mh-get-new-mail): Use |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
881 mh-folder-view-stack instead of the now removed |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
882 mh-narrowed-to-seq. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
883 (mh-narrowed-to-seq, mh-tick-seq-changed-when-narrowed-flag): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
884 These variables have been removed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
885 (mh-folder-view-stack): New variable to keep track of a stack of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
886 narrowings. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
887 (mh-execute-commands, mh-get-new-mail): Add extra argument to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
888 mh-widen so that all narrowings are undone. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
889 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
890 * Makefile (MH-E-SRC, MH-E-OTHERS): Move mh-gnus.el from MH-E-SRC |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
891 to MH-E-OTHERS so that it isn't byte compiled. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
892 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
893 2003-05-10 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
894 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
895 * mh-seq.el (mh-read-seq): Improve the function a bit by adding |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
896 history to the sequence prompt. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
897 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
898 2003-05-09 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
899 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
900 * mh-gnus.el: New file that won't be byte-compiled. From now on |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
901 having different Gnus versions at run-time and compile-time won't |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
902 cause errors in MH-E. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
903 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
904 * mh-mime.el (mh-small-show-buffer-p, mh-display-smileys) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
905 (mh-display-emphasis): Handle all legal values of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
906 font-lock-maximum-size. The existing code assumed didn't consider |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
907 the case where it could be an alist. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
908 (mh-small-image-p): Simplified, so that aliasing XEmacs functions |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
909 in Emacs isn't necessary any more. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
910 (mh-mm-display-part): Remove unnecessary call to fboundp. The |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
911 mh-funcall-if-exists does that for us any way. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
912 (mh-defun-compat, gnus-local-map-property, mm-merge-handles) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
913 (mm-set-handle-multipart-parameter, mm-readable-p) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
914 (mm-long-lines-p, mm-keep-viewer-alive-p, mm-destroy-parts) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
915 (mh-mm-save-part, mm-handle-multipart-ctl-parameter): These |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
916 compatibility functions have been moved to mh-gnus.el. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
917 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
918 * Makefile (MH-E-SRC): Add mh-gnus.el. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
919 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
920 * mh-seq.el (mh-narrow-to-header-field) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
921 (mh-current-message-header-field): Checkdoc fixes. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
922 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
923 * mh-e.el (mh-undefine-sequence): Since mh-coalesce-msg-list |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
924 returns a list, apply is needed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
925 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
926 2003-05-09 Noel Cragg <noel@red-bean.com> (tiny change) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
927 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
928 * mh-junk.el (mh-spamassassin-blacklist): Separate "--local" and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
929 "--no-rebuild" arguments to call-process. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
930 [Patch committed by satyaki] |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
931 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
932 2003-05-08 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
933 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
934 * mh-seq.el (mh-translate-range): Take into account differnt |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
935 semantics of split-string in Emacs and XEmacs. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
936 (mh-read-pick-regexp, mh-narrow-to-from, mh-narrow-to-cc) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
937 (mh-narrow-to-to, mh-narrow-to-header-field) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
938 (mh-current-message-header-field, mh-narrow-to-range): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
939 narrowing functions that can select messages based on different |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
940 message headers. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
941 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
942 * mh-utils.el (mh-show-limit-map): Add new narrowing functions |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
943 callable from the show buffer. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
944 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
945 * mh-e.el (mh-help-messages): Add help text for new functions. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
946 (mh-limit-map): Add new narrowing functions (closes SF #732823). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
947 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
948 2003-05-07 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
949 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
950 * mh-utils.el (mh-collect-folder-names): Use mh-exec-daemon to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
951 run flists. This means we don't have to remember to expand the MH |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
952 executable in the mh-progs path. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
953 (mh-exec-cmd-daemon): Return the new process object produced. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
954 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
955 2003-05-06 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
956 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
957 * mh-e.el (mh-folder-font-lock-unseen): Use mh-seq-list to do |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
958 unseen sequence highlighting instead of reading the .mh_sequences |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
959 file from disk every time. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
960 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
961 2003-05-05 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
962 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
963 * mh-utils.el (mh-show-sequence-map): Add key binding for S' |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
964 (closes SF #732825). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
965 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
966 * mh-e.el (mh-sequence-map): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
967 (mh-help-messages): Updated for S'. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
968 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
969 2003-05-04 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
970 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
971 * mh-index.el (mh-index-write-data): The with-temp-buffer macro |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
972 is a bit better than write-file, so use that instead. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
973 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
974 2003-05-03 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
975 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
976 * mh-index.el (mh-index-update-maps, mh-index-search) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
977 (mh-index-sequenced-messages): Write index data to disk. This |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
978 allows us to recover index folder information if Emacs is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
979 restarted, or the index folder is visited after the buffer has |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
980 been killed (closes SF #701762). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
981 (mh-index-write-data, mh-index-read-data) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
982 (mh-index-write-hashtable, mh-index-read-hashtable): Functions to |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
983 store and read index data information to disk. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
984 (mh-index-insert-folder-headers, mh-index-group-by-folder): We |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
985 can no longer use object identity to compare strings, since they |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
986 might have been read back from disk. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
987 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
988 * mh-e.el (mh-index-data-file): New variable that stores the name |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
989 of the file that keeps track of index folder data. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
990 (mh-make-folder): Read index folder data if available. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
991 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
992 * mh-utils.el (mh-show, mh-summary-height, mh-modify): Make |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
993 checkdoc happy. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
994 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
995 * mh-seq.el (mh-tick-add-overlay): Rearrange code to make code |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
996 more uniform. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
997 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
998 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
999 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1000 2003-05-02 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1001 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1002 * mh-seq.el (mh-tick-add-overlay): If a message with a short scan |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1003 line is ticked, then the highlighting didn't extend to the right |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1004 margin. This change fixes that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1005 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1006 2003-05-01 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1007 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1008 * mh-e.el (mh-help-messages): Added brackets around / and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1009 downcased limit to be consistent with other commands with |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1010 punctuation keybindings. Don't document aliases. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1011 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1012 2003-05-01 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1013 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1014 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1015 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1016 * mh-seq.el (mh-read-range): Fix comment. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1017 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1018 2003-04-30 Mark D. Baushke <mdb@gnu.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1019 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1020 * mh-e.el (mh-help-messages): Better documentation for the F map. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1021 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1022 2003-04-30 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1023 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1024 * mh-utils.el (mh-find-path): Cache folder names so that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1025 folder name completion is always fast. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1026 (mh-flists-partial-line, mh-flists-process): Variables used for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1027 pre-caching folder names. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1028 (mh-collect-folder-names, mh-collect-folder-names-filter) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1029 (mh-populate-sub-folders-cache): Functions to pre-cache folder |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1030 names. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1031 (mh-exec-cmd): Produce more info in *MH-E Log*. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1032 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1033 * mh-index.el (mh-index-search): Call the correct function. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1034 (mh-index-sequenced-messages): If folders is nil, then all mail |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1035 is searched. The change restores that. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1036 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1037 2003-04-30 Peter S Galbraith <psg@debian.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1038 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1039 * mh-customize.el (mh-summary-height): Move variable integer out |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1040 of defcustom, and instead specify that `nil' means to calculate |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1041 that size dynamically. Fixes SF #723267. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1042 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1043 * mh-utils.el (mh-summary-height): New function. Return ideal |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1044 mh-summary-height value for current frame height. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1045 (mh-show-msg): Use it. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1046 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1047 2003-04-30 Mark D. Baushke <mdb@gnu.org> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1048 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1049 * mh-index.el (mh-index-ticked-messages): Fix prompt and |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1050 description string. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1051 (mh-index-new-messages): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1052 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1053 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1054 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1055 * mh-index.el (mh-index-sequenced-messages): Renamed from |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1056 mh-index-new-messages with minor argument change. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1057 (mh-index-new-messages): Implement by calling |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1058 mh-index-sequenced-messages with the appropriate arguments. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1059 (mh-index-ticked-messages): New function. Does the same thing as |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1060 mh-index-new-messages, but on its own set of folders and using the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1061 mh-tick-seq instead of mh-unseen-seq. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1062 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1063 * mh-e.el (mh-folder-map): Add "F'" to the map for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1064 mh-index-ticked-messages. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1065 (mh-help-messages): Replace broken [t]hread with [n]ew messages. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1066 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1067 * mh-customize.el (mh-index-ticked-messages-folders): New user |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1068 customizable flag that controls the folders to be searched by |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1069 mh-index-ticked-messages. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1070 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1071 * mh-utils.el (mh-show-index-ticked-messages): Wrapper for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1072 mh-index-ticked-messages. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1073 (mh-show-folder-map): Add "F'" to the map for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1074 mh-index-ticked-messages. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1075 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1076 2003-04-30 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1077 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1078 * mh-index.el (mh-index-search): The old cur in the source folder |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1079 might not exist. This could cause mh-exec-cmd to fail. So don't |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1080 add an error message in that case. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1081 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1082 2003-04-29 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1083 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1084 * mh-e.el (mh-folder-from-address): Modified to allow multiple |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1085 Cc: headers to work properly. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1086 (mh-inc-folder, mh-visit-folder): Fix an off by one error. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1087 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1088 * mh-utils.el (mh-notate): Update the scan line map. This fixes a |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1089 tiny bug. In threaded view, if a message is replied to then the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1090 message is notated with a "-". Now if inc is done then the "-" |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1091 added is lost. The change fixes this. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1092 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1093 * mh-seq.el (mh-translate-range): Use the correct function. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1094 (mh-thread-update-scan-line-map): New function that updates the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1095 scan line map when a message is notated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1096 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1097 2003-04-28 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1098 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1099 * mh-index.el (mh-index-parse-search-regexp): Avoid compiler |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1100 warning in GNU Emacs 21.3. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1101 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1102 * mh-seq.el (mh-widen): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1103 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1104 2003-04-28 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1105 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1106 * mh-customize.el (mh-interpret-number-as-range-flag): New user |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1107 customizable flag that controls whether a single number, N is |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1108 interpreted as the range last:N. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1109 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1110 * mh-seq.el (mh-read-range): Generalize it for use when reading |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1111 range to scan. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1112 (mh-interactive-range): Modified to use the new mh-read-range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1113 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1114 * mh-speed.el (mh-speed-view): Use mh-read-range instead of the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1115 now removed mh-read-msg-range function. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1116 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1117 * mh-funcs.el (mh-pack-folder): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1118 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1119 * mh-e.el (mh-rescan-folder, mh-visit-folder): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1120 (mh-read-msg-range): Removed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1121 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1122 * mh-loaddefs.el: Regenerated |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1123 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1124 2003-04-27 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1125 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1126 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1127 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1128 * mh-seq.el (mh-range-completion-function): Fix checkdoc warning. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1129 (mh-iterate-on-range): Mention that the macro can iterate over a |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1130 MH message range too. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1131 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1132 2003-04-27 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1133 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1134 * mh-unit.el (mh-unit): As it turns out, lm-crack-copyright has |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1135 been updated to handle multiple-line copyrights in 21.3, so |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1136 updated code to run lm-verify only if user has 21.3 or greater. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1137 Delete buffers after use, unless user already had buffer open. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1138 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1139 2003-04-27 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1140 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1141 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1142 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1143 * mh-index.el (mh-index-search): The MH command "refile" changes |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1144 cur. The change restores cur in source folders. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1145 (mh-index-new-messages): Use the appropriate arguments for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1146 mh-read-seq. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1147 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1148 * mh-seq.el (mh-read-seq-default, mh-read-seq): Restore these |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1149 functions to just read sequence names. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1150 (mh-range-seq-names, mh-range-history, mh-range-completion-map) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1151 (mh-range-completion-function, mh-read-range): New function which |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1152 reads MH range with completion and history. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1153 (mh-interactive-range): Use mh-read-range instead of |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1154 mh-read-seq-default. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1155 (mh-put-msg-in-seq): Change documentation about MH message range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1156 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1157 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Change |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1158 documentation about MH message range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1159 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1160 * mh-funcs.el (mh-copy-msg, mh-print-msg): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1161 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1162 * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1163 (mh-refile-msg, mh-undo, mh-delete-msg-from-seq): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1164 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1165 * mh-comp.el (mh-forward): Ditto. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1166 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1167 2003-04-26 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1168 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1169 * mh-comp.el, mh-e.el, mh-funcs.el, mh-junk.el, mh-seq.el: |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1170 Replace msg-or-seq with range everywhere. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1171 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1172 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1173 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1174 2003-04-25 Satyaki Das <satyakid@stanford.edu> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1175 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1176 * mh-e.el (mh-index-sequence-search-flag, mh-folder-mode): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1177 local variable to remember that a folder buffer contains results |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1178 from a sequence search. This is needed so that "C-u F i" will work |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1179 as expected. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1180 (mh-visit-folder): Create sequences in the index folder. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1181 (mh-process-commands, mh-delete-msg-from-seq): If speedbar is on |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1182 then update the speedbar message counts immediately. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1183 (mh-delete-msg-from-seq): Make the code faster by calling "mark" |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1184 just once. Also update source folder sequence if messages are |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1185 being deleted from a sequence in an index folder. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1186 (mh-undefine-sequence): Simplified to remove the speedbar updating |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1187 code. Also DTRT and don't change any sequence when called with an |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1188 empty list of messages. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1189 (mh-refile-msg, mh-delete-msg): Move to next message only if the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1190 current message has been deleted or refiled, as the case may be. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1191 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1192 * mh-utils.el (mh-show-msg): Update the message counts in the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1193 speedbar, if it is on, immediately. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1194 (mh-speed-flists-active-p, mh-speed-flists-inhibit-flag): A new |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1195 flag has been added which inhibits updating of the speedbar. This |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1196 is used to avoid needless speedbar updates when |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1197 mh-execute-commands is called in index folders. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1198 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1199 * mh-speed.el (mh-speed-flists): Extended so that multiple |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1200 folders can be given as arguments. Also the code that kept track |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1201 of the current folder, needed since flists adds an extra ?+ char |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1202 at the end of the current folder name, wasn't entirely correct. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1203 That has also been fixed. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1204 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1205 * mh-seq.el (mh-delete-seq, mh-put-msg-in-seq): Modified so that |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1206 sequence in source folder is updated if we delete a sequence in an |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1207 index folder. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1208 (mh-read-seq, mh-read-seq-default, mh-translate-range) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1209 (mh-interactive-msg-or-seq): The mh-interactive-msg-or-seq |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1210 function can read in an arbitrary MH message range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1211 (mh-iterate-on-msg-or-seq): The macro has been extended to work on |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1212 a MH range. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1213 (mh-subject-to-sequence, mh-subject-to-sequence-unthreaded) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1214 (mh-subject-to-sequence-threaded, mh-thread-find-msg-subject): Fix |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1215 the mh-subject-to-sequence function so that it will work in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1216 threaded folders too. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1217 (mh-tick-add-overlay): Fix a leak of overlays. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1218 (mh-toggle-tick): Ticking, or unticking, messages in the index |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1219 folder is propagated to the source folders (closes SF #709664). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1220 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1221 * mh-index.el (mh-flists-results-folder, mh-flists-sequence) |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1222 (mh-flists-called-flag): New variables to implement searching for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1223 arbitrary sequences. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1224 (mh-index-generate-pretty-name): Updated so that folder names are |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1225 generated for flists search that can take any sequence name. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1226 (mh-index-search): Since sequences are now properly maintained the |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1227 unseen-flag argument isn't needed and hence removed. Also redoing |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1228 a sequence search with "C-u F i" is handled correctly. Finally |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1229 the speedbar is updated to reflect the new index folder created. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1230 (mh-index-create-sequences): New function that creates sequences |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1231 in the index folder. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1232 (mh-index-matching-source-msgs, mh-index-execute-commands): |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1233 Improved so that scan lines for refiled/deleted messages are |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1234 removed from the source folders as well. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1235 (mh-index-add-to-sequence, mh-index-delete-from-sequence): New |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1236 functions to update sequences in source folder to reflect changes |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1237 in index folder. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1238 (mh-index-quote-for-shell): A utility function to that quotes |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1239 characters with special meaning to /bin/sh. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1240 (mh-flists-execute, mh-index-new-messages): Updated to search for |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1241 arbitrary sequences (closes SF #718833). |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1242 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1243 * mh-loaddefs.el: Regenerated. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1244 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1245 2003-04-25 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1246 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1247 * mh-customize.el (mh-kill-folder-suppress-prompt-hook): New hook |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1248 used by mh-kill-folder to suppress the prompt. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1249 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1250 * mh-funcs.el (mh-kill-folder): Suppress prompt not if |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1251 mh-index-data is non-nil, but if any functions in |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1252 mh-kill-folder-suppress-prompt-hook return non-nil. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1253 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1254 * mh-index.el (mh-index-p): New function with returns non-nil if |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1255 the current folder was generated by an index search for use by |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1256 mh-kill-folder-suppress-prompt-hook |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1257 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1258 * mh-unit.el (mh-unit): Commented out lm-verify step until code |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1259 updated to handle split Copyright lines. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1260 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
1261 * mh-e.el (mh-version): Set to 7.3+cvs. |
55151
b702b580608d
(mh-folder-mode): Bind desktop-save-buffer to t.
Lars Hansen <larsh@soem.dk>
parents:
55138
diff
changeset
|
1262 |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1263 2003-04-24 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1264 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1265 * Released MH-E version 7.3. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1266 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1267 * MH-E-NEWS, README: Updated for release 7.3. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1268 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1269 * mh-e.el (Version, mh-version): Updated for release 7.3. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1270 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1271 2003-04-24 Satyaki Das <satyakid@stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1272 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1273 * mh-xemacs-compat.el (mh-utils): Require mh-utils at compile |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1274 time, since the mh-do-in-xemacs macro is used. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1275 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1276 * mh-inc.el (cl): Require cl at compile time since we are using |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1277 the loop and setf macros. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1278 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1279 2003-04-24 Satyaki Das <satyakid@stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1280 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1281 * mh-unit.el (mh-files): Fix the list of files to check. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1282 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1283 2003-04-24 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1284 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1285 * ChangeLog: Appended copyright to end of file. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1286 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1287 * Makefile: Added copyright and license. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1288 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1289 * README: Added copyright. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1290 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1291 * import-emacs: Changed copyright from Newt Software to Bill |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1292 Wohler and use license from mh-e.el, except that this file is |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1293 a part of MH-E, not GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1294 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1295 * mh-alias.el: Updated copyright so that it doesn't wrap upon |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1296 advice from Richard Stallman who said to use two-digit years when |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1297 they are surrounded by 4-digit years that are in the same century |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1298 and to break up copyrights on multiple lines. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1299 * mh-comp.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1300 * mh-e.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1301 * mh-funcs.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1302 * mh-identity.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1303 * mh-mime.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1304 * mh-seq.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1305 * mh-utils.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1306 * mh-xemacs-compat.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1307 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1308 * mh-unit.el: New file. Unit tests for MH-E. This version merely |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1309 runs checkdoc and lm-verify which is useful before releasing the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1310 software. It can and should be expanded to do real unit tests. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1311 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1312 2003-04-22 Mark D Baushke <mdb@gnu.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1313 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1314 * mh-alias.el: Update Copyright. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1315 * mh-comp.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1316 * mh-customize.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1317 * mh-e.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1318 * mh-funcs.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1319 * mh-identity.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1320 * mh-index.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1321 * mh-mime.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1322 * mh-pick.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1323 * mh-seq.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1324 * mh-speed.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1325 * mh-utils.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1326 * mh-xemacs-compat.el: Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1327 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1328 2003-04-22 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1329 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1330 * mh-utils.el (mh-normalize-folder-name): Make the completion |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1331 code work properly with XEmacs. This change is neeeded since |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1332 split-string behaves differently in XEmacs than it does in GNU |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1333 Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1334 (mh-exec-cmd-error): Add a comment, so that we change it later on. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1335 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1336 2003-04-18 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1337 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1338 * mh-xemacs-icons.el (mh-xemacs-icons): Provide 'mh-xemacs-icons' |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1339 not 'mh-xemacs-toolbar'. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1340 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1341 * mh-xemacs-compat.el (mh-xemacs-toolbar): Remove require, it's |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1342 now called 'mh-xemacs-icons' and it is required from |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1343 'mh-customize'. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1344 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1345 * mh-customize.el: Require 'mh-xemacs-icons' instead of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1346 'mh-xemacs-toolbar'. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1347 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1348 2003-04-17 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1349 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1350 * mh-xemacs-icons.el: New file (renamed from mh-xemacs-toolbar.el). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1351 Holds XEmacs icons. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1352 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1353 * mh-xemacs-toolbar.el: Deleted. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1354 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1355 * Makefile: Incorporate the file renaming. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1356 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1357 2003-04-15 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1358 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1359 * mh-comp.el (mh-forward): Pass a list of messages into |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1360 mh-compose-and-send-mail instead of msg-or-seq. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1361 (mh-annotate-msg): The previous version called |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1362 mh-iterate-on-msg-or-seq in the letter buffer. The new version |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1363 simply adds the ability to operate on message lists. Thanks to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1364 Satyaki for the fix and suggestion for passing a list from |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1365 mh-forward. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1366 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1367 2003-04-14 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1368 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1369 * mh-comp.el (mh-annotate-msg): Updated to handle msg-or-seq for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1370 mh-forward was passing a msg-or-seq to mh-compose-and-send-mail |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1371 which in turn passed the msg-or-seq to mh-annotate-msg. In |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1372 particular, forwarding a region failed. Note that the msgs |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1373 argument in much of mh-comp.el should really be converted to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1374 msg-or-seq accordingly. But not now, unless something is broken as |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1375 was the case here. We can revamp after the release. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1376 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1377 2003-04-13 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1378 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1379 * mh-funcs.el (mh-kill-folder): Added space after prompt to give |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1380 the (yes or no) bit a little elbow room. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1381 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1382 * mh-xemacs-toolbar.el: Removing a copyright is a no-no. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1383 Reinstated Steve's copyright. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1384 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1385 2003-04-12 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1386 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1387 * mh-utils.el (mh-do-in-gnu-emacs, mh-do-in-xemacs): Add |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1388 indentation hooks for the macros. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1389 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1390 2003-04-11 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1391 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1392 * mh-alias.el, mh-comp.el, mh-customize.el, mh-funcs.el, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1393 mh-identity.el, mh-inc.el, mh-index.el, mh-junk.el, mh-utils.el: |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1394 Merged in changes from CVS GNU Emacs. These included the removal |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1395 of trailing whitespace. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1396 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1397 * mh-customize.el: The "anti-entropy" check-in. Moved groups |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1398 around slightly to reflect commentary. Moved defcustoms around |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1399 to preserve alphabetization. Big diff, little content. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1400 (mh-xemacs-use-toolbar-flag): Doc fix. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1401 (mh-xemacs-toolbar-position): Fixed typo in docstring. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1402 (mh-default-folder-list): Updated docstring to reflect new Check |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1403 Recipient tag. Also, set type of Address to regexp. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1404 (mh-x-mailer-string): Moved to mh-comp.el where it is used. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1405 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1406 * mh-comp.el (mh-x-mailer-string): Moved here from customize.el. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1407 Not quite sure how it got to mh-customize.el in the first place. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1408 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1409 * mh-e.el (mh-folder-folder-menu): Added Folder -> View New |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1410 Messages menu item. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1411 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1412 * mh-utils.el (mh-show-folder-menu): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1413 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1414 * mh-inc.el: Added Change Log comment (lm-verify fix). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1415 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1416 * mh-index.el (mh-index-search): Added documentation about prefix |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1417 argument for users, in addition to documentation for programmers. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1418 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1419 * mh-mime.el (mh-edit-mhn, mh-edit-mhn, mh-mml-to-mime): Docstring |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1420 fixes germaine to the change whereby we now check for MIME |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1421 directives before sending. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1422 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1423 * mh-xemacs-toolbar.el: Fixed copyright. Added Change Log comment |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1424 (lm-verify fix). Added standard MH-E local variables. Removed |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1425 time-stamp stuff. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1426 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1427 2003-04-11 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1428 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1429 * mh-seq.el (mh-iterate-on-msg-or-seq): Add a missed comma. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1430 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1431 2003-04-10 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1432 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1433 * mh-index.el (mh-index-visit-folder): Prompt before reusing |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1434 existing folder buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1435 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1436 * mh-xemacs-toolbar.el (require): Require mh-utils at compile |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1437 time to avoid compilation error when doing "make bootstrap" in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1438 CVS Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1439 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1440 * mh-inc.el (mh-inc-spool-list): Declare it so that a compile |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1441 time warning is avoided when doing "make bootstrap" in CVS Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1442 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1443 2003-04-10 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1444 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1445 * mh-inc.el (mh-inc-spool-generator): Changed to a defun instead |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1446 of a defmacro, applying Satyaki's patch. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1447 (mh-inc-spool-def-key): same. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1448 (mh-inc-spool-make): same. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1449 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1450 * mh-utils.el: define-key "I" in mh-show-mode-map for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1451 mh-inc-spool-map. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1452 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1453 * mh-comp.el (mh-modify-header-field): Remove debug message. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1454 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1455 2003-04-10 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1456 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1457 * mh-inc.el (mh-inc-spool-map-help): Default to nil. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1458 (mh-inc-spool-map): Make "?" key display message when |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1459 `mh-inc-spool-map-help' is nil (instead of mh-inc-spool-map-help |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1460 containing the message). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1461 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1462 * mh-e.el: require mh-inc.el |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1463 * mh-e.el: define-key "I" in mh-folder-mode-map for mh-inc-spool-map. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1464 (mh-help-messages): Add help string for "I" key. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1465 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1466 2003-04-09 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1467 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1468 * mh-inc.el: New file. New feature to `inc' mail from various |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1469 spool files into different folders. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1470 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1471 * mh-loaddefs.el: Regenerate for mh-inc's mh-inc-spool-list-set. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1472 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1473 * Makefile (MH-E-IMG): Add highlight icon. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1474 (MH-E-SRC): Add mh-inc.el file. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1475 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1476 * mh-customize.el (mh-inc-spool-list): New variable for new |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1477 feature to `inc' mail from various spool files into different |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1478 folders. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1479 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1480 2003-04-09 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1481 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1482 * mh-utils.el (mh-mail-delivery-buffer): Add a defconst for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1483 mh-mail-delivery-buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1484 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1485 * mh-comp.el (mh-send-letter): Use mh-mail-delivery-buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1486 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1487 * mh-mime.el (mh-small-image-p): Add mh-funcall-if-exists to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1488 avoid compiler warning in GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1489 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1490 2003-04-08 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1491 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1492 * mh-mime.el (mh-small-image-p): Make the function slightly more |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1493 error-resistant in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1494 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1495 * mh-seq.el (mh-narrow-to-seq, mh-widen): Update tool-bar-map in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1496 the show buffer if needed. This allows us to display the widen |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1497 button in the show buffer only when the folder is narrowed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1498 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1499 * mh-customize.el (mh-tool-bar-define): Changed so that a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1500 separate tool-bar-map is used in show-mode when folder is |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1501 narrowed to a sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1502 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1503 2003-04-08 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1504 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1505 * mh-seq.el (mh-iterate-on-msg-or-seq): Reinstate the use of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1506 make-symbol since using gensym causes compiler warnings in CVS |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1507 Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1508 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1509 2003-04-08 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1510 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1511 * mh-comp.el (mh-forward): Function didn't handle a region of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1512 messages. Use new function mh-msg-or-seq-to-msg-list to get a list |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1513 of messages in all circumstances. Also, use mh-coalesce-msg-list |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1514 on message list before submitting to forw since this should always |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1515 be done when calling a program to reduce the chance of exceeding |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1516 command-line limits. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1517 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1518 * mh-seq.el (mh-iterate-on-msg-or-seq): Backed out previous |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1519 change. A nil msg-or-seq should mean no messages, and Satyaki is |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1520 going to use gensym instead of make-symbol. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1521 (mh-msg-or-seq-to-msg-list): New function to convert a msg-or-seq |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1522 to a list of message numbers. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1523 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1524 * mh-e.el (mh-coalesce-msg-list): Touched up the docstring a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1525 little. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1526 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1527 * mh-funcs.el (mh-print-msg): Can now print regions, message |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1528 lists, sequences and, of course, single messages. This version |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1529 works a little differently from the old version. Instead of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1530 calling mhl | lpr once on all messages, mhl | lpr is called once |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1531 per message in order to put each message's number in the header. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1532 Thanks to Satyaki for some code and ideas. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1533 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1534 * mh-seq.el (mh-iterate-on-msg-or-seq): The argument msg-or-seq |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1535 can now be nil which means the current message. Make local symbols |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1536 so that local variables don't step on user's symbols (the msgs |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1537 symbol got me). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1538 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1539 2003-04-06 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1540 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1541 * mh-comp.el (mh-forward): Updated docstrings to indicate that a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1542 list of messages is acceptable as well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1543 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1544 * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1545 (mh-undo, mh-notate-user-sequences, mh-delete-msg-from-seq): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1546 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1547 * mh-funcs.el (mh-copy-msg, mh-print-msg): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1548 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1549 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1550 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1551 * mh-seq.el (mh-put-msg-in-seq, mh-iterate-on-msg-or-seq) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1552 (mh-interactive-msg-or-seq): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1553 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1554 2003-04-06 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1555 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1556 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Call |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1557 mh-refile-a-msg and mh-delete-a-msg with nil as the message |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1558 number since that is more efficient. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1559 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1560 * mh-seq.el (mh-iterate-on-msg-or-seq): Extended so that it will |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1561 handle lists of messages numbers as well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1562 (mh-put-msg-in-seq): Use mh-iterate-on-msg-or-seq to simplify the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1563 function. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1564 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1565 * mh-funcs.el (mh-copy-msg): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1566 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1567 * mh-e.el (mh-refile-msg): Make it more efficient. Using nil in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1568 mh-refile-a-msg avoids needing to re-search-forward to that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1569 message. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1570 (mh-undo): Fix typo in interactive spec. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1571 (mh-notate-user-sequences): Generalize the function to take a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1572 msg-or-seq as argument. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1573 (mh-delete-msg-from-seq): Extend the function so that it is now |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1574 able to subtract messages belonging in one sequence from another. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1575 (mh-undo): Unify the region and sequence handling. The message |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1576 number branch of the function does extra stuff, so we can't merge |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1577 that in. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1578 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1579 2003-04-06 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1580 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1581 * mh-comp.el (mh-forward): Use mh-interactive-msg-or-seq. Inserted |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1582 consistent verbiage in docstring for msg-or-seq. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1583 (mh-reply): Don't mention default in opening line in all |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1584 docstrings. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1585 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1586 * mh-e.el (mh-delete-msg, mh-refile-msg) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1587 (mh-undo, mh-delete-msg-from-seq): Use mh-interactive-msg-or-seq. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1588 Inserted consistent verbiage in docstring for msg-or-seq. In |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1589 mh-delete-msg-from-seq, renamed msg-or-region to msg-or-seq. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1590 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1591 * mh-funcs.el (mh-copy-msg, mh-print-msg): Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1592 mh-interactive-msg-or-seq. Inserted consistent verbiage in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1593 docstring for msg-or-seq. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1594 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1595 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Inserted |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1596 consistent verbiage in docstring for msg-or-seq. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1597 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1598 * mh-seq.el (mh-msg-is-in-seq): Don't mention default in opening |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1599 line in all docstrings. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1600 (mh-put-msg-in-seq): Use mh-interactive-msg-or-seq. Inserted |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1601 consistent verbiage in docstring for msg-or-seq. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1602 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1603 * mh-e.el (mh-delete-msg, mh-delete-msg-no-motion, mh-refile-msg): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1604 Rewritten to use new mh-interactive-msg-or-seq function and |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1605 mh-iterate-on-msg-or-seq macro. mh-delete-msg-no-motion gained the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1606 ability to operate on regions. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1607 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1608 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Rewritten to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1609 use new mh-interactive-msg-or-seq function and |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1610 mh-iterate-on-msg-or-seq macro thereby gaining the ability to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1611 operate on sequences or regions. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1612 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1613 * mh-seq.el (mh-iterate-on-msg-or-seq): New macro to execute code |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1614 on a message, a region of messages, or a sequence. This macro |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1615 should be in all functions that operate on messages to provide a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1616 uniform interface. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1617 (mh-interactive-msg-or-seq): New function used in interactive |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1618 calls to obtain a message number, region, or sequence. This |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1619 function should be in all functions that operate on messages to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1620 provide a uniform interface. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1621 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1622 * mh-utils.el (with-mh-folder-updating, mh-in-show-buffer): Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1623 'defun lisp-indent-hook property instead of 1 to fix indentation |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1624 of these macros. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1625 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1626 2003-04-05 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1627 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1628 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1629 * mh-funcs.el (mh-ephem-message): autoload. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1630 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1631 2003-04-04 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1632 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1633 * mh-e.el (mh-folder-from-address): Minor Fix. Wrong ending of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1634 `when' block. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1635 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1636 2003-04-04 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1637 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1638 * mh-mime.el (mh-mml-directive-present-p): The regexp has been |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1639 modified to recognize directives to encrypt/sign messages. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1640 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1641 2003-04-03 Mark D. Baushke <mdb@gnu.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1642 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1643 * mh-e.el (mh-folder-from-address): E-mail messages missing the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1644 To: field, but which have a Cc: field should also be handled. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1645 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1646 2003-04-03 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1647 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1648 * mh-e.el (mh-inc-folder): Modified the prompt text to read |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1649 better. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1650 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1651 * mh-comp.el (mh-forward): Deleted local variable `compose'. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1652 Deleted obsolete setting of mh-{mmh|mml}-compose-insert-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1653 (mh-letter-menu): Use mh-{mmh|mml}-directive-present-p instead of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1654 obsolete. mh-{mmh|mml}-compose-insert-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1655 (mh-letter-mode): Deleted obsolete setting of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1656 mh-{mmh|mml}-compose-insert-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1657 (mh-send-letter): This function now automatically runs the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1658 directive-to-MIME conversion if any directives are detected, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1659 rather than relying on the unreliable |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1660 mh-{mmh|mml}-compose-insert-flag variables. Updated docstring |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1661 accordingly. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1662 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1663 * mh-identity.el (mh-insert-identity): Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1664 mh-{mmh|mml}-directive-present-p instead of obsolete. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1665 mh-{mmh|mml}-compose-insert-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1666 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1667 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1668 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1669 * mh-mime.el (mh-mhn-compose-type, mh-mhn-compose-external-type) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1670 (mh-mhn-compose-forw, mh-edit-mhn, mh-mml-to-mime) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1671 (mh-mml-forward-message, mh-mml-attach-file) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1672 (mh-mml-secure-message-sign-pgpmime) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1673 (mh-mml-secure-message-encrypt-pgpmime): Deleted obsolete setting |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1674 of mh-{mmh|mml}-compose-insert-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1675 (mh-mml-directive-present-p): Checkdoc fix. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1676 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1677 * mh-utils.el (mh-mhn-compose-insert-flag, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1678 mh-mml-compose-insert-flag): Deleted. Replaced by |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1679 mh-{mhn|mml}-directive-present-p. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1680 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1681 2003-04-03 Mark D. Baushke <mdb@gnu.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1682 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1683 * mh-e.el (mh-folder-from-address): Fix minor problem with To: |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1684 address processing. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1685 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1686 * mh-e.el (mh-folder-from-address): Bugfix match ?+ character not |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1687 a "?+" string. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1688 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1689 2003-04-03 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1690 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1691 * mh-e.el (mh-inc-folder): Add second optional argument for the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1692 folder to inc new mail into instead of mh-inbox. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1693 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1694 2003-04-03 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1695 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1696 * mh-e.el (mh-folder-from-address): The first match found in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1697 `mh-default-folder-list' is used. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1698 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1699 * mh-customize.el (mh-default-folder-list): Tweak docs |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1700 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1701 2003-04-03 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1702 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1703 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1704 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1705 * mh-mime.el (mh-mhn-directive-present-p): New function to test if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1706 a MHN directive is present in the current buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1707 (mh-mml-directive-present-p): New function to test if a MML |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1708 directive is present in the current buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1709 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1710 * mh-comp.el (mh-letter-mode): Originally this function checked if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1711 a #forw directive was present and set mh-mhn-compose-insert-flag |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1712 to t. The modification generalizes this test so that one of the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1713 variables mh-{mml|mhn}-compose-insert-flag will get set if we have |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1714 any sort of MHN or MML directive is already present. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1715 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1716 * mh-seq.el (tool-bar-map): Add a defvar to avoid compiler |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1717 warnings in CVS version of GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1718 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1719 * mh-utils.el (tool-bar-map): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1720 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1721 * mh-e.el (tool-bar-map): same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1722 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1723 2003-04-02 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1724 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1725 * mh-xemacs-toolbar.el (mh-xemacs-toolbar-toggle-tick-icon): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1726 Change color to match mh-folder-tick-face. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1727 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1728 * highlight.xpm: Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1729 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1730 2003-04-02 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1731 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1732 * mh-e.el (mh-folder-from-address): Check `mh-default-folder-list' |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1733 for cases against the recipient instead of the originator. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1734 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1735 * mh-customize.el (mh-default-folder-list): Add extra boolean flag |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1736 to conditionally check the recipient address instead of the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1737 originator. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1738 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1739 2003-04-02 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1740 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1741 * mh-customize.el (mh-folder-tick-face): Change tick highlight |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1742 face to a background yellow-green, as suggested by Bill. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1743 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1744 2003-04-01 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1745 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1746 * highlight.xpm: New icon for mh-toggle-tick. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1747 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1748 * mh-xemacs-toolbar.el (mh-xemacs-icon-map): Add tool-bar entry |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1749 for mh-toggle-tick. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1750 (mh-xemacs-toolbar-toggle-tick-icon): New constant. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1751 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1752 * mh-customize.el: Add tool-bar entry for mh-toggle-tick. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1753 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1754 2003-03-31 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1755 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1756 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1757 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1758 * mh-utils.el (mh-show-narrow-to-tick, mh-show-limit-map) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1759 (mh-show-sequence-menu): Add new interactive function |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1760 mh-show-narrow-to-tick callable from the show buffer and arrange |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1761 for a key binding and a menu entry. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1762 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1763 * mh-seq.el (mh-narrow-to-tick): New interactive function that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1764 narrows to the tick sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1765 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1766 * mh-e.el (mh-folder-sequence-menu, mh-limit-map): Arrange for a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1767 key binding and a menu entry for mh-narrow-to-tick. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1768 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1769 * mh-comp.el (mh-letter-mode): Enable undo since we could be |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1770 reusing a show buffer where undo is disabled (closes SF #712777). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1771 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1772 2003-03-31 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1773 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1774 * mh-e.el (mh-folder-sequence-menu): Add entry for mh-toggle-tick. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1775 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1776 * mh-utils.el (mh-show-sequence-menu): Add entry for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1777 mh-show-toggle-tick. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1778 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1779 2003-03-28 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1780 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1781 * mh-seq.el (mh-delete-seq): If the tick sequence is killed with |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1782 "S k" then the highlighting wasn't getting removed. The change |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1783 fixes this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1784 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1785 2003-03-27 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1786 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1787 * mh-e.el (mh-notate-user-sequences): Extend it so that only the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1788 messages in a part of the folder are notated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1789 (mh-delete-msg-from-seq): Extend it so that it will delete all |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1790 messages in the marked region. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1791 (mh-delete-a-msg-from-seq): New function that deletes a single |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1792 message from a sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1793 (mh-clear-text-properties): If there is a ticked unseen message |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1794 and the message is removed from the unseen list with "S d" then |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1795 unticking the message doesn't change the highlight. This change |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1796 fixes this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1797 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1798 2003-03-27 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1799 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1800 * mh-xemacs-toolbar.el (mh-xemacs-toolbar-*-icon): Use original |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1801 24x24 icons, changing background only. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1802 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1803 2003-03-27 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1804 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1805 * mh-junk.el (mh-spamassassin-identify-spammers): Remove unused |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1806 variable buffer-exists. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1807 (mh-spamassassin-identify-spammers): Remove unused variable user. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1808 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1809 * mh-customize.el (mh-junk-choose): Tweak it to remove XEmacs |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1810 compiler warning. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1811 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1812 2003-03-26 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1813 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1814 * mh-seq.el (mh-thread-print-scan-lines): Handling of a boundary |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1815 condition when messages from the last source folder had been |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1816 removed was incorrect. This caused a folder header to appear |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1817 without any messages listed under it. This change fixes this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1818 (mh-thread-forget-message): Remove the entry from the scan line |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1819 table as well. This is needed for proper display of threaded view |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1820 of index folders. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1821 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1822 2003-03-26 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1823 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1824 * Makefile, README, import-emacs, mh-alias.el, mh-comp.el, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1825 mh-customize.el, mh-e.el, mh-funcs.el, mh-identity.el, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1826 mh-index.el, mh-loaddefs.el, mh-mime.el, mh-pick.el, mh-seq.el, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1827 mh-speed.el, mh-utils.el, mh-xemacs-compat.el, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1828 mh-xemacs-toolbar.el: Removed RCS keywords per Emacs conventions |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1829 (closes SF #680731). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1830 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1831 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1832 2003-03-26 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1833 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1834 * mh-index.el: Fix commentary to mention that mairix is supported |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1835 as well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1836 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1837 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1838 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1839 * mh-utils.el (mh-show-junk-blacklist, mh-show-junk-whitelist): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1840 Interactive functions callable from the show buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1841 (mh-show-junk-map): Key bindings in show mode. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1842 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1843 * mh-e.el (mh-junk-map): Key bindings to call spam program. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1844 (mh-help-messages): Update help text. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1845 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1846 * mh-customize.el (mh-junk): New customization group for spam |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1847 program interface. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1848 (mh-junk-choice, mh-junk-function-alist, mh-junk-choose): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1849 Functions and variables that decide which junk program is used. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1850 (mh-junk-program, mh-junk-mail-folder): User customizable |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1851 variables that control the choice of spam program and the action |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1852 performed on received spam. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1853 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1854 * Makefile (MH-E-SRC): Add mh-junk.el. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1855 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1856 2003-03-26 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1857 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1858 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1859 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1860 * mh-utils.el (mh-show-toggle-tick, mh-show-mode-map): New |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1861 interactive function callable from the show buffer and a key |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1862 binding for it. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1863 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1864 * mh-seq.el (mh-delete-seq): Remove highlight from tick sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1865 (mh-put-msg-in-seq): Disable adding messages to tick sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1866 (mh-widen): Reset mh-tick-seq-changed-when-narrowed-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1867 (mh-tick-add-overlay, mh-tick-remove-overlay, mh-notate-tick) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1868 (mh-toggle-tick): New functions to highlight/unhighlight tick |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1869 sequence and the interactive function that is used to toggle |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1870 tick. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1871 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1872 * mh-e.el (mh-tick-seq-changed-when-narrowed-flag): New variable |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1873 that remembers if we are narrowed to the tick sequence. In that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1874 case the highlighting isn't shown, since it adds no extra info. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1875 (mh-folder-mode): Initialize mh-tick-seq-changed-when-narrowed-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1876 (mh-notate-user-sequences): Notate the tick sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1877 (mh-internal-seq): Treat mh-tick-seq like an internal sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1878 (mh-delete-msg-from-seq): Don't allow deletion from tick sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1879 (mh-folder-mode-map): Add key binding for "'" |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1880 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1881 * mh-customize.el (mh-tick-seq, mh-folder-tick-face): New |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1882 customizable variables that contain the name of the tick sequence |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1883 and the face to use to highlight it. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1884 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1885 2003-03-25 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1886 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1887 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1888 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1889 * mh-seq.el (mh-thread-print-scan-lines): New function which |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1890 prints out thread tree. It maintains the original folder info if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1891 the folder was created by index search (closes SF #709672). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1892 (mh-copy-seq-to-eob, mh-thread-inc, mh-thread-folder): Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1893 factored out function mh-thread-print-scan-lines. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1894 (mh-toggle-threads): Since threading is allowed in index folders |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1895 there can be lines in the folder which aren't valid message scan |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1896 lines. So it is OK for mh-get-msg-num to fail once in a while. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1897 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1898 * mh-index.el (mh-index-update-maps): Make the parsing of messages |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1899 that need to annotated with the X-MHE-Checksum header more robust. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1900 If the search yielded no results then an error was being produced. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1901 (mh-index-search): Enable automatic threading of index folders if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1902 mh-show-threads-flag is non-nil (closes SF #709667). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1903 (mh-index-next-folder): Relax error checking since index folder |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1904 can be threaded while the source folder info is visible. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1905 (mh-index-group-by-folder): New function that is used in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1906 mh-thread-folder to keep source folder info visible during |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1907 threading. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1908 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1909 2003-03-25 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1910 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1911 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1912 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1913 * mh-customize.el (mh-index-new-messages-folders): New variable |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1914 that controls which folders "F n (mh-index-new-messages)" |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1915 accesses. Was mh-flists-search-folders. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1916 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1917 * mh-index.el (mh-flists-search-folders): Still used internally, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1918 but users now use new option mh-index-new-messages-folders. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1919 Removed documentation since to avoid duplication with |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1920 mh-index-new-messages-folders. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1921 (mh-flists-recursive-search-flag): Deleted. Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1922 mh-recursive-folders-flag instead. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1923 (mh-flists-execute): Updated docs to specify which global |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1924 variables are used. Use mh-recursive-folders-flag instead of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1925 mh-flists-recursive-search-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1926 (mh-index-new-messages): Edited doc, and refer to new option |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1927 mh-index-new-messages-folders. Ditto within code. Don't need to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1928 prepend + to folder name as flists does that for us. Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1929 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1930 2003-03-24 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1931 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1932 * mh-e.el (mh-refile-msg): Add optional argument that controls |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1933 whether mh-last-destination-folder is updated or not. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1934 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1935 2003-03-22 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1936 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1937 * mh-customize.el (mh-tool-bar-define): Fix a problem in the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1938 XEmacs version which caused the show mode toolbar to have the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1939 buttons in the reverse order. Also the add-hooks are no longer |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1940 needed since mh-toolbar-init is called in the appropriate modes. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1941 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1942 * mh-comp.el (mh-letter-mode): Call mh-toolbar-init in XEmacs to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1943 initialize toolbar. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1944 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1945 * mh-utils.el (mh-show-mode): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1946 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1947 * mh-e.el (mh-folder-mode): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1948 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1949 2003-03-21 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1950 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1951 * mh-utils.el (mh-exec-cmd-env-daemon): New function which |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1952 executes a command asynchronously with its own environment. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1953 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1954 * mh-comp.el (mh-redistribute): The function has been modified so |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1955 that /bin/sh isn't used to run send. It has also been refactored |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1956 so that the same code isn't repeated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1957 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1958 2003-03-21 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1959 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1960 * mh-customize.el (mh-invisible-header-fields): Added X-Bogosity |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1961 for bogofilter. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1962 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1963 2003-03-21 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1964 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1965 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1966 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1967 * mh-xemacs-toolbar.el: Remove the code since that gets generated |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1968 when mh-tool-bar-define is expanded. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1969 (mh-xemacs-icon-map): A alist to map GNU Emacs icon names to the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1970 actual icons to be used in XEmacs. This is used in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1971 mh-tool-bar-define. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1972 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1973 * mh-customize.el (mh-toolbar): Use this group in XEmacs as well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1974 (mh-tool-bar-item-*): All these constants have been removed since |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1975 they aren't needed in the new scheme. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1976 (mh-tool-bar-reply-3-buttons-flag): This variable has been |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1977 removed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1978 (mh-tool-bar-search-function): This is now used in XEmacs as well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1979 (mh-tool-bar-folder-set, mh-tool-bar-folder-buttons-set) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1980 (mh-tool-bar-letter-buttons-set, mh-tool-bar-show-set) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1981 (mh-tool-bar-letter-set): These functions aren't defined at the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1982 top level any more. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1983 (mh-tool-bar-reply-generator): A macro to generate the required |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1984 functions for the three reply buttons. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1985 (mh-tool-bar-search, mh-tool-bar-customize) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1986 (mh-tool-bar-folder-help, mh-tool-bar-letter-help) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1987 (mh-tool-bar-reply-from, mh-show-tool-bar-reply-from) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1988 (mh-tool-bar-reply-to, mh-show-tool-bar-reply-to) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1989 (mh-tool-bar-reply-all, mh-show-tool-bar-reply-all): New |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1990 interactive functions that are called when tool bar buttons are |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1991 clicked. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1992 (mh-xemacs-use-toolbar-flag, mh-xemacs-toolbar-position): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1993 Additional customizable variables that are present only for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1994 XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1995 (mh-tool-bar-define): A macro that generates the required code |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1996 for GNU Emacs and XEmacs tool bar. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1997 (mh-tool-bar-define): Define the MH-E tool bar. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1998 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
1999 2003-03-17 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2000 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2001 * mh-seq.el (mh-notate-cur): Notate current message only if it |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2002 hasn't been marked for deletion or refiling. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2003 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2004 2003-03-15 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2005 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2006 * mh-customize.el (mh-invisible-header-fields): Added |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2007 X-Spam-Checker-Version. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2008 (mh-auto-fields-list): checkdoc fix. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2009 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2010 2003-03-12 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2011 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2012 * mh-index.el (mh-index-new-messages): If the destination folder |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2013 where the unseen messages are supposed to be copied to was |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2014 already present, but MH-E doesn't have it open, then a new folder |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2015 was being created. The change fixes this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2016 (mh-index-update-unseen, mh-flists-recursive-search-flag): Fix |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2017 checkdoc warnings. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2018 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2019 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2020 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2021 2003-03-11 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2022 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2023 * mh-index.el (mh-flists-results-folder): Subfolder under |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2024 +mhe-index where the results of the flists call is put. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2025 (mh-index-generate-pretty-name): Make sure that normal index |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2026 searching will never use the folder reserved for the flists |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2027 results. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2028 (mh-index-search): Add an extra parameter that marks all the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2029 messages in the index folder to the unseen sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2030 (mh-index-update-unseen): Function to keep unseen sequence of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2031 index folder synced with the actual folders from where the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2032 messages were copied. This works only if the unseen messages are |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2033 displayed with mh-show. Killing the unseen sequence in the index |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2034 folder or adding/removing messages to it doesn't change the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2035 unseen sequence in the source folders yet. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2036 (mh-flists-search-folders): Variable that decides the folders on |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2037 which flists is run. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2038 (mh-flists-recursive-search-flag): If non-nil, flists is passed |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2039 the -recurse option. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2040 (mh-flists-execute): Function which uses /bin/sh to execute |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2041 flists and then print out the list of message files that match. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2042 (mh-index-new-messages): New interactive function which searches |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2043 for messages in the unseen sequence (closes SF #701756). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2044 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2045 * mh-utils.el (mh-show-folder-map): Add binding for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2046 mh-index-new-messages. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2047 (mh-show-msg): Update the unseen sequence in the source folder. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2048 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2049 * mh-e.el (mh-folder-font-lock-unseen): The function assumes that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2050 the end of buffer is reached when there isn't a valid scan line |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2051 on the current line. This doesn't work in the index folder since |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2052 we have lines containing the folder name and empty lines in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2053 between the actual scan lines. The modification removes this |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2054 assumption. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2055 (mh-folder-map): Add key binding for "Fn" |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2056 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2057 * mh-seq.el (mh-iterate-on-messages-in-region): If the point is |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2058 not at the beginning of the line, then the first message in the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2059 region would be missed. The fix avoids this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2060 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2061 * mh-mime.el (mh-inline-vcard-p): Don't try to inline vcards if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2062 we don't have the right libraries. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2063 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2064 2003-03-10 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2065 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2066 * mh-e.el (mh-next-undeleted-msg, mh-previous-undeleted-msg) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2067 (mh-next-msg): Add optional argument wait-after-complaining-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2068 If non-nil and there are no undeleted messages after (or before) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2069 the current one, then pause for a second after printing out the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2070 message. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2071 (mh-refile-or-write-again): Modify call to mh-next-msg to use the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2072 wait-after-complaining-flag. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2073 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2074 2003-03-10 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2075 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2076 * mh-e.el (mh-refile-or-write-again): If mh-next-msg fails to find |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2077 a message to go to it prints out a diagnostic, which overwrites |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2078 the diagnostic about the folder the message was refiled to. The |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2079 change fixes this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2080 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2081 2003-03-09 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2082 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2083 * mh-seq.el (mh-widen, mh-narrow-to-seq): Update |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2084 mh-narrowed-to-seq before notating sequences. This is a bit |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2085 helpful for mh-tick.el. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2086 (mh-put-msg-in-seq): Fix a minor bug. No internal sequence should |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2087 be notated -- the original code was doing the right thing only for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2088 the "unseen" sequence. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2089 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2090 * mh-index.el (mh-index-choose): Add autoload cookie for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2091 mh-index-choose. This is needed for GNU Emacs 20.5. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2092 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2093 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2094 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2095 2003-03-09 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2096 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2097 * mh-mime.el (mh-display-smileys): This function originally had a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2098 test to see if font-lock-maximum-size was bound, but this was |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2099 recently removed. The test was put in for a reason; if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2100 font-lock-maximum-size isn't bound, void-variable errors would |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2101 ensue. I put the bound test back in. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2102 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2103 2003-03-08 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2104 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2105 * mh-mime.el (mh-mime-security-button-map): Use 'mh-push-button' |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2106 in XEmacs as well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2107 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2108 2003-03-07 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2109 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2110 * mh-xemacs-toolbar.el: Declare a whole bunch of stuff for GNU |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2111 Emacs, so that we don't get so many compiler warnings. Also |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2112 surround calls to set-specifier and toolbar-make-button-list with |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2113 mh-funcall-if-exists. Maybe GNU Emacs shouldn't try to compile |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2114 this file in the first place. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2115 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2116 * mh-xemacs-compat.el (mh-modeline-glyph): Declare it within |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2117 mh-do-in-xemacs to avoid compiler warning in GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2118 (mh-xemacs-push-button): Removed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2119 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2120 * mh-mime.el (mh-mime-button-map): Use the generalized |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2121 mh-push-button function. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2122 (mh-push-button): Enhance it so that it works on XEmacs too. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2123 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2124 2003-03-08 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2125 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2126 * mh-xemacs-compat.el (mh-modeline-logo): New constant holding the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2127 modeline image. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2128 (mh-modeline-glyph): Use it. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2129 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2130 2003-03-08 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2131 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2132 * mh-xemacs-toolbar.el: New file that defines and displays a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2133 toolbar in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2134 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2135 * mh-xemacs-compat.el (mh-xemacs-toolbar): Require it here. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2136 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2137 * Makefile (MH-E-SRC): Add mh-xemacs-toolbar.el. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2138 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2139 * mh-customize.el (mh-toolbar): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2140 (mh-tool-bar-letter-buttons): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2141 (mh-tool-bar-letter-buttons-set): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2142 (mh-tool-bar-folder-buttons): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2143 (mh-tool-bar-folder-buttons-set): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2144 (mh-tool-bar-search-function): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2145 (mh-tool-bar-reply-3-buttons-flag): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2146 (mh-tool-bar-item-inc): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2147 (mh-tool-bar-item-save-mime): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2148 (mh-tool-bar-item-prev-msg): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2149 (mh-tool-bar-item-page-msg): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2150 (mh-tool-bar-item-next-msg): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2151 (mh-tool-bar-item-delete): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2152 (mh-tool-bar-item-refile): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2153 (mh-tool-bar-item-undo): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2154 (mh-tool-bar-item-perform): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2155 (mh-tool-bar-item-toggle-show): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2156 (mh-tool-bar-item-reply-from): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2157 (mh-tool-bar-item-reply-to): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2158 (mh-tool-bar-item-reply-all): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2159 (mh-tool-bar-item-reply): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2160 (mh-tool-bar-item-alias): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2161 (mh-tool-bar-item-compose): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2162 (mh-tool-bar-item-rescan): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2163 (mh-tool-bar-item-repack): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2164 (mh-tool-bar-item-search): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2165 (mh-tool-bar-item-visit): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2166 (mh-tool-bar-item-prefs): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2167 (mh-tool-bar-item-help): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2168 (mh-tool-bar-item-widen): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2169 (mh-tool-bar-item-send): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2170 (mh-tool-bar-item-attach): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2171 (mh-tool-bar-item-spell): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2172 (mh-tool-bar-item-save): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2173 (mh-tool-bar-item-undo-op): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2174 (mh-tool-bar-item-kill): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2175 (mh-tool-bar-item-copy): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2176 (mh-tool-bar-item-paste): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2177 (mh-tool-bar-item-kill-draft): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2178 (mh-tool-bar-item-comp-prefs): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2179 The MH-E toolbar for XEmacs is defined differently from the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2180 GNU/Emacs version, so only define these if we're in GNU/Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2181 XEmacs doesn't need to see them and it's always good to cut down |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2182 on pollution. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2183 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2184 2003-03-08 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2185 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2186 * mh-mime.el (mh-mime-button-map): Bind the 2nd mouse button to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2187 `mh-xemacs-push-button' in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2188 (mh-mime-security-button-map): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2189 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2190 * mh-xemacs-compat.el: Shush the byte-compiler. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2191 (mh-xemacs-push-button): New function to make MIME buttons work in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2192 XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2193 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2194 2003-03-08 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2195 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2196 * mh-mime.el (mh-display-emphasis): Don't test |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2197 `font-lock-maximum-size' to see if it is bound, just test for a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2198 non-nil value. This variable can have a nil value which makes it |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2199 bound and dividing nil by 8 throws an error. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2200 This fixes a bug in MH-E under XEmacs when |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2201 `font-lock-maximum-size' is nil that prevented article emphasis |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2202 and smiley display which in turn was causing the "Flush changes in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2203 article x y/n" errors. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2204 (mh-display-smileys): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2205 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2206 2003-03-08 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2207 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2208 * mh-utils.el (mh-logo-display): Display logo in XEmacs as well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2209 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2210 * mh-xemacs-compat.el (mh-modeline-glyph): New. The MH-E modeline |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2211 logo for XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2212 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2213 2003-03-06 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2214 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2215 * mh-utils.el (mh-allow-root-folder-flag): New global variable |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2216 that decides if "+" is an acceptable folder name. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2217 (mh-folder-completion-function): Refine the test for existing |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2218 folders to take mh-allow-root-folder-flag into account. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2219 (mh-folder-completing-read, mh-prompt-for-folder): Use the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2220 allow-root-folder-flag argument of mh-prompt-for-folder and add a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2221 similar argument to mh-folder-completing-read. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2222 (mh-exec-cmd-error): Make the function nicer by using |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2223 process-environment to pass the environment variable assignments. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2224 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2225 2003-03-05 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2226 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2227 * mh-mime.el (mh-push-button): Preserve point in the show buffer |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2228 if the mouse is used to expand/contract a button. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2229 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2230 * mh-customize.el (mh-x-face-file): Mention X-Image-URL in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2231 documentation. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2232 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2233 * mh-comp.el (mh-insert-x-face): Modified to allow insertion of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2234 X-Image-URL header field. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2235 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2236 2003-03-04 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2237 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2238 * mh-utils.el (mh-face-display-function): Modified to facilitate |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2239 display of X-Image-URL images. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2240 (mh-find-path): Initialize X-Image-URL cache directory. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2241 (mh-x-image-url-cache-canonicalize, mh-x-image-url-fetch-image) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2242 (mh-x-image-scale-and-display, mh-x-image-url-display) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2243 (mh-x-image-display): New functions for X-Image-URL image display |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2244 and cache management. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2245 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2246 * mh-customize.el (mh-show-use-xface-flag): Add info about |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2247 requirements for X-Image-URL display. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2248 (mh-fetch-x-image-url): New customizable variable that controls |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2249 fetching of X-Image-URL. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2250 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2251 2003-03-04 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2252 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2253 * mh-utils.el (mh-make-local-hook): New macro which works around |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2254 API changes in add-hook. Version of GNU Emacs before 21.1 and |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2255 XEmacs require a call to make-local-hook and just the LOCAL |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2256 argument of add-hook is not sufficient. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2257 (mh-show-mode): Make kill-buffer-hook buffer local. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2258 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2259 * mh-e.el (mh-folder-mode): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2260 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2261 * mh-comp.el (mh-compose-and-send-mail): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2262 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2263 2003-03-02 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2264 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2265 * mh-mime.el (mh-push-button): Clicking on a MIME button used to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2266 cause the window with the show buffer to be selected. With this |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2267 change the selected window doesn't change. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2268 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2269 2003-03-01 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2270 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2271 * mh-speed.el (mh-speed-flists): Avoid a potential race condition. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2272 When flists is called manually, or when an unseen message is read, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2273 mh-speed-partial-line was not reinitialized. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2274 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2275 * mh-e.el (mh-visit-folder): If mh-visit-folder is used to visit |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2276 the folder currently being visited (effectively doing a rescan) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2277 then mh-previous-window-config is erroneously set. The change |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2278 fixes this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2279 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2280 * mh-customize.el (mh-index-show-hook): Remove unused variable. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2281 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2282 2003-02-28 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2283 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2284 * mh-e.el (mh-scan-folder): Call mh-reset-threads-and-narrowing |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2285 only after the user has replied to question. This avoids premature |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2286 clearing of the folder. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2287 (mh-rescan-folder, mh-visit-folder): Remove calls to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2288 mh-reset-threads-and-narrowing since it is now called in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2289 mh-scan-folder anyway. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2290 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2291 * mh-funcs.el (mh-sort-folder): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2292 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2293 2003-02-26 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2294 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2295 * mh-alias.el (mh-alias-alist): Change initial value to a symbol, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2296 so that it is different from the empty list, which could also |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2297 mean that there are no aliases. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2298 (mh-alias-reload-maybe): Change test so that empty alist of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2299 aliases is properly handled (closes SF #693859). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2300 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2301 2003-02-25 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2302 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2303 * mh-mime.el (mh-decode-message-header): The message header could |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2304 be encoded, for instance the author's name could contain |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2305 characters not in ASCII. This function will decode such header |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2306 fields. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2307 (mh-mm-inline-message): Use mh-decode-message-header. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2308 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2309 * mh-utils.el (mh-display-msg): Use mh-decode-message-header. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2310 (mh-message-number-width): Use mh-scan-prog instead of "scan". |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2311 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2312 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2313 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2314 2003-02-24 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2315 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2316 * mh-utils.el (mh-truncate-log-buffer): Refine it so that the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2317 function will do the right thing even if called from a buffer |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2318 other than mh-log-buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2319 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2320 2003-02-22 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2321 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2322 * mh-alias.el (mh-alias-add-alias): Really fix SF #690216. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2323 This functions needs to strip brackets on standalone addresses as |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2324 well. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2325 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2326 2003-02-21 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2327 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2328 * mh-xemacs-compat.el (replace-regexp-in-string): Remove the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2329 definition since it isn't used any more. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2330 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2331 2003-02-20 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2332 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2333 * mh-alias.el (mh-alias-which-file-has-alias): Bug fix. Needed to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2334 specify `noerror' on search. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2335 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2336 * mh-alias.el (mh-alias-suggest-alias): Add condition for input |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2337 string being an email address in brackets. We need to strip out |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2338 the brackets. (closes SF #690216) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2339 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2340 2003-02-20 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2341 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2342 * mh-pick.el (mh-search-folder): The function was setting the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2343 global value of the variables mh-current-folder and |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2344 mh-previous-window-config. This can lead to problems in code which |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2345 assumes that these variables are nil when we aren't in a folder |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2346 buffer. So make the variables local before setting them. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2347 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2348 2003-02-19 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2349 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2350 * mh-mime.el (mh-mime-display): All the MIME display code has been |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2351 wrapped in a condition-case so that if something goes wrong, the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2352 raw message will be displayed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2353 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2354 * mh-funcs.el (mh-undo-folder): Comment out call to sit-for that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2355 seems unnecessary. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2356 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2357 * mh-e.el (mh-scan-folder): Messages marked for deletion or |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2358 refiling weren't getting annotated properly. The change fixes |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2359 this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2360 (mh-process-or-undo-commands): Change prompt to reflect what |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2361 really happens in the code. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2362 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2363 2003-02-18 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2364 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2365 * mh-comp.el (mh-folder-expand-at-point): The function |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2366 mail-abbrev-complete-alias often returns nil. This had the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2367 unfortunate consequence of always causing an error. The change |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2368 fixes this. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2369 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2370 * mh-alias.el (mh-alias-canonicalize-suggestion): New function |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2371 which obviates the our need replace-regexp-in-string. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2372 (mh-alias-suggest-alias): Use mh-alias-canonicalize-suggestion to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2373 eliminate calls to replace-regexp-in-string. This avoids problems |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2374 in Emacs20. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2375 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2376 * mh-utils.el (mh-notate): Handle the case when nil is passed as |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2377 notation gracefully. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2378 (mh-speed-flists-active-p): New function that returns non-nil if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2379 flists is being used in the speedbar to update message counts. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2380 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2381 * mh-seq.el (mh-put-msg-in-seq): Fix a bug which made it |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2382 impossible to add messages to the unseen sequence. Also adding |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2383 messages to the unseen sequence will now update the speedbar |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2384 message counts immediately. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2385 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2386 * mh-e.el (mh-get-new-mail, mh-process-commands) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2387 (mh-undefine-sequence): Update speedbar message counts, if the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2388 speedbar is active and is displaying message counts. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2389 (mh-delete-msg-from-seq): In addition to updating message counts, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2390 unhighlight the message so that interactively removing messages |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2391 from the unseen sequence makes the bold highlight of unseen |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2392 messages in the scan buffer go away. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2393 (mh-clear-text-properties): New function that removes all text |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2394 properties from the current scan line. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2395 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2396 2003-02-15 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2397 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2398 * mh-utils.el (mh-face-display-function): Wrap call of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2399 insert-image in mh-funcall-if-exists. This avoids a compiler |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2400 warning in Emacs20. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2401 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2402 * mh-speed.el (mh-speed-flists): Weaken test a bit to avoid |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2403 compiler warning in Emacs20. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2404 (mh-speedbar-change-expand-button-char): Wrap call of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2405 speedbar-insert-image-button-maybe in mh-funcall-if-exists. This |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2406 function isn't present in the speedbar that ships with Emacs20, so |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2407 calling it there causes an error. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2408 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2409 * mh-seq.el (mh-msg-is-in-seq): Adjust loop call a bit to avoid |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2410 compiler warning in XEmacs. The XEmacs compiler should be improved |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2411 so that such spurious warnings from builtin macros are suppressed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2412 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2413 * mh-index.el (mh-index-search): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2414 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2415 * mh-e.el (tool-bar-mode): The declaration is needed for Emacs20 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2416 too. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2417 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2418 * mh-comp.el (mailabbrev): Try loading it any way. Some day XEmacs |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2419 will get it and then MH-E will just use it. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2420 (tool-bar-mode, tool-bar-map): These declarations are needed for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2421 Emacs20 too. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2422 (mh-mail-abbrev-make-syntax-table, mh-folder-expand-at-point): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2423 Remove mh-mail-abbrev-make-syntax-table since mh-funcall-if-exists |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2424 can be used instead. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2425 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2426 * mh-alias.el (require): Avoid autoloading functions that may not |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2427 be defined. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2428 (mh-read-address, mh-alias-letter-expand-alias): Rewrite using |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2429 mh-funcall-if-exists. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2430 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2431 2003-02-15 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2432 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2433 * mh-loaddefs.el: Regenerated. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2434 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2435 * mh-speed.el (mh-folder-speedbar-buttons, mh-speed-add-buttons) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2436 (mh-speed-toggle): Reuse markers instead of creating more of them. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2437 (mh-speed-flists-folder, mh-speed-flists): Add optional folder |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2438 argument to mh-speed-flists so that message counts are updated |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2439 only for that one folder. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2440 (mh-speed-parse-flists-output): If no change in counts then avoid |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2441 consing. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2442 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2443 * mh-index.el (mh-index-execute): Rewritten to use a temporary |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2444 buffer that is not left behind. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2445 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2446 * mh-funcs.el (mh-store-buffer): Use mh-log-buffer instead of the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2447 special purpose *Store Output* buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2448 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2449 2003-02-14 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2450 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2451 * mh-customize.el (mh-show-xface-face): Make it always be black |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2452 foreground on a white background (the reverse of that can make |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2453 some X-Face images look creepy). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2454 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2455 * mh-utils.el (mh-truncate-log-buffer): Modify the function to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2456 return the current size of mh-log-buffer. Also we are now a bit |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2457 more careful in adding separators between consecutive messages. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2458 (mh-exec-cmd): Fix a bug where the the log buffer would be |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2459 displayed even if no error happened in the current command but |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2460 the log buffer had messages from a previous error. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2461 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2462 * mh-mime.el (mh-mime-save-parts): Use mh-log-buffer to show |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2463 error messages. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2464 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2465 * mh-alias.el (mh-alias-local-users): Add a space between parens. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2466 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2467 2003-02-14 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2468 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2469 * mh-utils.el (mh-face-display-function): Call |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2470 `x-face-xmas-wl-display-x-face' using `mh-funcall-if-exists'. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2471 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2472 * mh-xemacs-compat.el (replace-regexp-in-string): New. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2473 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2474 2003-02-13 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2475 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2476 * mh-utils.el (mh-log-buffer-lines): New variable that keeps |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2477 track of the number of lines to keep in mh-log-buffer. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2478 (mh-truncate-log-buffer): New function that is used to make sure |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2479 that the log buffer doesn't grow to unbounded size. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2480 (mh-exec-cmd, mh-exec-cmd-daemon, mh-handle-process-error): Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2481 mh-truncate-log-buffer instead of erase-buffer to keep some |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2482 number of previous log messages around (closes SF #685476). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2483 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2484 2003-02-13 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2485 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2486 * mh-e.el (tool-bar-mode): Declare it in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2487 (mh-folder-mode): Use mh-funcall-if-exists to call hl-line-mode. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2488 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2489 * mh-utils.el (mh-funcall-if-exists): New macro that calls a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2490 function only if it exists. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2491 (mh-logo-display, mh-defun-show-buffer): Use mh-funcall-if-exists |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2492 to call the functions find-image and deactivate-mark. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2493 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2494 * mh-mime.el (mh-mime-cleanup, mh-small-image-p) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2495 (mh-mm-display-part): Use mh-funcall-if-exists to call the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2496 functions image-size and remove-images. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2497 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2498 * mh-comp.el (tool-bar-map, tool-bar-mode): Declare the variables |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2499 in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2500 (mh-folder-expand-at-point): Use mh-funcall-if-exists to call |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2501 mail-abbrev-complete-alias if it exists. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2502 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2503 * mh-alias.el (mh-read-address): Use mh-funcall-if-exists for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2504 future extensibility. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2505 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2506 2003-02-13 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2507 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2508 * mh-utils.el (mh-logo-display): The function find-image is |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2509 present only in GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2510 (mh-defun-show-buffer): The function deactivate-mark is present |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2511 only in GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2512 (default-enable-multibyte-characters): Declare it in XEmacs to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2513 avoid compiler warning. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2514 (mh-face-display-function): Avoid inserting space if there isn't |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2515 any Face or X-Face header field to display. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2516 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2517 * mh-seq.el (mh-thread-last-ancestor): Move declaration of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2518 variable before its first use to silence XEmacs warning. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2519 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2520 * mh-mime.el (default-enable-multibyte-characters, dots, type): |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2521 Declare these in XEmacs to remove compiler warnings in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2522 (mh-mime-cleanup, mh-mm-display-part): Call remove-images only in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2523 GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2524 (mh-small-image-p): Call image-size only in GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2525 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2526 * mh-index.el (mh-mairix-next-result): Fix a bug where a quote |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2527 was missing. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2528 (mh-swish++-regexp-builder): Remove the unused binding meta. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2529 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2530 * mh-e.el (mh-folder-size): Pass on an extra value to remove |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2531 XEmacs warning. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2532 (mh-folder-mode): Surround calls to hl-line-mode and |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2533 tool-bar-mode with mh-do-in-gnu-emacs since these functions |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2534 aren't present in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2535 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2536 * mh-customize.el (mh-tool-bar-show-set, mh-tool-bar-letter-set) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2537 (mh-tool-bar-folder-set): These functions call tool-bar-* |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2538 functions which are present only in GNU Emacs. So surround them |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2539 with mh-do-in-gnu-emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2540 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2541 * mh-comp.el (mh-letter-mode, mh-folder-expand-at-point): Only |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2542 call these functions in GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2543 (mail-abbrevs): Declare it in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2544 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2545 * mh-alias.el (mh-read-address): Call completing-read-multiple |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2546 only in GNU Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2547 (mail-abbrevs): Declare it in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2548 (mh-alias-add-alias-to-file): Remove unused code. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2549 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2550 2003-02-14 Ville Skyttä <scop@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2551 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2552 * mh-comp.el: Add autoloaded auto-mode-alist association. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2553 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2554 2003-02-13 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2555 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2556 * mh-utils.el (mh-face-display-function): Make the XEmacs part a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2557 little simpler. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2558 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2559 2003-02-14 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2560 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2561 * mh-customize.el (mh-show-xface-face): XEmacs doesn't have the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2562 ':inherit' keyword for defface, rewrite with sane defaults. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2563 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2564 * mh-utils.el (mh-face-display-function): Fix bug that was |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2565 corrupting xface images when displayed with XEmacs' internal |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2566 xface image support. Also make XEmacs honour 'mh-show-xface-face' |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2567 when using internal xface image support. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2568 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2569 2003-02-12 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2570 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2571 * mh-comp.el (mh-modify-header-field): New function. To header |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2572 FIELD add VALUE. If OVERWRITE-FLAG is non-nil then the old value, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2573 if present, is discarded. This is more flexible than before. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2574 (mh-insert-auto-fields): Use it. This and the new function are a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2575 courtesy of Satyaki. Thanks! |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2576 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2577 * mh-customize.el (mh-auto-fields-list): Doc tweaks suggested by |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2578 Bill. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2579 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2580 2003-02-12 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2581 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2582 * mh-comp.el (mh-folder-expand-at-point): Tweak the error |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2583 message. Completion in the Fcc header field is only supported in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2584 GNU Emacs 21. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2585 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2586 2003-02-12 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2587 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2588 * mh-customize.el (mh-auto-fields-list): Reorder after |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2589 `mh-identity-list' since it needs it to be defined. Move to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2590 mh-identity customization group. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2591 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2592 2003-02-11 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2593 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2594 * mh-customize.el (mh-insert-mail-followup-to-flag): Removed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2595 Obsolete. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2596 (mh-insert-mail-followup-to-list): Removed. Obsolete. Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2597 `mh-auto-fields-list' instead, which is a more general solution. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2598 (mh-auto-fields-list): New defcustom. Alist of addresses for |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2599 which header lines are automatically inserted. Replaces |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2600 `mh-insert-mail-followup-to-list'. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2601 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2602 * mh-comp.el (mh-insert-mail-followup-to): Removed. Obsolete. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2603 (mh-insert-auto-fields): New function. Insert custom fields if To |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2604 or Cc match `mh-auto-fields-list', replacing |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2605 mh-insert-mail-followup-to with a more general solution. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2606 (mh-compose-and-send-mail): Call mh-insert-auto-fields instead of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2607 mh-insert-mail-followup-to. Also don't call mh-insert-identity to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2608 insert default setting if mh-insert-auto-fields inserted an |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2609 identity. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2610 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2611 2003-02-11 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2612 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2613 * mh-utils.el (mh-show-xface-function): Try to load the external |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2614 x-face library only if XEmacs doesn't have xface support. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2615 (mh-face-display-function): Renamed. Also handle various |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2616 permutations of x-face and xface support in XEmacs better. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2617 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2618 * mh-customize.el (mh-show-use-xface-flag): Any emacs whose |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2619 major version is greater than or equal to 21 supports display of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2620 X-Face and Face header fields. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2621 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2622 2003-02-11 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2623 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2624 * mh-utils.el (mh-do-in-gnu-emacs, mh-do-in-xemacs): Macros that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2625 execute code only in GNU Emacs and XEmacs respectively. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2626 (mh-emacs21-face-display-function): Refactor to make it slightly |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2627 nicer. Get rid of compiler warnings in GNU Emacs by using the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2628 above macros. Also check for presence of xface feature (in XEmacs |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2629 specific code) before trying to display X-Face header field image. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2630 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2631 2003-02-11 Steve Youngs <youngs@xemacs.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2632 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2633 * mh-customize.el (mh-show-use-xface-flag): If using XEmacs and |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2634 can't find the external x-face pkg still enable X-Face images if |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2635 feature 'xface is present. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2636 Update the doc string. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2637 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2638 * mh-utils.el (mh-emacs21-face-display-function): Make it work in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2639 XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2640 (mh-show-xface-function): If using XEmacs without xface support, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2641 use x-face.el pkg. If using XEmacs with xface support, or Emacs |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2642 21, use mh-emacs21-face-display-function. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2643 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2644 2003-02-11 Mark D. Baushke <mdb@gnu.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2645 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2646 * mh-customize.el (mh-invisible-header-fields): Add |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2647 "X-Notes-Item:" which is generated by Lotus Notes Domino. See |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2648 URL<http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2649 /f4b82fbb75e942a6852566ac0037f284/5eda03c647f879c285256c1d00396051 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2650 ?OpenDocument&Highlight=0,x-notes-item> for details on how Domino |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2651 users may disable (restore the default) generation of these headers. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2652 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2653 2003-02-10 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2654 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2655 * mh-comp.el (mh-folder-expand-at-point): Add function doc string |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2656 and produce a nicer error message for Emacs versions that lack |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2657 mail-abbrev-complete-alias. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2658 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2659 * mh-utils.el (mh-handle-process-error): Check doc fix. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2660 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2661 * mh-e.el (mh-folder-from-address): Same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2662 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2663 2003-02-10 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2664 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2665 * mh-comp.el: require mailabbrev, except in XEmacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2666 (mh-mail-abbrev-make-syntax-table): New defmacro to call |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2667 mail-abbrev-make-syntax-table introduced in Emacs21. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2668 (mh-folder-expand-at-point): Handle nested folders. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2669 All of the above was written by Satyaki. I just applied the patch |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2670 and tested. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2671 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2672 2003-02-09 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2673 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2674 * mh-comp.el: Fixes to keep the byte compiler happy. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2675 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2676 * mh-customize.el (mh-invisible-header-fields): Modified to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2677 remove space after ":" in header field names. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2678 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2679 2003-02-09 Peter S Galbraith <psg@mixed.dyndns.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2680 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2681 * mh-comp.el (mh-letter-complete): Add completion for fcc lines. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2682 (mh-folder-expand-at-point): Do completion at point for folder |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2683 name. Like `mh-alias-letter-expand-alias' for aliases, it doesn't |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2684 work on XEmacs because it relies on `mail-abbrev-complete-alias' |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2685 to do completion. Maybe Steve could update XEmacs' mailabbrev.el? |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2686 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2687 2003-02-09 Peter S Galbraith <psg@debian.org> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2688 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2689 * mh-customize.el (mh-invisible-header-fields): Remove trailing |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2690 space in "X-Face: " and "Face: " entries since those line often |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2691 break there. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2692 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2693 2003-02-08 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2694 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2695 * mh-utils.el (mh-emacs21-face-display-function): Use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2696 mh-show-xface-face to colorize X-Face image. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2697 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2698 * mh-customize.el (mh-invisible-header-fields): Add extra headers |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2699 to ignore. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2700 (mh-show-xface-face): Allow customization of the X-Face colors. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2701 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2702 2003-02-07 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2703 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2704 * mh-utils.el (mh-uncompface-executable, mh-uncompface): Remember |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2705 the path of the uncompface executable so that we don't need to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2706 search for it every time. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2707 (mh-emacs21-face-display-function): If more than one X-Face (or |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2708 Face) header field was present then the fields would get |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2709 concatenated, leading to garbled output. The change only displays |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2710 the first image. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2711 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2712 * mh-customize.el (mh-x-face-file): Change documentation since it |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2713 can now be used to insert a Face header field. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2714 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2715 * mh-comp.el (mh-insert-x-face): Generalized to allow insertion |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2716 of Face header field. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2717 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2718 2003-02-06 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2719 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2720 * mh-utils.el (mh-emacs21-face-display-function): Updated |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2721 docstring. It is a common mistake to refer to a header field as a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2722 header. The term header refers to the entire header while the term |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2723 header field refers to a single field. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2724 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2725 * mh-customize.el (mh-show-use-xface-flag): Ditto. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2726 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2727 2003-02-06 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2728 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2729 * mh-utils.el (mh-show-xface-function): Modified to use |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2730 mh-emacs21-face-display-function if we are running GNU Emacs 21. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2731 (mh-face-to-png): New function to convert a Face header to a png |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2732 image. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2733 (mh-uncompface): New function which converts an X-Face header to |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2734 a pbm image. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2735 (mh-icontopbm): New function that does the job of icontopbm. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2736 (mh-emacs21-face-display-function): New function that displays |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2737 Face/X-Face image in GNU Emacs 21. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2738 (mh-show-xface): Modified to test if we are running in X. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2739 Otherwise face display is suppressed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2740 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2741 * mh-customize.el (mh-show-use-xface-flag): Tweak it, now that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2742 MH-E supports face display natively on Emacs 21. Also remove the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2743 check for window-system since it doesn't belong in a customizable |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2744 variable. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2745 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2746 2003-02-06 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2747 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2748 * mh-utils.el (sendmail): Require it so that XEmacs can find |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2749 rfc822-goto-eoh. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2750 (mh-mail-header-end): A substitute for mail-header-end that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2751 doesn't widen the buffer. This is essential to avoid problems when |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2752 dealing with nested messages. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2753 (mh-in-header-p, mh-letter-header-font-lock) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2754 (mh-header-field-font-lock, mh-show-font-lock-fontify-region) |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2755 (mh-show-unquote-From): Use mh-mail-header-end instead of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2756 mail-header-end. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2757 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2758 * mh-mime.el (mh-decode-message-body): same as above (closes SF |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2759 #681518). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2760 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2761 * mh-comp.el (mh-yank-cur-msg): same as above. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2762 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2763 2003-02-05 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2764 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2765 * mh-utils.el (mh-display-msg): Call mh-show-mode before invisible |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2766 headers are cleaned. This means that any surviving X-Face header |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2767 can be removed unconditionally in mh-clean-msg-header. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2768 (mh-clean-msg-header): Since the function is now called with a |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2769 read-only buffer, make the buffer temporarily writable. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2770 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2771 * mh-mime.el (mh-mm-inline-message): Do X-Face display before |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2772 invisible headers are removed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2773 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2774 * mh-customize.el (mh-invisible-headers): Simplified since the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2775 X-Face header isn't treated specially any more. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2776 (mh-invisible-header-fields): Add Face: and X-Face: to list of |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2777 invisible headers. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2778 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2779 * mh-mime.el (mh-mime-display): If body is empty the headers would |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2780 be treated like the body. The change fixes this (closes SF #681162). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2781 (mh-mime-display): This change really fixes the above problem. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2782 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2783 2003-02-04 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2784 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2785 * mh-utils.el (mh-current-folder-name): Global variable that |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2786 keeps track of current folder. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2787 (mh-normalize-folder-name): Substitute @ with |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2788 mh-current-folder-name (closes SF #666774). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2789 (mh-prompt-for-folder): Bind mh-current-folder-name. Also |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2790 invalidate cache if we are visiting a folder that wasn't found in |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2791 the sub-folder cache. This is an indication that folders may have |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2792 been created outside of MH-E and so the cache may be stale. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2793 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2794 2003-02-03 Satyaki Das <satyaki@theforce.stanford.edu> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2795 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2796 * mh-utils.el (mh-decode-content-transfer-encoded-message): Removed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2797 (mh-display-msg): Remove the use of the above function. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2798 (mh-normalize-folder-name): Leading "/" characters were being |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2799 lost. The change fixes this (closes SF #676890). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2800 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2801 * mh-mime.el (mh-decode-message-body): New function, factored out |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2802 from mh-mime-display and enhanced, to decode message based on |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2803 charset and content-transfer-encoding. This eliminates the need |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2804 for the external mimencode (closes SF #674857). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2805 (mh-mime-display): Use mh-decode-message-body. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2806 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2807 * mh-e.el (mh-header-display): Don't need the binding since the |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2808 variable isn't present any more. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2809 (mh-inc-folder): Avoid calling mh-show if point is not on a valid |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2810 scan line (closes SF #678115). |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2811 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2812 * mh-customize.el |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2813 (mh-decode-content-transfer-encoded-message-flag): Removed. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2814 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2815 2003-02-03 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2816 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2817 * import-emacs: MH-E now has its own directory in Emacs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2818 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2819 * mh-e.el: (mh-version): Set to 7.2+cvs. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
2820 |
49578 | 2821 2003-02-03 Bill Wohler <wohler@newt.com> |
2822 | |
2823 * Released MH-E version 7.2. | |
2824 | |
2825 * MH-E-NEWS, README: Updated for release 7.2. | |
2826 | |
2827 * mh-e.el (Version, mh-version): Updated for release 7.2. | |
2828 | |
2829 2003-02-03 Bill Wohler <wohler@newt.com> | |
2830 | |
2831 * Makefile (dist): mkdir needs to happen *before* files are | |
2832 copied. | |
2833 | |
2834 * MH-E-NEWS: Fixed some awkward verbiage. | |
2835 | |
2836 2003-02-02 Bill Wohler <wohler@newt.com> | |
2837 | |
2838 * mh-customize.el (mh-invisible-headers): Surround regexp-opt | |
2839 expression in parens to avoid problems viewing certain messages. | |
2840 | |
2841 2003-01-30 Satyaki Das <satyaki@theforce.stanford.edu> | |
2842 | |
2843 * mh-speed.el (mh-speed-flists): Search for flists in mh-progs. | |
2844 The original was inadvertently searching for flists in the user's | |
2845 path. | |
2846 | |
2847 2003-01-27 Bill Wohler <wohler@newt.com> | |
2848 | |
2849 * mh-customize.el (mh-default-folder-must-exist-flag): Changed | |
2850 default to t according to the principle of least surprise. | |
2851 | |
2852 2003-01-26 Bill Wohler <wohler@newt.com> | |
2853 | |
2854 * mh-utils.el: Checkdoc fixes. | |
2855 | |
2856 * mh-pick.el (mh-do-search, mh-search-folder): Checkdoc fixes. | |
2857 | |
2858 * mh-loaddefs.el: Regenerated (lm-verify fixes). | |
2859 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
2860 * mh-index.el (mh-mairix-next-result): Checkdoc fixes. |
49578 | 2861 |
2862 * mh-alias.el: lm-verify fix. | |
2863 | |
2864 * Makefile (MH-E-SRC): Added ChangeLog, now that Emacs has a | |
2865 lisp/mh-e directory. | |
2866 (MH-E-ETC-ETC): Removed ChangeLog. | |
2867 (dist): Moved creation of mail directory next to copy of files | |
2868 into mail directory. | |
2869 (install-emacs): Copy $(MH-E-SRC) into new directory | |
2870 $(EMACS_HOME/lisp/mh-e. | |
2871 (MH-E-SRC): Moved ChangeLog into new variable MH-E-OTHERS and | |
2872 include MH-E-LOADDEFS there too. | |
2873 (mh-loaddefs.el): Added lines so that lm-verify passes. | |
2874 (dist, install-emacs): Use MH-E-OTHERS instead of MH-E-LOADDEFS. | |
2875 | |
2876 2003-01-26 Jeffrey C Honig <jch@honig.net> | |
2877 | |
2878 * mh-comp.el (mh-tidy-draft-buffer, mh-compose-and-send-mail): | |
2879 Rename mh-kill-draft-hook to mh-tidy-draft-buffer. | |
2880 | |
2881 2003-01-25 Jeffrey C Honig <jch@honig.net> | |
2882 | |
2883 * mh-utils.el (mh-exec-cmd, mh-exec-cmd-daemon) | |
2884 (mh-process-daemon): Use mh-log-buffer for the output of commands | |
2885 from mh-exec-cmd. | |
2886 | |
2887 * mh-utils.el (mh-temp-folders-buffer): Sequences and folders | |
2888 loose the -temp from their buffer names as they are interesting to | |
2889 the user. | |
2890 | |
2891 * mh-seq.el (mh-list-sequences): New name, mh-sequences-buffer as | |
2892 it is intended to be interesting to the user. | |
2893 | |
2894 * mh-funcs.el (mh-list-folders): New name, mh-folders-buffer as it | |
2895 is intended to be interesting to the user. | |
2896 | |
2897 * mh-comp.el (mh-check-whom, mh-compose-and-send-mail): Use | |
2898 mh-recipients-buffer constant. Add a kill buffer hook to delete | |
2899 the recipients buffer when a draft buffer is killed. | |
2900 | |
2901 2003-01-25 Satyaki Das <satyaki@theforce.stanford.edu> | |
2902 | |
2903 * mh-customize.el (mh-customize): New interactive argument | |
2904 deletes other windows. | |
2905 (mh-tool-bar-show-set, mh-tool-bar-letter-set) | |
2906 (mh-tool-bar-folder-set): Modified so that clicking the customize | |
2907 and help buttons deletes the other windows in the frame. | |
2908 | |
2909 * mh-mime.el (mh-mm-inline-message): Remove unused code. | |
2910 | |
2911 * mh-seq.el (mh-notate-deleted-and-refiled): Fix a small bug where | |
2912 the wrong notation was being used. | |
2913 (mh-toggle-threads): The function had a bug if you did the | |
2914 following starting from an unthreaded wide folder: | |
2915 (1) Create a sequence with S p | |
2916 (2) Narrow to new sequence with S n | |
2917 (3) Thread narrowed folder with T t | |
2918 (4) Kill sequence with S k | |
2919 (5) Unthread narrowed folder with T t | |
2920 At this point we would have an empty folder. The change fixes | |
2921 this. | |
2922 (mh-toggle-threads): Fix documentation. | |
2923 | |
2924 * mh-customize.el (mh-invisible-header-fields): Add | |
2925 X-MHE-Checksum to invisible headers. | |
2926 | |
2927 * mh-comp.el (mh-insert-x-mailer): Slightly more informative | |
2928 X-Mailer header. | |
2929 | |
2930 2003-01-24 Satyaki Das <satyaki@theforce.stanford.edu> | |
2931 | |
2932 * mh-e.el (mh-header-display): Modified so that quoted-printable | |
2933 or base64 encoded messages are left untouched. | |
2934 | |
2935 * mh-utils.el (mh-decode-content-transfer-encoded-message): Munge | |
2936 the Content-Transfer-Encoding header so that the MIME decoding | |
2937 routines of Gnus doesn't get confused. | |
2938 (mh-display-msg): Use insert-file-contents-literally so that | |
2939 display will work for non-ascii. | |
2940 | |
2941 * mh-mime.el (mh-mime-display): Use charset info to decode | |
2942 message file (closes SF #655123). | |
2943 | |
2944 2003-01-24 Bill Wohler <wohler@newt.com> | |
2945 | |
2946 * mh-alias.el (mh-alias-add-alias-to-file): Removed period from | |
2947 error message and added parens around error function. | |
2948 | |
2949 2003-01-24 Satyaki Das <satyaki@theforce.stanford.edu> | |
2950 | |
2951 * mh-customize.el (mh-decode-quoted-printable-flag): Removed. | |
2952 (mh-decode-content-transfer-encoded-message-flag): This replaces | |
2953 mh-decode-quoted-printable-flag. | |
2954 | |
2955 * mh-utils.el (mh-decode-content-transfer-encoded-message): New | |
2956 function which handles messages that are encoded as base64 or | |
2957 quoted-printable (closes SF #674190). | |
2958 (mh-decode-quoted-printable): Removed. | |
2959 (mh-display-msg): Use mh-decode-content-transfer-encoded-message | |
2960 instead of mh-decode-quoted-printable. | |
2961 | |
2962 2003-01-23 Satyaki Das <satyaki@theforce.stanford.edu> | |
2963 | |
2964 * mh-seq.el (mh-thread-generate-scan-lines): Fix a little bug | |
2965 that would occasionally cause angles ('<' and '>') to appear at | |
2966 root level. | |
2967 | |
2968 2003-01-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
2969 | |
2970 * mh-seq.el (mh-notate-cur): Enable overlay arrow display in text | |
2971 mode too. | |
2972 | |
2973 * mh-e.el (mh-folder-mode): Initialize overlay-arrow-string so | |
2974 that a '>' is displayed in text mode. | |
2975 | |
2976 2003-01-20 Satyaki Das <satyaki@theforce.stanford.edu> | |
2977 | |
2978 * mh-utils.el (mh-scan-msg-overflow-regexp): Change the variable | |
2979 so that a space is always maintained in the beginning of the scan | |
2980 line. | |
2981 | |
2982 * mh-seq.el (mh-notate-seq, mh-notate-cur): Make the functions | |
2983 faster by cutting down on the use of mh-goto-msg. | |
2984 (mh-toggle-threads): Add call to mh-notate-cur, since inserting | |
2985 the folder names in a search results folder screws up the | |
2986 location of the overlay arrow. | |
2987 | |
2988 * mh-index.el (mh-index-delete-folder-headers): Position the | |
2989 point on a message line if possible. | |
2990 | |
2991 * mh-funcs.el (mh-copy-msg): Use the mh-iterate macro to make the | |
2992 function faster. | |
2993 | |
2994 * mh-e.el (mh-scan-folder): Reuse mh-notate-deleted-and-refiled. | |
2995 | |
2996 * mh-loaddefs.el: Regenerated. | |
2997 | |
2998 * mh-utils.el (mh-add-msgs-to-seq): Add a new parameter that | |
2999 suppresses the annotation of the sequence since it is | |
3000 inefficient. | |
3001 | |
3002 * mh-seq.el (mh-delete-seq): Speed up the part of the function | |
3003 that removes the sequence notation. | |
3004 (mh-put-msg-in-seq, mh-notate-deleted-and-refiled): Use | |
3005 mh-iterate-on-messages-in-region to make the function fasters when | |
3006 operating on regions. The key idea is to loop over the folder | |
3007 buffer exactly once and do all annotations. The existing algo | |
3008 would walk over the buffer multiple times thereby slowing things | |
3009 down. | |
3010 (mh-iterate-on-messages-in-region): Added an extra parameter which | |
3011 is bound to the message index as the loop is executed. | |
3012 (mh-region-to-msg-list, mh-thread-delete, mh-thread-refile): Use | |
3013 the new mh-iterate-on-messages-in-region macro. | |
3014 | |
3015 * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg, mh-undo): Same | |
3016 as above. | |
3017 (mh-notate-user-sequences): Change algorithm to make notating of | |
3018 user sequences fast. | |
3019 | |
3020 2003-01-19 Satyaki Das <satyaki@theforce.stanford.edu> | |
3021 | |
3022 * mh-logo.xpm: New image file that contains the MH-E logo. | |
3023 Change foreground color to the blue in the MH-E logo. | |
3024 | |
3025 * Makefile (MH-E-IMG): Add mh-logo.xpm to list of image files. | |
3026 | |
3027 * mh-utils.el (mh-show-buffer-mode-line-buffer-id): Adjust it to | |
3028 keep space in the beginning for the logo. | |
3029 (mh-logo-cache): New variable that caches the logo image file | |
3030 location. | |
3031 (mh-logo-display): Display the MH-E logo on the mode line. | |
3032 (mh-display-msg): Display logo in mh-show-mode. | |
3033 | |
3034 * mh-e.el (mh-make-folder-mode-line): Display logo in | |
3035 mh-folder-mode. | |
3036 | |
3037 * mh-comp.el (mh-compose-and-send-mail): Display logo in | |
3038 mh-letter-mode. | |
3039 | |
3040 * mh-loaddefs.el: Regenerated. | |
3041 | |
3042 * mh-seq.el (mh-iterate-on-messages-in-region): New macro to | |
3043 iterate on all messages in a region. | |
3044 (mh-region-to-msg-list): Simplified since it uses | |
3045 mh-iterate-on-messages-in-region now. | |
3046 | |
3047 * mh-e.el (mh-delete-msg, mh-refile-msg): Change interactive spec | |
3048 to pass the region that is to be deleted when appropriate. | |
3049 (mh-delete-msg-no-motion, mh-refile-msg, mh-undo): Operate on | |
3050 regions directly without creating the list of messages to be | |
3051 deleted/refiled. | |
3052 (mh-delete-a-msg, mh-refile-a-msg, mh-undo-msg): The msg | |
3053 parameter in these functions can now be nil. If so, the current | |
3054 message is deleted, refiled or undone respectively. Avoids the | |
3055 use of mh-goto-msg in this case and speeds up operations on | |
3056 regions quite a bit. | |
3057 | |
3058 2003-01-19 Peter S Galbraith <psg@debian.org> | |
3059 | |
3060 * mh-alias.el (mh-read-address): Bug Fix. In XEmacs and Emacs20, | |
3061 it would always prompt using "To: " instead of using the command | |
3062 argument (closes SF #670913). | |
3063 | |
3064 2003-01-19 Satyaki Das <satyaki@theforce.stanford.edu> | |
3065 | |
3066 * mh-utils.el (mh-folder-completion-function): If there is a | |
3067 +foo/bar folder and the user types foo//bar then the completion | |
3068 function would say a match happened without showing the | |
3069 normalized folder name. This change fixes that. | |
3070 | |
3071 2003-01-18 Satyaki Das <satyaki@theforce.stanford.edu> | |
3072 | |
3073 * mh-e.el (mh-rmail): Modified so that new and unseen messages | |
3074 are shown (closes SF #667542). | |
3075 | |
3076 2003-01-17 Satyaki Das <satyaki@theforce.stanford.edu> | |
3077 | |
3078 * mh-index.el (mh-index-generate-pretty-name): Generate nicer | |
3079 names. In particular all '-' characters are removed. | |
3080 | |
3081 2003-01-16 Satyaki Das <satyaki@theforce.stanford.edu> | |
3082 | |
3083 * mh-customize.el (mh-index-program): Documentation fix. | |
3084 | |
3085 * mh-loaddefs.el: Regenerated. | |
3086 | |
3087 * mh-customize.el (mh-index-program): Add choices for mairix and | |
3088 pick. | |
3089 | |
3090 * mh-index.el (mh-indexer-choices): Add search interfaces for | |
3091 mairix and pick. | |
3092 (mh-index-search): Add links for mairix and pick. | |
3093 (mh-index-pick-folder, mh-pick-binary): Variables needed to | |
3094 implement pick support. | |
3095 (mh-pick-execute-search, mh-pick-next-result): New functions to | |
3096 implement pick support. | |
3097 (mh-mairix-binary, mh-mairix-directory, mh-mairix-folder): New | |
3098 variables for mairix support. | |
3099 (mh-mairix-execute-search, mh-mairix-next-result) | |
3100 (mh-mairix-regexp-builder, mh-mairix-convert-to-sop*): New | |
3101 functions for mairix. | |
3102 | |
3103 * mh-funcs.el (mh-kill-folder): Move message to the end. | |
3104 | |
3105 * mh-e.el (mh-folder-mode): Make overlay-arrow-position and | |
3106 overlay-arrow-string local variables so that the arrow will | |
3107 remain even if some other folder is visited. | |
3108 (mh-remove-cur-notation, mh-remove-all-notation): The test isn't | |
3109 required any more since overlay-arrow-position is local. | |
3110 (mh-goto-cur-msg): Remove overlay arrow if current message | |
3111 doesn't exist. | |
3112 | |
3113 * mh-seq.el (mh-notate-cur): Don't need to set | |
3114 overlay-arrow-string any more since it is local and has been set | |
3115 at initialization. | |
3116 | |
3117 2003-01-15 Satyaki Das <satyaki@theforce.stanford.edu> | |
3118 | |
3119 * mh-speed.el (mh-speed-current-folder): Keep track of current | |
3120 folder when flists is called. | |
3121 (mh-speed-flists, mh-speed-parse-flists-output): Try to avoid | |
3122 ambiguity when folders are present with + at the end of the name. | |
3123 Unfortunately it can't always be avoided. | |
3124 | |
3125 * mh-e.el (mh-folder-size): Remove the unnecessary error check. | |
3126 (mh-parse-flist-output-line): Add extra argument which | |
3127 occasionally avoid problems with folder names that end with '+'. | |
3128 | |
3129 * mh-utils.el (mh-sub-folders-actual): Fix the folder name | |
3130 parsing so that it doesn't get confused by trailing '+' chars in | |
3131 the folder name. | |
3132 | |
3133 2003-01-14 Satyaki Das <satyaki@theforce.stanford.edu> | |
3134 | |
3135 * mh-utils.el (mh-normalize-folder-name): Enhanced so that it can | |
3136 now handle ".." and "." correctly during folder name completion. | |
3137 (mh-normalize-folder-name): Avoid error in boundary condition | |
3138 where the folder string is empty. | |
3139 | |
3140 2003-01-14 Mark D. Baushke <mdb@gnu.org> | |
3141 | |
3142 * mh-e.el (mh-visit-folder): Pass `current-prefix-arg' to | |
3143 the `mh-read-msg-range' function as the optional | |
3144 always-prompt-flag. | |
3145 | |
3146 2003-01-14 Satyaki Das <satyaki@theforce.stanford.edu> | |
3147 | |
3148 * mh-utils.el (mh-normalize-folder-name): New function that | |
3149 normalizes folder names. | |
3150 (mh-sub-folders): Use mh-normalize-folder-name. Also the function | |
3151 has been modified so that a trailing slash is only added if the | |
3152 folder potentially has subfolders. | |
3153 (mh-sub-folders-actual): Simplified since the folder has already | |
3154 been normalized in mh-sub-folders. | |
3155 (mh-remove-from-sub-folders-cache): Modified so that the cached | |
3156 results of two of the folders ancestors are invalidated. | |
3157 (mh-folder-completion-map): Ugly hack to make the error go away | |
3158 when minibuffer-complete-word is called. | |
3159 (mh-folder-completion-function): The completion function will now | |
3160 be more selective in adding '/' at the end of completed folder | |
3161 names. | |
3162 (mh-folder-completing-read): The folder name is normalized before | |
3163 return. The minibuffer-local-completion-map is shadowed to avoid | |
3164 error with SPC (bound to minibuffer-complete-word). We really | |
3165 need a better solution. | |
3166 | |
3167 2003-01-13 Bill Wohler <wohler@newt.com> | |
3168 | |
3169 * mh-seq.el: Edited comment and docstring text to conform with RFC | |
3170 2822 terminology. Message-ID is the header field. It contains a | |
3171 message identifier. | |
3172 | |
3173 2003-01-13 Satyaki Das <satyaki@theforce.stanford.edu> | |
3174 | |
3175 * mh-utils.el (mh-sub-folders): Add an argument that returns | |
3176 sub-folders with a / character appended at the end. | |
3177 (mh-folder-completion-function): Modify the function so that one | |
3178 tab is now sufficient to complete the folder name and add a | |
3179 trailing /. | |
3180 (mh-folder-completing-read): Remove the trailing / that the | |
3181 completion function now adds to the folder name. Also multiple / | |
3182 characters in the folder input are removed. So if the user inputs | |
3183 +foo///bar//baz///// then that will be converted to +foo/bar/baz. | |
3184 This will improve the performance of caching. | |
3185 | |
3186 * mh-seq.el (mh-notate-cur): Check that a valid current message | |
3187 exists before trying to notate (closes SF #667331). | |
3188 (mh-message-id-regexp): New variable to store regexp to recognize | |
3189 message-ids. | |
3190 (mh-thread-generate): Use mh-message-id-regexp to filter out non | |
3191 message-id's from the References: header. | |
3192 | |
3193 2003-01-12 Satyaki Das <satyaki@theforce.stanford.edu> | |
3194 | |
3195 * mh-seq.el (mh-notate-cur): Disable overlay-arrow display if we | |
3196 aren't on a graphic display. | |
3197 | |
3198 2003-01-11 Satyaki Das <satyaki@theforce.stanford.edu> | |
3199 | |
3200 * mh-seq.el (mh-notate-cur): New function to notate the current | |
3201 message. The marker in the fringe is updated too. | |
3202 (mh-narrow-to-seq, mh-widen, mh-thread-inc, mh-thread-folder): Use | |
3203 the specialized function mh-notate-cur instead of mh-notate-seq. | |
3204 | |
3205 * mh-e.el (mh-arrow-marker): New buffer local variable to store | |
3206 the position where the marker in the fringe is going to be | |
3207 displayed (closes SF #664824). | |
3208 (mh-folder-mode): Create a marker for the fringe. | |
3209 (mh-update-sequences, mh-get-new-mail, mh-goto-cur-msg): Call the | |
3210 specialized function mh-notate-cur instead of mh-notate-seq or | |
3211 mh-notate. | |
3212 (mh-remove-cur-notation, mh-remove-all-notation): Reset the | |
3213 overlay-arrow-position if needed. | |
3214 | |
3215 * mh-loaddefs.el: Regenerated. | |
3216 | |
3217 2003-01-10 Satyaki Das <satyaki@theforce.stanford.edu> | |
3218 | |
3219 * mh-utils.el (mh-remove-from-sub-folders-cache): Modified so that | |
3220 creating nested folders doesn't produce inconsistent results. | |
3221 (mh-prompt-for-folder): Remove call of mh-folder-list-change-hook. | |
3222 | |
3223 * mh-funcs.el (mh-kill-folder): Don't ask for confirmation if | |
3224 called on a folder holding index search results. Also the now | |
3225 removed mh-folder-list-change-hook is called no more. | |
3226 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3227 * mh-customize.el (mh-auto-folder-collect-flag) |
49578 | 3228 (mh-folder-list-change-hook): Removed. |
3229 | |
3230 * mh-loaddefs.el: Regenerated. | |
3231 | |
3232 2003-01-10 Bill Wohler <wohler@newt.com> | |
3233 | |
3234 * mh-customize.el (mh-default-folder-must-exist-flag): New | |
3235 variable to suppress suggested folder if the folder doesn't | |
3236 already exist (closes SF #657096). | |
3237 (mh-default-folder-list): New variable that | |
3238 holds mapping between an address and the desired folder for | |
3239 filing (closes SF #657096). | |
3240 (mh-default-folder-prefix, mh-default-folder-must-exist-flag): In | |
3241 docstring, refer to documentation for mh-prompt-for-refile-folder | |
3242 and mh-folder-from-address. | |
3243 (mh-highlight-citation-p, mh-compose-insertion, | |
3244 (mh-insert-mail-followup-to-list, mh-index-program, | |
3245 (mh-identity-default): Fixed case of tags. | |
3246 | |
3247 * mh-e.el (mh-folder-from-address): Use new variable | |
3248 mh-default-folder-must-exist-flag to return nil if this variable | |
3249 is t and the folder doesn't already exist. In addition, can now | |
3250 look up a default folder in the new variable | |
3251 mh-default-folder-list (closes SF #657096). | |
3252 (mh-prompt-for-refile-folder): In docstring, refer to | |
3253 documentation in mh-folder-from-address. | |
3254 | |
3255 * mh-index.el (mh-swish-execute-search): Changed \..* to \\..* in | |
3256 the FileRules filename in the sample config file. Otherwise, the | |
3257 users don't see the backslash at all, and no files are indexed! | |
3258 (closes SF #665888). | |
3259 | |
3260 2003-01-10 Satyaki Das <satyaki@theforce.stanford.edu> | |
3261 | |
3262 * mh-seq.el (mh-thread-folder): Get headers for exactly the | |
3263 messages that are present. If only messages 1-10 and 3800-3900 | |
3264 are being shown then we will now scan exactly those messages and | |
3265 not the full range from 1-3900 as was being done earlier. | |
3266 (mh-toggle-threads): When converting from threaded to normal view | |
3267 only the messages present in the buffer are scanned. Earlier all | |
3268 messages from the minimum to the maximum would be scanned (closes | |
3269 SF #626117). | |
3270 | |
3271 * mh-pick.el (mh-search-folder): Fix typo. | |
3272 (mh-pick-do-search): Fix bug from cut and paste. Also set window | |
3273 config properly. | |
3274 | |
3275 * mh-utils.el (mh-prompt-for-folder): Add new argument to allow | |
3276 it to accept + as a folder name. This allows the user to search | |
3277 all folders when "Fs" is used. | |
3278 | |
3279 * mh-pick.el (mh-search-folder): Fix interactive spec of function. | |
3280 (mh-pick-do-search): Rewritten to call pick in one go. This will | |
3281 make adding pick as a default index search program easier. Also | |
3282 pick now accepts the same query syntax as the index search | |
3283 programs (closes SF #664816). | |
3284 (mh-next-pick-field): Removed. | |
3285 (mh-pick-parse-search-buffer): New function to parse the search | |
3286 buffer. | |
3287 (mh-pick-construct-regexp, mh-pick-regexp-builder): New function | |
3288 to produce a pick query from the parsed representation. | |
3289 | |
3290 * mh-index.el (mh-index-do-search): Refactor the search pattern | |
3291 parser into a new function and use that instead. | |
3292 | |
3293 * mh-loaddefs.el: Regenerated. | |
3294 | |
3295 2003-01-10 Satyaki Das <satyaki@theforce.stanford.edu> | |
3296 | |
3297 * mh-loaddefs.el: Regenerated. | |
3298 | |
3299 * mh-utils.el (mh-remove-from-sub-folders-cache) | |
3300 (mh-prompt-for-folder): Replace mh-update-sub-folders-cache with | |
3301 mh-remove-from-sub-folders-cache. | |
3302 (mh-exec-cmd-daemon): Mention set-process-filter in documentation. | |
3303 | |
3304 * mh-pick.el (mh-searching-function): New buffer local variable | |
3305 that keeps track of the default searching function to be used. | |
3306 (mh-pick-mode): Make mh-searching-function buffer local. | |
3307 (mh-search-folder): Set mh-searching-function to use pick. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3308 (mh-search-folder, mh-pick-menu, mh-pick-mode-help-messages) |
49578 | 3309 (mh-pick-mode, mh-do-pick-search, mh-pick-do-search): Rename |
3310 mh-do-pick-search to mh-pick-do-search. But keep | |
3311 mh-do-pick-search as a deprecated function. | |
3312 (mh-do-search): New interactive function that performs the | |
3313 default search. | |
3314 (mh-pick-mode-map): Update keymap. | |
3315 | |
3316 * mh-index.el (mh-index-search): Set mh-searching-function to do | |
3317 index search. | |
3318 (mh-index-new-folder): Replace mh-update-sub-folders-cache with | |
3319 mh-remover-from-sub-folders-cache. | |
3320 | |
3321 * mh-funcs.el (mh-kill-folder): Same as above. | |
3322 | |
3323 * mh-index.el (mh-index-evaluate, mh-swish++-regexp-builder): | |
3324 Checkdoc fixes. | |
3325 | |
3326 * mh-customize.el: Fixes to make byte compiler in CVS Emacs | |
3327 perfectly happy. | |
3328 | |
3329 2003-01-09 Bill Wohler <wohler@newt.com> | |
3330 | |
3331 * mh-e.el (mh-folder-from-address): New function that proposes the | |
3332 name of a folder with an alias for the address in the current message. | |
3333 (mh-prompt-for-refile-folder): Use it (closes SF #657096). | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3334 |
49578 | 3335 * mh-customize.el (mh-default-folder-prefix): New variable used by |
3336 mh-folder-from-address. | |
3337 (mh-invisible-header-fields): Edited docstring. | |
3338 | |
3339 * mh-alias.el (mh-alias-address-to-alias): Added ;;;###mh-autoload | |
3340 cookie (used by mh-folder-from-address in mh-e.el). Edited text in | |
3341 comment. | |
3342 | |
3343 * mh-utils.el: Provided naming conventions for buffer and buffer | |
3344 variable names. | |
3345 (mh-temp-folders-buffer): Renamed buffer to " *mh-folders*". | |
3346 (mh-temp-sequences-buffer): Renamed buffer to " *mh-sequences*". | |
3347 (mh-info-buffer): Renamed from mh-temp-info-buffer. | |
3348 (mh-log-buffer): New buffer variable to hold name of "*MH-E Log*" | |
3349 buffer which is expected to be used for the output of MH commands. | |
3350 Perhaps we always create this buffer at initialization and append | |
3351 to it rather than erase it each time? | |
3352 | |
3353 * mh-e.el (mh-quit): Loop over all buffers and delete MH-E | |
3354 temporary and working buffers. As long as the buffer naming | |
3355 conventions are followed, new buffers will be automatically | |
3356 killed. | |
3357 (mh-version): Renamed mh-temp-info-buffer to mh-info-buffer. | |
3358 | |
3359 * mh-comp.el (mh-insert-x-mailer): Renamed mh-temp-info-buffer to | |
3360 mh-info-buffer. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3361 |
49578 | 3362 2003-01-09 Satyaki Das <satyaki@theforce.stanford.edu> |
3363 | |
3364 * mh-e.el (mh-folder-size): If the user doesn't have a | |
3365 Unseen-Sequence definition in .mh_profile then an error was | |
3366 produced. This change fixes that. | |
3367 | |
3368 * mh-seq.el (mh-thread-generate): Replace the *mh-thread* buffer | |
3369 with a temporary buffer which is cleaned up when the function | |
3370 exits. | |
3371 | |
3372 * mh-e.el (mh-prompt-for-refile-folder): New function which | |
3373 refactors out the intelligent folder guessing code from | |
3374 mh-refile-msg. | |
3375 (mh-refile-msg): Use mh-prompt-for-refile-folder. | |
3376 | |
3377 * mh-seq.el (mh-thread-refile): Use mh-prompt-for-refile-folder to | |
3378 do the same intelligent destination folder guessing as | |
3379 mh-refile-msg (closes SF #664829). | |
3380 | |
3381 * mh-utils.el (mh-folder-list, mh-make-folder-list-process) | |
3382 (mh-folder-list-temp, mh-folder-list-partial-line) | |
3383 (mh-set-folder-list): Removed. | |
3384 (mh-sub-folders-cache, mh-sub-folders, mh-sub-folders-actual): | |
3385 Moved over from mh-speed.el to implement hierarchical completion. | |
3386 (mh-update-sub-folders-cache): Utility function called when | |
3387 new folders are created or folders are removed. | |
3388 (mh-folder-completion-function): New function is the folder name | |
3389 completion function used in completing-read. | |
3390 (mh-folder-completing-read): A thin wrapper function that is used | |
3391 instead of completing-read directly. In the future we might want | |
3392 to allow the user a customizable variable which will turn off | |
3393 folders based completion. | |
3394 (mh-prompt-for-folder): Use mh-folder-completing-read to read in | |
3395 the folder name with hierachical completion (closes SF #664821). | |
3396 | |
3397 * mh-speed.el (mh-speed-folders, mh-speed-folders-cache) | |
3398 (mh-speed-folders-actual): Moved to mh-utils.el as mh-sub-folders, | |
3399 mh-sub-folders-cache and mh-sub-folders-actual respectively. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3400 (mh-speed-invalidate-map, mh-speed-invalidate-map) |
49578 | 3401 (mh-speed-add-folder): Use the new names. |
3402 | |
3403 * mh-funcs.el (mh-kill-folder): Remove code that used to update | |
3404 mh-folder-list which is no longer present. Instead | |
3405 mh-update-sub-folders-cache is called. | |
3406 | |
3407 * mh-index.el (mh-index-new-folder): Same as above. | |
3408 | |
3409 2003-01-08 Satyaki Das <satyaki@theforce.stanford.edu> | |
3410 | |
3411 * mh-utils.el (mh-exec-cmd-daemon): An argument was added which | |
3412 controls what is done with the process output. | |
3413 | |
3414 * mh-funcs.el (mh-kill-folder): Use mh-previous-window-config to | |
3415 restore window configuration. Also the call to mh-exec-cmd-daemon | |
3416 only displays output if an error happened (closes SF #664828). | |
3417 (mh-rmf-daemon): Check rmf output and display it only if | |
3418 something went wrong. | |
3419 (mh-print-msg): Pass in nil argument to mh-exec-cmd-daemon. | |
3420 | |
3421 * mh-comp.el (mh-redistribute, mh-send-letter): Pass in nil | |
3422 argument to mh-exec-cmd-daemon so that the functions will behave | |
3423 as before. | |
3424 | |
3425 * mh-pick.el (mh-search-folder): The current window config is | |
3426 stored. | |
3427 (mh-make-pick-template): Make the message headers read-only. | |
3428 (mh-pick-mode-help-messages): Update help message. | |
3429 (mh-do-pick-search): Fix problem when buffer isn't showing any | |
3430 messages. | |
3431 (mh-next-pick-field): Use buffer-substring-no-properties is | |
3432 better. | |
3433 (mh-pick-mode-map): Add key bindings (partially addresses | |
3434 SF #664816) | |
3435 | |
3436 * mh-index.el (mh-indexer-choices): Add a new field for each | |
3437 index program choice. If it is non-nil then it is the name of a | |
3438 function that given a lisp expression to search for generates a | |
3439 pattern that is acceptable to the search program. | |
3440 (mh-index-regexp-builder): New variable that stores the function | |
3441 to be used to convert from the lisp expression syntax to | |
3442 something that the search program understands. | |
3443 (mh-index-generate-pretty-name): Generalized so that it can take | |
3444 a list of strings as input. | |
3445 (mh-index-search): Modified so that if the configured program has | |
3446 a corresponding regexp-builder then a search buffer like pick | |
3447 search is produced. Otherwise the previous behavior is maintained. | |
3448 (mh-index-do-search): New interactive function that takes the | |
3449 contents of the search buffer, generates an appropriate query and | |
3450 produces the search results buffer by calling mh-index-search. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3451 (mh-replace-string, mh-index-parse-search-regexp) |
49578 | 3452 (mh-index-add-implicit-ops, mh-index-evaluate): New functions |
3453 which parses the infix search expression that the user enters. A | |
3454 parse tree from which queries for different search programs can | |
3455 be produced is produced. | |
3456 (mh-swish++-regexp-builder, mh-swish++-print-regexp): Takes the | |
3457 internal form of the query and produces input suitable for | |
3458 swish++. | |
3459 | |
3460 * mh-loaddefs.el: Regenerated. | |
3461 | |
3462 2003-01-08 Bill Wohler <wohler@newt.com> | |
3463 | |
3464 * Makefile (emacs-logs): New target for viewing CVS Emacs logs. | |
3465 Useful to see if an Emacs developer has changed MH-E. | |
3466 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3467 * MH-E-NEWS: Fixed case of MH-E in the "Changes" title. |
49578 | 3468 |
3469 * mh-utils.el (mh-temp-info-buffer): New variable to hold name of | |
3470 buffer that contains version info. | |
3471 | |
3472 * mh-e.el (mh-version): Use mh-temp-info-buffer instead of | |
3473 mh-temp-buffer since version information was getting clobbered by | |
3474 the aliasing code before it could be seen (closes SF #664467). | |
3475 (mh-quit): Delete mh-temp-info-buffer. | |
3476 | |
3477 * mh-comp.el (mh-insert-x-mailer): Use mh-temp-info-buffer to find | |
3478 version info instead of mh-temp-buffer. You kind of need this | |
3479 patch to send mail. | |
3480 | |
3481 2003-01-07 Bill Wohler <wohler@newt.com> | |
3482 | |
3483 * mh-e.el (Version, mh-version): Set to 7.1+cvs. | |
3484 | |
3485 2003-01-07 Bill Wohler <wohler@newt.com> | |
3486 | |
3487 * Released MH-E version 7.1. | |
3488 | |
3489 * MH-E-NEWS, README: Updated for release 7.1. | |
3490 | |
3491 * mh-e.el (Version, mh-version): Updated for release 7.1. | |
3492 | |
3493 2003-01-07 Bill Wohler <wohler@newt.com> | |
3494 | |
3495 * mh-customize.el (mh-auto-folder-collect-flag, | |
3496 mh-alias-system-aliases, mh-alias-insert-file): Edited docstrings. | |
3497 | |
3498 * Makefile (MH-E-IMG): Added alias.pbm and alias.xpm. | |
3499 | |
3500 * mh-alias.el (mh-alias-insert-file, mh-alias-add-alias): Fixed | |
3501 checkdoc warnings. | |
3502 | |
3503 2003-01-07 Satyaki Das <satyaki@theforce.stanford.edu> | |
3504 | |
3505 * mh-utils.el (mh-search-from-end): New function that is used to | |
3506 replace our usage of the CL function search. | |
3507 (font-lock): The library is loaded to avoid compilation warning | |
3508 in CVS Emacs. | |
3509 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3510 * mh-speed.el (mh-speed-goto-folder, mh-speed-add-folder) |
49578 | 3511 (mh-speed-extract-folder-name, mh-speed-invalidate-map): Use |
3512 mh-search-from-end instead of search. | |
3513 | |
3514 * mh-seq.el (mh-thread-remove-parent-link): Use loop instead of | |
3515 remove*. | |
3516 (mh-thread-process-in-reply-to): Use mh-search-from-end instead | |
3517 of search. | |
3518 | |
3519 * mh-index.el (mh-md5-parser): Fix name of function. | |
3520 (mh-index-update-single-msg, mh-index-update-maps): Avoid using | |
3521 destructuring-bind since Emacs-20.7 can't handle this particular | |
3522 usage. | |
3523 (mh-namazu-next-result): Use mh-search-from-end instead of | |
3524 search. | |
3525 | |
3526 * mh-e.el (recursive-load-depth-limit): Add a defvar since CVS | |
3527 emacs which doesn't have the variable defined causes a compiler | |
3528 warning. | |
3529 (mh-refile-a-msg): Rewritten to avoid using pushnew. | |
3530 (mh-undo-msg): Use loop instead of remove-if. | |
3531 | |
3532 * mh-comp.el (mh-show-buffer-message-number): Use | |
3533 mh-search-from-end instead of search. | |
3534 | |
3535 2003-01-01 Satyaki Das <satyaki@theforce.stanford.edu> | |
3536 | |
3537 * mh-e.el (mh-visit-folder): Modified so that if RANGE is nil then | |
3538 all messages are displayed. Documentation modified so that this is | |
3539 explicitly stated. | |
3540 (mh-visit-folder): Really fix it this time. | |
3541 | |
3542 2003-01-01 Mark D Baushke <mdb@gnu.org> | |
3543 | |
3544 * mh-alias.el (mh-alias-from-has-no-alias-p): Needs the | |
3545 mh-autoload comment or mh-customize may have problems finding the | |
3546 function. | |
3547 | |
3548 * mh-loaddefs.el: Regenerated. | |
3549 | |
3550 2002-12-28 Satyaki Das <satyaki@theforce.stanford.edu> | |
3551 | |
3552 * mh-index.el (mh-namazu-execute-search): Fix bug in documentation. | |
3553 | |
3554 2002-12-28 Bill Wohler <wohler@newt.com> | |
3555 | |
3556 * mh-comp.el (mh-letter-mode): Mention mh-compose-insertion | |
3557 variable in docstring, explain how to expand directives, and | |
3558 don't mention mh-mhn-compose-insertion which isn't used directly | |
3559 any more. | |
3560 (mh-send-letter): Mention that X-Mailer and X-Face are inserted | |
3561 automatically so that a user isn't tempted to do so himself in | |
3562 mh-before-send-letter-hook. | |
3563 (mh-insert-letter): Use "variable" prefix for mh-invisible-headers | |
3564 now that we have both a function and a variable. Clarified | |
3565 language a bit. | |
3566 | |
3567 2002-12-26 Satyaki Das <satyaki@theforce.stanford.edu> | |
3568 | |
3569 * mh-utils.el (mh-show-xface-function): Only load x-face-e21 if | |
3570 the emacs is not XEmacs. | |
3571 | |
3572 * mh-index.el (mh-index-new-folder): The folder created should | |
3573 always be added to mh-folder-list. Otherwise folder name | |
3574 completion doesn't find the new folder created. | |
3575 | |
3576 2002-12-24 Satyaki Das <satyaki@theforce.stanford.edu> | |
3577 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3578 * mh-customize.el (mh-clean-message-header-flag) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3579 (mh-visible-headers, mh-invisible-headers) |
49578 | 3580 (mh-invisible-header-fields-set): Reworded to satisfy checkdoc. |
3581 | |
3582 * mh-loaddefs.el: Regenerated. | |
3583 | |
3584 * mh-e.el (mh-inc-folder, mh-visit-folder, mh-read-msg-range): | |
3585 Handle nil value of mh-large-folder properly. | |
3586 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3587 * mh-customize.el (mh-tool-bar-show-set, mh-tool-bar-letter-set) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3588 (mh-tool-bar-folder-set, mh-tool-bar-folder-buttons) |
49578 | 3589 (mh-invisible-headers, mh-invisible-header-fields-set): Checkdoc |
3590 fixes. | |
3591 (mh-large-folder): Updated to allow for infinity. If | |
3592 mh-large-folder is nil then all folders are deemed small. | |
3593 | |
3594 2002-12-23 Satyaki Das <satyaki@theforce.stanford.edu> | |
3595 | |
3596 * mh-e.el (mh-inc-folder, mh-visit-folder): Emit a message if | |
3597 threading was suppressed because the number of messages exceed | |
3598 mh-large-folder. | |
3599 | |
3600 2002-12-23 Peter S Galbraith <psg@debian.org> | |
3601 | |
3602 * mh-utils.el (mh-invisible-headers): Deleted. Moved to | |
3603 mh-customize.el | |
3604 | |
3605 * mh-customize.el (mh-invisible-header-fields): New | |
3606 defcustom. Simple user interface to change mh-invisible-headers. | |
3607 (mh-invisible-header-fields-set): New function called when | |
3608 mh-invisible-header-fields is set. | |
3609 (mh-invisible-headers): New function. Does the actual work of | |
3610 building the variable mh-invisible-headers from | |
3611 mh-invisible-header-fields. | |
3612 (mh-invisible-headers): defvar moved from mh-utils.el | |
3613 | |
3614 2002-12-22 Satyaki Das <satyaki@theforce.stanford.edu> | |
3615 | |
3616 * mh-speed.el (mh-speed-folder-size): Removed. Something very | |
3617 similar appears as mh-folder-size. | |
3618 (mh-speed-view): Simplified since the range selection logic has | |
3619 been moved to mh-read-msg-range. | |
3620 (mh-speed-parse-flists-output-line): Moved to mh-e.el as | |
3621 mh-parse-flist-output-line. | |
3622 | |
3623 * mh-funcs.el (mh-pack-folder): Use the new mh-read-msg-range. | |
3624 | |
3625 * mh-e.el (mh-rescan-folder): Use the new mh-read-msg-range. | |
3626 (mh-parse-flist-output-line): Moved from mh-speed.el where this | |
3627 function was called mh-speed-parse-flists-output-line. | |
3628 (mh-folder-size): Renamed from mh-speed-folder-size. The function | |
3629 has been made more general and can be called from any buffer and | |
3630 not just the speedbar buffer. | |
3631 (mh-visit-folder): Use the new mh-read-msg-range (addresses SF | |
3632 #655891). | |
3633 (mh-read-msg-range): Rewritten. | |
3634 | |
3635 2002-12-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
3636 | |
3637 * mh-seq.el (mh-delete-subject-or-thread): New interactive | |
3638 function that intelligently deletes messages based on threading, | |
3639 if the folder is threaded, or on subject if folder isn't threaded. | |
3640 | |
3641 * mh-utils.el (mh-show-delete-subject-or-thread): New interactive | |
3642 function, callable from the show buffer, to intelligently delete | |
3643 messages based on threading info or subject. | |
3644 (mh-show-mode-map): Change binding of "k" to call | |
3645 mh-show-delete-subject-or-thread. | |
3646 | |
3647 * mh-e.el (mh-folder-mode-map): Change binding of "k" to call | |
3648 mh-delete-subject-or-thread. | |
3649 | |
3650 * mh-comp.el (mh-letter-mode-map): Add key binding for | |
3651 mh-insert-identity. | |
3652 | |
3653 * mh-loaddefs.el: Regenerated. | |
3654 | |
3655 2002-12-21 Peter S Galbraith <psg@debian.org> | |
3656 | |
3657 * mh-customize.el (mh-tool-bar-letter-set): Bug fix. The | |
3658 `tool-bar-add-item-from-menu' items were broken. I can't use my | |
3659 constants there. | |
3660 | |
3661 2002-12-21 Peter S Galbraith <psg@debian.org> | |
3662 | |
3663 * mh-alias.el (mh-alias-insert-file): Bug fix. I never checked | |
3664 that an AliasFile entry existed in .mh_profile. | |
3665 | |
3666 2002-12-21 Peter S Galbraith <psg@debian.org> | |
3667 | |
3668 * mh-customize.el (mh-alias-insertion-location): New defustom. | |
3669 Specifies where new aliases are entered in alias files. | |
3670 | |
3671 * mh-alias.el (mh-alias-add-alias-to-file): Use it. | |
3672 | |
3673 2002-12-21 Peter S Galbraith <psg@debian.org> | |
3674 | |
3675 * mh-alias.el (mh-alias-add-alias-to-file): If ALIAS matches | |
3676 exactly, prompt to [i]nsert before old value or [a]ppend after it. | |
3677 (mh-alias-insert-file): Make sure we don't edit the passwd file. | |
3678 Add optional argument for alias; If ALIAS is specified and it | |
3679 already exists, try to return the file that contains it. | |
3680 (mh-alias-which-file-has-alias): New function. Return the name of | |
3681 writable file which defines ALIAS from list FILE-LIST. | |
3682 (mh-alias-add-alias): Remove prompts for case of alias already | |
3683 defined; done in mh-alias-add-alias-to-file. | |
3684 | |
3685 2002-12-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
3686 | |
3687 * mh-speed.el (mh-speed-folders-actual): Fix bug in parsing of | |
3688 folder names that have spaces in them. The original function would | |
3689 truncate the folder name at the first space. | |
3690 (mh-speed-flists): Add -sequence option to flists. This guards | |
3691 against the user specifying something other than the unseen | |
3692 sequence in his .mh_profile. | |
3693 (mh-speed-parse-flists-output-line): New function that parses a | |
3694 single line in the output of flists to find the folder name and | |
3695 the counts of unseesn and total messages. | |
3696 (mh-speed-parse-flists-output): Fix parsing bug which truncates | |
3697 the folder names at the first space. | |
3698 | |
3699 * mh-index.el (mh-index-generate-pretty-name): New function which | |
3700 generates a nicer name for the search results. It trims white | |
3701 space at the beginning and end and replaces white space with | |
3702 underscores within the search regexp. | |
3703 (mh-index-search): Use mh-index-generate-pretty-name. | |
3704 | |
3705 * mh-loaddefs.el: Regenerated. | |
3706 | |
3707 2002-12-20 Satyaki Das <satyaki@theforce.stanford.edu> | |
3708 | |
3709 * mh-index.el (mh-index-new-folder): Add new folder to | |
3710 mh-folder-list to enable name completion. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3711 (mh-glimpse-execute-search, mh-swish-execute-search) |
49578 | 3712 (mh-swish++-execute-search): Fix documentation. |
3713 | |
3714 * mh-seq.el (mh-thread-generate): Fixed a stupid bug where the wrong | |
3715 folder could get 'scan'ed when generating the threaded view. | |
3716 | |
3717 * mh-index.el (mh-index-search): If optional prefix arg is given | |
3718 then the search in the current index buffer is redone. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3719 (mh-glimpse-execute-search, mh-swish-execute-search) |
49578 | 3720 (mh-namazu-execute-search): Documentation fixes. |
3721 | |
3722 * mh-e.el (mh-index-previous-search): New buffer local variable | |
3723 stores parameters of search that created the buffer. | |
3724 (mh-folder-mode): Make mh-index-previous-search buffer local. | |
3725 (mh-visit-folder): Tweak the function so that only a single window | |
3726 with the folder buffer is shown if mh-showing-mode is nil. | |
3727 | |
3728 * mh-loaddefs.el: Regenerated. | |
3729 | |
3730 2002-12-19 Peter S Galbraith <psg@debian.org> | |
3731 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3732 * mh-alias.el (mh-alias-add-alias): Bug fix. |
49578 | 3733 |
3734 2002-12-19 Peter S Galbraith <psg@debian.org> | |
3735 | |
3736 * mh-alias.el (mh-alias-add-alias): New interactive command. Add | |
3737 ALIAS for ADDRESS in personal alias file. | |
3738 (mh-alias-grab-from-field): New interactive command. Add ALIAS for | |
3739 ADDRESS in personal alias file. | |
3740 (mh-alias-add-address-under-point): New interactive | |
3741 command. Insert an alias for email address under point. | |
3742 (mh-alias-suggest-alias): New function. Suggest an alias for STRING. | |
3743 (mh-alias-insert-file): New function. Return the alias file to | |
3744 write a new entry in. | |
3745 (mh-alias-address-to-alias): New function. Return the ADDRESS | |
3746 alias if defined, or nil." | |
3747 (mh-alias-from-has-no-alias-p): New function. Return t is From has | |
3748 no current alias set. Used as tool-bar button enable function. | |
3749 (mh-alias-add-alias-to-file): New function. Add ALIAS for ADDRESS | |
3750 in alias FILE without alias check or prompts. | |
3751 | |
3752 * alias.xpm, alias.pbm: New tool-bar icon for | |
3753 mh-alias-grab-from-field. | |
3754 | |
3755 * mh-e.el (mh-folder-line-matches-show-buffer-p): New function. | |
3756 Return t if the message under point in folder-mode is in the show | |
3757 buffer. | |
3758 | |
3759 * mh-utils.el (mh-goto-address-find-address-at-point): New | |
3760 function copied from goto-addr.el, which we don't want to | |
3761 force-load on users. Find e-mail address around or before point. | |
3762 (mh-address-mail-regexp): New defvar. A regular expression | |
3763 probably matching an e-mail address. | |
3764 | |
3765 * mh-customize.el (mh-alias-insert-file): New defcustom. | |
3766 Filename to use to store new MH-E aliases. | |
3767 (mh-tool-bar-folder-buttons): Enable mh-tool-bar-item-alias icon. | |
3768 | |
3769 * mh-comp.el (mh-extract-from-header-value): New function. | |
3770 Extract From: string from header. | |
3771 | |
3772 2002-12-19 Satyaki Das <satyaki@theforce.stanford.edu> | |
3773 | |
3774 * mh-index.el (mh-index-update-single-msg): New defvar controls | |
3775 max number of command line args. | |
3776 (mh-index-execute): New function which is to be used | |
3777 instead of xargs so that we don't give the shell too many command | |
3778 line args. | |
3779 (mh-index-update-maps): Use mh-index-execute instead of xargs. | |
3780 (mh-index-search): Remove unused code. Also the first message in | |
3781 folder buffer is made current. | |
3782 | |
3783 2002-12-18 Peter S Galbraith <psg@debian.org> | |
3784 | |
3785 * mh-loaddefs.el: Regenerated. | |
3786 | |
3787 * mh-comp.el (mh-letter-tool-bar-map): Moved to mh-customize.el | |
3788 | |
3789 * mh-e.el (mh-folder-tool-bar-map): Moved to mh-customize.el | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3790 |
49578 | 3791 * mh-utils.el (mh-get-msg-num): autoloaded. |
3792 (mh-show-tool-bar-map): Moved to mh-customize.el | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3793 |
49578 | 3794 * mh-customize.el (mh-tool-bar-item-*): 33 new defconsts for |
3795 tool-bar setup and customization. | |
3796 (mh-tool-bar-folder-buttons-set): New function to setup the | |
3797 tool-bar after customization. | |
3798 (mh-tool-bar-folder-buttons): New defcustom to specify which icons | |
3799 appears in the tool-bar. | |
3800 (mh-tool-bar-letter-buttons-set): New function to setup the | |
3801 tool-bar after customization. | |
3802 (mh-tool-bar-letter-buttons): New defcustom to specify which icons | |
3803 appears in the tool-bar. | |
3804 (mh-tool-bar-show-set): New function to setup mh-letter-tool-bar-map. | |
3805 (mh-tool-bar-letter-set): New function to setup | |
3806 mh-letter-tool-bar-map. | |
3807 | |
3808 2002-12-18 Satyaki Das <satyaki@theforce.stanford.edu> | |
3809 | |
3810 * mh-e.el (mh-folder-mode-map): Change entries for "\t", "\M-\t" | |
3811 and backtab to call mh-index-next-folder and | |
3812 mh-index-previous-folder as appropriate. | |
3813 | |
3814 * mh-index.el (mh-index-next-folder, mh-index-previous-folder): | |
3815 New interactive functions which jumps to search results of next | |
3816 and previous folders respectively. | |
3817 | |
3818 * mh-loadddefs.el: Regenerated. | |
3819 | |
3820 * mh-index.el (mh-index-delete-folder-headers): Arrange for | |
3821 mh-goto-cur-msg to just go to the current message. | |
3822 | |
3823 * mh-e.el (mh-visit-folder): Since mh-scan-folder erases the whole | |
3824 buffer anyway, we don't need to delete the folder headers. Also | |
3825 index-data is non-nil only when the buffer folder doesn't exist. | |
3826 So we need to call mh-make-folder. | |
3827 (mh-folder-mode): Fix bug in that mh-index-checksum-origin-map was | |
3828 not being made buffer local! | |
3829 | |
3830 2002-12-17 Satyaki Das <satyaki@theforce.stanford.edu> | |
3831 | |
3832 * mh-e.el (mh-visit-folder): Fix bug. | |
3833 | |
3834 * mh-index.el (mh-md5sum-buffer): Buffer from which md5sum is run. | |
3835 (mh-index-folder-first, mh-index-folder-last) | |
3836 (mh-index-original-msg-list): Convenience macros aren't needed | |
3837 anymore since the data structure has been changed. | |
3838 (mh-index-update-single-msg): New function to update maps that | |
3839 relate MD5 checksums to actual messages and vice-versa for a | |
3840 single message. | |
3841 (mh-index-update-maps): Do the above for all messages. If some | |
3842 messages don't have MD5 checksums, they are annotated with the | |
3843 result of md5sum. | |
3844 (mh-index-search): Updated for the new version of mh-index-data. | |
3845 (mh-msg-exists-p): New function to test a message exists. | |
3846 (mh-index-insert-folder-headers): Updated for new mh-index-data. | |
3847 (mh-index-delete-folder-headers): New function used to eliminate | |
3848 original folder names from the buffer and make it look like a | |
3849 plain folder buffer. This is used from mh-process-commands. | |
3850 (mh-index-visit-folder): Use new version of mh-index-data. | |
3851 (mh-index-match-checksum): New function which checks if the | |
3852 X-MHE-Checksum header of a message matches. | |
3853 (mh-index-execute-commands): New function that rmm's the original | |
3854 messages. Then after mh-execute-commands executes it will seem | |
3855 that the original messages were executed upon. This completes the | |
3856 fix of SF #623321. | |
3857 (mh-checksum-buffer): Renamed from mh-md5sum-buffer. | |
3858 (mh-checksum-cmd, mh-checksum-parser): New globals to allow | |
3859 different checksum programs to be used. | |
3860 (mh-checksum-choose): New functions to find a checksum program. | |
3861 (mh-openssl-parser, mh-md5sum-parser, mh-md5-parser): Functions to | |
3862 parse the output of md5, md5sum and openssl. | |
3863 (mh-index-update-maps): Use checksum parsing function. | |
3864 (mh-index-search): Set checksum choice. Add a call to recenter, | |
3865 otherwise the window point in the index buffer doesn't get set | |
3866 properly. | |
3867 | |
3868 * mh-funcs.el (mh-pack-folder, mh-sort-folder): Enable these | |
3869 functions in folders created by index search. | |
3870 | |
3871 * mh-e.el (mh-index-msg-checksum-map) | |
3872 (mh-index-checksum-origin-map): New buffer local variables that | |
3873 keep track of message checksums (used to implement | |
3874 refiling/deletion for folders created by index folders). | |
3875 (mh-last-msg): Make the function behave like mh-first-msg. | |
3876 (mh-visit-folder): Add new optional argument which initializes | |
3877 folders created by mh-index-search. | |
3878 (mh-folder-mode): Make the variables mh-index-msg-checksum-map and | |
3879 mh-index-checksum-origin-map buffer local. | |
3880 (mh-process-commands): Call mh-index-execute-commands when called | |
3881 from an index search buffer. This will reflect the changes being | |
3882 made in the search folder to the original folders. | |
3883 | |
3884 * mh-loaddefs.el: Regenerated. | |
3885 | |
3886 2002-12-16 Satyaki Das <satyaki@theforce.stanford.edu> | |
3887 | |
3888 * mh-index.el (mh-index-insert-folder-headers): Fix a bug which | |
3889 caused the folder buffer to be marked as modified after rescanning | |
3890 an index folder. | |
3891 | |
3892 2002-12-15 Satyaki Das <satyaki@theforce.stanford.edu> | |
3893 | |
3894 * mh-e.el (mh-visit-folder): The function should insert folder | |
3895 names if it is visiting a folder created by index search. | |
3896 | |
3897 * mh-index.el (mh-index-insert-folder-headers): The function now | |
3898 maintains the old value of buffer-modified-p and temporarily makes | |
3899 the buffer writable. | |
3900 | |
3901 * mh-utils.el (mh-show-index-visit-folder): New interactive | |
3902 function callable from show buffer that displays search results | |
3903 from one folder. | |
3904 (mh-show-mode-map): Key binding for "v". | |
3905 | |
3906 * mh-speed.el: Fix credits. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3907 (mh-index-folder-speedbar-buttons) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3908 (mh-index-show-speedbar-buttons) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3909 (mh-index-folder-speedbar-key-map) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3910 (mh-index-show-speedbar-key-map) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
3911 (mh-index-folder-speedbar-menu-items) |
49578 | 3912 (mh-index-show-speedbar-menu-items): Removed since the modes |
3913 mh-index-folder-mode and mh-index-show-mode no longer exist. | |
3914 (mh-speed-extract-folder-name): Remove the bits about | |
3915 mh-index-folder-mode and mh-index-show-mode. | |
3916 | |
3917 * mh-seq.el (mh-copy-seq-to-eob): Updated to work properly with | |
3918 index search results. | |
3919 (mh-region-to-msg-list): Skip over non-scan lines. | |
3920 (mh-thread-inc, mh-thread-add-spaces, mh-thread-folder): Skip | |
3921 non-scan lines when populating mh-thread-scan-line-map. | |
3922 (mh-thread-folder, mh-toggle-threads): Move the check for buffer | |
3923 modification from mh-thread-folder to mh-toggle-threads. | |
3924 (mh-toggle-threads): When returning to unthreaded view insert the | |
3925 folder names if called from a index folder. | |
3926 | |
3927 * mh-index.el: Fix credits and update commentary. | |
3928 (font-lock-defaults, mh-index-buffer, mh-index-show-buffer) | |
3929 (mh-index-ma-x-msg-index, mh-index-other-buffer) | |
3930 (mh-index-matches, mh-index-previous-window-configuration) | |
3931 (mh-index-current-msg, mh-index-folder-mode-keymap) | |
3932 (mh-index-button-map, mh-index-folder-mode-help-messages): Remove | |
3933 eliminated variables. | |
3934 (mh-index-folder): New variable sets the MH folder under which the | |
3935 index searches are stored. | |
3936 (mh-index-folder-first, mh-index-folder-last) | |
3937 (mh-index-original-msg-list): Convenience macros used to pull data | |
3938 elements out of a list. If needed setf can be used to change them | |
3939 as well. | |
3940 (mh-index-search): Rewritten to create real folders where all the | |
3941 normal folder operation. This partially fixes SF #623321 (refiles | |
3942 and deletes doesn't work on original messages). | |
3943 (mh-index-find-max-width, mh-index-search-again) | |
3944 (mh-index-insert-scan, mh-index-callback, mh-index-search) | |
3945 (mh-index-notate, mh-index-show, mh-index-header-display) | |
3946 (mh-index-next, mh-index-folder-mode, mh-index-show-mode): | |
3947 Functions, macros and modes removed. | |
3948 (mh-folder-exists-p): New function to check if a folder exists. | |
3949 (mh-index-new-folder): Generate a new folder name from a given | |
3950 base string that mimics the way emacs generates buffer names. | |
3951 (mh-index-insert-folder-headers): Insert folder names among the | |
3952 search results. | |
3953 (mh-index-visit-folder): New interactive function to show the | |
3954 search results of one individual folder. | |
3955 (mh-swish++-execute-search): Update documentation. | |
3956 | |
3957 * mh-funcs.el (mh-pack-folder, mh-sort-folder): Disable these | |
3958 functions if index search results are being viewed. | |
3959 | |
3960 * mh-e.el (mh-folder-font-lock-keywords): Add highlight for | |
3961 folder. | |
3962 (mh-index-data): New buffer local variable that will be used to | |
3963 store info about index search results. | |
3964 (mh-rescan-folder): Implement rescanning for index search results. | |
3965 (mh-folder-mode): Make mh-index-data buffer local. | |
3966 (mh-remove-all-notation): Modified to take into account not all | |
3967 lines in the folder buffer are normal scan lines. | |
3968 (mh-folder-mode-map): Add key binding for "v" to jump to original | |
3969 folder narrowed to search results. | |
3970 | |
3971 * mh-customize.el (mh-index-folder-face): Make it bold so that it | |
3972 will look like before. | |
3973 | |
3974 * mh-loaddefs.el: Regenerated. | |
3975 | |
3976 2002-12-12 Satyaki Das <satyaki@theforce.stanford.edu> | |
3977 | |
3978 * mh-seq.el (mh-map-to-seq-msgs): Modified so that it can be given | |
3979 a list of messages in addition to a sequence. | |
3980 (mh-region-to-sequence, mh-region-to-msg-list): The function | |
3981 mh-region-to-msg-list replaces mh-region-to-sequence. The new | |
3982 function avoids creating a dummy sequence in MH-E. | |
3983 (mh-thread-delete, mh-thread-refile, mh-put-msg-in-seq): Modified | |
3984 to use mh-region-to-msg-list. | |
3985 | |
3986 * mh-funcs.el (mh-copy-msg): Modified to use mh-region-to-msg-list. | |
3987 | |
3988 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): Modified to use | |
3989 mh-region-to-msg-list. | |
3990 | |
3991 * mh-comp.el (mh-forward): Modified to use mh-region-to-msg-list. | |
3992 The buffer-local variable mail-header-separator is no longer | |
3993 bound. This fixes a bug where the default value of | |
3994 mail-header-separator gets used if mh-forward is called in a fresh | |
3995 emacs session. | |
3996 (mh-annotate-msg): Update this so that it will handle message | |
3997 lists too. | |
3998 (mh-insert-letter): Make the test stronger. Since %d is being used | |
3999 the argument better be an integer. | |
4000 | |
4001 * mh-loaddefs.el: Regenerated. | |
4002 | |
4003 2002-12-11 Satyaki Das <satyaki@theforce.stanford.edu> | |
4004 | |
4005 * mh-funcs.el (mh-copy-msg): Add support for transient-mark-mode. | |
4006 If mark is active and transient-mark-mode is enabled then all the | |
4007 messages in the region are copied. | |
4008 | |
4009 * mh-seq.el (mh-list-sequences): Use mh-coalesce-msg-list to print | |
4010 messages in sequence nicely. The prompt for the folder is removed | |
4011 (the current folder is always used) and the output is made nicer | |
4012 by not overflowing the screen width. | |
4013 | |
4014 * mh-loaddefs.el: Regenerated. | |
4015 | |
4016 2002-12-09 Satyaki Das <satyaki@theforce.stanford.edu> | |
4017 | |
4018 * mh-comp.el (mh-letter-complete): Checkdoc fix. | |
4019 | |
4020 * mh-seq.el (mh-thread-current-indentation-level): New function | |
4021 which returns the thread indentation level of current message. | |
4022 (mh-thread-next-sibling, mh-thread-previous-sibling): New | |
4023 interactive functions to jump to the next and previous siblings in | |
4024 thread tree respectively. | |
4025 (mh-thread-immediate-ancestor): New function to jump to ancestor | |
4026 of current message in thread tree. | |
4027 (mh-thread-ancestor): New interactive function to jump to | |
4028 immediate ancestor or to root message of current thread depending | |
4029 on optional argument. | |
4030 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4031 * mh-utils.el (mh-show-thread-ancestor) |
49578 | 4032 (mh-show-thread-next-sibling, mh-show-thread-previous-sibling): |
4033 Interactive functions callable from the show buffer. | |
4034 (mh-show-thread-map): Bindings for Tu, Tp and Tn. | |
4035 | |
4036 * mh-e.el (mh-thread-map): Bindings for Tu, Tp and Tn. | |
4037 | |
4038 * mh-loaddefs.el: Regenerated. | |
4039 | |
4040 2002-12-09 Satyaki Das <satyaki@theforce.stanford.edu> | |
4041 | |
4042 * mh-seq.el (mh-region-to-sequence): Change name of region | |
4043 sequence created to 'mhe-region. This avoids any chance of | |
4044 collision with actual MH sequences. | |
4045 (mh-put-msg-in-seq, mh-thread-delete, mh-thread-refile): Change | |
4046 name of region sequence used to 'mhe-region. Also delete the | |
4047 'mhe-region sequence when done. | |
4048 | |
4049 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): Same as above. | |
4050 | |
4051 * mh-comp.el (mh-forward): Same as above. | |
4052 | |
4053 * mh-loaddefs.el: Regenerated. | |
4054 | |
4055 2002-12-08 Bill Wohler <wohler@newt.com> | |
4056 | |
4057 * mh-alias.el: Edited documentation. Broke up file into 2 | |
4058 sections: Alias Loading and Alias Expansion. Made terminology | |
4059 consistent (replaced expand, substitute, and translate with | |
4060 expand). | |
4061 (mh-alias-reload): Brought message in line with coding conventions | |
4062 and made more concise too. | |
4063 (mh-alias-translate): Renamed to mh-alias-expand. | |
4064 (mh-alias-substitute-aliases-flag): Renamed to | |
4065 mh-alias-expand-aliases-flag. | |
4066 (mh-alias-reload-local-users): Renamed to mh-alias-local-users. | |
4067 Now just returns an alist of local users rather than have | |
4068 side-effects. | |
4069 (mh-alias-reload): Set timestamp at beginning of function to catch | |
4070 edge case when alias added just after ali runs. Changed logic to | |
4071 reflect return value of mh-alias-local-users. | |
4072 | |
4073 * mh-customize.el (mh-alias-substitute-aliases-flag): Renamed to | |
4074 mh-alias-expand-aliases-flag. | |
4075 (mh-alias-local-users): Fixed documentation. | |
4076 | |
4077 * mh-loaddefs.el: Regenerated | |
4078 | |
4079 2002-12-08 Satyaki Das <satyaki@theforce.stanford.edu> | |
4080 | |
4081 * mh-e.el (require): Load Gnus at compile time so that the | |
4082 constant gnus-version is defined when MH-E is being compiled. | |
4083 (mh-macro-expansion-time-gnus-version, mh-run-time-gnus-version): | |
4084 Use the constant gnus-version instead of the function gnus-version | |
4085 to find out about gnus version information. | |
4086 (gnus-version): Remove the autoload since it is not needed any | |
4087 more. | |
4088 | |
4089 2002-12-08 Bill Wohler <wohler@newt.com> | |
4090 | |
4091 * mh-e.el (mh-version): Moved compilation information in front of | |
4092 Emacs information. The idea is that you start at MH-E and move | |
4093 outwards. Show N/A if Gnus not compiled (be explicit). Matched | |
4094 coding style with other output statements. (Aside: not that | |
4095 efficiency matters here, but fewer calls to format have to be | |
4096 faster, right? ;-). Matched output style of old output to new | |
4097 statement--liked Satyaki's indentation better ;-). | |
4098 | |
4099 2002-12-08 Satyaki Das <satyaki@theforce.stanford.edu> | |
4100 | |
4101 * mh-e.el (gnus-version): Autoload the function for use in | |
4102 mh-version. | |
4103 (mh-macro-expansion-time-gnus-version): New macro that finds the | |
4104 Gnus version at macro expansion time. | |
4105 (mh-run-time-gnus-version): New function to find the Gnus version | |
4106 at run time. | |
4107 (mh-version): Add information about Gnus versions available at | |
4108 compile time and run time. | |
4109 | |
4110 2002-12-07 Peter S Galbraith <psg@debian.org> | |
4111 | |
4112 * mh-alias.el (mh-alias-ali): Add optional argument. if USER is | |
4113 t, then assume ALIAS is an address and call ali with option -user. | |
4114 | |
4115 * mh-alias.el (mh-alias-filenames): if ARG is t, appends list of | |
4116 files from `mh-alias-system-aliases' to output list obtained from | |
4117 mhparam output user list only. | |
4118 (mh-alias-tstamp): Use it. | |
4119 | |
4120 2002-12-05 Satyaki Das <satyaki@theforce.stanford.edu> | |
4121 | |
4122 * mh-mime.el (mh-inline-vcard-p): A new function which decides if | |
4123 a vcard should be displayed inline. | |
4124 (mh-mime-display-single): Use mh-inline-vcard-p to display | |
4125 attached vcard as a signature if no other signature is present | |
4126 (this partially addresses SF #649216). | |
4127 | |
4128 2002-12-05 Peter S Galbraith <psg@debian.org> | |
4129 | |
4130 * mh-comp.el (mh-send-letter): Edits docs for mh-mml-to-mime | |
4131 getting run if variable `mh-mml-compose-insert-flag' is set. | |
4132 (mh-get-header-field): use buffer-substring-no-properties instead | |
4133 of buffer-substring. | |
4134 | |
4135 2002-12-04 Peter S Galbraith <psg@debian.org> | |
4136 | |
4137 * mh-loaddefs.el: Regenerated. | |
4138 | |
4139 * mh-customize.el (mh-customize): Add ;;;###mh-autoload tag. | |
4140 | |
4141 2002-12-04 Peter S Galbraith <psg@debian.org> | |
4142 | |
4143 * mh-loaddefs.el: Regenerated. | |
4144 | |
4145 * mh-comp.el (mh-letter-complete): New command to do alias or word | |
4146 completion in letter-mode. | |
4147 (mh-letter-mode-map): Add \M-\t binding for mh-letter-complete. | |
4148 | |
4149 * mh-alias.el (mh-alias-letter-mode-expand-alias-hook): Obsolete. | |
4150 Replaced by mh-letter-complete command. | |
4151 (mh-alias-reload-maybe): New function to rebuild alias table if | |
4152 out of date. | |
4153 (mh-alias-letter-expand-alias): No longer interactive. Use | |
4154 mh-letter-complete instead. | |
4155 | |
4156 2002-12-04 Peter S Galbraith <psg@debian.org> | |
4157 | |
4158 * mh-customize.el (mh-letter-complete-function): New defcustom. | |
4159 Function to call when completing outside of fields specified to | |
4160 aliases. | |
4161 | |
4162 * mh-alias.el (mh-alias-filenames): | |
4163 s/mh-mhparam-component/mh-profile-component/ | |
4164 (mh-profile-component): Move to mh-utils.el and make interactive. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4165 (mh-read-address): Make it autoloaded. |
49578 | 4166 |
4167 * mh-loaddefs.el: Regenerated. | |
4168 | |
4169 * mh-comp.el (mh-read-address): Removed. Replaced by mh-alias | |
4170 version. | |
4171 | |
4172 * mh-utils.el (mh-profile-component): Moved from mh-alias.el. | |
4173 | |
4174 2002-12-04 Satyaki Das <satyaki@theforce.stanford.edu> | |
4175 | |
4176 * mh-seq.el (mh-msg-is-in-seq): Formatting change. | |
4177 | |
4178 * mh-index.el (mh-index-insert-scan): Remove unused variable. | |
4179 | |
4180 2002-12-04 Bill Wohler <wohler@newt.com> | |
4181 | |
4182 * mh-loaddefs.el: Regenerated. | |
4183 | |
4184 * Makefile (MH-E-SRC): Moved mh-loaddefs.el into MH-E-LOADDEFS as | |
4185 this was causing a cycle. | |
4186 (MH-E-LOADDEFS): New variable to house mh-loaddefs.el. | |
4187 (emacs): Reintroduced autoloads. | |
4188 (autoloads): We're baaa-aack! | |
4189 (dist, install-emacs): Use MH-E-LOADDEFS. | |
4190 | |
4191 * mh-comp.el (mh-customize): Moved to mh-customize.el. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4192 |
49578 | 4193 * mh-customize.el (mh-customize): Moved here from mh-comp. Makes |
4194 more sense, doesn't it? | |
4195 | |
4196 * mh-alias.el, mh-comp.el, mh-e.el, mh-index.el, mh-mime.el, | |
4197 mh-pick.el, mh-speed.el: Added mh-autoload cookie to all | |
4198 interactive functions. | |
4199 | |
4200 2002-12-04 Satyaki Das <satyaki@theforce.stanford.edu> | |
4201 | |
4202 * Makefile (world): Remove target. | |
4203 (mh-loaddefs.el): Add comment that only GNU Emacs can be used to | |
4204 regenerate mh-loaddefs.el. | |
4205 | |
4206 * mh-make.el: Removed. | |
4207 | |
4208 2002-12-04 Mark D. Baushke <mdb@gnu.org> | |
4209 | |
4210 * mh-e.el (recursive-load-depth-limit): Only modify the limit | |
4211 if it is an integer. | |
4212 | |
4213 2002-12-04 Peter S Galbraith <psg@debian.org> | |
4214 | |
4215 * mh-utils.el (mh-header-field-beginning): New function. Move to | |
4216 the beginning of the current header field. | |
4217 | |
4218 2002-12-04 Satyaki Das <satyaki@theforce.stanford.edu> | |
4219 | |
4220 * mh-make.el (mh-files): Read in the MH-E filenames from the | |
4221 environment variable where the Makefile puts it. | |
4222 (mh-generate-autoloads, step2): Simplified since we now have the | |
4223 complete file names. | |
4224 | |
4225 * Makefile (world): Pass the MH-E files into the script, so that | |
4226 the filenames don't need to be repeated in the script. | |
4227 | |
4228 2002-12-04 Bill Wohler <wohler@newt.com> | |
4229 | |
4230 * mh-loaddefs.el: New file. Check in automatically generated file | |
4231 and include in package for the benefit of those who don't want to | |
4232 or can't compile. | |
4233 | |
4234 * Makefile (MH-E-SRC): Added mh-loaddefs.el now that it is checked | |
4235 in and will be packaged. | |
4236 (emacs): Removed autoloads. Adding mh-loaddefs.el to MH-E-SRC is | |
4237 sufficient to build it. | |
4238 (compile): Depend on MH-E-SRC instead of MH-E-OBJ and pass $? into | |
4239 emacs so that Emacs is only invoked once to compile files. This | |
4240 speeds things up by a factor of 3. It would be nice to only pass | |
4241 those files that have been modified, but Emacs 21.4 will have | |
4242 batch-byte-compile-if-not-done which we might be able to copy into | |
4243 mh-make.el (or my proposed mh-e-dev.el which would be more | |
4244 general-purpose). | |
4245 (.SUFFIXES): Removed. Now that compile works directly on the | |
4246 sources, the implicit rule is obsolete. | |
4247 (autoloads): Deleted. See emacs change above. | |
4248 | |
4249 2002-12-03 Bill Wohler <wohler@newt.com> | |
4250 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4251 * Makefile (MH-E-SRC, emacs): |
49578 | 4252 |
4253 2002-12-03 Satyaki Das <satyaki@theforce.stanford.edu> | |
4254 | |
4255 * mh-make.el (mh-emacs): Make failing condition more strict. | |
4256 (mh-loaddefs-end): Remove redundant statement. | |
4257 | |
4258 * Makefile (world): A little typo. The bug didn't seem to make any | |
4259 difference though. | |
4260 | |
4261 * mh-make.el: New script that compiles MH-E. | |
4262 (mh-loaddefs-beginning, mh-loaddefs-end): Don't save the autoloads | |
4263 file in between. Only save at the end. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4264 (mh-emacs-generate-autoloads, mh-xemacs-generate-autoloads) |
49578 | 4265 (mh-generate-autoloads): Replace the separate functions in Emacs |
4266 and XEmacs with one that works in both variants. This simplifies | |
4267 the script a lot. | |
4268 (mh-generate-autoloads): doc fix. | |
4269 | |
4270 * Makefile (world): New target which works for both GNU Emacs and | |
4271 XEmacs. | |
4272 | |
4273 2002-12-03 Peter S Galbraith <psg@debian.org> | |
4274 | |
4275 * mh-alias.el (mh-mhparam-component): Don't raise error if call to | |
4276 mhparam fails. | |
4277 | |
4278 * mh-alias.el (mh-alias-letter-expand-alias): Build alias table if | |
4279 not already available. | |
4280 | |
4281 2002-12-03 Bill Wohler <wohler@newt.com> | |
4282 | |
4283 * mh-customize.el (mh-show-threads-flag): Alphabetized. | |
4284 | |
4285 2002-12-03 Jeffrey C Honig <jch@honig.net> | |
4286 | |
4287 * Makefile: Moved .PHONY rule after all rule for compatibility | |
4288 with BSD/OS's old pmake. | |
4289 | |
4290 2002-12-03 Mark D Baushke <mdb@gnu.org> | |
4291 | |
4292 * mh-e.el (mh-get-new-mail): Simplify no-new-mail test. | |
4293 (mh-add-cur-notation): Remove unnecessary function. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4294 |
49578 | 4295 2002-12-03 Peter S Galbraith <psg@debian.org> |
4296 | |
4297 * mh-identity.el (mh-identity-make-menu): Check if | |
4298 'mh-letter-mode-map' is bound, since this code also gets run when | |
4299 mh-customize.el is loaded at startup. | |
4300 | |
4301 2002-12-03 Satyaki Das <satyaki@theforce.stanford.edu> | |
4302 | |
4303 * mh-customize.el (mh-show-threads-flag): New customizable | |
4304 variable which controls if new folders start of in threaded mode | |
4305 (closes SF #646794). | |
4306 | |
4307 * mh-e.el (mh-rescan-folder): Fix the function so that threading | |
4308 is preserved across rescans. | |
4309 (mh-visit-folder, mh-inc-folder): The folder is threaded if it was | |
4310 already threaded or if mh-show-threads-flag is non-nil and the | |
4311 number of scan lines is fewer than mh-large-folders (closes SF | |
4312 #646794). | |
4313 | |
4314 2002-12-02 Mark D Baushke <mdb@gnu.org> | |
4315 | |
4316 * mh-e.el (mh-add-cur-notation): New function to mark the | |
4317 current message with the mh-note-cur character. | |
4318 (mh-get-new-mail): Use mh-add-cur-notation to undo the work of | |
4319 mh-remove-cur-notation if there was no new mail (closes SF #647681). | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4320 |
49578 | 4321 * mh-e.el (mh-set-cmd-note): Do not update the default mh-cmd-note |
4322 value (closes SF #643701). | |
4323 | |
4324 2002-12-02 Peter S Galbraith <psg@debian.org> | |
4325 | |
4326 * mh-alias.el (mh-alias-reload): Renamed from mh-alias-learn-aliases. | |
4327 (mh-alias-load-local-users): Renamed from mh-alias-learn-local-users. | |
4328 (mh-alias-passwd-alist): New variable, holding aliases extracted | |
4329 from the passwd file. | |
4330 (mh-alias-tstamp): New variable storing the timestamp for alias | |
4331 list generation. | |
4332 (mh-read-address, mh-alias-reload, mh-alias-reload-local-users): | |
4333 Complete rewrite. | |
4334 (mh-alias-minibuffer-confirm-address): Use mh-alias-translate. | |
4335 (mh-alias-translate): New function. Return translation for alias, | |
4336 checking if in blind or passwd list. | |
4337 (mh-alias-letter-expand-alias): Rewrite using | |
4338 mail-abbrev-complete-alias from mailabbrev.el | |
4339 (mh-alias-expand-alias-map): New variable. | |
4340 (mh-alias-ali): New function. Return formatted string of | |
4341 translated ALIAS from ali. | |
4342 (mh-mhparam-component): New function. Return COMPONENT value from | |
4343 mhparam, or nil if unset. | |
4344 (mh-alias-filenames): New function. Provide list of alias | |
4345 filenames from mhparam, or nil if none are set. | |
4346 | |
4347 * mh-customize.el (mh-alias-display-blind-name-on-completion-flag): | |
4348 Obsoleted. | |
4349 (mh-alias-timestamp): Renamed to mh-alias-system-aliases. | |
4350 | |
4351 2002-12-02 Bill Wohler <wohler@newt.com> | |
4352 | |
4353 * Makefile (mh-loaddefs.el): Suppress creation of backup file. | |
4354 | |
4355 2002-12-02 Mark D. Baushke <mdb@gnu.org> | |
4356 | |
4357 * Makefile (mh-loaddefs.el): Simplify rule. | |
4358 | |
4359 * Makefile (clean): Remove mh-loaddefs.el* for good measure. | |
4360 ($(MH-E-OBJ)): Depend on mh-loaddefs.el to compile these. | |
4361 (autoloads, mh-loaddefs.el): Revamp rules. | |
4362 (mh-loaddefs.el-tail, autoloads-gen): Remove rules. | |
4363 | |
4364 * mh-e.el (recursive-load-depth-limit): Do not try to | |
4365 bump the value unless the variable exists. | |
4366 | |
4367 * mh-e.el (recursive-load-depth-limit): Bump value of | |
4368 recursive-load-depth-limit to 50 to allow emacs 21.1 which | |
4369 normally has a default value of 10 to be able to compile MH-E. | |
4370 | |
4371 2002-12-02 Satyaki Das <satyaki@theforce.stanford.edu> | |
4372 | |
4373 * mh-funcs.el (mh-pack-folder, mh-sort-folder): Fix the functions | |
4374 so that threading is preserved (needed for SF #646794). | |
4375 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4376 * mh-identity.el (mh-identity-signature-start) |
49578 | 4377 (mh-identity-signature-end): Checkdoc fixes. |
4378 | |
4379 * mh-e.el (mh-previous-unread-msg, mh-next-unread-msg): Checkdoc | |
4380 fixes. | |
4381 | |
4382 2002-12-01 Satyaki Das <satyaki@theforce.stanford.edu> | |
4383 | |
4384 * mh-identity.el (compile): Make mh-identity.el compile without | |
4385 warnings. | |
4386 | |
4387 * mh-e.el (mh-previous-unread-msg, mh-next-unread-msg): New | |
4388 interactive functions that go to next and previous unread | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4389 messages (closes SF #630328). |
49578 | 4390 (mh-folder-mode-map): Add key bindings for M-n and M-p to |
4391 mh-folder-mode-map. | |
4392 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4393 * mh-utils.el (mh-show-next-unread-msg) |
49578 | 4394 (mh-show-previous-unread-msg): New interactive functions that go |
4395 to the next and previous unread messages respectively. These are | |
4396 callable from the show buffer. | |
4397 (mh-show-mode-map): Add key bindings for M-n and M-p to | |
4398 mh-show-mode-map. | |
4399 | |
4400 2002-12-01 Bill Wohler <wohler@newt.com> | |
4401 | |
4402 * mh-mime.el (mh-defun-compat): Make it indent like a defun. | |
4403 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4404 * mh-index.el (mh-defun-index): Make it indent like a defun. |
49578 | 4405 |
4406 * mh-customize.el: New file (closes SF #643722). | |
4407 | |
4408 * Makefile (MH-E-SRC): Added mh-customize.el (closes SF #643722). | |
4409 | |
4410 * mh-speed.el, mh-pick.el, mh-mime.el, mh-index.el, mh-e.el, | |
4411 mh-comp.el: Moved all defgroups, defcustoms, and deffaces to | |
4412 mh-customize.el (closes SF #643722). | |
4413 | |
4414 * mh-utils.el (mh-xemacs-flag): Moved here from below since | |
4415 needed by mh-customize.el. | |
4416 (mh-customize): Required. mh-invisible-headers) | |
4417 (mh-bury-show-buffer-flag, mhl-formfile): | |
4418 Moved all defgroups, defcustoms, and deffaces to mh-customize.el | |
4419 (closes SF #643722) . | |
4420 | |
4421 * mh-identity.el (mh-comp-loaded): New variable in a desparate | |
4422 attempt to prevent an infinite loop. | |
4423 (eval-when-compile): Was able to remove these defvars as they are | |
4424 now predefined in mh-loaddefs and mh-customize. | |
4425 (mh-identity-list-set): Added ;;;###mh-autoload cookie. | |
4426 Moved all defgroups, defcustoms, and deffaces to mh-customize.el | |
4427 (closes SF #643722). | |
4428 | |
4429 * mh-alias.el (mh-e): Require this, as it needs defcustoms, which | |
4430 is in mh-customize which is required by mh-utils which is required | |
4431 by mh-e. | |
4432 Moved all defgroups, defcustoms, and deffaces to mh-customize.el | |
4433 (closes SF #643722). | |
4434 | |
4435 2002-11-30 Satyaki Das <satyaki@theforce.stanford.edu> | |
4436 | |
4437 * mh-e.el (mh-thread-map): Add key bindings "Td" and "To" (closes | |
4438 SF #630493). | |
4439 (mh-help-messages): Update help message for prefix map. | |
4440 (mh-help-messages): Doc fix. | |
4441 (mh-help-messages): Really fix it. | |
4442 | |
4443 * mh-utils.el (mh-show-thread-delete, mh-show-thread-refile): New | |
4444 interactive functions corresponding to mh-thread-delete and | |
4445 mh-thread-refile callable from the show buffer. | |
4446 (mh-show-thread-map): Add key bindings for "Td" "To". | |
4447 | |
4448 * mh-seq.el (mh-narrow-to-seq, mh-put-msg-in-seq, mh-rename-seq) | |
4449 (mh-narrow-to-subject, mh-delete-subject, mh-toggle-threads): Add | |
4450 mh-autoload cookies. | |
4451 (mh-thread-find-children): New function which finds the region | |
4452 containing all children of a message. | |
4453 (mh-thread-delete): New interactive function that marks for | |
4454 deletion the current message and its children. | |
4455 (mh-thread-refile): New interactive function that marks for | |
4456 refiling the current message and its children. | |
4457 | |
4458 2002-11-30 Bill Wohler <wohler@newt.com> | |
4459 | |
4460 * mh-funcs.el, mh-identity.el, mh-index.el, mh-pick.el, mh-seq.el: | |
4461 Removed MH-E autoloads. These are now provided by mh-loaddefs.el. | |
4462 Added ;;;###mh-autoload tag to selected functions so that | |
4463 autoloads for those functions can be automatically created in | |
4464 mh-loaddefs.el (closes half of SF #643722). | |
4465 | |
4466 * mh-mime.el (mh-buffer-data): Moved to mh-utils where it is used. | |
4467 Added ;;;###mh-autoload tag to selected functions so that | |
4468 autoloads for those functions can be automatically created in | |
4469 mh-loaddefs.el (closes half of SF #643722).. | |
4470 | |
4471 * mh-utils.el (mh-loaddefs): Added require. | |
4472 (mh-buffer-data): Moved here from mh-mime.el as it is used in | |
4473 mh-display-msg. | |
4474 (mh-set-cmd-note): Moved to mh-e.el. | |
4475 Removed MH-E autoloads. These are now provided by mh-loaddefs.el. | |
4476 Added ;;;###mh-autoload tag to selected functions so that | |
4477 autoloads for those functions can be automatically created in | |
4478 mh-loaddefs.el (closes half of SF #643722).. | |
4479 | |
4480 * mh-e.el (mh-set-cmd-note): Moved here from mh-utils.el since it | |
4481 uses mh-scan-format-file which is defined here. | |
4482 Removed MH-E autoloads. These are now provided by mh-loaddefs.el. | |
4483 Added ;;;###mh-autoload tag to selected functions so that | |
4484 autoloads for those functions can be automatically created in | |
4485 mh-loaddefs.el (closes half of SF #643722).. | |
4486 | |
4487 * mh-comp.el, mh-speed.el (mh-utils): Removed require. mh-utils is | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4488 provided via mh-e.el. |
49578 | 4489 Removed MH-E autoloads. These are now provided by mh-loaddefs.el. |
4490 Added ;;;###mh-autoload tag to selected functions so that | |
4491 autoloads for those functions can be automatically created in | |
4492 mh-loaddefs.el (closes half of SF #643722).. | |
4493 | |
4494 * Makefile (emacs): Add dependency on autoloads. | |
4495 (clean): Remove mh-loaddefs.el too. | |
4496 (autoloads): New target. Builds mh-loaddefs.el. | |
4497 (mh-loaddefs.el): New target. Initializes mh-loaddefs.el. | |
4498 (mh-loaddefs.el-tail): New target. Appends to mh-loaddefs.el. | |
4499 (autoloads-gen): Runs batch-update-autoloads to populate | |
4500 mh-loaddefs.el (closes half of SF #643722).. | |
4501 (auto-autoloads.elc): Renamed from autoloads to be explicit about | |
4502 file that's created. | |
4503 (custom-load.elc): Ditto. | |
4504 | |
4505 2002-11-30 Satyaki Das <satyaki@theforce.stanford.edu> | |
4506 | |
4507 * mh-seq.el (mh-thread-last-ancestor): New variable which keeps | |
4508 track of oldest ancestor of last message. If due to narrowing the | |
4509 common ancestor of two messages is lost then one of them is | |
4510 promoted to be the parent of the other. This variable helps in | |
4511 this process. | |
4512 (mh-thread-generate-scan-lines): Group messages which belong to | |
4513 the same thread tree, even if a common ancestor is no longer | |
4514 present. | |
4515 (mh-thread-folder, mh-copy-seq-to-eob, mh-thread-inc): Bind | |
4516 mh-thread-last-ancestor to nil when calling | |
4517 mh-thread-generate-scan-lines. | |
4518 | |
4519 * mh-mime.el (font-lock): Font-lock required at compile time to | |
4520 avoid warning about font-lock-maximum-size | |
4521 (mh-display-smileys, mh-display-emphasis): Show graphical smileys | |
4522 and emphasis only if message isn't too large. | |
4523 | |
4524 * mh-e.el (mh-visit-folder): Revisiting a buried folder which has | |
4525 been threaded or narrowed confuses MH-E. Even though the folder is | |
4526 displayed as not threaded and not narrowed, MH-E still believes | |
4527 the folder is in the previous state. This can cause problems when | |
4528 trying to narrow/thread the folder. The change fixes this. | |
4529 | |
4530 * mh-mime.el (mh-mime-display-alternative): The setting of | |
4531 mh-display-buttons-for-inline-parts-flag was not being used when | |
4532 displaying one of the alternatives. This change fixes that. | |
4533 | |
4534 * mh-comp.el (mh-show-buffer-message-number): Replace subseq with | |
4535 substring. | |
4536 (mh-filter-out-non-text): When filtering out MIME buttons from | |
4537 yanked text, the last line of the MIME part was getting lost. The | |
4538 fix avoids that and removes only the last new line instead. | |
4539 | |
4540 2002-11-29 Peter S Galbraith <psg@debian.org> | |
4541 | |
4542 * Makefile (MH-E-SRC): Add mh-alias. | |
4543 | |
4544 * mh-alias.el: Assign copyright to FSF instead of myself. | |
4545 (mh-read-address): Add support for emacs-21's | |
4546 completing-read-multiple to prompt for multiple entries. | |
4547 (mh-alias-PC-complete-address): Deleted. | |
4548 (mh-alias-learn-aliases): Use mh-exec-cmd-quiet instead of old kludge. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4549 (mh-alias-letter-mode-expand-alias-hook): Simplify. |
49578 | 4550 (mh-alias-hostname): Deleted. |
4551 (mh-alias-substitute-aliases-flag): Change default to nil. | |
4552 (mh-alias-display-blind-name-on-completion-flag) Change default to | |
4553 nil. | |
4554 (mh-alias-alist): Now holds alias values. | |
4555 (mh-alias-lowercase-alist): Deleted. | |
4556 (mh-alias-minibuffer-confirm-address, mh-alias-learn-aliases) | |
4557 (mh-alias-learn-local-users, mh-alias-letter-expand-alias): Use | |
4558 new mh-alias-alist instead of old mh-alias-lowercase-alist. | |
4559 | |
4560 * mh-alias.el: Moved from contrib/ directory. Now part of MH-E! | |
4561 | |
4562 * Makefile (MH-E-SRC): Add mh-identity. | |
4563 | |
4564 * mh-identity.el (mh-compose-and-send-mail, mh-insert-identity) | |
4565 (mh-identity-make-menu, mh-identity-default, mh-identity-menu): | |
4566 Moved to mh-comp.el. | |
4567 | |
4568 * mh-comp.el (mh-compose-and-send-mail): Add mh-identity support. | |
4569 (mh-insert-identity, mh-identity-make-menu, mh-identity-default) | |
4570 (mh-identity-menu): Added from mh-identity.el | |
4571 | |
4572 2002-11-29 Bill Wohler <wohler@newt.com> | |
4573 | |
4574 * mh-comp.el, mh-e.el, mh-funcs.el, mh-identity.el, mh-index.el, | |
4575 mh-mime.el, mh-pick.el, mh-seq.el, mh-speed.el, mh-utils.el: | |
4576 Ran indent-region, reformatted long lines, ran untabify. | |
4577 (indent-tabs-mode): Set file local variable to nil. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4578 |
49578 | 4579 2002-11-29 Bill Wohler <wohler@newt.com> |
4580 | |
4581 * Released MH-E version 7.0. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4582 |
49578 | 4583 * mh-e.el (Version, mh-version): Updated for release 7.0. |
4584 | |
4585 * mh-comp.el (subseq, search): Require cl instead of autoloading | |
4586 these due to compilation warnings in CVS Emacs. | |
4587 | |
4588 2002-11-23 Bill Wohler <wohler@newt.com> | |
4589 | |
4590 * MH-E-NEWS: Emphasize the renaming of the variables at the top of | |
4591 the notes. | |
4592 | |
4593 2002-11-22 Satyaki Das <satyaki@theforce.stanford.edu> | |
4594 | |
4595 * mh-utils.el (mh-show-mode-map): Remove binding for RET since it | |
4596 is not needed and the binding is more useful to toggle display of | |
4597 MIME parts. | |
4598 | |
4599 * mh-mime.el (mh-mime-button-commands): Remove bindings for "i" | |
4600 and "o" from MIME buttons. | |
4601 (mh-insert-mime-button): Change comment to reflect change in | |
4602 button key map. | |
4603 | |
4604 2002-11-21 Bill Wohler <wohler@newt.com> | |
4605 | |
4606 * Released MH-E version 6.1.91. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4607 |
49578 | 4608 * mh-e.el (Version, mh-version): Updated for release 6.1.91. |
4609 | |
4610 * MH-E-NEWS: Inline HTML parts supported with Gnus 5.10, not 5.9. | |
4611 | |
4612 2002-11-21 Mark D. Baushke <mdb@gnu.org> | |
4613 | |
4614 * mh-comp.el (mh-letter-insert-signature-hook): This should be in | |
4615 customize-group mh-compose. | |
4616 | |
4617 2002-11-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
4618 | |
4619 * mh-utils.el (load): Load mm-view.el here so that | |
4620 mm-inline-text-html would be defined if available. | |
4621 (mh-mm-inline-media-tests): If mm-inline-text-html is available | |
4622 then use it, otherwise fall back on using mm-inline-text (closes | |
4623 SF #641482). | |
4624 | |
4625 * mh-mime.el (load): Remove the load of mm-view here since it | |
4626 happens in mh-utils.el now. | |
4627 | |
4628 2002-11-15 Bill Wohler <wohler@newt.com> | |
4629 | |
4630 * Released MH-E version 6.1.90. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4631 |
49578 | 4632 * README (Compile): New section. Users must now compile MH-E due |
4633 to the vagaries of the various versions of gnus. | |
4634 | |
4635 * Makefile (MH-E-IMG): Added reply-all.pbm, reply-all.xpm, | |
4636 reply-from.pbm, reply-from.xpm, reply-to.pbm, reply-to.xpm. | |
4637 (MH-E-ETC-ETC): Added Makefile and README. | |
4638 (dist): Depend on all, so clean happens. Don't add .elc files to | |
4639 tarball as they are built upon installation now. | |
4640 | |
4641 2002-11-15 Satyaki Das <satyaki@theforce.stanford.edu> | |
4642 | |
4643 * mh-e.el (mh-process-commands): Fix a bug in mh-execute-commands. | |
4644 If called in threaded mode, cur was always getting set to the last | |
4645 message in the folder. | |
4646 | |
4647 2002-11-14 Bill Wohler <wohler@newt.com> | |
4648 | |
4649 * mh-e.el (Version, mh-version): Updated for release 6.1.90. | |
4650 | |
4651 * MH-E-NEWS, README: Updated for release 7.0. | |
4652 | |
4653 * mh-utils.el (mh-index-search): Added full docstring which new | |
4654 users will need before they run a search! | |
4655 (mh-swish++-execute-search, mh-swish-execute-search, | |
4656 mh-namazu-execute-search mh-glimpse-execute-search): Added | |
4657 autoloads with full docstrings for the same reason! | |
4658 | |
4659 * mh-e.el (mh-limit-map): Removed / / alias for | |
4660 mh-narrow-to-subject. | |
4661 | |
4662 * mh-utils.el (mh-show-thread-map): Removed / / alias for | |
4663 mh-show-narrow-to-subject. | |
4664 | |
4665 * mh-seq.el (mh-delete-subject): Checkdoc fix. | |
4666 | |
4667 * mh-e.el (mh-help-messages): Added / prefix character to help | |
4668 string. Tweaked / helpstring a little. | |
4669 | |
4670 2002-11-14 Mark D. Baushke <mdb@gnu.org> | |
4671 | |
4672 * mh-utils.el (mh-set-cmd-note): Fix nitpick by adding one to the | |
4673 width for cosmetic reasons. | |
4674 | |
4675 2002-11-14 Peter S Galbraith <psg@debian.org> | |
4676 | |
4677 * mh-identity.el (mh-insert-identity): Fix a few things undone by | |
4678 Jeff's patch. | |
4679 (mml-insert-tag): Add autoload. | |
4680 | |
4681 2002-11-13 Mark D. Baushke <mdb@gnu.org> | |
4682 | |
4683 * mh-identity.el (mh-insert-identity): A value of either nil or | |
4684 "" should cause the field to be removed. | |
4685 (mh-identity-list): Update the docstring. | |
4686 | |
4687 2002-11-13 Peter S Galbraith <psg@debian.org> | |
4688 | |
4689 * mh-e.el (mh-limit-map): New key map for limits (subject for now). | |
4690 * mh-utils.el (mh-show-limit-map): Same. | |
4691 | |
4692 * mh-seq.el (mh-delete-subject): Renamed from | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4693 mh-delete-subject-sequence. |
49578 | 4694 (mh-narrow-to-subject): Renamed from mh-narrow-to-subject-sequence. |
4695 (mh-next-unseen-subject-sequence): Removed. :-( | |
4696 * mh-e.el: Use 'em | |
4697 * mh-seq.el: Use 'em. | |
4698 | |
4699 2002-11-13 Mark D. Baushke <mdb@gnu.org> | |
4700 | |
4701 * mh-e.el (mh-alt-show): New defalias for mh-show. | |
4702 (mh-alt-refile-msg): New defalias for mh-refile-msg. | |
4703 (mh-alt-send): New defalias for mh-send. | |
4704 (mh-folder-mode-map): Use mh-alt-show, mh-alt-refile-msg and | |
4705 mh-alt-send for the alias bindings. | |
4706 (mh-alt-visit-folder): New defalias for mh-visit-folder. | |
4707 (mh-folder-map): Use it. | |
4708 (mh-folder-message-menu): Revert previous change. | |
4709 | |
4710 2002-11-13 Peter S Galbraith <psg@debian.org> | |
4711 | |
4712 * mh-e.el (mh-folder-message-menu): Make key binding "o" appear in | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4713 menu for mh-refile-msg. |
49578 | 4714 |
4715 2002-11-13 Satyaki Das <satyaki@theforce.stanford.edu> | |
4716 | |
4717 * mh-seq.el (mh-thread-generate-scan-lines): In threaded view, | |
4718 scan lines of duplicate messages were too long. The change fixes | |
4719 that. | |
4720 | |
4721 2002-11-13 Bill Wohler <wohler@newt.com> | |
4722 | |
4723 * mh-utils.el (mh-adaptive-cmd-note-flag): Improved grammar in | |
4724 docstring. | |
4725 | |
4726 * mh-speed.el (mh-speed-run-flists-flag): While documenting this | |
4727 variable in the release notes, I was unsure what would happen if | |
4728 set to nil. So, I clarified the docstring and indicated | |
4729 implications of setting this variable to nil, and offered manual | |
4730 workaround. | |
4731 | |
4732 2002-11-13 Satyaki Das <satyaki@theforce.stanford.edu> | |
4733 | |
4734 * mh-index.el (mh-index-quit): Fix documentation and run | |
4735 mh-before-quit-hook and mh-quit-hook. | |
4736 | |
4737 2002-11-13 Bill Wohler <wohler@newt.com> | |
4738 | |
4739 * mh-utils.el (with-mh-folder-updating): Renamed local variable | |
4740 mh-save-modification-flag to save-modification-flag. | |
4741 | |
4742 2002-11-12 Bill Wohler <wohler@newt.com> | |
4743 | |
4744 * mh-index.el (mh-index-keymap): Renamed to | |
4745 mh-index-folder-mode-keymap to be a closer to the usual keymap | |
4746 naming convention. Since we want our own keymap and not inherit | |
4747 the one in mh-folder-mode, we need to use a suffix other than | |
4748 -map. | |
4749 | |
4750 * mh-e.el (mh-folder-sequence-menu): s/Msg/Message. | |
4751 s/Seq/Sequence. | |
4752 (mh-folder-message-menu): s/Msg/Message. Removed redundant refile | |
4753 item. | |
4754 (mh-folder-folder-menu): Aligned symbols. | |
4755 | |
4756 * mh-index.el (mh-index-folder-message-menu): s/Msg/Message. | |
4757 | |
4758 * mh-utils.el (mh-show-sequence-menu): s/Msg/Message. | |
4759 s/Seq/Sequence. | |
4760 (mh-show-message-menu): s/Msg/Message. Removed redundant refile | |
4761 item. | |
4762 (mh-show-folder-menu): Aligned symbols. | |
4763 | |
4764 2002-11-12 Satyaki Das <satyaki@theforce.stanford.edu> | |
4765 | |
4766 * mh-index.el (mh-index-matches, mh-index-current-match): Remove | |
4767 these variables since they were only used for glimpse and grep. | |
4768 Now the functionality of all the indexing programs will be | |
4769 uniform. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4770 (mh-index-search, mh-index-insert-scan, mh-defun-index) |
49578 | 4771 (mh-index-show): Simplify functions since matches are no longer |
4772 shown. | |
4773 (mh-index-parse-match): Remove function. | |
4774 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4775 * mh-e.el (mh-scan-cmd-note-width, mh-scan-destination-width) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4776 (mh-scan-date-width, mh-scan-date-flag-width) |
49578 | 4777 (mh-scan-from-mbox-width, mh-scan-from-mbox-sep-width): New |
4778 variables to keep track of the widths of the different fields in | |
4779 the scan lines. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4780 (mh-scan-field-from-start-offset, mh-scan-field-from-end-offset) |
49578 | 4781 (mh-scan-field-subject-start-offset): Offsets that are computed |
4782 from the scan line widths. | |
4783 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4784 * mh-seq.el (mh-copy-seq-to-eob, mh-thread-inc) |
49578 | 4785 (mh-thread-parse-scan-line): Use new variables that remember the |
4786 various offsets in place of integer constants. | |
4787 (mh-thread-generate-scan-lines): Space shouldn't be added here! | |
4788 | |
4789 2002-11-12 Bill Wohler <wohler@newt.com> | |
4790 | |
4791 * mh-e.el (mh-scan-format-mh, mh-scan-format-nmh): Noted that the | |
4792 first column is column number 0 and changed "sixth column" to | |
4793 "fifth column" accordingly. | |
4794 | |
4795 * mh-index.el (mh-index-folder-mode): Clarified method of replying | |
4796 in mode documentation. | |
4797 (mh-index-folder-tool-bar-map): s/mh-e/MH-E/. | |
4798 | |
4799 * mh-e.el (mh-generate-new-cmd-note): Try not to mention internal | |
4800 variable mh-cmd-note in docstrings. | |
4801 | |
4802 * mh-utils.el (mh-adaptive-cmd-note-flag): Set default value to t. | |
4803 Reworded docstring so it doesn't mention internal variable | |
4804 mh-cmd-note. Added information about using fixed-width message | |
4805 numbers. | |
4806 (mh-cmd-note): Mention mh-set-cmd-note in docstring. Also suggest | |
4807 that it is updated dynamically only if mh-scan-format-file is t. | |
4808 (mh-set-cmd-note): Grammer fix in docstring. | |
4809 (mh-cmd-note): Noted that the first column is column number 0. | |
4810 | |
4811 * mh-e.el (mh-scan-format-file): Added information about | |
4812 mh-set-cmd-note and mh-adaptive-cmd-note-flag to docstring. | |
4813 | |
4814 * mh-index.el (mh-index-keymap): Added bindings for i | |
4815 (mh-inc-folder), m (mh-send alias), and s (mh-send) since these | |
4816 appear to be supported and are found in the toolbar. | |
4817 (mh-index-folder-key-map): Ditto for f (mh-visit-folder alias), o | |
4818 (mh-visit-folder) alias, and v (mh-visit-folder). | |
4819 (mh-index-folder-mode-help-messages): Changes for above. | |
4820 (mh-index-folder-message-menu, mh-index-folder-folder-menu): New | |
4821 menus. I decided to delete the unavailable items since greying out | |
4822 implies that the user can do something to access them. In this | |
4823 case, that's not the case. Well, that's not entirely true--the | |
4824 user could write code for those functions ;-). | |
4825 (mh-index-folder-mode): Use new menus. | |
4826 | |
4827 * mh-utils.el (mh-prompt-for-folder): Added optional argument | |
4828 default-string which can be used in case the string for default | |
4829 isn't intuitive enough. | |
4830 | |
4831 * mh-index.el (mh-index-search): Made default prompt more | |
4832 intuitive (I hope!). | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4833 |
49578 | 4834 2002-11-11 Peter S Galbraith <psg@debian.org> |
4835 | |
4836 * mh-identity.el (mh-header-field-delete): Remove save-excursion. | |
4837 Strange that this worked for me before... Thanks to Jeff for the | |
4838 patch. | |
4839 (mh-insert-identity): Numerous tweaks and fixes from Jeff who also | |
4840 adds a nicer-looking MIME header for signatures inserted after | |
4841 MIME insertions. | |
4842 | |
4843 2002-11-11 Satyaki Das <satyaki@theforce.stanford.edu> | |
4844 | |
4845 * mh-seq.el (mh-thread-parse-scan-line): Generalize this function | |
4846 so that it can take a string containing the scan-line as argument | |
4847 in addition to using the line at point. | |
4848 (mh-thread-add-spaces): New function to pad each scan line to the | |
4849 appropriate length. This is called when mh-cmd-note is increased. | |
4850 | |
4851 * mh-e.el (mh-generate-new-cmd-note): Make this work on a threaded | |
4852 folder by using mh-thread-add-spaces to pad the pre-existing lines | |
4853 in mh-thread-scan-line-map appropriately. | |
4854 (mh-thread-add-spaces): Autoload from mh-seq. | |
4855 | |
4856 2002-11-11 Mark D. Baushke <mdb@gnu.org> | |
4857 | |
4858 * mh-index.el: Fix checkdoc nit. | |
4859 | |
4860 * mh-mime.el (mh-display-buttons-for-inline-parts-flag): Renamed | |
4861 from mh-display-buttons-for-inline-parts. | |
4862 (mh-mime-display-single): Use it. | |
4863 This addresses part of SF #627015. | |
4864 | |
4865 * mh-e.el (mh-print-background-flag): Renamed from | |
4866 mh-print-background. | |
4867 * mh-funcs.el (mh-print-msg): Use it. | |
4868 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4869 |
49578 | 4870 * mh-comp.el (mh-delete-yanked-msg-window-flag): Renamed from |
4871 mh-delete-yanked-msg-window. | |
4872 (mh-yank-from-start-of-msg, mh-yank-cur-msg): Use it. | |
4873 This addresses part of SF #627015. | |
4874 | |
4875 * mh-utils.el (mh-update-sequences-after-mh-show-flag): Renamed | |
4876 from mh-update-sequences-after-mh-show. | |
4877 (mh-show-msg): Use it. | |
4878 This addresses part of SF #627015. | |
4879 | |
4880 * mh-utils.el (mh-decode-quoted-printable-flag): Renamed from | |
4881 mh-decode-quoted-printable | |
4882 (mh-display-msg, mh-decode-quoted-printable-have-mimedecode): | |
4883 Use it. | |
4884 This addresses part of SF #627015. | |
4885 | |
4886 * mh-utils.el (mh-recursive-folders-flag): Renamed from | |
4887 mh-recursive-folders. | |
4888 (mh-make-folder-list-background): Use it. | |
4889 * mh-funcs.el (mh-list-folders): Ditto. | |
4890 This addresses part of SF #627015. | |
4891 | |
4892 * mh-utils.el (mh-auto-folder-collect-flag): Renamed from | |
4893 mh-auto-folder-collect. | |
4894 (mh-find-path): Use it. | |
4895 This addresses part of SF #627015. | |
4896 | |
4897 * mh-utils.el (mh-decode-mime-flag): Renamed from | |
4898 mh-decode-mime. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4899 * mh-utils.el (mh-show-mode, mh-show-xface) |
49578 | 4900 (mh-decode-quoted-printable, mh-display-msg, mh-display-msg): Use it. |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
4901 * mh-mime.el (mh-graphical-smileys-flag) |
49578 | 4902 (mh-graphical-emphasis-flag): Ditto. |
4903 * mh-index.el (mh-index-search, mh-index-show): Ditto. | |
4904 * mh-e.el (mh-header-display): Ditto. | |
4905 This addresses part of SF #627015. | |
4906 | |
4907 * mh-e.el (mh-make-folder-mode-line): Use save-window-excursion | |
4908 to get back to the current message. | |
4909 | |
4910 2002-11-10 Satyaki Das <satyaki@theforce.stanford.edu> | |
4911 | |
4912 * mh-index.el (mh-index-keymap, mh-index-page-msg) | |
4913 (mh-index-folder-tool-bar-map): Replace mh-index-scroll-up with | |
4914 mh-index-page-msg. | |
4915 (mh-index-keymap, mh-index-previous-page): Replace | |
4916 mh-index-scroll-down with mh-index-previous-page. | |
4917 | |
4918 2002-11-09 Satyaki Das <satyaki@theforce.stanford.edu> | |
4919 | |
4920 * mh-index.el (autoload/require): Load mh-mime when mh-index.el is | |
4921 loaded. This fixes the infinite load loop. I am not sure what the | |
4922 actual problem is. Also removed the nop requires/autoloads. | |
4923 (mh-defun-index): Use the right argument for mh-recenter. | |
4924 Otherwise it misbehaves for the default value of | |
4925 mh-summary-height. | |
4926 | |
4927 * mh-e.el (mh-goto-next-button): Fix infinite loop when S-Tab was | |
4928 used on first line of index folder buffer. | |
4929 | |
4930 2002-11-09 Peter S Galbraith <psg@debian.org> | |
4931 | |
4932 * mh-index.el (mh-index-folder-tool-bar-map): Tool-bar for | |
4933 mh-index-mode. | |
4934 (mh-index-folder-mode): Use it. | |
4935 (mh-index-keymap): Added mouse-2 binding, like in regular | |
4936 folder-mode. | |
4937 | |
4938 2002-11-08 Satyaki Das <satyaki@theforce.stanford.edu> | |
4939 | |
4940 * mh-index.el (mh-index-folder-mode): Fix doc string for major | |
4941 mode. It was pointing to the wrong keymap. | |
4942 (mh-index-show-mode): Fix doc string for mode. Also add mh-help | |
4943 support. | |
4944 | |
4945 * mh-comp.el (mh-forward, mh-yank-cur-msg): Use new macro | |
4946 mh-mark-active-p instead. This does the right thing for different | |
4947 variants of Emacs. | |
4948 (mh-yank-cur-msg): Add a space between sexprs. | |
4949 | |
4950 * mh-utils.el (mh-mark-active-p): New macro which papers over | |
4951 diffences between GNU Emacs and XEmacs. The variables mark-active | |
4952 and transient-mark-mode are used in GNU Emacs while zmacs-regions | |
4953 and region-active-p are used in XEmacs. | |
4954 | |
4955 * mh-seq.el (mh-put-msg-in-seq, mh-thread-ancestor-p): Use | |
4956 mh-mark-active-p as above. | |
4957 | |
4958 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): Use | |
4959 mh-mark-active-p as above. | |
4960 | |
4961 2002-11-06 Peter S Galbraith <psg@debian.org> | |
4962 | |
4963 * mh-comp.el (mh-yank-cur-msg): Fix for XEmacs. It didn't work | |
4964 with a selected region, and left the inserted text selected (in | |
4965 reverse video). I didn't use SF patch #402315 to implement this. | |
4966 | |
4967 2002-11-05 Peter S Galbraith <psg@debian.org> | |
4968 | |
4969 * mh-utils.el (mh-show-tool-bar-map): Change call to | |
4970 mh-tool-bar-search-command such that user can customize it for the | |
4971 current session. | |
4972 | |
4973 * mh-e.el (mh-folder-tool-bar-map): Same. | |
4974 | |
4975 2002-11-05 Bill Wohler <wohler@newt.com> | |
4976 | |
4977 * mh-utils.el, mh-e.el (mh-tool-bar-search-function): Renamed from | |
4978 mh-tool-bar-search-command. | |
4979 | |
4980 * mh-index.el (mh-index-search): Backed out previous change to | |
4981 prompt. There ain't no folder named "all." | |
4982 | |
4983 * mh-utils.el (mh-tool-bar-search-command): Added mh-search-folder | |
4984 and mh-index-search to the docstring so that user can easily click | |
4985 on them for more information. | |
4986 | |
4987 * mh-pick.el (mh-search-folder): Mention that this function uses | |
4988 the MH pick command to give the user more information when | |
4989 choosing between mh-search-folder and mh-index-folder. | |
4990 | |
4991 * mh-index.el (mh-index-search): Edited the docstring. Direct the | |
4992 user to mh-index-program if necessary. | |
4993 (mh-index-program): Edited this docstring too. Viewing the help | |
4994 in a *Help* buffer really exposes grammatical flaws. | |
4995 | |
4996 2002-11-05 Peter S Galbraith <psg@debian.org> | |
4997 | |
4998 * mh-utils.el (mh-tool-bar-search-command): New defcustom to set | |
4999 what search function to use in tool-bar. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5000 (mh-show-tool-bar-map): Use it. |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5001 |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5002 * mh-e.el (mh-folder-tool-bar-map): Use it. |
49578 | 5003 |
5004 2002-11-05 Bill Wohler <wohler@newt.com> | |
5005 | |
5006 * mh-index.el (mh-index-search): Changed default prompt from "+" | |
5007 to "all". mh-prompt-for-folder doesn't seem to mind. | |
5008 | |
5009 * mh-e.el (mh-folder-folder-menu): Added menu entry for | |
5010 mh-index-search. | |
5011 | |
5012 * mh-utils.el (mh-show-folder-menu): Added menu entry for | |
5013 mh-index-search. | |
5014 | |
5015 * mh-index.el: Added commentary on supported search engines and | |
5016 for getting started (initializing database). | |
5017 | |
5018 2002-11-04 Satyaki Das <satyaki@theforce.stanford.edu> | |
5019 | |
5020 * mh-index.el (mh-index-keymap, mh-index-folder-key-map): Move key | |
5021 binding of "i" to "Fi". | |
5022 (mh-index-folder-mode-help-messages): Change help message to | |
5023 reflect above change. | |
5024 | |
5025 2002-11-04 Bill Wohler <wohler@newt.com> | |
5026 | |
5027 * mh-index.el (mh-index-program, mh-indexer): Swapped names since | |
5028 the former seems like a better user variable name. If you've | |
5029 customized mh-indexer, be sure to toss it out and customize | |
5030 mh-index-program. | |
5031 | |
5032 2002-11-04 Satyaki Das <satyaki@theforce.stanford.edu> | |
5033 | |
5034 * mh-index.el (mh-indexer-choices): Not having the quotes in the | |
5035 binary names is a bit nicer since that maintains uniformity with | |
5036 the other names. | |
5037 (mh-index-choose): Use symbol-value instead of eval. Eval should | |
5038 be avoided except when it can't be :-). | |
5039 | |
5040 2002-11-04 Bill Wohler <wohler@newt.com> | |
5041 | |
5042 * mh-index.el (mh-index-program): New variable to hold the name of | |
5043 the indexer that was found; use this instead of clobbering | |
5044 user-customizable variable mh-indexer. | |
5045 (mh-index-search): Use it. Added comments to keep others from | |
5046 doing what I had done (fortunately, I caught myself before | |
5047 checking it in ;-). | |
5048 (mh-index-choose): Set mh-index-program instead of mh-indexer. | |
5049 Update docstring to describe side-effects. | |
5050 | |
5051 * mh-index.el (mh-indexer): Added swish++ to docstring. Chances | |
5052 are good that if someone has both swish++ and swish, they want to | |
5053 use the much faster, much smaller swish, so move it up in the | |
5054 list. | |
5055 (mh-indexer-choices): Ditto for rationale for moving swish++ up in | |
5056 priority over swish. Also, use -binary symbols instead of | |
5057 hard-coding binary names. This allows package installers to | |
5058 customize the location of the binaries in site-lisp and still have | |
5059 the auto-detection code work. It also allows one to have alternate | |
5060 binary names (see mh-swish++-binary). | |
5061 (mh-index-search): Ditto (moving swish++ up). | |
5062 (mh-swish++-binary): Look for search++, then search. The rationale | |
5063 is that a package maintainer may rename search to search++ if | |
5064 search is already in use (e.g., Debian) so try it first. | |
5065 (mh-swish++-execute-search): Replaced Satyaki's path with dummy | |
5066 path in docstring. Also removed RecurseSubdirs since this is the | |
5067 default. Added comment that index might be named index++ on some | |
5068 systems (e.g., Debian). | |
5069 (mh-index-choose): Updated to work with new mh-indexer-choices. | |
5070 | |
5071 2002-11-04 Peter S Galbraith <psg@debian.org> | |
5072 | |
5073 * mh-identity.el (mh-identity-list-set): Don't call easy-menu-add | |
5074 here, since that adds the menu to the Customize buffer in XEmacs. | |
5075 | |
5076 2002-11-04 Peter S Galbraith <psg@debian.org> | |
5077 | |
5078 * mh-comp.el (mh-mhn-compose-insert-flag) | |
5079 (mh-mml-compose-insert-flag): Removed eval-when-compile defvar. | |
5080 | |
5081 * mh-mime.el (mh-mhn-compose-insert-flag) | |
5082 (mh-mml-compose-insert-flag): Move variables to mh-utils.el. | |
5083 Fixes mh-letter-menu for XEmacs. | |
5084 | |
5085 2002-11-04 Eric Ding <eding@rational.com> | |
5086 | |
5087 * mh-comp.el (mh-rejected-letter-start): add another string | |
5088 | |
5089 2002-11-04 Eric Ding <ericding@alum.mit.edu> | |
5090 | |
5091 * mh-comp.el (mh-rejected-letter-start): regexp-opt doesn't take | |
5092 regexps as args, only regular strings | |
5093 | |
5094 2002-11-04 Peter S Galbraith <psg@debian.org> | |
5095 | |
5096 * mh-comp.el (mh-insert-mail-followup-to): Don't modify a | |
5097 pre-existing M-F-T field. If a nmh replgroupcomps propagates a | |
5098 M-F-T field in a message reply, then we have to have it alone. | |
5099 | |
5100 2002-11-02 Bill Wohler <wohler@newt.com> | |
5101 | |
5102 * mh-comp.el, mh-e.el, mh-funcs.el, mh-identity.el, mh-index.el, | |
5103 mh-mime.el, mh-pick.el, mh-seq.el, mh-speed.el, mh-utils.el, | |
5104 mh-xemacs-compat.el: Added Local Variables section. Defined | |
5105 sentence-end-double-space to be nil so that those who might not | |
5106 buy my setting of this variable can at least run checkdoc without | |
5107 a whole lot of noise. | |
5108 | |
5109 2002-11-02 Peter S Galbraith <psg@debian.org> | |
5110 | |
5111 * mh-identity.el: New file. Multiple Identify support for MH-E. | |
5112 Used to easily set different fields such as From and Organization, | |
5113 as well as diffrent signature files. This file won't be included | |
5114 with V7.0. | |
5115 | |
5116 2002-11-02 Bill Wohler <wohler@newt.com> | |
5117 | |
5118 * mh-mime.el (mh-mm-save-part): New function to wrap mm-save-part | |
5119 from Gnus 5.10 to make it explicit which code has been | |
5120 commandeered. | |
5121 (mh-mime-save-part): Call mh-mm-save-part instead of cut-n-pasted | |
5122 code from Gnus 5.10. | |
5123 | |
5124 2002-11-02 Peter S Galbraith <psg@debian.org> | |
5125 | |
5126 * mh-comp.el (mh-yank-from-start-of-msg): Edit docstring to | |
5127 mention related variables mh-reply-show-message-flag and | |
5128 mh-delete-yanked-msg-window. | |
5129 (mh-reply): Change the "Reply to whom" prompt. | |
5130 | |
5131 2002-11-01 Bill Wohler <wohler@newt.com> | |
5132 | |
5133 * mh-e.el (mh-show-hook): Moved to mh-utils.el where it is used. | |
5134 (mh-folder-list-change-hook): Converted this from defvar in other | |
5135 files to defcustom here. It is called, not documented as | |
5136 obsolete, and might as well be documented. | |
5137 (mh-inc-folder, mh-quit, mh-delete-a-msg, mh-refile-a-msg, | |
5138 mh-process-commands, mh-update-unseen): Added missing | |
5139 documentation about hook, or made verbiage about hook consistent | |
5140 throughout, even if the function isn't interactive. | |
5141 | |
5142 * mh-utils.el (mh-folder-list-change-hook): Moved defvar to mh-e | |
5143 and made it a defcustom. | |
5144 (mh-show-mode-hook): Put it back in (actually, it was in mh-e.el, | |
5145 but this is the place where it is called). | |
5146 (mh-show-hook): Moved here from mh-e.el since it's called here. | |
5147 (mh-show-mode): Call mh-show-mode-hook. | |
5148 (mh-show-mode, mh-show-msg, mh-find-path, mh-prompt-for-folder, | |
5149 mh-prompt-for-folder, mh-set-folder-list): Added missing | |
5150 documentation about hook, or made verbiage about hook consistent | |
5151 throughout, even if the function isn't interactive. | |
5152 | |
5153 * mh-comp.el (mh-send-letter): Made verbiage about hook consistent | |
5154 throughout. | |
5155 (mh-insert-prefix-string): Made docstring more descriptive of what | |
5156 is going on. | |
5157 | |
5158 * mh-funcs.el (mh-kill-folder): Added missing documentation about | |
5159 hook. | |
5160 | |
5161 * mh-index.el (mh-index-show-hook): Moved defvar to defcustom. | |
5162 (mh-index-show): Made verbiage about hook consistent throughout. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5163 |
49578 | 5164 * mh-mime.el (mh-edit-mhn-hook): Moved defvar to defcustom. |
5165 (mh-edit-mhn): Added missing documentation about hook. | |
5166 | |
5167 * mh-pick.el (mh-pick-mode): Made verbiage about hook consistent | |
5168 throughout. Call the damn hook. | |
5169 | |
5170 2002-11-01 Satyaki Das <satyaki@theforce.stanford.edu> | |
5171 | |
5172 * mh-comp.el (mh-insert-mail-followup-to-list): Fix typo so that | |
5173 it will look right in info. | |
5174 | |
5175 * mh-index.el (mh-index-search): Change argument name from | |
5176 new-buffer-p to new-buffer-flag. | |
5177 (mh-index-search-again, mh-index-search): New index-buffers were | |
5178 being named *mh-index*<2>, *m-index*<2><2> and so on. This problem | |
5179 is fixed. | |
5180 (mh-index-scroll-up, mh-index-scroll-down): Scrolling in index | |
5181 show buffers (after the first one) was broken. | |
5182 (mh-index-quit): Bury show buffer instead of killing it. Killing | |
5183 it, without killing the corresponding folder buffer, can cause | |
5184 confusion with two folder buffers trying to display in the same | |
5185 show buffer. | |
5186 | |
5187 * mh-seq.el (mh-thread-prune-containers): Rewritten without | |
5188 recursion. Also removed the top-level-p argument since it isn't | |
5189 required anymore. | |
5190 (mh-thread-sort-containers): New function factored out from | |
5191 previous definition of mh-thread-prune-containers. It sorts | |
5192 message containers in ascending order wrt their message indices. | |
5193 (mh-thread-generate): Use new mh-thread-prune-containers. | |
5194 | |
5195 * mh-e.el (mh-remove-all-notation): Fix the test. It was testing | |
5196 at the wrong place! | |
5197 | |
5198 2002-10-31 Bill Wohler <wohler@newt.com> | |
5199 | |
5200 * Makefile, README, import-emacs, mh-comp.el, mh-e.el, | |
5201 mh-funcs.el, mh-index.el, mh-mime.el, mh-pick.el, mh-seq.el, | |
5202 mh-speed.el, mh-utils.el: Replaced mh-e with MH-E. | |
5203 | |
5204 2002-10-31 Satyaki Das <satyaki@theforce.stanford.edu> | |
5205 | |
5206 * mh-seq.el (mh-thread-parse-scan-line): Modified to remove user | |
5207 sequence notation and leave notation for other things alone. This | |
5208 ensures that threading doesn't lose notations for replied-to | |
5209 messages. | |
5210 | |
5211 * mh-e.el (mh-inc-folder): Remove call to mh-widen here and | |
5212 instead do it in mh-get-new-mail. This way the widening happens | |
5213 only if new mail is incorporated. | |
5214 (mh-generate-new-cmd-note): The function now returns the point | |
5215 from which the new messages start. This will allow threading to do | |
5216 the right thing. | |
5217 (mh-get-new-mail): Always call mh-remove-cur-notation. Otherwise | |
5218 adaptive scan mode leaves two messages marked as current in | |
5219 certain cases. Fix indentation of if statement. If there are | |
5220 messages to be incorporated, the folder is widened. If mh-cmd-note | |
5221 changes set start-of-inc correctly. | |
5222 (mh-remove-all-notation): Change this function to only remove user | |
5223 sequence notation and leave notation for replied-to messages and | |
5224 similar notation alone. This means operations like narrowing to | |
5225 subject sequence and widening don't lose notations. | |
5226 | |
5227 2002-10-31 Bill Wohler <wohler@newt.com> | |
5228 | |
5229 * mh-comp.el (mh-insert-mail-followup-to-list): Fixed typo in | |
5230 docstring and other minor edits. Checkdoc removed trailing spaces. | |
5231 (mh-insert-signature): Checkdoc flagged docstring. Reverted to | |
5232 previous value. Added specific name of hook that is run. | |
5233 (mh-regexp-in-field-p, mh-insert-letter): Checkdoc removed | |
5234 trailing spaces. | |
5235 | |
5236 2002-10-31 Jeffrey C Honig <jch@honig.net> | |
5237 | |
5238 * mh-e.el (mh-show-mode-hook): Remove the unused | |
5239 mh-show-mode-hook, mh-show-hook is the one that is used. | |
5240 | |
5241 * mh-utils.el (mh-show-mode): Change the documentation to refer to | |
5242 mh-show-hook instead of the unused mh-show-mode-hook. | |
5243 | |
5244 2002-10-31 Peter S Galbraith <psg@debian.org> | |
5245 | |
5246 * mh-comp.el (mh-insert-mail-followup-to-list): Set default to nil | |
5247 and include example in doc string. | |
5248 | |
5249 2002-10-31 Satyaki Das <satyaki@theforce.stanford.edu> | |
5250 | |
5251 * mh-index.el (mh-indexer): Add customization choice for swish++. | |
5252 (mh-indexer-choices): Add swish++ choice. | |
5253 (mh-index-search): Change doc to reflect addition of swish++ option. | |
5254 (mh-swish++-binary, mh-swish++-directory): New variables for | |
5255 swish++ interface. | |
5256 (mh-swish++-execute-search): New function to execute swish++ | |
5257 search. | |
5258 (mh-swish++-next-result): Function aliased to mh-swish-next-result | |
5259 since the result format of swish++ is the same as that of swish-e. | |
5260 (mh-index-search): Always overwrite window-configuration with new | |
5261 value. This is needed since we don't kill the index-buffer when | |
5262 quitting which means the window configuration wasn't getting set | |
5263 properly. | |
5264 (mh-index-search-again): If index buffer is reused, reset the old | |
5265 window config to its original value. | |
5266 | |
5267 2002-10-30 Bill Wohler <wohler@newt.com> | |
5268 | |
5269 * Makefile (emacs, xemacs): New targets. | |
5270 (all): Use these targets instead of calling specific targets. | |
5271 (.PHONY): Added emacs, xemacs, autoloads, custom-loads. Broke up | |
5272 target and moved pieces into their own sections. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5273 |
49578 | 5274 |
5275 2002-10-30 Peter S Galbraith <psg@debian.org> | |
5276 | |
5277 * mh-utils.el (mh-show-font-lock-keywords): Wrap an | |
5278 'eval-and-compile around its defvar, otherwise byte-compilation | |
5279 fails on `mh-show-font-lock-keywords-with-cite'. | |
5280 | |
5281 2002-10-29 Jeffrey C Honig <jch@honig.net> | |
5282 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5283 * mh-comp.el (mh-letter-insert-signature-hook) |
49578 | 5284 (mh-insert-signature): Add a hook to be called before inserting |
5285 the signature. Do not attempt to insert the signature if | |
5286 mh-insert-signature-file-name is nil. | |
5287 | |
5288 2002-10-29 Peter S Galbraith <psg@debian.org> | |
5289 | |
5290 * mh-e.el (mh-inc-folder): Call mh-widen when mh-narrowed-to-seq | |
5291 (Closes SF #629233: inc in narrowed folder suboptimal) | |
5292 | |
5293 * mh-comp.el (mh-insert-letter): Stop using mhl to include a | |
5294 message before it mangles the header, and supercite fails | |
5295 (Closes SF #629153: mh-insert-letter uses mhl?). | |
5296 (mh-insert-prefix-string): Leave point at beginning instead of | |
5297 end, since that's what sc-cite-original does. | |
5298 (mh-yank-cur-msg): Adjust for mh-insert-prefix-string change. | |
5299 | |
5300 2002-10-30 Steve Youngs <youngs@xemacs.org> | |
5301 | |
5302 * mh-e.el (mh-folder-mode): Check for 'font-lock-auto-fontify' | |
5303 when in XEmacs so we don't do font-locking unconditionally. | |
5304 | |
5305 * mh-utils.el (mh-show-mode): Ditto. | |
5306 | |
5307 2002-10-29 Peter S Galbraith <psg@debian.org> | |
5308 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5309 * mh-e.el (mh-folder-refiled-face, mh-folder-cur-msg-number-face) |
49578 | 5310 (mh-folder-to-face, mh-folder-body-face): Define faces instead of |
5311 copying them from font-lock faces. This mh-e will look the same | |
5312 in XEmacs as it does in Emacs. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5313 * mh-utils.el (mh-show-cc-face, mh-show-date-face) |
49578 | 5314 (mh-show-header-face): Ditto. |
5315 | |
5316 2002-10-29 Jeffrey C Honig <jch@honig.net> | |
5317 | |
5318 * mh-comp.el (mh-send-letter): I meant to use | |
5319 mh-goto-header-field, not mh-get-header-field. The former returns | |
5320 nil if the header is not found and doesn't need a conditional. | |
5321 | |
5322 2002-10-29 Peter S Galbraith <psg@debian.org> | |
5323 | |
5324 * mh-comp.el (mh-forward): Bug fix. Change 'kill-line for a | |
5325 'delete-region, because I don't want that text yanked with C-y. | |
5326 | |
5327 * mh-seq.el (mh-put-msg-in-seq): Add support for selected | |
5328 region (Closes SF feature request #630324). | |
5329 | |
5330 2002-10-28 Satyaki Das <satyaki@theforce.stanford.edu> | |
5331 | |
5332 * mh-seq.el (mh-thread-prune-subject): Make the regexp a little | |
5333 general so that a subject of the form "Re[218]: howdy" would be | |
5334 properly pruned. | |
5335 | |
5336 * mh-mime.el (mh-mime-save-part): Copy function definition of | |
5337 mm-save-part from cvs gnus since that function is buggy in gnus | |
5338 that comes with emacs21.2. | |
5339 | |
5340 2002-10-28 Peter S Galbraith <psg@debian.org> | |
5341 | |
5342 * mh-e.el (mh-scan-subject-regexp): Add an expression to match an | |
5343 optional bracketed number after "Re", such as in "Re[2]:" | |
5344 (Patch by Satyaki; I checked it and applied). | |
5345 (mh-folder-font-lock-subject): Adapt to new mh-scan-subject-regexp. | |
5346 * mh-seq.el (mh-subject-to-sequence): Ditto. | |
5347 | |
5348 * mh-e.el (mh-folder-sequence-menu): Remove "Toggle Subject | |
5349 Thread" from menu. mh-toggle-threads is in the Folder menu. | |
5350 | |
5351 * mh-e.el (mh-folder-sequence-menu): Minor menu text edits. | |
5352 | |
5353 * mh-utils.el (mh-show-update-sequences): Added to | |
5354 mh-defun-show-buffer builds; needed for menu. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5355 (mh-show-sequence-menu, mh-show-message-menu) |
49578 | 5356 (mh-show-folder-menu): 3 new menus in mh-show-mode-map that mirror |
5357 the menus used in mh-folder-mode. | |
5358 (mh-show-mode): easy-menu-add the 3 menus. | |
5359 | |
5360 2002-10-28 Satyaki Das <satyaki@theforce.stanford.edu> | |
5361 | |
5362 * mh-utils.el (mh-goto-msg): Fix the regexp to search so that we | |
5363 go to the right message. In a threaded folder message 2 may be | |
5364 present after 26 and the previous regexp would go to 26 when we | |
5365 really wanted to go to 2! | |
5366 | |
5367 * mh-seq.el (mh-widen): Add call to mh-recenter to make it like | |
5368 mh-narrow-to-seq. | |
5369 | |
5370 2002-10-28 Bill Wohler <wohler@newt.com> | |
5371 | |
5372 * mh-utils.el (mh-show-mime-save-parts): Deleted definition. | |
5373 (mh-show-mime-map, tool-bar-map): Use mh-mime-save-parts instead | |
5374 of mh-show-mime-save-parts. | |
5375 | |
5376 2002-10-28 Peter S Galbraith <psg@debian.org> | |
5377 | |
5378 * mh-comp.el (mh-letter-tool-bar-map): tool-bar-add-item key name | |
5379 bug fix. | |
5380 * mh-utils.el (mh-show-tool-bar-map): Same. | |
5381 * mh-e.el (mh-folder-tool-bar-map, mh-folder-seq-tool-bar-map): Same | |
5382 | |
5383 2002-10-27 Satyaki Das <satyaki@theforce.stanford.edu> | |
5384 | |
5385 * mh-seq.el (mh-toggle-threads): Add call to mh-recenter to make | |
5386 its behavior like that of mh-narrow-to-seq. | |
5387 | |
5388 2002-10-27 Bill Wohler <wohler@newt.com> | |
5389 | |
5390 * mh-mime.el (mh-mime-save-parts): Renamed from | |
5391 mh-store-mime-parts for consistency with mh-mime-save-part. Fixed | |
5392 bug whereby mh-mime-save-parts-directory was not getting | |
5393 initialized properly from a string-valued | |
5394 mh-mime-save-parts-default-directory. | |
5395 (mh-mime-save-parts-default-directory): Ditto. Check your | |
5396 customizations! | |
5397 (mh-mime-save-parts-directory): Ditto. | |
5398 | |
5399 * mh-utils.el (mh-show-mime-save-parts): Renamed from | |
5400 mh-store-mime-parts. | |
5401 (mh-show-mime-map): Added keybinding "K a" for | |
5402 mh-show-mime-save-parts. | |
5403 | |
5404 * mh-e.el (mh-mime-save-parts) Renamed from mh-store-mime-parts. | |
5405 (mh-mime-map): Added keybinding "K a" for mh-mime-save-parts. | |
5406 (mh-help-messages): Added help for "K a". | |
5407 | |
5408 2002-10-27 Peter S Galbraith <psg@debian.org> | |
5409 | |
5410 * mh-comp.el (mh-search-addr-regexp, mh-regexp-in-field-p): Rename | |
5411 the first to the second (and recode a bit). | |
5412 (mh-insert-mail-followup-to): Use it. | |
5413 | |
5414 2002-10-27 Bill Wohler <wohler@newt.com> | |
5415 | |
5416 * mh-utils.el (mh-invisible-headers): Backed out change. Removed | |
5417 Mail-Followup-To due to objections from Peter and Mark. | |
5418 | |
5419 2002-10-27 Satyaki Das <satyaki@theforce.stanford.edu> | |
5420 | |
5421 * mh-seq.el (mh-msg-is-in-seq): Modified to show info about | |
5422 whether the message being queried about has been marked to be | |
5423 deleted or refiled. | |
5424 | |
5425 * mh-mime.el (mh-insert-mime-security-button): Make | |
5426 pressed-details a local. | |
5427 | |
5428 2002-10-27 Steve Youngs <youngs@xemacs.org> | |
5429 | |
5430 * .cvsignore: New file. | |
5431 | |
5432 2002-10-26 Steve Youngs <youngs@xemacs.org> | |
5433 | |
5434 * mh-seq.el (mh-notate-deleted-and-refiled): Don't bind local | |
5435 variable 'dest', it isn't used anywhere. | |
5436 | |
5437 * mh-pick.el (mh-do-pick-search): Don't bind local variable | |
5438 'finding-messages', it isn't used anywhere. | |
5439 | |
5440 * mh-utils.el: Byte-compiler warning suppression. | |
5441 (mh-gnus-article-highlight-citation): Rather than redefining | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5442 'gnus-cite-face-list', just re-order it. |
49578 | 5443 (mh-show-mode): Force turning on font-lock in XEmacs. |
5444 | |
5445 * mh-seq.el: Byte-compiler warning suppression. | |
5446 | |
5447 * mh-index.el: Byte-compiler warning suppression. | |
5448 | |
5449 * mh-comp.el: Byte-compiler warning suppression. | |
5450 | |
5451 * mh-xemacs-compat.el: Add defaliases for 'timerp' & | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5452 'cancel-timer' to the equivalent 'itimer' functions. |
49578 | 5453 (rfc822): Require it for 'rfc822-goto-eoh'. |
5454 Byte-compiler warning suppression. | |
5455 | |
5456 * mh-e.el (mh-folder-mode): Force turning on font-lock in XEmacs. | |
5457 (mh-toggle-threads): Remove duplicate autoload. | |
5458 Byte-compiler warning suppression. | |
5459 (mh-folder-unseen-seq-list): Use 'with-temp-buffer' to fix a bug | |
5460 in XEmacs when font-lock is on. | |
5461 (mh-folder-unseen-seq-name): Ditto. | |
5462 | |
5463 2002-10-27 Mark D. Baushke <mdb@gnu.org> | |
5464 | |
5465 * Makefile: Reorganize to allow for building also compiling for | |
5466 XEmacs too. Sanitize so that it will work using least-common | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5467 denominator versions of 'make'. Tested using GNU make, Solaris make, |
49578 | 5468 and Berkely make. |
5469 (all): Use recursive invokation based on the emacs or xemacs | |
5470 executable passed on the 'make EMACS=xemacs' command line. | |
5471 (XEMACS_OPTIONS): The incantation to be passed to an xemacs editor | |
5472 to compile things properly. | |
5473 (AUTO_PRELOADS): Magic XEmacs glue. | |
5474 (clean): Ditto. | |
5475 (autoloads): Ditto. | |
5476 (custom-loads): Ditto. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5477 |
49578 | 5478 2002-10-26 Satyaki Das <satyaki@theforce.stanford.edu> |
5479 | |
5480 * mh-e.el (mh-last-msg): Add call to mh-recenter. | |
5481 | |
5482 2002-10-26 Peter S Galbraith <psg@debia.org> | |
5483 | |
5484 * mh-comp.el (mh-search-addr-regexp, mh-re-search-to-cc): Remove | |
5485 `mh-re-search-to-cc' in favour of more generalized new function | |
5486 `mh-search-addr-regexp'. | |
5487 (mh-insert-mail-followup-to): Use it. | |
5488 | |
5489 2002-10-26 Satyaki Das <satyaki@theforce.stanford.edu> | |
5490 | |
5491 * mh-seq.el (mh-copy-seq-to-eob): Avoid rethreading when the | |
5492 folder is already threaded. This is more efficient and also avoids | |
5493 problems when the folder is widened. | |
5494 (mh-thread-inc): Don't try to restore the point to original | |
5495 location since mh-inc-folder from where this is called changes | |
5496 point location after calling this function. | |
5497 | |
5498 * mh-e.el (mh-make-folder-mode-line): Fix a small bug where the | |
5499 test was wrong. | |
5500 | |
5501 2002-10-26 Peter S Galbraith <psg@debian.org> | |
5502 | |
5503 * mh-comp.el (mh-insert-mail-followup-to): Fix for new defcustom. | |
5504 | |
5505 2002-10-26 Satyaki Das <satyaki@theforce.stanford.edu> | |
5506 | |
5507 * mh-seq.el (mh-notate-deleted-and-refiled): Remove unused binding | |
5508 of dest. The problem was pointed out by Steve as well. | |
5509 | |
5510 * mh-e.el (mh-toggle-threads): Remove duplicate autoload as | |
5511 pointed out by Steve. | |
5512 | |
5513 2002-10-26 Bill Wohler <wohler@newt.com> | |
5514 | |
5515 * mh-utils.el (mh-invisible-headers): Added Mail-Followup-To. | |
5516 | |
5517 2002-10-26 Peter S Galbraith <psg@debian.org> | |
5518 | |
5519 * mh-comp.el (mh-insert-mail-followup-to-list): Change defvar to | |
5520 defcustom. | |
5521 | |
5522 2002-10-25 Satyaki Das <satyaki@theforce.stanford.edu> | |
5523 | |
5524 * mh-e.el (mh-remove-all-notation): New function that removes all | |
5525 notation. | |
5526 | |
5527 * mh-seq.el (mh-narrow-to-seq): When hiding the original folder | |
5528 remove all notation. This avoids stale notation hanging around. | |
5529 Also changes in show buffer and position in folder buffer are | |
5530 avoided if possible. | |
5531 (mh-widen): When widening the scan-lines are notated based on the | |
5532 current state of the folder. This means any changes made when the | |
5533 folder was narrowed are shown consistently. | |
5534 (mh-notate-deleted-and-refiled): Update the documentation. | |
5535 (mh-thread-parse-scan-line): For some reason the ASCII value of | |
5536 the space character was being used here. This is fixed. | |
5537 (mh-thread-inc, mh-toggle-threads): Avoid change of point in | |
5538 folder and message being displayed in shown buffer. | |
5539 | |
5540 * mh-utils.el (mh-recenter): Rewrite mh-recenter to show fewer | |
5541 blank lines when point is towards the end of the folder buffer. | |
5542 | |
5543 2002-10-25 Peter S Galbraith <psg@debian.org> | |
5544 | |
5545 * mh-comp.el (mh-insert-mail-followup-to-flag): New boolean | |
5546 defcustom to append a Mail-Followup-To field to the header. The | |
5547 insertion is done if the To: or Cc: fields matches an entry in | |
5548 `mh-insert-mail-followup-to-list'." | |
5549 (mh-insert-mail-followup-to-list): New defvar. List of addresses | |
5550 for which a Mail-Followup-To field is inserted. | |
5551 (mh-re-search-to-cc): New function. Search for REGEXP in To: and | |
5552 Cc: fields. | |
5553 (mh-insert-mail-followup-to): New function. Insert | |
5554 Mail-Followup-To: if To or Cc match `mh-insert-mail-followup-to-list'. | |
5555 (mh-compose-and-send-mail): Call mh-insert-mail-followup-to if | |
5556 mh-insert-mail-followup-to-flag is true. | |
5557 | |
5558 2002-10-25 Mark D. Baushke <mdb@gnu.org> | |
5559 | |
5560 * mh-utils.el (mh-show-maximum-size): New variable to control | |
5561 the display of large messages. | |
5562 (mh-display-msg): Use it (Closes SF #488696). | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5563 |
49578 | 5564 * mh-seq.el (mh-toggle-threads): Checkdoc fix. |
5565 | |
5566 * mh-e.el (mh-reset-threads-and-narrowing): Checkdoc fix. | |
5567 | |
5568 * mh-comp.el (mh-insert-x-mailer-flag): Renamed from | |
5569 mh-insert-x-mailer-p. Update docstring. | |
5570 (mh-send-letter): Use it. | |
5571 (mh-reply-show-message-flag): Renamed from | |
5572 mh-reply-show-message-p. Update docstring. | |
5573 (mh-reply): Use it. | |
5574 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5575 |
49578 | 5576 * mh-e.el (mh-recenter-summary-flag): Renamed from |
5577 mh-recenter-summary-p. Update docstring. | |
5578 (mh-set-scan-mode): Use it. | |
5579 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5580 |
49578 | 5581 2002-10-25 Satyaki Das <satyaki@theforce.stanford.edu> |
5582 | |
5583 * mh-e.el (mh-reset-threads-and-narrowing): New function which | |
5584 resets all thread and narrowing state to completely unthreaded and | |
5585 widened state. As a side effect, the folder buffer is erased. | |
5586 (mh-rescan-folder): Reset threads and narrowing state. | |
5587 | |
5588 * mh-funcs.el (mh-pack-folder-1): Reset threads and narrowing state. | |
5589 | |
5590 * mh-seq.el (mh-copy-seq-to-eob): Change mh-view-ops after | |
5591 threading is over so that if user aborts threading, it doesn't | |
5592 leave mh-e in an inconsistent state. | |
5593 (mh-toggle-threads): Use mh-scan-folder to populate the folder | |
5594 buffer instead of mh-rescan-folder which resets threading and | |
5595 narrowing state. | |
5596 | |
5597 2002-10-24 Bill Wohler <wohler@newt.com> | |
5598 | |
5599 * mh-e is completely checkdoc clean now. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5600 |
49578 | 5601 * mh-utils.el (mh-clean-message-header-flag): Renamed from |
5602 mh-clean-message-header. | |
5603 (mh-bury-show-buffer-flag): Renamed from mh-bury-show-buffer. | |
5604 (mh-show-use-goto-addr-flag): Renamed from mh-show-use-goto-addr. | |
5605 This addresses part of SF #627015. | |
5606 | |
5607 * mh-mime.el (mh-clean-message-header-flag): Renamed from | |
5608 mh-clean-message-header. | |
5609 Checkdoc fixes. This addresses part of SF #627015. | |
5610 | |
5611 * mh-index.el (mh-clean-message-header-flag): Renamed from | |
5612 mh-clean-message-header. This addresses part of SF #627015. | |
5613 | |
5614 * mh-funcs.el (mh-do-not-confirm-flag): Renamed from | |
5615 mh-do-not-confirm. This addresses part of SF #627015. | |
5616 | |
5617 * mh-e.el (mh-do-not-confirm-flag): Renamed from | |
5618 mh-do-not-confirm. | |
5619 (mh-clean-message-header-flag): Renamed from | |
5620 mh-clean-message-header. | |
5621 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5622 |
49578 | 5623 * mh-comp.el: checkdoc fixes. |
5624 | |
5625 2002-10-24 Satyaki Das <satyaki@theforce.stanford.edu> | |
5626 | |
5627 * mh-seq.el (mh-copy-seq-to-eob): Rewritten to scan the headers | |
5628 fresh instead of yanking from buffer. This is needed to get | |
5629 correct threading in copied sequence. | |
5630 (mh-thread-inc, mh-thread-update-scan-line-map) | |
5631 (mh-thread-parse-scan-line): Eliminate the use, and hence the | |
5632 definition of, the kludgy mh-thread-update-scan-line-map. Instead | |
5633 the functions mh-notate-deleted-and-refiled and | |
5634 mh-notate-user-sequences are used to get the message marks right. | |
5635 (mh-thread-generate-scan-lines): Updated to allow the thread tree | |
5636 to be used in a narrowed folder buffer. | |
5637 (mh-thread-folder, mh-toggle-threads): Remove | |
5638 mh-folder-threaded-view-flag. | |
5639 (mh-thread-old-scan-line-map): New buffer-local variable that | |
5640 remembers the original scan-line map so that the sequence thread, | |
5641 narrow, widen will work. | |
5642 (mh-narrow-to-seq, mh-widen): Remember the scan-line map when | |
5643 narrowing and restore it when widening. | |
5644 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5645 * mh-e.el (mh-folder-threaded-view-flag, mh-folder-folder-menu) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5646 (mh-regenerate-headers, mh-get-new-mail) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5647 (mh-make-folder-mode-line, mh-process-commands) |
49578 | 5648 (mh-delete-scan-msgs): Remove mh-folder-threaded-view-flag. |
5649 Instead (memq 'unthread mh-view-ops) is used to test if the folder | |
5650 is threaded. | |
5651 | |
5652 * mh-mime.el (mh-display-emphasis): Shadow article-goto-body here | |
5653 since we want to do emphasis on the whole of the region and not | |
5654 just after the first blank line. | |
5655 (mh-mm-display-part): When displaying a text part show smilies and | |
5656 emphasis. | |
5657 | |
5658 * mh-index.el (mh-index-insert-scan): Attempt to keep number of | |
5659 args to scan small if there are lots of adjacent matches. | |
5660 (mh-index-quit): Bury index-buffer on quit instead of killing it. | |
5661 This behavior is more like that of mh-quit. | |
5662 | |
5663 * mh-seq.el (mh-widen): If folder was threaded after narrowing | |
5664 then make mh-widen undo the threading instead of erroring out. | |
5665 | |
5666 2002-10-24 Peter S Galbraith <psg@debian.org> | |
5667 | |
5668 * mh-seq.el (mh-toggle-threads): Add a cond (as suggested by | |
5669 Satyaki) to properly unthread a narrowed-to-sequence. | |
5670 | |
5671 * mh-seq.el (mh-thread-generate-scan-lines): Fix threading | |
5672 breakage from partial switch to mh-container-real-child-flag and | |
5673 to dupl-flag. | |
5674 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5675 * mh-comp.el (mh-yank-cur-msg): Bug fix: specify |
49578 | 5676 (eq t mh-yank-from-start-of-msg) when that's what we want. |
5677 | |
5678 2002-10-24 Mark D. Baushke <mdb@gnu.org> | |
5679 | |
5680 * mh-seq.el (mh-thread-prune-subject): Renamed subject-pruned-p as | |
5681 subject-pruned-flag. | |
5682 (mh-thread-inc): Renamed old-buffer-modified-p as | |
5683 old-buffer-modified-flag. | |
5684 (mh-thread-generate-scan-lines): Renamed dupl-p as dupl-flag. | |
5685 This addresses part of SF #627015. | |
5686 | |
5687 * mh-index.el (mh-index-advance): Renamed backward-p | |
5688 local variable as backward-flag. | |
5689 (mh-index-next-button): Renamed backward-p | |
5690 argument as backward-flag. | |
5691 (mh-index-show): Renamed display-headers-p argument as | |
5692 display-headers-flag. | |
5693 This addresses part of SF #627015. | |
5694 | |
5695 * mh-e.el (mh-scan-format, mh-version): Use mh-nmh-flag. | |
5696 (mh-folder-mime-action): Renamed include-security-p | |
5697 argument as include-security-flag. | |
5698 (mh-goto-next-button, mh-next-button): Renamed backward-p | |
5699 argument as backward-flag. | |
5700 (mh-get-new-mail): Renamed new-mail-p local variable as | |
5701 new-mail-flag. | |
5702 (mh-goto-cur-msg): Renamed minimal-changes-p argument as | |
5703 minimal-changes-flag. | |
5704 (redraw-needed-flag): Renamed redraw-needed-p local variable as | |
5705 redraw-needed-flag. | |
5706 (mh-seq-containing-msg): Renamed include-internal-p argument as | |
5707 include-internal-flag. | |
5708 (mh-page-msg): Use mh-page-to-next-msg-flag. | |
5709 This addresses part of SF #627015. | |
5710 | |
5711 * mh-mime.el (mh-mhn-compose-insert-flag): Renamed from | |
5712 mh-mhn-compose-insert-p. Make it buffer-local. | |
5713 (mh-mhn-compose-type, mh-mhn-compose-external-type, | |
5714 mh-mhn-compose-forw, mh-edit-mhn): Use mh-mhn-compose-insert-flag. | |
5715 (mh-mml-to-mime, mh-mml-secure-message-encrypt-pgpmime, | |
5716 mh-mime-display-part, mh-mime-display-single): Use | |
5717 mh-gnus-pgp-support-flag renamed from mh-gnus-pgp-support-p. | |
5718 (mh-mime-display-single): Renamed small-image-p local | |
5719 variable as small-image-flag. | |
5720 (mh-mime-inline-part): Renamed local variable inserted-p as | |
5721 inserted-flag. | |
5722 (mh-mime-inline-part): Renamed local variable displayed-p as | |
5723 displayed-flag. | |
5724 This addresses part of SF #627015. | |
5725 | |
5726 * mh-comp.el (mh-letter-menu, mh-letter-mode, mh-send-letter): | |
5727 mh-mhn-compose-insert-flag. | |
5728 (mh-repl-group-formfile, mh-forward): Use mh-nmh-flag | |
5729 renamed from mh-nmh-p. | |
5730 (mh-reply, mh-insert-x-mailer, mh-send-letter): Use mh-nmh-flag. | |
5731 (mh-letter-mode-map): Use mh-gnus-pgp-support-flag renamed from | |
5732 mh-gnus-pgp-support-p. | |
5733 (mh-mml-secure-message-sign-pgpmime): Use | |
5734 mh-gnus-pgp-support-flag. | |
5735 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5736 |
49578 | 5737 * mh-utils.el (mh-page-to-next-msg-flag): Renamed from |
5738 mh-page-to-next-msg-p. | |
5739 (mh-show-msg): Use mh-page-to-next-msg-flag. | |
5740 (mh-gnus-pgp-support-flag): Renamed from | |
5741 mh-gnus-pgp-support-p. | |
5742 (mh-show-font-lock-fontify-region): Fix docstring per checkdoc. | |
5743 (with-mh-folder-updating): Renamed argument | |
5744 save-modification-flag-p as mh-save-modification-flag. | |
5745 (mh-prompt-for-folder): Renamed new-file-p local | |
5746 variable as new-file-flag. | |
5747 This addresses part of SF #627015. | |
5748 | |
5749 2002-10-24 Mark D Baushke <mdb@gnu.org> | |
5750 | |
5751 * mh-comp.el (mh-forward): Fix mh-mml-compose-insert-p reference | |
5752 in last commit to be mh-mml-compose-insert-flag. | |
5753 (mh-mml-compose-insert-flag): Move defvar to fix compiler warning. | |
5754 | |
5755 2002-10-24 Jeffrey C Honig <jch@honig.net> | |
5756 | |
5757 * mh-comp.el (mh-forward): Add support for transient-mark mode. | |
5758 When using nmh, always specify -mime so as to preserve the | |
5759 original message(s). If mh-compose-insertion is 'gnus, convert | |
5760 the mhbuild format forwarding directives into MML. | |
5761 | |
5762 2002-10-24 Eric Ding <ericding@alum.mit.edu> | |
5763 | |
5764 * mh-comp.el (mh-send-letter): Fix for earlier change that added | |
5765 "-mime" for bcc'ed MIME mail; still doesn't work with nmh 1.0, but | |
5766 at least no longer triggered for every outgoing message! | |
5767 | |
5768 2002-10-24 Peter S Galbraith <psg@debian.org> | |
5769 | |
5770 * mh-comp.el (mh-yank-cur-msg): Fix selected regions for supercite | |
5771 (see text below). | |
5772 | |
5773 * mh-comp.el (mh-yank-cur-msg): Fix for supercite. Someone played | |
5774 with the point and mark setting prior to the call to | |
5775 'mh-insert-prefix-string and that broke supercite. I put comments | |
5776 to make it obvious to future coders why those settings exists. | |
5777 Note that supercite is still broken when a region is selected in | |
5778 the show buffer. Presumably it's been like that for a long time. | |
5779 We need to insert the header as well as the selected region oin | |
5780 that case. I'll submit an SF bug. | |
5781 | |
5782 2002-10-24 Jeffrey C Honig <jch@honig.net> | |
5783 | |
5784 * mh-comp.el (mh-yank-from-start-of-msg, mh-reply): Use -noformat | |
5785 flag to reply when 'autosupercite or 'autoattrib are specified to | |
5786 prevent duplicate cites of the body of a message. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5787 |
49578 | 5788 2002-10-23 Satyaki Das <satyaki@theforce.stanford.edu> |
5789 | |
5790 * mh-utils.el (font-lock-default-fontify-region): Add autoload to | |
5791 avoid compiler warning. | |
5792 | |
5793 2002-10-23 Peter S Galbraith <psg@debian.org> | |
5794 | |
5795 * mh-comp.el (mh-letter-mode): set fill-paragraph-function to our | |
5796 own 'mh-fill-paragraph-function instead of simply | |
5797 'mail-mode-fill-paragraph (because it doesn't handle a non-nil | |
5798 fill-prefix correctly). | |
5799 (mh-fill-paragraph-function): New function for mh-letter-mode | |
5800 fill-paragraph-function in order to handle non-nil fill-prefix. | |
5801 Call sendmail's mail-mode-fill-paragraph if in the mail header, | |
5802 else call default fill-paragraph with fill-prefix set to nil. | |
5803 (Closes SF #489927) | |
5804 | |
5805 * mh-comp.el (mh-letter-mode): Let's use font-lock even if gnus is | |
5806 used in show-mode. The reason is that gnus uses static text | |
5807 properties which are not appropriate for a buffer that will be | |
5808 edited. So the choice here is either fontify the citations and | |
5809 header or the header only. | |
5810 | |
5811 * mh-utils.el (mh-show-font-lock-fontify-region): Limit font-lock | |
5812 in mh-show-mode to the header. Used when mh-highlight-citation-p | |
5813 is set to gnus, leaving the body to be dealt with by gnus | |
5814 highlighting. This fixes gnus text emphasis in mh-show-mode. | |
5815 (mh-show-mode): In font-lock-defaults, set | |
5816 font-lock-fontify-region-function to mh-show-font-lock-fontify-region. | |
5817 | |
5818 2002-10-23 Bill Wohler <wohler@newt.com> | |
5819 | |
5820 * mh-mime.el (mh-mml-attach-file): Prompt for disposition should | |
5821 be Disposition, not Content-Type. The Content-Type has been | |
5822 determined automatically. | |
5823 | |
5824 2002-10-23 Mark D. Baushke <mdb@gnu.org> | |
5825 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5826 * MH-E-NEWS: |
49578 | 5827 s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/ |
5828 s/mh-show-use-xface/mh-show-use-xface-flag/ | |
5829 s/mh-tool-bar-reply-3-buttons/mh-tool-bar-reply-3-buttons-flag/ | |
5830 This addresses part of SF #627015. | |
5831 | |
5832 * mh-comp.el: | |
5833 s/mh-mml-compose-insert-p/mh-mml-compose-insert-flag/ | |
5834 s/mh-xemacs-p/mh-xemacs-flag/ | |
5835 (mh-letter-menu): Use mh-mml-compose-insert-flag. | |
5836 (mh-insert-x-mailer): Use mh-xemacs-flag. | |
5837 (mh-mml-compose-insert-flag): Renamed from | |
5838 mh-mml-compose-insert-p. | |
5839 (mh-send-letter): Use mh-mml-compose-insert-flag. | |
5840 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5841 |
49578 | 5842 * mh-e.el: |
5843 s/mh-folder-threaded-view-p/mh-folder-threaded-view-flag/ | |
5844 s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/ | |
5845 s/mh-xemacs-p/mh-xemacs-flag/ | |
5846 (mh-folder-threaded-view-flag): Renamed from | |
5847 mh-folder-threaded-view-p. Make it buffer local. | |
5848 (mh-folder-tool-bar-map): Use mh-tool-bar-reply-3-buttons-flag. | |
5849 (mh-remove-xemacs-horizontal-scrollbar): Use mh-xemacs-flag. | |
5850 (mh-make-folder, mh-regenerate-headers, mh-get-new-mail): Use | |
5851 mh-adaptive-cmd-note-flag. | |
5852 (mh-folder-folder-menu, mh-regenerate-headers, mh-get-new-mail, | |
5853 mh-make-folder-mode-line, mh-process-commands, | |
5854 mh-delete-scan-msgs): Use mh-folder-threaded-view-flag. | |
5855 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5856 |
49578 | 5857 * mh-index.el: |
5858 s/mh-adaptive-cmd-note/mh-adaptive-cmd-note-flag/ | |
5859 (mh-index-search): Use mh-adaptive-cmd-note-flag. | |
5860 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5861 |
49578 | 5862 * mh-mime.el: |
5863 s/mh-mml-compose-insert-p/mh-mml-compose-insert-flag/ | |
5864 s/mh-xemacs-p/mh-xemacs-flag/ | |
5865 (mh-mml-compose-insert-flag): Renamed from | |
5866 mh-mml-compose-insert-p. Make it buffer local. | |
5867 (mh-mml-attach-file, mh-mml-secure-message-sign-pgpmime, | |
5868 mh-mml-secure-message-encrypt-pgpmime): Use it. | |
5869 (gnus-local-map-property): Use mh-xemacs-flag. | |
5870 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5871 |
49578 | 5872 * mh-seq.el: |
5873 s/mh-folder-threaded-view-p/mh-folder-threaded-view-flag/ | |
5874 (mh-thread-generate, mh-thread-folder, mh-toggle-threads): Use | |
5875 mh-folder-threaded-view-flag. | |
5876 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5877 |
49578 | 5878 * mh-speed.el: |
5879 s/mh-speed-run-flists-p/mh-speed-run-flists-flag/ | |
5880 s/mh-speed-refresh-p/mh-speed-refresh-flag/ | |
5881 (mh-speed-run-flists-flag): Renamed from mh-speed-run-flists-p. | |
5882 (mh-folder-speedbar-buttons): Use it. | |
5883 (mh-speed-refresh-flag): Renamed from mh-speed-refresh-p. | |
5884 (mh-speed-update-current-folder, mh-speed-invalidate-map, | |
5885 mh-speed-add-folder): Use it. | |
5886 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5887 |
49578 | 5888 * mh-utils.el: |
5889 s/mh-xemacs-p/mh-xemacs-flag/ | |
5890 s/mh-tool-bar-reply-3-buttons/mh-tool-bar-reply-3-buttons-flag/ | |
5891 s/mh-show-use-xface/mh-show-use-xface-flag/ | |
5892 (mh-xemacs-flag): Renamed from mh-xemacs-p. | |
5893 (mh-show-xface-function): Use it. | |
5894 (mh-tool-bar-reply-3-buttons-flag): Renamed from | |
5895 mh-tool-bar-reply-3-buttons. | |
5896 (mh-show-tool-bar-map): Use it. | |
5897 (mh-adaptive-cmd-note-flag): Renamed from mh-adaptive-cmd-note. | |
5898 (mh-cmd-note): Use it in description. | |
5899 (mh-show-use-xface-flag): Renamed from mh-show-use-xface. Use | |
5900 mh-xemacs-flag. | |
5901 (mh-show-xface): Use mh-show-use-xface-flag. | |
5902 This addresses part of SF #627015. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
5903 |
49578 | 5904 2002-10-23 Bill Wohler <wohler@newt.com> |
5905 | |
5906 * Makefile (all): Rather than have to run "make clean all" all the | |
5907 time, make the default target do a clean so all you have to say is | |
5908 "make". | |
5909 | |
5910 * mh-e.el (mh-folder-map): Moved "t (mh-toggle-threads)" to T | |
5911 prefix. | |
5912 | |
5913 2002-10-22 Satyaki Das <satyaki@theforce.stanford.edu> | |
5914 | |
5915 * mh-index.el (mh-indexer-choices, mh-swish-binary): The | |
5916 executable swish-e can be used to search (just like swish-search). | |
5917 However the Makefile in swish-e-2.2.2 doesn't install | |
5918 swish-search. So it is preferable to use swish-e. | |
5919 | |
5920 2002-10-22 Bill Wohler <wohler@newt.com> | |
5921 | |
5922 * mh-comp.el (mh-letter-mode-map): Added aliases for keybindings. | |
5923 For example, you now have "C-c C-m C-i" in addition to "C-c C-m | |
5924 i". | |
5925 | |
5926 2002-10-22 Mark D. Baushke <mdb@gnu.org> | |
5927 | |
5928 * mh-mime.el (mh-graphical-smileys-flag): Renamed from | |
5929 mh-graphical-smileys-p. | |
5930 (mh-display-smileys): Use it. | |
5931 (mh-graphical-emphasis-flag): Renamed from | |
5932 mh-graphical-emphasis-p. | |
5933 (mh-display-emphasis): Use it. This addresses part of SF #627015. | |
5934 | |
5935 2002-10-22 Satyaki Das <satyaki@theforce.stanford.edu> | |
5936 | |
5937 * mh-mime.el (mh-insert-mime-security-button): A message is | |
5938 produced if PGP decryption/verification fails. This addresses | |
5939 SF# 627025. | |
5940 | |
5941 2002-10-21 Bill Wohler <wohler@newt.com> | |
5942 | |
5943 * mh-seq.el (mh-widen): Checkdoc removed the period in the error. | |
5944 The info node (elisp) Coding Conventions says: "An error message | |
5945 should start with a capital letter but should not end with a | |
5946 period." | |
5947 | |
5948 * mh-e.el, mh-utils.el (mh-tool-bar-reply-3-buttons): Moved | |
5949 defcustom to mh-utils because I got an error about a nil value for | |
5950 mh-tool-bar-reply-3-buttons when I fired up mh-rmail. | |
5951 | |
5952 * mh-comp.el, mh-funcs,el, mh-mime.el, mh-pick.el: Moved (provide) | |
5953 to the end of the file to be consistent with most other files (see | |
5954 additional rationale in mh-e.el description below). | |
5955 | |
5956 * mh-e.el: Had to remove eval-when-compile from the (require 'cl) | |
5957 here too (because the remove-if generated a warning in CVS Emacs). | |
5958 Moved (provide) to the end of the file to be consistent with most | |
5959 other files. My guess is that this is good to keep a feature from | |
5960 being "provided" if the file craps out while being loaded. | |
5961 | |
5962 2002-10-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
5963 | |
5964 * mh-utils.el (mh-reply, Info-goto-node): Add autoloads to avoid | |
5965 compiler warnings. | |
5966 (mh-tool-bar-reply-3-buttons): Add defvar to avoid compiler | |
5967 warning. | |
5968 | |
5969 * mh-seq.el (mh-narrow-to-seq): Remember that a narrowing has | |
5970 occurred. | |
5971 (mh-valid-view-change-operation-p): New function that checks if | |
5972 the widening or unthreading that we are about to perform is | |
5973 allowed. | |
5974 (mh-widen): Check if widening is applicable. | |
5975 (mh-thread-inc, mh-thread-folder): Use delete-region instead of | |
5976 erase-buffer. This means if the buffer is narrowed then the hidden | |
5977 parts aren't removed. This allows widening of the folder later on. | |
5978 (mh-toggle-threads): Maintain mh-view-ops. | |
5979 | |
5980 * mh-e.el (mh-view-ops, mh-folder-mode): New buffer-local variable | |
5981 that keeps track of the sequence in which threading and narrowing | |
5982 of the folder buffer has been carried out. This is needed so that | |
5983 narrowing followed by threading (or vice versa) behaves in a | |
5984 reasonable manner. | |
5985 (mh-regenerate-headers): Use delete-region instead of | |
5986 erase-buffer. | |
5987 (mh-make-folder-mode-line): Change mh-first-msg-num and | |
5988 mh-last-msg-num conservatively. This might show a larger range in | |
5989 the mode-line but allows the unthreading to not miss messages | |
5990 present initially. | |
5991 | |
5992 2002-10-21 Bill Wohler <wohler@newt.com> | |
5993 | |
5994 * mh-mime.el (mh-graphical-emphasis-p): Added _underline_ to the | |
5995 docstring, as well as the source of the strings, | |
5996 gnus-emphasis-alist. | |
5997 (mh-graphical-emphasis-p, mh-graphical-smileys-p): Set the default | |
5998 to t. | |
5999 | |
6000 2002-10-21 Peter S Galbraith <psg@debian.org> | |
6001 | |
6002 * mh-utils.el (mh-show-mode): Invoke new toolbar. | |
6003 (mh-show-tool-bar-map): New tool-bar for mh-show-mode, similar to | |
6004 mh-letter-mode. | |
6005 | |
6006 2002-10-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
6007 | |
6008 * mh-utils.el (mh-display-msg): Call the smiley display function | |
6009 after the call to mh-show-mode. This is needed since mh-show-mode | |
6010 kills all buffer-local variables and resets the variable that | |
6011 controls display of graphical smileys. | |
6012 | |
6013 2002-10-21 Bill Wohler <wohler@newt.com> | |
6014 | |
6015 * mh-e.el (mh-folder-mime-action): Change mime to MIME in message. | |
6016 | |
6017 * mh-comp.el (mh-mml-to-mime autoload): Ditto. | |
6018 | |
6019 2002-10-21 Mark D Baushke <mdb@gnu.org> | |
6020 | |
6021 * mh-mime.el (smiley-region): Use load for a non-fatal dependency | |
6022 on the smiley library. | |
6023 | |
6024 2002-10-21 Jeffrey C Honig <jch@honig.net> | |
6025 | |
6026 * mh-comp.el (mh-forward): Search for a blank line as well as | |
6027 mail-header-separator. | |
6028 (mh-letter-mode): Search for a blank line as well as | |
6029 mail-header-separator. | |
6030 (mh-send-letter): The default BCC encapsulation will make a MIME | |
6031 message unreadable. If we are running nmh and the letter contains | |
6032 a Bcc: and a Content-Type: field, add the -mime switch to to the | |
6033 arguments to send. | |
6034 | |
6035 2002-10-21 Peter S Galbraith <psg@debian.org> | |
6036 | |
6037 * mh-utils.el: Add a mh-defun-show-buffer call to define | |
6038 mh-show-pack-folder. | |
6039 | |
6040 2002-10-21 Peter S Galbraith <psg@debian.org> | |
6041 | |
6042 * mh-mime.el (mh-store-mime-parts): Simplify code a bit. | |
6043 | |
6044 * mh-e.el (mh-help-messages): Update help message for changed | |
6045 keybindings. | |
6046 | |
6047 2002-10-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
6048 | |
6049 * mh-speed.el (mh-speed-invalidate-map): Invalidate | |
6050 mh-speed-folders-cache before it is used by mh-speed-folders. Also | |
6051 fix indentation of if statement. | |
6052 (mh-speed-folder-size): The folder name should be extracted from | |
6053 the speedbar buffer and not from the temp buffer has was happening | |
6054 before. | |
6055 (mh-speed-folder-size): Harden the function some more. It | |
6056 shouldn't produce errors any more unless flist really didn't work. | |
6057 | |
6058 2002-10-21 Bill Wohler <wohler@newt.com> | |
6059 | |
6060 * mh-seq.el (mh-put-msg-in-seq): Formatting only. The reason I was | |
6061 in there is because I was trying to use mh-put-msg-in-seq and | |
6062 mh-msg-is-in-seq non-interactively and found that although the | |
6063 docstring says it uses the current message by default, I got | |
6064 errors if I passed in nil for the message. Is this expected, or is | |
6065 this a bug? I suppose the fix would be to make the arguments | |
6066 optional, right? This would cause the arguments in | |
6067 mh-put-msg-in-seq to be reversed, however. Might be a backwards | |
6068 compatibility problem. | |
6069 | |
6070 * mh-speed.el (mh-speed-view): Convert default size to string | |
6071 before passing it to read-string. This was done because XEmacs | |
6072 can't handle a numeric value for the default. | |
6073 | |
6074 2002-10-20 Satyaki Das <satyaki@theforce.stanford.edu> | |
6075 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6076 * mh-utils.el (mh-show-mode-map, mh-show-folder-map) |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6077 (mh-show-sequence-map, mh-show-thread-map, mh-show-extract-map) |
49578 | 6078 (mh-show-digest-map, mh-show-mime-map): Interactive functions |
6079 callable in show buffer are now prefixed with mh-show. | |
6080 | |
6081 * mh-seq.el (mh-notate-deleted-and-refiled): Take into account the | |
6082 changes to mh-refile-list and the removal of the 'deleted | |
6083 sequence. | |
6084 (mh-toggle-threads): Changing from threaded to normal view doesn't | |
6085 try to push out message refiles and deletions to MH. | |
6086 | |
6087 * mh-e.el (mh-rescan-folder, mh-scan-folder): Add a new optional | |
6088 argument to both functions that prevents them from carrying out | |
6089 pending refiles and deletes. | |
6090 (mh-undo): Remove dead code. | |
6091 (mh-delete-a-msg, mh-undo-msg): Get rid of the 'deleted sequence. | |
6092 The same information is present in mh-delete-list any way. | |
6093 (mh-refile-a-msg, mh-undo-msg, mh-process-commands): Change the | |
6094 semantics of mh-refile-list to make it self-contained. This | |
6095 variable now contains a list of lists. The first element of each | |
6096 sublist is the destination folder name. The remaining elements are | |
6097 the messages that are to be refiled to the destination folder. | |
6098 (mh-toggle-threads, mh-folder-folder-menu): Use mh-toggle-threads | |
6099 instead of mh-thread-folder. | |
6100 | |
6101 2002-10-20 Peter S Galbraith <psg@debian.org> | |
6102 | |
6103 * mh-mime.el (mh-store-mime-parts): Bug fix? Make this command | |
6104 work when in the show buffer, and not just in the folder buffer | |
6105 pointing to a message. | |
6106 | |
6107 2002-10-20 Peter S Galbraith <psg@debian.org> | |
6108 | |
6109 * mh-seq.el (mh-narrow-to-subject-sequence): Renamed from | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6110 mh-narrow-to-subject-thread. |
49578 | 6111 (mh-subject-to-sequence): Renamed from mh-subject-thread-to-sequence. |
6112 (mh-delete-subject-sequence): Renamed from mh-delete-subject-thread. | |
6113 (mh-next-unseen-subject-sequence): Renamed from | |
6114 mh-next-unseen-subject-thread. | |
6115 (mh-toggle-subject-thread): Removed. :-( | |
6116 | |
6117 * mh-e.el: s/subject-thread/subject-sequence/ | |
6118 (mh-thread-map): Bind mh-widen to "w". | |
6119 | |
6120 * mh-utils.el: s/subject-thread/subject-sequence/ | |
6121 (mh-show-thread-map): Bind mh-widen to "w". | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6122 |
49578 | 6123 2002-10-20 Satyaki Das <satyaki@theforce.stanford.edu> |
6124 | |
6125 * mh-seq.el (mh-thread-folder): This function is no longer | |
6126 interactive. The mh-toggle-threads is the interactive function | |
6127 that gets called by the user. Also the already computed values in | |
6128 mh-first-msg-num and mh-last-msg-num are used instead of | |
6129 recomputing the first and last message indices in the current | |
6130 folder. | |
6131 (mh-toggle-threads): New interactive function that toggles | |
6132 threaded view of the folder. | |
6133 | |
6134 * mh-utils.el (mh-letter-toggle-threads): New interactive function | |
6135 which toggles thread view from show buffer. This function replaces | |
6136 mh-letter-thread-folder. | |
6137 (mh-show-folder-map): Use mh-letter-toggle-threads instead of | |
6138 mh-letter-thread-folder. | |
6139 | |
6140 * mh-e.el (mh-folder-map): Use mh-toggle-threads instead of | |
6141 mh-thread-folder. | |
6142 | |
6143 2002-10-20 Bill Wohler <wohler@newt.com> | |
6144 | |
6145 * mh-e.el (mh-scan-folder): Formatting only. | |
6146 (mh-goto-cur-msg): Removed call to mh-last-msg in those cases | |
6147 where there isn't a current message. Since I've started using the | |
6148 speedbar to read my mh-e mail, I've had to use M-< every time to | |
6149 go to the beginning of the new messages. Very annoying! Thus, if | |
6150 there isn't a current message, the cursor is left alone, which | |
6151 sounds like the right thing to do anyway. | |
6152 | |
6153 2002-10-19 Peter S Galbraith <psg@debian.org> | |
6154 | |
6155 * mh-seq.el (mh-subject-thread-to-sequence): Bug fix. After | |
6156 making the 'subject sequence real, I now have to delete it globally. | |
6157 | |
6158 * mh-seq.el (mh-toggle-subject-thread): Make toggle back to full | |
6159 scan exactly mh-widen (removed moving to current message). | |
6160 | |
6161 * mh-seq.el (mh-subject-thread-to-sequence): Make 'subject | |
6162 sequence a real one, exported to MH. This means you can, for | |
6163 example, mh-forward it. But it also shows up with a mark in the | |
6164 scan output. (Closes SF #489445). | |
6165 | |
6166 2002-10-19 Bill Wohler <wohler@newt.com> | |
6167 | |
6168 * mh-speed.el (mh-speed-view): If there weren't any unseen | |
6169 messages, and you specified a string (a sequence like "last") when | |
6170 prompted for the number of messages to display, you got an error. | |
6171 This has been fixed. | |
6172 | |
6173 2002-10-19 Mark D Baushke <mdb@gnu.org> | |
6174 | |
6175 * mh-e.el (mh-last-destination-folder): Destination of last refile | |
6176 command. | |
6177 (mh-last-destination-write): Destination of last write command. | |
6178 (mh-refile-msg): Use 'mh-last-destination-folder and update both it | |
6179 and 'mh-last-destination. | |
6180 (mh-write-msg-to-file): Use 'mh-last-destination-write and update | |
6181 both it and 'mh-last-destination (Closes SF #580772). | |
6182 | |
6183 2002-10-19 Bill Wohler <wohler@newt.com> | |
6184 | |
6185 * mh-comp.el (mh-yank-from-start-of-msg): Changed default to | |
6186 'attribution. | |
6187 (mh-letter-mode-map): Removed commented-out keybindings as well as | |
6188 alias "C-c C-m a (mh-compose-insertion)." Prefer "C-c C-m i." | |
6189 | |
6190 * mh-utils.el: Removed autoload of help. It no longer appears to | |
6191 be necessary in cvs Emacs (21.4). | |
6192 | |
6193 2002-10-18 Bill Wohler <wohler@newt.com> | |
6194 | |
6195 * mh-e.el (mh-execute-commands): Doc fix. | |
6196 (mh-compat-write-file-hook): Renamed to | |
6197 mh-write-file-functions-compat. | |
6198 (mh-folder-mode): Add mh-write-file-functions-compat instead of | |
6199 mh-compat-write-file-hook | |
6200 | |
6201 2002-10-18 Peter S Galbraith <psg@debian.org> | |
6202 | |
6203 * mh-utils.el (mh-invisible-headers-show-xface): Killed this | |
6204 variable. | |
6205 (mh-invisible-headers): Use 'mh-show-use-xface instead of | |
6206 'mh-invisible-headers-show-xface to determine whether to render | |
6207 the X-Face header line visible or not. | |
6208 | |
6209 2002-10-18 Satyaki Das <satyaki@theforce.stanford.edu> | |
6210 | |
6211 * mh-e.el (mh-compat-write-file-hook, mh-folder-mode): Use the new | |
6212 macro mh-compat-write-file-hook to use write-file-functions for | |
6213 Emacs 21.4 and local-write-file-hooks for older versions. | |
6214 | |
6215 2002-10-18 Mark D Baushke <mdb@gnu.org> | |
6216 | |
6217 * mh-utils.el (mh-invisible-headers): Add more anti-spam headers. | |
6218 | |
6219 2002-10-18 Peter S Galbraith <psg@debian.org> | |
6220 | |
6221 * mh-mime.el (mh-mml-forward-message): mml-attach-file constructs | |
6222 a malformed composition if the description string is empty, so | |
6223 test for that and call mml-attach-file without that argument if | |
6224 it's an empty string (closes SF #625168). | |
6225 | |
6226 2002-10-17 Satyaki Das <satyaki@theforce.stanford.edu> | |
6227 | |
6228 * mh-index.el (mh-index-keymap): Removed extra binding of " ". | |
6229 (mh-index-folder-mode-help-messages): Made the cheat sheet entry | |
6230 of quit like the others. | |
6231 (mh-index-search): If space was pressed in the index buffer before | |
6232 a search result has been shown with ".", the old show buffer would | |
6233 be scrolled. This is confusing since the index and show buffer | |
6234 contents are contradictory. Killing the show buffer here avoids | |
6235 this problem. | |
6236 (mh-index-configure-windows): Refine the window configuration | |
6237 logic. Avoid the two window view unless there is a message being | |
6238 displayed in the show buffer. | |
6239 (mh-index-scroll-up): Rewrite this function. The old version had a | |
6240 bizarre problem where the show buffer wouldn't be scrolled if the | |
6241 speedbar was present. | |
6242 (mh-index-scroll-down): Rewritten because of similar reason as | |
6243 above. | |
6244 | |
6245 2002-10-17 Peter S Galbraith <psg@debian.org> | |
6246 | |
6247 * mh-comp.el (mh-reply): Add an undo boundary in the undo list | |
6248 before calling 'mh-yank-cur-msg (closes SF #623693). | |
6249 | |
6250 2002-10-17 Satyaki Das <satyaki@theforce.stanford.edu> | |
6251 | |
6252 * mh-e.el (mh-folder-mode): Use local-write-file-hooks instead of | |
6253 write-file-hooks. This is required for XEmacs and also the right | |
6254 thing according to GNU Emacs21 documentation. | |
6255 | |
6256 2002-10-16 Satyaki Das <satyaki@theforce.stanford.edu> | |
6257 | |
6258 * mh-seq.el (mh-thread-generate): Get threading to work correctly | |
6259 on partial folders. The fix here disregards messages that aren't | |
6260 already present in the buffer. | |
6261 (mh-thread-folder): When querying scan about thread info try to | |
6262 avoid asking about messages that aren't present in the folder | |
6263 buffer. A more efficient fix would be to ask scan about just the | |
6264 messages that are present instead of a range of messages. However | |
6265 that runs the risk of sending long command lines to scan. Another | |
6266 change was to populate the mh-scan-line-map early so that the | |
6267 change in mh-thread-generate would work. | |
6268 (mh-thread-generate-scan-lines): In case duplicates are present | |
6269 make one of them the pseudo parent of the rest. This makes it look | |
6270 prettier if there are multiple duplicates at top level. | |
6271 | |
6272 * mh-comp.el (mh-edit-again): If a buffer in show-mode is being | |
6273 reused then reinsert message file. This should fix SF #624283. | |
6274 | |
6275 * mh-mime.el (mh-mm-display-part): Make sure mh-display-part is | |
6276 always called when we want to remove the displayed MIME part. | |
6277 | |
6278 2002-10-16 Bill Wohler <wohler@newt.com> | |
6279 | |
6280 * mh-speed.el (mh-speed-folder-size): checkdoc fix. | |
6281 (mh-speed-view): Tweaked output to mirror gnus verbiage. Offer | |
6282 to view number of messages in folder rather than mh-large-folder. | |
6283 Replaced (intern mh-unseen-seq) with mh-unseen-seq since the | |
6284 former was generating errors. | |
6285 | |
6286 2002-10-15 Satyaki Das <satyaki@theforce.stanford.edu> | |
6287 | |
6288 * mh-speed.el (mh-large-folder): New customizable variable to | |
6289 control mh-e's perception of large folders. | |
6290 (mh-speed-folder-size): New function which computes the size of | |
6291 folder on current line. | |
6292 (mh-speed-view): Modified to handle large folders. If the folder | |
6293 being clicked has unseen messages then only those messages are | |
6294 shown. Otherwise if number of messages in folder is larger than | |
6295 mh-large-folders then the user is asked for the number of messages | |
6296 to be shown. If the folder satisfies neither of the above cases | |
6297 then it is displayed in its entirety | |
6298 | |
6299 2002-10-15 Bill Wohler <wohler@newt.com> | |
6300 | |
6301 * mh-index.el (mh-index-keymap): Use gnus-define-keys. Sorted. | |
6302 Noticed that there were two key bindings for SPACE... | |
6303 | |
6304 * mh-speed.el (mh-folder-speedbar-key-map): Ditto (except for the | |
6305 dup SPACE binding). | |
6306 | |
6307 Completed help in other modes: | |
6308 | |
6309 * mh-utils.el (mh-xemacs-p): Fixed doc. | |
6310 (mh-show-mode-map, mh-show-folder-map, mh-show-sequence-map) | |
6311 (mh-show-thread-map, mh-show-extract-map): Added binding for | |
6312 mh-help. | |
6313 | |
6314 * mh-pick.el (mh-search-folder): Added startup help message. | |
6315 (mh-pick-mode-help-messages): New variable that contains help | |
6316 messages for pick buffer. | |
6317 (mh-pick-mode): Set local buffer variable mh-help-messages to | |
6318 mh-pick-mode-help-messages. | |
6319 | |
6320 * mh-index.el (mh-index-keymap): Added binding for mh-help | |
6321 (mh-index-folder-mode-help-messages): New variable that contains | |
6322 help messages for MH Index buffer. | |
6323 (mh-index-folder-mode): Set local buffer variable mh-help-messages | |
6324 to mh-index-mode-help-messages. | |
6325 | |
6326 * mh-funcs.el (mh-help, mh-prefix-help): Call | |
6327 substitute-command-keys on the help messages. | |
6328 | |
6329 * mh-e.el (mh-help-messages): Added ,. Ran C-M-q. | |
6330 (mh-help): This autoload doc is now used for more than just the | |
6331 MH-Folder, so drop that specific text. | |
6332 | |
6333 * mh-comp.el (mh-edit-again, mh-extract-rejected-mail) | |
6334 (mh-forward, mh-reply, mh-send-sub): Call mh-letter-mode-message | |
6335 to display a help message at startup. | |
6336 (mh-letter-mode): Set local buffer variable mh-help-messages to | |
6337 mh-letter-mode-help-messages. | |
6338 (mh-letter-mode-help-messages): New variable with help messages | |
6339 for the MH-Letter buffer. | |
6340 (mh-letter-mode-message): New function that displays a startup | |
6341 help message. | |
6342 (mh-letter-mode-map): Added binding for mh-help. Sorted. | |
6343 | |
6344 2002-10-15 Satyaki Das <satyaki@theforce.stanford.edu> | |
6345 | |
6346 * mh-speed.el (mh-speedbar-selected-folder-with-unseen-messages-face) | |
6347 (mh-speedbar-folder-face, mh-speedbar-selected-folder-face) | |
6348 (mh-speedbar-folder-with-unseen-messages-face): New faces for mh-e | |
6349 speedbar. | |
6350 (mh-folder-speedbar-buttons, mh-speed-update-current-folder) | |
6351 (mh-speed-add-buttons): Use the new faces. | |
6352 (mh-speed-normal-face, mh-speed-bold-face): Functions to convert | |
6353 to bold face and back to normal face. | |
6354 (mh-speed-set-face): Removed. | |
6355 (mh-speed-highlight): Modified to allow it to be used instead of | |
6356 mh-speed-set-face. Also changes were made to fontify folders with | |
6357 unread messages. | |
6358 (mh-speed-parse-flists-output, mh-speed-parse-flists-output) | |
6359 (mh-speed-invalidate-map): Use mh-speed-highlight instead of | |
6360 mh-speed-set-face. | |
6361 | |
6362 2002-10-15 Bill Wohler <wohler@newt.com> | |
6363 | |
6364 * mh-mime.el, mh-seq.el, mh-speed.el, mh-utils.el: It appears that | |
6365 the cl package has been restructured in 21.4 in such a way that | |
6366 the use of eval-when-compile no longer suppresses warnings when | |
6367 compiling so that (require 'cl) must be called directly (maybe | |
6368 this is a bug in 21.4 ;-). Thus the autoloads of cl are no longer | |
6369 needed. Now compiles clean under 21.4. | |
6370 | |
6371 * mh-e.el (mh-folder-mode): The use of local-write-file-hooks is | |
6372 deprecated in Emacs 21.4, so use add-hook write-file-functions (or | |
6373 write-file-hook for older versions) with the LOCAL argument | |
6374 instead. Now compiles clean under 21.4. | |
6375 | |
6376 * mh-comp.el (mh-yank-cur-msg): Push a mark at the opposite end of | |
6377 the included text to make it easy to jump or delete to the other | |
6378 end of the included text. | |
6379 | |
6380 2002-10-15 Satyaki Das <satyaki@theforce.stanford.edu> | |
6381 | |
6382 * mh-comp.el (mh-insert-prefix-string): Remove the erroneous use | |
6383 of set-mark and other related functions. | |
6384 | |
6385 2002-10-14 Bill Wohler <wohler@newt.com> | |
6386 | |
6387 * mh-comp.el (mh-yank-from-start-of-msg): Fixed documentation. It | |
6388 isn't ignored if there is a region. It is still used for the | |
6389 attribution. | |
6390 (mh-yank-cur-msg): Removed unnecessary push-mark when snarfing the | |
6391 entire message. Move the cursor to the end of the snarfed message | |
6392 if there is a region. In this case, push a mark so user can pop to | |
6393 the beginning of the snarfed fragment. | |
6394 (mh-insert-prefix-string): This calls set-mark which I find | |
6395 suspect since I found that my last user mark was deleted after | |
6396 yanking a message. Added a comment to this effect. Will probably | |
6397 add a bug report... | |
6398 | |
6399 * README (Installed, Supported versions): To appear in GNU Emacs | |
6400 21.3; supported on Emacs 21, 20.7 and XEmacs 21. | |
6401 | |
6402 * mh-funcs.el (mh-concat-list): Deleted. Use mapconcat instead. | |
6403 (mh-help, mh-prefix-help): Use mapconcat instead of mh-concat-list. | |
6404 (mh-ephem-message): Use "%s" in message. | |
6405 | |
6406 * mh-funcs.el (mh-concat-list): New function to concatenate a list | |
6407 of strings into a single string. I would have thought elisp | |
6408 already contained a function like this, but I couldn't find it. | |
6409 (mh-ephem-message): New function to display a message in the | |
6410 minibuffer ephemerally. minibuffer-message seemed like the right | |
6411 function, but it writes to the current buffer oddly enough. | |
6412 (mh-help, mh-prefix-help): New functions to display command | |
6413 cheat sheets in the minibuffer (closes SF #493740). It would be | |
6414 nice to refactor these two into a single function if possible. | |
6415 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6416 * mh-e.el (mh-folder-mode-map, mh-folder-map, mh-sequence-map) |
49578 | 6417 (mh-thread-map, mh-extract-map): Added ? keybinding for `mh-help' |
6418 and `mh-prefix-help' (closes SF #493740). | |
6419 (mh-help-messages): New variable to hold various help messages. | |
6420 (mh-help, mh-prefix-help): Autoload from mh-funcs.el. | |
6421 | |
6422 2002-10-13 Bill Wohler <wohler@newt.com> | |
6423 | |
6424 * mh-index.el (mh-glimpse-directory, mh-swish-directory, | |
6425 mh-namazu-directory): New variables that hold the name of the | |
6426 configuration and indexing directory. All are now hidden `.' | |
6427 directories. | |
6428 | |
6429 * mh-e.el, mh-funcs.el, mh-index.el, mh-mime.el, mh-pick.el, | |
6430 mh-seq.el, mh-xemacs-compat.el (Docstrings): Converted comments to | |
6431 docstrings, reworded some docstrings to conform to Emacs | |
6432 documentation conventions, and eliminated all checkdoc warnings | |
6433 (except for -flag, which we'll fix after 6.2 is released). | |
6434 | |
6435 2002-10-13 Satyaki Das <satyaki@theforce.stanford.edu> | |
6436 | |
6437 * mh-index.el (mh-swish-next-result): Fix a bug in a corner case | |
6438 where the lack of a trailing "/" caused the function to wrongly | |
6439 filter out correct hits. This should fix SF #622679. | |
6440 | |
6441 2002-10-12 Steve Youngs <youngs@xemacs.org> | |
6442 | |
6443 * mh-utils.el (mh-xemacs-p): Simplify it, don't test for | |
6444 'defvaralias' and don't use 'running-xemacs'. | |
6445 | |
6446 2002-10-11 Bill Wohler <wohler@newt.com> | |
6447 | |
6448 * mh-comp.el: (Docstrings): Eliminated all checkdoc warnings by | |
6449 converting comments to docstrings and rewording some docstrings to | |
6450 conform to Emacs documentation conventions. | |
6451 | |
6452 2002-10-11 Steve Youngs <youngs@xemacs.org> | |
6453 | |
6454 * mh-utils.el (mh-xemacs-p): New. | |
6455 (mh-show-use-xface): Use it. | |
6456 (mh-show-xface-function): Ditto. | |
6457 | |
6458 * mh-e.el (toplevel): Ditto. | |
6459 (mh-remove-xemacs-horizontal-scrollbar): Ditto. | |
6460 (mh-folder-mode-map): Ditto. | |
6461 | |
6462 * mh-comp.el (mh-insert-x-mailer): Ditto. | |
6463 | |
6464 * mh-mime.el (gnus-local-map-property): Ditto. | |
6465 (mh-mml-to-mime): Move (require 'mh-utils) to toplevel. | |
6466 (mh-prompt-for-folder): Autoloading this not needed because | |
6467 mh-utils is now required at toplevel. | |
6468 (mh-show-xface): Ditto. | |
6469 (mh-show-addr): Ditto. | |
6470 | |
6471 2002-10-11 Bill Wohler <wohler@newt.com> | |
6472 | |
6473 * Makefile (EMACS_HOME): Set default to $(TOP)/../emacs so it | |
6474 would be useful. | |
6475 | |
6476 * mh-utils.el (mh-invisible-headers): Added various spam header | |
6477 fields. | |
6478 (mh-path-search): Removed argument `func-p' and related code. It | |
6479 was not documented and no one used it. | |
6480 (Docstrings): Converted comments to docstrings, reworded some | |
6481 docstrings to conform to Emacs documentation conventions, and | |
6482 basically eliminated all checkdoc warnings (except for -flag | |
6483 warnings). | |
6484 | |
6485 2002-10-11 Satyaki Das <satyaki@theforce.stanford.edu> | |
6486 | |
6487 * mh-seq.el (mh-thread-generate): Kill dead code. | |
6488 | |
6489 2002-10-10 Satyaki Das <satyaki@theforce.stanford.edu> | |
6490 | |
6491 * mh-seq.el (mh-region-to-sequence): Don't include point-max in | |
6492 region (closes SF #621632). | |
6493 | |
6494 * mh-utils.el (mh-defun-show-buffer): Fix call of | |
6495 frame-first-window to work with XEmacs. Also avoid warning about | |
6496 cur-buffe-name in XEmacs. | |
6497 (mh-modify, mh-goto-msg): Remove dead code. | |
6498 | |
6499 * mh-speed.el (mh-speed-toggle, mh-speed-add-buttons): Remove dead | |
6500 code. | |
6501 | |
6502 * mh-seq.el (mh-subject-thread-to-sequence, mh-thread-get-message, | |
6503 mh-thread-generate, mh-thread-folder): Remove dead code. | |
6504 | |
6505 * mh-mime.el (mh-mm-inline-message): Remove dead code. | |
6506 | |
6507 * mh-index.el (mh-index-search): Remove dead code. | |
6508 | |
6509 * mh-comp.el (mh-open-line): Remove dead code. | |
6510 | |
6511 * mh-e.el (mh-folder-mode): Use the macro | |
6512 mh-remove-xemacs-horizontal-scrollbar to avoid compiler-warning in | |
6513 Emacs. | |
6514 (mh-remove-xemacs-horizontal-scrollbar): New macro to avoid | |
6515 compiler-warnings. | |
6516 | |
6517 2002-10-10 Mark D Baushke <mdb@gnu.org> | |
6518 | |
6519 * Makefile (EMACS_OPTIONS): New macro for command-line compile | |
6520 options. | |
6521 (EMACS): Allow the user to specify which emacs command to use for | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6522 the compile. |
49578 | 6523 (COMPILE_COMMAND): Combine the compile command with its options. |
6524 (.el.elc): Use the new $(COMPILE_COMMAND). | |
6525 | |
6526 2002-10-10 Mark D Baushke <mdb@gnu.org> | |
6527 | |
6528 * mh-speed.el (mh-speed-select-attached-frame): Define a new | |
6529 compatibility macro for getting to the attached-frame. | |
6530 (mh-speed-update-current-folder): Use it. | |
6531 | |
6532 2002-10-10 Mark D Baushke <mdb@gnu.org> | |
6533 | |
6534 * mh-speed.el (mh-speed-update-current-folder): Use | |
6535 'dframe-select-attached-frame if we are in a newer speedbar | |
6536 version that no longer supports the 'speedbar-attached-frame | |
6537 variable. | |
6538 | |
6539 2002-10-10 Steve Youngs <youngs@xemacs.org> | |
6540 | |
6541 * mh-speed.el (mh-speed-update-current-folder): Use | |
6542 'dframe-select-attached-frame' if we're in XEmacs. | |
6543 | |
6544 * mh-e.el (mh-folder-mode): Remove the horizontal scrollbar from | |
6545 the MH-Folder buffer if we're in XEmacs. | |
6546 | |
6547 2002-10-09 Satyaki Das <satyaki@theforce.stanford.edu> | |
6548 | |
6549 * mh-utils.el (mh-show-xface-function): New global that stores | |
6550 what function needs to be called to display X-Face. | |
6551 (mh-show-xface): Rewritten to avoid compiler warning. | |
6552 | |
6553 2002-10-09 Peter S Galbraith <psg@debian.org> | |
6554 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6555 * mh-utils.el (mh-exchange-point-and-mark-preserving-active-mark): |
49578 | 6556 Simplify code for all emacsen to avoid byte-compilation warnings. |
6557 | |
6558 2002-10-09 Satyaki Das <satyaki@theforce.stanford.edu> | |
6559 | |
6560 * mh-mime.el (mh-mm-display-part): If a sub-part of the current | |
6561 part is an inline image then clicking the button keeps the image | |
6562 around. The change fixes this bug. | |
6563 | |
6564 2002-10-09 Peter S Galbraith <psg@debian.org> | |
6565 | |
6566 * mh-utils.el (mh-exec-cmd-output): Use new function | |
6567 'mh-exchange-point-and-mark-preserving-active-mark instead of | |
6568 'exchange-point-and-mark. Fixes a bug in emacs20 and XEmacs21. | |
6569 (mh-exchange-point-and-mark-preserving-active-mark): New function. | |
6570 Does like 'exchange-point-and-mark but doesn't activate the mark. | |
6571 | |
6572 * mh-comp.el (mh-letter-menu): Allow access to "Pull in All | |
6573 Compositions" menu entries when edits have really occurred. | |
6574 Works with "forw: -mime" mh_profile entry, so this fixes a bug. | |
6575 | |
6576 * mh-mime.el (mh-mime-inline-part, mh-mm-display-part): Use | |
6577 line-beginning-position and line-end-position instead of | |
6578 point-at-bol and point-at-eol XEmacs functions. | |
6579 * mh-xemacs-compat.el: Added line-end-position and | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6580 line-beginning-position compatibility aliases. |
49578 | 6581 |
6582 2002-10-08 Mark D. Baushke <mdb@gnu.org> | |
6583 | |
6584 * mh-utils.el (mh-scan-msg-format-regexp): The regexp to find | |
6585 %number(msg). | |
6586 (mh-scan-msg-format-string): Format to be used with the current | |
6587 maximum width of message number for the folder in the | |
6588 `mh-upate-scan-format' function. | |
6589 (mh-update-scan-format): Use `mh-scan-msg-format-regexp' for greater | |
6590 flexibility. The message number is no longer anchored to the | |
6591 beginning of the `mh-scan-format-nmh' or `mh-scan-format-mh' format | |
6592 strings. The `mh-update-scan-format' allows for using zero-filled | |
6593 message numbers. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6594 |
49578 | 6595 2002-10-08 Peter S Galbraith <psg@debian.org> |
6596 | |
6597 * mh-e.el (mh-folder-folder-menu): Add entry for "Thread Folder". | |
6598 | |
6599 2002-10-07 Satyaki Das <satyaki@theforce.stanford.edu> | |
6600 | |
6601 * mh-seq.el (mh-thread-generate): Use mh-progs to get path to mh | |
6602 executables. | |
6603 | |
6604 * mh-speed.el (mh-speed-flists): Use mh-progs to get path to mh | |
6605 executables right. | |
6606 (mh-speed-folders-actual): Same as above. | |
6607 | |
6608 2002-10-05 Steve Youngs <youngs@xemacs.org> | |
6609 | |
6610 * mh-comp.el (mh-yank-from-start-of-msg): Make default setting 't' | |
6611 a const. | |
6612 | |
6613 * mh-xemacs-compat.el (match-string-no-properties): Rewrite as a | |
6614 defsubst using 'buffer-substring-no-properties' so we don't grab | |
6615 any extents. | |
6616 (rfc822-goto-eoh): Removed. This exists in the XEmacs mail-lib | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6617 package. |
49578 | 6618 (mail-header-end): Ditto. |
6619 (mail-mode-fill-paragraph): Ditto. | |
6620 | |
6621 2002-10-05 Satyaki Das <satyaki@theforce.stanford.edu> | |
6622 | |
6623 * mh-speed.el (mh-speed-invalidate-map): When called interactively | |
6624 the function will clear mh-speed-folders-cache. | |
6625 | |
6626 2002-10-02 Satyaki Das <satyaki@theforce.stanford.edu> | |
6627 | |
6628 * mh-mime.el (mh-insert-mime-button): Rewrite without using | |
6629 replace-match. | |
6630 | |
6631 2002-10-01 Satyaki Das <satyaki@theforce.stanford.edu> | |
6632 | |
6633 * mh-mime.el (mh-file-mime-type-substitutions): Reorder code to | |
6634 avoid compiler warning. | |
6635 | |
6636 2002-10-01 Bill Wohler <wohler@newt.com> | |
6637 | |
6638 * Makefile (MH-E-ETC): Moved ChangeLog into MH-E-ETC-ETC since it | |
6639 shouldn't get installed in Emacs. | |
6640 (install-emacs): Install MH-E-IMG into Emacs' lisp/toolbar and | |
6641 MH-E-IMG2 into Emacs' lisp/mail. | |
6642 | |
6643 2002-10-01 Peter S Galbraith <psg@debian.org> | |
6644 | |
6645 * mh-e.el (mh-tool-bar-reply-3-buttons): New customization. | |
6646 Non-nil means use three buttons for reply commands in tool-bar. | |
6647 If you have room on your tool-bar because you are using a large | |
6648 font, you may set this variable to expand the single reply | |
6649 button into three buttons that won't lead to minibuffer prompt | |
6650 about who to reply to. | |
6651 (mh-folder-tool-bar-map): Use mh-tool-bar-reply-3-buttons to | |
6652 decide how many buttons to use for replying. | |
6653 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6654 * mh-mime.el (mh-file-mime-type-substitutions) |
49578 | 6655 (mh-file-mime-type-substitute): Fix typos and doc strings. |
6656 | |
6657 2002-09-30 Peter S Galbraith <psg@debian.org> | |
6658 | |
6659 * mh-mime.el (mh-file-mime-type): Run Content-Type string returned | |
6660 by file command through mh-file-mime-type-substitute (see below). | |
6661 (mh-file-mime-type-substitute): Possibly change Content-Type | |
6662 string using mh-file-mime-type-substitutions variable. This is | |
6663 mostly because all MS-Office file are seen as application/msword | |
6664 by the file command. | |
6665 (mh-file-mime-type-substitutions): New variable. Defines | |
6666 substitutions to make for Content-Type returned from file command. | |
6667 | |
6668 2002-09-27 Bill Wohler <wohler@newt.com> | |
6669 | |
6670 * README: Moved Id to end of file since it broke outline mode at | |
6671 the beginning. | |
6672 | |
6673 * import-emacs (release): Renamed "mainline" tag to | |
6674 "emacs-mainline" to correspond with existing CVS tag. | |
6675 (EMACS_HOME): Fixed typo in docstring. | |
6676 | |
6677 * mh-utils.el (mh-folder-name-p, mh-defun-show-buffer): Lowercase | |
6678 NIL and T in docstring. | |
6679 (mh-update-scan-format): Fixed typo. | |
6680 | |
6681 * mh-comp.el, mh-e.el, mh-pick.el, mh-utils.el: Updated from CVS | |
6682 Emacs. The only new thing appears to be to downcase NIL and T in | |
6683 the documentation. | |
6684 | |
6685 2002-09-26 Satyaki Das <satyaki@theforce.stanford.edu> | |
6686 | |
6687 * mh-seq.el (mh-thread-generate): The threading code will now be | |
6688 more resistant to corruption of messages. Before the change any | |
6689 corruption of message x would cause all messages with indices | |
6690 higher than x to be neglected when threading! | |
6691 | |
6692 2002-09-23 Peter S Galbraith <psg@debian.org> | |
6693 | |
6694 * mh-mime.el (mh-store-mime-parts): Don't store value into | |
6695 user-customizable variable mh-store-mime-parts-default-directory | |
6696 and use mh-store-mime-parts-directory instead. | |
6697 | |
6698 2002-09-20 Satyaki Das <satyaki@theforce.stanford.edu> | |
6699 | |
6700 * mh-seq.el (mh-thread-prune-subject): Use regular expressions to | |
6701 make the subject pruning behave the way it is specified in the | |
6702 imap-thread RFC. | |
6703 | |
6704 * mh-speed.el (mh-speed-folders-actual): Don't use pop when we | |
6705 are not going to use the first element. This avoids a compilation | |
6706 warning with cvs emacs. | |
6707 | |
6708 2002-09-19 Satyaki Das <satyaki@theforce.stanford.edu> | |
6709 | |
6710 * mh-utils.el (mh-display-msg): Put the call to | |
6711 set-buffer-modified after mh-show-mode. This is needed for CVS | |
6712 emacs since calling mh-show-mode marks the buffer as modified if | |
6713 font-lock is on. | |
6714 | |
6715 2002-09-17 Peter S Galbraith <psg@debian.org> | |
6716 | |
6717 * mh-mime.el (mh-store-mime-parts-default-directory): Renamed from | |
6718 mh-store-mime-parts-directory | |
6719 (mh-store-mime-parts-directory): Renamed from | |
6720 mh-store-mime-parts-directory-default. | |
6721 | |
6722 2002-09-16 Peter S Galbraith <psg@debian.org> | |
6723 | |
6724 * mh-comp.el (mail-citation-hook): Doc tweaks suggested by Bill. | |
6725 | |
6726 2002-09-08 Satyaki Das <satyaki@theforce.stanford.edu> | |
6727 | |
6728 * mh-e.el (autoloads): Reorder autoload of mh-reply to avoid | |
6729 compiler warning. | |
6730 | |
6731 2002-09-03 Peter S Galbraith <psg@debian.org> | |
6732 | |
6733 * mh-mime.el (mh-store-mime-parts-directory): New defcustom. | |
6734 Default directory to use for mh-store-mime-parts. | |
6735 (mh-store-mime-parts): New Command. Store the MIME parts of the | |
6736 current message. | |
6737 (mh-store-mime-parts-directory-default): New internal working | |
6738 variable. Default to use for mh-store-mime-parts-directory, set | |
6739 from last use. | |
6740 | |
6741 * mh-e.el (mh-folder-seq-tool-bar-map): Add mh-store-mime-parts to | |
6742 toolbar. | |
6743 | |
6744 | |
6745 2002-08-22 Satyaki Das <satyaki@theforce.stanford.edu> | |
6746 | |
6747 * mh-seq.el (mh-thread-generate-scan-lines): In threaded view, | |
6748 complete scan lines are printed for all messages (not just the | |
6749 ones at the top of a thread). | |
6750 | |
6751 * mh-index.el (mh-index-insert-scan): Replace use of kill-line | |
6752 since that pollutes the kill-ring. | |
6753 | |
6754 * mh-comp.el (autoloads): Add autoloads for search and subseq to | |
6755 get rid of compiler warnings. | |
6756 | |
6757 2002-08-19 Peter S Galbraith <psg@debian.org> | |
6758 | |
6759 * reply-to.xpm, reply-to.pbm, reply-from.xpm, reply-from.pbm, | |
6760 reply-all.xpm, reply-all.bpm: New icons for various reply methods. | |
6761 * mh-e.el (mh-folder-tool-bar-map): Split reply button into three | |
6762 that won't prompt for "from", "to" and "all". | |
6763 * mh-comp.el (mh-reply): Put variable reply-to in the interactive | |
6764 list since it's specified on the command line for the new toolbar. | |
6765 | |
6766 * mh-comp.el (mail-citation-hook): Tweak docs concerning | |
6767 historical usage for supercite. | |
6768 (mh-yank-from-start-of-msg): Add settings 'supercite and | |
6769 'autosupercite. Rename 'automatic to 'autoattrib. | |
6770 (mh-insert-prefix-string): Invoke sc-cite-original if | |
6771 mh-yank-from-start-of-msg is et to 'supercite or 'autosupercite. | |
6772 | |
6773 2002-08-17 Satyaki Das <satyaki@theforce.stanford.edu> | |
6774 | |
6775 * mh-comp.el (compilation-fix): Reorder defvars to avoid warnings | |
6776 during compilation. | |
6777 | |
6778 2002-08-17 Peter S Galbraith <psg@debian.org> | |
6779 | |
6780 * mh-comp.el (mh-yank-from-start-of-msg): Add 'automatic choice. | |
6781 Do as for `attribution' automatically when show buffer matches the | |
6782 message being replied-to. | |
6783 (mh-reply): Call 'mh-yank-cur-msg when mh-yank-from-start-of-msg | |
6784 is set to 'automatic and show buffer matches message number being | |
6785 replied-to. | |
6786 (mh-show-buffer-message-number): New helper function to get the | |
6787 message number of the current show-buffer. | |
6788 (mh-yank-cur-msg): Handle 'automatic choice the same as 'attribution. | |
6789 (mh-yank-cur-msg): Bug fix. It would bail on error if | |
6790 mh-show-buffer didn't exists. | |
6791 | |
6792 2002-08-16 Peter S Galbraith <psg@debian.org> | |
6793 | |
6794 * mh-comp.el (mh-insert-x-mailer): It wrongly assumed that Emacs | |
6795 was used even when XEmacs was used. Fixed so X-Mailer header is | |
6796 more exact about what we are using. | |
6797 | |
6798 2002-08-15 Peter S Galbraith <psg@debian.org> | |
6799 | |
6800 * mh-e.el (mh-version): Change CVS version number to 6.1+cvs just | |
6801 so X-Mailer header is more exact about what we are using. | |
6802 | |
6803 * mh-mime.el (mh-mhn-compose-insertion, mh-mhn-compose-anon-ftp, | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6804 mh-mml-attach-file): |
49578 | 6805 "Jeffrey P. Morgenthaler" <jpmorgen@congee.gsfc.nasa.go> reported |
6806 that "require" in emacs 20.3 doesn't handle 3 arguments. We | |
6807 use "load" at the top of file elsewhere anyway to handle such a | |
6808 case of non-essential loading, so switch to that here. | |
6809 | |
6810 2002-08-06 Satyaki Das <satyaki@theforce.stanford.edu> | |
6811 | |
6812 * mh-funcs.el (autoload): Add autoload for mh-speed-invalidate-map. | |
6813 | |
6814 * mh-speed.el (mh-speed-add-folder): New function to make the | |
6815 speedbar aware of new folders when they are created by mh-e. | |
6816 | |
6817 * mh-utils.el (mh-prompt-for-folder): Use mh-speed-add-folder to | |
6818 tell speedbar that new folder is being created. Also use folder | |
6819 instead of mkdir to create new folders. | |
6820 | |
6821 2002-08-01 Peter S Galbraith <psg@debian.org> | |
6822 | |
6823 * mh-utils.el (mh-decode-quoted-printable): Conditionalize the | |
6824 limit of search for quoted-printable. If we're using mm-decode | |
6825 for MIME decoding, it's possible that `mimedecode' could mess our | |
6826 message, so we only run a full search for quoted-printable parts | |
6827 when not using gnus' mm-decode. When using mm-decode, mimedecode | |
6828 can still help by handling the case of the whole message being | |
6829 quoted-printable as opposed to only a part. | |
6830 | |
6831 2002-07-31 Peter S Galbraith <psg@debian.org> | |
6832 | |
6833 * mh-comp.el (mh-compose-insertion): Moved from mh-mime.el because | |
6834 the pulldown menu were broken in XEmacs21 from this variable being | |
6835 undefined. | |
6836 | |
6837 2002-07-28 Mark D. Baushke <mdb@gnu.org> | |
6838 | |
6839 * mh-utils.el (mh-show-mode): Use the default paragraph-start | |
6840 rather than the inherited text-mode value. | |
6841 | |
6842 2002-07-28 Satyaki Das <satyaki@theforce.stanford.edu> | |
6843 | |
6844 * mh-seq.el (mh-thread-duplicates): New hash table to track | |
6845 duplicate messages. | |
6846 (mh-thread-get-message): Remove debug code. | |
6847 (mh-thread-canonicalize-id): Modified to handle messages without | |
6848 message-id header. Such messages are given distinct copies of the | |
6849 empty string as message-id. | |
6850 (mh-thread-generate): The function was inadvertently rebuilding | |
6851 the thread tree when message refiles and message deletes are | |
6852 processed. The change here fixes that. Also code has been added to | |
6853 keep track of duplicate message-id's. | |
6854 (mh-thread-generate-scan-lines): Modified to print scan lines for | |
6855 duplicate messages (that is messages with the same message-id). | |
6856 (mh-thread-forget-message): Modified to maintain | |
6857 mh-thread-duplicates. | |
6858 | |
6859 2002-07-22 Satyaki Das <satyaki@theforce.stanford.edu> | |
6860 | |
6861 * mh-speed.el (mh-speed-parse-flists-output): Use delete-region | |
6862 instead of kill-region. Otherwise the kill ring gets polluted. | |
6863 | |
6864 2002-07-16 Satyaki Das <satyaki@theforce.stanford.edu> | |
6865 | |
6866 * mh-seq.el (mh-thread-update-scan-line-map): New function to | |
6867 refresh the stale scan lines. | |
6868 (mh-thread-inc): Update old scan lines when mh-thread-inc is | |
6869 called. Otherwise notations for deleted and refiled messages get | |
6870 lost and the folder display gets out of sync with real mh-e state. | |
6871 | |
6872 * mh-mime.el (mh-mm-display-part): Call Gnus citation highlight | |
6873 code when text part is displayed. Otherwise buttonized text parts | |
6874 aren't correctly fontified when they are displayed. | |
6875 | |
6876 2002-07-15 Mark D. Baushke <mdb@gnu.org> | |
6877 | |
6878 * mh-utils.el (mm-decode): Use load for the Non-fatal depencency | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6879 on the mm-decode library. |
49578 | 6880 * mh-mime.el (mm-decode, mm-uu, mm-view): Use load for the |
6881 Non-fatal depencencies on the mm-decode, mm-uu and mm-view | |
6882 libraries. | |
6883 | |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
6884 2002-07-15 Satyaki Das <satyaki@theforce.stanford.edu> |
49578 | 6885 |
6886 * mh-utils.el (mh-require, mh-autoload): Remove these macros. | |
6887 (mh-decode-mime): Initialized to t iff the mm-decode library is | |
6888 present in the load-path. | |
6889 * mh-mime.el (mh-require): Don't use it anymore. | |
6890 | |
6891 2002-07-15 Mark D Baushke <mdb@gnu.org> | |
6892 | |
6893 * mh-utils.el (mh-update-scan-format): Rewrite for compatibility | |
6894 with Xemacs as replace-match appears not to have identical | |
6895 functionality with FSF emacs. | |
6896 (mh-scan-msg-format-regexp): Deleted. This regexp is now hardcoded | |
6897 into the mh-update-scan-format function. | |
6898 | |
6899 2002-07-12 Satyaki Das <satyaki@theforce.stanford.edu> | |
6900 | |
6901 * mh-seq.el: Add message threading code. | |
6902 | |
6903 * mh-utils.el (mh-letter-thread-folder): New interactive function | |
6904 that allows switching to threaded view from show buffer. | |
6905 (mh-show-folder-map): Bound "F t" to call mh-letter-thread-folder. | |
6906 (mh-goto-msg): Replace the function to not assume that messages | |
6907 are sorted in the folder buffer. | |
6908 | |
6909 * mh-e.el (mh-folder-threaded-view-p): New buffer local variable | |
6910 in the folder buffer that records whether threaded view is being | |
6911 used currently. | |
6912 (mh-scan-subject-regexp, mh-scan-format-regexp): Get font lock | |
6913 working for threaded view as well. | |
6914 (mh-regenerate-headers): Reset mh-folder-threaded-view-p to nil. | |
6915 (mh-get-new-mail, mh-process-commands): Do incremental threading | |
6916 if folder is in threaded view. | |
6917 (mh-delete-scan-msgs): Update thread tables if folder is in | |
6918 threaded view. | |
6919 (mh-folder-map): Add "F t" as key binding for mh-thread-folder | |
6920 | |
6921 * mh-comp.el (mh-yank-cur-msg): Bug fix. mh-show-buffer is only | |
6922 has a meaningful value in the folder buffer. | |
6923 | |
6924 2002-07-11 Peter S Galbraith <psg@debian.org> | |
6925 | |
6926 * mh-comp.el (mh-yank-cur-msg): Run only if mh-show-buffer | |
6927 actually exists (otherwise a back-traceable error occurred). | |
6928 | |
6929 * mh-utils.el (mh-find-progs): Run PATH search only when mh-progs, | |
6930 mh-lib and mh-lib-progs are not all already set. This allows the | |
6931 user to set them using a simple setq prior to loading mh-e. This | |
6932 is useful for implementation of mh-e on win32. Note that many | |
6933 commands still call mh-find-path which also parses the mh_profile | |
6934 file (that may still fail on win32), so this is still done often. | |
6935 But it lets us change the mh_profile file and have mh-e see the | |
6936 changed file without exiting emacs and starting over so I left | |
6937 that in. | |
6938 | |
6939 2002-07-04 Satyaki Das <satyaki@theforce.stanford.edu> | |
6940 | |
6941 * mh-index.el (mh-index-show): Fixed a bug in mh-index-show which | |
6942 caused it to lose track of point when called from show buffer. | |
6943 | |
6944 2002-07-04 Mark D. Baushke <mdb@gnu.org> | |
6945 | |
6946 * Makefile: Add more information and common methods to allow both | |
6947 GNU make and Berkeley make to properly build everything. | |
6948 | |
6949 2002-07-04 Satyaki Das <satyaki@theforce.stanford.edu> | |
6950 | |
6951 * mh-mime.el (mh-push-button): Bug fix for mime display with | |
6952 mouse. Select show window before executing the mime display | |
6953 functions. | |
6954 | |
6955 2002-07-01 Mark D. Baushke <mdb@gnu.org> | |
6956 | |
6957 * Makefile: Use a conditional variable assignment operator rather | |
6958 than ifndef to let Makefile be used by both GNU make and Berkeley | |
6959 make (or similar versions of make). This does not help Solaris | |
6960 /usr/ccs/bin/make, but Solaris make has problems with the ifndef | |
6961 syntax too. | |
6962 | |
6963 2002-07-01 Satyaki Das <satyaki@theforce.stanford.edu> | |
6964 | |
6965 * mh-index.el (mh-index-search): Check for mh-decode-mime before | |
6966 adding mh-mime-cleanup to kill-buffer-hook. | |
6967 | |
6968 * mh-mime.el (mm-destroy-parts): Add definition for old emacs. | |
6969 | |
6970 2002-06-30 Mark D Baushke <mdb@gnu.org> | |
6971 | |
6972 * mh-utils.el (mh-update-scan-format): Add documentation string. | |
6973 (mh-scan-msg-format-regexp): Update the regexp to find %(msg). | |
6974 (mh-set-cmd-note): When mh-scan-format-file is not t, dynamic | |
6975 update of mh-cmd-note is wrong. Do not assume that | |
6976 mh-scan-format-nmh and mh-scan-format-mh can be kept in lock-step | |
6977 with mh-cmd-note via mh-set-cmd-note. The mh-scan-format function | |
6978 is now where the updated mh-cmd-note value is put into the scan | |
6979 format. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
6980 |
49578 | 6981 * mh-e.el (mh-generate-new-cmd-note): Add documentation string. |
6982 (mh-scan-format): Use mh-update-scan-format to get updated copies | |
6983 of mh-scan-format-nmh and mh-scan-format-mh to avoid format skew. | |
6984 (mh-get-new-mail): Do not try to adapt mh-cmd-note unless | |
6985 mh-scan-format-file is equal to t. | |
6986 (mh-scan-format-nmh): No longer buffer local. | |
6987 (mh-scan-format-mh): No longer buffer local. | |
6988 | |
6989 2002-06-30 Satyaki Das <satyaki@theforce.stanford.edu> | |
6990 | |
6991 * mh-index.el (mh-index-max-msg-index): New variable to keep track | |
6992 of max message index among search results. If mh-adaptive-cmd-note | |
6993 is non-nil this is used to compute the width of the index field. | |
6994 (mh-index-search): Keep track of max index seen while parsing the | |
6995 search results and set it if mh-adaptive-cmd-note is non-nil. | |
6996 (mh-index-find-max-width): New function to find the required width | |
6997 of the message index field. | |
6998 (mh-defun-index): Binding buffer local variables is bad, so don't | |
6999 do that. | |
7000 (mh-index-show): New argument display-headers-p decides whether | |
7001 the message is displayed in raw form or not. | |
7002 (mh-index-header-display): New interactive function bound to "," | |
7003 which shows the message in raw form. | |
7004 (mh-index-keymap): Add appropriate bindings for backtab and ",". | |
7005 (read-from-string): Add ignore-errors around it so that the code | |
7006 doesn't die when it gets unexpected input. | |
7007 | |
7008 2002-06-29 Satyaki Das <satyaki@theforce.stanford.edu> | |
7009 | |
7010 * mh-index.el (mh-count-windows): This function works around the | |
7011 lack of the window-list builtin function in emacs20. | |
7012 | |
7013 2002-06-29 Mark D Baushke <mdb@gnu.org> | |
7014 | |
7015 * mh-utils.el (mh-message-number-width): New function to scan | |
7016 the last message of a folder and return its width. | |
7017 (mh-adaptive-cmd-note): New variable, if Non-nil indicates that | |
7018 mh-set-cmd-note should be called with the message width for the | |
7019 folder. | |
7020 (mh-cmd-note): Update documentation. | |
7021 (mh-update-scan-format): Helper function for updating the | |
7022 mh-scan-format-nmh and mh-scan-format-mh variables. | |
7023 (mh-scan-msg-overflow-regexp): New variable to help find problem | |
7024 messages after an inc. | |
7025 (mh-scan-msg-format-regexp): New variable to find the old message | |
7026 width in one of the mh-scan-format-nmh or mh-scan-format-mh | |
7027 variables. | |
7028 (mh-set-default-cmd-note): Replaced by mh-set-cmd-note. | |
7029 (mh-set-cmd-note): New function to replace update mh-cmd-note | |
7030 value. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7031 |
49578 | 7032 * mh-e.el (mh-regenerate-headers): If mh-adaptive-cmd-note is |
7033 non-nil, use mh-set-cmd-note on empty folder buffers. | |
7034 (mh-make-folder): Ditto. | |
7035 (mh-generate-new-cmd-note): New function to adapt the mh-cmd-note | |
7036 to fit when mh-get-new-mail gets message number truncation. | |
7037 (mh-get-new-mail): Maybe use mh-generate-new-cmd-note if | |
7038 mh-adaptive-cmd-note is Non-nil. | |
7039 | |
7040 2002-06-29 Satyaki Das <satyaki@theforce.stanford.edu> | |
7041 | |
7042 * mh-speed.el (mh-speed-view): The display gets confused if the | |
7043 cursor is in the show buffer when mh-speed-view is called. This is | |
7044 a fix for that. | |
7045 | |
7046 2002-06-27 Satyaki Das <satyaki@theforce.stanford.edu> | |
7047 | |
7048 * mh-e.el (mh-next-undeleted-msg): Get rid of optional arg | |
7049 reverse-p. If there are no more undeleted messages the the point | |
7050 remains at its original position and a message is produced (closes | |
7051 SF #494304). | |
7052 (mh-previous-undeleted-msg): Change similar to | |
7053 mh-next-undeleted-msg. | |
7054 (mh-next-msg, mh-refile-msg, mh-delete-msg): Backout previous | |
7055 change. | |
7056 (mh-folder-map): Bind "S-tab" and "K S-tab" to mh-prev-button. | |
7057 | |
7058 * mh-utils.el (mh-show-mode-map): Bind "S-tab" and "K S-tab" to | |
7059 mh-letter-prev-button. | |
7060 | |
7061 * mh-mime.el (gnus-newsgroup-name): Initialize it to nil, so that | |
7062 mm-uu-dissect doesn't cause error. | |
7063 | |
7064 2002-06-27 Mark D Baushke <mdb@gnu.org> | |
7065 | |
7066 * mh-utils.el (mh-cmd-note): Make buffer-local. Changes to this | |
7067 variable should be made via the new mh-set-default-cmd-note | |
7068 function. | |
7069 (mh-set-default-cmd-note): New function to setq-default the | |
7070 mh-cmd-note, mh-scan-format-mh and mh-scan-format-nmh values to | |
7071 related values. | |
7072 | |
7073 * mh-e.el (mh-scan-format-mh): Make buffer-local. | |
7074 (mh-scan-format-nmh): Ditto. | |
7075 (mh-scan-good-msg-regexp): Use a more general regular expression | |
7076 so that the width of message numbers, mh-cmd-note, may vary. | |
7077 (mh-scan-deleted-msg-regexp): Ditto. | |
7078 (mh-scan-refiled-msg-regexp): Ditto. | |
7079 (mh-scan-cur-msg-number-regexp): Ditto. | |
7080 (mh-scan-cur-msg-regexp): Ditto. | |
7081 (mh-scan-subject-regexp): Ditto. | |
7082 | |
7083 2002-06-26 Satyaki Das <satyaki@theforce.stanford.edu> | |
7084 | |
7085 * mh-speed.el: Speedbar support code. | |
7086 | |
7087 * Makefile: Add mh-speed.el to MH-E-SRC. | |
7088 | |
7089 * mh-utils.el (mh-prompt-for-folder): Add speedbar hook if | |
7090 speedbar is being used. | |
7091 | |
7092 * mh-funcs.el (mh-kill-folder): Add speedbar hook if speedbar is | |
7093 being used. | |
7094 | |
7095 * mh-e.el (speedbar-autoloads): Autoload speedbar initialization | |
7096 functions so that speedbar can find them. | |
7097 | |
7098 2002-06-25 Satyaki Das <satyaki@theforce.stanford.edu> | |
7099 | |
7100 * mh-index.el (mh-grep-execute-search, mh-grep-next-result): Allow | |
7101 grep to be used to search mail. | |
7102 (mh-index-font-lock-keywords): Modified to avoid bug when using | |
7103 lazy font-lock. | |
7104 | |
7105 * mh-e.el (mh-delete-msg, mh-refile-msg): Modify so that if no | |
7106 undeleted (or unrefiled) message exists in the current movement | |
7107 direction then try to find an undeleted (or unrefiled) message in | |
7108 the opposite direction instead. | |
7109 (mh-next-undeleted-msg): Added a new optional argument. If non-nil | |
7110 search for undeleted message backwards if none exists in the | |
7111 forward direction. | |
7112 (mh-previous-undeleted-msg): Added an optional argument. If | |
7113 non-nil search for undeleted message in the forward direction if | |
7114 none exists in the backward direction. | |
7115 (mh-next-msg): Optional argument to change direction if undeleted | |
7116 messages are not found in the current direction. | |
7117 | |
7118 * mh-index.el (mh-cmd-note): Use mh-cmd-note instead of hardcoding | |
7119 the index field size to 4. | |
7120 | |
7121 * mh-utils.el (mh-show-addr, mh-show-xface): New functions added | |
7122 to do xface display and goto-addr interface to allow reuse by the | |
7123 mime display code. | |
7124 (mh-show-mode): Use mh-show-addr and mh-show-xface. Only add | |
7125 mh-mime-cleanup to kill-buffer-hook if mime decoding is enabled. | |
7126 (mh-modify): Use mh-letter-mode instead of mh-show-mode when | |
7127 editing messages. | |
7128 | |
7129 * mh-mime.el (mh-mm-inline-message): Arrange for xface and | |
7130 highlighting to work in forwarded messages. | |
7131 | |
7132 2002-06-23 Peter S Galbraith <psg@debian.org> | |
7133 | |
7134 * mh-comp.el (mh-yank-from-start-of-msg): Add 'attribution' option | |
7135 to add an attribution line in mh-yank-cur-msg. | |
7136 (mh-extract-from-attribution-verb): Verb to use for attribution | |
7137 when a message is yanked by mh-yank-cur-msg. Provides a method | |
7138 for setting a different language. | |
7139 (mh-yank-cur-msg): Add support for 'attribution' option. | |
7140 (mh-extract-from-attribution): Function to get the attribution | |
7141 line, or the sender from the From: line in the current show buffer. | |
7142 | |
7143 2002-06-20 Satyaki Das <satyaki@theforce.stanford.edu> | |
7144 | |
7145 * mh-index.el (mh-index-show): mh-display-msg was not being called | |
7146 in the show buffer. This causes weird results on some mime messages. | |
7147 | |
7148 * mh-mime.el (gnus-newsgroup-charset): Defvar to avoid error in | |
7149 pgp messages if gnus hasn't been used yet. | |
7150 | |
7151 * mh-comp.el (mh-letter-mode-map): Typo fix. | |
7152 | |
7153 2002-06-19 Satyaki Das <satyaki@theforce.stanford.edu> | |
7154 | |
7155 * mh-mime.el (mh-mml-secure-message-encrypt-pgpmime): Typo fix. | |
7156 (compiler-warnings): Add autoloads to remove compiler warnings. | |
7157 | |
7158 * mh-index.el (autoload-fixes): Fix autoload forms. | |
7159 | |
7160 2002-06-18 Satyaki Das <satyaki@theforce.stanford.edu> | |
7161 | |
7162 * mh-comp.el (mh-letter-mode-map): Change binding of "\C-c\C-ma" | |
7163 to mh-compose-insertion. Remove duplicate binding for "C-c\C-mf". | |
7164 (compiler-warnings): Add defvar to remove compiler-warning. | |
7165 | |
7166 2002-06-18 Peter S Galbraith <psg@debian.org> | |
7167 | |
7168 * mh-comp.el (mh-letter-menu): Conditionalize GPG function on | |
7169 mh-gnus-pgp-support-p. | |
7170 | |
7171 * mh-mime.el (mh-mml-forward-message): s/subseq/substring/. | |
7172 (mh-compose-forward): cut&paste typo: s/messages/message/. | |
7173 (mml-minibuffer-read-file): autoload added. | |
7174 (mml-minibuffer-read-description): autoload added. | |
7175 (mml-insert-empty-tag): autoload added. | |
7176 (mh-mml-secure-message-sign-pgpmime): Check mh-gnus-pgp-support-p. | |
7177 (mh-mml-secure-message-encrypt-pgpmime): Check mh-gnus-pgp-support-p. | |
7178 | |
7179 2002-06-17 Peter S Galbraith <psg@debian.org> | |
7180 | |
7181 * mh-utils.el (mh-show-use-xface): Check for availability of | |
7182 `uncompface' executable on system. | |
7183 | |
7184 * mh-mime.el (mh-compose-forward): New front end for both | |
7185 mh-mml-forward-message and mh-mhn-compose-forw. | |
7186 (mh-compose-insertion): New front end for both mh-mml-attach-file | |
7187 and mh-mhn-compose-insertion. | |
7188 (mh-mml-to-mime): New function. Compose mime message from mml | |
7189 directives. | |
7190 (mh-mml-forward-message): New function. Forward a message as | |
7191 attachment. | |
7192 (mh-mml-attach-file): New function. Attach a file to the outgoing | |
7193 MIME message. | |
7194 (mh-mml-compose-insert-p): New variable. Buffer-local variable to | |
7195 know whether MIME insertion was done. Triggers an automatic call | |
7196 to `mh-mml-to-mime' in `mh-send-letter'. | |
7197 (mh-mml-secure-message-sign-pgpmime): New function. | |
7198 Front end to mml-secure-message-sign-pgpmime. | |
7199 (mh-mml-secure-message-encrypt-pgpmime): New function. | |
7200 Front end to mml-secure-message-encrypt-pgpmime. | |
7201 | |
7202 * mh-comp.el (mh-send-letter): automatic call to `mh-mml-to-mime' | |
7203 if mh-mml-compose-insert-p is set. | |
7204 (mh-letter-mode-map): Add keys for new mh-mime functions above. | |
7205 * mh-comp.el: Added autoloads for new mh-mime functions above. | |
7206 | |
7207 2002-06-17 Peter S Galbraith <psg@debian.org> | |
7208 | |
7209 * mh-utils.el (mh-show-use-xface): new defcustom to determine | |
7210 whether to call external package x-face to display the x-face. | |
7211 (mh-invisible-headers-show-xface): variable now defaults to value | |
7212 of mh-show-use-xface. | |
7213 (mh-show-mode): When mh-show-use-xface is t, invoke | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7214 external package x-face to display the x-face. |
49578 | 7215 |
7216 2002-06-15 Satyaki Das <satyaki@theforce.stanford.edu> | |
7217 | |
7218 * mh-e.el (mh-prev-button): New interactive function which moves | |
7219 point to the previous mime button in the show buffer. | |
7220 (mh-folder-mode-map): Bind M-TAB and K M-TAB to mh-prev-button. | |
7221 | |
7222 * mh-utils.el (mh-show-mode-map): Bind M-TAB and K M-TAB to call | |
7223 mh-letter-prev-button (which is analogous to mh-prev-button). | |
7224 (mh-gnus-pgp-support-p): New global variable to replace the | |
7225 variable mh-recent-gnus-p. The name better describes what it is | |
7226 used for. | |
7227 | |
7228 * mh-mime.el (mh-mime-display-part, mh-mime-display-single): Use | |
7229 mh-gnus-pgp-support-p instead of mh-recent-gnus-p. | |
7230 | |
7231 2002-06-12 Satyaki Das <satyaki@theforce.stanford.edu> | |
7232 | |
7233 * mh-mime.el (mh-display-buttons-for-inline-parts): New | |
7234 customizable variable. When non-nil inline parts have are | |
7235 displayed with a button (that is initially expanded). | |
7236 (mh-maybe-insert-newline): The function has been removed. | |
7237 (mh-mime-display-single): Add code to display buttons for inline | |
7238 parts. Reduce the insertion of extra newlines between inline parts | |
7239 and also for pgp signature parts. | |
7240 (mh-mm-display-part): The function has been rewritten and cleaned | |
7241 up. There was a bug which could change the show buffer if the user | |
7242 pressed C-g while a mime part was being displayed has been fixed. | |
7243 (mh-press-button, mh-push-button): Use unwind-protect to make sure | |
7244 that set-buffer-modified-p is always called after mime display. | |
7245 (mh-mime-inline-part): The behavior of the function has been | |
7246 changed so that it toggles the display of the raw bytes. | |
7247 (mh-mime-display-security): Remove the display of too many | |
7248 newlines. | |
7249 (documentation): Remove most check-doc warnings. | |
7250 | |
7251 * mh-comp.el (mh-filter-out-non-text): Updated since whitespace | |
7252 added around mime buttons have changed. | |
7253 | |
7254 2002-06-10 Satyaki Das <satyaki@theforce.stanford.edu> | |
7255 | |
7256 * mh-index.el (mh-index-last-search, mh-index-search): The default | |
7257 prompt in mh-index-search has been removed since currently there | |
7258 is no good way of reading "+" with mh-prompt-for-folder. | |
7259 (mh-index-folder-mode, mh-index-show-mode): New major modes | |
7260 derived from mh-folder-mode and mh-show-mode respectively. They | |
7261 use a restricted keymap compared to the parent modes. | |
7262 (mh-index-folder-face): New customizable face to display folder | |
7263 names in the index buffer. | |
7264 (documentation): Change two spaces after period back to one. | |
7265 | |
7266 2002-06-08 Satyaki Das <satyaki@theforce.stanford.edu> | |
7267 | |
7268 * mh-e.el (mh-folder-toggle-mime-part): New interactive function | |
7269 to control mime display from folder buffer. | |
7270 (mh-folder-inline-mime-part): New interactive function to inline | |
7271 raw mime part from folder buffer. | |
7272 (mh-folder-save-mime-part): New interactive function to save mime | |
7273 part from folder buffer. | |
7274 (mh-folder-mode-map): Add keybindings for "K v", "K o", "K i" and | |
7275 "K \t" to mh-folder-mode-map. | |
7276 (mh-goto-next-button): Modified to allow searching for next button | |
7277 that satisfies some condition. | |
7278 (mh-folder-mime-action): Support function for | |
7279 mh-folder-save-mime-part, mh-folder-inline-mime-part and | |
7280 mh-folder-toggle-mime-part. | |
7281 | |
7282 * mh-utils.el (mh-show-mode-map): Modify keymap to add appropriate | |
7283 bindings for "K v", "K o", "K i" and "K \t". | |
7284 | |
7285 * mh-index.el (documentation): Fix docs according to checkdoc | |
7286 format. | |
7287 | |
7288 2002-06-07 Satyaki Das <satyaki@theforce.stanford.edu> | |
7289 | |
7290 * mh-seq.el, mh-funcs.el (Compiler): Remove (require 'view) and | |
7291 instead add defvar for view-exit-action. | |
7292 | |
7293 2002-06-06 Satyaki Das <satyaki@theforce.stanford.edu> | |
7294 | |
7295 * mh-comp.el (mh-insert-x-face): If transient-mark-mode is enabled | |
7296 the call to mark returns error. So avoid using mark. | |
7297 | |
7298 * mh-index.el: Support for new interactive function | |
7299 mh-index-search. | |
7300 | |
7301 * mh-e.el (mh-next-button, mh-goto-next-button): Refactor | |
7302 mh-next-button so that the code may be reused by mh-index.el. | |
7303 (mh-folder-map): Add key "F i" to call mh-index-search. | |
7304 | |
7305 * mh-utils.el (mh-recent-gnus-p): Fix documentation. | |
7306 (mh-msg-folder, mh-display-msg): The new function mh-msg-folder | |
7307 maps a MH folder name to the buffer displaying it. In normal | |
7308 operation the two names are identical but they are different in a | |
7309 folder buffer generated by index search. Minor modification to | |
7310 mh-display-msg to use mh-msg-folder to enable mh-index-search to | |
7311 reuse code. | |
7312 (mh-show-mode-map): Add key "F i" to call mh-index-search. | |
7313 | |
7314 * Makefile: Add mh-index.el | |
7315 | |
7316 2002-06-05 Peter S Galbraith <psg@debian.org> | |
7317 | |
7318 * mh-e.el (mh-folder-message-menu): Add an entry for mh-modify. | |
7319 | |
7320 2002-05-31 Satyaki Das <satyaki@theforce.stanford.edu> | |
7321 | |
7322 * mh-utils.el (mh-decode-quoted-printable): Only decode if the | |
7323 whole message is encoded. So restrict the search for the | |
7324 content-transfer-encoding header to the headers of the message | |
7325 itself. | |
7326 | |
7327 * mh-mime.el (mh-mime-display-alternative): Make sure that point | |
7328 is moved after mm-display-part is called. | |
7329 | |
7330 2002-05-29 Satyaki Das <satyaki@theforce.stanford.edu> | |
7331 | |
7332 * mh-mime.el (mh-mime-display-single): Fix the logic that | |
7333 determines when an attachment is buttonized. For inline parts that | |
7334 can't be displayed a button is now created. | |
7335 | |
7336 2002-05-29 Satyaki Das <satyaki@theforce.stanford.edu> | |
7337 | |
7338 * mh-e.el (mh-regenerate-headers): Fix an error in which the | |
7339 mh-mode-line-annotation was not being set properly. | |
7340 | |
7341 * mh-mime.el, mh-utils.el (compilation): Macros mh-require and | |
7342 mh-autoload are used to make sure that emacs20 doesn't croak when | |
7343 it tries to load non-existent mm-* files. | |
7344 (mh-decode-mime): Make it default to nil for Emacs major version | |
7345 below 21. | |
7346 | |
7347 2002-05-28 Satyaki Das <satyaki@theforce.stanford.edu> | |
7348 | |
7349 * mh-e.el (mh-regenerate-headers): Generalize the function to | |
7350 handle multiple ranges. | |
7351 | |
7352 2002-05-25 Satyaki Das <satyaki@theforce.stanford.edu> | |
7353 | |
7354 * compilation: Reduce use of eval-when-compile so that load-path | |
7355 is not changed if lisp files are loaded without compilation. Small | |
7356 changes were made to Makefile, mh-comp.el mh-e.el, mh-funcs.el, | |
7357 mh-seq.el, mh-utils.el | |
7358 | |
7359 * mh-e.el (mh-next-button, mh-folder-mode-map): New interactive | |
7360 function to advance point to next MIME button. It is bound to TAB. | |
7361 | |
7362 * mh-utils.el (mh-letter-next-button, mh-show-mode-map): New | |
7363 interactive function mh-letter-next-button has been added to | |
7364 advance point to the next MIME button. It is bound to TAB. | |
7365 | |
7366 * mh-mime.el (comments): Added some comments. | |
7367 | |
7368 2002-05-24 Satyaki Das <satyaki@theforce.stanford.edu> | |
7369 | |
7370 * mh-mime.el (compilation): Replace (eval-when-compile ...) by | |
7371 (eval-when (compile) ...) to remove a bug when mh-e is loaded | |
7372 without compilation. | |
7373 | |
7374 2002-05-23 Satyaki Das <satyaki@theforce.stanford.edu> | |
7375 | |
7376 * mh-comp.el (compilation): Some code was rearranged to avoid | |
7377 compiler warnings. | |
7378 | |
7379 * mh-e.el (compilation): Code rearrangement and extra autoloads to | |
7380 remove compiler warnings | |
7381 (mh-quit): Add call to mh-destroy-postponed-handles to remove | |
7382 handles that are associated with external viewers. Also fixed a | |
7383 bug that I accidentally introduced by adding an extra line when | |
7384 cut and pasting my changes. | |
7385 | |
7386 * mh-func.el (compilation): Code rearrangement to remove compiler | |
7387 warnings. | |
7388 | |
7389 * mh-mime.el (compilation): Code rearrangement to remove compiler | |
7390 warnings. | |
7391 (mh-defun-compat): New macro to define to useful functions that | |
7392 aren't present present in old Gnus. | |
7393 (mh-destroy-postponed-handles): New function to cleanup handles | |
7394 that are associated with external viewers. | |
7395 (mh-handle-set-external-undisplayer): New function to replace | |
7396 mm-handle-set-external-undisplayer. It associates handles for | |
7397 external viewers with the folder buffer. These are released when | |
7398 the user quits the folder. | |
7399 (mh-mime-display, mh-press-button, mh-push-button): Hook in | |
7400 mh-handle-set-external-undisplayer. | |
7401 (mh-maybe-insert-newline): New function to avoid inserting too | |
7402 many newlines between mime parts. | |
7403 (mh-mm-display-part): Workaround for Gnus bug which causes new | |
7404 lines to be inserted when images are shown inline. | |
7405 (mh-mime-display-security): Cut down on newlines inserted. | |
7406 | |
7407 * mh-pick.el (compilation): Code rearrangement to remove compiler | |
7408 warnings. | |
7409 | |
7410 * mh-seq.el (compilation): Code rearrangement to remove compiler | |
7411 warnings. | |
7412 (comments): Remove @SD from comments. | |
7413 | |
7414 * mh-utils.el (compilation): Slight code rearrangement. | |
7415 (mh-defun-show-buffer): Fix documentation so that the first line | |
7416 is not too long as was the case earlier. Use | |
7417 mh-previous-window-config to remember where the cursor should | |
7418 return functions like mh-reply. | |
7419 (mh-display-msg): Initialize handles data-structure for the folder | |
7420 buffer so that postponed handles can be added to it. | |
7421 (mh-add-msgs-to-seq): Always keep messages in the sequences | |
7422 sorted. This removes some unexpected behavior when working with | |
7423 sequences that go out of sync with the corresponding MH sequences. | |
7424 (mh-canonicalize-sequence): New function to sort and remove | |
7425 duplicates from mh-e sequence. | |
7426 | |
7427 2002-05-21 Satyaki Das <satyaki@theforce.stanford.edu> | |
7428 | |
7429 * mh-utils.el (require): Load mm-decode.el here so that | |
7430 mm-inline-media-tests is properly initialized. | |
7431 | |
7432 * mh-comp.el (mh-yank-cur-msg): Don't try to remove the displayed | |
7433 mime parts when yanking the message. This also fixes the problem | |
7434 of regions not being respected during the yank. | |
7435 | |
7436 2002-05-20 Satyaki Das <satyaki@theforce.stanford.edu> | |
7437 | |
7438 * mh-utils.el (compiler-warnings): Some code was rearranged to | |
7439 remove all compiler warnings. | |
7440 (mh-decode-mime): New defcustom to control whether | |
7441 mime attachments are shown using Gnus. | |
7442 (mh-globals-hash): New global variable which maps a given buffer | |
7443 to the corresponding mime data structures. | |
7444 (mh-recent-gnus-p): New global variable which checks if Gnus is | |
7445 recent enough so that PGP/GPG encrypted messages can be handled. | |
7446 (mh-mm-inline-media-tests): Tests to determine whether a mime part | |
7447 can be shown inline. | |
7448 (mh-gnus-article-highlight-citation): Shadow the Gnus function, | |
7449 gnus-article-add-button before gnus-article-highlight-citation is | |
7450 called. This prevents the insertion of useless buttons in the | |
7451 message. | |
7452 (mh-show-mode): Don't set font-lock-support-mode to nil. Modify | |
7453 kill-buffer-hook to call mh-mime-cleanup. | |
7454 (mh-modify): Only the edit buffer is shown. | |
7455 (mh-display-msg): Add call to mh-mime-display, mh-display-smileys, | |
7456 mh-display-emphasis when mh-decode-mime is non-nil. | |
7457 | |
7458 * mh-mime.el (mh-buffer-data): New structure to keep track of | |
7459 per-buffer mime information. | |
7460 (compiler-warnings): Some code was rearranged to get rid of all | |
7461 compiler warnings. | |
7462 (mh-graphical-smileys-p): New defcustom which controls whether | |
7463 graphical smileys are shown. | |
7464 (mh-graphical-emphasis-p): New defcustom for graphical emphasis. | |
7465 (mh-max-inline-image-width, mh-max-inline-image-height): New | |
7466 defcustoms for inlining image. | |
7467 (gnus-local-map-property, mm-merge-handles): Copy utility | |
7468 functions for use with version of Gnus that ships with Emacs21.1. | |
7469 (mh-mime-cleanup): New function to free mime data-structures. | |
7470 (mh-add-missing-mime-version-header): New function to add missing | |
7471 Mime-Version header if a Content-Type header exists. | |
7472 (mh-display-smileys): New function to show graphical smileys. | |
7473 (mh-display-emphasis): New function to show graphical emphasis. | |
7474 (new-globals): New variables mh-mime-button-* and | |
7475 mh-mime-security-* were added to control mime buttons. | |
7476 (mh-mime-display): New function to display mime messages. The | |
7477 functions mh-mime-display-part, mh-mime-display-alternative, | |
7478 mh-mime-display-mixed, mh-mime-part-index, mh-small-image-p, | |
7479 mh-mime-display-single, mh-insert-mime-button, mh-mm-display-part, | |
7480 mh-press-button, mh-push-button, mh-mime-save-part, | |
7481 mh-mime-inline-part, mh-widget-press-button, mh-mm-inline-message, | |
7482 mh-mime-display-security, mh-mime-security-show-details, | |
7483 mh-mime-security-press-button and mh-insert-mime-security-button | |
7484 were added to support mh-mime-display. | |
7485 | |
7486 * mh-e.el (mh-header-display): Bind mh-decode-mime to nil when | |
7487 mh-show-msg is called, so that mime isn't decoded when headers are | |
7488 displayed. | |
7489 (mh-quit): The show buffer is killed instead of invalidating and | |
7490 burying it. | |
7491 | |
7492 * mh-comp.el (mh-yank-cur-msg): Filter out the mime buttons from | |
7493 the yanked message. | |
7494 (mh-filter-out-non-text): New function to filter out attachments | |
7495 from message being yanked. | |
7496 | |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
7497 2002-05-20 Bill Wohler <Bill.Wohler@openwave.com> |
49578 | 7498 |
7499 * mh-utils.el (mh-invisible-headers-show-xface): First sentence of | |
7500 docstring was not entirely on first line so was truncated in | |
7501 customize and help buffers. Reworded so first sentence could fit | |
7502 within 80 columns per checkdoc recommendation. | |
7503 (mh-defun-show-buffer): Reworded per checkdoc recommendations. | |
7504 Removed @SD while I was in there. | |
7505 | |
7506 2002-05-18 Satyaki Das <satyaki@theforce.stanford.edu> | |
7507 | |
7508 * mh-seq.el (mh-narrow-to-seq): This function now removes the | |
7509 current message notation in the folder. Otherwise, two current | |
7510 message notations may be present after mh-widen is called. Also | |
7511 mh-copy-seq-to-eob is called instead of mh-copy-seq-to-point since | |
7512 the latter has a bug. | |
7513 (mh-copy-seq-to-point): This function has a tricky problem. It | |
7514 calls mh-map-to-seq-msgs which uses mh-goto-msg. mh-goto-msg | |
7515 assumes that the folder is sorted (since it uses binary | |
7516 search). The assumption isn't true, so it may not copy all the | |
7517 messages. Since this function is not used any more it has been | |
7518 removed. | |
7519 (mh-copy-seq-to-eob): This function is a specialized (and | |
7520 hopefully correct) replacement for mh-copy-seq-to-point. | |
7521 | |
7522 2002-05-17 Satyaki Das <satyaki@theforce.stanford.edu> | |
7523 | |
7524 * mh-utils.el (mh-gnus-article-highlight-citation): Workaround for | |
7525 problem caused by low value of recursive-load-depth-limit in | |
7526 Emacs21.1 and CVS version of Gnus. | |
7527 (mh-show-mode-map): New keymap variable to facilitate use of | |
7528 summary commands from the show buffer. | |
7529 (mh-show-folder-buffer): New local variable which keeps track of | |
7530 the folder-buffer corresponding to the message being shown. | |
7531 (mh-defun-show-buffer): New macro to convert interactive functions | |
7532 callable in the summary buffer to interactive functions callable | |
7533 in the show buffer. | |
7534 (mh-show-mode): Make buffer read-only and use mh-show-mode-map as | |
7535 keymap (closes SF #527946). | |
7536 (mh-modify): New interactive function to edit a message in-place. | |
7537 | |
7538 * mh-e.el (mh-goto-cur-msg): Add an optional argument, | |
7539 minimal-changes-p. If non-nil, the function will just change | |
7540 the point to current message and do not change folder display. | |
7541 (mh-folder-mode-map): Make "M" call mh-modify. | |
7542 | |
7543 2002-05-07 Peter S Galbraith <psg@debian.org> | |
7544 | |
7545 * mh-utils.el (mh-invisible-headers-show-xface): New defcustom | |
7546 variable. If non-nil, the X-Face header line will be excluded from | |
7547 the variable `mh-invisible-headers'. Set this when using a | |
7548 package such as x-face-el to display X-Face icons in mh-show-mode. | |
7549 This variable's setting will eventually be set automatically when | |
7550 mh-e does its own X-Face decoding (or this variable will be replaced | |
7551 by one telling mh-e to decode the X-Face). We may not ship the | |
7552 next release with this variable. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7553 |
49578 | 7554 2002-05-07 Peter S Galbraith <psg@debian.org> |
7555 | |
7556 * mh-comp.el (mh-x-face-file): New defcustom variable. File name | |
7557 containing the encoded X-Face string to insert in outgoing mail. | |
7558 (mh-insert-x-face): New function. Appends an X-Face field to the | |
7559 header, but only if it doesn't already exist and if 'mh-x-face-file' | |
7560 is non-nil and points to an existing file. | |
7561 (mh-send-letter): Invoke mh-insert-x-face. | |
7562 | |
7563 2002-04-29 Mike Kupfer <m.kupfer@acm.org> | |
7564 | |
7565 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): Check | |
7566 whether XEmacs region is actually active (needed at least for 21.1). | |
7567 [Patch committed by psg] | |
7568 | |
7569 2002-04-29 Mike Kupfer <m.kupfer@acm.org> | |
7570 | |
7571 * mh-utils.el (mh-prompt-for-folder): Remove "default" argument | |
7572 from completing-read as XEmacs-21.1 doesn't have it (21.4 does | |
7573 however) and using the argument adds no functionality. | |
7574 [Patch committed by psg] | |
7575 | |
7576 2002-04-11 Peter S Galbraith <psg@debian.org> | |
7577 | |
7578 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): Add support for | |
7579 XEmacs to act on selected region when active. | |
7580 | |
7581 2002-04-10 Peter S Galbraith <psg@debian.org> | |
7582 | |
7583 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): XEmacs fix; Add | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7584 check to see if mark-active is bound, because Mandrake Linux include |
49578 | 7585 XEmacs initialization code that binds transient-mark-mode. This |
7586 fix gets around a problem in Mandrake only. It wasn't a problem | |
7587 on XEmacs generally. Fixes SF #541915. | |
7588 | |
7589 2002-04-08 Bill Wohler <wohler@newt.com> | |
7590 | |
7591 * Released mh-e version 6.1. | |
7592 | |
7593 * mh-e.el (mh-folder-unseen-seq-name): Use "mhparam -component | |
7594 Unseen-Sequence" command and "Unseen-Sequence: \\(.*\\)$" regexp | |
7595 to increase robustness. | |
7596 (mh-folder-unseen-seq-list): Use `expand-file-name' as | |
7597 `mh-expand-file-name' isn't needed and the former saves function | |
7598 call. | |
7599 (Version, mh-version): Updated for release 6.1. | |
7600 | |
7601 2002-04-08 Peter S Galbraith <psg@debian.org> | |
7602 | |
7603 * mh-e.el (mh-folder-unseen-seq-list): Specify mh-progs path in | |
7604 call to mark command. Fixes a bug in which unseen messages | |
7605 weren't highlighted if "mark" wasn't in the path. | |
7606 | |
7607 2002-04-07 Bill Wohler <wohler@newt.com> | |
7608 | |
7609 * MH-E-NEWS: Updated for release 6.1. | |
7610 | |
7611 * README: Updated for release 6.1. Updated verbiage about reading | |
7612 MH-E-NEWS. | |
7613 | |
7614 * mh-comp.el, mh-e.el, mh-funcs.el, mh-mime.el, mh-seq.el, | |
7615 mh-utils.el, mh-xemacs-compat.el: Updated copyright in files | |
7616 modified this year. | |
7617 | |
7618 * mh-xemacs-compat.el: Put Author field back in, but set to FSF. | |
7619 | |
7620 * mh-comp.el, mh-funcs.el, mh-mime.el, mh-seq.el, | |
7621 mh-utils.el: Fixed all checkdoc errors, except for no | |
7622 documentation, and documentation in comments. Also removed the- | |
7623 prefix from certain local variables. | |
7624 | |
7625 * mh-e.el: Fixed all checkdoc errors, except for no documentation, | |
7626 and documentation in comments. Also removed the- prefix from | |
7627 certain local variables. | |
7628 (mh-folder-unseen-seq-name): Refactored to make default sequence | |
7629 name more explicit and to handle undefined Unseen-Sequence MH | |
7630 profile entry better. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7631 |
49578 | 7632 2002-04-02 Peter S Galbraith <psg@debian.org> |
7633 | |
7634 * mh-e.el: 'defvar mh-folder-unseen-seq-name' called a function to | |
7635 set it's value, and this happens also on byte-compilation (where | |
7636 it can fail if the user's MH environment is not setup correctly). | |
7637 I now set the value of mh-folder-unseen-seq-name at runtime when I | |
7638 first need it. This should fix Debian bugs | |
7639 http://bugs.debian.org/140232 and http://bugs.debian.org/140817 | |
7640 | |
7641 2002-03-25 Peter S Galbraith <psg@debian.org> | |
7642 | |
7643 * mh-utils.el: remove "(require 'mh-e)" since mh-utils.el should | |
7644 be at the bottom of the dependency tree. | |
7645 * mh-e.el (mh-folder-unseen-seq-name): Make sure mh-progs is set | |
7646 and use it as path to mhparam command in call-process. | |
7647 | |
7648 2002-01-23 Peter S Galbraith <psg@debian.org> | |
7649 | |
7650 * mh-e.el (mh-folder-font-lock-keywords): Add call to | |
7651 mh-folder-font-lock-unseen to fontify unseen messages in bold. | |
7652 (mh-folder-unseen-seq-name): Provide name of unseen sequence from | |
7653 mhparam. Used as default for variable of same name. | |
7654 (mh-folder-unseen-seq-list): Returns a list of unseen messages | |
7655 numbers for current folder. | |
7656 (mh-folder-unseen-seq-cache): Cache variable to hold list of | |
7657 unseen message numbers while font-lock iterates. This variable is | |
7658 buffer-local. | |
7659 (mh-folder-font-lock-unseen): Returns unseen message lines to | |
7660 font-lock one by one. | |
7661 | |
7662 2002-01-15 Peter S Galbraith <psg@debian.org> | |
7663 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7664 * mh-comp.el (mh-insert-prefix-string): Wrap a |
49578 | 7665 "(let ((zmacs-regions nil))" around (mark) so it works in XEmacs. |
7666 Bug reported and fix suggested by Will Partain <partain@dcs.gla.ac.uk> | |
7667 Indeed, this is how it appears in XEmacs-21's mh-comp.el. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7668 |
49578 | 7669 2001-12-16 Jeffrey C Honig <jch@honig.net> |
7670 | |
7671 * mh-comp.el (mh-forward): Move the assignment to `fwd-msg-file' | |
7672 to before the assignment to `draft' as the later changes buffers | |
7673 and invalidates `mh-seq-list' (which is used in a function called | |
7674 by (mh-seq-to-msgs)). Resolves SF #489448. | |
7675 | |
7676 * mh-utils.el: Add defcustoms for `mh-temp-folders-buffer' and | |
7677 `mh-temp-sequences-buffer'. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7678 |
49578 | 7679 * mh-e.el (mh-quit): If they exist, kill 'mh-temp-buffer, |
7680 'mh-temp-folders-buffer and 'mh-temp-sequences-buffer when | |
7681 quitting. | |
7682 | |
7683 * mh-funcs.el (mh-list-folders): Use `mh-temp-folders-buffer' | |
7684 (a defcustom initialized to "*Folders*") for folder listing. Put | |
7685 into view mode and set it up to kill the buffer when exiting view | |
7686 mode. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7687 |
49578 | 7688 * mh-seq.el (mh-list-sequences): Use `mh-temp-sequences-buffer' |
7689 (a defcustom initialized to "*Sequences") for sequences listing. | |
7690 Put into view mode and set it up to kill the buffer when exiting | |
7691 view mode. | |
7692 | |
7693 2001-12-16 Bill Wohler <wohler@newt.com> | |
7694 | |
7695 * Released mh-e version 6.0. | |
7696 | |
7697 * MH-E-NEWS: Be a little more specific about incompatible changes. | |
7698 Added info about outdated manual. | |
7699 Removed variables in mh-scan regexp table that did not exist in | |
7700 5.0.2. | |
7701 Added helpful documentation about finding relevant variables | |
7702 containing regexps to mh-scan-format-file's description. | |
7703 | |
7704 * mh-e.el (mh-scan-format-file): Added information about getting a | |
7705 list of regexp variables that you'll need to change if you | |
7706 customize your scan's output. | |
7707 (mh-folder-mode): Added documentation about `mh-scan-format-file' | |
7708 for those users who modify their scan formats. | |
7709 | |
7710 * README: New file. Describes packages and provides simple | |
7711 installation instructions. | |
7712 | |
7713 * Makefile (clean, dist, install-emacs): Replaced $(RM) with rm | |
7714 -rf (closes SF #488661). | |
7715 | |
7716 2001-12-14 Bill Wohler <wohler@newt.com> | |
7717 | |
7718 * Released mh-e version 5.0.93. | |
7719 | |
7720 * Makefile (MH-E-SRC): Added mh-xemacs-compat.el. | |
7721 (MH-E-IMG): Added .pbm images for all. Removed mail_ prefix from | |
7722 all. | |
7723 (MH-E-IMG2): New variable to hold images in mail sub-directory. | |
7724 (dist): Updated target to make mail sub-directory and copy | |
7725 MH-E-IMG2 images there. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7726 |
49578 | 7727 * mh-xemacs-compat.el: Modified docs per GNU coding conventions. |
7728 | |
7729 * mh-e.el: Reorganized variables having to do with the scan line. | |
7730 Moved some random variables that were interspersed out of the | |
7731 middle. Moved `mh-scan-format-file' first and let the variables | |
7732 flow from there. | |
7733 | |
7734 As the number of variables increases, it is becoming important to | |
7735 organize the mh-e namespace. Several variables having to do with | |
7736 the format of scan lines were renamed, as follows: | |
7737 (mh-good-msg-regexp): Renamed to mh-scan-good-msg-regexp. | |
7738 (mh-deleted-msg-regexp): Renamed to mh-scan-deleted-msg-regexp. | |
7739 (mh-refiled-msg-regexp): Renamed to mh-scan-refiled-msg-regexp. | |
7740 (mh-valid-scan-line): Renamed to mh-scan-valid-regexp. | |
7741 (mh-cur-msg-number-regexp): Renamed to mh-scan-cur-msg-number-regexp. | |
7742 (mh-cur-msg-line-regexp): Renamed to mh-scan-cur-msg-regexp. | |
7743 (mh-scan-rcpt-addr-regexp): Renamed to mh-scan-rcpt-regexp. | |
7744 (mh-scan.font-lock-regexp): Renamed to mh-scan-format-regexp. | |
7745 (mh-folder-scan-font-lock-face): Renamed to | |
7746 mh-folder-scan-format-face. | |
7747 (mh-folder-cur-msg-line-face): Renamed to mh-folder-cur-msg-face). | |
7748 | |
7749 2001-12-13 Bill Wohler <wohler@newt.com> | |
7750 | |
7751 * mh-utils.el (mh-msg-number-regexp): Renamed to | |
7752 mh-scan-msg-number-regexp. | |
7753 (mh-msg-search-regexp): Renamed to mh-scan-msg-search-regexp. | |
7754 | |
7755 * Corrected typos, quoted variables in doc strings, and made minor | |
7756 wording changes in docs. | |
7757 | |
7758 2001-12-13 Peter S Galbraith <psg@debian.org> | |
7759 | |
7760 * mh-xemacs-compat.el: defalias 'match-string-no-properties to | |
7761 'match-string for XEmacs. I've seen a better function for this | |
7762 that actually removes text properties, but this will do for now. | |
7763 | |
7764 * mh-utils.el (mh-decode-quoted-printable): deactivate-mark not | |
7765 bound in XEmacs. | |
7766 | |
7767 * mh-xemacs-compat.el: GNU Emacs Functions needed by XEmacs. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7768 New file. |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7769 * mh-e.el: (require 'mh-xemacs-compat) when running XEmacs. |
49578 | 7770 |
7771 2001-12-12 Peter S Galbraith <psg@debian.org> | |
7772 | |
7773 * mh-comp.el (mh-send-letter): function local-variable-p needs two | |
7774 arguments in XEmacs. | |
7775 (mh-send-letter): sendmail-coding-system not bound in XEmacs. | |
7776 (mh-send-letter): default-buffer-file-coding-system not bound in | |
7777 Xemacs. | |
7778 | |
7779 * mh-e.el (mh-delete-msg, mh-refile-msg, mh-undo): | |
7780 transient-mark-mode not bound in XEmacs. The feature of | |
7781 operations made on all messages in the selected range when | |
7782 transient-mark-mode is on doesn't work in XEmacs. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7783 |
49578 | 7784 * mh-e.el, mh-utils: Conditionalize calls to |
7785 'add-to-list 'facemenu-unlisted-faces for XEmacs. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7786 |
49578 | 7787 2001-12-11 Jeffrey C Honig <jch@honig.net> |
7788 | |
7789 * mh-e.el (mh-scan-format): Add `mh-scan-format-file' variable to | |
7790 specify the scan format string or file to use. Define formats for | |
7791 MH and nmh that are compatible with the standard format, but | |
7792 provide hints for font-lock. Define (mh-scan-format) for use by | |
7793 (mh-regenerate-headers) and (mh-get-new-mail) to specify the args | |
7794 necessary to inform the scan program which scan format string or | |
7795 file to use. | |
7796 | |
7797 2001-12-07 Peter S Galbraith <psg@debian.org> | |
7798 | |
7799 * mh-e.el (scan.font-lock): New format file documented in comments. | |
7800 (mh-scan.font-lock-regexp): Adapted to new format. | |
7801 (mh-folder-font-lock-keywords): Use new format. | |
7802 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7803 * mh-e.el (page-down.xpm): Icon renamed from nextpage. |
49578 | 7804 |
7805 * mh-utils.el (mh-decode-quoted-printable): Bug fix. Better check | |
7806 on what actually is a quoted-printable attachment. | |
7807 | |
7808 2001-12-06 Eric Ding <ericding@alum.mit.edu> | |
7809 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7810 * mh-mime.el (mh-mhn-compose-insertion, mh-mhn-compose-anon-ftp): |
49578 | 7811 require mailcap.el here rather than using autoload at top of |
7812 mh-mime. | |
7813 (mh-file-mime-type): get rid of unused variables (why were they | |
7814 there to begin with?) | |
7815 | |
7816 2001-12-06 Peter S Galbraith <psg@debian.org> | |
7817 | |
7818 * mh-e.el (mh-cur-msg-number-regexp, mh-cur-msg-line-regexp): | |
7819 mh-cur-scan-msg-regexp splits into these two variables. | |
7820 The whole-line fontification is disabled, but easily restored by a | |
7821 user (although it could be a defcustom with choices DISABLED or | |
7822 the correct regexp?) | |
7823 (mh-folder-cur-msg-line-face): mh-folder-current-msg-face renamed | |
7824 to this. | |
7825 (mh-folder-cur-msg-number-face): mh-folder-current-face renamed to | |
7826 this. | |
7827 | |
7828 * cabinet.xpm: Revert to rescan icon name. | |
7829 * mh-e.el (mh-folder-tool-bar-map): s/cabinet/rescan/ | |
7830 | |
7831 * mh-e.el (mh-folder-font-lock-keywords): Reorder and tweak such | |
7832 that current message line highlight doesn't mess up other highlights. | |
7833 | |
7834 2001-12-05 Eric Ding <ericding@alum.mit.edu> | |
7835 | |
7836 * mh-utils.el (mh-show-from-face): Change mh-show-from-face to | |
7837 cyan on dark backgrounds; through a series of changes, it had | |
7838 become the same color as mh-show-subject-face! | |
7839 | |
7840 2001-12-05 Bill Wohler <Bill.Wohler@openwave.com> | |
7841 | |
7842 * mh-e.el, mh-utils.el: Fixed typos in face definitions, and made | |
7843 a couple of small doc string tweaks while I was in there. Peter, | |
7844 if you don't agree, let me know and I'll back them out. I thought | |
7845 the "mh-e" in the text was redundant since the variables start | |
7846 with "mh"; I was also thinking ahead to how the documentation may | |
7847 read. | |
7848 | |
7849 2001-12-05 Peter S Galbraith <psg@debian.org> | |
7850 | |
7851 * mh-e.el (mh-cur-scan-msg-regexp): Match 0 is the whole line. | |
7852 (mh-folder-current-msg-face): New face with only a background | |
7853 settings, used in font-lock for the current message. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7854 (mh-folder-font-lock-keywords): Use mh-folder-current-msg-face for |
49578 | 7855 mh-cur-scan-msg-regexp. |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7856 |
49578 | 7857 * mh-utils.el (mh-show-from-face): Use red3 instead of red for |
7858 light backgrounds. It's not as bright on the eyes. | |
7859 (mh-show-subject-face): copy from mh-folder-subject-face instead. | |
7860 Makes the look consistent with folder-mode. | |
7861 | |
7862 * mh-e.el (mh-folder-subject-face): Moved to mh-utils since we | |
7863 need it to copy to mh-show-subject-face. | |
7864 | |
7865 2001-12-05 Bill Wohler <wohler@newt.com> | |
7866 | |
7867 * mh-e.el (mh-folder-mode-map): Moved `mh-extract-rejected-mail' | |
7868 from "a" to "E". Better mnemonic, nicer to folks used to using a | |
7869 for `mh-reply'. | |
7870 | |
7871 2001-12-04 Bill Wohler <wohler@newt.com> | |
7872 | |
7873 * mh-e.el (mh-folder-map): Added "S" for `mh-sort-folder'. | |
7874 | |
7875 2001-12-04 Peter S Galbraith <psg@debian.org> | |
7876 | |
7877 * mh-e.el (mh-folder-subject-face et al.): Yet another attempt at | |
7878 colours for folder-mode. Still themed, but fewer and darker | |
7879 colours (Blame Eric this time!). I'll get to underlining tomorrow | |
7880 night. | |
7881 | |
7882 * mh-e.el (mh-folder-tool-bar-map): Renamed all icons so they | |
7883 don't have the word mail in them. Also generated a pbm format of | |
7884 each icon for users without XPM support conpiled into Emacs. | |
7885 | |
7886 2001-12-04 Eric Ding <ericding@alum.mit.edu> | |
7887 | |
7888 * mh-utils.el (mh-show-font-lock-keywords): Use | |
7889 mh-header-subject-font-lock instead of regexp for subject headers, | |
7890 which may go multiple lines. | |
7891 (mh-header-subject-font-lock): New function. | |
7892 Fix typos (hightlight -> highlight). | |
7893 | |
7894 2001-12-04 Eric Ding <ericding@alum.mit.edu> | |
7895 | |
7896 * mh-e.el: changes to face colors on dark backgrounds. | |
7897 (mh-folder-followup-face): change to LightGoldenRod. | |
7898 (mh-folder-date-face): change to snow3. | |
7899 (mh-folder-msg-number-face): change to snow4. | |
7900 | |
7901 2001-12-04 Bill Wohler <wohler@newt.com> | |
7902 | |
7903 * Released mh-e version 5.0.92. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7904 |
49578 | 7905 * mh-utils.el (gnus-cite-face-list) |
7906 (mh-gnus-article-highlight-citation): Don't autoload. Revert to | |
7907 requiring in `mh-gnus-article-highlight-citation' as before. With | |
7908 the autoloads, if you ran mh-e before gnus, you'd get an undefined | |
7909 gnus variable when viewing an article in gnus. Go figure. | |
7910 | |
7911 2001-12-03 Bill Wohler <wohler@newt.com> | |
7912 | |
7913 * Released mh-e version 5.0.91. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7914 |
49578 | 7915 * MH-E-NEWS: Removed info about bumping up `max-specpdl-size' now |
7916 that workaround has been implemented. | |
7917 | |
7918 * Makefile (MH-E-OBJ): New variable to hold .elc files. | |
7919 (all): Just compile. | |
7920 (clean): New target that blows away MH-E-OBJ. | |
7921 (dist): Added $(MH-E-OBJ) to tarball. | |
7922 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7923 |
49578 | 7924 Attempt to quiet compilation errors to a dull roar. |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7925 |
49578 | 7926 * mh-e.el: Require easymenu, added autoload of info. |
7927 (mh-smail, mh-smail-other-window): Comment says these were needed | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7928 by Emacs 18. Out! |
49578 | 7929 |
7930 * mh-utils.el: Don't require sendmail, but require mh-e. | |
7931 Moved autoloads to top of file, and autoload gnus-cite and | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7932 sendmail too. |
49578 | 7933 |
7934 * mh-pick.el: Require easymenu. Remove cond on | |
7935 `easy-menu-define'--it exists. | |
7936 | |
7937 * mh-mime.el: Autoload mailcap. | |
7938 | |
7939 * mh-comp.el: Require mh-e and easymenu, moved autoloads to top of | |
7940 file. | |
7941 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7942 |
49578 | 7943 * Makefile: (EMACS): New constant to hold emacs calling sequence. |
7944 (install): Renamed to install-emacs. | |
7945 (compile): New target to compile all files. | |
7946 (dist): Make dependent on compile. | |
7947 (import): Renamed to import-emacs. | |
7948 (%.elc): New implicit rule to compile elisp files. | |
7949 | |
7950 * mh-e.el (mh-thread-map): Added "Td" for | |
7951 mh-delete-subject-thread. | |
7952 | |
7953 2001-12-03 Peter S Galbraith <psg@debian.org> | |
7954 | |
7955 * mh-e.el (mh-folder-tool-bar-map): Change tooltip for exec icon. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
7956 |
49578 | 7957 * mh-e.el (mh-folder-subject-face): Change to IndianRed1. |
7958 (mh-folder-followup-face): Change to IndianRed. | |
7959 (mh-folder-deleted-face): Use sedate face instead of bright one. | |
7960 | |
7961 2001-12-03 Bill Wohler <wohler@newt.com> | |
7962 | |
7963 * mh-utils.el (mh-invisible-headers): Increase size of | |
7964 `max-specpdl-size' locally to work around insufficient default. | |
7965 (mh-invisible-headers): Added X-Info and X-VSMLoop (NTMail). | |
7966 | |
7967 2001-12-03 Jeffrey C Honig <jch@honig.net> | |
7968 | |
7969 * mh-utils.el (mh-find-progs): Searches should not stop if the | |
7970 strings are not found, there is error detection at the end of the | |
7971 routine (closes SF #488231). | |
7972 | |
7973 2001-12-02 Bill Wohler <wohler@newt.com> | |
7974 | |
7975 * MH-E-NEWS: Added info about bumping up `max-specpdl-size'. | |
7976 | |
7977 * Makefile (MH-E-IMG): New variable that contains images used by | |
7978 mh-e. Add these files to release. | |
7979 | |
7980 * MH-E-NEWS: Second draft of mh-e 6.0 (was 5.1) release notes. | |
7981 | |
7982 * mh-e.el (mh-folder-updated-hook): Reworded to avoid ambiguity. | |
7983 Is the hook called when you type `d' or when you type `x'? | |
7984 (mh-unseen-updated-hook): Reworded to be consistent with | |
7985 `mh-folder-updated-hook.' | |
7986 | |
7987 * mh-utils.el (mh-recenter): Accepted Gerd's change which is | |
7988 evaluated at compile time. | |
7989 | |
7990 2001-12-02 Bill Wohler <wohler@newt.com> | |
7991 | |
7992 * mh-e.el Major, major keymap changes. The specific changes are | |
7993 listed below, but view the sources, or use "C-h m" in MH Folder | |
7994 mode for the complete list. | |
7995 | |
7996 Use of sub-keymaps inspired by gnus. The changes tripped me up at | |
7997 first too, but after about 5 minutes of shock (which is to be | |
7998 expected, I've been using the old keybindings for 16 years), I | |
7999 honestly found the new bindings to be nice indeed. It will also | |
8000 provide flexibility to allow for future functionality. I hate to | |
8001 do this on the eve of the beta release, but you asked for it! It's | |
8002 likely I'll have to pull an Eric and back this change out, but if | |
8003 we can live with pink subjects, this can't be so bad ;-). | |
8004 Question: will the users revolt? If they do, I suppose we can | |
8005 release 6.0.1 the next day ;-). | |
8006 (mh-folder-map, mh-sequence-map, mh-extract-map, mh-digest-map): | |
8007 New keymaps which start with F, S, X, and D, respectively. The | |
8008 mhstore commands can go in the mh-extract-map eventually. | |
8009 (mh-thread-map): Renamed from mh-folder-thread-map. | |
8010 | |
8011 Keymap changes and rationale. The sub-keymaps allowed some | |
8012 consistency (e.g., esp. with l(ist) and k(ill). | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8013 |
49578 | 8014 e Deleted. Already have x. Now used by mh-edit-again. |
8015 a Deleted. Already have r. Now used by mh-extract-rej.. | |
8016 j Deleted. Already have g. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8017 |
49578 | 8018 M-a -> e Better mnemonic. Matches rmail. Frees movement cmd. |
8019 M-e -> a Try `a'gain! | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8020 |
49578 | 8021 M-f -> Fv Frees movement command |
8022 M-f -> Ff Alias (keep?) | |
8023 M-f -> Fo Alias (keep?) | |
8024 M-k -> Fk No reason but to keep with folder commands | |
8025 M-l -> Fl No reason but to keep with folder commands | |
8026 M-p -> Fp No reason but to keep with folder commands | |
8027 M-r -> Fr Frees movement command | |
8028 M-s -> Fs No reason but to keep with folder commands | |
8029 M-u -> Fu No reason but to keep with folder commands | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8030 |
49578 | 8031 M-% -> Sd Better mnemonic |
8032 M-# -> Sk Better mnemonic | |
8033 M-q -> Sl Better mnemonic | |
8034 C-xn -> Sn Frees up standard key binding | |
8035 % -> Sp Better mnemonic for putting a message in a sequence | |
8036 ? -> Ss Shows sequences that message is in | |
8037 C-xw -> Sw Frees up standard key binding | |
8038 | |
8039 M-n -> Xs Better mnemonic (shar) | |
8040 M-n -> Xu Better mnemonic (uuencode) | |
8041 | |
8042 M-SPC -> DSPC Frees mark command | |
8043 M-\177 -> D\177 No reason but to keep with digest commands | |
8044 M-b -> Db Frees movement command | |
8045 | |
8046 2001-12-01 Bill Wohler <wohler@newt.com> | |
8047 | |
8048 * mh-e.el: Use gnus style of keymaps. Now requires gnus-util. | |
8049 (mh-folder-thread-map): New map, created by gnus-define-keys. | |
8050 Reached when typing T in mh-folder-mode-map. Moved threading | |
8051 functions to this new keymap so we can use dired again. | |
8052 (mh-folder-mode-map): Defined by gnus-define-keys. Otherwise than | |
8053 the new threading functions, no changes to the UI were made at | |
8054 this point--saving that for the next check-in. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8055 |
49578 | 8056 * mh-pick.el (mh-pick-mode-map): Use gnus-define-keys. Now |
8057 requires gnus-util. | |
8058 | |
8059 * mh-comp.el (mh-letter-mode-map): Use gnus-define-keys. Now | |
8060 requires gnus-util. | |
8061 | |
8062 2001-12-01 Jeffrey C Honig <jch@honig.net> | |
8063 | |
8064 * mh-e.el: Update the documentation for the regexps used by | |
8065 `mh-folder-font-lock-keywords' to specify how many parethesized | |
8066 expressions they are expected to have and what those expressions | |
8067 are expected to match. | |
8068 | |
8069 2001-12-01 Bill Wohler <wohler@newt.com> | |
8070 | |
8071 * mh-e.el (mh-folder-mode): Removed iteration of key bindings, | |
8072 \\{mh-folder-mode-map} suffices. Removed variable documentation | |
8073 also as this is already out of date and a maintenance hassle. | |
8074 Reference new mh customization group instead. | |
8075 | |
8076 * mh-comp.el (mh-letter-mode): Ditto. Also added new information | |
8077 about MIME directives getting processed automatically if inserted | |
8078 via mh-e commands. | |
8079 | |
8080 * mh-pick.el (mh-pick-mode): Edited documentation so it reads like | |
8081 the other modes. | |
8082 | |
8083 * mh-e.el (mh-compat-quit): Deleted obsolete and unused function. | |
8084 Comment in this function said that `b' shouldn't be used for | |
8085 burst-digest, as it is used for `back' in info, less, and rn. But | |
8086 what does `back' mean in MH Folder? I suppose if you visit a | |
8087 folder, you would go `back' to the original folder. Hmmm, I guess | |
8088 we'll leave the `b' binding alone for now. | |
8089 | |
8090 * mh-utils.el: Moved some of the variable comments to the first | |
8091 column so they wouldn't wrap in such an ugly fashion. | |
8092 (mh-showing-mode): Renamed variable and function from mh-showing | |
8093 to conform with minor mode conventions. Added optional arg to | |
8094 function so it would behave like a normal minor mode: no or nil | |
8095 arg toggles mode, 0 arg turns off, non-nil turns on. It also turns | |
8096 out that desktop-create-buffer would barf when recreating mh-e | |
8097 buffers because it was calling mh-show with an arg. | |
8098 (mh-show-mode): Use define-derived-mode to simplify definition a | |
8099 *lot*. | |
8100 (mh-set-mode-name): Deprecated by use of define-derived-mode. | |
8101 Removed. | |
8102 | |
8103 * mh-pick.el (mh-pick-mode): Use define-derived-mode to simplify | |
8104 definition a *lot*. | |
8105 | |
8106 * mh-e.el (mh-scan-prog): Removed message about "Buffer local" as | |
8107 this message will appear in a future version of Emacs. | |
8108 (mh-inc-folder): mh-showing renamed to mh-show-mode and made a | |
8109 real minor mode. | |
8110 (mh-folder-mode): Use define-derived-mode to simplify definition a | |
8111 *lot*. | |
8112 | |
8113 * import-emacs (release): Change `(none)' to `mainline' so import | |
8114 doesn't choke after running `cvs up -A' on Emacs. | |
8115 (COPYING): Moved from $EMACS_HOME/etc to $EMACS_HOME. | |
8116 (cvs update): Whoops! Forgot the second join (-jemacs). | |
8117 make import works fine again. | |
8118 | |
8119 2001-11-30 Peter S Galbraith <psg@debian.org> | |
8120 | |
8121 * mh-e.el (mh-folder-font-lock-keywords): Change order of | |
8122 font-lock patterns such that subject body text doesn't get date | |
8123 fontification. | |
8124 | |
8125 * mh-e.el (mh-scan-subject-regexp): Bug fix. Remove a dot. | |
8126 scan.font-lock users have to setq it separately. | |
8127 | |
8128 2001-11-30 Eric Ding <ericding@alum.mit.edu> | |
8129 | |
8130 * mh-utils.el (mh-clean-msg-header): Go back to using | |
8131 mh-delete-line. Using invisible text property is nicer in some | |
8132 ways, but winds up with somewhat mysterious behavior should user | |
8133 kill/yank stuff from the header (i.e., text gets yanked invisibly | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8134 and won't be seen by user until file is reloaded). |
49578 | 8135 |
8136 2001-11-29 Bill Wohler <wohler@newt.com> | |
8137 | |
8138 * mh-e.el (mh-page-msg): Use mh-next-direction to page in the | |
8139 right direction. | |
8140 | |
8141 2001-11-29 Jeffrey C Honig <jch@honig.net> | |
8142 | |
8143 * mh-e.el (mh-scan-folder): Fix logic to not attempt to go to | |
8144 the current message if there are no messages in the folder. | |
8145 | |
8146 2001-11-29 Peter S Galbraith <psg@debian.org> | |
8147 | |
8148 * mh-e.el (mh-folder-font-lock-subject): New fontifier function | |
8149 for subject lines in folder-mode | |
8150 (mh-scan-followup-regexp): Deleted obsolete regexp. Use | |
8151 mh-scan-subject-regexp instead. | |
8152 (mh-folder-font-lock-keywords): Use mh-folder-font-lock-subject | |
8153 instead of obsolete mh-scan-followup-regexp variable. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8154 (mh-folder-date-face, mh-folder-msg-number-face): |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8155 (mh-folder-subject-face, mh-folder-followup-face): |
49578 | 8156 Now defined as proper faces instead of copied from font-lock |
8157 faces. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8158 |
49578 | 8159 * mh-mime.el (mh-media-type-regexp): New variable. Regexp matching |
8160 valid media types used in MIME attachment compositions. | |
8161 (mh-file-mime-type): Use mh-media-type-regexp instead of | |
8162 hard-wiring its value. | |
8163 | |
8164 * mh-utils.el (mh-show-unquote-From): New function to unquote | |
8165 "^>From" in mh-show-mode (not saved to disk). | |
8166 (mh-show-mode): Call mh-show-unquote-From. | |
8167 | |
8168 2001-11-29 Eric Ding <ericding@alum.mit.edu> | |
8169 | |
8170 * mh-utils.el (mh-clean-msg-header): Use mh-make-line-invisible | |
8171 rather than mh-delete-line. | |
8172 (mh-make-line-invisible): New function to make line(s) invisible | |
8173 rather than deleting line(s). Optional argument specifies number | |
8174 of lines to delete. | |
8175 (mh-show-msg): screen-height has been deprecated; use no more. | |
8176 (mh-notate): screen-width has been deprecated; use no more. | |
8177 | |
8178 2001-11-29 Jeffrey C Honig <jch@honig.net> | |
8179 | |
8180 * mh-utils.el: (mh-find-progs): Change mh-find-progs to rely on | |
8181 the existence of mhparam. The location of mhparam is used to find | |
8182 `mh-progs'. It uses the libdir and etcdir to find the | |
8183 `mh-lib-progs' and `mh-lib' directories. If etcdir doesn't return | |
8184 anything we assume `mh-lib-progs' is the same as `mh-lib' and that | |
8185 we are using MH instead of nmh. | |
8186 | |
8187 2001-11-29 Peter S Galbraith <psg@debian.org> | |
8188 | |
8189 * mh-e.el (mh-scan.font-lock-regexp): Change docs to reflect that | |
8190 second paren expression is the user match. | |
8191 (mh-folder-font-lock-keywords): Change from 1st to 2nd parenthesized | |
8192 expression to match user name, after Jeffrey's change to the regexps. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8193 |
49578 | 8194 2001-11-29 Bill Wohler <Bill.Wohler@openwave.com> |
8195 | |
8196 * mh-utils.el (mh-clean-message-header): Default is now t. | |
8197 (mh-invisible-headers): Padded out to contain all the headers that | |
8198 the mh-e developers don't like to see (closes SF #415759). | |
8199 | |
8200 2001-11-28 Bill Wohler <Bill.Wohler@openwave.com> | |
8201 | |
8202 * mh-comp.el (mh-rejected-letter-start): Added MIME MDN. While | |
8203 this allows mh-extract-rejected-mail to strip the start of the | |
8204 MDN, there is still a closing MIME marker at the end. This should | |
8205 be cleaned up eventually. | |
8206 | |
8207 2001-11-28 Peter S Galbraith <psg@debian.org> | |
8208 | |
8209 * mh-e.el (mh-folder-seq-tool-bar-map): New tool-bar used for | |
8210 folder-mode when narrowed to sequence. | |
8211 * mh-seq.el (mh-narrow-to-seq): Set tool-bar to | |
8212 mh-folder-seq-tool-bar-map. | |
8213 (mh-widen): Set tool-bar to mh-folder-tool-bar-map. | |
8214 * widen.xpm: New icon used in mh-folder-seq-tool-bar-map. | |
8215 | |
8216 * mh-mime.el (mh-file-mime-type): Much better check on validity of | |
8217 'file' output. | |
8218 | |
8219 * mh-e.el (mh-scan-subject-regexp): New regexp variable for | |
8220 subject string in folder mode. Used to extract subject sequence, | |
8221 and will be used for font-lock soon. | |
8222 * mh-seq.el (mh-subject-thread-to-sequence): More robust code by | |
8223 using mh-scan-subject-regexp, allows users with non-standard | |
8224 scan format to use subject sequences. | |
8225 | |
8226 * mh-comp.el (mh-letter-fill-column): Fill column to use in | |
8227 mh-letter-mode. (Yes, I'm doing this in spite of what Bill said; | |
8228 Someone can always undo it later) | |
8229 (mh-letter-mode): setq fill-column to mh-letter-fill-column. | |
8230 | |
8231 2001-11-28 Bill Wohler <wohler@newt.com> | |
8232 | |
8233 * mh-e.el (mh-page-msg): The first time the end of page is hit, | |
8234 set mh-page-to-next-msg-p to t. The second time the end of page is | |
8235 hit, go to the next message. | |
8236 | |
8237 * mh-utils.el: (mh-show-msg): Initialize mh-page-to-next-msg-p to | |
8238 nil. | |
8239 | |
8240 2001-11-27 Bill Wohler <wohler@newt.com> | |
8241 | |
8242 * mh-mime.el (mh-mime-content-types): Updated list of types to | |
8243 contain types used by mh-e developers, but not including types not | |
8244 listed in | |
8245 http://www.isi.edu/in-notes/iana/assignments/media-types/media-types. | |
8246 | |
8247 2001-11-27 Peter S Galbraith <psg@debian.org> | |
8248 | |
8249 * mh-seq.el (mh-subject-thread-to-sequence) New function placing | |
8250 all messages with similar subject line into a sequence named | |
8251 'subject. | |
8252 (mh-narrow-to-subject-thread): New command to narrow to all | |
8253 messages with similar subject line into a sequence named 'subject. | |
8254 (mh-toggle-subject-thread): New command to toggle between a new | |
8255 'subject sequence or the wide view of a folder. | |
8256 (mh-delete-subject-thread): New command to delete all following | |
8257 messages with similar subject lines (leaving preceeding ones | |
8258 untouched). | |
8259 (mh-next-unseen-subject-thread): New command to create and move to | |
8260 a new subject thread created from the next unseen message as a | |
8261 starting point. | |
8262 * mh-e.el (mh-folder-message-menu): New menu entries for subject | |
8263 threads. | |
8264 (mh-folder-mode-map): New keybindings for subject threads. | |
8265 (mh-lessp): New function to sort messages. | |
8266 | |
8267 * mh-utils.el (mh-show-font-lock-keywords): and various | |
8268 faces... scoped within eval-after-load "font-lock" to avoid | |
8269 requiring font-lock to use its faces. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8270 * mh-e.el (mh-folder-font-lock-keywords): Same. |
49578 | 8271 |
8272 2001-11-27 Jeffrey C Honig <jch@honig.net> | |
8273 | |
8274 * mh-mime.el (mh-file-mime-type): Use mh-temp-buffer instead of | |
8275 " *mh-temp". | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8276 |
49578 | 8277 * mh-comp.el (mh-insert-x-mailer): Kill mh-temp-buffer after use. |
8278 | |
8279 2001-11-26 Eric Ding <ericding@alum.mit.edu> | |
8280 | |
8281 * mh-utils.el: revert to using external mimedecode to decode | |
8282 MIME quoted-printable parts | |
8283 | |
8284 2001-11-26 Jeffrey C Honig <jch@honig.net> | |
8285 | |
8286 * mh-e.el (mh-process-commands): Added mh-folder-updated-hook. | |
8287 * mh-e.el (mh-update-unseen): Added mh-unseen-updated-hook. | |
8288 | |
8289 2001-11-26 Peter S Galbraith <psg@debian.org> | |
8290 | |
8291 * mh-mime.el (mh-file-mime-type): Make sure output from file | |
8292 command is known to mailcap file, otherwise prompt the user. | |
8293 (mh-mime-content-types): Add "image/png" type. | |
8294 | |
8295 * mh-e.el (mh-folder-font-lock-keywords): Use a bunch of new | |
8296 mh-folder-*-face faces. | |
8297 * mh-utils.el (mh-show-font-lock-keywords): Use a bunch of new | |
8298 mh-show-*-face faces. | |
8299 | |
8300 * mh-utils.el (mh-letter-header-font-lock): Bug fix. Fix infinite | |
8301 loop in emacs20 font-locking. | |
8302 (mh-header-field-font-lock): Preventive fix with similar change. | |
8303 | |
8304 * mh-comp.el (mh-reply-show-message-p): Typo. diplayed -> displayed. | |
8305 * MH-E-NEWS: Same. | |
8306 | |
8307 * mh-e.el (mh-folder-tool-bar-map): Bug fix. I had | |
8308 mh-repack-folder instead of mh-pack-folder. | |
8309 | |
8310 2001-11-26 Bill Wohler <wohler@phone.com> | |
8311 | |
8312 * mh-e.el: | |
8313 Updated header for consistency and to conform with (elisp)Library | |
8314 Headers. | |
8315 (mh-do-not-confirm): Updated documentation string to reflect | |
8316 reality (e.g., is no longer used by mh-kill-folder and is used by | |
8317 more functions than just mh-undo-folder). | |
8318 (mh-page-msg): Now shows the next undeleted message if looking at the | |
8319 bottom of the current message. | |
8320 (mh-process-or-undo-commands): Fixed indentation. | |
8321 | |
8322 * mh-mime.el: | |
8323 (mh-mhn-compose-insertion, mh-mhn-compose-anon-ftp): If MIME type | |
8324 cannot be determined with file command, use mailcap-mime-types (if | |
8325 available) to provide list for completing read. | |
8326 | |
8327 * MH-E-NEWS: First draft of mh-e 5.1 release notes. | |
8328 | |
8329 2001-11-26 Eric Ding <ericding@alum.mit.edu> | |
8330 | |
8331 * mh-utils.el (mh-decode-quoted-printable): Implement | |
8332 quoted-printable decoding in elisp (starting with code copied | |
8333 from FLIM). | |
8334 (mh-decode-quoted-printable-region): Move (require 'hexl) outside | |
8335 while loop. | |
8336 (mh-decode-quoted-printable): give user a choice between using | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8337 internal code or external program to decode quoted-printable |
49578 | 8338 content. Resurrect code that calls external mimedecode program. |
8339 | |
8340 2001-11-25 Peter S Galbraith <psg@debian.org> | |
8341 | |
8342 * mh-utils.el (mh-highlight-citation-p): New variable to determine | |
8343 whether to hightlight citations in message body with gnus, | |
8344 font-lock or not at all. | |
8345 (mh-show-font-lock-keywords): removed citations from keywords. | |
8346 (mh-show-font-lock-keywords-with-cite): New variable, equivalent | |
8347 to prior mh-show-font-lock-keywords. | |
8348 (mh-gnus-article-highlight-citation): hook into gnus for | |
8349 multi-level citation highlighting. | |
8350 (mh-show-mode): Use either mh-show-font-lock-keywords or | |
8351 mh-show-font-lock-keywords-with-cite, depending on value of | |
8352 mh-highlight-citation-p, and possibly call | |
8353 mh-gnus-article-highlight-citation. | |
8354 * mh-comp.el (mh-letter-mode): Same as for mh-show-mode above. | |
8355 | |
8356 2001-11-25 Jeffrey C Honig <jch@honig.net> | |
8357 | |
8358 * mh-comp.el (mh-redistribute): Added mh-redist-background | |
8359 variable to cause mh-redistribute to run the redist command in the | |
8360 background. This causes the transaction log to be visible, like | |
8361 with send. | |
8362 | |
8363 2001-11-25 Peter S Galbraith <psg@debian.org> | |
8364 | |
8365 * mh-e.el (mh-inc-folder): 'inc' finishes by displaying the first | |
8366 new message if already showing messages. | |
8367 | |
8368 2001-11-22 Peter S Galbraith <psg@debian.org> | |
8369 | |
8370 * mh-utils.el (mh-prompt-for-folder): Exit with error if no folder | |
8371 specified, otherwise mh-refile-msg may try to create a folder with | |
8372 empty name, and this creates problems; even mh-undo can't handle | |
8373 it (Closes SF #476824). | |
8374 | |
8375 * mh-comp.el (mh-letter-tool-bar-map): Info button needed to | |
8376 require 'info. Also tweaked help texts. | |
8377 (mh-letter-menu): Use headline capitalization (Closes SF #483203). | |
8378 * mh-e.el (mh-folder-tool-bar-map): Same as above. | |
8379 (mh-folder-folder-menu, mh-folder-message-menu): | |
8380 (mh-folder-sequence-menu): Same as above. | |
8381 * mh-pick.el (mh-pick-menu): Same as above. | |
8382 | |
8383 2001-11-21 Peter S Galbraith <psg@debian.org> | |
8384 | |
8385 * mh-comp.el (mh-reply-show-message-p): The setting of this | |
8386 variable determines whether the MH show-buffer is diplayed with | |
8387 the current message when using mh-reply without a prefix argument. | |
8388 Set it to nil if you already include the message automatically in | |
8389 your draft using "repl: -filter repl.filter" in your ~/.mh_profile | |
8390 file. | |
8391 (mh-reply): Don't show message in other window if | |
8392 mh-reply-show-message-p is nil. | |
8393 | |
8394 * mh-e.el (mh-folder-tool-bar-map): Add mail_exec.xpm icon for | |
8395 mh-execute-commands. | |
8396 | |
8397 * mh-utils.el (mh-show-mouse): New function to click on a message | |
8398 in folder-mode and show that message. | |
8399 * mh-e.el (mh-folder-mode-map): Bind mh-show-mouse to mouse-2. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8400 |
49578 | 8401 * mh-e.el (mh-page-msg): Show buffer first if not displayed, |
8402 instead of simply complaining there's no other window. | |
8403 | |
8404 * mh-e.el (mh-folder-tool-bar-map): New tool-bar for folder mode! | |
8405 (mh-folder-mode): Setup tool-bar. | |
8406 | |
8407 * mh-mime.el (mh-have-file-command): try to non-fatally load | |
8408 executable.el because emacs20 doesn't autoload it. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8409 * mh-utils.el (load "executable" t t): Idem. |
49578 | 8410 |
8411 * mh-utils.el (mh-clean-msg-header): Bug fix. locally bind | |
8412 after-change-functions to nil, working around a strange font-lock | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8413 bug in emacs20 when (add-hook 'mh-show-mode-hook 'turn-on-font-lock) |
49578 | 8414 was used. |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8415 |
49578 | 8416 * mh-comp.el (require 'sendmail): Moved from mh-comp.el to |
8417 mh-utils.el because it is needed in reading mail too. | |
8418 (mh-header-field-end, mh-in-header-p): Moved to mh-utils.el | |
8419 because they are needed by mh-show-mode's font-lock code. | |
8420 Unfortunately, this splits the field related code into two files. | |
8421 Perhaps it should all go into mh-utils? | |
8422 | |
8423 2001-11-20 Eric Ding <ericding@alum.mit.edu> | |
8424 | |
8425 * mh-utils.el (mh-show-from-face): Fix typo in defface | |
8426 | |
8427 2001-11-20 Bill Wohler <wohler@newt.com> | |
8428 | |
8429 * mh-utils.el (mh-mail-header-separator): Set to -------- as | |
8430 defined by MH (components, and replcomps files). This variable | |
8431 cannot be a regexp since it is used as an argument to insert and | |
8432 is passed through regexp-quote before being used. The previous | |
8433 value broke a lot of code, including mailcrypt. | |
8434 | |
8435 * mh-comp.el (mh-letter-mode, mh-send-letter): Insert X-Mailer | |
8436 header field from mh-send-letter. | |
8437 (mh-edit-again, mh-extract-rejected-mail): Call | |
8438 mh-insert-header-separator to ensure that there is a separator. | |
8439 Packages such as mailcrypt depend on it. | |
8440 (mh-insert-header-separator): New function to insert | |
8441 mh-mail-header-separator if it doesn't exist. | |
8442 | |
8443 2001-11-20 Peter S Galbraith <psg@debian.org> | |
8444 | |
8445 * mh-comp.el (mh-letter-mode): Make font-lock-defaults a local variable | |
8446 * mh-e.el (mh-folder-mode): Same. | |
8447 * mh-utils.el (mh-show-mode): Same. | |
8448 | |
8449 * mh-e.el (mh-scan-msg-num-regexp): Delete variable and replace | |
8450 with mh-good-msg-regexp. | |
8451 | |
8452 * mh-utils.el (mh-mail-header-separator): Bug fix. Moved from | |
8453 mh-comp.el to mh-utils.el (which mh-comp.el loads). | |
8454 | |
8455 * mh-comp.el (mh-in-header-p): Recycle sendmail.el code (as | |
8456 suggested by Bill). | |
8457 * mh-utils.el (mh-letter-header-font-lock): Use mh-in-header-p. | |
8458 | |
8459 * mh-comp.el (mh-letter-tool-bar-map): tool-bar customize button goes | |
8460 to customizing mh-compose group. | |
8461 | |
8462 * mh-utils.el (mh-show-mode): font-lock bug fix. Locally set | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8463 font-lock-support-mode to nil. |
49578 | 8464 (mh-letter-header-font-lock, mh-header-field-font-lock): font-lock |
8465 bug fix. Don't return match beyond font-lock search limit. | |
8466 | |
8467 * mh-comp.el (mh-letter-mode): Emacs20 bug fix. tool-bar-mode is | |
8468 not a bound variable. | |
8469 | |
8470 2001-11-19 Peter S Galbraith <psg@debian.org> | |
8471 | |
8472 * mh-comp.el (mh-letter-tool-bar-map): tool-bar help button goes | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8473 to 'Draft Editing' info node. |
49578 | 8474 |
8475 * mh-utils.el (mh-show-from-face, mh-show-to-face): New faces used | |
8476 for font-lock. | |
8477 (mh-header-to-font-lock, mh-header-cc-font-lock) | |
8478 (mh-header-field-font-lock): New helper function returning whole | |
8479 header field arguments to font-lock. | |
8480 (mh-show-font-lock-keywords): Heavily modified using the above. | |
8481 | |
8482 * mh-e.el (mh-scan-msg-num-regexp): Regexp matching the message | |
8483 number in scan lines. | |
8484 (mh-scan-date-regexp): Regexp matching a valid date in scan lines. | |
8485 (mh-scan-rcpt-addr-regexp): Regexp specifying the recipient in | |
8486 scan lines for messages we sent. | |
8487 (mh-scan-followup-regexp): Regexp matching a followup subject | |
8488 line, starting with Re: | |
8489 (mh-scan-body-regexp): | |
8490 Regexp matching the message body beginning displayed in scan lines. | |
8491 (mh-scan.font-lock-regexp): Regexp matching output of the the | |
8492 optional scan.font-lock format file. | |
8493 (mh-folder-font-lock-keywords): New font-lock for folder-mode that | |
8494 uses the above regexps. | |
8495 | |
8496 2001-11-19 chad <y@mit.edu> | |
8497 | |
8498 * mh-comp.el (mh-letter-tool-bar-map): made both references to | |
8499 mh-letter-tool-bar-map conditional on tool-bar-mode, instead of | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8500 just one. |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8501 |
49578 | 8502 2001-11-19 Bill Wohler <wohler@newt.com> |
8503 | |
8504 * mh-comp.el (mh-position-on-field): Move to the end of the header | |
8505 if the field is not present. This function was documented to do | |
8506 this, but wasn't doing so. | |
8507 (mh-insert-x-mailer): Simplified by using existing | |
8508 mh-goto-header-field and mh-insert-fields functions. Now that | |
8509 mh-insert-fields is used to insert X-Mailer header field, no | |
8510 longer need to include X-Mailer in mh-x-mailer-string. | |
8511 | |
8512 2001-11-18 Peter S Galbraith <psg@debian.org> | |
8513 | |
8514 * mh-comp.el (mh-letter-tool-bar-map): New version of | |
8515 mh-letter-mode tool-bar. Changed order of buttons; made customize | |
8516 and info buttons specific to mh-e. | |
8517 | |
8518 * mh-e.el (mh-folder-font-lock-keywords): New font-lock regexp | |
8519 uses variables mh-deleted-msg-regexp, mh-refiled-msg-regexp and | |
8520 mh-cur-scan-msg-regexp, so will better adapt to non-default scan | |
8521 formats. Also, lines marked for refiling are now fontified. | |
8522 | |
8523 2001-11-18 Bill Wohler <wohler@newt.com> | |
8524 | |
8525 * mh-utils.el (mh-show-mode): Added local variable | |
8526 mail-header-separator which is initialized to | |
8527 mh-mail-header-separator. | |
8528 | |
8529 * mh-comp.el (mh-mail-header-separator): Updated to include ^$. | |
8530 Needed when running mh-edit-again, since by then the separator is | |
8531 gone. Added documentation saying one should use | |
8532 mail-header-separator and initialize it from | |
8533 mh-mail-header-separator. | |
8534 (mh-forward): Initialize mail-header-separator since | |
8535 mh-letter-mode hasn't kicked in yet (which does initialize | |
8536 mail-header-separator). | |
8537 (mh-letter-mode): Initialize mail-header-separator from | |
8538 mh-mail-header-separator, not hard-coded string. | |
8539 | |
8540 * mh-comp.el (mh-insert-x-mailer-p): New variable to control | |
8541 whether X-Mailer string is inserted. Default: t. | |
8542 (mh-x-mailer-string): New variable that caches actual X-Mailer | |
8543 string. | |
8544 (mh-letter-mode): Call mh-insert-x-mailer if mh-insert-x-mailer-p | |
8545 is t. | |
8546 (mh-insert-x-mailer): New function that inserts X-Mailer header | |
8547 field. | |
8548 | |
8549 2001-11-17 Peter S Galbraith <psg@debian.org> | |
8550 | |
8551 * mh-utils.el (mh-letter-header-font-lock): New function to return | |
8552 the entire mail header to font-lock for sedate font-locking. | |
8553 (mh-show-font-lock-keywords): Modified to fontify whole lines and use | |
8554 mh-letter-header-font-lock above to fontify whole header. | |
8555 | |
8556 2001-11-17 Bill Wohler <wohler@newt.com> | |
8557 | |
8558 * mh-comp.el (mail-header-separator): Added ^ and $ to make more | |
8559 specific. | |
8560 (mh-forward, mh-letter-mode): Replaced hard-coded string with | |
8561 mail-header-separator. | |
8562 | |
8563 2001-11-16 Bill Wohler <wohler@newt.com> | |
8564 | |
8565 * mh-e.el (mh-e-RCS-id): Renamed to mh-version. | |
8566 (mh-version): The variable: Set to a number instead of Id since | |
8567 the Id didn't have the mh-e version number, and both Emacs and | |
8568 gnus do it this way too. | |
8569 (mh-version): The function: Fixed for nmh. Now displays mh-e | |
8570 version correctly. Cleaned up output and display mh-progs, etc. | |
8571 (Closes SF #405620.) | |
8572 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8573 2001-11-15 Peter S Galbraith <psg@debian.org> |
49578 | 8574 |
8575 * mh-comp.el (mh-letter-tool-bar-map): New tool-bar support for | |
8576 mh-letter-mode in emacs21. Uses icons from gnus/message.el. | |
8577 * mh-comp.el (mh-letter-mode): Add buffer-local binding of | |
8578 tool-bar-map to mh-letter-tool-bar-map. | |
8579 | |
8580 2001-11-15 Peter S Galbraith <psg@debian.org> | |
8581 | |
8582 * mh-mime.el (mh-have-file-command): Add check for existence of | |
8583 executable-find command, which Jeffrey didn't exist in emacs-20.4. | |
8584 * mh-utils.el (mh-decode-quoted-printable-have-mimedecode): same | |
8585 as above. | |
8586 * mh-mime.el (mh-file-mime-type): Bug Fix. Some versions of | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8587 'file' output a string like "file: Using regular magic file..." |
49578 | 8588 to stderr, so discard stderr when using call-process with 'file'. |
8589 | |
8590 2001-11-14 Peter S Galbraith <psg@debian.org> | |
8591 | |
8592 * mh-mime.el (mh-have-file-command): Check if 'file' command on | |
8593 system accepts arguments -i -b before accepting it for our use. | |
8594 | |
8595 2001-11-14 Peter S Galbraith <psg@debian.org> | |
8596 | |
8597 * mh-utils.el (mh-find-progs): Use expand-file-name instead of | |
8598 concatenating together strings into a path. | |
8599 | |
8600 2001-11-14 Peter S Galbraith <psg@debian.org> | |
8601 | |
8602 * mh-e.el (mh-folder-sequence-menu): Enable mh-widen in sequence | |
8603 menu only when mh-narrowed-to-seq is t. | |
8604 | |
8605 2001-11-14 Peter S Galbraith <psg@debian.org> | |
8606 | |
8607 * mh-mime.el (mh-have-file-command): Use 'executable-find' instead | |
8608 of more complicated and error-prone call-process to which command. | |
8609 * mh-utils.el (mh-decode-quoted-printable-have-mimedecode): Same | |
8610 change as above. | |
8611 | |
8612 2001-11-14 Jeffrey C Honig <jch@honig.net> | |
8613 | |
8614 * mh-e.el (mh-make-folder-mode-line): Bug fix. Properly deal with | |
8615 folders that do not have any lines in them. Print "no msgs" | |
8616 instead of "0 msgs". Do not try to print a range when there are | |
8617 no messages. | |
8618 * mh-e.el (mh-regenerate-headers): Bug fix. Catch and remove the | |
8619 "scan: band message list" message. | |
8620 | |
8621 2001-11-13 Jeffrey C Honig <jch@honig.net> | |
8622 | |
8623 * mh-utils.el (mh-find-progs): Bug fix. Add "mh/etc" to the | |
8624 subdirectories to search for "components". On BSD/OS, nmh is in | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8625 "/usr/contrib/mh/*". |
49578 | 8626 |
8627 2001-11-13 Peter S Galbraith <psg@debian.org> | |
8628 | |
8629 * mh-comp.el (mh-letter-mode): Bug fix. Load mh-mime before | |
8630 setting mh-mhn-compose-insert-p (when looking at a "forw: -mime" | |
8631 message containing a MIME composition) such that the variable is | |
8632 properly declared as buffer-local. | |
8633 | |
8634 2001-11-12 Bill Wohler <wohler@newt.com> | |
8635 | |
8636 * mh-funcs.el (mh-print-msg): mhl is in the mh-lib-progs | |
8637 directory, not mh-lib (closes SF #481128). | |
8638 | |
8639 2001-11-12 Peter S Galbraith <psg@debian.org> | |
8640 | |
8641 * mh-seq.el (mh-widen): Bug fix (closes SF #481036). | |
8642 In a sequence with pending deletes and refiles, running mh-widen | |
8643 would wipe out their notations, even though the sequences are still | |
8644 defined. Fixed by calling a new function, | |
8645 mh-notate-deleted-and-refiled. Also changed the coping of | |
8646 mh-goto-msg-num since it didn't work consistently. | |
8647 * mh-seq.el (mh-notate-deleted-and-refiled): New functions written | |
8648 to fix above mh-widen bug. It's a first cut, we may want to clear | |
8649 all notations first, and notate the current-message sequence and | |
8650 user sequences. Time will tell. | |
8651 | |
8652 2001-11-12 Peter S Galbraith <psg@debian.org> | |
8653 | |
8654 * mh-seq.el (mh-widen): Make it attempt to stay on the same | |
8655 message number (closes SF bug #480922). | |
8656 | |
8657 2001-11-11 Bill Wohler <wohler@newt.com> | |
8658 | |
8659 * import-emacs: New shell script to import Emacs changes to mh-e. | |
8660 | |
8661 * Makefile (import): New target to import Emacs changes. | |
8662 | |
8663 2001-11-09 Peter S Galbraith <psg@debian.org> | |
8664 | |
8665 * mh-mime.el (mh-file-mime-type): Bug fix. Change regexp to | |
8666 extract mime type from 'file -i' command output. | |
8667 | |
8668 2001-11-08 Peter S Galbraith <psg@debian.org> | |
8669 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8670 * mh-utils.el (mh-update-sequences-after-mh-show): |
49578 | 8671 New customizable variable telling whether to run |
8672 mh-update-sequences in mh-show-mode. Default is t. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8673 * mh-utils.el (mh-show-msg): Run mh-update-sequences when |
49578 | 8674 mh-update-sequences-after-mh-show is set. |
8675 | |
8676 2001-11-08 Peter S Galbraith <psg@debian.org> | |
8677 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8678 * mh-utils.el (mh-decode-quoted-printable-have-mimedecode): |
49578 | 8679 New variable telling whether command 'mimedecode' is on system. |
8680 (http://www.freesoft.org/CIE/FAQ/mimedeco.c) | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8681 * mh-utils.el (mh-decode-quoted-printable): |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8682 New customizable variable telling whether to run mimedecode on |
49578 | 8683 MIME message containing quoted-printable parts. mimedecode will |
8684 only alter quoted-printable parts , leaving others intact, and the | |
8685 resulting message is still fully MIME. | |
8686 * mh-utils.el (mh-decode-quoted-printable): New function to run | |
8687 mimedecode on the current buffer. | |
8688 * mh-utils.el (mh-display-msg): Conditionnaly call | |
8689 mh-decode-quoted-printable function if mh-decode-quoted-printable | |
8690 variable is set, to view messages containing quoted-printable | |
8691 characters into 8-bit. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8692 |
49578 | 8693 2001-11-08 Peter S Galbraith <psg@debian.org> |
8694 | |
8695 * mh-comp.el (mh-letter-mode): Set mh-mhn-compose-insert-p if | |
8696 looking at a "forw: -mime" message containing a MIME composition. | |
8697 * mh-mime.el (mh-file-mime-type): Bug fix. Failed on files like | |
8698 "~/.mh_profile" because of shell construct. Wrapped filename with | |
8699 expand-file-name. | |
8700 * mh-comp.el (mh-letter-mode-map): C-cC-o keybinding in | |
8701 mh-letter-mode-map for mh-open-line. | |
8702 | |
8703 2001-11-07 Peter S Galbraith <psg@debian.org> | |
8704 | |
8705 * mh-comp.el (mh-open-line): New user function to split open a line | |
8706 when editing a reply with included text. | |
8707 * mh-comp.el (mh-current-fill-prefix): New function used by | |
8708 mh-open-line to get the fill-prefix on the current line. | |
8709 * mh-comp.el: Add mh-open-line to mh-letter-mode menubar. | |
8710 | |
8711 2001-11-06 Peter S Galbraith <psg@debian.org> | |
8712 | |
8713 * mh-seq.el (mh-region-to-sequence): New function, creating a | |
8714 sequence named 'region containing the message list in the selected | |
8715 region. | |
8716 * mh-e.el (mh-delete-msg): Mark messages in region for deletion if | |
8717 mark is active and in transient-mark-mode. | |
8718 * mh-e.el (mh-refile-msg): Mark messages in region for refiling if | |
8719 mark is active and in transient-mark-mode. | |
8720 * mh-e.el (mh-undo): Undo message marks for refile or deletion if | |
8721 region if mark is active and in transient-mark-mode. | |
8722 | |
8723 2001-11-06 Peter S Galbraith <psg@debian.org> | |
8724 | |
8725 * mh-comp.el (mh-letter-mode): Use sendmail.el's fill-paragraph. | |
8726 Copy its settings for paragraph-start, paragraph-separate, | |
8727 fill-paragraph-function, adaptive-fill-regexp and | |
8728 adaptive-fill-first-line-regexp. This make M-q (fill-paragraph) | |
8729 work correctly! | |
8730 | |
8731 2001-11-05 Peter S Galbraith <psg@debian.org> | |
8732 | |
8733 * mh-funcs.el (mh-kill-folder): Remove mh-do-not-confirm condition | |
8734 and always prompt the user for such a drastic step. Also change | |
8735 the prompt a bit to clarify it. | |
8736 | |
8737 2001-11-04 Peter S Galbraith <psg@debian.org> | |
8738 | |
8739 * mh-mime.el (mh-mhn-compose-insert-p): New buffer-local variable | |
8740 to tell when a MIME insertion was done in a letter. | |
8741 * mh-mime.el (mh-mhn-compose-type): Set mh-mhn-compose-insert-p. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8742 * mh-mime.el (mh-mhn-compose-external-type): |
49578 | 8743 Set mh-mhn-compose-insert-p. |
8744 * mh-mime.el (mh-mhn-compose-forw): Set mh-mhn-compose-insert-p. | |
8745 * mh-mime.el (mh-edit-mhn): Clear mh-mhn-compose-insert-p. | |
8746 * mh-comp.el (mh-send-letter): Run mh-edit-mhn when | |
8747 mh-mhn-compose-insert-p is set. | |
8748 | |
8749 2001-11-03 Peter S Galbraith <psg@debian.org> | |
8750 | |
8751 * mh-mime.el (mh-have-file-command): new function testing whether | |
8752 file command is on the system. | |
8753 * mh-mime.el (mh-file-mime-type): new function returning MIME type | |
8754 from file command. | |
8755 * mh-mime.el (mh-mhn-compose-insertion): Make use of | |
8756 mh-file-mime-type function instead of prompting. | |
8757 | |
8758 2001-10-30 Peter S Galbraith <psg@debian.org> | |
8759 | |
8760 * mh-utils.el (mh-show-use-goto-addr): defcustom this new | |
8761 variable, determining whether to call goto-addr in mh-show-mode. | |
8762 * mh-utils.el (mh-show-mode): Call goto-address when | |
8763 mh-show-use-goto-addr is t. | |
8764 | |
8765 2001-10-25 Peter S Galbraith <psg@debian.org> | |
8766 | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8767 * mh-utils.el (mh-recenter): Clarify docs and change '(t) to |
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8768 (list 4) to match elisp doc on what C-u prefix argument actually is. |
49578 | 8769 |
8770 2001-10-23 Peter S Galbraith <psg@debian.org> | |
8771 | |
8772 * mh-utils.el (mh-summary-height): In my quest to make mh-e more | |
8773 useful out-of-the-box for new users, set mh-summary-height to a | |
8774 minimum of 4 and a maximum of 10 depending on frame height. I | |
8775 typically have 70 lines in my Emacs frame, so having a default of | |
8776 4 was silly for my case. | |
8777 * mh-e.el (mh-update-sequences): Check for nil value of | |
8778 mh-current-folder, which happens if mh-summary-height < 4 | |
8779 although I haven't tracked doen why that happens. | |
8780 | |
8781 2001-10-22 Peter S Galbraith <psg@debian.org> | |
8782 | |
8783 * mh-comp.el (mh-insert-fields): Test for nil value when inserting | |
8784 field. | |
8785 | |
8786 2001-10-20 Peter S Galbraith <psg@debian.org> | |
8787 | |
8788 * mh-comp.el (mh-user-agent-compose): Merged-in from XEmacs-21.4 source | |
8789 * mh-comp.el (mh-letter-mode): Add easy-menu-add statement for XEmacs21 | |
8790 * mh-pick.el (mh-pick-mode): Add easy-menu-add statement for XEmacs21. | |
8791 * mh-e.el (mh-folder-mode): Add easy-menu-add statements for XEmacs21. | |
8792 * mh-utils.el: defalias 'screen-height to 'frame-height for XEmacs21. | |
8793 | |
8794 2001-10-19 Peter S Galbraith <psg@debian.org> | |
8795 | |
8796 * mh-mime.el (mh-edit-mhn): Use mhbuild in nmh context. | |
8797 * mh-utils.el (mh-find-progs): The variable mh-nmh-p (t when nmh | |
8798 is in use rather than MH) was set assuming that the string "nmh" | |
8799 will be in mh-lib-progs or mh-lib. This failed on Debian systems. | |
8800 Better to check for the existence of mhbuild in directory mh-progs. | |
8801 (closes SF bug #441776) | |
8802 | |
8803 2001-10-18 Peter S Galbraith <psg@debian.org> | |
8804 | |
8805 * mh-e.el: Add menubar entry from contrib/mh-menubar.el | |
8806 * mh-comp.el: Add menubar entry from contrib/mh-menubar.el | |
8807 * mh-pick.el: Add menubar entry from contrib/mh-menubar.el | |
8808 | |
8809 2001-07-30 Peter S Galbraith <psg@debian.org> | |
8810 | |
8811 * mh-e.el: Change font-lock patterns for folders. | |
8812 Fontify scan.font-lock patterns (which will be documented) | |
8813 and fontify subject lines prefixed with "Re:" differently. | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8814 * mh-comp.el (mh-letter-mode): Add font-lock support as in |
49578 | 8815 mh-show-mode. |
8816 | |
8817 2001-04-14 chad brown <y@mit.edu> | |
8818 | |
8819 * rearrange the font-lock keywords a bit | |
8820 | |
8821 2001-04-12 chad brown <y@mit.edu> | |
8822 | |
8823 * preliminary (somewhat boring) font-lock support for mh-e. More | |
8824 interesting font-lock support probably wants to have better | |
8825 support for multiple format files | |
49598
0d8b17d428b5
Trailing whitepace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
8826 |
49578 | 8827 2001-02-24 chad brown <y@mit.edu> |
8828 | |
8829 * add default nmh paths to mh-find-prog in mh-utils.el. | |
8830 change to mh-kill-folder in mh-funcs.el to make it more general. | |
8831 | |
8832 2001-02-19 Bill Wohler <wohler@newt.com> | |
8833 | |
8834 * Makefile (EMACS): Renamed to EMACS_HOME. Also, don't define if | |
8835 EMACS_HOME already exists to give developer a chance to set | |
8836 environment variable. | |
8837 (install): $MH-E-SRC is copied to $(EMACS_HOME)/lisp/mail, not | |
8838 $(EMACS_HOME)/src. | |
8839 (dist): Leave release in current directory. | |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
8840 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
8841 |
56406
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
55151
diff
changeset
|
8842 Copyright (C) 2003, 2004 Free Software Foundation, Inc. |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
8843 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
8844 Copying and distribution of this file, with or without modification, |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
8845 are permitted in any medium without royalty provided the copyright |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
49598
diff
changeset
|
8846 notice and this notice are preserved. |
52401 | 8847 |
8848 ;;; arch-tag: 87324964-69b6-4925-a3c2-9c1df53d7d51 |