aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-12-14 02:51:30 -0800
committerPaul Eggert2011-12-14 02:51:30 -0800
commit59815c02506eb39b61e672528ed03885749ba529 (patch)
tree08770ed78fae3dc1a0996250d61e127ebfd135fd /src/ChangeLog
parent8f50130c565eaf0ad7c49e4ad044c3291ecdfa71 (diff)
parent898169a2d88c3538cdfd41feb0b16267165065bd (diff)
downloademacs-59815c02506eb39b61e672528ed03885749ba529.tar.gz
emacs-59815c02506eb39b61e672528ed03885749ba529.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f525535e4d8..e2c579459a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-12-11 Paul Eggert <eggert@cs.ucla.edu> 12011-12-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix integer width and related bugs (Bug#9874). 3 Fix integer width and related bugs (Bug#9874).
4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
@@ -788,6 +788,20 @@
788 rather than rolling our own approximation. 788 rather than rolling our own approximation.
789 (SCROLL_BAR_VEC_SIZE): Remove; not used. 789 (SCROLL_BAR_VEC_SIZE): Remove; not used.
790 790
7912011-12-13 Martin Rudalics <rudalics@gmx.at>
792
793 * window.c (Vwindow_combination_resize)
794 (Vwindow_combination_limit): Use t instead of non-nil in
795 doc-strings.
796 (Vrecenter_redisplay): Add first sentence of doc-string on
797 separate line.
798 (Frecenter): Fix doc-string typo.
799
8002011-12-11 Kenichi Handa <handa@m17n.org>
801
802 * coding.c (Funencodable_char_position): Pay attention to the
803 buffer text relocation (Bug#9389).
804
7912011-12-10 Jan Djärv <jan.h.d@swipnet.se> 8052011-12-10 Jan Djärv <jan.h.d@swipnet.se>
792 806
793 * xterm.c (x_term_init): Move call to gdk_window_add_filter before 807 * xterm.c (x_term_init): Move call to gdk_window_add_filter before