comparison lib-src/ChangeLog @ 79456:36075b913c8a

Backporting bug corrections from trunk.
author Francesco Potort? <pot@gnu.org>
date Tue, 20 Nov 2007 16:17:03 +0000
parents d4b0de1c65bc
children 826340875e93
comparison
equal deleted inserted replaced
79455:7121a67ae26f 79456:36075b913c8a
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).
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.
5 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
9 registry on Windows. Suggestion and algorithm by Eli Zaretskii. 19 registry on Windows. Suggestion and algorithm by Eli Zaretskii.