aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog117
1 files changed, 61 insertions, 56 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index b6bcb3938b0..92f997d7b4a 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,8 @@
12005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * mh-customize.el (mh-speedbar-selected-folder-face): Special case
4 high number of colors displays.
5
12005-03-25 Werner Lemberg <wl@gnu.org> 62005-03-25 Werner Lemberg <wl@gnu.org>
2 7
3 * mh-e.el, mh-identity.el, mh-mime.el: Replace `legal' with `valid'. 8 * mh-e.el, mh-identity.el, mh-mime.el: Replace `legal' with `valid'.
@@ -85,18 +90,18 @@
852004-08-15 Bill Wohler <wohler@newt.com> 902004-08-15 Bill Wohler <wohler@newt.com>
86 91
87 * Released MH-E version 7.4.80. 92 * Released MH-E version 7.4.80.
88 93
89 * MH-E-NEWS, README: Updated for release 7.4.80. 94 * MH-E-NEWS, README: Updated for release 7.4.80.
90 95
91 * mh-e.el (Version, mh-version): Updated for release 7.4.80. 96 * mh-e.el (Version, mh-version): Updated for release 7.4.80.
92 97
932004-08-15 Bill Wohler <wohler@newt.com> 982004-08-15 Bill Wohler <wohler@newt.com>
94 99
95 * mh-funcs.el, mh-gnus.el, mh-inc.el, mh-init.el, mh-junk.el, 100 * mh-funcs.el, mh-gnus.el, mh-inc.el, mh-init.el, mh-junk.el,
96 mh-pick.el, mh-print.el, mh-xemacs.el: Added 2004 to Copyright. 101 mh-pick.el, mh-print.el, mh-xemacs.el: Added 2004 to Copyright.
97 102
98 * mh-acros.el, mh-alias.el: Checkdoc fixes. 103 * mh-acros.el, mh-alias.el: Checkdoc fixes.
99 104
1002004-08-12 Satyaki Das <satyaki@theforce.stanford.edu> 1052004-08-12 Satyaki Das <satyaki@theforce.stanford.edu>
101 106
102 * mh-acros.el (cl): Load cl in this file. That is all right, since 107 * mh-acros.el (cl): Load cl in this file. That is all right, since
@@ -130,7 +135,7 @@
130 do a good job of suppressing compilation warnings in 21.3 and CVS 135 do a good job of suppressing compilation warnings in 21.3 and CVS
131 Emacs (21.4). This replaces (require 'cl) or (require 136 Emacs (21.4). This replaces (require 'cl) or (require
132 'utils) (mh-require-cl) calls: 137 'utils) (mh-require-cl) calls:
133 138
134 (eval-when-compile (require 'mh-acros)) 139 (eval-when-compile (require 'mh-acros))
135 (mh-require-cl) 140 (mh-require-cl)
136 141
@@ -151,7 +156,7 @@
151 156
152 * mh-seq.el (mh-thread-message, mh-thread-container): Use 157 * mh-seq.el (mh-thread-message, mh-thread-container): Use
153 mh-defstruct instead of defstruct. 158 mh-defstruct instead of defstruct.
154 (mh-thread-id-container, mh-thread-get-message-container) 159 (mh-thread-id-container, mh-thread-get-message-container)
155 (mh-thread-get-message): Use the slightly different structure 160 (mh-thread-get-message): Use the slightly different structure
156 constructor function. 161 constructor function.
157 162
@@ -240,8 +245,8 @@
240 programs are run in background. Running in foreground can be slow. 245 programs are run in background. Running in foreground can be slow.
241 Defaults to nil to spare machines with little memory. 246 Defaults to nil to spare machines with little memory.
242 247
243 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist) 248 * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
244 (mh-bogofilter-whitelist, mh-spamprobe-blacklist) 249 (mh-bogofilter-whitelist, mh-spamprobe-blacklist)
245 (mh-spamprobe-whitelist): Use new option mh-junk-background. 250 (mh-spamprobe-whitelist): Use new option mh-junk-background.
246 251
2472004-07-25 Satyaki Das <satyaki@theforce.stanford.edu> 2522004-07-25 Satyaki Das <satyaki@theforce.stanford.edu>
@@ -266,7 +271,7 @@
266 * mh-customize.el (mh-invisible-header-fields-internal): Added 271 * mh-customize.el (mh-invisible-header-fields-internal): Added
267 header fields emitted by T-Mobile picture phones (X-Mms-*, and 272 header fields emitted by T-Mobile picture phones (X-Mms-*, and
268 commented out X-Operator field saying it's like X-Mailer). 273 commented out X-Operator field saying it's like X-Mailer).
269 274
2702004-07-12 Bill Wohler <wohler@newt.com> 2752004-07-12 Bill Wohler <wohler@newt.com>
271 276
272 * mh-gnus.el: Set local variables indent-tabs-mode and 277 * mh-gnus.el: Set local variables indent-tabs-mode and
@@ -306,7 +311,7 @@
306 311
307 * mh-init.el (mh-variant-set, mh-sys-path, mh-variant-mu-mh-info): 312 * mh-init.el (mh-variant-set, mh-sys-path, mh-variant-mu-mh-info):
308 Prefer GNU mailutils over GNU Mailutils MH. 313 Prefer GNU mailutils over GNU Mailutils MH.
309 314
310 * mh-comp.el (sc-cite-original, mh-smail, mh-smail-batch) 315 * mh-comp.el (sc-cite-original, mh-smail, mh-smail-batch)
311 (mh-edit-again, mh-extract-rejected-mail, mh-forward) 316 (mh-edit-again, mh-extract-rejected-mail, mh-forward)
312 (mh-smail-other-window, mh-reply, mh-send, mh-send-other-window): 317 (mh-smail-other-window, mh-reply, mh-send, mh-send-other-window):
@@ -325,8 +330,8 @@
325 * MH-E-NEWS, README: Updated for release 7.4.4. 330 * MH-E-NEWS, README: Updated for release 7.4.4.
326 331
327 * mh-e.el (Version, mh-version): Updated for release 7.4.4. 332 * mh-e.el (Version, mh-version): Updated for release 7.4.4.
328 333
329 * This patch release contains the following patches: 334 This patch release contains the following patches:
330 335
331 * mh-xemacs.el: New file from concatenation of mh-xemacs-compat.el 336 * mh-xemacs.el: New file from concatenation of mh-xemacs-compat.el
332 and mh-xemacs-icons.el which were removed since their names 337 and mh-xemacs-icons.el which were removed since their names
@@ -390,9 +395,9 @@
390 (require 'mouse): To shush compiler. 395 (require 'mouse): To shush compiler.
391 396
392 * Use new function mh-require-cl throughout. 397 * Use new function mh-require-cl throughout.
393 398
394 * Add arch taglines (courtesy Miles Bader). 399 * Add arch taglines (courtesy Miles Bader).
395 400
396 * mh-unit.el (mh-unit-files): Replaced mh-xemacs-compat.el and 401 * mh-unit.el (mh-unit-files): Replaced mh-xemacs-compat.el and
397 mh-xemacs-icons.el with mh-xemacs.el. 402 mh-xemacs-icons.el with mh-xemacs.el.
398 403
@@ -409,10 +414,10 @@
409 414
4102004-07-07 Stephen Gildea 4152004-07-07 Stephen Gildea
411 416
412 * mh-customize.el (mh-invisible-header-fields-internal): 417 * mh-customize.el (mh-invisible-header-fields-internal):
413 Add X-Greylist, X-Source*, and X-WebTV-Signature. 418 Add X-Greylist, X-Source*, and X-WebTV-Signature.
414 Replace specific X-Spam-* headers with general pattern. 419 Replace specific X-Spam-* headers with general pattern.
415 420
4162004-06-15 Bill Wohler <wohler@newt.com> 4212004-06-15 Bill Wohler <wohler@newt.com>
417 422
418 * README: Vladimir Ivanovic reports that mh-rmail works with 423 * README: Vladimir Ivanovic reports that mh-rmail works with
@@ -438,7 +443,7 @@
438 443
4392004-04-07 Satyaki Das <satyaki@theforce.stanford.edu> 4442004-04-07 Satyaki Das <satyaki@theforce.stanford.edu>
440 445
441 * mh-mime.el (mh-insert-mime-button) 446 * mh-mime.el (mh-insert-mime-button)
442 (mh-insert-mime-security-button): Add evaporate property to 447 (mh-insert-mime-security-button): Add evaporate property to
443 overlays used in MIME part buttons. This avoids problems with 448 overlays used in MIME part buttons. This avoids problems with
444 CVS Emacs. 449 CVS Emacs.
@@ -459,10 +464,10 @@
459 464
4602003-12-26 Jeffrey C Honig <jch@honig.net> 4652003-12-26 Jeffrey C Honig <jch@honig.net>
461 466
462 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist) 467 * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist)
463 (mh-spamassassin-blacklist, mh-spamassassin-blacklist) 468 (mh-spamassassin-blacklist, mh-spamassassin-blacklist)
464 (mh-spamassassin-blacklist, mh-spamassassin-whitelist) 469 (mh-spamassassin-blacklist, mh-spamassassin-whitelist)
465 (mh-spamassassin-whitelist, mh-bogofilter-blacklist) 470 (mh-spamassassin-whitelist, mh-bogofilter-blacklist)
466 (mh-spamprobe-blacklist): Add progress messages. Change "Couldn't" 471 (mh-spamprobe-blacklist): Add progress messages. Change "Couldn't"
467 to "Unable" in error messages. Run bogofilter and spamprobe in 472 to "Unable" in error messages. Run bogofilter and spamprobe in
468 the foreground to prevent a large number of processes from 473 the foreground to prevent a large number of processes from
@@ -536,9 +541,9 @@
536 * MH-E-NEWS, README: Updated for release 7.4.3. 541 * MH-E-NEWS, README: Updated for release 7.4.3.
537 542
538 * mh-e.el (Version, mh-version): Updated for release 7.4.3. 543 * mh-e.el (Version, mh-version): Updated for release 7.4.3.
539 544
540 * This patch release contains the following two patches: 545 * This patch release contains the following two patches:
541 546
542 * mh-identity.el (mh-identity-make-menu): Removed condition on 547 * mh-identity.el (mh-identity-make-menu): Removed condition on
543 mh-auto-fields-list. Use it to enable or disable menu item 548 mh-auto-fields-list. Use it to enable or disable menu item
544 instead. 549 instead.
@@ -576,10 +581,10 @@
576 581
5772003-11-14 Mark D. Baushke <mdb@gnu.org> 5822003-11-14 Mark D. Baushke <mdb@gnu.org>
578 583
579 * mh-customize.el (mh-invisible-header-fields-internal): 584 * mh-customize.el (mh-invisible-header-fields-internal):
580 Add X-AntiAbuse and X-MailScanner. 585 Add X-AntiAbuse and X-MailScanner.
581 (Patch from Stephen Gildea.) 586 (Patch from Stephen Gildea.)
582 587
5832003-11-13 Peter S Galbraith <psg@debian.org> 5882003-11-13 Peter S Galbraith <psg@debian.org>
584 589
585 * mh-identity.el (mh-identity-handler-attribution-verb): New 590 * mh-identity.el (mh-identity-handler-attribution-verb): New
@@ -689,14 +694,14 @@
689 694
6902003-11-02 Jeffrey C Honig <jch@honig.net> 6952003-11-02 Jeffrey C Honig <jch@honig.net>
691 696
692 * mh-loaddefs.el: Regenerated. 697 * mh-loaddefs.el: Regenerated.
693 698
694 * mh-funcs.el (mh-print-msg): Move to mh-print.el. 699 * mh-funcs.el (mh-print-msg): Move to mh-print.el.
695 700
696 * mh-e.el (mh-folder-mode-map): Add mh-print-msg ("l") back, it 701 * mh-e.el (mh-folder-mode-map): Add mh-print-msg ("l") back, it
697 will print a message that this usage is deprecated. 702 will print a message that this usage is deprecated.
698 703
699 * mh-print.el (require, mh-ps-print-msg, mh-ps-print-msg-file): 704 * mh-print.el (require, mh-ps-print-msg, mh-ps-print-msg-file):
700 Require mh-funcs for mh-note-printed. PS print functions were not 705 Require mh-funcs for mh-note-printed. PS print functions were not
701 setting the printed notation. Move mh-print-msg here for 706 setting the printed notation. Move mh-print-msg here for
702 consistency. Print message if mh-print-msg invoked via deprecated 707 consistency. Print message if mh-print-msg invoked via deprecated
@@ -790,7 +795,7 @@
790 (custom-load.elc): Allow for '-no-autoloads'. 795 (custom-load.elc): Allow for '-no-autoloads'.
791 (compile-xemacs): New. It allows for the '-no-autoloads' option 796 (compile-xemacs): New. It allows for the '-no-autoloads' option
792 and byte-compiles all the source files with a single instance of 797 and byte-compiles all the source files with a single instance of
793 XEmacs. 798 XEmacs.
794 799
795 * mh-e.el (mh-folder-mode): Only load the toolbar in XEmacs if 800 * mh-e.el (mh-folder-mode): Only load the toolbar in XEmacs if
796 toolbar support is available. 801 toolbar support is available.
@@ -874,7 +879,7 @@
8742003-10-09 Peter S Galbraith <psg@debian.org> 8792003-10-09 Peter S Galbraith <psg@debian.org>
875 880
876 * mh-customize.el (mail-citation-hook): Moved from mh-comp.el and 881 * mh-customize.el (mail-citation-hook): Moved from mh-comp.el and
877 made into a defcustom. 882 made into a defcustom.
878 883
8792003-10-09 Satyaki Das <satyakid@stanford.edu> 8842003-10-09 Satyaki Das <satyakid@stanford.edu>
880 885
@@ -938,10 +943,10 @@
938 parenthetical comment. 943 parenthetical comment.
939 944
940 * mh-loaddefs.el: Regenerated. 945 * mh-loaddefs.el: Regenerated.
941 946
942 * mh-customize.el (mh-mml-method-default): What method should be 947 * mh-customize.el (mh-mml-method-default): What method should be
943 used in secure directives. 948 used in secure directives.
944 949
945 * mh-mime.el (mh-secure-message): New function used to generate 950 * mh-mime.el (mh-secure-message): New function used to generate
946 the mml security tags. 951 the mml security tags.
947 (mh-mml-unsecure-message): New wrapper function around 952 (mh-mml-unsecure-message): New wrapper function around
@@ -1061,7 +1066,7 @@
1061 1066
1062 * mh-customize.el (mh-identity-handlers): New defcustom. Alist of 1067 * mh-customize.el (mh-identity-handlers): New defcustom. Alist of
1063 Handler functions for mh-identity (downcased) fields. 1068 Handler functions for mh-identity (downcased) fields.
1064 (mh-identity-list): Add support for pgg-default-user-id. 1069 (mh-identity-list): Add support for pgg-default-user-id.
1065 1070
1066 * mh-identity.el (mh-insert-identity): Modified to use 1071 * mh-identity.el (mh-insert-identity): Modified to use
1067 `mh-identity-handlers', adding hacking flexibility for those who 1072 `mh-identity-handlers', adding hacking flexibility for those who
@@ -1084,7 +1089,7 @@
1084 (mh-header-field-delete): Make more robust wrt the field having a 1089 (mh-header-field-delete): Make more robust wrt the field having a
1085 trailing colon or not. 1090 trailing colon or not.
1086 (mh-identity-make-menu): Add a "Customize Identities" menu entry. 1091 (mh-identity-make-menu): Add a "Customize Identities" menu entry.
1087 1092
1088 * mh-loaddefs.el: Regenerated. 1093 * mh-loaddefs.el: Regenerated.
1089 1094
10902003-09-21 Peter S Galbraith <psg@debian.org> 10952003-09-21 Peter S Galbraith <psg@debian.org>
@@ -1093,7 +1098,7 @@
1093 with version numbers. 1098 with version numbers.
1094 1099
1095 * mh-e.el (mh-scan-format): patch from Sergey Poznyakoff. 1100 * mh-e.el (mh-scan-format): patch from Sergey Poznyakoff.
1096 GNU mailutils now supports the %(decode) format 1101 GNU mailutils now supports the %(decode) format
1097 1102
10982003-09-20 Satyaki Das <satyakid@stanford.edu> 11032003-09-20 Satyaki Das <satyakid@stanford.edu>
1099 1104
@@ -1422,7 +1427,7 @@
1422 * mh-utils.el (mh-find-path): Run setup code only if 1427 * mh-utils.el (mh-find-path): Run setup code only if
1423 `mh-find-path-run' is nil such that this is only done once. 1428 `mh-find-path-run' is nil such that this is only done once.
1424 Also remove the `setq' for `read-mail-command' and `mail-user-agent'. 1429 Also remove the `setq' for `read-mail-command' and `mail-user-agent'.
1425 1430
14262003-08-18 Peter S Galbraith <psg@debian.org> 14312003-08-18 Peter S Galbraith <psg@debian.org>
1427 1432
1428 * mh-e.el: require 'mh-utils first 1433 * mh-e.el: require 'mh-utils first
@@ -1441,16 +1446,16 @@
1441 (mh-path-search): Deleted. Was only used by `mh-find-progs'. 1446 (mh-path-search): Deleted. Was only used by `mh-find-progs'.
1442 1447
1443 * mh-e.el: require mh-init.el. 1448 * mh-e.el: require mh-init.el.
1444 (mh-version): Use simpler `mh-variant-in-use'. 1449 (mh-version): Use simpler `mh-variant-in-use'.
1445 (mh-scan-format): Use (mh-variant-p 'nmh) instead of mh-nmh-flag. 1450 (mh-scan-format): Use (mh-variant-p 'nmh) instead of mh-nmh-flag.
1446 1451
1447 * mh-comp.el (mh-insert-x-mailer): Use simpler `mh-variant-in-use'. 1452 * mh-comp.el (mh-insert-x-mailer): Use simpler `mh-variant-in-use'.
1448 1453
1449 * mh-utils.el (mh-progs, mh-lib, mh-lib-progs) 1454 * mh-utils.el (mh-progs, mh-lib, mh-lib-progs)
1450 (mh-flists-present-flag): Moved to mh-init.el. 1455 (mh-flists-present-flag): Moved to mh-init.el.
1451 (mh-nmh-flag): Deleted. Use (mh-variant-p 'nmh) instead. 1456 (mh-nmh-flag): Deleted. Use (mh-variant-p 'nmh) instead.
1452 1457
1453 * mh-comp.el (mh-repl-group-formfile, mh-forward, mh-reply) 1458 * mh-comp.el (mh-repl-group-formfile, mh-forward, mh-reply)
1454 (mh-send-letter): Use (mh-variant-p 'nmh) instead of mh-nmh-flag. 1459 (mh-send-letter): Use (mh-variant-p 'nmh) instead of mh-nmh-flag.
1455 1460
1456 * mh-mime.el (mh-edit-mhn, mh-mime-save-parts): Use (mh-variant-p 1461 * mh-mime.el (mh-edit-mhn, mh-mime-save-parts): Use (mh-variant-p
@@ -1484,7 +1489,7 @@
1484 (mh-variant-in-use, mh-variant-p): Developers may check which 1489 (mh-variant-in-use, mh-variant-p): Developers may check which
1485 variant is currently in use with the variable `mh-variant-in-use' 1490 variant is currently in use with the variable `mh-variant-in-use'
1486 or the function `mh-variant-p'. 1491 or the function `mh-variant-p'.
1487 1492
14882003-08-15 Bill Wohler <wohler@newt.com> 14932003-08-15 Bill Wohler <wohler@newt.com>
1489 1494
1490 * mh-customize.el (mh-auto-fields-list): The manual uses Fcc 1495 * mh-customize.el (mh-auto-fields-list): The manual uses Fcc
@@ -1653,7 +1658,7 @@
1653 1658
1654 * mh-identity.el (mh-insert-identity): Refactor to use 1659 * mh-identity.el (mh-insert-identity): Refactor to use
1655 mh-insert-signature 1660 mh-insert-signature
1656 1661
1657 * mh-comp.el (mh-signature-separator-p): Removed. 1662 * mh-comp.el (mh-signature-separator-p): Removed.
1658 1663
1659 * mh-comp.el (mh-insert-signature): Merge MIME awareness from 1664 * mh-comp.el (mh-insert-signature): Merge MIME awareness from
@@ -1724,8 +1729,8 @@
1724 * mh-funcs.el (mh-undo-folder): Ditto. 1729 * mh-funcs.el (mh-undo-folder): Ditto.
1725 1730
1726 * mh-mime.el (mh-mime-save-parts): Ditto. 1731 * mh-mime.el (mh-mime-save-parts): Ditto.
1727 1732
1728 * mh-seq.el (mh-subject-to-sequence-unthreaded) 1733 * mh-seq.el (mh-subject-to-sequence-unthreaded)
1729 (mh-narrow-to-subject, mh-delete-subject): Ditto. 1734 (mh-narrow-to-subject, mh-delete-subject): Ditto.
1730 1735
1731 * mh-index.el (mh-index-sequenced-messages) 1736 * mh-index.el (mh-index-sequenced-messages)
@@ -2021,7 +2026,7 @@
2021 (mh-unit-equal): New function that throws an error if RESULT 2026 (mh-unit-equal): New function that throws an error if RESULT
2022 doesn't equal EXPECTED. 2027 doesn't equal EXPECTED.
2023 (mh-unit): Call mh-unit-x-image-url-cache-canonicalize. 2028 (mh-unit): Call mh-unit-x-image-url-cache-canonicalize.
2024 2029
20252003-07-29 Satyaki Das <satyakid@stanford.edu> 20302003-07-29 Satyaki Das <satyakid@stanford.edu>
2026 2031
2027 * mh-unit.el (mh-unit-update-call-graph): Make the function work 2032 * mh-unit.el (mh-unit-update-call-graph): Make the function work
@@ -2159,10 +2164,10 @@
2159 hoping to quote the hint `t' but checkdoc wouldn't let me. 2164 hoping to quote the hint `t' but checkdoc wouldn't let me.
2160 (mh-note-deleted, mh-note-refiled, mh-note-cur): Moved to Scan 2165 (mh-note-deleted, mh-note-refiled, mh-note-cur): Moved to Scan
2161 Line Formats section. 2166 Line Formats section.
2162 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp) 2167 (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
2163 (mh-scan-refiled-msg-regexp, mh-scan-valid-regexp) 2168 (mh-scan-refiled-msg-regexp, mh-scan-valid-regexp)
2164 (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp) 2169 (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)
2165 (mh-scan-rcpt-regexp, mh-scan-body-regexp) 2170 (mh-scan-rcpt-regexp, mh-scan-body-regexp)
2166 (mh-scan-subject-regexp, mh-scan-format-regexp): Cleaned 2171 (mh-scan-subject-regexp, mh-scan-format-regexp): Cleaned
2167 up docstrings (changed phrases to sentences). 2172 up docstrings (changed phrases to sentences).
2168 (mh-scan-cur-msg-regexp): Marked this variable as obsolete; it 2173 (mh-scan-cur-msg-regexp): Marked this variable as obsolete; it
@@ -2350,7 +2355,7 @@
2350 * mh-utils.el (mh-replace-in-string): New function name instead of 2355 * mh-utils.el (mh-replace-in-string): New function name instead of
2351 `dired-replace-in-string'. 2356 `dired-replace-in-string'.
2352 * mh-alias.el (mh-alias-gcos-name): Use it. 2357 * mh-alias.el (mh-alias-gcos-name): Use it.
2353 2358
2354 * mh-alias.el (mh-alias-apropos): New command. Show all aliases 2359 * mh-alias.el (mh-alias-apropos): New command. Show all aliases
2355 that match REGEXP either in name or content. 2360 that match REGEXP either in name or content.
2356 2361
@@ -2374,7 +2379,7 @@
23742003-06-02 Peter S Galbraith <psg@debian.org> 23792003-06-02 Peter S Galbraith <psg@debian.org>
2375 2380
2376 * mh-utils.el (dired-replace-in-string): Bind if not already 2381 * mh-utils.el (dired-replace-in-string): Bind if not already
2377 defined. Borrowed from dired.el 2382 defined. Borrowed from dired.el
2378 2383
2379 * mh-alias.el (mh-alias-gcos-name): switch to using 2384 * mh-alias.el (mh-alias-gcos-name): switch to using
2380 dired-replace-in-string. 2385 dired-replace-in-string.
@@ -2425,7 +2430,7 @@
2425 second time. I have wrapped the value around \b word delimiters. 2430 second time. I have wrapped the value around \b word delimiters.
2426 Hope there are no side effects for other code. 2431 Hope there are no side effects for other code.
2427 2432
2428 * mh-comp.el (mh-insert-auto-fields): Attempt regardless of 2433 * mh-comp.el (mh-insert-auto-fields): Attempt regardless of
2429 `mh-insert-auto-fields-done-local' flag in interactive use. 2434 `mh-insert-auto-fields-done-local' flag in interactive use.
2430 2435
2431 * mh-comp.el (mh-insert-auto-fields-done-local): Keep track of 2436 * mh-comp.el (mh-insert-auto-fields-done-local): Keep track of
@@ -3153,7 +3158,7 @@
3153 * mh-e.el (mh-folder-map): Add "F'" to the map for 3158 * mh-e.el (mh-folder-map): Add "F'" to the map for
3154 mh-index-ticked-messages. 3159 mh-index-ticked-messages.
3155 (mh-help-messages): Replace broken [t]hread with [n]ew messages. 3160 (mh-help-messages): Replace broken [t]hread with [n]ew messages.
3156 3161
3157 * mh-customize.el (mh-index-ticked-messages-folders): New user 3162 * mh-customize.el (mh-index-ticked-messages-folders): New user
3158 customizable flag that controls the folders to be searched by 3163 customizable flag that controls the folders to be searched by
3159 mh-index-ticked-messages. 3164 mh-index-ticked-messages.
@@ -3224,7 +3229,7 @@
3224 * mh-unit.el (mh-unit): As it turns out, lm-crack-copyright has 3229 * mh-unit.el (mh-unit): As it turns out, lm-crack-copyright has
3225 been updated to handle multiple-line copyrights in 21.3, so 3230 been updated to handle multiple-line copyrights in 21.3, so
3226 updated code to run lm-verify only if user has 21.3 or greater. 3231 updated code to run lm-verify only if user has 21.3 or greater.
3227 Delete buffers after use, unless user already had buffer open. 3232 Delete buffers after use, unless user already had buffer open.
3228 3233
32292003-04-27 Satyaki Das <satyakid@stanford.edu> 32342003-04-27 Satyaki Das <satyakid@stanford.edu>
3230 3235
@@ -3433,7 +3438,7 @@
3433 'mh-customize'. 3438 'mh-customize'.
3434 3439
3435 * mh-customize.el: Require 'mh-xemacs-icons' instead of 3440 * mh-customize.el: Require 'mh-xemacs-icons' instead of
3436 'mh-xemacs-toolbar'. 3441 'mh-xemacs-toolbar'.
3437 3442
34382003-04-17 Peter S Galbraith <psg@debian.org> 34432003-04-17 Peter S Galbraith <psg@debian.org>
3439 3444
@@ -10928,9 +10933,9 @@
10928 $(EMACS_HOME)/src. 10933 $(EMACS_HOME)/src.
10929 (dist): Leave release in current directory. 10934 (dist): Leave release in current directory.
10930 10935
10931 10936
10932Copyright (C) 2003, 2004 Free Software Foundation, Inc. 10937Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
10933 10938
10934Copying and distribution of this file, with or without modification, 10939Copying and distribution of this file, with or without modification,
10935are permitted in any medium without royalty provided the copyright 10940are permitted in any medium without royalty provided the copyright
10936notice and this notice are preserved. 10941notice and this notice are preserved.