diff options
| author | Paul Eggert | 2011-10-01 22:44:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-01 22:44:43 -0700 |
| commit | df52aeb91d63c3f904c717fa8897e59fd9a5a557 (patch) | |
| tree | 0d3a471d6e44def1ba160d06b454a149a1a033b9 /src/ChangeLog | |
| parent | 39b5db3b1bb51088830bdf2d5e50940d462573d2 (diff) | |
| parent | 32c1fffd728cfed8427d144bf7c622257aad859f (diff) | |
| download | emacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.tar.gz emacs-df52aeb91d63c3f904c717fa8897e59fd9a5a557.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7da9270555a..3432652dbe5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-09-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-10-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | 3 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): |
| 4 | (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE) | 4 | (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE) |
| @@ -780,6 +780,21 @@ | |||
| 780 | rather than rolling our own approximation. | 780 | rather than rolling our own approximation. |
| 781 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 781 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 782 | 782 | ||
| 783 | 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 784 | |||
| 785 | * dired.c (file_name_completion): Don't expand file name. | ||
| 786 | (Ffile_name_completion, Ffile_name_all_completions): Expand file name | ||
| 787 | before checking file name handler. | ||
| 788 | |||
| 789 | * minibuf.c (Finternal_complete_buffer): Only show internal buffers if | ||
| 790 | they've been requested explicitly (bug#9591). | ||
| 791 | |||
| 792 | 2011-10-01 Andreas Schwab <schwab@linux-m68k.org> | ||
| 793 | |||
| 794 | * keymap.c (Fsingle_key_description): Use make_specified_string | ||
| 795 | instead of build_string to build string from push_key_description. | ||
| 796 | (Bug#5193) | ||
| 797 | |||
| 783 | 2011-09-30 Paul Eggert <eggert@cs.ucla.edu> | 798 | 2011-09-30 Paul Eggert <eggert@cs.ucla.edu> |
| 784 | 799 | ||
| 785 | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. | 800 | * buffer.h (struct buffer): Use time_t, not int, for a time stamp. |
| @@ -857,8 +872,8 @@ | |||
| 857 | * xdisp.c (handle_invisible_prop): If invisible text ends on a | 872 | * xdisp.c (handle_invisible_prop): If invisible text ends on a |
| 858 | newline, reseat the iterator instead of bidi-iterating there one | 873 | newline, reseat the iterator instead of bidi-iterating there one |
| 859 | character at a time. (Bug#9610) | 874 | character at a time. (Bug#9610) |
| 860 | (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail out when | 875 | (BUFFER_POS_REACHED_P, move_it_in_display_line_to): Bail when past |
| 861 | past TO_CHARPOS if the bidi iterator is at base embedding level. | 876 | TO_CHARPOS if the bidi iterator is at base embedding level. |
| 862 | 877 | ||
| 863 | 2011-09-27 Andreas Schwab <schwab@linux-m68k.org> | 878 | 2011-09-27 Andreas Schwab <schwab@linux-m68k.org> |
| 864 | 879 | ||
| @@ -895,9 +910,9 @@ | |||
| 895 | value is now t. Doc fix. | 910 | value is now t. Doc fix. |
| 896 | 911 | ||
| 897 | * indent.c (Fvertical_motion): Compute and apply the overshoot | 912 | * indent.c (Fvertical_motion): Compute and apply the overshoot |
| 898 | logic also when moving up, not only when moving down. Fix the | 913 | logic when moving up, not only when moving down. Fix the |
| 899 | confusing name and values of the it_overshoot_expected variable; | 914 | confusing name and values of the it_overshoot_expected variable; |
| 900 | logic changed accordingly. (Bug#9254) (Bug#9549) | 915 | logic changes accordingly. (Bug#9254) (Bug#9549) |
| 901 | 916 | ||
| 902 | * xdisp.c (pos_visible_p): Produce correct pixel coordinates when | 917 | * xdisp.c (pos_visible_p): Produce correct pixel coordinates when |
| 903 | CHARPOS is covered by a display string which includes newlines. | 918 | CHARPOS is covered by a display string which includes newlines. |
| @@ -913,7 +928,7 @@ | |||
| 913 | 928 | ||
| 914 | 2011-09-24 Jim Meyering <meyering@redhat.com> | 929 | 2011-09-24 Jim Meyering <meyering@redhat.com> |
| 915 | 930 | ||
| 916 | Do not ignore write error for any output size. | 931 | do not ignore write error for any output size |
| 917 | The previous change was incomplete. | 932 | The previous change was incomplete. |
| 918 | While it makes emacs --batch detect the vast majority of stdout | 933 | While it makes emacs --batch detect the vast majority of stdout |
| 919 | write failures, errors were still ignored whenever the output size is | 934 | write failures, errors were still ignored whenever the output size is |