diff options
| author | David Reitter | 2008-08-23 20:45:46 +0000 |
|---|---|---|
| committer | David Reitter | 2008-08-23 20:45:46 +0000 |
| commit | 54299c95aaeab7d564cf6819baee508f1ceb0177 (patch) | |
| tree | e9d3255dfe87427e9e3a98e54cd6656cb12c4eb0 /src/ChangeLog | |
| parent | 870e0516460a8503a2f1078c821ee7191f3f350c (diff) | |
| download | emacs-54299c95aaeab7d564cf6819baee508f1ceb0177.tar.gz emacs-54299c95aaeab7d564cf6819baee508f1ceb0177.zip | |
nsterm.m (ns_draw_window_cursor): Don't call NSDisableScreenUpdates and NSEnableScreenUpdates on non-NS_IMPL_COCOA systems.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 90989ae98e3..6d04d426998 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-08-23 David Reitter <david.reitter@gmail.com> | ||
| 2 | |||
| 3 | * nsterm.m (ns_draw_window_cursor): Don't call | ||
| 4 | NSDisableScreenUpdates and NSEnableScreenUpdates on | ||
| 5 | non-NS_IMPL_COCOA systems. | ||
| 6 | |||
| 1 | 2008-08-23 Andreas Schwab <schwab@suse.de> | 7 | 2008-08-23 Andreas Schwab <schwab@suse.de> |
| 2 | 8 | ||
| 3 | * process.c (procfs_system_process_attributes): Fix use of | 9 | * process.c (procfs_system_process_attributes): Fix use of |