aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 761beb2be54..ce4fe1cd7b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12010-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
132010-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
12010-03-02 Eli Zaretskii <eliz@gnu.org> 192010-03-02 Eli Zaretskii <eliz@gnu.org>
2 20
3 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer 21 * coding.c (decode_coding_emacs_mule): Fixup pointers to buffer