aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-06-28 16:57:57 -0400
committerChong Yidong2011-06-28 16:57:57 -0400
commitada35ec18a3429c0389fe1b77d7ae82b8a5715d6 (patch)
tree4405c0735657c3adbd2296fd53a3d1aaafda16dd /src/ChangeLog
parentb380a76ffbf54594dfd6fc3d932983ac0439d07f (diff)
parent1176868d0a466ae5374d1c47de70f1fc22ef7cd6 (diff)
downloademacs-ada35ec18a3429c0389fe1b77d7ae82b8a5715d6.tar.gz
emacs-ada35ec18a3429c0389fe1b77d7ae82b8a5715d6.zip
merge from upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog66
1 files changed, 65 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e21412187c7..1e537f3872e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,67 @@
12011-06-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
4
52011-06-27 Juanma Barranquero <lekktu@gmail.com>
6
7 * makefile.w32-in: Redesign dependencies so they reflect more
8 clearly which files are directly included by each source file,
9 and not through other includes.
10
112011-06-27 Martin Rudalics <rudalics@gmx.at>
12
13 * buffer.c (Qclone_number): Declare static and DEFSYM it.
14 (sort_overlays, overlay_strings): When an overlay's clone number
15 matches the window's clone number process the overlay even if
16 the overlay's window property doesn't match the current window.
17
18 * window.c (Fwindow_vchild): Rename to Fwindow_top_child.
19 (Fwindow_hchild): Rename to Fwindow_left_child.
20 (Fwindow_next): Rename to Fwindow_next_sibling.
21 (Fwindow_prev): Rename to Fwindow_prev_sibling.
22 (resize_window_check): Rename to window_resize_check.
23 (resize_window_apply): Rename to window_resize_apply.
24 (Fresize_window_apply): Rename to Fwindow_resize_apply.
25 (Fdelete_other_windows_internal, resize_frame_windows)
26 (Fsplit_window_internal, Fdelete_window_internal)
27 (grow_mini_window, shrink_mini_window)
28 (Fresize_mini_window_internal): Fix callers accordingly.
29
302011-06-26 Jan Djärv <jan.h.d@swipnet.se>
31
32 * emacsgtkfixed.h: State that this is only used with Gtk+3.
33 (emacs_fixed_set_min_size): Remove.
34 (emacs_fixed_new): Take frame as argument.
35
36 * emacsgtkfixed.c: State that this is only used with Gtk+3.
37 (_EmacsFixedPrivate): Remove minwidth/height.
38 Add struct frame *f.
39 (emacs_fixed_init): Initialize priv->f.
40 (get_parent_class, emacs_fixed_set_min_size): Remove.
41 (emacs_fixed_new): Set priv->f to argument.
42 (emacs_fixed_get_preferred_width)
43 (emacs_fixed_get_preferred_height): Use min_width/height from
44 frames size_hint to set minimum and natural (Bug#8919).
45 (XSetWMSizeHints, XSetWMNormalHints): Override these functions
46 and use min_width/height from frames size_hint to set
47 min_width/height (Bug#8919).
48
49 * gtkutil.c (xg_create_frame_widgets): Pass f to emacs_fixed_new.
50 (x_wm_set_size_hint): Remove call to emacs_fixed_set_min_size. Fix
51 indentation.
52
532011-06-26 Eli Zaretskii <eliz@gnu.org>
54
55 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
56 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
57 called at ZV.
58
592011-06-26 Chong Yidong <cyd@stupidchicken.com>
60
61 * process.c (wait_reading_process_output): Bypass select if
62 waiting for a cell while ignoring keyboard input, and input is
63 pending. Suggested by Jan Djärv (Bug#8869).
64
12011-06-25 Paul Eggert <eggert@cs.ucla.edu> 652011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2 66
3 Use gnulib's dup2 module instead of rolling our own. 67 Use gnulib's dup2 module instead of rolling our own.
@@ -351,7 +415,7 @@
351 415
3522011-06-22 Jim Meyering <meyering@redhat.com> 4162011-06-22 Jim Meyering <meyering@redhat.com>
353 417
354 don't leak an XBM-image-sized buffer 418 Don't leak an XBM-image-sized buffer
355 * image.c (xbm_load): Free the image buffer after using it. 419 * image.c (xbm_load): Free the image buffer after using it.
356 420
3572011-06-21 Paul Eggert <eggert@cs.ucla.edu> 4212011-06-21 Paul Eggert <eggert@cs.ucla.edu>