aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-06-13 22:39:41 +0000
committerRichard M. Stallman2004-06-13 22:39:41 +0000
commit092de21d0b192c737e6f3ca52563bf5ac03c885f (patch)
tree1ef46eaea1d0bd46fcaa9b80b0f103d4e592a34b /src
parente3ee34f0c34597d1b854be18c1598a98c9fba9fa (diff)
downloademacs-092de21d0b192c737e6f3ca52563bf5ac03c885f.tar.gz
emacs-092de21d0b192c737e6f3ca52563bf5ac03c885f.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 37719505adf..5104ca9545c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,31 @@
12004-06-13 Richard M. Stallman <rms@gnu.org>
2
3 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
4 (re_wctype, re_iswctype, re_wctype_to_bit):
5 Non-function definitions moved here from regex.c.
6
7 * regex.c (re_wctype, re_iswctype): Function defs longer static.
8 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
9 (re_wctype, re_iswctype, re_wctype_to_bit):
10 Non-function definitions moved to regex.h.
11
12 * window.c (Fselect_window): Doc fix.
13
14 * syntax.c: Include regex.h.
15 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
16 If requested, make a list of classes, then check the scanned
17 chars for membership in them.
18 (in_classes): New function.
19 Doc fix.
20
21 * keyboard.c (cmd_error): Don't call any_kboard_state
22 if inside a recursive edit level.
23
242004-06-13 Lorentey K,Aa(Broly <lorentey@elte.hu>
25
26 * keyboard.c (command_loop): Call any_kboard_state before
27 command_loop_2 when at top level.
28
12004-06-13 Andreas Schwab <schwab@suse.de> 292004-06-13 Andreas Schwab <schwab@suse.de>
2 30
3 * print.c (print_object): Always use %ld for printing EMACS_INT. 31 * print.c (print_object): Always use %ld for printing EMACS_INT.