comparison src/ChangeLog @ 448:3078fd1074e8 r21-2-39

Import from CVS: tag r21-2-39
author cvs
date Mon, 13 Aug 2007 11:38:25 +0200
parents 1ccc32a20af4
children 98528da0b7fc
comparison
equal deleted inserted replaced
447:4fc5f13f3bd3 448:3078fd1074e8
1 2000-12-31 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.39 is released.
4
5 2000-12-29 Andy Piper <andy@xemacs.org>
6
7 * menubar.c (menubar_visible_p_changed): signal the frame changed.
8
9 * glyphs-x.c (x_redisplay_widget): Re-calculate widget offsets if
10 the frame has changed so that we pick up geometry changes such as
11 menubar visibility.
12
13 2000-12-28 Andy Piper <andy@xemacs.org>
14
15 * lastfile.c (my_ebss): make a char array so we can pad the
16 bss. Fixes cygwin unexec.
17
18 * unexcw.c: invert BROKEN_GDB to NO_DEBUG.
19
20 2000-12-26 Andy Piper <andy@xemacs.org>
21
22 * event-Xt.c (emacs_Xt_force_event_pending): add some verbose
23 comments and try and be more precise about a non-/SIGIO world.
24 (emacs_Xt_event_pending_p): use XtAppPending under cygwin and non
25 SIGIO.
26
27 * redisplay-output.c (redisplay_normalize_glyph_area): make sure
28 we don't normalize to zero width or height.
29
30 2000-12-24 Andy Piper <andy@xemacs.org>
31
32 * Makefile.in.in (ldflags): add -mwindows when appropriate.
33
34 2000-08-18 Golubev I. N. <gin@mo.msk.ru>
35
36 * s/sco5.h: SCO 5 has pty support.
37
38 2000-07-20 Kazuyuki IENAGA <ienaga@xemacs.org>
39
40 * input-method-xlib.c: supports both XIM_XLIB and USE_XFONTSET.
41 input-method-xlib.c contains whole contents of input-method-xfs.c,
42 so we can use input-method-xlib.c's code for USE_XFONTSET
43 using #ifdefs.
44 * input-method-xfs.c: removed.
45
46 2000-12-20 Stephen Turnbull <stephen@xemacs.org>
47
48 * file-coding.h (enum coding_category_type): reorder enumerators to
49 make autodetection safer. Make CODING_CATEGORY_LAST an enumerator
50 (now one greater than largest real coding_category_type enumerator).
51 * file-coding.c (coding_category_symbol, coding_category_by_priority,
52 coding_category_system, fcd_descriptihon_1, decode_coding_category,
53 Fcoding_category_list, Fset_coding_priority_list,
54 Fcoding_priority_list, coding_system_from_mask, Fdetect_coding_region,
55 vars_of_file_coding): adjust for change in CODING_CATEGORY_LAST.
56
57 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
58
59 * redisplay-output.c (redisplay_clear_top_of_window): Remove static.
60 * redisplay-output.c (redisplay_output_window): Clear top of window
61 when face is changed.
62 * redisplay-x.c (x_redraw_exposed_window): Call
63 redisplay_clear_top_of_window.
64 * redisplay.h: Publish redisplay_clear_top_of_window.
65
66 2000-12-18 Yoshiki Hayashi <yoshiki@xemacs.org>
67
68 * buffer.c (Fkill_buffer): Map over all devices.
69 * window.c (window_loop): Remove UNSHOW_BUFFER code.
70 (list_windows): New function.
71 (list_all_windows): Ditto.
72 (Freplace_buffer_in_windows): Use them.
73
74 2000-02-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
75
76 * database.c (berkdb_subtype): Recognize new subtype `queue'.
77 (Fopen_database): Use `db_create' instead of `db_open'.
78 (syms_of_database): Initialize Qqueue.
79
80 2000-12-13 Yoshiki Hayashi <yoshiki@xemacs.org>
81
82 * buffer.c (common_init_complex_vars_of_buffer): Initialize
83 buffer_local_face_property.
84 * buffer.h (struct buffer): New member buffer_local_face_property.
85 * window.c (Fset_window_buffer): Mark window's face as changed
86 when buffer has buffer local face.
87 * window.h (MARK_WINDOW_FACES_CHANGED): New macro.
88 * objects.c (color_after_change): Set buffer_local_face_property
89 when locale of face specifier is buffer.
90 * objects.c (font_after_change): Ditto.
91 * objects.c (face_boolean_after_change): Ditto.
92 * glyphs.c (image_after_change): Ditto.
93
94 2000-12-09 Dan Holmsand <dan@eyebee.com>
95
96 * nt.c (mswindows_fstat): Report file permissions, volume serial
97 number, etc. Code adapted from FSF Emacs 20.7.
98
99 2000-12-09 Dan Holmsand <dan@eyebee.com>
100
101 * sysfile.h (lstat): Make lstat an alias for xemacs_stat instead
102 of stat when we don't have symbolic links, to make sure
103 mswindows_stat is called on mswindows.
104
105 2000-12-12 Yoshiki Hayashi <yoshiki@xemacs.org>
106
107 * alloca.c: Define malloc to xmalloc only when built with XEmacs.
108
109 2000-12-12 Martin Buchholz <martin@xemacs.org>
110
111 * doprnt.c (emacs_doprnt_1): More printing fixes.
112 Make printing of numbers compatible with libc and FSF Emacs.
113 BUG was: (format "%6.3f" 1.2) ==>"1.200000"
114 Use the system printf to do most of the hard work of formatting,
115 instead of doprnt_1().
116 Calculate memory to allocate for format string.
117 Remove arbitrary limit on precision, e.g. (format "%.1000f" 3.14)
118 (doprnt_1): Cleaner code and documentation.
119
120 2000-12-01 Jerry James <james@eecs.ukans.edu>
121
122 * Makefile.in.in: Use the loop variable to install headers.
123
124 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
125
126 * window.c (Fsplit_window): Don't invalidate face cache.
127
128 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org>
129
130 * minibuf.c (Fall_completions): Undo the previous change
131 which removed checking elements start with space.
132
133 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
134
135 * mule-canna.c: Didier suppression.
136
137 2000-12-06 Stephen Turnbull <stephen@xemacs.org>
138
139 * mule-canna.c: rename static unsigned char buf[] to key_buffer
140 (warning suppression). Add English comment translations.
141
142 2000-12-05 Martin Buchholz <martin@xemacs.org>
143
144 * unexelfsgi.c (unexec): Better test for mmap failure.
145
1 2000-12-05 Martin Buchholz <martin@xemacs.org> 146 2000-12-05 Martin Buchholz <martin@xemacs.org>
2 147
3 * XEmacs 21.2.38 is released. 148 * XEmacs 21.2.38 is released.
4 149
5 2000-12-05 Martin Buchholz <martin@xemacs.org> 150 2000-12-05 Martin Buchholz <martin@xemacs.org>