diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1eb67eb6c71..e989473219c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-12-25 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * etags.c (C_entries): Properly skip over string and character | ||
| 4 | constants and comments inside brackets. (Bug#10357) | ||
| 5 | |||
| 6 | 2011-12-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 7 | |||
| 8 | * emacsclient.c (decode_options) [WINDOWSNT]: Don't force tty = 0; | ||
| 9 | instead, treat both -c and -t as always requesting a new "tty" frame, | ||
| 10 | and let server.el decide which kind is actually required. | ||
| 11 | Reported by Uwe Siart <usenet@siart.de> in this thread: | ||
| 12 | http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html | ||
| 13 | |||
| 1 | 2011-11-30 Chong Yidong <cyd@gnu.org> | 14 | 2011-11-30 Chong Yidong <cyd@gnu.org> |
| 2 | 15 | ||
| 3 | * emacsclient.c (main): Condition last change on WINDOWSNT | 16 | * emacsclient.c (main): Condition last change on WINDOWSNT |
| @@ -3129,7 +3142,7 @@ | |||
| 3129 | (main): Call put_entries here even in CTAGS mode. | 3142 | (main): Call put_entries here even in CTAGS mode. |
| 3130 | (main, process_file): Check the return values of fclose and pclose. | 3143 | (main, process_file): Check the return values of fclose and pclose. |
| 3131 | (process_file): Do not call put_entries after parsing each file. | 3144 | (process_file): Do not call put_entries after parsing each file. |
| 3132 | (process_file): Canonicalise file names even for ctags. | 3145 | (process_file): Canonicalize file names even for ctags. |
| 3133 | (process_file): Set curfile here... | 3146 | (process_file): Set curfile here... |
| 3134 | (find_entries): ... not here any more. | 3147 | (find_entries): ... not here any more. |
| 3135 | (add_node): In etags mode, build a linked list of entries (on | 3148 | (add_node): In etags mode, build a linked list of entries (on |