aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e80f335bfc7..83e703e80a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -118,7 +118,7 @@
118 (trackingNotification): Surround with ifdef NS_IMPL_COCOA. 118 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
119 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. 119 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
120 120
1212011-12-18 David Reitter <reitter@cmu.edu> 1212011-12-18 David Reitter <reitter@cmu.edu>
122 122
123 * nsterm.m (ns_term_init): Subscribe for notifications 123 * nsterm.m (ns_term_init): Subscribe for notifications
124 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification 124 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
@@ -5767,7 +5767,7 @@
5767 where the include path doesn't have X11/X.h by default. See 5767 where the include path doesn't have X11/X.h by default. See
5768 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>. 5768 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
5769 5769
57702011-05-20 Kenichi Handa <handa@m17n.org> 57702011-05-20 Kenichi Handa <handa@m17n.org>
5771 5771
5772 * composite.c (find_automatic_composition): Fix previous change. 5772 * composite.c (find_automatic_composition): Fix previous change.
5773 5773
@@ -6109,7 +6109,7 @@
6109 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end 6109 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
6110 marker. (Bug#8610) 6110 marker. (Bug#8610)
6111 6111
61122011-05-05 Eli Zaretskii <eliz@gnu.org> 61122011-05-05 Eli Zaretskii <eliz@gnu.org>
6113 6113
6114 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: 6114 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
6115 New version that can reserve upto 2GB of heap space. 6115 New version that can reserve upto 2GB of heap space.
@@ -8313,7 +8313,7 @@
8313 are now in src/globals.h. 8313 are now in src/globals.h.
8314 (syms_of_minibuf): Remove spurious & from previous change. 8314 (syms_of_minibuf): Remove spurious & from previous change.
8315 8315
83162011-03-20 Leo <sdl.web@gmail.com> 83162011-03-20 Leo Liu <sdl.web@gmail.com>
8317 8317
8318 * minibuf.c (completing-read-function): New variable. 8318 * minibuf.c (completing-read-function): New variable.
8319 (completing-read-default): Rename from completing-read. 8319 (completing-read-default): Rename from completing-read.