aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Francoise2008-02-07 19:12:05 +0000
committerRomain Francoise2008-02-07 19:12:05 +0000
commit987be29bac2e9933b435a38a39f1b8072f4e2168 (patch)
tree110c15df02642edff7bce425c2c716adfe5f1776 /src
parent6b9a0ae163829c3df3dfcecf1b19200152972550 (diff)
downloademacs-987be29bac2e9933b435a38a39f1b8072f4e2168.tar.gz
emacs-987be29bac2e9933b435a38a39f1b8072f4e2168.zip
Whitespace changes.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 56d9913aed5..7cd786a22ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12008-02-07 Timo Savola <timo.savola@iki.fi> 12008-02-07 Timo Savola <timo.savola@iki.fi>
2 2
3 * xterm.c (x_detect_focus_change): Handle embed client message. 3 * xterm.c (x_detect_focus_change): Handle embed client message.
4 (handle_one_xevent): Ditto. 4 (handle_one_xevent): Ditto.
@@ -34,18 +34,18 @@
34 34
352008-02-07 Jim Meyering <meyering@redhat.com> 352008-02-07 Jim Meyering <meyering@redhat.com>
36 36
37 Use "do...while (0)", not "if (1)..else" in macro definitions. 37 Use "do...while (0)", not "if (1)..else" in macro definitions.
38 The latter provokes a warning from gcc about the empty else, when 38 The latter provokes a warning from gcc about the empty else, when
39 followed by ";". Also, without that trailing semicolon, it would 39 followed by ";". Also, without that trailing semicolon, it would
40 silently swallow up any following statement. 40 silently swallow up any following statement.
41 * syntax.h (SETUP_SYNTAX_TABLE): 41 * syntax.h (SETUP_SYNTAX_TABLE):
42 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise. 42 (SETUP_SYNTAX_TABLE_FOR_OBJECT): Likewise.
43 * buffer.h (DECODE_POSITION): Likewise. 43 * buffer.h (DECODE_POSITION): Likewise.
44 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise. 44 * character.h (FETCH_STRING_CHAR_ADVANCE): Likewise.
45 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. 45 (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
46 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise. 46 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Likewise.
47 (FETCH_CHAR_ADVANCE): Likewise. 47 (FETCH_CHAR_ADVANCE): Likewise.
48 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise. 48 (FETCH_CHAR_ADVANCE_NO_CHECK): Likewise.
49 49
502008-02-07 Jim Meyering <meyering@redhat.com> 502008-02-07 Jim Meyering <meyering@redhat.com>
51 51