/[emacs]/emacs/lisp/mh-e/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/mh-e/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by wl, Fri Mar 25 09:51:55 2005 UTC revision 1.16 by kfstorm, Fri Apr 8 11:57:05 2005 UTC
# Line 85  Line 85 
85  2004-08-15  Bill Wohler  <wohler@newt.com>  2004-08-15  Bill Wohler  <wohler@newt.com>
86    
87          * Released MH-E version 7.4.80.          * Released MH-E version 7.4.80.
88        
89          * MH-E-NEWS, README: Updated for release 7.4.80.          * MH-E-NEWS, README: Updated for release 7.4.80.
90        
91          * mh-e.el (Version, mh-version): Updated for release 7.4.80.          * mh-e.el (Version, mh-version): Updated for release 7.4.80.
92            
93  2004-08-15  Bill Wohler  <wohler@newt.com>  2004-08-15  Bill Wohler  <wohler@newt.com>
94    
95          * mh-funcs.el, mh-gnus.el, mh-inc.el, mh-init.el, mh-junk.el,          * 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.          mh-pick.el, mh-print.el, mh-xemacs.el: Added 2004 to Copyright.
97    
98          * mh-acros.el, mh-alias.el: Checkdoc fixes.          * mh-acros.el, mh-alias.el: Checkdoc fixes.
99            
100  2004-08-12  Satyaki Das  <satyaki@theforce.stanford.edu>  2004-08-12  Satyaki Das  <satyaki@theforce.stanford.edu>
101    
102          * mh-acros.el (cl): Load cl in this file. That is all right, since          * mh-acros.el (cl): Load cl in this file. That is all right, since
# Line 130  Line 130 
130          do a good job of suppressing compilation warnings in 21.3 and CVS          do a good job of suppressing compilation warnings in 21.3 and CVS
131          Emacs (21.4). This replaces (require 'cl) or (require          Emacs (21.4). This replaces (require 'cl) or (require
132          'utils) (mh-require-cl) calls:          'utils) (mh-require-cl) calls:
133            
134            (eval-when-compile (require 'mh-acros))            (eval-when-compile (require 'mh-acros))
135            (mh-require-cl)            (mh-require-cl)
136    
# Line 151  Line 151 
151    
152          * mh-seq.el (mh-thread-message, mh-thread-container): Use          * mh-seq.el (mh-thread-message, mh-thread-container): Use
153          mh-defstruct instead of defstruct.          mh-defstruct instead of defstruct.
154          (mh-thread-id-container, mh-thread-get-message-container)          (mh-thread-id-container, mh-thread-get-message-container)
155          (mh-thread-get-message): Use the slightly different structure          (mh-thread-get-message): Use the slightly different structure
156          constructor function.          constructor function.
157    
# Line 240  Line 240 
240          programs are run in background. Running in foreground can be slow.          programs are run in background. Running in foreground can be slow.
241          Defaults to nil to spare machines with little memory.          Defaults to nil to spare machines with little memory.
242    
243          * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)          * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist)
244          (mh-bogofilter-whitelist, mh-spamprobe-blacklist)          (mh-bogofilter-whitelist, mh-spamprobe-blacklist)
245          (mh-spamprobe-whitelist): Use new option mh-junk-background.          (mh-spamprobe-whitelist): Use new option mh-junk-background.
246    
247  2004-07-25  Satyaki Das  <satyaki@theforce.stanford.edu>  2004-07-25  Satyaki Das  <satyaki@theforce.stanford.edu>
# Line 266  Line 266 
266          * mh-customize.el (mh-invisible-header-fields-internal): Added          * mh-customize.el (mh-invisible-header-fields-internal): Added
267          header fields emitted by T-Mobile picture phones (X-Mms-*, and          header fields emitted by T-Mobile picture phones (X-Mms-*, and
268          commented out X-Operator field saying it's like X-Mailer).          commented out X-Operator field saying it's like X-Mailer).
269            
270  2004-07-12  Bill Wohler  <wohler@newt.com>  2004-07-12  Bill Wohler  <wohler@newt.com>
271    
272          * mh-gnus.el: Set local variables indent-tabs-mode and          * mh-gnus.el: Set local variables indent-tabs-mode and
# Line 306  Line 306 
306    
307          * mh-init.el (mh-variant-set, mh-sys-path, mh-variant-mu-mh-info):          * mh-init.el (mh-variant-set, mh-sys-path, mh-variant-mu-mh-info):
308          Prefer GNU mailutils over GNU Mailutils MH.          Prefer GNU mailutils over GNU Mailutils MH.
309            
310          * mh-comp.el (sc-cite-original, mh-smail, mh-smail-batch)          * mh-comp.el (sc-cite-original, mh-smail, mh-smail-batch)
311          (mh-edit-again, mh-extract-rejected-mail, mh-forward)          (mh-edit-again, mh-extract-rejected-mail, mh-forward)
312          (mh-smail-other-window, mh-reply, mh-send, mh-send-other-window):          (mh-smail-other-window, mh-reply, mh-send, mh-send-other-window):
# Line 325  Line 325 
325          * MH-E-NEWS, README: Updated for release 7.4.4.          * MH-E-NEWS, README: Updated for release 7.4.4.
326    
327          * mh-e.el (Version, mh-version): Updated for release 7.4.4.          * mh-e.el (Version, mh-version): Updated for release 7.4.4.
328            
329          * This patch release contains the following patches:          This patch release contains the following patches:
330    
331          * mh-xemacs.el: New file from concatenation of mh-xemacs-compat.el          * mh-xemacs.el: New file from concatenation of mh-xemacs-compat.el
332          and mh-xemacs-icons.el which were removed since their names          and mh-xemacs-icons.el which were removed since their names
# Line 390  Line 390 
390          (require 'mouse): To shush compiler.          (require 'mouse): To shush compiler.
391    
392          * Use new function mh-require-cl throughout.          * Use new function mh-require-cl throughout.
393            
394          * Add arch taglines (courtesy Miles Bader).          * Add arch taglines (courtesy Miles Bader).
395            
396          * mh-unit.el (mh-unit-files): Replaced mh-xemacs-compat.el and          * mh-unit.el (mh-unit-files): Replaced mh-xemacs-compat.el and
397          mh-xemacs-icons.el with mh-xemacs.el.          mh-xemacs-icons.el with mh-xemacs.el.
398    
# Line 409  Line 409 
409    
410  2004-07-07  Stephen Gildea  2004-07-07  Stephen Gildea
411    
412          * mh-customize.el (mh-invisible-header-fields-internal):          * mh-customize.el (mh-invisible-header-fields-internal):
413          Add X-Greylist, X-Source*, and X-WebTV-Signature.          Add X-Greylist, X-Source*, and X-WebTV-Signature.
414          Replace specific X-Spam-* headers with general pattern.          Replace specific X-Spam-* headers with general pattern.
415            
416  2004-06-15  Bill Wohler  <wohler@newt.com>  2004-06-15  Bill Wohler  <wohler@newt.com>
417    
418          * README: Vladimir Ivanovic reports that mh-rmail works with          * README: Vladimir Ivanovic reports that mh-rmail works with
# Line 438  Line 438 
438    
439  2004-04-07  Satyaki Das  <satyaki@theforce.stanford.edu>  2004-04-07  Satyaki Das  <satyaki@theforce.stanford.edu>
440    
441          * mh-mime.el (mh-insert-mime-button)          * mh-mime.el (mh-insert-mime-button)
442          (mh-insert-mime-security-button): Add evaporate property to          (mh-insert-mime-security-button): Add evaporate property to
443          overlays used in MIME part buttons.  This avoids problems with          overlays used in MIME part buttons.  This avoids problems with
444          CVS Emacs.          CVS Emacs.
# Line 459  Line 459 
459    
460  2003-12-26  Jeffrey C Honig  <jch@honig.net>  2003-12-26  Jeffrey C Honig  <jch@honig.net>
461    
462          * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist)          * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist)
463          (mh-spamassassin-blacklist, mh-spamassassin-blacklist)          (mh-spamassassin-blacklist, mh-spamassassin-blacklist)
464          (mh-spamassassin-blacklist, mh-spamassassin-whitelist)          (mh-spamassassin-blacklist, mh-spamassassin-whitelist)
465          (mh-spamassassin-whitelist, mh-bogofilter-blacklist)          (mh-spamassassin-whitelist, mh-bogofilter-blacklist)
466          (mh-spamprobe-blacklist): Add progress messages.  Change "Couldn't"          (mh-spamprobe-blacklist): Add progress messages.  Change "Couldn't"
467          to "Unable" in error messages.  Run bogofilter and spamprobe in          to "Unable" in error messages.  Run bogofilter and spamprobe in
468          the foreground to prevent a large number of processes from          the foreground to prevent a large number of processes from
# Line 536  Line 536 
536          * MH-E-NEWS, README: Updated for release 7.4.3.          * MH-E-NEWS, README: Updated for release 7.4.3.
537    
538          * mh-e.el (Version, mh-version): Updated for release 7.4.3.          * mh-e.el (Version, mh-version): Updated for release 7.4.3.
539            
540          * This patch release contains the following two patches:          * This patch release contains the following two patches:
541            
542          * mh-identity.el (mh-identity-make-menu): Removed condition on          * mh-identity.el (mh-identity-make-menu): Removed condition on
543          mh-auto-fields-list. Use it to enable or disable menu item          mh-auto-fields-list. Use it to enable or disable menu item
544          instead.          instead.
# Line 576  Line 576 
576    
577  2003-11-14  Mark D. Baushke  <mdb@gnu.org>  2003-11-14  Mark D. Baushke  <mdb@gnu.org>
578    
579          * mh-customize.el (mh-invisible-header-fields-internal):          * mh-customize.el (mh-invisible-header-fields-internal):
580          Add X-AntiAbuse and X-MailScanner.          Add X-AntiAbuse and X-MailScanner.
581          (Patch from Stephen Gildea.)          (Patch from Stephen Gildea.)
582            
583  2003-11-13  Peter S Galbraith  <psg@debian.org>  2003-11-13  Peter S Galbraith  <psg@debian.org>
584    
585          * mh-identity.el (mh-identity-handler-attribution-verb): New          * mh-identity.el (mh-identity-handler-attribution-verb): New
# Line 689  Line 689 
689    
690  2003-11-02  Jeffrey C Honig  <jch@honig.net>  2003-11-02  Jeffrey C Honig  <jch@honig.net>
691    
692          * mh-loaddefs.el: Regenerated.            * mh-loaddefs.el: Regenerated.
693    
694          * mh-funcs.el (mh-print-msg): Move to mh-print.el.          * mh-funcs.el (mh-print-msg): Move to mh-print.el.
695    
696          * mh-e.el (mh-folder-mode-map): Add mh-print-msg ("l") back, it          * mh-e.el (mh-folder-mode-map): Add mh-print-msg ("l") back, it
697          will print a message that this usage is deprecated.          will print a message that this usage is deprecated.
698    
699          * mh-print.el (require, mh-ps-print-msg, mh-ps-print-msg-file):          * 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          Require mh-funcs for mh-note-printed.  PS print functions were not
701          setting the printed notation.  Move mh-print-msg here for          setting the printed notation.  Move mh-print-msg here for
702          consistency.  Print message if mh-print-msg invoked via deprecated          consistency.  Print message if mh-print-msg invoked via deprecated
# Line 790  Line 790 
790          (custom-load.elc): Allow for '-no-autoloads'.          (custom-load.elc): Allow for '-no-autoloads'.
791          (compile-xemacs): New.  It allows for the '-no-autoloads' option          (compile-xemacs): New.  It allows for the '-no-autoloads' option
792          and byte-compiles all the source files with a single instance of          and byte-compiles all the source files with a single instance of
793          XEmacs.          XEmacs.
794    
795          * mh-e.el (mh-folder-mode): Only load the toolbar in XEmacs if          * mh-e.el (mh-folder-mode): Only load the toolbar in XEmacs if
796          toolbar support is available.          toolbar support is available.
# Line 874  Line 874 
874  2003-10-09  Peter S Galbraith  <psg@debian.org>  2003-10-09  Peter S Galbraith  <psg@debian.org>
875    
876          * mh-customize.el (mail-citation-hook): Moved from mh-comp.el and          * mh-customize.el (mail-citation-hook): Moved from mh-comp.el and
877          made into a defcustom.          made into a defcustom.
878    
879  2003-10-09  Satyaki Das  <satyakid@stanford.edu>  2003-10-09  Satyaki Das  <satyakid@stanford.edu>
880    
# Line 938  Line 938 
938          parenthetical comment.          parenthetical comment.
939    
940          * mh-loaddefs.el: Regenerated.          * mh-loaddefs.el: Regenerated.
941            
942          * mh-customize.el (mh-mml-method-default): What method should be          * mh-customize.el (mh-mml-method-default): What method should be
943          used in secure directives.          used in secure directives.
944            
945          * mh-mime.el (mh-secure-message): New function used to generate          * mh-mime.el (mh-secure-message): New function used to generate
946          the mml security tags.          the mml security tags.
947          (mh-mml-unsecure-message): New wrapper function around          (mh-mml-unsecure-message): New wrapper function around
# Line 1061  Line 1061 
1061    
1062          * mh-customize.el (mh-identity-handlers): New defcustom.  Alist of          * mh-customize.el (mh-identity-handlers): New defcustom.  Alist of
1063          Handler functions for mh-identity (downcased) fields.          Handler functions for mh-identity (downcased) fields.
1064          (mh-identity-list): Add support for pgg-default-user-id.                  (mh-identity-list): Add support for pgg-default-user-id.
1065    
1066          * mh-identity.el (mh-insert-identity): Modified to use          * mh-identity.el (mh-insert-identity): Modified to use
1067          `mh-identity-handlers', adding hacking flexibility for those who          `mh-identity-handlers', adding hacking flexibility for those who
# Line 1084  Line 1084 
1084          (mh-header-field-delete): Make more robust wrt the field having a          (mh-header-field-delete): Make more robust wrt the field having a
1085          trailing colon or not.          trailing colon or not.
1086          (mh-identity-make-menu): Add a "Customize Identities" menu entry.          (mh-identity-make-menu): Add a "Customize Identities" menu entry.
1087            
1088          * mh-loaddefs.el: Regenerated.          * mh-loaddefs.el: Regenerated.
1089    
1090  2003-09-21  Peter S Galbraith  <psg@debian.org>  2003-09-21  Peter S Galbraith  <psg@debian.org>
# Line 1093  Line 1093 
1093          with version numbers.          with version numbers.
1094    
1095          * mh-e.el (mh-scan-format): patch from Sergey Poznyakoff.          * mh-e.el (mh-scan-format): patch from Sergey Poznyakoff.
1096          GNU mailutils now supports the %(decode) format          GNU mailutils now supports the %(decode) format
1097    
1098  2003-09-20  Satyaki Das  <satyakid@stanford.edu>  2003-09-20  Satyaki Das  <satyakid@stanford.edu>
1099    
# Line 1422  Line 1422 
1422          * mh-utils.el (mh-find-path): Run setup code only if          * 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.          `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'.          Also remove the `setq' for `read-mail-command' and `mail-user-agent'.
1425            
1426  2003-08-18  Peter S Galbraith  <psg@debian.org>  2003-08-18  Peter S Galbraith  <psg@debian.org>
1427    
1428          * mh-e.el: require 'mh-utils first          * mh-e.el: require 'mh-utils first
# Line 1441  Line 1441 
1441          (mh-path-search): Deleted.  Was only used by `mh-find-progs'.          (mh-path-search): Deleted.  Was only used by `mh-find-progs'.
1442    
1443          * mh-e.el: require mh-init.el.          * mh-e.el: require mh-init.el.
1444          (mh-version): Use simpler `mh-variant-in-use'.            (mh-version): Use simpler `mh-variant-in-use'.
1445          (mh-scan-format): Use (mh-variant-p 'nmh) instead of mh-nmh-flag.          (mh-scan-format): Use (mh-variant-p 'nmh) instead of mh-nmh-flag.
1446    
1447          * mh-comp.el (mh-insert-x-mailer): Use simpler `mh-variant-in-use'.          * mh-comp.el (mh-insert-x-mailer): Use simpler `mh-variant-in-use'.
1448    
1449          * mh-utils.el (mh-progs, mh-lib, mh-lib-progs)          * mh-utils.el (mh-progs, mh-lib, mh-lib-progs)
1450          (mh-flists-present-flag): Moved to mh-init.el.          (mh-flists-present-flag): Moved to mh-init.el.
1451          (mh-nmh-flag): Deleted.  Use (mh-variant-p 'nmh) instead.          (mh-nmh-flag): Deleted.  Use (mh-variant-p 'nmh) instead.
1452    
1453          * mh-comp.el (mh-repl-group-formfile, mh-forward, mh-reply)          * 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.          (mh-send-letter): Use (mh-variant-p 'nmh) instead of mh-nmh-flag.
1455    
1456          * mh-mime.el (mh-edit-mhn, mh-mime-save-parts): Use (mh-variant-p          * mh-mime.el (mh-edit-mhn, mh-mime-save-parts): Use (mh-variant-p
# Line 1484  Line 1484 
1484          (mh-variant-in-use, mh-variant-p): Developers may check which          (mh-variant-in-use, mh-variant-p): Developers may check which
1485          variant is currently in use with the variable `mh-variant-in-use'          variant is currently in use with the variable `mh-variant-in-use'
1486          or the function `mh-variant-p'.          or the function `mh-variant-p'.
1487            
1488  2003-08-15  Bill Wohler  <wohler@newt.com>  2003-08-15  Bill Wohler  <wohler@newt.com>
1489    
1490          * mh-customize.el (mh-auto-fields-list): The manual uses Fcc          * mh-customize.el (mh-auto-fields-list): The manual uses Fcc
# Line 1653  Line 1653 
1653    
1654          * mh-identity.el (mh-insert-identity): Refactor to use          * mh-identity.el (mh-insert-identity): Refactor to use
1655          mh-insert-signature          mh-insert-signature
1656            
1657          * mh-comp.el (mh-signature-separator-p): Removed.          * mh-comp.el (mh-signature-separator-p): Removed.
1658    
1659          * mh-comp.el (mh-insert-signature): Merge MIME awareness from          * mh-comp.el (mh-insert-signature): Merge MIME awareness from
# Line 1724  Line 1724 
1724          * mh-funcs.el (mh-undo-folder): Ditto.          * mh-funcs.el (mh-undo-folder): Ditto.
1725    
1726          * mh-mime.el (mh-mime-save-parts): Ditto.          * mh-mime.el (mh-mime-save-parts): Ditto.
1727            
1728          * mh-seq.el (mh-subject-to-sequence-unthreaded)          * mh-seq.el (mh-subject-to-sequence-unthreaded)
1729          (mh-narrow-to-subject, mh-delete-subject): Ditto.          (mh-narrow-to-subject, mh-delete-subject): Ditto.
1730    
1731          * mh-index.el (mh-index-sequenced-messages)          * mh-index.el (mh-index-sequenced-messages)
# Line 2021  Line 2021 
2021          (mh-unit-equal): New function that throws an error if RESULT          (mh-unit-equal): New function that throws an error if RESULT
2022          doesn't equal EXPECTED.          doesn't equal EXPECTED.
2023          (mh-unit): Call mh-unit-x-image-url-cache-canonicalize.          (mh-unit): Call mh-unit-x-image-url-cache-canonicalize.
2024            
2025  2003-07-29  Satyaki Das  <satyakid@stanford.edu>  2003-07-29  Satyaki Das  <satyakid@stanford.edu>
2026    
2027          * mh-unit.el (mh-unit-update-call-graph): Make the function work          * mh-unit.el (mh-unit-update-call-graph): Make the function work
# Line 2159  Line 2159 
2159          hoping to quote the hint `t' but checkdoc wouldn't let me.          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          (mh-note-deleted, mh-note-refiled, mh-note-cur): Moved to Scan
2161          Line Formats section.          Line Formats section.
2162          (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)          (mh-scan-good-msg-regexp, mh-scan-deleted-msg-regexp)
2163          (mh-scan-refiled-msg-regexp, mh-scan-valid-regexp)          (mh-scan-refiled-msg-regexp, mh-scan-valid-regexp)
2164          (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)          (mh-scan-cur-msg-number-regexp, mh-scan-date-regexp)
2165          (mh-scan-rcpt-regexp, mh-scan-body-regexp)          (mh-scan-rcpt-regexp, mh-scan-body-regexp)
2166          (mh-scan-subject-regexp, mh-scan-format-regexp): Cleaned          (mh-scan-subject-regexp, mh-scan-format-regexp): Cleaned
2167          up docstrings (changed phrases to sentences).          up docstrings (changed phrases to sentences).
2168          (mh-scan-cur-msg-regexp): Marked this variable as obsolete; it          (mh-scan-cur-msg-regexp): Marked this variable as obsolete; it
# Line 2350  Line 2350 
2350          * mh-utils.el (mh-replace-in-string): New function name instead of          * mh-utils.el (mh-replace-in-string): New function name instead of
2351          `dired-replace-in-string'.          `dired-replace-in-string'.
2352          * mh-alias.el (mh-alias-gcos-name): Use it.          * mh-alias.el (mh-alias-gcos-name): Use it.
2353            
2354          * mh-alias.el (mh-alias-apropos): New command. Show all aliases          * mh-alias.el (mh-alias-apropos): New command. Show all aliases
2355          that match REGEXP either in name or content.          that match REGEXP either in name or content.
2356    
# Line 2374  Line 2374 
2374  2003-06-02  Peter S Galbraith  <psg@debian.org>  2003-06-02  Peter S Galbraith  <psg@debian.org>
2375    
2376          * mh-utils.el (dired-replace-in-string): Bind if not already          * mh-utils.el (dired-replace-in-string): Bind if not already
2377          defined.  Borrowed from dired.el          defined.  Borrowed from dired.el
2378    
2379          * mh-alias.el (mh-alias-gcos-name): switch to using          * mh-alias.el (mh-alias-gcos-name): switch to using
2380          dired-replace-in-string.          dired-replace-in-string.
# Line 2425  Line 2425 
2425          second time.  I have wrapped the value around \b word delimiters.          second time.  I have wrapped the value around \b word delimiters.
2426          Hope there are no side effects for other code.          Hope there are no side effects for other code.
2427    
2428          * mh-comp.el (mh-insert-auto-fields): Attempt regardless of          * mh-comp.el (mh-insert-auto-fields): Attempt regardless of
2429          `mh-insert-auto-fields-done-local' flag in interactive use.          `mh-insert-auto-fields-done-local' flag in interactive use.
2430    
2431          * mh-comp.el (mh-insert-auto-fields-done-local): Keep track of          * mh-comp.el (mh-insert-auto-fields-done-local): Keep track of
# Line 3153  Line 3153 
3153          * mh-e.el (mh-folder-map): Add "F'" to the map for          * mh-e.el (mh-folder-map): Add "F'" to the map for
3154          mh-index-ticked-messages.          mh-index-ticked-messages.
3155          (mh-help-messages): Replace broken [t]hread with [n]ew messages.          (mh-help-messages): Replace broken [t]hread with [n]ew messages.
3156            
3157          * mh-customize.el (mh-index-ticked-messages-folders): New user          * mh-customize.el (mh-index-ticked-messages-folders): New user
3158          customizable flag that controls the folders to be searched by          customizable flag that controls the folders to be searched by
3159          mh-index-ticked-messages.          mh-index-ticked-messages.
# Line 3224  Line 3224 
3224          * mh-unit.el (mh-unit): As it turns out, lm-crack-copyright has          * 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          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.          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.            Delete buffers after use, unless user already had buffer open.
3228    
3229  2003-04-27  Satyaki Das  <satyakid@stanford.edu>  2003-04-27  Satyaki Das  <satyakid@stanford.edu>
3230    
# Line 3433  Line 3433 
3433          'mh-customize'.          'mh-customize'.
3434    
3435          * mh-customize.el: Require 'mh-xemacs-icons' instead of          * mh-customize.el: Require 'mh-xemacs-icons' instead of
3436          'mh-xemacs-toolbar'.          'mh-xemacs-toolbar'.
3437    
3438  2003-04-17  Peter S Galbraith  <psg@debian.org>  2003-04-17  Peter S Galbraith  <psg@debian.org>
3439    
# Line 10928  Line 10928 
10928          $(EMACS_HOME)/src.          $(EMACS_HOME)/src.
10929          (dist): Leave release in current directory.          (dist): Leave release in current directory.
10930    
10931    
10932  Copyright (C) 2003, 2004 Free Software Foundation, Inc.  Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
10933            
10934  Copying and distribution of this file, with or without modification,  Copying and distribution of this file, with or without modification,
10935  are permitted in any medium without royalty provided the copyright  are permitted in any medium without royalty provided the copyright
10936  notice and this notice are preserved.  notice and this notice are preserved.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26