aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 31 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ef11faea19..4fbfa52df3a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,30 @@
12012-01-11 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (rows_from_pos_range): Handle the case where the
4 highlight ends on a newline. (Bug#10464)
5 (mouse_face_from_buffer_pos): Fix off-by-one error in calculating
6 he end column for display of highlight that ends on a newline
7 before a R2L line.
8
92012-01-11 Glenn Morris <rgm@gnu.org>
10
11 * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs
12 from load-path also when installation-directory is nil. (Bug#10208)
13
142012-01-10 Glenn Morris <rgm@gnu.org>
15
16 * emacs.c (syms_of_emacs) <installation-directory>: Doc fix.
17
18 * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC):
19 Update template values to be closer to their typical values these days.
20
212012-01-09 Eli Zaretskii <eliz@gnu.org>
22
23 * xdisp.c (rows_from_pos_range): Accept additional argument
24 DISP_STRING, and accept any glyph in a row whose object is that
25 string as eligible for mouse highlight. Fixes mouse highlight of
26 display strings from overlays. (Bug#10464)
27
12012-01-07 Paul Eggert <eggert@cs.ucla.edu> 282012-01-07 Paul Eggert <eggert@cs.ucla.edu>
2 29
3 emacs: fix an auto-save permissions race condition (Bug#10400) 30 emacs: fix an auto-save permissions race condition (Bug#10400)
@@ -106,7 +133,7 @@
106 (trackingNotification): Surround with ifdef NS_IMPL_COCOA. 133 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
107 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. 134 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
108 135
1092011-12-18 David Reitter <reitter@cmu.edu> 1362011-12-18 David Reitter <reitter@cmu.edu>
110 137
111 * nsterm.m (ns_term_init): Subscribe for notifications 138 * nsterm.m (ns_term_init): Subscribe for notifications
112 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification 139 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
@@ -5755,7 +5782,7 @@
5755 where the include path doesn't have X11/X.h by default. See 5782 where the include path doesn't have X11/X.h by default. See
5756 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>. 5783 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
5757 5784
57582011-05-20 Kenichi Handa <handa@m17n.org> 57852011-05-20 Kenichi Handa <handa@m17n.org>
5759 5786
5760 * composite.c (find_automatic_composition): Fix previous change. 5787 * composite.c (find_automatic_composition): Fix previous change.
5761 5788
@@ -6097,7 +6124,7 @@
6097 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end 6124 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
6098 marker. (Bug#8610) 6125 marker. (Bug#8610)
6099 6126
61002011-05-05 Eli Zaretskii <eliz@gnu.org> 61272011-05-05 Eli Zaretskii <eliz@gnu.org>
6101 6128
6102 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: 6129 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
6103 New version that can reserve upto 2GB of heap space. 6130 New version that can reserve upto 2GB of heap space.
@@ -8301,7 +8328,7 @@
8301 are now in src/globals.h. 8328 are now in src/globals.h.
8302 (syms_of_minibuf): Remove spurious & from previous change. 8329 (syms_of_minibuf): Remove spurious & from previous change.
8303 8330
83042011-03-20 Leo <sdl.web@gmail.com> 83312011-03-20 Leo Liu <sdl.web@gmail.com>
8305 8332
8306 * minibuf.c (completing-read-function): New variable. 8333 * minibuf.c (completing-read-function): New variable.
8307 (completing-read-default): Rename from completing-read. 8334 (completing-read-default): Rename from completing-read.