aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 22:26:47 -0800
committerPaul Eggert2011-03-06 22:26:47 -0800
commit07b48fa9daec2894ad549f44fb468b251896d829 (patch)
tree2cde6971d6f14a05adb8b6585cb4fa334d4b73aa /src/ChangeLog
parentd432397227a87fd18c33a27806cd2c0fbcd203af (diff)
parentef272f1fc10a4f8464c886ccc02ea67b2c3b2769 (diff)
downloademacs-07b48fa9daec2894ad549f44fb468b251896d829.tar.gz
emacs-07b48fa9daec2894ad549f44fb468b251896d829.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index add827a9dc4..90722187e6c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-03-06 Paul Eggert <eggert@cs.ucla.edu> 12011-03-07 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xmenu.c (menu_highlight_callback): Now static. 3 * xmenu.c (menu_highlight_callback): Now static.
4 (set_frame_menubar): Remove unused local. 4 (set_frame_menubar): Remove unused local.
@@ -12,10 +12,18 @@
12 (note_mouse_highlight): Mark variables that gcc -Wuninitialized 12 (note_mouse_highlight): Mark variables that gcc -Wuninitialized
13 does not deduce are never used uninitialized. 13 does not deduce are never used uninitialized.
14 14
15 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c 15 * lisp.h (IF_LINT): New macro, copied from ../lib-src/emacsclient.c.
16 which in turn is copied from coreutils. 16
172011-03-06 Chong Yidong <cyd@stupidchicken.com>
18
19 * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
20 change.
17 21
18 current_column: Now returns EMACS_INT, fixing some iftc. 222011-03-06 Paul Eggert <eggert@cs.ucla.edu>
23
24 current_column: Now returns EMACS_INT, fixing some iftc
25 that was introduced in the 2002-06-02 change "temporarily"; see
26 <http://lists.gnu.org/archive/html/emacs-devel/2002-06/msg00039.html>.
19 * bytecode.c (Fbyte_code): Don't cast current_column () to int. 27 * bytecode.c (Fbyte_code): Don't cast current_column () to int.
20 * cmds.c (internal_self_insert): Likewise. 28 * cmds.c (internal_self_insert): Likewise.
21 * indent.c (Fcurrent_column): Likewise. 29 * indent.c (Fcurrent_column): Likewise.
@@ -25,7 +33,6 @@
25 to int. 33 to int.
26 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec): 34 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
27 Likewise. 35 Likewise.
28
29 * cmds.c (internal_self_insert): Declare locals to be EMACS_INT, 36 * cmds.c (internal_self_insert): Declare locals to be EMACS_INT,
30 not int or double, if they might contain a column number. 37 not int or double, if they might contain a column number.
31 * indent.c (current_column, Findent_to, indented_beyond_p): 38 * indent.c (current_column, Findent_to, indented_beyond_p):