634
|
1 The changes in this release candidate (3) are grouped in the following
|
|
2 sections. Some patches overlap a couple of sections, I (somewhat
|
|
3 arbitrarily) assigned them to the section I thought was most
|
|
4 important.
|
|
5
|
|
6 Please review especially the RELEASE CANDIDATE 3, RELEASE CANDIDATE 2,
|
|
7 UI, and GENERAL sections, and others as you have interest/expertise.
|
|
8 The MISCELLANEOUS and DOCUMENTATION sections are entirely
|
|
9 uncontroversial and may safely be ignored.
|
|
10
|
|
11 To see the changes since 21.4.3, use
|
|
12 cvs diff -r r21-4-3 -r candidate-21-4
|
|
13 To see the changes since release candidate 1, use
|
|
14 cvs diff -r r21-4-4-rc1 -r candidate-21-4
|
|
15
|
|
16 I'm not committed to anything here irrevocably; this is just my first pass
|
|
17 at the next release candidate. Nor are things I've not included here
|
|
18 necessarily ruled out. Let me know if anything in needs out, or anything
|
|
19 out needs in, in your opinion.
|
|
20
|
|
21 RELEASE CANDIDATE 3
|
|
22 RELEASE CANDIDATE 2
|
|
23 UI and API CHANGES
|
|
24 GENERAL BUG FIXES
|
|
25 MS WINDOWS - printing
|
|
26 MS WINDOWS - set_file_times
|
|
27 MS WINDOWS - C-g handling
|
|
28 MS WINDOWS - miscellaneous
|
|
29 GTK
|
|
30 MISCELLANEOUS
|
|
31 DOCUMENTATION
|
|
32
|
|
33 RELEASE CANDIDATE 3
|
|
34
|
|
35 <15196.1288.138343.769692@turnbull.sk.tsukuba.ac.jp>
|
|
36 ./src/ChangeLog
|
|
37 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
38
|
|
39 * event-msw.c (mswindows_wnd_proc): Add GC debugging assert.
|
|
40
|
|
41 <15196.462.687249.746246@turnbull.sk.tsukuba.ac.jp>
|
|
42 ./ChangeLog
|
|
43 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
44
|
|
45 * configure.in (with_esd_sound): Default to no.
|
|
46
|
|
47 * configure.usage: Various documentation improvements.
|
|
48
|
|
49 * configure.in (--with-ipv6-cname): New Boolean option. Defaults on.
|
|
50 * configure.usage:
|
|
51 * PROBLEMS (IPv6 CNAME lookup):
|
|
52 Document it.
|
|
53
|
|
54 <15196.462.687249.746246@turnbull.sk.tsukuba.ac.jp>
|
|
55 ./src/ChangeLog
|
|
56 2001-07-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
57
|
|
58 * config.h.in (IPV6_CANONICALIZE): New #define for --with-ipv6-lookup.
|
|
59 * process-unix.c (unix_canonicalize_host_name):
|
|
60 sysdep.c (init_system_name):
|
|
61 Use it to conditionally support IPv6 canonicalization.
|
|
62
|
|
63 <FENWAY95sao0eCdPap400001472@fenway.corp.soundbite.com>
|
|
64 ./src/ChangeLog
|
|
65 2001-06-05 Paul Krause <pkrause@soundbite.com>
|
|
66
|
|
67 * event-msw.c: replace unsafe call to stderr_out with
|
|
68 mswindows_output_console_string
|
|
69
|
|
70 <n162ylx0.fsf@ecf.teradyne.com>
|
|
71 ./ChangeLog
|
|
72 2001-07-18 Adrian Aichner <adrian@xemacs.org>
|
|
73
|
|
74 * etc\TUTORIAL: Fix minor typo.
|
|
75 * etc\TUTORIAL.de: Sync with TUTORIAL.
|
|
76
|
|
77 RELEASE CANDIDATE 2
|
|
78
|
|
79 Typo in ChangeLog fix due to Nix.
|
|
80
|
|
81 Change format of in version.sh codename string due to Bill Gates.
|
|
82 Reported by Adrian.
|
|
83
|
|
84 <yosupub9h4de.fsf@jpl.org>
|
|
85 ./lisp/ChangeLog
|
|
86 2001-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
87
|
|
88 * mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
|
|
89 mixed text.
|
|
90 (kinsoku-eol-p): Ditto.
|
|
91
|
|
92 2001-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
|
|
93
|
|
94 * mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
|
|
95 kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
|
|
96 characters as the category `s' or `e' correctly.
|
|
97
|
|
98 <yz17kyxzij2.fsf@milhouse.cs.cornell.edu>
|
|
99 ./src/Changelog
|
|
100 2001-05-31 Paul Stodghill <stodghil@cs.cornell.edu>
|
|
101
|
|
102 * event-msw.c:
|
|
103 Cygwin does not define WM_IME_xxx. Modify the #if's accordingly.
|
|
104
|
|
105 <003601c0e020$67f10d40$6401a8c0@paulkrause>
|
|
106 ./src/ChangeLog
|
|
107 2001-05-19 Paul Krause <paulkrause1@mediaone.net>
|
|
108
|
|
109 * scrollbar-msw.c: Fixes a crash that occurs on Windows when an
|
|
110 attempt is made to scroll when no scroll bar is available.
|
|
111
|
|
112 <005f01c10fbc$6c61edb0$090a050a@soundbite.com>
|
|
113 ./nt/ChangeLog
|
|
114 2001-07-18 Paul Krause <paulkrause1@mediaone.net>
|
|
115
|
|
116 xemacs.mak: Improved detection for cygwin perl.
|
|
117
|
|
118 Supercedes <FENWAYUfKRfcjcMzfoV00000f4e@fenway.corp.soundbite.com>
|
|
119
|
|
120 <15133.17889.988505.202517@tyranny.hsys.msk.ru>
|
|
121 ./man/ChangeLog
|
|
122 2001-06-06 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
123
|
|
124 * xemacs/mule.texi: Typo fixes and describe CCL and fonts.
|
|
125 * lispref/mule.texi: Typo fixes and describe set-charset-registry.
|
|
126
|
|
127 <15133.17889.988505.202517@tyranny.hsys.msk.ru>
|
|
128 ./lisp/ChangeLog
|
|
129 2001-06-06 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
130
|
|
131 * mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font.
|
|
132
|
|
133 ./lisp/ChangeLog
|
|
134 2001-06-14 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
135
|
|
136 * mule/cyrillic.el: Set up case table.
|
|
137
|
|
138 <y9lofrz77zt.fsf@informatik.uni-tuebingen.de>
|
|
139 ./lisp/ChangeLog
|
|
140 2001-06-08 Mike Sperber <mike@xemacs.org>
|
|
141
|
|
142 * files.el (save-some-buffers-1): Don't zap the help window right
|
|
143 after `map-y-or-n-p' has popped it up.
|
|
144
|
|
145 <15142.14867.525787.322728@turnbull.sk.tsukuba.ac.jp>
|
|
146 ./nt/ChangeLog
|
|
147 2001-06-12 Stephen J. Turnbull <stephen@xemacs.org>
|
|
148
|
|
149 * xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG.
|
|
150 (USE_MINITAR): Default to HAVE_ZLIB.
|
|
151 (MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS.
|
|
152 (mostlyclean, nicenclean, distclean, versionclean): Only one target
|
|
153 per invocation of $(DEL); don't use unneeded switches (WinME support).
|
|
154
|
|
155 UI and API CHANGES
|
|
156
|
|
157 <y9lwv966j49.fsf@sams.informatik.uni-tuebingen.de>
|
|
158 ./src/ChangeLog
|
|
159 2001-03-31 Mike Sperber <mike@xemacs.org>
|
|
160
|
|
161 * search.c (Freplace_match): Support FSF-style specification of
|
|
162 match subexpression when applied to a buffer.
|
|
163
|
|
164 <15160.50052.863645.73187@europe.nortel.com>
|
|
165 ./lisp/ChangeLog
|
|
166 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
167
|
|
168 * packages.el (locate-library): Use read-library-name for completion.
|
|
169
|
|
170 <15160.50790.460079.416332@europe.nortel.com>
|
|
171 ./lisp/ChangeLog
|
|
172 2001-06-26 Robert Pluim <rpluim@bigfoot.com>
|
|
173
|
|
174 * package-ui.el (pui-install-selected-packages): reverse the lists
|
|
175 of packages so that they get handled in the same order as they
|
|
176 were selected.
|
|
177
|
|
178 <microsoft-free.x4pub3lxg4.fsf@slackware.mynet.pc>
|
|
179 ./src/ChangeLog
|
|
180 2001-07-14 Sean MacLennan <seanm@storm.ca>
|
|
181
|
|
182 * package-admin.el (package-install-hook): New.
|
|
183 (package-delete-hook): New.
|
|
184 (package-admin-add-single-file-package): Use package-delete-hook.
|
|
185
|
|
186 * package-get.el (package-get): Use package-install-hook.
|
|
187
|
|
188 <sxsoftm4b29.fsf@florida.arsdigita.de>
|
|
189 ./lisp/ChangeLog
|
|
190 2001-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
|
|
191
|
|
192 * about.el (about-mailto-link): Use compose-mail for sending mail.
|
|
193
|
|
194 <muxy9sz343m.fsf@uzeb.lrde.epita.fr>
|
|
195 ./lisp/ChangeLog
|
|
196 2001-04-17 Didier Verna <didier@xemacs.org>
|
|
197
|
|
198 * startup.el (load-user-init-file): define `custom-file' before
|
|
199 loading the user's init file.
|
|
200
|
|
201 <mux1yqqdqbq.fsf@uzeb.lrde.epita.fr>
|
|
202 ./lisp/ChangeLog
|
|
203 2001-04-18 Didier Verna <didier@xemacs.org>
|
|
204
|
|
205 * cus-edit.el (Custom-reset-standard): reset to standard settings
|
|
206 not only when the buffer's :custom-state is 'modified, but also
|
|
207 when it is 'set or 'saved.
|
|
208
|
|
209 GENERAL BUG FIXES
|
|
210
|
|
211 <uofrqvxzn.fsf@ispras.ru>
|
|
212 ./lisp/ChangeLog
|
|
213 2001-06-15 Nick Pakoulin <npak@ispras.ru>
|
|
214
|
|
215 * help.el (frob-help-extents): Require 'hyper-apropos for faces.
|
|
216
|
|
217 <mqqoftzthg6.fsf@eng.cam.ac.uk>
|
|
218 ./ChangeLog
|
|
219 2001-04-14 Gordon Sadler <gbsadler1@lcisp.com>
|
|
220
|
|
221 * configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.
|
|
222
|
|
223 <15167.31192.971882.809294@tyranny.hsys.msk.ru>
|
|
224 ./ChangeLog
|
|
225 2001-07-01 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
226
|
|
227 * configure.in (option processing): with_widgets=m is ambiguous;
|
|
228 don't allow it.
|
|
229 (AC_CHECKING for the Athena widgets): Don't check for Athena when
|
|
230 with_widgets=no.
|
|
231
|
|
232 <5020000.994949898@flashingchance>
|
|
233 ./src/ChangeLog
|
|
234 2001-07-11 Matt Tucker <tuck@whistlingfish.net>
|
|
235
|
|
236 * syntax.c (find_start_of_comment):
|
|
237 Fix `unbalanced parentheses' bug when dealing with mixed comment
|
|
238 styles in c++/java/etc. mode
|
|
239
|
|
240 <15111.24585.586600.484683@gargle.gargle.HOWL>
|
|
241 ./lisp/ChangeLog
|
|
242 2001-05-20 Martin Buchholz <martin@xemacs.org>
|
|
243
|
|
244 * bytecomp.el (byte-compile-arithcompare):
|
|
245 Only optimize (= x) ==> t if byte-compile-delete-errors is not nil.
|
|
246
|
|
247 <15112.31246.180077.975624@gargle.gargle.HOWL>
|
|
248 ./lisp/ChangeLog
|
|
249 2001-05-21 Martin Buchholz <martin@xemacs.org>
|
|
250
|
|
251 * byte-optimize.el (=): `=' is not a binary predicate!
|
|
252 Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
|
|
253 Use byte-optimize-predicate, not byte-optimize-binary-predicate,
|
|
254
|
|
255 <15123.9022.247285.42002@gargle.gargle.HOWL>
|
|
256 ./ChangeLog
|
|
257 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
258
|
|
259 * configure.in: Remove stray backslash.
|
|
260
|
|
261 <15127.8885.609982.512779@gargle.gargle.HOWL>
|
|
262 ./tests/ChangeLog
|
|
263 2001-05-29 Martin Buchholz <martin@xemacs.org>
|
|
264
|
|
265 * automated/mule-tests.el:
|
|
266 Avoid test failure if (temp-directory) is a symlink.
|
|
267
|
|
268 <B72977D8.45533%abegel@eecs.berkeley.edu>
|
|
269 ./src/ChangeLog
|
|
270 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
|
|
271
|
|
272 * lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Add needed cast.
|
|
273
|
|
274 <B729780C.45534%abegel@eecs.berkeley.edu>
|
|
275 ./ChangeLog
|
|
276 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu>
|
|
277
|
|
278 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.
|
|
279
|
|
280 <87u22s1ffj.fsf@u.sanpo.t.u-tokyo.ac.jp>
|
|
281 ./src/ChangeLog
|
|
282 2001-05-11 Yoshiki Hayashi <yoshiki@xemacs.org>
|
|
283
|
|
284 * lisp.h (EMACS_INT_MAX): This should be one bit less since
|
|
285 EMACS_INT is signed.
|
|
286
|
|
287 <200104180223.WAA13090@mclean.mail.mindspring.net>
|
|
288 2001-04-17 Isaac Hollander <ysh@mindspring.com>
|
|
289
|
|
290 * gnuserv.c (setup_table): fix 2 signed/unsigned mismatches
|
|
291 * gnuslib.c (connect_to_internet_server): fix signed/unsigned mismatch
|
|
292
|
|
293 <200106220151.VAA31665@gwyn.tux.org>
|
|
294 ./src/ChangeLog
|
|
295
|
|
296 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
297
|
|
298 * dired-msw.c (Fmswindows_insert_directory):
|
|
299 Fix problem noted by Michael Sperber with directories containing
|
|
300 [] and code that destructively modifies an existing string.
|
|
301
|
|
302 <20010409161535.B15607@ool-18b88ad6.dyn.optonline.net>
|
|
303 ./lisp/ChangeLog
|
|
304 2001-04-09 Danny Colascione <qtmstr@optonline.net>
|
|
305
|
|
306 * menubar.el (popup-mode-menu): Make it work with
|
|
307 popup-menu-titles turned off.
|
|
308
|
|
309 <200105121126.HAA26657@gwyn.tux.org>
|
|
310 ./lisp/ChangeLog
|
|
311 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
312
|
|
313 * find-paths.el (paths-find-recursive-path):
|
|
314 fix error with null EXCLUDE-REGEXP.
|
|
315
|
|
316 * font-lock.el (font-lock-mode):
|
|
317 fix problem reported by hrvoje with buffers starting with a space.
|
|
318
|
|
319 <200106220151.VAA31665@gwyn.tux.org>
|
|
320 ./lisp/ChangeLog
|
|
321 2001-06-21 Ben Wing <ben@xemacs.org>
|
|
322
|
|
323 * help.el (frob-help-extents): Fix problem with undefined face.
|
|
324 * update-elc.el (update-elc-files-to-compile): Compile in proper order.
|
|
325
|
|
326 * keydefs.el (global-map): Add a defn for M-?, previously
|
|
327 undefined, to access help -- in case the terminal is not set up
|
|
328 right, or f1 gets redefined.
|
|
329
|
|
330 MS WINDOWS - printing
|
|
331
|
|
332 <200105060838.EAA10366@gwyn.tux.org>
|
|
333 ./src/ChangeLog
|
|
334 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
335
|
|
336 * console-msw.h:
|
|
337 * device-msw.c:
|
|
338 * device-msw.c (print_dialog_worker):
|
|
339 * device-msw.c (mswindows_handle_print_dialog_box):
|
|
340 * device-msw.c (syms_of_device_mswindows):
|
|
341 * dialog-msw.c (mswindows_make_dialog_box_internal):
|
|
342 * general-slots.h:
|
|
343 implement printing the selection when it's selected.
|
|
344
|
|
345 <200105060838.EAA10366@gwyn.tux.org>
|
|
346 ./lisp/ChangeLog
|
|
347 2001-05-06 Ben Wing <ben@xemacs.org>
|
|
348
|
|
349 * dialog.el (make-dialog-box):
|
|
350 * menubar-items.el (default-menubar):
|
|
351 * printer.el (generic-print-buffer):
|
|
352 * printer.el (generic-print-region):
|
|
353 implement printing the selection when it's selected.
|
|
354
|
|
355 MS WINDOWS - set_file_times
|
|
356
|
|
357 <1yp8gt63.fsf@rapier.ecf.teradyne.com>
|
|
358 ./src/ChangeLog
|
|
359 2001-05-29 Adrian Aichner <adrian@xemacs.org>
|
|
360
|
|
361 * fileio.c: Include nt.h. Remove lisp_string_set_file_times()
|
|
362 because set_file_times() now takes Lisp_Object path, instead of
|
|
363 char*.
|
|
364 * nt.c: Include buffer.h.
|
|
365 * nt.c (convert_from_time_t): New.
|
|
366 * nt.c (mswindows_utime): New. Use utime, since SetFileTime does
|
|
367 not set mtime correctly.
|
|
368 * nt.h: Declare mswindows_utime().
|
|
369 * sysdep.c (set_file_times): set_file_times() now takes Lisp_Object
|
|
370 path, instead of char*.
|
|
371 * systime.h: Include <sys/utime.h> on WIN32_NATIVE.
|
|
372
|
|
373 <200106020618.CAA12498@gwyn.tux.org>
|
|
374 ./src/ChangeLog
|
|
375 2001-06-01 Ben Wing <ben@xemacs.org>
|
|
376
|
|
377 * nt.c (mswindows_utime):
|
|
378 * nt.c (close_file_data):
|
|
379 fix off-by-one-indirection error.
|
|
380
|
|
381 MS WINDOWS - C-g handling
|
|
382
|
|
383 <200105311247.IAA28237@gwyn.tux.org>
|
|
384 ./src/ChangeLog addition:
|
|
385 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
386
|
|
387 For 21.4:
|
|
388
|
|
389 (Stephen, just take all event-msw.c patches. This includes
|
|
390 the "iconify" fix below.)
|
|
391
|
|
392 * event-msw.c:
|
|
393 * event-msw.c (mswindows_dequeue_dispatch_event):
|
|
394 * event-msw.c (assert):
|
|
395 * event-msw.c (emacs_mswindows_quit_p):
|
|
396 * event-msw.c (debug_mswin_messages):
|
|
397 * event-msw.c (debug_output_mswin_message):
|
|
398 * event-msw.c (vars_of_event_mswindows):
|
|
399 Fix yet more problems with C-g handling.
|
|
400 Implement debug-mswindows-events.
|
|
401
|
|
402 MS WINDOWS - miscellaneous
|
|
403
|
|
404 <15119.11444.70000.574489@gargle.gargle.HOWL>
|
|
405 ./src/ChangeLog
|
|
406 2001-05-25 Craig Lanning <CraigL@Knology.net>
|
|
407
|
|
408 * s\mingw32.h:
|
|
409 Properly find MinGW's <process.h> inside Cygwin's restructured
|
|
410 include directories. Don't try to include <cygwin/version.h>
|
|
411 since we are dropping support for MinGW in versions of Cygwin
|
|
412 earlier than b21.
|
|
413 * nt.c:
|
|
414 Drop support for MinGW in versions of Cygwin before b21.
|
|
415 * sysdep.c:
|
|
416 Properly find MinGW's <process.h> inside Cygwin's restructured
|
|
417 include directories.
|
|
418 * syswindows.h:
|
|
419 Drop support for MinGW in versions of Cygwin before b21.
|
|
420 * unexcw.c:
|
|
421 Even though a.out.h is no longer detected by configure, allow
|
|
422 MinGW to use it until we figure out how to do the job with Win32.
|
|
423
|
|
424 <FENWAYUfKRfcjcMzfoV00000f4e@fenway.corp.soundbite.com>
|
|
425 ./nt/ChangeLog
|
|
426 2001-05-28 Paul Krause <pkrause@soundbite.com>
|
|
427
|
|
428 * xemacs.mak (DEPEND): defined(_) isn't a reliable method for
|
|
429 detecting if perl is from cygwin. Check $OSNAME as a backup.
|
|
430
|
|
431 DISCARDED: Superseded <005f01c10fbc$6c61edb0$090a050a@soundbite.com>
|
|
432
|
|
433 <4.3.2.7.2.20010517121830.00b0a920@san-francisco.beasys.com>
|
|
434 ./netinstall/ChangeLog
|
|
435 2001-05-17 Andy Piper <andy@xemacs.org>
|
|
436
|
|
437 * sysfile.h: don't assume that file attributes are boolean
|
|
438
|
|
439 2001-05-17 Andy Piper <andy@xemacs.org>
|
|
440
|
|
441 * win32.h:
|
|
442 * win32.h (NOCOMATTRIBUTE): sync with latest cygwin version.
|
|
443
|
|
444 <62532263.3200087799@[148.59.233.133]>
|
|
445 ./src/ChangeLog
|
|
446 2001-05-29 Mike Alexander <mta@arbortext.com>
|
|
447
|
|
448 * console-msw.h (FRAME_MSPRINTER_CHARHEIGHT): Unswap
|
|
449 FRAME_MSPRINTER_CHARWIDTH and FRAME_MSPRINTER_CHARHEIGHT
|
|
450
|
|
451 <200105121126.HAA26657@gwyn.tux.org>
|
|
452 ./src/ChangeLog
|
|
453 2001-05-12 Ben Wing <ben@xemacs.org>
|
|
454
|
|
455 * event-msw.c (mswindows_dde_callback):
|
|
456 * event-msw.c (mswindows_wnd_proc):
|
|
457 eliminate cygwin warnings.
|
|
458
|
|
459 <200105231035.GAA13007@gwyn.tux.org>
|
|
460 ./src/ChangeLog
|
|
461 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
462
|
|
463 * device-msw.c (msprinter_init_device):
|
|
464 signal an error rather than crash with an unavailable network
|
|
465 printer (from Mike Alexander).
|
|
466
|
|
467 * event-msw.c:
|
|
468 * event-msw.c (struct winsock_stream):
|
|
469 * event-msw.c (winsock_writer):
|
|
470 * event-msw.c (winsock_closer):
|
|
471 * event-msw.c (make_winsock_stream_1):
|
|
472 cleanup headers. fix (hopefully) an error with data corruption
|
|
473 when sending to a network connection.
|
|
474
|
|
475 * fileio.c (Fexpand_file_name): Fix evil code that attempts
|
|
476 to handle the ~user prefix by (a) always assuming we're referencing
|
|
477 ourselves and not even verifying the user -- hence any file with
|
|
478 a tilde as its first char is invalid! (b) if there wasn't a slash
|
|
479 following the filename, the pointer was set *past* the end of
|
|
480 file and we started reading from uninitialized memory. Now we
|
|
481 simply treat these as files, always.
|
|
482
|
|
483 * buffer.c (common_init_complex_vars_of_buffer): comment change.
|
|
484
|
|
485 <200105231147.HAA15653@gwyn.tux.org>
|
|
486 ./src/ChangeLog
|
|
487 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
488
|
|
489 * event-msw.c (winsock_writer):
|
|
490 * event-msw.c (winsock_closer):
|
|
491 prior kludgy code was clobbering the buffer, thinking it was
|
|
492 "unused" space to store an unneeded return value; instead, use
|
|
493 the variable we've already got staring us in the face.
|
|
494
|
|
495 <4.3.2.7.2.20010524160839.02dfa610@pop>
|
|
496 ./src/ChangeLog
|
|
497 2001-05-24 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
|
|
498
|
|
499 * event-msw.c (WM_DROPFILES): Use correct type for OLE characters.
|
|
500
|
|
501 GTK
|
|
502
|
|
503 <86snhme1pz.fsf@hel.bp.aventail.com>
|
|
504 ./src/ChangeLog
|
|
505 2001-05-30 William M. Perry <wmperry@gnu.org>
|
|
506
|
|
507 * event-gtk.c: Check for buttons as modifier keys.
|
|
508
|
|
509 <8666eh375k.fsf@hel.bp.aventail.com>
|
|
510 ./lisp/ChangeLog
|
|
511 2001-05-31 William M. Perry <wmperry@gnu.org>
|
|
512
|
|
513 * font-menu.el: Avoid arithmetic with 'nil' when using the font menu
|
|
514 in XEmacs/GTK.
|
|
515
|
|
516 <863d9hf0rd.fsf@hel.bp.aventail.com>
|
|
517 ./lisp/ChangeLog
|
|
518 2001-06-03 William M. Perry <wmperry@gnu.org>
|
|
519
|
|
520 * dialog-gtk.el (popup-builtin-open-dialog): Don't forget to
|
|
521 return the filename selected by the user!
|
|
522
|
|
523 <987338379.7732.0.camel@loki.lausch.at>
|
|
524 ./src/ChangeLog
|
|
525 2001-04-15 Michael Lausch <mla@1012surf.net>
|
|
526
|
|
527 * scrollbar-gtk.c (gtk_create_scrollbar_instance): Call
|
|
528 gtk_widget_request_size() to give scrollbar >0 width for
|
|
529 GTK >1.2.8.
|
|
530
|
|
531 <86ae3t378p.fsf@hel.bp.aventail.com>
|
|
532 ./src/ChangeLog
|
|
533 2001-05-20 Drazen Kacar <dave@arsdigita.com>
|
|
534
|
|
535 * glyphs-gtk.c (gtk_resource_instantiate): C++ comment -> #if 0
|
|
536
|
|
537 <15189.33914.633203.591427@turnbull.sk.tsukuba.ac.jp>
|
|
538 ./lisp/ChangeLog
|
|
539 2001-07-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
540
|
|
541 * specifier.el: define-specifier-tag 'gtk.
|
|
542
|
|
543 MISCELLANEOUS
|
|
544
|
|
545 <200105230148.VAA13292@mclean.mail.mindspring.net>
|
|
546 ./src/ChangeLog
|
|
547 2001-05-22 Isaac Hollander <ysh@mindspring.com>
|
|
548
|
|
549 * Makefile.in.in: Use TAR macro instead of hardcoding
|
|
550 tar. Allows use of GNU tar instead of system tar
|
|
551
|
|
552 DOCUMENTATION
|
|
553
|
|
554 A bunch of typo fixes from the late Beta Release Engineer with no
|
|
555 ChangeLogs; leave them that way in memorium.
|
|
556
|
|
557 <iluk82vvtx8.fsf@barbar.josefsson.org>
|
|
558 ./man/ChangeLog
|
|
559 2001-06-02 Simon Josefsson <simon@josefsson.org>
|
|
560
|
|
561 * internals/internals.texi (Techniques for XEmacs Developers): Fix
|
|
562 typo in ./configure line.
|
|
563
|
|
564 <87bsof9zbk.fsf@n-pl.org>
|
|
565 ./ChangeLog
|
|
566 2001-05-27 Kazuo Oishi <oishi@n-pl.org>
|
|
567
|
|
568 * etc/xemacs-ja.1: Replace with new translation.
|
|
569
|
|
570 <20010529193619.2664.qmail@hsys.msk.ru>
|
|
571 ./man/ChangeLog
|
|
572 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
573
|
|
574 * xemacs/custom.texi: Documented keyboard shortcut.
|
|
575
|
|
576 * xemacs/mule.texi: Updated to match reality; tiny fixes.
|
|
577
|
|
578 <20010529193619.2664.qmail@hsys.msk.ru>
|
|
579 ./lisp/ChangeLog
|
|
580 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru>
|
|
581
|
|
582 * coding.el: Tiny typo fixed.
|
|
583
|
|
584 <200106081225.IAA31075@gwyn.tux.org>
|
|
585 ./man/ChangeLog
|
|
586 2001-06-08 Ben Wing <ben@xemacs.org>
|
|
587
|
|
588 * xemacs-faq.texi (Top):
|
|
589 * xemacs-faq.texi (MS Windows):
|
|
590 * xemacs-faq.texi (Q6.2.1):
|
|
591 * xemacs-faq.texi (Q6.2.2):
|
|
592 * xemacs-faq.texi (Q6.2.3):
|
|
593 * xemacs-faq.texi (Q6.2.4):
|
|
594 * xemacs-faq.texi (Q6.2.5):
|
|
595 * xemacs-faq.texi (Q6.3.1):
|
|
596 * xemacs-faq.texi (Q6.3.2):
|
|
597 * xemacs-faq.texi (Q6.3.3):
|
|
598 * xemacs-faq.texi (Q6.3.4):
|
|
599 * xemacs-faq.texi (Q6.4.1):
|
|
600 * xemacs-faq.texi (Q6.4.2):
|
|
601 * xemacs-faq.texi (Current Events):
|
|
602 * xemacs-faq.texi (Q7.0.1):
|
|
603 * xemacs-faq.texi (Q7.0.2):
|
|
604 * xemacs-faq.texi (Q7.0.3):
|
|
605 * xemacs-faq.texi (Q7.0.4):
|
|
606 * xemacs-faq.texi (Q7.0.5):
|
|
607 * xemacs-faq.texi (Q7.0.6):
|
|
608 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7
|
|
609 to update current reality and add condensed versions of
|
|
610 new changes for 21.1 and 21.4. (Not quite done for 21.4.)
|
|
611 Lots more Windows updates.
|
|
612
|
|
613 <200106101053.GAA12271@gwyn.tux.org>
|
|
614 ./man/ChangeLog
|
|
615 2001-06-10 Ben Wing <ben@xemacs.org>
|
|
616
|
|
617 * xemacs-faq.texi (Q1.0.10):
|
|
618 * xemacs-faq.texi (Q1.0.11):
|
|
619 * xemacs-faq.texi (Q1.0.12):
|
|
620 Update sections on Windows and MacOS availability.
|
|
621
|
|
622 <8zi7hxlo.fsf@ecf.teradyne.com>
|
|
623 ./man/ChangeLog
|
|
624 2001-07-02 Adrian Aichner <adrian@xemacs.org>
|
|
625
|
|
626 * lispref\windows.texi (Window Configurations): Fix typos.
|
|
627 * lispref\x-windows.texi (Resources): Ditto.
|
|
628 * internals\internals.texi (XEmacs From the Inside): Ditto.
|
|
629 * emodules.texi (Initialization Mode): Ditto.
|
|
630 * xemacs-faq.texi (Q6.3.2): Ditto.
|
|
631
|
|
632 <1ynzhwt3.fsf@ecf.teradyne.com>
|
|
633 ./man/ChangeLog
|
|
634 2001-07-02 Adrian Aichner <adrian@xemacs.org>
|
|
635
|
|
636 * xemacs-faq.texi (Q1.0.14): Update information following a
|
|
637 request by Tom Mostyn.
|
|
638
|
|
639 ./man/ChangeLog
|
|
640 2001-06-24 Stephen J. Turnbull <stephen@xemacs.org>
|
|
641
|
|
642 * xemacs/programs.texi: Add node name (Top) to Ebrowse xref.
|
|
643
|
|
644 [Long since committed; added ChangeLog]
|
|
645 <scm66jlgfkm.fsf@hookah.kazbek.ispras.ru>
|
|
646 ./lisp/ChangeLog
|
|
647 2001-01-12 Nick V. Pakoulin <npak@ispras.ru>
|
|
648
|
|
649 * cl-macs.el (cl-upcase-arg): New function.
|
|
650 (cl-function-arglist): New function.
|
|
651 (cl-transform-lambda): Automatically add CL-style lambda list to
|
|
652 documentation string using functions above.
|
|
653
|
|
654 <200105170631.CAA32586@gwyn.tux.org>
|
|
655 ./man/ChangeLog
|
|
656 2001-05-16 Ben Wing <ben@xemacs.org>
|
|
657
|
|
658 * xemacs-faq.texi (Top):
|
|
659 * xemacs-faq.texi (Installation):
|
|
660 * xemacs-faq.texi (Q2.1.15):
|
|
661 * xemacs-faq.texi (Q2.1.18):
|
|
662 * xemacs-faq.texi (Q2.1.19):
|
|
663 document how to debug X errors
|
|
664
|
|
665 <200105200118.VAA32224@gwyn.tux.org>
|
|
666 ./src/ChangeLog
|
|
667 2001-05-19 Ben Wing <ben@xemacs.org>
|
|
668
|
|
669 * eval.c: doc comment about gcpro'ing in record_unwind_protect.
|
|
670
|
|
671 * process-nt.c:
|
|
672 * process-nt.c (vars_of_process_nt):
|
|
673 remove unused mswindows-quote-process-args. rec for 21.4.
|
|
674
|
|
675 <200105231035.GAA13007@gwyn.tux.org>
|
|
676 ./nt/ChangeLog
|
|
677 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
678
|
|
679 * xemacs.mak (installation):
|
|
680 call `ver' to get the exact os version and put it in the
|
|
681 installation; suggestion from adrian.
|
|
682
|
|
683 <200105231035.GAA13007@gwyn.tux.org>
|
|
684 ./ChangeLog addition
|
|
685 2001-05-23 Ben Wing <ben@xemacs.org>
|
|
686
|
|
687 * etc\sample.init.el:
|
|
688 * etc\sample.init.el (Init-safe-require): New.
|
|
689 * etc\sample.init.el ((fboundp 'pending-delete-mode)):
|
|
690 * etc\sample.init.el ((eq system-type 'windows-nt)):
|
|
691 * etc\sample.init.el (dired):
|
|
692 * etc\sample.init.el ((Init-safe-require 'efs-auto)):
|
|
693 * etc\sample.init.el (completer):
|
|
694 * etc\sample.init.el (crypt):
|
|
695 * etc\sample.init.el (filladapt):
|
|
696 * etc\sample.init.el ((fboundp 'turn-on-lazy-lock)):
|
|
697 * etc\sample.init.el ((fboundp 'resize-minibuffer-mode)):
|
|
698 * etc\sample.init.el ((Init-safe-require 'scroll-in-place)):
|
|
699 Rewrite to be much more careful about loading features -- now
|
|
700 it decays gracefully even in the complete absence of packages.
|
|
701 Also avoid doing obnoxious things when loading efs.
|
|
702
|
|
703 <200105311247.IAA28237@gwyn.tux.org>
|
|
704 ./man/ChangeLog
|
|
705 2001-05-30 Ben Wing <ben@xemacs.org>
|
|
706
|
|
707 * xemacs-faq.texi (Top):
|
|
708 * xemacs-faq.texi (MS Windows):
|
|
709 * xemacs-faq.texi (Q6.0.1):
|
|
710 * xemacs-faq.texi (Q6.0.2):
|
|
711 * xemacs-faq.texi (Q6.0.3):
|
|
712 * xemacs-faq.texi (Q6.0.4):
|
|
713 * xemacs-faq.texi (Q6.1.1):
|
|
714 * xemacs-faq.texi (Q6.1.4):
|
|
715 * xemacs-faq.texi (Q6.1.5):
|
|
716 * xemacs-faq.texi (Q6.1.6):
|
|
717 * xemacs-faq.texi (Q6.2.1):
|
|
718 * xemacs-faq.texi (Q6.2.2):
|
|
719 * xemacs-faq.texi (Q6.3.1):
|
|
720 * xemacs-faq.texi (Q6.3.2):
|
|
721 * xemacs-faq.texi (Q6.3.3):
|
|
722 * xemacs-faq.texi (Q6.4.1):
|
|
723 * xemacs-faq.texi (Current Events):
|
|
724 Major rewrite.
|
|
725 Update all MS Windows info to current.
|
|
726 Redo section 6.1 almost completely.
|
|
727 Incorporate sections 1 and 2 of Hrvoje's FAQ.
|
|
728
|
|
729 <8zhqhahu.fsf@ecf.teradyne.com>
|
|
730 ./lisp/ChangeLog
|
|
731 2001-07-15 Adrian Aichner <adrian@xemacs.org>
|
|
732
|
|
733 * about.el (about-personal-info): Fix word duplication typos.
|
|
734 * dialog.el (make-dialog-box): Ditto.
|
|
735 * lisp-mode.el (lisp-indent-function): Ditto.
|
|
736 * package-admin.el (package-admin-delete-binary-package): Ditto.
|
|
737 * package-get.el (package-get-staging-dir): Ditto.
|
|
738
|