diff options
| author | Eli Zaretskii | 2010-03-13 04:02:01 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-13 04:02:01 -0500 |
| commit | 9565d1e6f3d09d5cd5afebd1b30a7571a27199cc (patch) | |
| tree | 2a9b626a132c400e4305163d14a940fa7c3ac7a1 /src/ChangeLog | |
| parent | f866d742007347ca7a6002cea3be13bdf582c5e7 (diff) | |
| parent | a96f6398e13a611aa825ee6e09566d2f0c5fce35 (diff) | |
| download | emacs-9565d1e6f3d09d5cd5afebd1b30a7571a27199cc.tar.gz emacs-9565d1e6f3d09d5cd5afebd1b30a7571a27199cc.zip | |
Merge from mainline.
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). |