diff options
author | Francesco Potortì <pot@gnu.org> | 2007-11-20 16:17:03 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2007-11-20 16:17:03 +0000 |
commit | 61ec9e85144dfb30deb0bc23e1bb825c8f387b58 (patch) | |
tree | 421a20687d5e9ab283ca87f768142cefe520709e /lib-src | |
parent | 5ef5ef3febd0a508a9fd0ea8bfc916803fc6bac6 (diff) | |
download | emacs-61ec9e85144dfb30deb0bc23e1bb825c8f387b58.tar.gz |
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 @@ +2007-11-15 Francesco Potort,Al(B <pot@gnu.org> + + * etags.c: (C_entries): In case '}' decrement bracelev before testing it. + 2007-11-15 Masatake YAMATO <jet@gyve.org> * etags.c (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). +2007-11-15 Francesco Potort,Al(B <pot@gnu.org> + + * etags.c: (C_entries): Reset the fvdef machine when out of function. + (C_entries): Parse start of C comment as a space == end of token. + This is not necessary for C++ comment, already parsed as newline. + 2007-10-26 Juanma Barranquero <lekktu@gmail.com> * emacsclient.c: Add a wrapper for getenv so it also checks the |