emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-utils.el mh-e.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-utils.el mh-e.el ChangeLog
Date: Mon, 16 Jan 2006 05:41:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/01/16 05:41:26

Modified files:
        lisp/mh-e      : mh-utils.el mh-e.el ChangeLog 

Log message:
        * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
        mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to / g.
        
        * mh-utils.el (mh-show-limit-map): Ditto.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-utils.el.diff?tr1=1.41&tr2=1.42&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-e.el.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.118&tr2=1.119&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.118 emacs/lisp/mh-e/ChangeLog:1.119
--- emacs/lisp/mh-e/ChangeLog:1.118     Sun Jan 15 18:27:26 2006
+++ emacs/lisp/mh-e/ChangeLog   Mon Jan 16 05:41:26 2006
@@ -1,5 +1,11 @@
 2006-01-15  Bill Wohler  <address@hidden>
 
+       * mh-e.el (mh-limit-map, mh-help-messages): Change keybinding of
+       mh-narrow-to-from from / f to / m; mh-narrow-to-range from / r to
+       / g.
+
+       * mh-utils.el (mh-show-limit-map): Ditto.
+
        * mh-exec.el: Require mh-acros, mh-buffers, and mh-utils for
        standalone compile.
        (mh-progs, mh-lib, mh-lib-progs): Move here from mh-init.el.
Index: emacs/lisp/mh-e/mh-e.el
diff -u emacs/lisp/mh-e/mh-e.el:1.55 emacs/lisp/mh-e/mh-e.el:1.56
--- emacs/lisp/mh-e/mh-e.el:1.55        Sun Jan 15 08:17:55 2006
+++ emacs/lisp/mh-e/mh-e.el     Mon Jan 16 05:41:26 2006
@@ -2756,8 +2756,8 @@
   "'"           mh-narrow-to-tick
   "?"           mh-prefix-help
   "c"           mh-narrow-to-cc
-  "f"           mh-narrow-to-from
-  "r"           mh-narrow-to-range
+  "g"           mh-narrow-to-range
+  "m"           mh-narrow-to-from
   "s"           mh-narrow-to-subject
   "t"           mh-narrow-to-to
   "w"           mh-widen)
@@ -2815,7 +2815,7 @@
          "\n [T]hread, [/]limit, e[X]tract, [D]igest, [I]nc spools.")
 
     (?F "[l]ist; [v]isit folder;\n"
-        "[n]ew messages; [']ticked messages; [s]earch; [i]ndexed search;\n"
+        "[n]ew messages; [']ticked messages; [s]earch;\n"
         "[p]ack; [S]ort; [r]escan; [k]ill")
     (?P "[p]rint message to [f]ile; old-style [l]pr printing;\n"
         "Toggle printing of [C]olors, [F]aces")
@@ -2823,7 +2823,7 @@
         "[s]equences, [l]ist,\n"
         "[d]elete message from sequence, [k]ill sequence")
     (?T "[t]oggle, [d]elete, [o]refile thread")
-    (?/ "Limit to [c]c, [f]rom, [r]ange, [s]ubject, [t]o; [w]iden")
+    (?/ "Limit to [c]c, ran[g]e, fro[m], [s]ubject, [t]o; [w]iden")
     (?X "un[s]har, [u]udecode message")
     (?D "[b]urst digest")
     (?K "[v]iew, [i]nline, [o]utput/save MIME part; save [a]ll parts; \n"
Index: emacs/lisp/mh-e/mh-utils.el
diff -u emacs/lisp/mh-e/mh-utils.el:1.41 emacs/lisp/mh-e/mh-utils.el:1.42
--- emacs/lisp/mh-e/mh-utils.el:1.41    Sun Jan 15 08:17:55 2006
+++ emacs/lisp/mh-e/mh-utils.el Mon Jan 16 05:41:26 2006
@@ -1000,8 +1000,8 @@
   "'"    mh-show-narrow-to-tick
   "?"    mh-prefix-help
   "c"    mh-show-narrow-to-cc
-  "f"    mh-show-narrow-to-from
-  "r"    mh-show-narrow-to-range
+  "g"    mh-show-narrow-to-range
+  "m"    mh-show-narrow-to-from
   "s"    mh-show-narrow-to-subject
   "t"    mh-show-narrow-to-to
   "w"    mh-show-widen)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]