diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 767780d6938..9d70a3327b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | Get rid of the direct_output optimizations. | ||
| 4 | * keyboard.c (nonundocount): Remove extern declaration. | ||
| 5 | (command_loop_1): Remove brittle optimisation for cheap and | ||
| 6 | common operations. | ||
| 7 | * xdisp.c (redisplay_internal): Don't bother checking | ||
| 8 | redisplay_performed_directly_p any more. | ||
| 9 | * sysdep.c (init_sys_modes): Don't call direct_output_forward_char | ||
| 10 | any more. | ||
| 11 | * dispnew.c (redisplay_performed_directly_p) | ||
| 12 | (direct_output_for_insert, direct_output_forward_char): | ||
| 13 | * dispextern.h (redisplay_performed_directly_p) | ||
| 14 | (direct_output_for_insert, direct_output_forward_char): Remove. | ||
| 15 | * cmds.c (nonundocount): Make it static. | ||
| 16 | |||
| 1 | 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change) | 17 | 2010-03-31 Bernhard Herzog <bh@intevation.de> (tiny change) |
| 2 | 18 | ||
| 3 | * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930). | 19 | * menu.c (Fx_popup_menu): Use last_event_timestamp (Bug#4930). |
| @@ -9,8 +25,8 @@ | |||
| 9 | 25 | ||
| 10 | 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com> | 26 | 2010-03-31 Adrian Robert <adrian.b.robert@gmail.com> |
| 11 | 27 | ||
| 12 | * xdisp.c (x_consider_frame_title, update_window_cursor): Remove | 28 | * xdisp.c (x_consider_frame_title, update_window_cursor): |
| 13 | HAVE_NS conditionals. | 29 | Remove HAVE_NS conditionals. |
| 14 | (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited. | 30 | (prepare_menu_bars)[HAVE_NS]: Call ns_set_doc_edited. |
| 15 | 31 | ||
| 16 | * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use | 32 | * nsfns.m (x_implicitly_set_name): If frame-title-format is t, use |