diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 11:07:38 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-15 11:07:38 -0700 |
| commit | ff672d2c8785de6faba84a400fb8153e9fa07cd2 (patch) | |
| tree | 4c5dc68b7a92e54c86e47f3bd9a804c14be57091 /src/ChangeLog | |
| parent | e69dafade3ccd5c2997a3f6fd6c7bea29e75ad8e (diff) | |
| parent | b96e6cde3e311cd79f8ad134291d41c8c64cc6ad (diff) | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e477162b32b..87f64244c48 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,12 @@ 2011-06-15 Paul Eggert <eggert@cs.ucla.edu> + Integer overflow and signedness fixes. + * fileio.c: Don't assume EMACS_INT fits in off_t. (emacs_lseek): New static function. (Finsert_file_contents, Fwrite_region): Use it. Use SEEK_SET, SEEK_CUR, SEEK_END as appropriate. -2011-06-14 Paul Eggert <eggert@cs.ucla.edu> - * fns.c (Fload_average): Don't assume 100 * load average fits in int. * fns.c: Don't overflow int when computing a list length. @@ -66,8 +66,6 @@ * vm-limit.c (check_memory_limits): Fix incorrect extern function decls. * mem-limits.h (SIZE): Remove; no longer used. -2011-06-13 Paul Eggert <eggert@cs.ucla.edu> - * xterm.c (x_alloc_nearest_color_1): Prefer int to long when int works. Remove unnecessary casts. @@ -247,6 +245,30 @@ * alloc.c (Fmake_string): Check for out-of-range init. +2011-06-14 Jan Djärv <jan.h.d@swipnet.se> + + * xfns.c (x_set_scroll_bar_default_width): Remove argument to + xg_get_default_scrollbar_width. + + * gtkutil.c: Include emacsgtkfixed.h if HAVE_GTK3. + (int_gtk_range_get_value): Move to the scroll bar part of the file. + (style_changed_cb): Call update_theme_scrollbar_width and call + x_set_scroll_bar_default_width and xg_frame_set_char_size for + all frames (Bug#8505). + (xg_create_frame_widgets): Call emacs_fixed_new if HAVE_GTK3 (Bug#8505). + Call gtk_window_set_resizable if HAVE_GTK3. + (x_wm_set_size_hint): Call emacs_fixed_set_min_size with min width + and height if HAVE_GTK3 (Bug#8505). + (scroll_bar_width_for_theme): New variable. + (update_theme_scrollbar_width): New function. + (xg_get_default_scrollbar_width): Move code to + update_theme_scrollbar_width, just return scroll_bar_width_for_theme. + (xg_initialize): Call update_theme_scrollbar_width. + + * gtkutil.h (xg_get_default_scrollbar_width): Remove argument. + + * emacsgtkfixed.c, emacsgtkfixed.h: New files. + 2011-06-12 Martin Rudalics <rudalics@gmx.at> * frame.c (make_frame): Call other_buffer_safely instead of |
