diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 47f5810abc4..cff0d176990 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | 15 | ||
| 16 | 2003-03-21 Kim F. Storm <storm@cua.dk> | 16 | 2003-03-21 Kim F. Storm <storm@cua.dk> |
| 17 | 17 | ||
| 18 | * xdisp.c (get_glyph_string_clip_rect): Use | 18 | * xdisp.c (get_glyph_string_clip_rect): |
| 19 | FRAME_INTERNAL_BORDER_WIDTH. | 19 | Use FRAME_INTERNAL_BORDER_WIDTH. |
| 20 | 20 | ||
| 21 | * dispextern.h (struct redisplay_interface): Add active_p | 21 | * dispextern.h (struct redisplay_interface): Add active_p |
| 22 | argument to draw_window_cursor member. All uses changed. | 22 | argument to draw_window_cursor member. All uses changed. |
| @@ -193,7 +193,7 @@ | |||
| 193 | (intersection): Remove this function. | 193 | (intersection): Remove this function. |
| 194 | (find_safe_codings): Don't use Vchar_coding_system_table, but try | 194 | (find_safe_codings): Don't use Vchar_coding_system_table, but try |
| 195 | all codings in SAFE_CODINGS. | 195 | all codings in SAFE_CODINGS. |
| 196 | (Ffind_coding_systems_region_internal): Adjusted for the change of | 196 | (Ffind_coding_systems_region_internal): Adjust for the change of |
| 197 | find_safe_codings. Get generic coding systems from | 197 | find_safe_codings. Get generic coding systems from |
| 198 | Vcoding_system_safe_chars. | 198 | Vcoding_system_safe_chars. |
| 199 | (Fdefine_coding_system_internal): New function. | 199 | (Fdefine_coding_system_internal): New function. |
| @@ -232,6 +232,12 @@ | |||
| 232 | * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h | 232 | * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h |
| 233 | and files included from it. | 233 | and files included from it. |
| 234 | 234 | ||
| 235 | 2003-03-18 Stefan Monnier <monnier@cs.yale.edu> | ||
| 236 | |||
| 237 | * keymap.c (accessible_keymaps_1): Break cycles but without preventing | ||
| 238 | multiple occurrences of the same keymap under different prefixes. | ||
| 239 | (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org. | ||
| 240 | |||
| 235 | 2003-03-16 Jason Rumney <jasonr@gnu.org> | 241 | 2003-03-16 Jason Rumney <jasonr@gnu.org> |
| 236 | 242 | ||
| 237 | * w32gui.h: Use HDC for Display. | 243 | * w32gui.h: Use HDC for Display. |
| @@ -323,10 +329,16 @@ | |||
| 323 | 329 | ||
| 324 | * macterm.c: Remove consolidated defines and code. | 330 | * macterm.c: Remove consolidated defines and code. |
| 325 | (mac_per_char_metric): New function for RIF. | 331 | (mac_per_char_metric): New function for RIF. |
| 326 | (mac_encode_char): Adapted to new RIF requirements. | 332 | (mac_encode_char): Adapt to new RIF requirements. |
| 327 | (mac_compute_glyph_string_overhangs): Adapt for RIF. | 333 | (mac_compute_glyph_string_overhangs): Adapt for RIF. |
| 328 | (x_redisplay_interface): Add new members. | 334 | (x_redisplay_interface): Add new members. |
| 329 | 335 | ||
| 336 | 2003-03-15 Stefan Monnier <monnier@cs.yale.edu> | ||
| 337 | |||
| 338 | * keymap.c (Vmenu_events): New var. | ||
| 339 | (syms_of_keymap): Initialize it. | ||
| 340 | (where_is_internal): Check more carefully what is a menu event. | ||
| 341 | |||
| 330 | 2003-03-14 Richard M. Stallman <rms@gnu.org> | 342 | 2003-03-14 Richard M. Stallman <rms@gnu.org> |
| 331 | 343 | ||
| 332 | * lread.c (read1): After #!, exit loop on eof. | 344 | * lread.c (read1): After #!, exit loop on eof. |