aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog108
1 files changed, 106 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cd25ba97e90..172700a810b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,107 @@
12005-10-04 Kim F. Storm <storm@cua.dk>
2
3 * window.c (window_split_tree): New function.
4 (Fwindow_split_tree): New defun.
5 (syms_of_window): Defsubr it.
6
72005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8
9 * macterm.c (mac_invert_rectangle): New function.
10 (XTflash): Use it.
11
122005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * regex.h (re_char): Don't expose it in the interface.
15 (re_set_whitespace_regexp): Adjust the arg's type to not use it.
16
17 * regex.c (re_char): Move it back here.
18 (re_set_whitespace_regexp): Change the arg's type to not use it.
19
20 * keyboard.c (make_lispy_event): If point has moved between down and up
21 event, make it a drag, not a click, to mirror what
22 mouse-drag-region expects.
23
242005-10-02 Dan Nicolaescu <dann@ics.uci.edu>
25
26 * lisp.h (fatal): Undo previous change.
27 * term.c (fatal): Undo previous change.
28
292005-10-01 Richard M. Stallman <rms@gnu.org>
30
31 * xfaces.c (face_color_gray_p): Colors close to black count as gray.
32
332005-10-01 Kim F. Storm <storm@cua.dk>
34
35 * xdisp.c (try_window): Skip scroll-margin check if ZV is visible.
36
372005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
38
39 * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler.
40
41 * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c.
42 (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code.
43 (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]:
44 Try ATSUI-compatible 12pt Monaco font first.
45
46 * macgui.h (struct _XCharStruct): New member valid_p.
47 (STORE_XCHARSTRUCT): Set valid_p.
48 (struct MacFontStruct) [USE_ATSUI]: New member mac_style.
49
50 * macterm.c (mac_draw_string_common, x_per_char_metric)
51 (mac_compute_glyph_string_overhangs, init_font_name_table)
52 (XLoadQueryFont, mac_unload_font) [USE_ATSUI]: Add ATSUI support.
53 (atsu_get_text_layout_with_text_ptr) [USE_ATSUI]: New function.
54 (x_draw_glyph_string_background)
55 (x_draw_glyph_string_foreground) [MAC_OS8 && USE_ATSUI]: Don't use
56 XDrawImageString. Always draw background and foreground separately.
57 (x_draw_glyph_string_foreground) [USE_ATSUI]: Don't use 8-bit
58 functions for one-byte chars when using ATSUI-compatible fonts.
59 (atsu_font_id_hash) [USE_ATSUI]: New variable.
60 (syms_of_macterm) [USE_ATSUI]: Initialize and staticpro it.
61 (XLoadQueryFont): Set min_byte1, max_byte1, min_char_or_byte2, and
62 max_char_or_byte2 more in detail.
63 (quit_char_comp, mac_check_for_quit_char) [MAC_OSX]: Remove functions.
64
652005-09-30 Dan Nicolaescu <dann@ics.uci.edu>
66
67 * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct type.
68 * xterm.c (handle_one_xevent, handle_one_xevent): Likewise.
69
70 * unexelf.c (fatal): Fix prototype.
71
72 * term.c (fatal): Implement using varargs.
73
74 * regex.c (re_char): Move typedef ...
75 * regex.h (re_char): ... here.
76 (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes.
77
78 * emacs.c (malloc_set_state): Fix return type.
79 (endif): Fix type.
80
81 * lisp.h (fatal): Add argument types.
82
83 * dispextern.h (fatal): Delete prototype.
84
85 * systime.h: (make_time): Prototype moved from ...
86 * editfns.c (make_time): ... here.
87
88 * editfns.c: Move systime.h include after lisp.h.
89 * dired.c:
90 * xsmfns.c:
91 * process.c: Likewise.
92
93 * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook):
94 Add parameter types.
95 (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes.
96 (emacs_blocked_free): Change definition to match __free_hook.
97 (emacs_blocked_malloc): Change definition to match __malloc_hook.
98 (emacs_blocked_realloc): Change definition to match __realloc_hook.
99
1002005-09-30 Romain Francoise <romain@orebokech.com>
101
102 * minibuf.c (Fread_buffer): Follow convention for reading from the
103 minibuffer with a default value. Doc fix.
104
12005-09-29 Juri Linkov <juri@jurta.org> 1052005-09-29 Juri Linkov <juri@jurta.org>
2 106
3 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box): 107 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box):
@@ -48,8 +152,8 @@
48 152
492005-09-23 Dan Nicolaescu <dann@ics.uci.edu> 1532005-09-23 Dan Nicolaescu <dann@ics.uci.edu>
50 154
51 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define 155 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME):
52 BROKEN_GET_CURRENT_DIR_NAME. 156 Define BROKEN_GET_CURRENT_DIR_NAME.
53 157
54 * sysdep.c (get_current_dir_name): Also define if 158 * sysdep.c (get_current_dir_name): Also define if
55 BROKEN_GET_CURRENT_DIR_NAME. 159 BROKEN_GET_CURRENT_DIR_NAME.