diff options
| author | Joakim Verona | 2012-01-12 07:50:16 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-01-12 07:50:16 +0100 |
| commit | 16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca (patch) | |
| tree | 33fb6b970b7bcb0cb813d305da2c43f3d212bbf2 /src/ChangeLog | |
| parent | e4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (diff) | |
| parent | 403993a8a646887193dd7b8a01cf16137cd89a1e (diff) | |
| download | emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.tar.gz emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.zip | |
upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
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 @@ | |||
| 1 | 2012-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 | |||
| 9 | 2012-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 | |||
| 14 | 2012-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 | |||
| 21 | 2012-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 | |||
| 1 | 2012-01-07 Paul Eggert <eggert@cs.ucla.edu> | 28 | 2012-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 | ||
| 109 | 2011-12-18 David Reitter <reitter@cmu.edu> | 136 | 2011-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 | ||
| 5758 | 2011-05-20 Kenichi Handa <handa@m17n.org> | 5785 | 2011-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 | ||
| 6100 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> | 6127 | 2011-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 | ||
| 8304 | 2011-03-20 Leo <sdl.web@gmail.com> | 8331 | 2011-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. |