aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog10
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 @@
12007-11-15 Francesco Potort,Al(B <pot@gnu.org>
2
3 * etags.c: (C_entries): In case '}' decrement bracelev before testing it.
4
12007-11-15 Masatake YAMATO <jet@gyve.org> 52007-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
102007-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
62007-10-26 Juanma Barranquero <lekktu@gmail.com> 162007-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