changeset 76233:121fd51d6c13

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 28 Feb 2007 13:01:34 +0000
parents 2806691576cd
children 8e2b98658b15
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
-
-2007-02-26  Andrey Zhdanov  <susuman@hotmail.com> (tiny change)
+	(gud, gud-menu-map): Remove references to bash/bashdb.
+
+2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
 
 	(gud-pdb-marker-regexp): Add optional <module> keyword for Python 2.5.