diff options
| author | Francesco Potortì | 2007-11-20 16:17:03 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2007-11-20 16:17:03 +0000 |
| commit | 61ec9e85144dfb30deb0bc23e1bb825c8f387b58 (patch) | |
| tree | 421a20687d5e9ab283ca87f768142cefe520709e /lib-src | |
| parent | 5ef5ef3febd0a508a9fd0ea8bfc916803fc6bac6 (diff) | |
| download | emacs-61ec9e85144dfb30deb0bc23e1bb825c8f387b58.tar.gz emacs-61ec9e85144dfb30deb0bc23e1bb825c8f387b58.zip | |
Backporting bug corrections from trunk.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 66fa2b91a09..2c22c70f501 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,8 +1,18 @@ | |||
| 1 | 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c: (C_entries): In case '}' decrement bracelev before testing it. | ||
| 4 | |||
| 1 | 2007-11-15 Masatake YAMATO <jet@gyve.org> | 5 | 2007-11-15 Masatake YAMATO <jet@gyve.org> |
| 2 | 6 | ||
| 3 | * etags.c (C_entries): In case '}', set fvdef to fvnone | 7 | * etags.c (C_entries): In case '}', set fvdef to fvnone |
| 4 | unconditioned to (!ignoreindent && lp == newlb.buffer + 1). | 8 | unconditioned to (!ignoreindent && lp == newlb.buffer + 1). |
| 5 | 9 | ||
| 10 | 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> | ||
| 11 | |||
| 12 | * etags.c: (C_entries): Reset the fvdef machine when out of function. | ||
| 13 | (C_entries): Parse start of C comment as a space == end of token. | ||
| 14 | This is not necessary for C++ comment, already parsed as newline. | ||
| 15 | |||
| 6 | 2007-10-26 Juanma Barranquero <lekktu@gmail.com> | 16 | 2007-10-26 Juanma Barranquero <lekktu@gmail.com> |
| 7 | 17 | ||
| 8 | * emacsclient.c: Add a wrapper for getenv so it also checks the | 18 | * emacsclient.c: Add a wrapper for getenv so it also checks the |