diff options
| author | Eli Zaretskii | 2010-03-06 05:16:27 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2010-03-06 05:16:27 -0500 |
| commit | 9dbadf5f1a700c5790837738410c06b481cd2222 (patch) | |
| tree | e1458f8f2aef541b98c7df4ea2d780c5011d9fe9 /src/ChangeLog | |
| parent | d23cd5eeb2993e55943d250ea8c2015da5b06a24 (diff) | |
| parent | 4c83ed3d48c69e12c91a2ada2d00f4f74be2a42d (diff) | |
| download | emacs-9dbadf5f1a700c5790837738410c06b481cd2222.tar.gz emacs-9dbadf5f1a700c5790837738410c06b481cd2222.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ac909cc7885..ce4fe1cd7b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 1 | 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Make it possible to C-g in a tight bytecode loop again (bug#5680). | ||
| 4 | * lisp.h (ELSE_PENDING_SIGNALS): New macro. | ||
| 5 | (QUIT): Use it to consolidate code and remove redundancy. | ||
| 6 | * bytecode.c (BYTE_CODE_QUIT): Use it as well. | ||
| 7 | |||
| 8 | * regex.c (regex_compile): Setup gl_state as well. | ||
| 9 | |||
| 10 | * syntax.c (skip_chars): Setup gl_state (bug#3823). | ||
| 11 | (in_classes): Use CONSP before XCAR/XCDR. | ||
| 12 | |||
| 13 | 2010-03-03 Chong Yidong <cyd@stupidchicken.com> | ||
| 14 | |||
| 15 | * keymap.c (Fwhere_is_internal): Use Fequal to compare | ||
| 16 | definitions, so that keyboard macros are correctly handled | ||
| 17 | (Bug#5481). | ||
| 18 | |||
| 19 | 2010-03-02 Eli Zaretskii <eliz@gnu.org> | ||
| 20 | |||
| 21 | * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer | ||
| 22 | text that could be relocated inside the call to emacs_mule_char. | ||
| 23 | (emacs_mule_char): Use CODING_DECODE_CHAR instead of DECODE_CHAR. | ||
| 24 | (CODING_DECODE_CHAR): Add a comment describing its purpose. | ||
| 25 | |||
| 26 | 2010-03-02 Kenichi Handa <handa@m17n.org> | ||
| 27 | |||
| 28 | * character.c (parse_str_as_multibyte): Fix handling of the | ||
| 29 | multibyte form of raw-bytes. | ||
| 30 | (str_as_multibyte): Likewise. | ||
| 31 | |||
| 32 | * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte | ||
| 33 | form of raw-bytes. | ||
| 34 | |||
| 35 | 2010-02-28 Chong Yidong <cyd@stupidchicken.com> | ||
| 36 | |||
| 37 | * charset.c (load_charset_map_from_file) | ||
| 38 | (load_charset_map_from_vector): Zero out allocated | ||
| 39 | charset_map_entries before using them. | ||
| 40 | |||
| 41 | 2010-02-27 Andreas Schwab <schwab@linux-m68k.org> | ||
| 42 | |||
| 43 | * w32uniscribe.c (uniscribe_check_otf): Fix length check. | ||
| 44 | |||
| 1 | 2010-02-27 Chong Yidong <cyd@stupidchicken.com> | 45 | 2010-02-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 46 | ||
| 3 | * font.c (font_parse_fcname): Recognize "Book", "Condensed", | 47 | * font.c (font_parse_fcname): Recognize "Book", "Condensed", |