summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-02-28 13:01:34 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-02-28 13:01:34 +0000
commit2d24dbb50fe81d19f2a625e53ce87536ade69193 (patch)
tree9c0481406cef83aa766f65a768b104ebc5ef4907
parent463d75acd952150ac6b78efb6d8e320d5f447b00 (diff)
downloademacs-2d24dbb50fe81d19f2a625e53ce87536ade69193.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
1 files changed, 11 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d2824e0d541..5f18632feec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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):
@@ -25,26 +29,23 @@
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.