aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-02-13 08:18:46 -0500
committerEli Zaretskii2010-02-13 08:18:46 -0500
commit36447e8d1f292611ce4db90e8fda8f3e25333747 (patch)
treeff731eb7f0b9651d55808eaa167e2e6dd5bc3fa1 /src/ChangeLog
parent9a0d7cf1aaffb76aaf4a94f5124795dd9d7c8aed (diff)
parent98599f74d03c2dd4b6ac90d68266c508c5e0342e (diff)
downloademacs-36447e8d1f292611ce4db90e8fda8f3e25333747.tar.gz
emacs-36447e8d1f292611ce4db90e8fda8f3e25333747.zip
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog34
1 files changed, 28 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4837d8ecb06..a48194a90aa 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12010-02-13 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
4 bug #5571.
5
62010-02-10 Jan Djärv <jan.h.d@swipnet.se>
7
8 * xsmfns.c (x_session_initialize): Move initialization of ice_fd and
9 doing_interact here.
10 (ice_connection_closed): New function.
11 (x_session_check_input, smc_die_CB, ice_io_error_handler)
12 (ice_conn_watch_CB, x_session_close): Call ice_connection_closed.
13 (x_session_check_input): Call IceCloseConnection if IceProcessMessages
14 returns I/O error.
15 (ice_conn_watch_CB): Call add_keyboard_wait_descriptor on ice_fd,
16 bug #5512.
17
182010-02-08 Francis Devereux <francis@devrx.org> (tiny change)
19
20 * nsfont.m (nsfont_open): The system's value for the font descent
21 is negative, so round it down to avoid clipping.
22
12010-02-06 Chong Yidong <cyd@stupidchicken.com> 232010-02-06 Chong Yidong <cyd@stupidchicken.com>
2 24
3 * charset.c (load_charset_map_from_file) 25 * charset.c (load_charset_map_from_file)
@@ -78,7 +100,7 @@
782010-01-25 Jan Djärv <jan.h.d@swipnet.se> 1002010-01-25 Jan Djärv <jan.h.d@swipnet.se>
79 101
80 * xfns.c (Fx_create_frame): If frame height is too big, try 102 * xfns.c (Fx_create_frame): If frame height is too big, try
81 sizes 24 and 10. Bug #3643. 103 sizes 24 and 10. Bug #3643.
82 104
832010-01-24 Stefan Monnier <monnier@iro.umontreal.ca> 1052010-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
84 106
@@ -165,7 +187,7 @@
165 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions. 187 * xfns.c (x_get_current_desktop, x_get_desktop_workarea): New functions.
166 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea 188 (Fx_create_frame): Call x_get_current_desktop and x_get_desktop_workarea
167 to find out usable size of the desktop. Don't make frames larger than 189 to find out usable size of the desktop. Don't make frames larger than
168 this. Bug #3643. 190 this. Bug #3643.
169 191
1702010-01-15 Kenichi Handa <handa@m17n.org> 1922010-01-15 Kenichi Handa <handa@m17n.org>
171 193
@@ -310,7 +332,7 @@
310 332
3112010-01-08 Jan Djärv <jan.h.d@swipnet.se> 3332010-01-08 Jan Djärv <jan.h.d@swipnet.se>
312 334
313 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must 335 * dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
314 also be true before we can return early (bug #5339). 336 also be true before we can return early (bug #5339).
315 337
3162010-01-06 David Reitter <david.reitter@gmail.com> 3382010-01-06 David Reitter <david.reitter@gmail.com>
@@ -342,7 +364,7 @@
342 364
343 * xterm.c (x_new_font): Move code for setting rows/cols before 365 * xterm.c (x_new_font): Move code for setting rows/cols before
344 resizing ... 366 resizing ...
345 (x_set_window_size): ... to here. bug #2568. 367 (x_set_window_size): ... to here. Bug #2568.
346 368
347 * gtkutil.c (xg_clear_under_internal_border): New function. 369 * gtkutil.c (xg_clear_under_internal_border): New function.
348 (xg_frame_resized, xg_frame_set_char_size): 370 (xg_frame_resized, xg_frame_set_char_size):
@@ -1581,7 +1603,7 @@
1581 Fix printf format. 1603 Fix printf format.
1582 (ns_query_color): Use CGFloat where appropriate. 1604 (ns_query_color): Use CGFloat where appropriate.
1583 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures. 1605 (EmacsView<NSTextInput>, EmacsScroller): Fix method signatures.
1584 (EmacsScroller-mouseDown:) Use long format in printf, and cast 1606 (EmacsScroller-mouseDown:): Use long format in printf, and cast
1585 argument. 1607 argument.
1586 1608
1587 * config.in (NS_HAVE_NSINTEGER): Drop. 1609 * config.in (NS_HAVE_NSINTEGER): Drop.
@@ -4057,7 +4079,7 @@
4057 4079
40582009-02-12 Stefan Monnier <monnier@iro.umontreal.ca> 40802009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4059 4081
4060 * keyboard.c (adjust_point_for_property): Allow stopping betwen two 4082 * keyboard.c (adjust_point_for_property): Allow stopping between two
4061 invisible areas. 4083 invisible areas.
4062 4084
40632009-02-12 Jason Rumney <jasonr@gnu.org> 40852009-02-12 Jason Rumney <jasonr@gnu.org>