# HG changeset patch # User Juanma Barranquero # Date 1172667694 0 # Node ID 121fd51d6c1396566b25bf531796e6f80331bd64 # Parent 2806691576cd57be1466ba0eee945579fef2b087 *** empty log message *** diff -r 2806691576cd -r 121fd51d6c13 lisp/ChangeLog --- a/lisp/ChangeLog Wed Feb 28 12:50:43 2007 +0000 +++ b/lisp/ChangeLog Wed Feb 28 13:01:34 2007 +0000 @@ -1,3 +1,7 @@ +2007-02-28 Juanma Barranquero + + * help.el (where-is): Fail gracefully when not passed a command. + 2007-02-28 Stuart Herring (tiny change) * find-lisp.el (find-lisp-default-directory-predicate): @@ -25,26 +29,23 @@ 2007-02-27 Ken Manheimer - * 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 * 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 - * 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. - -2007-02-26 Andrey Zhdanov (tiny change) + (gud, gud-menu-map): Remove references to bash/bashdb. + +2007-02-26 Andrey Zhdanov (tiny change) (gud-pdb-marker-regexp): Add optional keyword for Python 2.5.