Mercurial > hg > xemacs-beta
comparison etc/ChangeLog @ 793:e38acbeb1cae
[xemacs-hg @ 2002-03-29 04:46:17 by ben]
lots o' fixes
etc/ChangeLog: New file.
Separated out all entries for etc/ into their own ChangeLog.
Includes entries for the following files:
etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad,
etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL,
etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS,
etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL,
etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se,
etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh,
etc/custom/example-themes/europe-theme.el,
etc/custom/example-themes/ex-custom-file,
etc/custom/example-themes/example-theme.el, etc/e/eterm.ti,
etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1,
etc/gnuserv.README, etc/package-index.LATEST.gpg,
etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm,
etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs,
etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E,
etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm,
etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm,
etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar,
etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1,
etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL,
etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el,
etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\*
unicode/unicode-consortium/8859-16.TXT: New file.
mule/english.el: Define this charset now, since a bug was fixed that formerly
prevented it.
mule/ethio-util.el: Fix compile errors involving Unicode `characters', which should be
integers.
Makefile.in.in: Always include gui.c, to fix compile error when TTY-only.
EmacsFrame.c, abbrev.c, alloc.c, buffer.c, buffer.h, bytecode.c, bytecode.h, callint.c, callproc.c, casetab.c, casetab.h, charset.h, chartab.c, chartab.h, cmds.c, console-msw.c, console-msw.h, console-tty.c, console-x.c, console-x.h, console.c, console.h, data.c, database.c, device-gtk.c, device-msw.c, device-x.c, device.c, device.h, dialog-msw.c, doc.c, doprnt.c, dumper.c, dynarr.c, editfns.c, eldap.c, eldap.h, elhash.c, elhash.h, emacs.c, eval.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, event-unixoid.c, events.c, events.h, extents.c, extents.h, faces.c, faces.h, file-coding.c, file-coding.h, fileio.c, filelock.c, fns.c, frame-gtk.c, frame-msw.c, frame-tty.c, frame-x.c, frame.c, frame.h, free-hook.c, general-slots.h, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gpmevent.c, gtk-xemacs.c, gui-msw.c, gui-x.c, gui-x.h, gui.c, gui.h, gutter.c, gutter.h, indent.c, input-method-xlib.c, insdel.c, keymap.c, keymap.h, lisp-disunion.h, lisp-union.h, lisp.h, lread.c, lrecord.h, lstream.c, lstream.h, marker.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, minibuf.c, mule-canna.c, mule-ccl.c, mule-charset.c, mule-wnnfns.c, native-gtk-toolbar.c, objects-msw.c, objects-tty.c, objects-x.c, objects.c, objects.h, opaque.c, opaque.h, postgresql.c, postgresql.h, print.c, process-unix.c, process.c, process.h, rangetab.c, rangetab.h, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, scrollbar-gtk.c, scrollbar-msw.c, scrollbar-x.c, scrollbar.c, scrollbar.h, search.c, select-gtk.c, select-x.c, sound.c, specifier.c, specifier.h, strftime.c, symbols.c, symeval.h, syntax.h, text.c, text.h, toolbar-common.c, toolbar-msw.c, toolbar.c, toolbar.h, tooltalk.c, tooltalk.h, ui-gtk.c, ui-gtk.h, undo.c, vm-limit.c, window.c, window.h: Eliminate XSETFOO. Replace all usages with wrap_foo().
Make symbol->name a Lisp_Object, not Lisp_String *. Eliminate
nearly all uses of Lisp_String * in favor of Lisp_Object, and
correct macros so most of them favor Lisp_Object.
Create new error-behavior ERROR_ME_DEBUG_WARN -- output warnings,
but at level `debug' (usually ignored). Use it when instantiating
specifiers, so problems can be debugged. Move
log-warning-minimum-level into C so that we can optimize
ERROR_ME_DEBUG_WARN.
Fix warning levels consistent with new definitions.
Add default_ and parent fields to char table; not yet implemented.
New fun Dynarr_verify(); use for further error checking on Dynarrs.
Rearrange code at top of lisp.h in conjunction with dynarr changes.
Fix eifree(). Use Eistrings in various places
(format_event_object(), where_is_to_char(), and callers thereof)
to avoid fixed-size strings buffers. New fun write_eistring().
Reindent and fix GPM code to follow standards.
Set default MS Windows font to Lucida Console (same size as
Courier New but less interline spacing, so more lines fit).
Increase default frame size on Windows to 50 lines. (If that's too
big for the workspace, the frame will be shrunk as necessary.)
Fix problem with text files with no newlines (). (Change
`convert-eol' coding system to use `nil' for autodetect,
consistent with make-coding-system.)
Correct compile warnings in vm-limit.c.
Fix handling of reverse-direction charsets to avoid errors when
opening (e.g.) mule-ucs/lisp/reldata/uiso8859-6.el.
Recode some object printing methods to use write_fmt_string()
instead of a fixed buffer and sprintf.
Turn on display of png comments as warnings (level `info'), now
that they're unobtrusive.
Revamped the sound documentation.
Fixed bug in redisplay w.r.t. hscroll/truncation/continuation
glyphs causing jumping up and down of the lines, since they're
bigger than the line size. (It was seen most obviously when
there's a horizontal scroll bar, e.g. do C-h a glyph or something
like that.) The problem was that the glyph-contrib-p setting on
glyphs was ignored even if it was set properly, which it wasn't
until now.
author | ben |
---|---|
date | Fri, 29 Mar 2002 04:49:13 +0000 |
parents | |
children | 03d9f9084848 |
comparison
equal
deleted
inserted
replaced
792:4e83fdb13eb9 | 793:e38acbeb1cae |
---|---|
1 2002-03-25 Ben Wing <ben@xemacs.org> | |
2 | |
3 * unicode/unicode-consortium/8859-16.TXT: | |
4 New file. | |
5 | |
6 2002-03-24 Ben Wing <ben@xemacs.org> | |
7 | |
8 * DISTRIB: | |
9 * DISTRIB (donation): Removed. | |
10 Eliminate FSF distribution information; we're not FSF. | |
11 | |
12 2002-03-18 Ben Wing <ben@xemacs.org> | |
13 | |
14 * unicode\mule-ucs\*: New directory, containing translation | |
15 files for the remaining charsets that are not in | |
16 unicode\unicode-consortium but are in mule-ucs. | |
17 | |
18 * unicode\other\*: New directory, containing translation | |
19 files made up on an ad-hoc basis. | |
20 | |
21 * unicode\README: Update. | |
22 | |
23 2001-05-04 Ben Wing <ben@xemacs.org> | |
24 | |
25 * check_cygwin_setup.sh (distdir): Update for current | |
26 Cygwin reality. | |
27 | |
28 * NEWS: Remove kill-whole-line changes. | |
29 | |
30 2001-04-17 Ben Wing <ben@xemacs.org> | |
31 | |
32 * NEWS: More changes. | |
33 | |
34 * sample.init.el (grep-all-files-in-current-directory-and-below): | |
35 Missing argument. | |
36 | |
37 2001-04-15 Ben Wing <ben@xemacs.org> | |
38 | |
39 * NEWS: | |
40 * NEWS (C): | |
41 * NEWS (commands): | |
42 Many, many changes for XEmacs 21.4. | |
43 | |
44 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> | |
45 | |
46 * XEmacs 21.5.5 "beets" is released. | |
47 | |
48 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> | |
49 | |
50 * TUTORIAL.se: New from Mats Lidell. | |
51 | |
52 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
53 | |
54 * BETA: General update. Fix some broken URLs. | |
55 | |
56 2002-01-23 Jarl Friis <jarl@diku.dk> | |
57 | |
58 * BETA (http): Informing of xemacs-patches mailing list. Added | |
59 note on patch etiquette. | |
60 | |
61 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> | |
62 | |
63 * XEmacs 21.5.4 "bamboo" is released. | |
64 | |
65 2001-05-27 Kazuo Oishi <oishi@n-pl.org> | |
66 | |
67 * xemacs-ja.1: Replace with new translation. | |
68 | |
69 2001-12-29 Steve Youngs <youngs@xemacs.org> | |
70 | |
71 * package-index.LATEST.gpg: Update. | |
72 | |
73 * package-index.LATEST.pgp: Update. | |
74 | |
75 2001-12-18 Jan Vroonhof <jan@xemacs.org> | |
76 | |
77 * photos/jan.png: Add mug shot. | |
78 | |
79 2001-12-03 Didier Verna <didier@xemacs.org> | |
80 | |
81 * NEWS: advertise `C-x r p' (replace-rectangle) in global map. | |
82 | |
83 2001-09-19 Ben Wing <ben@xemacs.org> | |
84 | |
85 * TUTORIAL.de: Translate TERMINOLOGY section for TUTORIAL.de, | |
86 change menu entry separator from / to ->. Change SPC to <Space>. | |
87 | |
88 2001-10-07 Adrian Aichner <adrian@xemacs.org> | |
89 | |
90 * TUTORIAL.de: Update of TUTORIAL.de according to Ben's | |
91 Updates and Syncing with Emacs 21.0.106. | |
92 | |
93 2001-08-21 Adrian Aichner <adrian@xemacs.org> | |
94 | |
95 * BETA (writing): Advertise use of build-report. | |
96 | |
97 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> | |
98 | |
99 * XEmacs 21.5.3 "asparagus" is released. | |
100 | |
101 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> | |
102 | |
103 * XEmacs 21.5.2 "artichoke" is released. | |
104 | |
105 2001-07-26 Stephen J. Turnbull <stephen@xemacs.org> | |
106 | |
107 * MYTHOLOGY, etc/OXYMORONS: Remove. | |
108 etc/VEGETABLES: Copied from xemacs-builds module, file Codenames-21.5. | |
109 Bring codenames into synch with reality. | |
110 | |
111 2001-07-18 Adrian Aichner <adrian@xemacs.org> | |
112 | |
113 * TUTORIAL: Fix minor typo. | |
114 * TUTORIAL.de: Sync with TUTORIAL. | |
115 | |
116 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org> | |
117 | |
118 * xemacs-ja.1: Removed. | |
119 | |
120 2001-05-23 Ben Wing <ben@xemacs.org> | |
121 | |
122 * sample.init.el: | |
123 * sample.init.el (Init-safe-require): New. | |
124 * sample.init.el ((fboundp 'pending-delete-mode)): | |
125 * sample.init.el ((eq system-type 'windows-nt)): | |
126 * sample.init.el (dired): | |
127 * sample.init.el ((Init-safe-require 'efs-auto)): | |
128 * sample.init.el (completer): | |
129 * sample.init.el (crypt): | |
130 * sample.init.el (filladapt): | |
131 * sample.init.el ((fboundp 'turn-on-lazy-lock)): | |
132 * sample.init.el ((fboundp 'resize-minibuffer-mode)): | |
133 * sample.init.el ((Init-safe-require 'scroll-in-place)): | |
134 Rewrite to be much more careful about loading features -- now | |
135 it decays gracefully even in the complete absence of packages. | |
136 Also avoid doing obnoxious things when loading efs. | |
137 | |
138 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> | |
139 | |
140 * PACKAGES: Update to reflect new package dir tree. | |
141 | |
142 2001-05-15 Steve Youngs <youngs@xemacs.org> | |
143 | |
144 * PACKAGES: Update to reflect new package dir tree. | |
145 | |
146 2001-05-09 Martin Buchholz <martin@xemacs.org> | |
147 | |
148 * XEmacs 21.5.1 "anise" is released. | |
149 | |
150 2001-01-31 Jason R. Mastaler <jason@xemacs.org> | |
151 | |
152 * FTP: Updated FTP mirrors list. | |
153 | |
154 2001-04-18 Martin Buchholz <martin@xemacs.org> | |
155 | |
156 * XEmacs 21.5.0 "alfalfa" is released. | |
157 | |
158 2001-03-30 Ben Wing <ben@xemacs.org> | |
159 | |
160 * sample.init.el: | |
161 * sample.init.el (Init-kill-entire-line): | |
162 * sample.init.el (describe-foo-at-point): | |
163 * sample.init.el (kill-current-buffer): | |
164 * sample.init.el (kill-current-buffer-and-window): | |
165 * sample.init.el (grep-c-files): Removed. | |
166 * sample.init.el (grep-all-files-history): New. | |
167 * sample.init.el (grep-all-files-omitted-expressions): New. | |
168 * sample.init.el (grep-all-files-omitted-directories): New. | |
169 * sample.init.el (construct-grep-all-files-command): New. | |
170 * sample.init.el (grep-all-files-in-current-directory): New. | |
171 * sample.init.el (grep-lisp-files): Removed. | |
172 * sample.init.el (grep-all-files-in-current-directory-and-below): New. | |
173 * sample.init.el (clear-select): | |
174 * sample.init.el ((control kp-add)): | |
175 * sample.init.el (pause): | |
176 * sample.init.el ((eq system-type 'windows-nt)): | |
177 | |
178 Add documentation for defined functions. Change grep functions to | |
179 be more generally useful. Document more specifically what the | |
180 `menu-force' setting actually does -- what commands are overridden | |
181 and how to access them. | |
182 | |
183 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
184 | |
185 * OXYMORONS: Add 2 oxymorons, clean up numbering, close RFC. | |
186 | |
187 * NEWS: Fix typo. | |
188 | |
189 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | |
190 | |
191 * gnuserv.1 (UNIX_DOMAIN_SOCKETS: | |
192 Document TMPDIR lossage in gnuserv/gnuclient. | |
193 | |
194 2001-03-06 Ben Wing <ben@xemacs.org> | |
195 | |
196 * sample.init.el: | |
197 * sample.init.el (Init-kill-entire-line): New. | |
198 Fix to take into account the removed kill-whole-line changes. | |
199 | |
200 2001-03-21 Martin Buchholz <martin@xemacs.org> | |
201 | |
202 * XEmacs 21.2.46 "Urania" is released. | |
203 | |
204 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> | |
205 | |
206 * OXYMORONS: New file of 21.4 codenames. | |
207 | |
208 2001-03-02 Ben Wing <ben@xemacs.org> | |
209 | |
210 * README: sample.emacs -> sample.init.el. | |
211 | |
212 2001-02-23 Martin Buchholz <martin@xemacs.org> | |
213 | |
214 * XEmacs 21.2.45 "Thelxepeia" is released. | |
215 | |
216 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
217 | |
218 * MACHINES: Rewritten. Bitrot discarded. | |
219 | |
220 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
221 | |
222 * XEmacs 21.2.44 "Thalia" is released. | |
223 | |
224 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
225 | |
226 * XEmacs 21.2.43 "Terspichore" is released. | |
227 | |
228 2001-01-21 Steve Youngs <youngs@xemacs.org> | |
229 | |
230 * ./etc/PACKAGES: Doc fix. | |
231 | |
232 2001-01-17 Steve Youngs <youngs@xemacs.org> | |
233 | |
234 * ./etc/PACKAGES: Update. | |
235 | |
236 2001-01-20 Martin Buchholz <martin@xemacs.org> | |
237 | |
238 * XEmacs 21.2.42 "Poseidon" is released. | |
239 | |
240 2001-01-17 Martin Buchholz <martin@xemacs.org> | |
241 | |
242 * XEmacs 21.2.41 "Polyhymnia" is released. | |
243 | |
244 2001-01-08 Martin Buchholz <martin@xemacs.org> | |
245 | |
246 * XEmacs 21.2.40 is released. | |
247 | |
248 2000-12-31 Martin Buchholz <martin@xemacs.org> | |
249 | |
250 * XEmacs 21.2.39 is released. | |
251 | |
252 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
253 | |
254 * XEmacs 21.2.38 is released. | |
255 | |
256 2000-11-14 Martin Buchholz <martin@xemacs.org> | |
257 | |
258 * XEmacs 21.2.37 is released. | |
259 | |
260 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
261 | |
262 * PACKAGES: Add details on os-utils contents. | |
263 | |
264 2000-10-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
265 | |
266 * NEWS: Change lprogress-display to progress-feedback. | |
267 | |
268 2000-10-04 Martin Buchholz <martin@xemacs.org> | |
269 | |
270 * XEmacs 21.2.36 is released. | |
271 | |
272 2000-08-29 Robert Pluim <rpluim@bigfoot.com> | |
273 | |
274 * etc/NEWS: fix reference to progress-feedback-use-echo-area | |
275 | |
276 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
277 | |
278 * xemacs.1: Spelling fixes. Remove stuff that doesn't belong. | |
279 | |
280 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
281 | |
282 * Emacs.ad: Remove Energize from comments. | |
283 | |
284 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
285 | |
286 * Emacs.ad: Document usage of FontSet resource for menubar. | |
287 | |
288 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
289 | |
290 * XEmacs 21.2.35 is released. | |
291 | |
292 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
293 | |
294 * XEmacs 21.2.34 is released. | |
295 | |
296 2000-04-15 Andy Piper <andy@xemacs.org> | |
297 | |
298 * Emacs.ad: add select-start() back into text translations. | |
299 | |
300 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
301 | |
302 * XEmacs 21.2.33 is released. | |
303 | |
304 2000-04-12 Andy Piper <andy@xemacs.org> | |
305 | |
306 * Emacs.ad: give the gui-element face the same font as the | |
307 menubar and popups. Add translations for text widgets. | |
308 | |
309 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
310 | |
311 * XEmacs 21.2.32 is released. | |
312 | |
313 2000-03-01 Didier Verna <didier@xemacs.org> | |
314 | |
315 * NEWS: update the rect.el entry. | |
316 | |
317 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
318 | |
319 * XEmacs 21.2.31 is released. | |
320 | |
321 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
322 | |
323 * XEmacs 21.2.30 is released. | |
324 | |
325 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
326 | |
327 * TUTORIAL.ja: Synch with English version. | |
328 | |
329 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
330 | |
331 * XEmacs 21.2.29 is released. | |
332 | |
333 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
334 | |
335 * XEmacs 21.2.28 is released. | |
336 | |
337 2000-01-18 Martin Buchholz <martin@xemacs.org> | |
338 | |
339 * XEmacs 21.2.27 is released. | |
340 | |
341 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com> | |
342 | |
343 * TUTORIAL.de: Update copyright and fix typo. | |
344 | |
345 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
346 | |
347 * NEWS: Document mail spool locking overhaul. | |
348 | |
349 1999-12-31 Martin Buchholz <martin@xemacs.org> | |
350 | |
351 * XEmacs 21.2.26 is released. | |
352 | |
353 1999-12-24 Martin Buchholz <martin@xemacs.org> | |
354 | |
355 * XEmacs 21.2.25 is released. | |
356 | |
357 1999-12-14 Martin Buchholz <martin@xemacs.org> | |
358 | |
359 * XEmacs 21.2.24 is released. | |
360 | |
361 1999-12-07 Martin Buchholz <martin@xemacs.org> | |
362 | |
363 * XEmacs 21.2.23 is released. | |
364 | |
365 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
366 | |
367 * XEmacs 21.2.21 is released. | |
368 | |
369 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
370 | |
371 * sample.Xdefaults: adds a reference to beNiceToColormap, | |
372 so that the user can guess what to do if xemacs' dialogs are | |
373 butt ugly. | |
374 | |
375 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
376 | |
377 * FTP: Updated FTP mirrors list. Replaced GNU FTP document | |
378 with a URL. | |
379 | |
380 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
381 | |
382 * MAILINGLISTS: Updated mailing list subscription information. | |
383 Replaced GNU MAILINGLISTS document with a URL. | |
384 | |
385 1999-08-01 Adrian Aichner <adrian@xemacs.org> | |
386 | |
387 * DISTRIB: Update IP address of ftp.xemacs.org. | |
388 * NEWS: Fix typo | |
389 | |
390 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch> | |
391 | |
392 * custom/example-themes/example-theme.el: | |
393 * custom/example-themes/europe-theme.el: | |
394 * custom/example-themes/ex-custom-file: Some simple examples | |
395 illustrating the custom theme support. | |
396 | |
397 1999-07-17 MORIOKA Tomohiko <tomo@etl.go.jp> | |
398 | |
399 * HELLO (Thai): Modify for new font. | |
400 | |
401 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp> | |
402 | |
403 * HELLO (Amharic): New language. | |
404 (Slovak): Likewise. | |
405 (Thai): Likewise (by Virach Sornlertlamvanich). | |
406 (Greek): Fixed (by Yannis Haralambous). | |
407 | |
408 1999-02-01 Glynn Clements <glynn@sensei.co.uk> | |
409 | |
410 * recycle.xpm: Fix colours so that they work on TrueColor | |
411 and DirectColor displays | |
412 | |
413 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
414 | |
415 * XEmacs 21.2.8 is released. | |
416 | |
417 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
418 | |
419 * XEmacs 21.2.7 is released. | |
420 | |
421 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
422 | |
423 * XEmacs 21.2-beta4 is released. | |
424 | |
425 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
426 | |
427 * XEmacs 21.2-beta3 is released. | |
428 | |
429 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
430 | |
431 * xemacs.1: Remove misplace "\". | |
432 | |
433 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
434 | |
435 * XEmacs 21.2-beta2 is released. | |
436 | |
437 1998-09-05 SL Baur <steve@altair.xemacs.org> | |
438 | |
439 * check_cygwin_setup.sh: grammar fix. | |
440 | |
441 1998-09-02 Andy Piper <andyp@parallax.co.uk> | |
442 | |
443 * check_cygwin_setup.sh: fix a couple of buglets. | |
444 | |
445 1998-08-23 Adrian Aichner <adrian@xemacs.org> | |
446 | |
447 * sample.emacs: Enable sound support on mswindows devices. | |
448 | |
449 1998-08-06 Adrian Aichner <adrian@xemacs.org> | |
450 | |
451 * TUTORIAL.de: Fixing typos and grammatical errors. Fixing | |
452 inconsistent usage of RET, <Return>, and <return> (only using | |
453 <Return> now). Changing TUTORIAL to TUTORIAL.de throughout | |
454 itself. Adding english equivalent to german translation of all | |
455 concepts used in TUTORIAL.de. | |
456 | |
457 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
458 | |
459 * XEmacs 21.2-beta1 is released. | |
460 | |
461 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
462 | |
463 * GOATS: Removed. | |
464 | |
465 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
466 | |
467 * README: Bump version numbers. | |
468 * NEWS: Ditto and purge pre-21.0 stuff. | |
469 | |
470 * XEmacs 21.0-pre5 is released. | |
471 | |
472 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
473 | |
474 * configure.in: Handle multiple database libraries. | |
475 From Gregory Neil Shapiro <gshapiro@sendmail.org> | |
476 | |
477 * XEmacs 21.0-pre4 is released. | |
478 | |
479 * configure.in: Fix test for InfoDock sources. | |
480 | |
481 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
482 | |
483 * BETA (writing): Update patch creation instructions. | |
484 | |
485 * FTP: Update FTP mirror list. | |
486 | |
487 * DISTRIB: Remove duplicated FTP mirror list. | |
488 * xemacs.1 (ftp): Ditto. | |
489 | |
490 * XEmacs 21.0-pre4 is released. | |
491 | |
492 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
493 | |
494 * gnuserv.1 (this): Email address for Ben Wing is ben@xemacs.org. | |
495 * gnuserv.README (README): Ditto. | |
496 * xemacs-ja.1: Ditto. | |
497 | |
498 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
499 | |
500 * BABYL: Moved to rmail package | |
501 | |
502 * enriched.doc: Moved to xemacs-base package | |
503 | |
504 * MSDOS: | |
505 * GNUS-NEWS: deleted | |
506 | |
507 1998-06-21 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
508 | |
509 * NEWS: Added references to documentation about packages and | |
510 path setup. | |
511 | |
512 * README: Synched. | |
513 | |
514 1998-06-19 SL Baur <steve@altair.xemacs.org> | |
515 | |
516 * XEmacs 21.0-pre3 is released. | |
517 | |
518 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
519 | |
520 * PACKAGES: | |
521 * BETA: Moved some package stuff into Texinfo docs. Other nitpicks | |
522 | |
523 1998-06-19 SL Baur <steve@altair.xemacs.org> | |
524 | |
525 * XEmacs 21.0-pre2 is released. | |
526 | |
527 1998-06-14 SL Baur <steve@altair.xemacs.org> | |
528 | |
529 * XEmacs 21.0-pre1 is released. | |
530 | |
531 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
532 | |
533 * NEWS: Updated information about customization of the | |
534 automatic info dir file generation using | |
535 `Info-auto-generate-directory' and `Info-save-auto-generated-dir' | |
536 | |
537 1998-06-11 SL Baur <steve@altair.xemacs.org> | |
538 | |
539 * XEmacs 21.0-beta43 is released. | |
540 | |
541 1998-06-02 Andy Piper <andyp@parallax.co.uk> | |
542 | |
543 * check_cygwin_setup.sh: set more intelligent defaults for | |
544 windows 95. | |
545 | |
546 1998-06-01 SL Baur <steve@altair.xemacs.org> | |
547 | |
548 * XEmacs 21.0-beta42 is released. | |
549 | |
550 1998-06-01 SL Baur <steve@altair.xemacs.org> | |
551 | |
552 * sounds: Removed, now in the sounds-au package. | |
553 | |
554 1998-05-29 Andy Piper <andyp@parallax.co.uk> | |
555 | |
556 * check_cygwin_setup.sh: new file to check that cygwin is setup | |
557 correctly for XEmacs operation. | |
558 | |
559 1998-05-23 SL Baur <steve@altair.xemacs.org> | |
560 | |
561 * XEmacs 21.0-beta41 is released. | |
562 | |
563 1998-05-15 SL Baur <steve@altair.xemacs.org> | |
564 | |
565 * XEmacs 21.0-beta40 is released. | |
566 | |
567 1998-05-09 SL Baur <steve@altair.xemacs.org> | |
568 | |
569 * XEmacs 21.0-beta39 is released. | |
570 | |
571 1998-05-07 SL Baur <steve@altair.xemacs.org> | |
572 | |
573 * altrasoft-logo.xpm: Removed. | |
574 | |
575 1998-05-02 SL Baur <steve@altair.xemacs.org> | |
576 | |
577 * XEmacs 21.0-beta38 is released. | |
578 | |
579 1998-04-26 Jason R Mastaler <jason@4b.org> | |
580 | |
581 * BETA: Replaced SmartList references in favor of | |
582 Majordomo. | |
583 | |
584 1998-04-25 SL Baur <steve@altair.xemacs.org> | |
585 | |
586 * XEmacs-21.0-beta37 is released. | |
587 | |
588 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
589 | |
590 * NEWS: Documented info dir rebuilding and LDAP support. | |
591 | |
592 1998-04-18 SL Baur <steve@altair.xemacs.org> | |
593 | |
594 * XEmacs-21.0-beta36 is released. | |
595 | |
596 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
597 | |
598 * xemacs.1: -no-packages -> -no-early-packages. | |
599 | |
600 * NEWS: Clarified site-lisp status. | |
601 | |
602 1998-04-10 SL Baur <steve@altair.xemacs.org> | |
603 | |
604 * XEmacs 21.0-beta35 is released. | |
605 | |
606 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
607 | |
608 * NEWS: Documented that Info-default-directory-list and | |
609 site-directory are gone. | |
610 | |
611 1998-04-04 SL Baur <steve@altair.xemacs.org> | |
612 | |
613 * XEmacs 21.0-beta34 is released. | |
614 | |
615 1998-03-24 SL Baur <steve@altair.xemacs.org> | |
616 | |
617 * XEmacs 21.0-beta33 is released. | |
618 | |
619 1998-03-24 SL Baur <steve@altair.xemacs.org> | |
620 | |
621 * XEmacs 21.0-beta32 is released. | |
622 | |
623 1998-03-16 SL Baur <steve@altair.xemacs.org> | |
624 | |
625 * XEmacs 21.0 beta31 is released. | |
626 | |
627 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com> | |
628 | |
629 * Emacs.ad: Example using leading dot resources to | |
630 initalize faces changes to use Emacs.foo since the | |
631 leading dot syntax doesn't work. Initialization of | |
632 text-cursor face moved to faces.el. | |
633 | |
634 1998-03-07 SL Baur <steve@altair.xemacs.org> | |
635 | |
636 * XEmacs 20.5-beta30 is released. | |
637 | |
638 1998-03-01 SL Baur <steve@altair.xemacs.org> | |
639 | |
640 * Emacs.ad: Remove explicit `Emacs' application resource | |
641 name. | |
642 | |
643 1998-02-25 SL Baur <steve@altair.xemacs.org> | |
644 | |
645 * XEmacs 20.5-beta28 is released. | |
646 | |
647 * configure.in (with_session): Fix reporting of the setting. | |
648 (with_database_gnudbm): Correctly report setting. | |
649 | |
650 1998-02-19 SL Baur <steve@altair.xemacs.org> | |
651 | |
652 * XEmacs 20.5-beta27 is released. | |
653 * XEmacs-20.4-pre4 is released. | |
654 | |
655 * configure.in (doug_lea_malloc): Requires USE_MINIMAL_TAGBITS. | |
656 (--with-gung): Implement it. | |
657 | |
658 * configure.usage (--with-gung): Document. Turns on | |
659 USE_MINIMAL_TAGBITS and USE_INDEXED_LRECORD_IMPLEMENTATION. | |
660 (--with-term): Remove. | |
661 | |
662 * XEmacs-20.5-beta26 is released. | |
663 | |
664 1998-02-18 SL Baur <steve@altair.xemacs.org> | |
665 | |
666 * XEmacs-20.4-pre3 is released. | |
667 | |
668 * Makefile.in: use better feedback while rebuilding finder database. | |
669 Suggested by Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> | |
670 | |
671 1998-02-14 SL Baur <steve@altair.xemacs.org> | |
672 | |
673 * configure.in (OFFIX_O): Don't use OffiX if no real Xmu support. | |
674 Suggested by Pekka Marjola <pema@iki.fi> | |
675 | |
676 * XEmacs-20.4-pre2 is released. | |
677 * XEmacs-20.5-beta25 is released. | |
678 | |
679 1998-02-09 SL Baur <steve@altair.xemacs.org> | |
680 | |
681 * XEmacs 20.4-pre1 is released. | |
682 * XEmacs 20.5-beta24 is released. | |
683 | |
684 1998-02-03 SL Baur <steve@altair.xemacs.org> | |
685 | |
686 * XEmacs 20.5-beta23 is released. | |
687 | |
688 1998-02-01 SL Baur <steve@altair.xemacs.org> | |
689 | |
690 * aliases.ksh: igrep from the shell command line. | |
691 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
692 | |
693 1998-01-31 SL Baur <steve@altair.xemacs.org> | |
694 | |
695 * aliases.ksh: Add `mak' function to create beta.err for | |
696 build-report. | |
697 From Adrian Aichner <adrian@xemacs.org> | |
698 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
699 | |
700 1998-01-27 SL Baur <steve@altair.xemacs.org> | |
701 | |
702 * XEmacs 20.5-beta22 is released. | |
703 | |
704 1998-01-26 SL Baur <steve@altair.xemacs.org> | |
705 | |
706 * aliases.ksh: New file. Start tracking useful Maintainer | |
707 XEmacs commands. | |
708 | |
709 1998-01-25 SL Baur <steve@altair.xemacs.org> | |
710 | |
711 * XEmacs 20.5-beta21 is released. | |
712 | |
713 1998-01-18 SL Baur <steve@altair.xemacs.org> | |
714 | |
715 * XEmacs 20.5-beta20 is released. | |
716 | |
717 1998-01-13 Martin Buchholz <martin@xemacs.org> | |
718 | |
719 * NEWS: | |
720 Remove doc for configure-time INFOPATH, no longer used. | |
721 | |
722 * BETA: Update ftp addresses. | |
723 * INSTALL: Update ftp addresses. | |
724 * MAILINGLISTS: Sync with Emacs 20.2. Update ftp addresses. | |
725 | |
726 * xemacs.1: Update author list. | |
727 | |
728 1998-01-12 SL Baur <steve@altair.xemacs.org> | |
729 | |
730 * INSTALL: Updated for recent Mule/package changes. | |
731 | |
732 * XEmacs 20.5-beta19 is released. | |
733 | |
734 1998-01-10 SL Baur <steve@altair.xemacs.org> | |
735 | |
736 * XEmacs 20.5-beta18 is released. | |
737 | |
738 1998-01-10 SL Baur <steve@altair.xemacs.org> | |
739 | |
740 * FTP: Update address of what was formerly ftp.ibp.fr. | |
741 | |
742 1998-01-04 SL Baur <steve@altair.xemacs.org> | |
743 | |
744 * XEmacs 20.5-beta17 is released. | |
745 | |
746 * Makefile.in (finder): Use -vanilla. | |
747 (lisp/finder-inf.el): Ditto. | |
748 (check-features): New target. Do a sanity check prior to | |
749 installation. | |
750 | |
751 1997-01-03 SL Baur <steve@altair.xemacs.org> | |
752 | |
753 * XEmacs 20.5-beta16 is released. | |
754 | |
755 1997-12-30 SL Baur <steve@altair.xemacs.org> | |
756 | |
757 * XEmacs 20.5-beta15 is released. | |
758 | |
759 1997-12-27 SL Baur <steve@altair.xemacs.org> | |
760 | |
761 * XEmacs 20.5-beta14 is released. | |
762 | |
763 1997-12-25 SL Baur <steve@altair.xemacs.org> | |
764 | |
765 * XEmacs 20.5-beta13 is released. | |
766 | |
767 1997-12-21 SL Baur <steve@altair.xemacs.org> | |
768 | |
769 * BETA (Prerequisite): Add cookbook procedures for maintaining | |
770 package lisp directories. | |
771 | |
772 1997-12-20 SL Baur <steve@altair.xemacs.org> | |
773 | |
774 * XEmacs 20.5-beta 12 is released. | |
775 | |
776 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> | |
777 | |
778 * Emacs.ad: Don't specify a default toolbar specific | |
779 background color. | |
780 | |
781 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> | |
782 | |
783 * toolbar: Added support for foregroundToolBarColor | |
784 symbol to most icons. | |
785 | |
786 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
787 | |
788 * BETA: Update version numbers. | |
789 | |
790 * NEWS: Update version number. | |
791 | |
792 1997-12-16 SL Baur <steve@altair.xemacs.org> | |
793 | |
794 * XEmacs 20.5-beta11 is released. | |
795 | |
796 1997-12-13 SL Baur <steve@altair.xemacs.org> | |
797 | |
798 * Makefile.in (lisp/finder-inf.el): Add dependency on src/. | |
799 | |
800 * XEmacs 20.5-beta10 is released. | |
801 | |
802 1997-12-09 SL Baur <steve@altair.xemacs.org> | |
803 | |
804 * XEmacs 20.5-beta9 is released. | |
805 | |
806 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
807 | |
808 * XEmacs 20.5-beta8 is released. | |
809 | |
810 * info/dir: update for further packaging. | |
811 * configure.in: remove `tree-x' from XEmacs build. | |
812 | |
813 1997-12-05 Aki Vehtari <Aki.Vehtari@hut.fi> | |
814 | |
815 * refcard.tex: Updated for 20.3 | |
816 | |
817 1997-12-02 SL Baur <steve@altair.xemacs.org> | |
818 | |
819 * skk/SKK.tut.E (Hint): Fix typos. | |
820 | |
821 1997-11-27 SL Baur <steve@altair.xemacs.org> | |
822 | |
823 * XEmacs 20.5-beta7 is released. | |
824 | |
825 * configure.in: When testing for -ltiff, fall back on the extra | |
826 libraries -ljpeg, and -lz since some -ltiff's need them. | |
827 | |
828 1997-11-20 SL Baur <steve@altair.xemacs.org> | |
829 | |
830 * XEmacs 20.5-beta6 is released. | |
831 | |
832 1997-11-19 SL Baur <steve@altair.xemacs.org> | |
833 | |
834 * xemacs.1: Document -no-packages, -vanilla. | |
835 Document -h. | |
836 | |
837 1997-11-17 SL Baur <steve@altair.xemacs.org> | |
838 | |
839 * XEmacs 20.3-pre4 is released. | |
840 | |
841 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
842 | |
843 * XEmacs 20.3-pre3 is released. | |
844 * XEmacs 20.5-beta5 is released. | |
845 | |
846 1997-11-11 SL Baur <steve@altair.xemacs.org> | |
847 | |
848 * XEmacs 20.5-beta4 is released. | |
849 | |
850 1997-11-08 SL Baur <steve@altair.xemacs.org> | |
851 | |
852 * XEmacs 20.5-beta3 is released. | |
853 * XEmacs 20.3-pre2 is released. | |
854 | |
855 1997-11-04 Adrian Aichner <adrian@xemacs.org> | |
856 | |
857 * TUTORIAL.de: | |
858 Updated copyright information. Translated most of the COPYING | |
859 section. Translated the <<.*>> didactic line. | |
860 | |
861 1997-10-22 Adrian Aichner <adrian@xemacs.org> | |
862 | |
863 * TUTORIAL.de: Fixed two issues reported by | |
864 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de> | |
865 | |
866 * TUTORIAL.de: | |
867 Manually applied rejected patch hunks from Marc Aurel's patch. | |
868 Some more fixes. | |
869 | |
870 * TUTORIAL.de: | |
871 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>. | |
872 They fix yet more typos and quite a few awkward sentences. | |
873 | |
874 1997-10-21 Adrian Aichner <adrian@xemacs.org> | |
875 | |
876 * TUTORIAL.de: Manually merged a few more corrections by | |
877 Carsten Leonhardt <leo@arioch.oche.de> | |
878 | |
879 1997-10-20 Adrian Aichner <adrian@xemacs.org> | |
880 | |
881 * TUTORIAL.de: | |
882 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2, | |
883 then merged them with 1.3 via ediff-buffers. | |
884 Andreas found some quite nasty typos still and added many missing commas. | |
885 | |
886 * TUTORIAL.de: Re-fill-ed paragraphs after patching. | |
887 | |
888 * TUTORIAL.de: Applied the excellent patches courtesy of | |
889 Carsten Leonhardt <leo@arioch.oche.de>. | |
890 | |
891 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
892 | |
893 * TUTORIAL.ko: Renamed from etc/TUTORIAL.kr to fit with ISO | |
894 639 (two letter language code). | |
895 | |
896 * TUTORIAL.ja: Renamed from etc/TUTORIAL.jp to fit with ISO | |
897 639 (two letter language code). | |
898 | |
899 1997-11-02 SL Baur <steve@altair.xemacs.org> | |
900 | |
901 * CHARSETS: New file imported from Emacs 20.1. | |
902 | |
903 1997-11-01 SL Baur <steve@altair.xemacs.org> | |
904 | |
905 * XEmacs 20.3-pre1 is released. | |
906 | |
907 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
908 | |
909 * XEmacs 19.16 is released. | |
910 | |
911 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
912 | |
913 * XEmacs 20.5-beta2 is released. | |
914 | |
915 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com> | |
916 | |
917 * Emacs.ad: Added *XlwMenu*highlightForeground entry. | |
918 Added *XlwMenu*titleForeground entry. | |
919 | |
920 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
921 | |
922 * HELLO: Add Czech. | |
923 | |
924 * HELLO: Delete Amharic, Thai and Tigrigna. | |
925 | |
926 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
927 | |
928 * XEmacs 20.3-beta94 is released. | |
929 | |
930 1997-10-28 SL Baur <steve@altair.xemacs.org> | |
931 | |
932 * XEmacs 20.3-beta93 is released. | |
933 | |
934 1997-10-24 SL Baur <steve@altair.xemacs.org> | |
935 | |
936 * XEmacs 20.3-beta92 is released. | |
937 | |
938 1997-10-18 SL Baur <steve@altair.xemacs.org> | |
939 | |
940 * XEmacs 20.3-beta91 is released. | |
941 | |
942 1997-10-16 Hrvoje Niksic <hniksic@srce.hr> | |
943 | |
944 * NEWS: document changed package load semantics. | |
945 | |
946 1997-10-13 SL Baur <steve@altair.xemacs.org> | |
947 | |
948 * configure.in: Remove `site-lisp' from list of directories to | |
949 make symbolic links for. | |
950 | |
951 * XEmacs 20.3-beta90 is released. | |
952 | |
953 1997-10-13 Hrvoje Niksic <hniksic@srce.hr> | |
954 | |
955 * NEWS: Updates | |
956 | |
957 1997-10-12 SL Baur <steve@altair.xemacs.org> | |
958 | |
959 * XEmacs 20.5-beta1 is released. | |
960 | |
961 * XEmacs 19.16-pre9 is released. | |
962 | |
963 * XEmacs 19.16-pre8 is released. | |
964 | |
965 1997-10-11 SL Baur <steve@altair.xemacs.org> | |
966 | |
967 * XEmacs 20.3-beta28 is released. | |
968 | |
969 * Makefile.in (src/paths.h): Update PATH_INFOPATH | |
970 (infopath): New shell variable. | |
971 (infopath_user_defined): Ditto. | |
972 | |
973 * configure.in (infodir_user_defined): Spelling fixes. | |
974 | |
975 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> | |
976 | |
977 * NEWS: Draft entry for the info changes. | |
978 | |
979 1997-10-10 Martin Buchholz <mrb@eng.sun.com> | |
980 | |
981 * BETA: | |
982 - remove Chuck as contact name | |
983 - random small improvements | |
984 - remove I/me references - the message should be that XEmacs | |
985 maintenance is an inclusive community effort. | |
986 | |
987 1997-10-10 SL Baur <steve@altair.xemacs.org> | |
988 | |
989 * BETA (Prerequisite): Add further documentation for | |
990 package installation. | |
991 | |
992 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
993 | |
994 * XEmacs 19.16-pre7 is released. | |
995 | |
996 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
997 | |
998 * XEmacs 19.16-pre6 is released. | |
999 | |
1000 1997-10-04 SL Baur <steve@altair.xemacs.org> | |
1001 | |
1002 * XEmacs 20.3-beta27 is released. | |
1003 | |
1004 1997-10-02 SL Baur <steve@altair.xemacs.org> | |
1005 | |
1006 * XEmacs 20.3-beta26 is released. | |
1007 | |
1008 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
1009 | |
1010 * XEmacs 20.3-beta25 is released. | |
1011 | |
1012 * Makefile.in (install-arch-dep): Install the `Installation' for | |
1013 future reference. | |
1014 | |
1015 * Makefile.in (top_distclean): Remove finder-inf.el*. | |
1016 | |
1017 * configure.in (use_union_type): Default to "yes". | |
1018 | |
1019 1997-09-30 SL Baur <steve@altair.xemacs.org> | |
1020 | |
1021 * BETA: Document existence of `Installation' file. | |
1022 - Document requirement of rebuilding finder-inf.el when building | |
1023 from the full tarball. | |
1024 | |
1025 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
1026 | |
1027 * XEmacs 20.3-beta24 is released. | |
1028 | |
1029 1997-09-24 SL Baur <steve@altair.xemacs.org> | |
1030 | |
1031 * BETA (XEmacs 20.3 packages): Added explanation of package | |
1032 hierarchy. | |
1033 | |
1034 1997-09-22 SL Baur <steve@altair.xemacs.org> | |
1035 | |
1036 * XEmacs 19.16-pre4 is released. | |
1037 | |
1038 1997-09-20 SL Baur <steve@altair.xemacs.org> | |
1039 | |
1040 * XEmacs 20.3-beta23 is released. | |
1041 | |
1042 1997-09-19 SL Baur <steve@altair.xemacs.org> | |
1043 | |
1044 * XEmacs 19.16-pre3 is released. | |
1045 | |
1046 1997-09-18 Colin Rafferty <craffert@ml.com> | |
1047 | |
1048 * NEWS: Various spelling corrections and some grammar | |
1049 corrections (which/that). | |
1050 | |
1051 1997-09-17 SL Baur <steve@altair.xemacs.org> | |
1052 | |
1053 * XEmacs 20.3-beta22 is released. | |
1054 | |
1055 1997-09-16 SL Baur <steve@altair.xemacs.org> | |
1056 | |
1057 * XEmacs 20.3-beta21 is released. | |
1058 | |
1059 * XEmacs 19.16-pre2 is released. | |
1060 | |
1061 1997-09-13 SL Baur <steve@altair.xemacs.org> | |
1062 | |
1063 * XEmacs 20.3-beta20 is released. | |
1064 | |
1065 1997-09-12 SL Baur <steve@altair.xemacs.org> | |
1066 | |
1067 XEmacs 19.16-pre1 "Queens" is released. | |
1068 | |
1069 1997-09-02 SL Baur <steve@altair.xemacs.org> | |
1070 | |
1071 * XEmacs 20.3-beta19 is released. | |
1072 | |
1073 * Makefile.in (finder): New target. | |
1074 | |
1075 1997-08-29 SL Baur <steve@altair.xemacs.org> | |
1076 | |
1077 * XEmacs 19.16-beta91 is released. | |
1078 | |
1079 1997-08-20 SL Baur <steve@altair.xemacs.org> | |
1080 | |
1081 * XEmacs 19.16-beta90 is released. | |
1082 | |
1083 1997-08-16 SL Baur <steve@altair.xemacs.org> | |
1084 | |
1085 * XEmacs 20.3-beta18 is released. | |
1086 | |
1087 1997-08-11 Karl M. Hegbloom <karlheg@inetarena.com> | |
1088 | |
1089 * NEWS: add a section telling about the Info changes. | |
1090 | |
1091 1997-08-09 SL Baur <steve@altair.xemacs.org> | |
1092 | |
1093 * XEmacs 20.3-beta17 is released. | |
1094 | |
1095 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1096 | |
1097 * gnuserv.1: Described Hrvoje's mods in manpage | |
1098 | |
1099 1997-07-31 SL Baur <steve@altair.xemacs.org> | |
1100 | |
1101 * XEmacs 20.3-beta16 is released. | |
1102 | |
1103 1997-07-27 SL Baur <steve@altair.xemacs.org> | |
1104 | |
1105 * BETA: Update patching instructions. | |
1106 | |
1107 1997-07-26 SL Baur <steve@altair.xemacs.org> | |
1108 | |
1109 * XEmacs 20.3-beta15 is released. | |
1110 | |
1111 1997-07-19 SL Baur <steve@altair.xemacs.org> | |
1112 | |
1113 * XEmacs 20.3-beta14 is released. | |
1114 | |
1115 1997-07-13 Steven L Baur <steve@altair.xemacs.org> | |
1116 | |
1117 * XEmacs 20.3-beta13 is released. | |
1118 | |
1119 * info/dir (Packages): Integrate texinfo manual for PH. | |
1120 | |
1121 1997-07-08 Steven L Baur <steve@altair.xemacs.org> | |
1122 | |
1123 * XEmacs 20.3-beta12 is released. | |
1124 | |
1125 1997-07-06 Steven L Baur <steve@altair.xemacs.org> | |
1126 | |
1127 * lwlib/lwlib-Xm.c (xm_update_one_value): Hand application of mrb | |
1128 fix. Restoration of lossage from beta10->beta11 upgrade. | |
1129 | |
1130 * XEmacs 20.3-beta11 is released. | |
1131 | |
1132 1997-06-29 Steven L Baur <steve@altair.xemacs.org> | |
1133 | |
1134 * configure.in (CPP): Correct typo `print-lib-gcc-file-name' | |
1135 should be `print-libgcc-file-name' | |
1136 From Katsumi Yamaoka <yamaoka@ga.sony.co.jp> | |
1137 | |
1138 * XEmacs 20.3-beta10 is released. | |
1139 | |
1140 1997-06-25 Steven L Baur <steve@altair.xemacs.org> | |
1141 | |
1142 * XEmacs 20.3-beta9 is released. | |
1143 | |
1144 * Makefile.in (dist): Make `make dist' work for me. | |
1145 | |
1146 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1147 | |
1148 * HELLO: final byte for ethiopic was changed to sync with | |
1149 Emacs/mule-19.34.94-zeta. | |
1150 | |
1151 1997-06-23 Steven L Baur <steve@altair.xemacs.org> | |
1152 | |
1153 * NEWS (Commands): Various updates by Hrvoje Niksic. | |
1154 | |
1155 1997-06-21 Steven L Baur <steve@altair.xemacs.org> | |
1156 | |
1157 * Makefile.in: Missing FRC.info. | |
1158 (install-arch-dep): Add missing backslash. | |
1159 From Glynn Clements <glynn@sensei.co.uk> | |
1160 | |
1161 * XEmacs 20.3-beta8 is released. | |
1162 | |
1163 1997-06-20 Steven L Baur <steve@altair.xemacs.org> | |
1164 | |
1165 * gnuserv.1: Updates and cleanup. | |
1166 From Hrvoje Niksic <hniksic@srce.hr> | |
1167 | |
1168 1997-06-14 Steven L Baur <steve@altair.xemacs.org> | |
1169 | |
1170 * XEmacs 20.3-beta7 is released. | |
1171 | |
1172 1997-06-12 Steven L Baur <steve@altair.xemacs.org> | |
1173 | |
1174 * TUTORIAL (things): Synched by Hrvoje Niksic with previous | |
1175 XEmacs version. | |
1176 | |
1177 1997-06-11 Steven L Baur <steve@altair.xemacs.org> | |
1178 | |
1179 * XEmacs 20.3-b6 is released. | |
1180 | |
1181 * configure.in (GNU_MALLOC): Check for (-l)PW instead of (-l)-lPW. | |
1182 Suggested by Martin Buchholz <mrb@eng.sun.com> | |
1183 | |
1184 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
1185 | |
1186 * smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm, | |
1187 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm, | |
1188 etc/smilies/Face_ase.xbm: Add Japanese smiley faces. | |
1189 | |
1190 1997-06-09 Steven L Baur <steve@altair.xemacs.org> | |
1191 | |
1192 * XEmacs 20.3-b5 is released. | |
1193 | |
1194 1997-06-08 Steven L Baur <steve@altair.xemacs.org> | |
1195 | |
1196 * NEWS: Updates for early beta20.3 stuffs. | |
1197 From Hrvoje Niksic <hniksic@srce.hr> | |
1198 | |
1199 1997-06-05 Steven L Baur <steve@altair.xemacs.org> | |
1200 | |
1201 * XEmacs 20.3-b4 is released. | |
1202 | |
1203 1997-06-04 Martin Buchholz <mrb@eng.sun.com> | |
1204 | |
1205 * NEWS: | |
1206 * etags.1: | |
1207 Upgraded to etags 12.11 | |
1208 | |
1209 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | |
1210 | |
1211 * XEmacs 20.3-beta3 is released. | |
1212 | |
1213 * INSTALL: Delete documentation of mocklisp support. | |
1214 | |
1215 * configure.in: Delete mocklisp support. | |
1216 | |
1217 1997-05-29 Steven L Baur <steve@altair.xemacs.org> | |
1218 | |
1219 * FTP: Update mirror info. | |
1220 | |
1221 * DISTRIB: Update mirror info. | |
1222 | |
1223 1997-05-26 Steven L Baur <steve@altair.xemacs.org> | |
1224 | |
1225 * FTP: Correct typo in ftp.cenatls.cena.dgac.fr. | |
1226 | |
1227 * DISTRIB: Ditto. | |
1228 | |
1229 1997-05-22 Steven L Baur <steve@altair.xemacs.org> | |
1230 | |
1231 * XEmacs 20.3-beta2 is released. | |
1232 | |
1233 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com> | |
1234 | |
1235 * e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities. | |
1236 | |
1237 Sat May 17 20:30:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
1238 | |
1239 * XEmacs 20.3-b1 is released. | |
1240 | |
1241 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
1242 | |
1243 * README: Update minor version number. | |
1244 | |
1245 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org> | |
1246 | |
1247 * XEmacs-20.2 is released. | |
1248 | |
1249 Sat May 10 16:14:30 1997 Steven L Baur <steve@altair.xemacs.org> | |
1250 | |
1251 * XEmacs 20.2-b6 is released. | |
1252 | |
1253 Thu May 8 20:22:34 1997 Steven L Baur <steve@altair.xemacs.org> | |
1254 | |
1255 * XEmacs 20.2-b5 is released. | |
1256 | |
1257 Fri May 2 16:50:02 1997 Steven L Baur <steve@altair.xemacs.org> | |
1258 | |
1259 * XEmacs 20.2-b4 is released. | |
1260 | |
1261 Sun Apr 27 12:25:55 1997 Steven L Baur <steve@altair.xemacs.org> | |
1262 | |
1263 * XEmacs 20.2-b3 is released. | |
1264 | |
1265 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org> | |
1266 | |
1267 * XEmacs 20.2-b2 is released. | |
1268 | |
1269 * configure.in (beta): OPENWINHOME misspelled. | |
1270 | |
1271 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
1272 | |
1273 * BETA (writing): Update with information about how to create | |
1274 patches. | |
1275 | |
1276 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
1277 | |
1278 * XEmacs 20.2-b1 is released. | |
1279 | |
1280 Wed Apr 16 17:44:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
1281 | |
1282 * XEmacs 20.1 is re-released. | |
1283 | |
1284 Tue Apr 15 21:03:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
1285 | |
1286 * XEmacs 20.1 is released. | |
1287 | |
1288 Sat Apr 12 20:11:08 1997 Steven L Baur <steve@altair.xemacs.org> | |
1289 | |
1290 * XEmacs 20.1-b15 is released. | |
1291 | |
1292 Thu Apr 10 19:07:26 1997 Steven L Baur <steve@altair.xemacs.org> | |
1293 | |
1294 * XEmacs 20.1-b14 is released. (Beta 13 was skipped). | |
1295 | |
1296 Wed Apr 9 22:52:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
1297 | |
1298 * XEmacs 20.1-b12 is released. | |
1299 | |
1300 Sat Apr 5 09:11:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
1301 | |
1302 * XEmacs 20.1-b11 is released. | |
1303 | |
1304 Thu Mar 27 18:24:19 1997 Steven L Baur <steve@altair.xemacs.org> | |
1305 | |
1306 * XEmacs 20.1-b10 is released. | |
1307 | |
1308 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org> | |
1309 | |
1310 * XEmacs 19.15-b104 is released. | |
1311 | |
1312 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
1313 | |
1314 * sgml/CATALOG: Default to html-3.2final. | |
1315 | |
1316 Fri Mar 21 21:26:01 1997 Steven L Baur <steve@altair.xemacs.org> | |
1317 | |
1318 * XEmacs-19.15-b103 is released. | |
1319 * XEmacs-20.0-b9 is released. | |
1320 | |
1321 * Makefile.in (top_distclean): Add `Installation' to distclean | |
1322 rule. | |
1323 | |
1324 Thu Mar 20 20:14:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
1325 | |
1326 * XEmacs-19.15-b102 is released. | |
1327 | |
1328 Tue Mar 18 21:52:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
1329 | |
1330 * XEmacs-19.15-b101 is released. | |
1331 | |
1332 Mon Mar 17 19:09:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
1333 | |
1334 * XEmacs-20.1-b8 is released. | |
1335 * XEmacs-19.15-b100 is released. | |
1336 | |
1337 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org> | |
1338 | |
1339 * XEmacs-20.1-b7 is released. | |
1340 * XEmacs-19.15-b99 is released. | |
1341 | |
1342 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org> | |
1343 | |
1344 * sgml/CATALOG: Added IE3 DTDs and htmlpro DTD. | |
1345 | |
1346 Sat Mar 8 15:19:33 1997 Steven L Baur <steve@altair.xemacs.org> | |
1347 | |
1348 * XEmacs-20.1-b6 is released. | |
1349 * XEmacs-19.15-b98 is released. | |
1350 | |
1351 Mon Mar 3 23:57:56 1997 Steven L Baur <steve@altair.xemacs.org> | |
1352 | |
1353 * XEmacs 20.1-b5 is released. | |
1354 | |
1355 Mon Mar 3 18:09:17 1997 Steven L Baur <steve@altair.xemacs.org> | |
1356 | |
1357 * XEmacs 20.1-b4 is released. | |
1358 | |
1359 Sat Mar 1 15:38:30 1997 Steven L Baur <steve@altair.xemacs.org> | |
1360 | |
1361 * Makefile.in (distclean): Correct typos. | |
1362 | |
1363 * XEmacs 19.15-b96 is released. | |
1364 | |
1365 * configure.in: Symlink site-lisp when using --srcdir. | |
1366 Add special handling of lisp directory to allow for multiple | |
1367 site-packages files. | |
1368 | |
1369 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr> | |
1370 | |
1371 * sample.Xdefaults: Added customization of foreground and | |
1372 background colors for the `default' face. | |
1373 | |
1374 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org> | |
1375 | |
1376 * Makefile.in (top_distclean): Reset src/PURESIZE.h for | |
1377 distribution. | |
1378 | |
1379 * XEmacs 20.1-b3 is released. | |
1380 | |
1381 Sun Feb 23 17:10:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
1382 | |
1383 * XEmacs 20.1-b2 is released. | |
1384 | |
1385 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org> | |
1386 | |
1387 * XEmacs 19-15-b'95 is released. | |
1388 | |
1389 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com> | |
1390 | |
1391 * toolbar/workshop-cap-up.xpm: Moved caption up one pixel. | |
1392 | |
1393 Sat Feb 15 14:11:03 1997 Steven L Baur <steve@altair.xemacs.org> | |
1394 | |
1395 * XEmacs 20.1-b1 is released. | |
1396 * XEmacs 19.15-b94 is released. | |
1397 | |
1398 Sun Feb 9 16:15:55 1997 Steven L Baur <steve@altair.xemacs.org> | |
1399 | |
1400 * XEmacs 19.15-b93 is released. | |
1401 XEmacs 20.0 is released to the 'net. | |
1402 | |
1403 Fri Feb 7 19:21:34 1997 Steven L Baur <steve@altair.xemacs.org> | |
1404 | |
1405 * XEmacs 20.0try3 is released. | |
1406 | |
1407 Wed Feb 5 18:03:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
1408 | |
1409 * XEmacs 20.0try2 is released. | |
1410 | |
1411 Mon Feb 3 19:39:08 1997 Steven L Baur <steve@altair.xemacs.org> | |
1412 | |
1413 * XEmacs 19.15-b92 is released. | |
1414 | |
1415 Sat Feb 1 18:17:38 1997 Steven L Baur <steve@altair.xemacs.org> | |
1416 | |
1417 * XEmacs 20.0try1 is released. | |
1418 * XEmacs 19.15-b91 AKA XEmacs '97 NOT! is released. | |
1419 | |
1420 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
1421 | |
1422 * CHANGES-beta: XEmacs 20.0-b93 is released. | |
1423 | |
1424 Sat Jan 25 15:43:59 1997 Steven L Baur <steve@altair.xemacs.org> | |
1425 | |
1426 * CHANGES-beta: XEmacs 20.0-b92 is released. | |
1427 | |
1428 Wed Jan 22 21:07:17 1997 Steven L Baur <steve@altair.xemacs.org> | |
1429 * XEmacs 20.0-b91 (prerelease 2) is released. | |
1430 | |
1431 * configure.in (--with-scrollbars): Add Athena3d as a toolkit | |
1432 type. | |
1433 | |
1434 * lwlib/lwlib-Xaw.c (xaw_update_one_widget): Let Athena 3d have 0 | |
1435 borderwidth. | |
1436 (xaw_scrollbar_scroll): Use SCROLLBAR_LINE_UP and | |
1437 SCROLLBAR_LINE_DOWN since that's current the only to get to the | |
1438 bottom of the buffer. :-( | |
1439 | |
1440 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org> | |
1441 | |
1442 * sgml/HTML32.dtd: html-3.2 final dtd added. | |
1443 | |
1444 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> | |
1445 | |
1446 * sample.emacs: Remove code snippet that wipes out the cycle | |
1447 buffer modeline feature. | |
1448 | |
1449 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> | |
1450 | |
1451 * XEmacs 20.0 beta90 (prerelease 1) is released. | |
1452 * XEmacs 19.15 beta90 (prerelease 1) is released. | |
1453 | |
1454 Sat Jan 4 14:52:57 1997 Steven L Baur <steve@altair.xemacs.org> | |
1455 * XEmacs 20.0 beta 34 is released. | |
1456 * XEmacs 19.15 beta 7 is released. | |
1457 | |
1458 Sun Dec 29 05:37:43 1996 Martin Buchholz <mrb@eng.sun.com> | |
1459 | |
1460 * sample.emacs: Add sample code to highlight continuation glyph | |
1461 | |
1462 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org> | |
1463 | |
1464 * XEmacs 20.0 beta 33 is released. | |
1465 * XEmacs 19.15 beta 6 is released. | |
1466 | |
1467 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com> | |
1468 | |
1469 * yow.lines: 20k of new zippy quotes. | |
1470 | |
1471 Sat Dec 21 15:20:20 1996 Steven L Baur <steve@altair.xemacs.org> | |
1472 * XEmacs 20.0-b32 released. | |
1473 | |
1474 * XEmacs 19.15-b5 released. | |
1475 | |
1476 Tue Dec 10 19:25:25 1996 Steven L Baur <steve@altair.xemacs.org> | |
1477 | |
1478 * CHANGES-beta: XEmacs 20.0-b31 is released. | |
1479 | |
1480 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org> | |
1481 | |
1482 * edt-user.doc (File): New file from Emacs 19.34. | |
1483 |