diff options
| author | Gerd Moellmann | 2000-06-30 10:00:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-30 10:00:58 +0000 |
| commit | bb6677a88c75d748da5613611b367226ab07a3b8 (patch) | |
| tree | b1846acc4c7a9f1c4c2fd55ff1f3623f088bb80d /src | |
| parent | 4956c22544e90a3530bfb8205f32d9c067a550e1 (diff) | |
| download | emacs-bb6677a88c75d748da5613611b367226ab07a3b8.tar.gz emacs-bb6677a88c75d748da5613611b367226ab07a3b8.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7ab860989eb..9d44e3092b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -12051,7 +12051,10 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 12051 | 12051 | ||
| 12052 | * keyboard.c (record_asynch_buffer_change): Return void. | 12052 | * keyboard.c (record_asynch_buffer_change): Return void. |
| 12053 | 12053 | ||
| 12054 | * xterm.c (XTroï | 12054 | The first line of the following paragraph was garbled for an |
| 12055 | unknown reason. It couldn't be fully reconstructed. | ||
| 12056 | |||
| 12057 | * xterm.c (XTread_socket, XTset_terminal_window): Ditto. | ||
| 12055 | (x_lower_frame): Ditto. | 12058 | (x_lower_frame): Ditto. |
| 12056 | (x_scroll_bar_clear): Ditto. | 12059 | (x_scroll_bar_clear): Ditto. |
| 12057 | (XTflash): Add default case in switch for -Wall. | 12060 | (XTflash): Add default case in switch for -Wall. |
| @@ -13338,10 +13341,15 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> | |||
| 13338 | based on text properties for an overlay string. | 13341 | based on text properties for an overlay string. |
| 13339 | (next_element_from_overlay_string): Check invisible and face text | 13342 | (next_element_from_overlay_string): Check invisible and face text |
| 13340 | properties. | 13343 | properties. |
| 13344 | |||
| 13341 | (set_iterator_to_next_overlay_string): Restore face id before | 13345 | (set_iterator_to_next_overlay_string): Restore face id before |
| 13342 | overlay strings when no more overlay strings are found to return. | 13346 | overlay strings when no more overlay strings are found to return. |
| 13343 | Initialize next_ovstr_.*check_pos for each new overlay string | 13347 | Initialize next_ovstr_.*check_pos for each new overlay string |
| 13344 | roï | 13348 | |
| 13349 | A line in the following paragraph was garbled for an unknown | ||
| 13350 | reason. It couldn't be fully reconstructed. | ||
| 13351 | |||
| 13352 | (compute_base_face): Made public. | ||
| 13345 | (merge_face_list): Ditto. | 13353 | (merge_face_list): Ditto. |
| 13346 | (intern_computed_face): Ditto. | 13354 | (intern_computed_face): Ditto. |
| 13347 | 13355 | ||