aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2003-03-22 20:54:45 +0000
committerStefan Monnier2003-03-22 20:54:45 +0000
commit00c64fabb06d7b1b6a750f44aabbf84f05f77fed (patch)
treed61bc820ef6ae0b3616c01d9eb1fa9d26d6e2c53 /src
parente2af3dca7441c285d53d036f03ddf86f4ec8a855 (diff)
downloademacs-00c64fabb06d7b1b6a750f44aabbf84f05f77fed.tar.gz
emacs-00c64fabb06d7b1b6a750f44aabbf84f05f77fed.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
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
162003-03-21 Kim F. Storm <storm@cua.dk> 162003-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
2352003-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
2352003-03-16 Jason Rumney <jasonr@gnu.org> 2412003-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
3362003-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
3302003-03-14 Richard M. Stallman <rms@gnu.org> 3422003-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.