diff options
| author | Francesco Potortì | 2005-09-27 13:26:54 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2005-09-27 13:26:54 +0000 |
| commit | 55102b5d3100b6dcb45832f9c0b9e1f13f5bdad6 (patch) | |
| tree | 62bf328b35b9c45ad0183e5769417cb822b6a1dd /lib-src/ChangeLog | |
| parent | cd0899ab44277c0d532973cf7c7a386e549c9ea0 (diff) | |
| download | emacs-55102b5d3100b6dcb45832f9c0b9e1f13f5bdad6.tar.gz emacs-55102b5d3100b6dcb45832f9c0b9e1f13f5bdad6.zip | |
Preliminary Forth support.
(prolog_pr): Cast strlen to int before comparison.
(LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that
the second argument is indeed a literal string.
(longopts, print_help, main): The -a (--append) option
can be used in ctags also; for one, the Linux make file uses it.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7d22972794f..e8bda4e21b9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-09-27 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c: Preliminary Forth support. | ||
| 4 | (prolog_pr): Cast strlen to int before comparison. | ||
| 5 | (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that | ||
| 6 | the second argument is indeed a literal string. | ||
| 7 | |||
| 8 | 2005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | ||
| 9 | |||
| 10 | * etags.c (longopts, print_help, main): The -a (--append) option | ||
| 11 | can be used in ctags also; for one, the Linux make file uses it. | ||
| 12 | |||
| 1 | 2005-09-20 Chong Yidong <cyd@stupidchicken.com> | 13 | 2005-09-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * ebrowse.c (add_sym): Compare namespace names instead of | 15 | * ebrowse.c (add_sym): Compare namespace names instead of |