comparison src/ChangeLog @ 219:262b8bb4a523 r20-4b8

Import from CVS: tag r20-4b8
author cvs
date Mon, 13 Aug 2007 10:09:35 +0200
parents d44af0c54775
children 6c0ae1f9357f
comparison
equal deleted inserted replaced
218:c9f226976f56 219:262b8bb4a523
1 1997-12-06 P E Jareth Hein <jareth@camelot-soft.com>
2
3 * device-x.c: Change -privcmap to -privatecolormap.
4 * events.c: corret minor think-o.
5
6 1997-12-04 Jonathon Harris <jhar@tardis.ed.ac.uk>
7
8 * event-msw.c, faces.c, msw-proc.c:
9 Frame resizing happens in multiples of the default character size.
10 * frame-msw.c:
11 mswindows_set_frame_size() and
12 mswindows_set_frame_properties() now call AdjustWindowRect to
13 set the correct window size.
14
15 1997-12-04 Jeff Sparkes <jsparkes@internetivity.com>
16
17 * frame-msw.c: added frame functions for move, resize,
18 iconify, raise, lower, visible_p, iconified_p, focus,
19 make visible, make invisible, set title.
20
21 1997-12-01 Jonathon Harris <jhar@tardis.ed.ac.uk>
22
23 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
24 - Implemeted simple emacs_mswindows_event_pending_p().
25 - Fixed deleting frames.
26 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
27 - Special processing for 'Ctrl-@' keystroke.
28 - Support for some new keysyms.
29
30 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
31
32 * lstream.c (make_stdio_stream_1): Set it.
33 (make_filedesc_stream_1): Ditto.
34 (finalize_lstream): Use it.
35
36 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
37
38 1997-11-29 Jeff Miller <jmiller@smart.net>
39
40 * menubar-x.c: define restore_in_menu_callback() when motif
41 menubars are used.
42
43 * menubar-x.c: change #ifdef LWLIB_MENUBARS_MOTIF to
44 #if defined LWLIB_MENUBARS_LUCID || defined LWLIB_MENUBARS_MOTIF
45 around code for incremental menu build.
46
47 * event-stream.c: Changed HAVE_MENUBARS to HAVE_MENUBARS_LUCID in
48 the #ifdef wrappers around menubar accelerator stuff.
49
50 1997-12-05 SL Baur <steve@altair.xemacs.org>
51
52 * keymap.h: update describe_map_tree prototype
53
54 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
55
56 * lstream.c (make_stdio_stream_1): Set it.
57 (make_filedesc_stream_1): Ditto.
58 (finalize_lstream): Use it.
59
60 * lstream.h: New flag LSTREAM_FL_CLOSE_AT_DISKSAVE.
61
62 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
63
64 * editfns.c (save_excursion_restore): Fix comment.
65
66 * fns.c (Fmapvector): GCPRO the vector.
67
68 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
69
70 * cmdloop.c (default_error_handler): Respect
71 errors-deactivate-region; use display-error.
72
73 * editfns.c (vars_of_editfns): New variable user-full-name.
74 (init_editfns): Initialize it.
75 (Fuser_full_name): Use it.
76 (vars_of_editfns): Docfixes.
77
78 * dired.c (Fdirectory_files): Use FORMAT_FILENAME instead of
79 FORMAT_BINARY.
80 (make_directory_hash_table): Ditto.
81 (file_name_completion): Bind `completion-ignore-case' to t under
82 MS Windows.
83 (file_name_completion): Signal an error if a member of
84 `completion-ignored-extensions' is not a string.
85
86 1997-11-30 Hrvoje Niksic <hniksic@srce.hr>
87
88 * doc.c (Fsubstitute_command_keys): Don't use
89 Vprin1_to_string_buffer.
90
91 * keymap.c (describe_map_tree): Accept a BUFFER argument.
92 (describe_map): Ditto.
93 (describe_command): Ditto.
94
95 1997-11-29 Hrvoje Niksic <hniksic@srce.hr>
96
97 * insdel.c (signal_before_change): Don't treat
98 Vprin1_to_string_buffer specially.
99 (signal_after_change): Ditto.
100
101 * buffer.c (Fkill_buffer): Don't treat Vprin1_to_string_buffer
102 specially.
103 (complex_vars_of_buffer): Ditto.
104
105 * print.c (Ferror_message_string): Use Vprin1_to_string_stream.
106
107 * events.c (Fmake_event): Changed error message.
108
109 * print.c (Fprin1_to_string): Use a resizing-buffer stream.
110
111 1997-12-03 Hrvoje Niksic <hniksic@srce.hr>
112
113 * buffer.c (Fkill_buffer): Use EXTERNAL_LIST_LOOP.
114 (Fget_file_buffer): Use LIST_LOOP.
115
116 1997-12-02 Hrvoje Niksic <hniksic@srce.hr>
117
118 * editfns.c (save_excursion_save): Don't save VISIBLE-P.
119 (save_excursion_restore): Changed accordingly.
120 (save_excursion_restore): Free the markers and conses even if the
121 buffer is dead.
122 (save_restriction_restore): Use XCAR/XCDR.
123 (Fencode_time): Use XCAR/XCDR, when safe.
124
125 * menubar.c (Fnormalize_menu_item_name): Use INC_CHARPTR; allow
126 `%%' to mean `%'.
127
128 * minibuf.c (regexp_ignore_completion_p): Use EXTERNAL_LIST_LOOP;
129 check type of list elements.
130
131 * dired.c (file_name_completion): Set up a proper unwind form.
132 (file_name_completion_unwind): New function.
133 (file_name_completion): Allow errors.
134
135 * line-number.c (invalidate_line_number_cache): Would lose in
136 precence of Finsert_before_markers.
137 (narrow_line_number_cache): Only mark LINE_NUMBER_BEGV as dirty.
138 (buffer_line_number): Recalculate LINE_NUMBER_BEGV on demand.
139 (buffer_line_number): Would ignore LINE_NUMBER_FAR.
140
141 1997-12-01 Hrvoje Niksic <hniksic@srce.hr>
142
143 * fns.c (Fmapvector): Don't stack-allocate args; allocate the
144 vector and call mapcar1 with its data.
145
146 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com>
147
148 * objects-x.c: Added colormap/visual support, rewrote
149 allocate_nearest_color, and changed the x-color-instance to deal
150 with possibly not freeing a color.
151
152 * objects-x.h: Added dealloc_on_gc flag for x-color-instances.
153
154 * redisplay-x.c: Added colormap/visual support.
155
156 * balloon-x.c: Added colormap/visual support.
157
158 * console-x.h: Added colormap/visual support by adding visual,
159 depth and colormap slots to a device.
160
161 * device-x.c: Added colormap/visual support with the command line
162 options "-privcmap" and "-visual" and Xresources
163 ".privateColormap" and ".EmacsVisual". Also changed the
164 device-init so that the app-shell is always realized to properly
165 deal with GCs (previously only realized when OFFIX was
166 supported), and added the x-display-visual-depth lisp function to
167 complement x-display-visual-class.
168
169 * event-Xt.c: Added colormap/visual support, and stuck in a
170 patch/hack to change the way Xt inherits visuals to match the way
171 it inherits colormaps.
172
173 * frame-x.c: Added colormap/visual support.
174
175 * glyphs-x.c: Added colormap/visual support. Will probably need a
176 lot more work.
177
1 1997-11-27 Kyle Jones <kyle_jones@wonderworks.com> 178 1997-11-27 Kyle Jones <kyle_jones@wonderworks.com>
2 179
3 * src/keymap.c (munging_key_map_event_binding): Don't do 180 * src/keymap.c (munging_key_map_event_binding): Don't do
4 the meta char hack when processing key-translation-map. 181 the meta char hack when processing key-translation-map.
5 Return nil if the map to be processed (function-key-map 182 Return nil if the map to be processed (function-key-map