diff options
| author | Paul Eggert | 2011-10-06 23:47:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-06 23:47:02 -0700 |
| commit | f2b31075364c17574955493ec5effa7baa12ee24 (patch) | |
| tree | d28ce11201982b564e15291da8566529f33fc33d /src/ChangeLog | |
| parent | 3164aeac1589cc7898634d8f9ea155a005576942 (diff) | |
| parent | 21ce8245145810da59c854a172900894f22c175c (diff) | |
| download | emacs-f2b31075364c17574955493ec5effa7baa12ee24.tar.gz emacs-f2b31075364c17574955493ec5effa7baa12ee24.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b63ff401090..4fd9dff1f32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,10 +3,7 @@ | |||
| 3 | * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed. | 3 | * alloc.c (mark_memory): Omit 3rd (offset) arg; caller changed. |
| 4 | Don't assume EMACS_INT alignment is the same as pointer alignment. | 4 | Don't assume EMACS_INT alignment is the same as pointer alignment. |
| 5 | (GC_POINTER_ALIGNMENT): New macro. | 5 | (GC_POINTER_ALIGNMENT): New macro. |
| 6 | 6 | (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | |
| 7 | 2011-10-02 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | ||
| 10 | (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE) | 7 | (allocate_vectorlike, buffer_memory_full, struct sdata, SDATA_SIZE) |
| 11 | (string_bytes, check_sblock, allocate_string_data): | 8 | (string_bytes, check_sblock, allocate_string_data): |
| 12 | (compact_small_strings, Fmake_bool_vector, make_string) | 9 | (compact_small_strings, Fmake_bool_vector, make_string) |
| @@ -789,6 +786,12 @@ | |||
| 789 | rather than rolling our own approximation. | 786 | rather than rolling our own approximation. |
| 790 | (SCROLL_BAR_VEC_SIZE): Remove; not used. | 787 | (SCROLL_BAR_VEC_SIZE): Remove; not used. |
| 791 | 788 | ||
| 789 | 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 790 | |||
| 791 | * keyboard.c (read_key_sequence_remapped): New var. | ||
| 792 | (read_key_sequence): Compute remapping in the right buffer. | ||
| 793 | (command_loop_1): Use read_key_sequence's remapping directly. | ||
| 794 | |||
| 792 | 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | 795 | 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 793 | 796 | ||
| 794 | * dired.c (file_name_completion): Don't expand file name. | 797 | * dired.c (file_name_completion): Don't expand file name. |