diff options
| author | Francesco Potortì | 2001-09-17 15:48:23 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2001-09-17 15:48:23 +0000 |
| commit | 990e1190eb0e91927268ea826ff0eb6d0a87347b (patch) | |
| tree | db9b03b82bfaf5f78d474684dbfc111071121714 /lib-src/ChangeLog | |
| parent | 76fecdffbb270e0724ac3d13d6df836723389a83 (diff) | |
| download | emacs-990e1190eb0e91927268ea826ff0eb6d0a87347b.tar.gz emacs-990e1190eb0e91927268ea826ff0eb6d0a87347b.zip | |
Etags dumped core whan using -R. Eli corrected this.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 789c3317dfd..f1636d4571f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-09-15 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * etags.c (analyse_regex): If regex_arg is NULL, return | ||
| 4 | immediately after a call to free_patterns. | ||
| 5 | |||
| 1 | 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * ebrowse.c (SEEK_END): #define if not defined by system headers. | 8 | * ebrowse.c (SEEK_END): #define if not defined by system headers. |
| @@ -35,7 +40,7 @@ | |||
| 35 | +LINE:COLUMN option. | 40 | +LINE:COLUMN option. |
| 36 | 41 | ||
| 37 | 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> | 42 | 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> |
| 38 | 43 | ||
| 39 | * emacsclient.c (main): Add support for +LINE:COLUMN command line | 44 | * emacsclient.c (main): Add support for +LINE:COLUMN command line |
| 40 | argument. | 45 | argument. |
| 41 | 46 | ||