changeset 92509:09c099d1605a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 05 Mar 2008 12:00:46 +0000
parents 15c28c0ed14e
children 509eb3e6b0dc
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Mar 05 11:56:56 2008 +0000
+++ b/lisp/ChangeLog	Wed Mar 05 12:00:46 2008 +0000
@@ -1,3 +1,13 @@
+2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
+
+	* iswitchb.el: Don't check for `cadr' and `last'.
+	(iswitchb-define-mode-map, iswitchb-default-keybindings):
+	Add obsolescence declaration and remove redundant info from docstring.
+	(iswitchb-set-common-completion, iswitchb-set-matches)
+	(iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
+	(recentf-list, most-len, most-is-exact):
+	Don't wrap defvars within `eval-when-compile'.
+
 2008-03-05  Glenn Morris  <rgm@gnu.org>
 
 	* ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
@@ -40,7 +50,7 @@
 
 	* progmodes/compile.el (compilation-menu-map):
 	(compilation-mode-map):
-	* progmodes/grep.el (grep-mode-map):  Add :help.
+	* progmodes/grep.el (grep-mode-map): Add :help.
 
 	* emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
 	initialize in one step.  Add :help.  Use :enable to activate menu
@@ -51,7 +61,7 @@
 
 	* ediff-init.el (ediff-color-display-p): Simplify.
 	(Xor): Remove unused function.
-	(ediff-with-syntax-table): Simplify for emacs.
+	(ediff-with-syntax-table): Simplify for Emacs.
 
 	* ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
 	menu-bar being loaded, it always is.
@@ -63,8 +73,7 @@
 
 2008-03-04  Alan Mackenzie  <acm@muc.de>
 
-	* progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding
-	bug.
+	* progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
 
 	* progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
 	doc-string, "c-old-LEN" -> "c-old-END".