aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-10-06 13:47:56 -0400
committerStefan Monnier2014-10-06 13:47:56 -0400
commit3ef041ae3b98dde7300c9be4a28047748903ddc7 (patch)
treec77175d1d9ba4506878ccda9aa2132f1e47856b4 /src/ChangeLog
parent71785ae78c87c3b96b20900cd7a9d4f69bce7757 (diff)
downloademacs-3ef041ae3b98dde7300c9be4a28047748903ddc7.tar.gz
emacs-3ef041ae3b98dde7300c9be4a28047748903ddc7.zip
* lisp/term/w32-win.el: Move all code from 32-common-fns.el here.
(gui-select-text, gui-selection-value): Use w32 handlers in the w32 console as well. * lisp/w32-common-fns.el: Remove. * lisp/loadup.el: Don't load w32-common-fns.el. * w32-fns.elc: Don't require w32-common-fns. * src/lisp.mk (lisp): Remove w32-common-fns.elc. Fixes: debbugs:18629
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index facddf3b849..c03b6dad06f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * lisp.mk (lisp): Remove w32-common-fns.elc.
4
12014-10-05 Paul Eggert <eggert@cs.ucla.edu> 52014-10-05 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 * keyboard.c (Qleft, Qright): Remove duplicate definitions (Bug#9927). 7 * keyboard.c (Qleft, Qright): Remove duplicate definitions (Bug#9927).
@@ -20,10 +24,9 @@
20 (ns_draw_window_cursor): Adjust y for hbar cursor only if smaller than 24 (ns_draw_window_cursor): Adjust y for hbar cursor only if smaller than
21 line height (Bug#17977). 25 line height (Bug#17977).
22 26
23 * macfont.m: Fix indentation and import changes from macport 27 * macfont.m: Fix indentation and import changes from macport 24.3.94.
24 24.3.94.
25 (macfont_closest_traits_index): New function. 28 (macfont_closest_traits_index): New function.
26 (macfont_closest_traits_index_p): Renamed from 29 (macfont_closest_traits_index_p): Rename from
27 macfont_closest_traits_index. 30 macfont_closest_traits_index.
28 (macfont_list): Use macfont_closest_traits_index_p. 31 (macfont_list): Use macfont_closest_traits_index_p.
29 32
@@ -40,8 +43,8 @@
40 43
412014-10-04 Martin Rudalics <rudalics@gmx.at> 442014-10-04 Martin Rudalics <rudalics@gmx.at>
42 45
43 * buffer.c (scroll_bar_width, scroll_bar_height): Fix 46 * buffer.c (scroll_bar_width, scroll_bar_height):
44 doc-strings. 47 Fix doc-strings.
45 * window.c (Fset_window_scroll_bars): Fix doc-string. 48 * window.c (Fset_window_scroll_bars): Fix doc-string.
46 (Fwindow_scroll_bars): Have it return what the doc-string says. 49 (Fwindow_scroll_bars): Have it return what the doc-string says.
47 50
@@ -144,8 +147,8 @@
144 values. 147 values.
145 (my_create_window): Move the calculation of the coordinates of the 148 (my_create_window): Move the calculation of the coordinates of the
146 frame's top-left edge here. Pass them to the input thread via the 149 frame's top-left edge here. Pass them to the input thread via the
147 second parameter of the WM_EMACS_CREATEWINDOW message. See 150 second parameter of the WM_EMACS_CREATEWINDOW message.
148 http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00892.html 151 See http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00892.html
149 for the details. 152 for the details.
150 153
1512014-09-30 Eli Zaretskii <eliz@gnu.org> 1542014-09-30 Eli Zaretskii <eliz@gnu.org>
@@ -156,8 +159,8 @@
156 obey it if the glyph row showing point will be fully visible. 159 obey it if the glyph row showing point will be fully visible.
157 Likewise when the window start is in a continuation line. If, 160 Likewise when the window start is in a continuation line. If,
158 after trying everything under the 'force_start' label, point is 161 after trying everything under the 'force_start' label, point is
159 still not fully visible, give up and scroll the window. Add 162 still not fully visible, give up and scroll the window.
160 debugging traces. (Bug#18545) 163 Add debugging traces. (Bug#18545)
161 164
162 * window.c (Frecenter): Set the window's redisplay flag. 165 * window.c (Frecenter): Set the window's redisplay flag.
163 166