Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 298:70ad99077275 r21-0b47
Import from CVS: tag r21-0b47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:39:40 +0200 |
parents | 5a79be0ef6a8 |
children | 3cc9f0ebfbd1 |
comparison
equal
deleted
inserted
replaced
297:deca3c1083ac | 298:70ad99077275 |
---|---|
1 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 21.0-pre4 is released. | |
4 | |
5 1998-07-01 James N. Potts <jnpotts@plutonium.net> | |
6 | |
7 * fileio.c: (expand_file_name): under win32: Don't treat names | |
8 as UNC names if a drive letter has been specified. If a drive | |
9 has been specified, strip out extra directory-seperators that | |
10 reportedly cause problems under Win95. | |
11 | |
12 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
13 | |
14 * windowsnt.h: Define DUMP_SEPARATE_SECTION when building with | |
15 MSVC >= 5.0. Put emacs init and zero-init data in a special | |
16 section of the executable when this is defined. | |
17 | |
18 * unexnt.c, ntheap.h: | |
19 Removed unused find_section() and get_section_size(). | |
20 | |
21 * unexnt.c: | |
22 Fix up the executable's checksum after dumping otherwise the | |
23 profiler complains. | |
24 When DUMP_SEPARATE_SECTION is defined, don't need to dump | |
25 zero-init data separately from init data. Dump emacs data | |
26 into a special section of the executable. | |
27 When DUMP_SEPARATE_SECTION not defined, dump .bss up to | |
28 my_ebss instead of up to the end of bss. | |
29 | |
30 1998-07-09 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
31 | |
32 * filelock.c: Removed Vconfigure_lock_directory - already | |
33 defined in emacs.c. | |
34 | |
35 * frame-msw.c: Removed Qinitially_unmapped and Qpopup - already | |
36 defined in frame.c and general.c respectively. | |
37 | |
38 * glyphs-msw.c: Removed Qresource - already defined in | |
39 general.c. | |
40 | |
41 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
42 | |
43 * eldap.c (Fldap_search_internal): Docstring fixes | |
44 | |
45 1998-07-04 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
46 | |
47 * nt.c (init_environment): Removed unused PRELOAD_WINSOCK, | |
48 EMACSDOC and TERM variables. Added EMACSDEBUGPATHS, | |
49 EMACSPACKAGEPATH and INFOPATH variables. | |
50 Removed unused get_emacs_configuration function. | |
51 | |
52 * s/windowsnt.h: Don't define EMACS_CONFIGURATION here because | |
53 it is now defined at build-time by the makefile. | |
54 | |
55 1998-07-01 James N. Potts <jnpotts@plutonium.net> | |
56 | |
57 * fileio.c: (expand_file_name): under win32: Don't treat names as | |
58 UNC names if a drive letter has been specified. If a drive has | |
59 been specified, strip out extra directory-seperators that | |
60 reportedly cause problems under Win95. | |
61 | |
62 1998-07-05 Andy Piper <andyp@parallax.co.uk> | |
63 | |
64 * faces.c (complex_vars_of_faces): for the gui-element face don't | |
65 fallback to the default face, instead provide reasonable default | |
66 fallbacks that were previously hardcoded elsewhere. | |
67 | |
68 1998-07-06 Olivier Galibert <galibert@pobox.com> | |
69 | |
70 * glyphs-x.c (convert_EImage_to_XImage): Fix pixel writing problem | |
71 when the X server endianness is different than the client's one. | |
72 | |
73 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com> | |
74 | |
75 * eval.c (run_hook_with_args_in_buffer): Check | |
76 default (non-buffer-local) value of hook for | |
77 nil before treating it as a function. Don't initialize | |
78 the `globals' variable twice. | |
79 | |
80 1998-06-24 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
81 | |
82 * fileio.c: Don't do directory seperator canonicalisation in | |
83 substitute-in-file-name because we don't know that the | |
84 filename refers to a local file. | |
85 | |
86 1998-06-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
87 | |
88 * process-nt.c (nt_create_process): Try appending the standard | |
89 executable file extensions to the filename if none supplied. | |
90 | |
91 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
92 | |
93 * fileio.c (Fsubstitute_in_file_name): Enable double slash notation | |
94 for cygwin32. | |
95 From Keisuke Mori <ksk@ntts.com> | |
96 | |
97 1998-06-24 Andy Piper <andyp@parallax.co.uk> | |
98 | |
99 * toolbar-msw.c (mswindows_output_toolbar): only enable masked | |
100 images if we have masks. This handles the xbm case (have masks) | |
101 and avoids overuse of resources in the xpm case (generally no masks). | |
102 Don't output small toolbars. | |
103 | |
104 1998-06-29 Kyle Jones <kyle_jones@wonderworks.com> | |
105 | |
106 * eval.c (run_hook_with_args_in_buffer): Don't treat | |
107 the default value of a buffer local hook as a list of | |
108 hooks unless it is both a cons and the car of that cons | |
109 is not Qlambda. | |
110 | |
111 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
112 | |
113 * extents.c: Email address for Ben Wing is ben@xemacs.org. | |
114 * process-unix.c: Ditto. | |
115 * mule-coding.h: Ditto. | |
116 * mule-coding.c: Ditto. | |
117 * mule-charset.c: Ditto. | |
118 * mule-charset.h: Ditto. | |
119 * file-coding.c: Ditto. | |
120 * file-coding.h: Ditto. | |
121 | |
122 1998-06-22 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
123 | |
124 * event-msw.c: Guard against recursion when freeing | |
125 FRAME_MSWINDOWS_TARGET_RECT struture in WM_SIZE processing. | |
126 | |
127 * frame-msw.c: Don't set WS_VISIBLE attribute on first frame. | |
128 Call ShowWindow twice in init_frame_3 to get round runemacs | |
129 weirdness. | |
130 | |
131 1998-06-27 Hrvoje Niksic <hniksic@srce.hr> | |
132 | |
133 * scrollbar.c (vertical_scrollbar_changed_in_window): Ditto. | |
134 | |
135 * winslots.h: Rename. | |
136 | |
137 * window.c (specifier_vars_of_window): Renamed | |
138 vertical-divider-draggable-p to vertical-divider-always-visible-p, | |
139 as suggested by Ben Wing. | |
140 (specifier_vars_of_window): Fix docstrings. | |
141 | |
142 1998-06-22 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
143 | |
144 * unexaix.c: Line number information works correctly again. | |
145 | |
146 1998-06-22 Olivier Galibert <galibert@pobox.com> | |
147 | |
148 * emacs.c (__sti__iflPNGFile_c___): Added. See comment. Cry. | |
149 | |
150 1998-06-21 Martin Buchholz <martin@xemacs.org> | |
151 | |
152 * editfns.c (get_home_directory): ANSIfy. | |
153 XEmacs is compilable under C *and* C++. | |
154 It's XEmacs, not Xemacs! | |
155 | |
156 1998-06-19 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
157 | |
158 * console-msw.h: added a list of fonts to device data. | |
159 | |
160 * device-msw.c: enumerate list of available fonts in | |
161 mswindows_init_device. Free list in mswindows_delete_device. | |
162 | |
163 * objects-msw.c: Added helper function match_font used by | |
164 mswindows_initialize_font_instance and mswindows_list_fonts. | |
165 Allow a charset to be specified in a font string, even if | |
166 previous fields havn't been specified. | |
167 | |
168 1998-06-23 Greg Klanderman <greg@alphatech.com> | |
169 | |
170 * indent.c (column_at_point): column cache bugfix. | |
171 Set last_known_column_point to the buffer position for | |
172 which the column was requested, not buffer's point. | |
173 | |
174 * redisplay.c (decode_mode_spec): for current-column, show | |
175 window's point's column, not buffer's point's column. | |
176 | |
177 1998-06-23 Andy Piper <andyp@parallax.co.uk> | |
178 | |
179 * menubar-msw.c (mswindows_handle_wm_command): use | |
180 enqueue_misc_user event rather than | |
181 mswindows_enqueue_msic_user_event to fix customize problems. Add some | |
182 checks that X does. | |
183 | |
184 * console-msw.h: declare mswindows_enqueue_magic_event. | |
185 | |
186 * event-msw.c (mswindows_enqueue_magic_event): make global. | |
187 | |
188 1998-06-24 Hrvoje Niksic <hniksic@srce.hr> | |
189 | |
190 * line-number.c (LINE_NUMBER_FAR): Reverted to 16384. | |
191 (buffer_line_number): Use EMACS_INT_MAX instead of random LOTS. | |
192 (add_position_to_cache): Use EMACS_INT instead of int. | |
193 | |
1 1998-06-21 Olivier Galibert <galibert@pobox.com> | 194 1998-06-21 Olivier Galibert <galibert@pobox.com> |
2 | 195 |
3 * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something | 196 * lisp-disunion.h (XMARKBIT): Have XMARKBIT return something |
4 suitable for an int used as a boolean (btw, C sucks.). | 197 suitable for an int used as a boolean (btw, C sucks.). |
5 | 198 |