diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/.gitignore | 1 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/.gitignore b/lib-src/.gitignore index b2bdbc6cb43..c111257cc9a 100644 --- a/lib-src/.gitignore +++ b/lib-src/.gitignore | |||
| @@ -2,6 +2,7 @@ DOC | |||
| 2 | ctags.c | 2 | ctags.c |
| 3 | getopt.h | 3 | getopt.h |
| 4 | stamp_BLD | 4 | stamp_BLD |
| 5 | echolisp.tmp | ||
| 5 | 6 | ||
| 6 | oo/ | 7 | oo/ |
| 7 | oo-spd/ | 8 | oo-spd/ |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bcdfb434602..d16500a76cb 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-10-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * .gitignore: Add echolisp.tmp. | ||
| 4 | |||
| 1 | 2009-10-15 Glenn Morris <rgm@gnu.org> | 5 | 2009-10-15 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacsclient.c (print_help_and_exit): Fix bug report instructions. | 7 | * emacsclient.c (print_help_and_exit): Fix bug report instructions. |