diff options
| author | Joakim Verona | 2011-12-28 11:34:15 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 11:34:15 +0100 |
| commit | 2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch) | |
| tree | 034e65ef002631d0aba8fc1a41e9984fc557e630 /src/ChangeLog.8 | |
| parent | bb29f044aa967831cd664c54eba0de0c701436ce (diff) | |
| parent | d23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff) | |
| download | emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip | |
upstream
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 2f3ee45a1ac..6973717a7d7 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -4027,7 +4027,7 @@ | |||
| 4027 | * dispextern.h (struct glyph_row): Flag internal_border_p removed. | 4027 | * dispextern.h (struct glyph_row): Flag internal_border_p removed. |
| 4028 | 4028 | ||
| 4029 | * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource | 4029 | * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource |
| 4030 | because this will try to access a nonexisting widget. | 4030 | because this will try to access a nonexistent widget. |
| 4031 | 4031 | ||
| 4032 | 1999-07-26 Markus Rost <rost@gnu.org> | 4032 | 1999-07-26 Markus Rost <rost@gnu.org> |
| 4033 | 4033 | ||
| @@ -11485,7 +11485,7 @@ | |||
| 11485 | Substitute homedir by `~' also in default_filename. | 11485 | Substitute homedir by `~' also in default_filename. |
| 11486 | 11486 | ||
| 11487 | * xdisp.c (try_window_id): Fix computation of tab_offset when | 11487 | * xdisp.c (try_window_id): Fix computation of tab_offset when |
| 11488 | backing up over a character that is splitted across lines. | 11488 | backing up over a character that is split across lines. |
| 11489 | 11489 | ||
| 11490 | 1999-05-08 Kenichi HANDA <handa@etl.go.jp> | 11490 | 1999-05-08 Kenichi HANDA <handa@etl.go.jp> |
| 11491 | 11491 | ||
| @@ -12583,7 +12583,7 @@ | |||
| 12583 | quit_char is typed, in order to break out of potential deadlocks. | 12583 | quit_char is typed, in order to break out of potential deadlocks. |
| 12584 | (cancel_all_deferred_msgs): New function. | 12584 | (cancel_all_deferred_msgs): New function. |
| 12585 | (complete_deferred_msg): Don't abort if msg not found; may have | 12585 | (complete_deferred_msg): Don't abort if msg not found; may have |
| 12586 | been cancelled. | 12586 | been canceled. |
| 12587 | (Fw32_reconstruct_hot_key): Use pre-interned symbols. | 12587 | (Fw32_reconstruct_hot_key): Use pre-interned symbols. |
| 12588 | (Fw32_send_sys_command): Wait for system command to | 12588 | (Fw32_send_sys_command): Wait for system command to |
| 12589 | complete before returning. | 12589 | complete before returning. |
| @@ -13701,7 +13701,7 @@ | |||
| 13701 | * ccl.c (CCL_WRITE_CHAR): Don't use bcopy. | 13701 | * ccl.c (CCL_WRITE_CHAR): Don't use bcopy. |
| 13702 | (ccl_driver): If BUFFER-MAGNIFICATION of the CCL program is 0, | 13702 | (ccl_driver): If BUFFER-MAGNIFICATION of the CCL program is 0, |
| 13703 | cause error if the program is going to output some bytes. When | 13703 | cause error if the program is going to output some bytes. When |
| 13704 | outputing a string to notify an error, check the case that | 13704 | outputting a string to notify an error, check the case that |
| 13705 | DST_BYTES is zero. | 13705 | DST_BYTES is zero. |
| 13706 | 13706 | ||
| 13707 | * coding.h (CODING_FINISH_INTERRUPT): New macro. | 13707 | * coding.h (CODING_FINISH_INTERRUPT): New macro. |