diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 00202258d02..a989246335d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2012-01-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-01-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Fix integer width and related bugs (Bug#9874). | 3 | Fix integer width and related bugs (Bug#9874). |
| 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | 4 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): |
| @@ -788,6 +788,42 @@ | |||
| 788 | rather than rolling our own approximation. | 788 | rather than rolling our own approximation. |
| 789 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 789 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 790 | 790 | ||
| 791 | 2012-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 792 | |||
| 793 | * w32fns.c (signal_user_input): Don't do a QUIT, to avoid | ||
| 794 | thrashing the stack of the thread. (Bug#9087) | ||
| 795 | |||
| 796 | 2012-01-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 797 | |||
| 798 | * xdisp.c (rows_from_pos_range): Add parens as per gcc -Wparentheses. | ||
| 799 | |||
| 800 | 2012-01-11 Eli Zaretskii <eliz@gnu.org> | ||
| 801 | |||
| 802 | * xdisp.c (rows_from_pos_range): Handle the case where the | ||
| 803 | highlight ends on a newline. (Bug#10464) | ||
| 804 | (mouse_face_from_buffer_pos): Fix off-by-one error in calculating | ||
| 805 | he end column for display of highlight that ends on a newline | ||
| 806 | before a R2L line. | ||
| 807 | |||
| 808 | 2012-01-11 Glenn Morris <rgm@gnu.org> | ||
| 809 | |||
| 810 | * lread.c (init_lread): If no-site-lisp, remove site-lisp dirs | ||
| 811 | from load-path also when installation-directory is nil. (Bug#10208) | ||
| 812 | |||
| 813 | 2012-01-10 Glenn Morris <rgm@gnu.org> | ||
| 814 | |||
| 815 | * emacs.c (syms_of_emacs) <installation-directory>: Doc fix. | ||
| 816 | |||
| 817 | * epaths.in (PATH_LOADSEARCH, PATH_EXEC, PATH_DATA, PATH_DOC): | ||
| 818 | Update template values to be closer to their typical values these days. | ||
| 819 | |||
| 820 | 2012-01-09 Eli Zaretskii <eliz@gnu.org> | ||
| 821 | |||
| 822 | * xdisp.c (rows_from_pos_range): Accept additional argument | ||
| 823 | DISP_STRING, and accept any glyph in a row whose object is that | ||
| 824 | string as eligible for mouse highlight. Fixes mouse highlight of | ||
| 825 | display strings from overlays. (Bug#10464) | ||
| 826 | |||
| 791 | 2012-01-07 Paul Eggert <eggert@cs.ucla.edu> | 827 | 2012-01-07 Paul Eggert <eggert@cs.ucla.edu> |
| 792 | 828 | ||
| 793 | emacs: fix an auto-save permissions race condition (Bug#10400) | 829 | emacs: fix an auto-save permissions race condition (Bug#10400) |
| @@ -896,7 +932,7 @@ | |||
| 896 | (trackingNotification): Surround with ifdef NS_IMPL_COCOA. | 932 | (trackingNotification): Surround with ifdef NS_IMPL_COCOA. |
| 897 | (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. | 933 | (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. |
| 898 | 934 | ||
| 899 | 2011-12-18 David Reitter <reitter@cmu.edu> | 935 | 2011-12-18 David Reitter <reitter@cmu.edu> |
| 900 | 936 | ||
| 901 | * nsterm.m (ns_term_init): Subscribe for notifications | 937 | * nsterm.m (ns_term_init): Subscribe for notifications |
| 902 | NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification | 938 | NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification |
| @@ -6545,7 +6581,7 @@ | |||
| 6545 | where the include path doesn't have X11/X.h by default. See | 6581 | where the include path doesn't have X11/X.h by default. See |
| 6546 | <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>. | 6582 | <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>. |
| 6547 | 6583 | ||
| 6548 | 2011-05-20 Kenichi Handa <handa@m17n.org> | 6584 | 2011-05-20 Kenichi Handa <handa@m17n.org> |
| 6549 | 6585 | ||
| 6550 | * composite.c (find_automatic_composition): Fix previous change. | 6586 | * composite.c (find_automatic_composition): Fix previous change. |
| 6551 | 6587 | ||
| @@ -6887,7 +6923,7 @@ | |||
| 6887 | * lread.c (lisp_file_lexically_bound_p): Stop scanning at end | 6923 | * lread.c (lisp_file_lexically_bound_p): Stop scanning at end |
| 6888 | marker. (Bug#8610) | 6924 | marker. (Bug#8610) |
| 6889 | 6925 | ||
| 6890 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> | 6926 | 2011-05-05 Eli Zaretskii <eliz@gnu.org> |
| 6891 | 6927 | ||
| 6892 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: | 6928 | * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: |
| 6893 | New version that can reserve upto 2GB of heap space. | 6929 | New version that can reserve upto 2GB of heap space. |
| @@ -9091,7 +9127,7 @@ | |||
| 9091 | are now in src/globals.h. | 9127 | are now in src/globals.h. |
| 9092 | (syms_of_minibuf): Remove spurious & from previous change. | 9128 | (syms_of_minibuf): Remove spurious & from previous change. |
| 9093 | 9129 | ||
| 9094 | 2011-03-20 Leo <sdl.web@gmail.com> | 9130 | 2011-03-20 Leo Liu <sdl.web@gmail.com> |
| 9095 | 9131 | ||
| 9096 | * minibuf.c (completing-read-function): New variable. | 9132 | * minibuf.c (completing-read-function): New variable. |
| 9097 | (completing-read-default): Rename from completing-read. | 9133 | (completing-read-default): Rename from completing-read. |