diff lisp/ChangeLog.9 @ 47499:587c549890cf

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 16 Sep 2002 06:34:04 +0000
parents 2265148ac4b2
children 1aba10ab73b4
line wrap: on
line diff
--- a/lisp/ChangeLog.9	Mon Sep 16 06:31:43 2002 +0000
+++ b/lisp/ChangeLog.9	Mon Sep 16 06:34:04 2002 +0000
@@ -3904,7 +3904,7 @@
 	* saveplace.el (save-place-alist-to-file): Removed no-effect code
 	that inserted file content only to delete it immediately.
 	Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
-	<lektu@uol.com.br> for the patch.
+	<lektu@terra.es> for the patch.
 
 2001-04-19  Stefan Monnier  <monnier@cs.yale.edu>
 
@@ -4451,7 +4451,7 @@
 
 	* bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
 	bs-cycle-configuration-name.  From Juanma Barranquero
-	<lektu@uol.com.br>.
+	<lektu@terra.es>.
 
 	* Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
 	and cc-vars.el.
@@ -5615,7 +5615,7 @@
 	* imenu.el (imenu-generic-expression): Doc fix.
 
 	* emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
-	From Juanma Barranquero.
+	From Juanma Barranquero <lektu@terra.es>.
 
 	* emacs-lisp/authors.el (authors): Expand `root' before running find.
 
@@ -5627,7 +5627,7 @@
 2001-02-08  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* which-func.el (which-func-mode): Invert which-func-mode-global.
-	From Juanma Barranquero <lektu@uol.com.br>.
+	From Juanma Barranquero <lektu@terra.es>.
 
 2001-02-08  Dave Love  <fx@gnu.org>
 
@@ -5862,7 +5862,7 @@
 	* toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
 
 	* emacs-lisp/re-builder.el (reb-update-modestring): Don't use
-	concat for integers.  From Juanma Barranquero <lektu@uol.com.br>.
+	concat for integers.  From Juanma Barranquero <lektu@terra.es>.
 
 	* term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
 	display problems.