diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ce4fe1cd7b4..37a4cdb1b10 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2010-03-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xfns.c (Fx_create_frame): Set default to Qright. | ||
| 4 | |||
| 5 | * frame.c (Vdefault_frame_scroll_bars): Set default to Qright for | ||
| 6 | all window systems. | ||
| 7 | |||
| 8 | 2010-03-12 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 10 | These changes remove termcap.c from the build on Posix platforms. | ||
| 11 | * Makefilie.in (termcapobj): Move termcap.o from here... | ||
| 12 | (MSDOS_OBJ): ...to here. | ||
| 13 | (termcapobj) [!LIBS_TERMCAP]: Remove specialized value, as it is | ||
| 14 | now identical to when LIBS_TERMCAP is defined. | ||
| 15 | |||
| 16 | * term.c: Remove (ifdef'ed away) inclusion of termcap.h. | ||
| 17 | |||
| 18 | * cm.c: Remove (ifdef'ed away) inclusion of termcap.h. | ||
| 19 | |||
| 20 | * config.in: Regenerated. (See top-level ChangeLog.) | ||
| 21 | |||
| 22 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | ||
| 23 | |||
| 24 | * Branch for 23.2. | ||
| 25 | |||
| 26 | 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 27 | |||
| 28 | Cleanup setup of gl_state in various parts of the code. | ||
| 29 | * syntax.h (SETUP_BUFFER_SYNTAX_TABLE): New macro. | ||
| 30 | (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): | ||
| 31 | * syntax.c (find_defun_start, Fchar_syntax, Fmatching_paren) | ||
| 32 | (skip_chars): | ||
| 33 | * regex.c (regex_compile): Use it. | ||
| 34 | (re_compile_pattern): Don't set gl_state.current_syntax_table since | ||
| 35 | it's now set in regex_compile when/if we need it. | ||
| 36 | |||
| 1 | 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | 37 | 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 38 | ||
| 3 | Make it possible to C-g in a tight bytecode loop again (bug#5680). | 39 | Make it possible to C-g in a tight bytecode loop again (bug#5680). |