diff options
| author | Chong Yidong | 2012-09-21 11:03:48 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-21 11:03:48 +0800 |
| commit | acfa068f4a1a4652b784af1d7aaac92929399249 (patch) | |
| tree | 4d5aef916164ae9862e4c94f50a5e53bbe274e53 /src/ChangeLog | |
| parent | eb2deaffd17e760b3ec945c58d43080e8a44767a (diff) | |
| parent | d3fa327c47570a1767324d23d710504e90b083f9 (diff) | |
| download | emacs-acfa068f4a1a4652b784af1d7aaac92929399249.tar.gz emacs-acfa068f4a1a4652b784af1d7aaac92929399249.zip | |
Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3ce1ee1b0b..f3b8b2108e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2012-09-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * unexmacosx.c: Define LC_DATA_IN_CODE if not defined. | ||
| 4 | (print_load_command_name): Add case LC_DATA_IN_CODE. | ||
| 5 | (dump_it) [LC_DATA_IN_CODE]: Call copy_linkedit_data. | ||
| 6 | |||
| 7 | 2012-09-21 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * eval.c (Frun_hook_with_args_until_success) | ||
| 10 | (Frun_hook_with_args_until_failure): Doc fixes. (Bug#12393) | ||
| 11 | |||
| 12 | 2012-09-21 Andreas Schwab <schwab@linux-m68k.org> | ||
| 13 | |||
| 14 | * fileio.c (Ffile_selinux_context): Only call freecon when | ||
| 15 | lgetfilecon succeeded. | ||
| 16 | (Fset_file_selinux_context): Likewise. (Bug#12444) | ||
| 17 | |||
| 18 | 2012-09-21 Eli Zaretskii <eliz@gnu.org> | ||
| 19 | |||
| 20 | * xdisp.c (try_window_reusing_current_matrix): Under bidi | ||
| 21 | reordering, locate the cursor by calling set_cursor_from_row; if | ||
| 22 | that fails, clear the desired glyph matrix before returning a | ||
| 23 | failure indication to the caller. Fixes leaving garbled display | ||
| 24 | when fast scrolling with a down-key. (Bug#12403) | ||
| 25 | (compute_stop_pos_backwards): Fix a typo that caused crashes while | ||
| 26 | scrolling through multibyte text. | ||
| 27 | |||
| 1 | 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca> | 28 | 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 29 | ||
| 3 | * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after* | 30 | * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after* |