diff options
| author | Joakim Verona | 2013-01-23 00:03:32 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-23 00:03:32 +0100 |
| commit | 6f0e40ae28faeba85872002eb848debb6bfcb2f5 (patch) | |
| tree | 1134bfbb02414c992f239247b8c132a0d6d748c6 /src/ChangeLog | |
| parent | 2adf26f58a2435bcbd7f925f7e1208ceda907520 (diff) | |
| parent | 9d93ce29bdf8aa277123170ef37f942f87e5073b (diff) | |
| download | emacs-6f0e40ae28faeba85872002eb848debb6bfcb2f5.tar.gz emacs-6f0e40ae28faeba85872002eb848debb6bfcb2f5.zip | |
auto upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca37bb3ea56..7dc7b25f85a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * window.h (struct window): Change window_end_valid member from | ||
| 4 | Lisp_Object to a bitfield. Adjust comments. | ||
| 5 | (wset_window_end_valid): Remove. | ||
| 6 | * window.c (adjust_window_count): Clear window_end_valid. | ||
| 7 | (Fwindow_end): Adjust user. Remove ancient #if 0 code. | ||
| 8 | (Fwindow_line_height, set_window_buffer, Frecenter) | ||
| 9 | (Fsplit_window_internal, Fdelete_other_windows_internal) | ||
| 10 | (Fset_window_fringes, Fset_window_scroll_bars): Adjust users. | ||
| 11 | * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise. | ||
| 12 | * xdisp.c (check_window_end, reconsider_clip_changes) | ||
| 13 | (redisplay_internal, mark_window_display_accurate_1, redisplay_window) | ||
| 14 | (try_window, try_window_reusing_current_matrix, note_mouse_highlight) | ||
| 15 | (find_first_unchanged_at_end_row, try_window_id): Likewise. | ||
| 16 | |||
| 17 | 2013-01-22 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 18 | |||
| 19 | * xdisp.c (mark_window_display_accurate): Simplify the loop | ||
| 20 | assuming that the only one of vchild, hchild or buffer window | ||
| 21 | slots is non-nil. Call mark_window_display_accurate_1 for | ||
| 22 | the leaf windows only. | ||
| 23 | (mark_window_display_accurate_1): Always assume leaf window. | ||
| 24 | Adjust comment. | ||
| 25 | |||
| 26 | 2013-01-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 27 | |||
| 28 | * emacs.c (Qkill_emacs_hook): Now static. | ||
| 29 | |||
| 30 | * fileio.c (Finsert_file_contents): Simplify. | ||
| 31 | Remove unnecessary assignments and tests. | ||
| 32 | |||
| 1 | 2013-01-21 Eli Zaretskii <eliz@gnu.org> | 33 | 2013-01-21 Eli Zaretskii <eliz@gnu.org> |
| 2 | 34 | ||
| 3 | * w32.c (acl_set_file): Don't test for errors unless | 35 | * w32.c (acl_set_file): Don't test for errors unless |