]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Feb 2007 13:01:34 +0000 (13:01 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 28 Feb 2007 13:01:34 +0000 (13:01 +0000)
lisp/ChangeLog

index d2824e0d5411e0c8147b8bc85a21c84711042ac9..5f18632feec22b9bed483303c2c4995d345c4d2a 100644 (file)
@@ -1,3 +1,7 @@
+2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * help.el (where-is): Fail gracefully when not passed a command.
+
 2007-02-28  Stuart Herring  <herring@lanl.gov>  (tiny change)
 
        * find-lisp.el (find-lisp-default-directory-predicate):
 
 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       * allout.el (allout-encrypt-string): Remove inhibition
-       of gpg-agent, now that pgg-gpg-process-region correctly honors
-       passed-in passphrase.
-       (allout-distinctive-bullets-string): Add info about bullet
-       conventions.
+       * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
+       now that pgg-gpg-process-region correctly honors passed-in passphrase.
+       (allout-distinctive-bullets-string): Add info about bullet conventions.
        (allout-mode): Add info about distinctive vs plain bullets.
 
 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el (org-archive-subtree): Quote variable name.
-       (org-agenda-get-todos): Make sure skip properties are checked
-       correctly.
+       (org-agenda-get-todos): Make sure skip properties are checked correctly.
 
 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
 
-       * progmodes/gud.el (gud, gud-menu-map): Remove references to bash/bashdb.
-       (gud-bashdb-history, gud-bashdb-marker-filter)
+       * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
        (gud-bashdb-command-name, bashdb): Remove.
+       (gud, gud-menu-map): Remove references to bash/bashdb.
 
-2007-02-26  Andrey Zhdanov  <susuman@hotmail.com> (tiny change)
+2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
 
        (gud-pdb-marker-regexp): Add optional <module> keyword for Python 2.5.