*** empty log message ***

This commit is contained in:
Juanma Barranquero 2005-07-28 08:29:54 +00:00
parent 483e28ad99
commit c638055f54
4 changed files with 21 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-07-28 Juanma Barranquero <lekktu@gmail.com>
* .cvsignore: Add `data' and `site-lisp' (for in-place installs).
2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
Merge gnulib getopt implementation into Emacs.

View file

@ -1,10 +1,14 @@
2005-07-28 Juanma Barranquero <lekktu@gmail.com>
* .cvsignore: Add `icons' (for in-place installs).
2005-07-19 Juri Linkov <juri@jurta.org>
* grep.txt: New file.
2005-07-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
-R comes after i386 in setarch command.
2005-07-12 Juri Linkov <juri@jurta.org>

View file

@ -1,3 +1,11 @@
2005-07-27 Juanma Barranquero <lekktu@gmail.com>
* .cvsignore: Don't ignore fns-* and fns.el, which are no longer
generated. Ignore also ctags.c and getopt.h.
* makefile.w32-in (clean): Delete getopt.h.
(getopt.h): New rule.
2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
Merge gnulib getopt implementation into Emacs.

View file

@ -1,3 +1,7 @@
2005-07-28 Juanma Barranquero <lekktu@gmail.com>
* .cvsignore: Add `makefile' and `config.log'.
2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
Merge gnulib getopt implementation into Emacs.