This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH/readline] ChangeLog entries....


I realized that there were a couple of things that got lost from the
ChangeLogs when I did the last import. These entries got recorded only
in our internal repository, but the changes were made here as well.
It is mostly to help the next import. So it is clear what was changed
from the mailine distribution.

I know we usually don't do this, but does anybody care?

Elena


Index: ChangeLog.gdb
===================================================================
RCS file: /cvs/src/src/readline/ChangeLog.gdb,v
retrieving revision 1.1
diff -u -p -r1.1 ChangeLog.gdb
--- ChangeLog.gdb	24 Feb 2002 20:52:48 -0000	1.1
+++ ChangeLog.gdb	3 Jun 2002 21:59:37 -0000
@@ -53,12 +53,17 @@
 	(insert_some_chars) [__MSDOS__]: Don't call tputs.
 	(delete_chars) [__MSDOS__]: Don't call tputs.
 
-2000-07-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+2000-07-08  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+        * readline/readline.h: Ifdef out the export of savestring().
+        It should not have been in the distribution.
+
+2000-07-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
         * Import of readline 4.1.
 
         Locally modified files: Makefile.in, configure.in, configure
-        (regenerated), config.h.in (regenerated), readline.h, rltty.c,
+
  	shell.c signals.c.
 
         Locally added files: acconfig.h, config/*, config.h.bot,

Index: doc/ChangeLog.gdb
===================================================================
RCS file: /cvs/src/src/readline/doc/ChangeLog.gdb,v
retrieving revision 1.1
diff -u -p -r1.1 ChangeLog.gdb
--- doc/ChangeLog.gdb	24 Feb 2002 20:52:49 -0000	1.1
+++ doc/ChangeLog.gdb	3 Jun 2002 21:59:37 -0000
@@ -9,6 +9,10 @@
 
 2000-07-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
+        * Removed generated files rluserman.{dvi, info, html, ps}.
+
+2000-07-07  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
         * Import of readline 4.1.
 
         Regenerated inc-hist.texinfo as copy of hsuser.texinfo, for


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]