changeset 69757:fc5d7c91100d

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 01 Apr 2006 14:32:13 +0000
parents 3a72c4c8b7ae
children 2b93f40e4545
files lisp/ChangeLog lisp/erc/ChangeLog src/ChangeLog
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Apr 01 14:31:32 2006 +0000
+++ b/lisp/ChangeLog	Sat Apr 01 14:32:13 2006 +0000
@@ -1,3 +1,8 @@
+2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
+
+	* pcomplete.el (pcomplete-show-completions): Recognize TAB on text
+	terminals.
+
 2006-04-01  Kim F. Storm  <storm@cua.dk>
 
 	* ido.el (ido-unc-hosts-cache): New defvar.
--- a/lisp/erc/ChangeLog	Sat Apr 01 14:31:32 2006 +0000
+++ b/lisp/erc/ChangeLog	Sat Apr 01 14:32:13 2006 +0000
@@ -197,7 +197,7 @@
 
 	* erc.el (erc-version-string): Release ERC 5.1.1.
 
-2006-02-03  Zhang Wei  <id.brep@gmail.com>  (tiny change)
+2006-02-03  Zhang Wei  <id.brep@gmail.com>
 
 	* erc.el (erc-version-string): Don't hard-code Emacs version.
 	(erc-version): Use emacs-version.
--- a/src/ChangeLog	Sat Apr 01 14:31:32 2006 +0000
+++ b/src/ChangeLog	Sat Apr 01 14:32:13 2006 +0000
@@ -1,3 +1,7 @@
+2006-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+	* configure: Regenerated.
+
 2006-03-31  Kenichi Handa  <handa@m17n.org>
 
 	* xfns.c (xg_set_icon): Delete superfluous UNGCPRO.