diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 21 | ||||
| -rw-r--r-- | src/lisp.mk | 1 |
2 files changed, 12 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index facddf3b849..c03b6dad06f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.mk (lisp): Remove w32-common-fns.elc. | ||
| 4 | |||
| 1 | 2014-10-05 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-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 | ||
| 41 | 2014-10-04 Martin Rudalics <rudalics@gmx.at> | 44 | 2014-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 | ||
| 151 | 2014-09-30 Eli Zaretskii <eliz@gnu.org> | 154 | 2014-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 | ||
diff --git a/src/lisp.mk b/src/lisp.mk index e9783f649be..642e9af225f 100644 --- a/src/lisp.mk +++ b/src/lisp.mk | |||
| @@ -153,7 +153,6 @@ lisp = \ | |||
| 153 | $(lispsource)/term/w32-win.elc \ | 153 | $(lispsource)/term/w32-win.elc \ |
| 154 | $(lispsource)/ls-lisp.elc \ | 154 | $(lispsource)/ls-lisp.elc \ |
| 155 | $(lispsource)/disp-table.elc \ | 155 | $(lispsource)/disp-table.elc \ |
| 156 | $(lispsource)/w32-common-fns.elc \ | ||
| 157 | $(lispsource)/dos-w32.elc \ | 156 | $(lispsource)/dos-w32.elc \ |
| 158 | $(lispsource)/w32-fns.elc \ | 157 | $(lispsource)/w32-fns.elc \ |
| 159 | $(lispsource)/dos-fns.elc \ | 158 | $(lispsource)/dos-fns.elc \ |