Mercurial > hg > xemacs-beta
comparison 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 | 026c5bf9c134 |
children | a5954632b187 |
comparison
equal
deleted
inserted
replaced
792:4e83fdb13eb9 | 793:e38acbeb1cae |
---|---|
1 2002-03-28 Ben Wing <ben@xemacs.org> | |
2 | |
3 * etc/ChangeLog: New file. | |
4 | |
5 Separated out all entries for etc/ into their own ChangeLog. | |
6 Includes entries for the following files: | |
7 | |
8 etc/BABYL, etc/BETA, etc/CHARSETS, etc/DISTRIB, etc/Emacs.ad, | |
9 etc/FTP, etc/GNUS-NEWS, etc/GOATS, etc/HELLO, etc/INSTALL, | |
10 etc/MACHINES, etc/MAILINGLISTS, etc/MSDOS, etc/MYTHOLOGY, etc/NEWS, | |
11 etc/OXYMORONS, etc/PACKAGES, etc/README, etc/TUTORIAL, | |
12 etc/TUTORIAL.de, etc/TUTORIAL.ja, etc/TUTORIAL.ko, etc/TUTORIAL.se, | |
13 etc/aliases.ksh, etc/altrasoft-logo.xpm, etc/check_cygwin_setup.sh, | |
14 etc/custom/example-themes/europe-theme.el, | |
15 etc/custom/example-themes/ex-custom-file, | |
16 etc/custom/example-themes/example-theme.el, etc/e/eterm.ti, | |
17 etc/edt-user.doc, etc/enriched.doc, etc/etags.1, etc/gnuserv.1, | |
18 etc/gnuserv.README, etc/package-index.LATEST.gpg, | |
19 etc/package-index.LATEST.pgp, etc/photos/jan.png, etc/recycle.xpm, | |
20 etc/refcard.tex, etc/sample.Xdefaults, etc/sample.emacs, | |
21 etc/sgml/CATALOG, etc/sgml/HTML32.dtd, etc/skk/SKK.tut.E, | |
22 etc/smilies/Face_ase.xbm, etc/smilies/Face_ase2.xbm, | |
23 etc/smilies/Face_ase3.xbm, etc/smilies/Face_smile.xbm, | |
24 etc/smilies/Face_weep.xbm, etc/sounds, etc/toolbar, | |
25 etc/toolbar/workshop-cap-up.xpm, etc/xemacs-ja.1, etc/xemacs.1, | |
26 etc/yow.lines, etc\BETA, etc\NEWS, etc\README, etc\TUTORIAL, | |
27 etc\TUTORIAL.de, etc\check_cygwin_setup.sh, etc\sample.init.el, | |
28 etc\unicode\README, etc\unicode\mule-ucs\*, etc\unicode\other\* | |
29 | |
30 2002-03-24 Ben Wing <ben@xemacs.org> | |
31 | |
32 * TODO.ben-mule-21-5 (bugs): | |
33 * TODO.ben-mule-21-5 (Signaling): New. | |
34 Add stuff from Frank Schmitt. | |
35 | |
1 2002-03-20 Ben Wing <ben@xemacs.org> | 36 2002-03-20 Ben Wing <ben@xemacs.org> |
2 | 37 |
3 * TODO.ben-mule-21-5: | 38 * TODO.ben-mule-21-5: |
4 * TODO.ben-mule-21-5 (bugs): | 39 * TODO.ben-mule-21-5 (bugs): |
5 Create bug list for latest problems. | 40 Create bug list for latest problems. |
10 Include a long, long description of the suggested directory layout | 45 Include a long, long description of the suggested directory layout |
11 for developing XEmacs. This should probably go as part of a | 46 for developing XEmacs. This should probably go as part of a |
12 larger document, a "Getting Started with Developing XEmacs". #### | 47 larger document, a "Getting Started with Developing XEmacs". #### |
13 Does such a document exist? | 48 Does such a document exist? |
14 | 49 |
15 * etc\unicode\mule-ucs\*: New directory, containing translation | |
16 files for the remaining charsets that are not in | |
17 unicode\unicode-consortium but are in mule-ucs. | |
18 | |
19 * etc\unicode\other\*: New directory, containing translation | |
20 files made up on an ad-hoc basis. | |
21 | |
22 * etc\unicode\README: Update. | |
23 | |
24 2002-03-18 Ben Wing <ben@xemacs.org> | 50 2002-03-18 Ben Wing <ben@xemacs.org> |
25 | 51 |
26 * Some ChangeLog entries from stuff that got applied long ago | 52 * Some ChangeLog entries from stuff that got applied long ago |
27 never got checked in, due to the nasty SCCS "oops, i forgot again | 53 never got checked in, due to the nasty SCCS "oops, i forgot again |
28 ..." bug. | 54 ..." bug. |
29 | |
30 2001-05-04 Ben Wing <ben@xemacs.org> | |
31 | |
32 * etc\check_cygwin_setup.sh (distdir): Update for current | |
33 Cygwin reality. | |
34 | |
35 * etc\NEWS: Remove kill-whole-line changes. | |
36 | 55 |
37 2001-05-04 Ben Wing <ben@xemacs.org> | 56 2001-05-04 Ben Wing <ben@xemacs.org> |
38 | 57 |
39 * PROBLEMS: | 58 * PROBLEMS: |
40 * PROBLEMS (Note): | 59 * PROBLEMS (Note): |
41 Correct general info about init file. | 60 Correct general info about init file. |
42 Fix up Cygwin, Windows sections. | 61 Fix up Cygwin, Windows sections. |
43 | |
44 2001-04-17 Ben Wing <ben@xemacs.org> | |
45 | |
46 * etc\NEWS: More changes. | |
47 | |
48 * etc\sample.init.el (grep-all-files-in-current-directory-and-below): | |
49 Missing argument. | |
50 | |
51 2001-04-15 Ben Wing <ben@xemacs.org> | |
52 | |
53 * etc\NEWS: | |
54 * etc\NEWS (C): | |
55 * etc\NEWS (commands): | |
56 Many, many changes for XEmacs 21.4. | |
57 | 62 |
58 2002-03-15 Ben Wing <ben@xemacs.org> | 63 2002-03-15 Ben Wing <ben@xemacs.org> |
59 | 64 |
60 * configure.in (XE_COMPUTE_RUNPATH): | 65 * configure.in (XE_COMPUTE_RUNPATH): |
61 check for sys/times.h. | 66 check for sys/times.h. |
80 | 85 |
81 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> | 86 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
82 | 87 |
83 * CHANGES-beta: Prune pre-21.5 information. | 88 * CHANGES-beta: Prune pre-21.5 information. |
84 | 89 |
85 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> | |
86 | |
87 * etc/TUTORIAL.se: New from Mats Lidell. | |
88 | |
89 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
90 | |
91 * etc/BETA: General update. Fix some broken URLs. | |
92 | |
93 2002-01-23 Jarl Friis <jarl@diku.dk> | |
94 | |
95 * etc/BETA (http): Informing of xemacs-patches mailing list. Added | |
96 note on patch etiquette. | |
97 | |
98 2002-01-07 Jan Vroonhof <jan@xemacs.org> | 90 2002-01-07 Jan Vroonhof <jan@xemacs.org> |
99 | 91 |
100 * configure.in: Make explicit "--with-widgets" mean "=yes". | 92 * configure.in: Make explicit "--with-widgets" mean "=yes". |
101 If "--with-widgets=yes" autodetect athena. | 93 If "--with-widgets=yes" autodetect athena. |
102 | 94 |
105 * XEmacs 21.5.4 "bamboo" is released. | 97 * XEmacs 21.5.4 "bamboo" is released. |
106 | 98 |
107 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu> | 99 2001-05-17 Andrew Begel <abegel@eecs.berkeley.edu> |
108 | 100 |
109 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc. | 101 * aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc. |
110 | |
111 2001-05-27 Kazuo Oishi <oishi@n-pl.org> | |
112 | |
113 * etc/xemacs-ja.1: Replace with new translation. | |
114 | 102 |
115 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu> | 103 2001-08-19 Charles Wilson <cwilson@ece.gatech.edu> |
116 | 104 |
117 * configure.in (for graphics libraries): Detect Cygwin xpm-nox. | 105 * configure.in (for graphics libraries): Detect Cygwin xpm-nox. |
118 | 106 |
139 2002-01-02 Adrian Aichner <adrian@xemacs.org> | 127 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
140 | 128 |
141 * info/dir (File): Reword entry for Emodules according to | 129 * info/dir (File): Reword entry for Emodules according to |
142 ../man/emodules.texi. | 130 ../man/emodules.texi. |
143 | 131 |
144 2001-12-29 Steve Youngs <youngs@xemacs.org> | |
145 | |
146 * etc/package-index.LATEST.gpg: Update. | |
147 | |
148 * etc/package-index.LATEST.pgp: Update. | |
149 | |
150 2001-12-18 Adrian Aichner <adrian@xemacs.org> | 132 2001-12-18 Adrian Aichner <adrian@xemacs.org> |
151 | 133 |
152 * info\.cvsignore: Correct pattern to match all info files. | 134 * info\.cvsignore: Correct pattern to match all info files. |
153 | |
154 2001-12-18 Jan Vroonhof <jan@xemacs.org> | |
155 | |
156 * etc/photos/jan.png: Add mug shot. | |
157 | 135 |
158 2001-12-16 Adrian Aichner <adrian@xemacs.org> | 136 2001-12-16 Adrian Aichner <adrian@xemacs.org> |
159 | 137 |
160 * info\.cvsignore: Info files are generated, so let's ignore them | 138 * info\.cvsignore: Info files are generated, so let's ignore them |
161 all. | 139 all. |
162 | 140 |
163 2001-12-15 Adrian Aichner <adrian@xemacs.org> | 141 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
164 | 142 |
165 * info\dir (File): Update version to 21.5. | 143 * info\dir (File): Update version to 21.5. |
166 | |
167 2001-12-03 Didier Verna <didier@xemacs.org> | |
168 | |
169 * etc/NEWS: advertise `C-x r p' (replace-rectangle) in global map. | |
170 | 144 |
171 2001-08-29 Jered Floyd <jered@MIT.EDU> | 145 2001-08-29 Jered Floyd <jered@MIT.EDU> |
172 | 146 |
173 * configure.in (moduledir,sitemoduledir,archlibdir): | 147 * configure.in (moduledir,sitemoduledir,archlibdir): |
174 Place arch-specific files under ${libdir}, not under ${datadir}. | 148 Place arch-specific files under ${libdir}, not under ${datadir}. |
212 * configure.usage: Document it. | 186 * configure.usage: Document it. |
213 | 187 |
214 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org> | 188 2001-10-05 Stephen J. Turnbull <stephen@xemacs.org> |
215 | 189 |
216 * configure.in: Document that autoconf 2.5x is unsupported. | 190 * configure.in: Document that autoconf 2.5x is unsupported. |
217 | |
218 2001-09-19 Ben Wing <ben@xemacs.org> | |
219 | |
220 * etc\TUTORIAL.de: Translate TERMINOLOGY section for TUTORIAL.de, | |
221 change menu entry separator from / to ->. Change SPC to <Space>. | |
222 | |
223 2001-10-07 Adrian Aichner <adrian@xemacs.org> | |
224 | |
225 * etc\TUTORIAL.de: Update of TUTORIAL.de according to Ben's | |
226 Updates and Syncing with Emacs 21.0.106. | |
227 | 191 |
228 2001-09-17 Ben Wing <ben@xemacs.org> | 192 2001-09-17 Ben Wing <ben@xemacs.org> |
229 | 193 |
230 * configure.in (TAB): | 194 * configure.in (TAB): |
231 * configure.in (XE_COMPUTE_RUNPATH): | 195 * configure.in (XE_COMPUTE_RUNPATH): |
237 | 201 |
238 * configure.in (TAB): Don't use -Wshadow when compiling with | 202 * configure.in (TAB): Don't use -Wshadow when compiling with |
239 g++ or you get buried in silly warnings. | 203 g++ or you get buried in silly warnings. |
240 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when | 204 * configure.in (XE_COMPUTE_RUNPATH): Fix compile problems when |
241 compiling --with-msw, --with-x=no, --with-tty=no. | 205 compiling --with-msw, --with-x=no, --with-tty=no. |
242 | |
243 2001-08-21 Adrian Aichner <adrian@xemacs.org> | |
244 | |
245 * etc\BETA (writing): Advertise use of build-report. | |
246 | 206 |
247 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> | 207 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
248 | 208 |
249 * XEmacs 21.5.3 "asparagus" is released. | 209 * XEmacs 21.5.3 "asparagus" is released. |
250 | 210 |
259 | 219 |
260 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> | 220 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
261 | 221 |
262 * XEmacs 21.5.2 "artichoke" is released. | 222 * XEmacs 21.5.2 "artichoke" is released. |
263 | 223 |
264 2001-07-26 Stephen J. Turnbull <stephen@xemacs.org> | |
265 | |
266 * etc/MYTHOLOGY, etc/OXYMORONS: Remove. | |
267 etc/VEGETABLES: Copied from xemacs-builds module, file Codenames-21.5. | |
268 Bring codenames into synch with reality. | |
269 | |
270 2001-07-18 Adrian Aichner <adrian@xemacs.org> | |
271 | |
272 * etc\TUTORIAL: Fix minor typo. | |
273 * etc\TUTORIAL.de: Sync with TUTORIAL. | |
274 | |
275 2001-06-21 Ben Wing <ben@xemacs.org> | 224 2001-06-21 Ben Wing <ben@xemacs.org> |
276 | 225 |
277 * README: | 226 * README: |
278 * README (http): | 227 * README (http): |
279 * README (ftp): | 228 * README (ftp): |
317 not just because a feature is not present. | 266 not just because a feature is not present. |
318 | 267 |
319 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net> | 268 2001-05-06 Karl M. Hegbloom <karlheg@hegbloom.net> |
320 | 269 |
321 * configure.in: See if mkstemp is available for movemail.c | 270 * configure.in: See if mkstemp is available for movemail.c |
322 | |
323 2001-05-24 Yoshiki Hayashi <yoshiki@xemacs.org> | |
324 | |
325 * etc/xemacs-ja.1: Removed. | |
326 | |
327 2001-05-23 Ben Wing <ben@xemacs.org> | |
328 | |
329 * etc\sample.init.el: | |
330 * etc\sample.init.el (Init-safe-require): New. | |
331 * etc\sample.init.el ((fboundp 'pending-delete-mode)): | |
332 * etc\sample.init.el ((eq system-type 'windows-nt)): | |
333 * etc\sample.init.el (dired): | |
334 * etc\sample.init.el ((Init-safe-require 'efs-auto)): | |
335 * etc\sample.init.el (completer): | |
336 * etc\sample.init.el (crypt): | |
337 * etc\sample.init.el (filladapt): | |
338 * etc\sample.init.el ((fboundp 'turn-on-lazy-lock)): | |
339 * etc\sample.init.el ((fboundp 'resize-minibuffer-mode)): | |
340 * etc\sample.init.el ((Init-safe-require 'scroll-in-place)): | |
341 Rewrite to be much more careful about loading features -- now | |
342 it decays gracefully even in the complete absence of packages. | |
343 Also avoid doing obnoxious things when loading efs. | |
344 | 271 |
345 2001-05-23 Ben Wing <ben@xemacs.org> | 272 2001-05-23 Ben Wing <ben@xemacs.org> |
346 | 273 |
347 * configure.in (AC_INIT_PARSE_ARGS): | 274 * configure.in (AC_INIT_PARSE_ARGS): |
348 * configure.in (TAB): | 275 * configure.in (TAB): |
357 If no native dumper (UNEXEC) is defined, simply use pdump. | 284 If no native dumper (UNEXEC) is defined, simply use pdump. |
358 If no SYSTEM_TYPE is defined, choose an appopriate default. | 285 If no SYSTEM_TYPE is defined, choose an appopriate default. |
359 | 286 |
360 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> | 287 2001-05-10 Paul Stodghill <stodghil@cs.cornell.edu> |
361 | 288 |
362 * etc/PACKAGES: Update to reflect new package dir tree. | |
363 * configure.in: Reverse the order of Windows and Linux sound tests | 289 * configure.in: Reverse the order of Windows and Linux sound tests |
364 so that Cygwin will find Windows first. | 290 so that Cygwin will find Windows first. |
365 | 291 |
366 2001-05-14 Martin Buchholz <martin@xemacs.org> | 292 2001-05-14 Martin Buchholz <martin@xemacs.org> |
367 | 293 |
368 * configure.in (XE_REALLOC_NULLPTR_BUG): New. | 294 * configure.in (XE_REALLOC_NULLPTR_BUG): New. |
369 2001-05-15 Steve Youngs <youngs@xemacs.org> | |
370 | |
371 * etc/PACKAGES: Update to reflect new package dir tree. | |
372 | 295 |
373 2001-05-11 Martin Buchholz <martin@xemacs.org> | 296 2001-05-11 Martin Buchholz <martin@xemacs.org> |
374 | 297 |
375 * configure.in: | 298 * configure.in: |
376 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h | 299 Check for sys/ptyio.h on HPUX, else for pty.h or perhaps sys/pty.h |
389 | 312 |
390 2001-05-09 Martin Buchholz <martin@xemacs.org> | 313 2001-05-09 Martin Buchholz <martin@xemacs.org> |
391 | 314 |
392 * XEmacs 21.5.1 "anise" is released. | 315 * XEmacs 21.5.1 "anise" is released. |
393 | 316 |
394 2001-01-31 Jason R. Mastaler <jason@xemacs.org> | |
395 | |
396 * etc/FTP: Updated FTP mirrors list. | |
397 | |
398 2001-05-04 Martin Buchholz <martin@xemacs.org> | 317 2001-05-04 Martin Buchholz <martin@xemacs.org> |
399 | 318 |
400 * configure.in (opsys): | 319 * configure.in (opsys): |
401 Use lower-case `uname -s` as the default value for opsys. | 320 Use lower-case `uname -s` as the default value for opsys. |
402 The previous code effectively did the non-sensical | 321 The previous code effectively did the non-sensical |
408 | 327 |
409 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu> | 328 2001-03-26 Paul Stodghill <stodghil@cs.cornell.edu> |
410 | 329 |
411 * configure.in: Don't #define __STDC__ in confdefs.h | 330 * configure.in: Don't #define __STDC__ in confdefs.h |
412 | 331 |
413 2001-03-30 Ben Wing <ben@xemacs.org> | |
414 | |
415 * etc\sample.init.el: | |
416 * etc\sample.init.el (Init-kill-entire-line): | |
417 * etc\sample.init.el (describe-foo-at-point): | |
418 * etc\sample.init.el (kill-current-buffer): | |
419 * etc\sample.init.el (kill-current-buffer-and-window): | |
420 * etc\sample.init.el (grep-c-files): Removed. | |
421 * etc\sample.init.el (grep-all-files-history): New. | |
422 * etc\sample.init.el (grep-all-files-omitted-expressions): New. | |
423 * etc\sample.init.el (grep-all-files-omitted-directories): New. | |
424 * etc\sample.init.el (construct-grep-all-files-command): New. | |
425 * etc\sample.init.el (grep-all-files-in-current-directory): New. | |
426 * etc\sample.init.el (grep-lisp-files): Removed. | |
427 * etc\sample.init.el (grep-all-files-in-current-directory-and-below): New. | |
428 * etc\sample.init.el (clear-select): | |
429 * etc\sample.init.el ((control kp-add)): | |
430 * etc\sample.init.el (pause): | |
431 * etc\sample.init.el ((eq system-type 'windows-nt)): | |
432 | |
433 Add documentation for defined functions. Change grep functions to | |
434 be more generally useful. Document more specifically what the | |
435 `menu-force' setting actually does -- what commands are overridden | |
436 and how to access them. | |
437 | |
438 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> | 332 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> |
439 | 333 |
440 * configure.usage: Document --with-file-coding. | 334 * configure.usage: Document --with-file-coding. |
441 | |
442 * etc/OXYMORONS: Add 2 oxymorons, clean up numbering, close RFC. | |
443 | |
444 * etc/NEWS: Fix typo. | |
445 | 335 |
446 * configure.in: | 336 * configure.in: |
447 * configure: | 337 * configure: |
448 Fix typo, add -Wsign-compare if GCC, run autoconf. | 338 Fix typo, add -Wsign-compare if GCC, run autoconf. |
449 | 339 |
450 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> | 340 2001-03-23 Stephen J. Turnbull <stephen@xemacs.org> |
451 | 341 |
452 * etc/gnuserv.1 (UNIX_DOMAIN_SOCKETS: | |
453 * PROBLEMS (Problems with running XEmacs): | 342 * PROBLEMS (Problems with running XEmacs): |
454 Document TMPDIR lossage in gnuserv/gnuclient. | 343 Document TMPDIR lossage in gnuserv/gnuclient. |
455 | |
456 2001-03-06 Ben Wing <ben@xemacs.org> | |
457 | |
458 * etc\sample.init.el: | |
459 * etc\sample.init.el (Init-kill-entire-line): New. | |
460 Fix to take into account the removed kill-whole-line changes. | |
461 | 344 |
462 2001-03-21 Martin Buchholz <martin@xemacs.org> | 345 2001-03-21 Martin Buchholz <martin@xemacs.org> |
463 | 346 |
464 * XEmacs 21.2.46 "Urania" is released. | 347 * XEmacs 21.2.46 "Urania" is released. |
465 | 348 |
475 * configure.in: | 358 * configure.in: |
476 Fix gratuitous whitespace changes from GTK merge. | 359 Fix gratuitous whitespace changes from GTK merge. |
477 | 360 |
478 * configure.usage: Untabify --with-{gtk,gnome}. | 361 * configure.usage: Untabify --with-{gtk,gnome}. |
479 | 362 |
480 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> | |
481 | |
482 * etc/OXYMORONS: New file of 21.4 codenames. | |
483 | |
484 2001-03-12 Andy Piper <andy@xemacs.org> | 363 2001-03-12 Andy Piper <andy@xemacs.org> |
485 | 364 |
486 * configure.in: only pick up mingw directory. | 365 * configure.in: only pick up mingw directory. |
487 | 366 |
488 2001-03-02 Ben Wing <ben@xemacs.org> | 367 2001-03-02 Ben Wing <ben@xemacs.org> |
489 | 368 |
490 * info\dir: Update to 21.4; clean up descriptions of manuals; | 369 * info\dir: Update to 21.4; clean up descriptions of manuals; |
491 replace misnomer "Local Packages" with more correct "Other | 370 replace misnomer "Local Packages" with more correct "Other |
492 Documentation". | 371 Documentation". |
493 | |
494 2001-03-02 Ben Wing <ben@xemacs.org> | |
495 | |
496 * etc\README: sample.emacs -> sample.init.el. | |
497 | 372 |
498 2001-03-09 William M. Perry <wmperry@aventail.com> | 373 2001-03-09 William M. Perry <wmperry@aventail.com> |
499 | 374 |
500 * CHANGES-beta: | 375 * CHANGES-beta: |
501 * configure.in: | 376 * configure.in: |
518 Support possible future OSes irix7, aix5, osf[56]. | 393 Support possible future OSes irix7, aix5, osf[56]. |
519 | 394 |
520 2001-02-12 Martin Buchholz <martin@xemacs.org> | 395 2001-02-12 Martin Buchholz <martin@xemacs.org> |
521 | 396 |
522 * configure.in: No need for NON_GNU_CPP on SCO. | 397 * configure.in: No need for NON_GNU_CPP on SCO. |
523 | |
524 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
525 | |
526 * etc/MACHINES: Rewritten. Bitrot discarded. | |
527 | 398 |
528 2001-02-09 Martin Buchholz <martin@xemacs.org> | 399 2001-02-09 Martin Buchholz <martin@xemacs.org> |
529 | 400 |
530 * configure.in: Prefer utime to utimes - it's more standard. | 401 * configure.in: Prefer utime to utimes - it's more standard. |
531 Remove explicit checking for struct utimbuf. | 402 Remove explicit checking for struct utimbuf. |
565 | 436 |
566 * XEmacs 21.2.43 "Terspichore" is released. | 437 * XEmacs 21.2.43 "Terspichore" is released. |
567 | 438 |
568 2001-01-21 Steve Youngs <youngs@xemacs.org> | 439 2001-01-21 Steve Youngs <youngs@xemacs.org> |
569 | 440 |
570 * ./etc/PACKAGES: Doc fix. | |
571 | |
572 * README.packages: Doc fix. | 441 * README.packages: Doc fix. |
573 | 442 |
574 2001-01-17 Steve Youngs <youngs@xemacs.org> | 443 2001-01-17 Steve Youngs <youngs@xemacs.org> |
575 | 444 |
576 * README.packages: Update. | 445 * README.packages: Update. |
577 | |
578 * ./etc/PACKAGES: Update. | |
579 | 446 |
580 2001-01-20 Martin Buchholz <martin@xemacs.org> | 447 2001-01-20 Martin Buchholz <martin@xemacs.org> |
581 | 448 |
582 * XEmacs 21.2.42 "Poseidon" is released. | 449 * XEmacs 21.2.42 "Poseidon" is released. |
583 | 450 |
676 * XEmacs 21.2.37 is released. | 543 * XEmacs 21.2.37 is released. |
677 | 544 |
678 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | 545 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> |
679 | 546 |
680 * README.packages: Add "uninstalled package" FAQ. | 547 * README.packages: Add "uninstalled package" FAQ. |
681 | |
682 * etc/PACKAGES: Add details on os-utils contents. | |
683 | 548 |
684 2000-11-01 Martin Buchholz <martin@xemacs.org> | 549 2000-11-01 Martin Buchholz <martin@xemacs.org> |
685 | 550 |
686 * configure.in: Handle alloca with Compaq C on Alpha Linux. | 551 * configure.in: Handle alloca with Compaq C on Alpha Linux. |
687 | 552 |
698 * configure.in: | 563 * configure.in: |
699 Remove checking for XFree86. Use feature tests instead! | 564 Remove checking for XFree86. Use feature tests instead! |
700 Add check for XRegisterIMInstantiateCallback. | 565 Add check for XRegisterIMInstantiateCallback. |
701 Add check for XRegisterIMInstantiateCallback's prototype. | 566 Add check for XRegisterIMInstantiateCallback's prototype. |
702 | 567 |
703 2000-10-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
704 | |
705 * etc/NEWS: Change lprogress-display to progress-feedback. | |
706 | |
707 2000-10-08 Karl M. Hegbloom <karlheg@debian.org> | 568 2000-10-08 Karl M. Hegbloom <karlheg@debian.org> |
708 | 569 |
709 * configure.in: Typo - missing paren. | 570 * configure.in: Typo - missing paren. |
710 | 571 |
711 2000-10-10 Martin Buchholz <martin@xemacs.org> | 572 2000-10-10 Martin Buchholz <martin@xemacs.org> |
719 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4. | 580 * configure.in: Pretend that DEC OSF >= 5 is really DEC OSF 4. |
720 | 581 |
721 2000-10-04 Martin Buchholz <martin@xemacs.org> | 582 2000-10-04 Martin Buchholz <martin@xemacs.org> |
722 | 583 |
723 * XEmacs 21.2.36 is released. | 584 * XEmacs 21.2.36 is released. |
724 | |
725 2000-08-29 Robert Pluim <rpluim@bigfoot.com> | |
726 | |
727 * etc/NEWS: fix reference to progress-feedback-use-echo-area | |
728 | 585 |
729 2000-09-27 Martin Buchholz <martin@xemacs.org> | 586 2000-09-27 Martin Buchholz <martin@xemacs.org> |
730 | 587 |
731 * configure.in: Big signal/process handling overhaul. | 588 * configure.in: Big signal/process handling overhaul. |
732 Autoconfiscate lots of functions and headers: | 589 Autoconfiscate lots of functions and headers: |
733 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp | 590 getpt _getpt grantpt unlockpt ptsname killpg tcgetpgrp |
734 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream | 591 openpty pty.h libutil.h sys/stropts.h sys/strtio.h isastream |
735 | 592 |
736 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
737 | |
738 * etc/xemacs.1: Spelling fixes. Remove stuff that doesn't belong. | |
739 | |
740 2000-09-19 Martin Buchholz <martin@xemacs.org> | 593 2000-09-19 Martin Buchholz <martin@xemacs.org> |
741 | 594 |
742 * *: Spelling mega-patch | 595 * *: Spelling mega-patch |
743 | 596 |
744 2000-09-16 Martin Buchholz <martin@xemacs.org> | 597 2000-09-16 Martin Buchholz <martin@xemacs.org> |
745 | 598 |
746 * configure.in: Remove strcasecmp. | 599 * configure.in: Remove strcasecmp. |
747 | |
748 * etc/Emacs.ad: Remove Energize from comments. | |
749 | 600 |
750 2000-09-16 Martin Buchholz <martin@xemacs.org> | 601 2000-09-16 Martin Buchholz <martin@xemacs.org> |
751 | 602 |
752 * configure.in: Add -Kalloca to $c_switch_system when using | 603 * configure.in: Add -Kalloca to $c_switch_system when using |
753 Unixware native compiler (if necessary). | 604 Unixware native compiler (if necessary). |
773 2000-08-31 Martin Buchholz <martin@xemacs.org> | 624 2000-08-31 Martin Buchholz <martin@xemacs.org> |
774 | 625 |
775 * configure.in: with_widgets is incompatible with X11 R4. | 626 * configure.in: with_widgets is incompatible with X11 R4. |
776 | 627 |
777 * configure.in: Make Balloon Help conditional on finding shape.h | 628 * configure.in: Make Balloon Help conditional on finding shape.h |
778 | |
779 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
780 | |
781 * etc/Emacs.ad: Document usage of FontSet resource for menubar. | |
782 | 629 |
783 2000-08-09 Vin Shelton <acs@xemacs.org> | 630 2000-08-09 Vin Shelton <acs@xemacs.org> |
784 | 631 |
785 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer | 632 * configure.in: Check for UNIX98 PTYs. Patch from Florian Weimer |
786 <Florian.Weimer@RUS.Uni-Stuttgart.DE>. | 633 <Florian.Weimer@RUS.Uni-Stuttgart.DE>. |
950 | 797 |
951 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org> | 798 2000-05-02 Yoshiki Hayashi <yoshiki@xemacs.org> |
952 | 799 |
953 * configure.in: Remove lockdir. | 800 * configure.in: Remove lockdir. |
954 | 801 |
955 2000-04-15 Andy Piper <andy@xemacs.org> | |
956 | |
957 * etc/Emacs.ad: add select-start() back into text translations. | |
958 | |
959 2000-05-01 Martin Buchholz <martin@xemacs.org> | 802 2000-05-01 Martin Buchholz <martin@xemacs.org> |
960 | 803 |
961 * XEmacs 21.2.33 is released. | 804 * XEmacs 21.2.33 is released. |
962 | 805 |
963 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org> | 806 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org> |
987 | 830 |
988 2000-04-06 Andy Piper <andy@xemacs.org> | 831 2000-04-06 Andy Piper <andy@xemacs.org> |
989 | 832 |
990 * configure.in: fix typo. | 833 * configure.in: fix typo. |
991 | 834 |
992 2000-04-12 Andy Piper <andy@xemacs.org> | |
993 | |
994 * etc/Emacs.ad: give the gui-element face the same font as the | |
995 menubar and popups. Add translations for text widgets. | |
996 | |
997 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org> | 835 2000-04-03 Yoshiki Hayashi <yoshiki@xemacs.org> |
998 | 836 |
999 * configure.in : Fix printing error check warning even if | 837 * configure.in : Fix printing error check warning even if |
1000 it is not compiled in. | 838 it is not compiled in. |
1001 | 839 |
1054 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org> | 892 2000-03-09 Yoshiki Hayashi <yoshiki@xemacs.org> |
1055 | 893 |
1056 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes | 894 * aclocal.m4 (XE_SHLIB_STUFF): Define ld_shlibs to yes |
1057 when C compiler can produce shared libraries. | 895 when C compiler can produce shared libraries. |
1058 | 896 |
1059 2000-03-01 Didier Verna <didier@xemacs.org> | |
1060 | |
1061 * etc/NEWS: update the rect.el entry. | |
1062 | |
1063 2000-02-26 Martin Buchholz <martin@xemacs.org> | 897 2000-02-26 Martin Buchholz <martin@xemacs.org> |
1064 | 898 |
1065 * configure.in: Unconditionally define SHELL, to allow working | 899 * configure.in: Unconditionally define SHELL, to allow working |
1066 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems. | 900 with (unreleased) autoconf 2.14.1, found on Mandrake 7.0 systems. |
1067 | 901 |
1100 * src/config.h.in: Add HAVE_SYS_PARAM_H. | 934 * src/config.h.in: Add HAVE_SYS_PARAM_H. |
1101 | 935 |
1102 2000-02-16 Martin Buchholz <martin@xemacs.org> | 936 2000-02-16 Martin Buchholz <martin@xemacs.org> |
1103 | 937 |
1104 * configure.in: Test for arm simply using arm* instead of arm-* | 938 * configure.in: Test for arm simply using arm* instead of arm-* |
1105 | |
1106 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
1107 | |
1108 * etc/TUTORIAL.ja: Synch with English version. | |
1109 | 939 |
1110 2000-02-16 Martin Buchholz <martin@xemacs.org> | 940 2000-02-16 Martin Buchholz <martin@xemacs.org> |
1111 | 941 |
1112 * XEmacs 21.2.29 is released. | 942 * XEmacs 21.2.29 is released. |
1113 | 943 |
1199 | 1029 |
1200 2000-01-18 Martin Buchholz <martin@xemacs.org> | 1030 2000-01-18 Martin Buchholz <martin@xemacs.org> |
1201 | 1031 |
1202 * XEmacs 21.2.27 is released. | 1032 * XEmacs 21.2.27 is released. |
1203 | 1033 |
1204 2000-01-15 Adrian Aichner <aichner@ecf.teradyne.com> | |
1205 | |
1206 * etc/TUTORIAL.de: Update copyright and fix typo. | |
1207 | |
1208 2000-01-14 Martin Buchholz <martin@xemacs.org> | 1034 2000-01-14 Martin Buchholz <martin@xemacs.org> |
1209 | 1035 |
1210 * configure.in: Create a .dbxrc in the src directory, like .gdbinit. | 1036 * configure.in: Create a .dbxrc in the src directory, like .gdbinit. |
1211 | 1037 |
1212 * configure.in: Add `tests' symlink to make it easier to find | 1038 * configure.in: Add `tests' symlink to make it easier to find |
1228 | 1054 |
1229 * config.sub: Upgrade to 1.169, imported from autoconf's CVS | 1055 * config.sub: Upgrade to 1.169, imported from autoconf's CVS |
1230 * config.guess: Upgrade to 1.158, imported from autoconf's CVS | 1056 * config.guess: Upgrade to 1.158, imported from autoconf's CVS |
1231 | 1057 |
1232 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | 1058 2000-01-03 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
1233 | |
1234 * etc/NEWS: Document mail spool locking overhaul. | |
1235 | 1059 |
1236 * configure.usage (--mail-locking): | 1060 * configure.usage (--mail-locking): |
1237 * configure.in: Handle --mail-locking option correctly in | 1061 * configure.in: Handle --mail-locking option correctly in |
1238 preparation for the movemail locking overhaul. | 1062 preparation for the movemail locking overhaul. |
1239 | 1063 |
1338 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | 1162 1999-10-12 Alexandre Oliva <oliva@lsd.ic.unicamp.br> |
1339 | 1163 |
1340 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h. | 1164 * configure.in (native_sound_lib, *-sgi-*): Check for audio.h. |
1341 (LIBS): Check for libCsup. | 1165 (LIBS): Check for libCsup. |
1342 | 1166 |
1343 * etc/sample.Xdefaults: adds a reference to beNiceToColormap, | |
1344 so that the user can guess what to do if xemacs' dialogs are | |
1345 butt ugly. | |
1346 | |
1347 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> | 1167 1999-10-24 Jan Vroonhof <vroonhof@math.ethz.ch> |
1348 | 1168 |
1349 * config.h.in: define HAVE_ESD_SOUND | 1169 * config.h.in: define HAVE_ESD_SOUND |
1350 | 1170 |
1351 * configure.in: Add support for esd sound. --with-sound | 1171 * configure.in: Add support for esd sound. --with-sound |
1368 ld_dynamic_link_flags on Solaris. Else CC gives us: | 1188 ld_dynamic_link_flags on Solaris. Else CC gives us: |
1369 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise | 1189 CC: Warning: Option -Wl,-Bdynamic passed to ld, if ld is invoked, ignored otherwise |
1370 /usr/ccs/bin/ld: illegal option -- W | 1190 /usr/ccs/bin/ld: illegal option -- W |
1371 | 1191 |
1372 | 1192 |
1373 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
1374 | |
1375 * etc/FTP: Updated FTP mirrors list. Replaced GNU FTP document | |
1376 with a URL. | |
1377 | |
1378 1999-11-13 Jason R Mastaler <jason@mastaler.com> | |
1379 | |
1380 * etc/MAILINGLISTS: Updated mailing list subscription information. | |
1381 Replaced GNU MAILINGLISTS document with a URL. | |
1382 | |
1383 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | 1193 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> |
1384 | 1194 |
1385 * XEmacs 21.2.20 is released | 1195 * XEmacs 21.2.20 is released |
1386 | 1196 |
1387 1999-09-21 Martin Buchholz <martin@xemacs.org> | 1197 1999-09-21 Martin Buchholz <martin@xemacs.org> |
1405 * configure.in (all_widgets): Only use xaw3d if we really have it. | 1215 * configure.in (all_widgets): Only use xaw3d if we really have it. |
1406 | 1216 |
1407 1999-10-06 Andy Piper <andy@xemacs.org> | 1217 1999-10-06 Andy Piper <andy@xemacs.org> |
1408 | 1218 |
1409 * Makefile.in.in: use WINDOWSNT for mingw install. | 1219 * Makefile.in.in: use WINDOWSNT for mingw install. |
1410 | |
1411 1999-08-01 Adrian Aichner <adrian@xemacs.org> | |
1412 | |
1413 * etc/DISTRIB: Update IP address of ftp.xemacs.org. | |
1414 * etc/NEWS: Fix typo | |
1415 | 1220 |
1416 1999-09-25 Andy Piper <andy@xemacs.org> | 1221 1999-09-25 Andy Piper <andy@xemacs.org> |
1417 | 1222 |
1418 * configure.in: check for Xaw3d and use in preference to Xaw | 1223 * configure.in: check for Xaw3d and use in preference to Xaw |
1419 | 1224 |
1486 | 1291 |
1487 * configure.in: Rename --with-shlib to --with-modules for | 1292 * configure.in: Rename --with-shlib to --with-modules for |
1488 consistency with the other two options that use that name. | 1293 consistency with the other two options that use that name. |
1489 | 1294 |
1490 * configure.usage (--with-modules): Document it. | 1295 * configure.usage (--with-modules): Document it. |
1491 | |
1492 1999-07-23 Jan Vroonhof <vroonhof@math.ethz.ch> | |
1493 | |
1494 * etc/custom/example-themes/example-theme.el: | |
1495 * etc/custom/example-themes/europe-theme.el: | |
1496 * etc/custom/example-themes/ex-custom-file: Some simple examples | |
1497 illustrating the custom theme support. | |
1498 | |
1499 1999-07-17 MORIOKA Tomohiko <tomo@etl.go.jp> | |
1500 | |
1501 * etc/HELLO (Thai): Modify for new font. | |
1502 | 1296 |
1503 1999-07-22 SL Baur <steve@beopen.com> | 1297 1999-07-22 SL Baur <steve@beopen.com> |
1504 | 1298 |
1505 * configure.in: add sco7 support | 1299 * configure.in: add sco7 support |
1506 From Bob Weiner <weiner@beopen.com> | 1300 From Bob Weiner <weiner@beopen.com> |
1656 1999-04-29 Andy Piper <andy@xemacs.org> | 1450 1999-04-29 Andy Piper <andy@xemacs.org> |
1657 | 1451 |
1658 * configure.in: add mingw32 as a target platform. add nt process | 1452 * configure.in: add mingw32 as a target platform. add nt process |
1659 support options. | 1453 support options. |
1660 | 1454 |
1661 1999-03-30 MORIOKA Tomohiko <tomo@etl.go.jp> | |
1662 | |
1663 * etc/HELLO (Amharic): New language. | |
1664 (Slovak): Likewise. | |
1665 (Thai): Likewise (by Virach Sornlertlamvanich). | |
1666 (Greek): Fixed (by Yannis Haralambous). | |
1667 | |
1668 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 1455 1998-09-04 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
1669 | 1456 |
1670 * configure.in: Delete mule-coding.o. | 1457 * configure.in: Delete mule-coding.o. |
1671 | 1458 |
1672 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk> | 1459 1999-04-22 Gunnar Evermann <ge204@eng.cam.ac.uk> |
1774 * XEmacs 21.2.10 is released | 1561 * XEmacs 21.2.10 is released |
1775 | 1562 |
1776 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | 1563 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> |
1777 | 1564 |
1778 * XEmacs 21.2.9 is released | 1565 * XEmacs 21.2.9 is released |
1779 | |
1780 1999-02-01 Glynn Clements <glynn@sensei.co.uk> | |
1781 | |
1782 * etc/recycle.xpm: Fix colours so that they work on TrueColor | |
1783 and DirectColor displays | |
1784 | 1566 |
1785 1999-01-21 Andy Piper <andy@xemacs.org> | 1567 1999-01-21 Andy Piper <andy@xemacs.org> |
1786 | 1568 |
1787 * configure.in: make xface detection specifc to a window system in | 1569 * configure.in: make xface detection specifc to a window system in |
1788 general rather than just X. | 1570 general rather than just X. |
1907 1998-10-05 Andy Piper <andyp@parallax.co.uk> | 1689 1998-10-05 Andy Piper <andyp@parallax.co.uk> |
1908 | 1690 |
1909 * configure.in: don't enable shared lib support for cygwin unless | 1691 * configure.in: don't enable shared lib support for cygwin unless |
1910 explititly told to. | 1692 explititly told to. |
1911 | 1693 |
1912 1998-10-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
1913 | |
1914 * etc/xemacs.1: Remove misplace "\". | |
1915 | |
1916 1998-09-29 SL Baur <steve@altair.xemacs.org> | 1694 1998-09-29 SL Baur <steve@altair.xemacs.org> |
1917 | 1695 |
1918 * XEmacs 21.2-beta2 is released. | 1696 * XEmacs 21.2-beta2 is released. |
1919 | 1697 |
1920 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de> | 1698 1998-09-09 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de> |
1933 | 1711 |
1934 * PROBLEMS: Added AIX 4.3 note. | 1712 * PROBLEMS: Added AIX 4.3 note. |
1935 | 1713 |
1936 * configure.in: Better detection of AIX 4.3. | 1714 * configure.in: Better detection of AIX 4.3. |
1937 AIX xlc can do -g and -Ox at the same time. | 1715 AIX xlc can do -g and -Ox at the same time. |
1938 | |
1939 1998-09-05 SL Baur <steve@altair.xemacs.org> | |
1940 | |
1941 * etc/check_cygwin_setup.sh: grammar fix. | |
1942 | |
1943 1998-09-02 Andy Piper <andyp@parallax.co.uk> | |
1944 | |
1945 * etc/check_cygwin_setup.sh: fix a couple of buglets. | |
1946 | |
1947 1998-08-23 Adrian Aichner <adrian@xemacs.org> | |
1948 | |
1949 * etc/sample.emacs: Enable sound support on mswindows devices. | |
1950 | 1716 |
1951 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp> | 1717 1998-08-17 P. E. Jareth Hein <jareth@camelot.co.jp> |
1952 | 1718 |
1953 * configure.in: Alter configure so that it checks for mismatched PNG | 1719 * configure.in: Alter configure so that it checks for mismatched PNG |
1954 header/libs, screams a little louder on old/mismatched library | 1720 header/libs, screams a little louder on old/mismatched library |
1955 conditions for both PNG and XPM, stop screaming if png is not found and | 1721 conditions for both PNG and XPM, stop screaming if png is not found and |
1956 no window-system is selected, and fixed a bug in the XPM checking. | 1722 no window-system is selected, and fixed a bug in the XPM checking. |
1957 | |
1958 1998-08-06 Adrian Aichner <adrian@xemacs.org> | |
1959 | |
1960 * etc/TUTORIAL.de: Fixing typos and grammatical errors. Fixing | |
1961 inconsistent usage of RET, <Return>, and <return> (only using | |
1962 <Return> now). Changing TUTORIAL to TUTORIAL.de throughout | |
1963 itself. Adding english equivalent to german translation of all | |
1964 concepts used in TUTORIAL.de. | |
1965 | 1723 |
1966 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp> | 1724 1998-08-07 P. E. Jareth Hein <jareth@camelot.co.jp> |
1967 | 1725 |
1968 * configure.usage (--without-gif): Modify text to reflect status | 1726 * configure.usage (--without-gif): Modify text to reflect status |
1969 of GIF support | 1727 of GIF support |
2008 | 1766 |
2009 * Makefile.in: added LDFLAGS. | 1767 * Makefile.in: added LDFLAGS. |
2010 | 1768 |
2011 1998-07-12 SL Baur <steve@altair.xemacs.org> | 1769 1998-07-12 SL Baur <steve@altair.xemacs.org> |
2012 | 1770 |
2013 * etc/GOATS: Removed. | |
2014 | |
2015 * README: Bump version numbers. | 1771 * README: Bump version numbers. |
2016 * info/dir: Ditto. | 1772 * info/dir: Ditto. |
2017 * etc/README: Ditto. | |
2018 * etc/NEWS: Ditto and purge pre-21.0 stuff. | |
2019 * version.sh: Ditto. | 1773 * version.sh: Ditto. |
2020 | 1774 |
2021 * XEmacs 21.0-pre5 is released. | 1775 * XEmacs 21.0-pre5 is released. |
2022 | 1776 |
2023 1998-07-10 SL Baur <steve@altair.xemacs.org> | 1777 1998-07-10 SL Baur <steve@altair.xemacs.org> |
2024 | 1778 |
2025 * configure.in (with_offix): Default --with-offix to off. | 1779 * configure.in (with_offix): Default --with-offix to off. |
2026 | 1780 |
2031 | 1785 |
2032 * XEmacs 21.0-pre4 is released. | 1786 * XEmacs 21.0-pre4 is released. |
2033 | 1787 |
2034 * configure.in: Fix test for InfoDock sources. | 1788 * configure.in: Fix test for InfoDock sources. |
2035 | 1789 |
2036 * etc/BETA (writing): Update patch creation instructions. | |
2037 | |
2038 * etc/FTP: Update FTP mirror list. | |
2039 | |
2040 * etc/DISTRIB: Remove duplicated FTP mirror list. | |
2041 * etc/xemacs.1 (ftp): Ditto. | |
2042 | |
2043 1998-07-09 Oliver Graf <ograf@fga.de> | 1790 1998-07-09 Oliver Graf <ograf@fga.de> |
2044 | 1791 |
2045 * configure.usage: added warning to --with-offix | 1792 * configure.usage: added warning to --with-offix |
2046 | |
2047 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
2048 | |
2049 * etc/gnuserv.1 (this): Email address for Ben Wing is ben@xemacs.org. | |
2050 * etc/gnuserv.README (README): Ditto. | |
2051 * etc/xemacs-ja.1: Ditto. | |
2052 | 1793 |
2053 1998-06-28 SL Baur <steve@altair.xemacs.org> | 1794 1998-06-28 SL Baur <steve@altair.xemacs.org> |
2054 | 1795 |
2055 * configure.in: Berkeley DB autodetection fixes | 1796 * configure.in: Berkeley DB autodetection fixes |
2056 From Martin Buchholz <martin@xemacs.org> | 1797 From Martin Buchholz <martin@xemacs.org> |
2057 | 1798 |
2058 * etc/BABYL: Moved to rmail package | |
2059 | |
2060 * etc/enriched.doc: Moved to xemacs-base package | |
2061 | |
2062 * etc/MSDOS: | |
2063 * etc/GNUS-NEWS: deleted | |
2064 | |
2065 1998-06-21 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
2066 | |
2067 * etc/NEWS: Added references to documentation about packages and | |
2068 path setup. | |
2069 | |
2070 * etc/README: Synched. | |
2071 | |
2072 1998-06-19 SL Baur <steve@altair.xemacs.org> | 1799 1998-06-19 SL Baur <steve@altair.xemacs.org> |
2073 | 1800 |
2074 * XEmacs 21.0-pre3 is released. | 1801 * XEmacs 21.0-pre3 is released. |
2075 | |
2076 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
2077 | |
2078 * etc/PACKAGES: | |
2079 * etc/BETA: Moved some package stuff into Texinfo docs. Other nitpicks | |
2080 | 1802 |
2081 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp> | 1803 1998-06-20 Kazuyuki IENAGA <ienaga@jsys.co.jp> |
2082 | 1804 |
2083 * configure.in: Added check if the berkdb has db_open or not. | 1805 * configure.in: Added check if the berkdb has db_open or not. |
2084 (With fixes from Martin Buchholz) | 1806 (With fixes from Martin Buchholz) |
2092 * configure.in: Added -lC for static linking under AIX 4.2. | 1814 * configure.in: Added -lC for static linking under AIX 4.2. |
2093 | 1815 |
2094 1998-06-14 SL Baur <steve@altair.xemacs.org> | 1816 1998-06-14 SL Baur <steve@altair.xemacs.org> |
2095 | 1817 |
2096 * XEmacs 21.0-pre1 is released. | 1818 * XEmacs 21.0-pre1 is released. |
2097 | |
2098 1998-06-14 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
2099 | |
2100 * etc/NEWS: Updated information about customization of the | |
2101 automatic info dir file generation using | |
2102 `Info-auto-generate-directory' and `Info-save-auto-generated-dir' | |
2103 | 1819 |
2104 1998-06-11 SL Baur <steve@altair.xemacs.org> | 1820 1998-06-11 SL Baur <steve@altair.xemacs.org> |
2105 | 1821 |
2106 * XEmacs 21.0-beta43 is released. | 1822 * XEmacs 21.0-beta43 is released. |
2107 | 1823 |
2116 * configure.in (summary): added experimental to dragndrop option | 1832 * configure.in (summary): added experimental to dragndrop option |
2117 * configure.usage: added experimental note to --with-dragndrop | 1833 * configure.usage: added experimental note to --with-dragndrop |
2118 * tests/Dnd/droptest.el: extra start-drag-region function | 1834 * tests/Dnd/droptest.el: extra start-drag-region function |
2119 changed the experimental- stuff | 1835 changed the experimental- stuff |
2120 | 1836 |
2121 1998-06-02 Andy Piper <andyp@parallax.co.uk> | |
2122 | |
2123 * etc/check_cygwin_setup.sh: set more intelligent defaults for | |
2124 windows 95. | |
2125 | |
2126 1998-06-07 SL Baur <steve@altair.xemacs.org> | 1837 1998-06-07 SL Baur <steve@altair.xemacs.org> |
2127 | 1838 |
2128 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel. | 1839 * lwlib/xlwmenu.c: Add room for the 0 byte sentinel. |
2129 | 1840 |
2130 1998-06-05 Colin Rafferty <colin@xemacs.org> | 1841 1998-06-05 Colin Rafferty <colin@xemacs.org> |
2133 | 1844 |
2134 1998-06-01 SL Baur <steve@altair.xemacs.org> | 1845 1998-06-01 SL Baur <steve@altair.xemacs.org> |
2135 | 1846 |
2136 * XEmacs 21.0-beta42 is released. | 1847 * XEmacs 21.0-beta42 is released. |
2137 | 1848 |
2138 * etc/sounds: Removed, now in the sounds-au package. | |
2139 | |
2140 1998-05-29 Andy Piper <andyp@parallax.co.uk> | 1849 1998-05-29 Andy Piper <andyp@parallax.co.uk> |
2141 | 1850 |
2142 * configure.in: don't use -O3 for cygwin. | 1851 * configure.in: don't use -O3 for cygwin. |
2143 | |
2144 * etc/check_cygwin_setup.sh: new file to check that cygwin is setup | |
2145 correctly for XEmacs operation. | |
2146 | 1852 |
2147 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com> | 1853 1998-05-28 P. E. Jareth Hein <jareth@camelot-soft.com> |
2148 | 1854 |
2149 * configure.in: Switch from giflib to gifreader for | 1855 * configure.in: Switch from giflib to gifreader for |
2150 our GIF image support (no other mods needed) | 1856 our GIF image support (no other mods needed) |
2251 * tests/Dnd/droptest.el: changed to test new protocol | 1957 * tests/Dnd/droptest.el: changed to test new protocol |
2252 * tests/Dnd/README.OffiX: removed | 1958 * tests/Dnd/README.OffiX: removed |
2253 * tests/Dnd/README: created, info about new protocol | 1959 * tests/Dnd/README: created, info about new protocol |
2254 * tests/Dnd/dragtest.el: comment change | 1960 * tests/Dnd/dragtest.el: comment change |
2255 | 1961 |
2256 1998-05-07 SL Baur <steve@altair.xemacs.org> | |
2257 | |
2258 * etc/altrasoft-logo.xpm: Removed. | |
2259 | |
2260 1998-05-02 SL Baur <steve@altair.xemacs.org> | 1962 1998-05-02 SL Baur <steve@altair.xemacs.org> |
2261 | 1963 |
2262 * XEmacs 21.0-beta38 is released. | 1964 * XEmacs 21.0-beta38 is released. |
2263 | 1965 |
2264 1998-04-29 SL Baur <steve@altair.xemacs.org> | 1966 1998-04-29 SL Baur <steve@altair.xemacs.org> |
2277 * Makefile.in: Religiously use ${progname} instead of hardcoded | 1979 * Makefile.in: Religiously use ${progname} instead of hardcoded |
2278 `xemacs'. | 1980 `xemacs'. |
2279 CPPFLAGS was being set correctly in ${subdir}/Makefiles and | 1981 CPPFLAGS was being set correctly in ${subdir}/Makefiles and |
2280 overridden by the empty one set in the toplevel Makefile. | 1982 overridden by the empty one set in the toplevel Makefile. |
2281 | 1983 |
2282 1998-04-26 Jason R Mastaler <jason@4b.org> | |
2283 | |
2284 * etc/BETA: Replaced SmartList references in favor of | |
2285 Majordomo. | |
2286 | |
2287 1998-04-25 SL Baur <steve@altair.xemacs.org> | 1984 1998-04-25 SL Baur <steve@altair.xemacs.org> |
2288 | 1985 |
2289 * XEmacs-21.0-beta37 is released. | 1986 * XEmacs-21.0-beta37 is released. |
2290 | 1987 |
2291 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | 1988 1998-04-25 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
2326 | 2023 |
2327 * configure.in: check for xpm does not depend anymore on having X. | 2024 * configure.in: check for xpm does not depend anymore on having X. |
2328 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW. | 2025 if libXpm exists, and is of the FOR_MSW flavor, define FOR_MSW. |
2329 | 2026 |
2330 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | 2027 1998-04-19 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> |
2331 | |
2332 * etc/NEWS: Documented info dir rebuilding and LDAP support. | |
2333 | 2028 |
2334 * info/dir: Fixed the explanatory notes for | 2029 * info/dir: Fixed the explanatory notes for |
2335 `Info-default-directory-list' removal and the new automatic dir | 2030 `Info-default-directory-list' removal and the new automatic dir |
2336 rebuilding facility. Reindented the menu. Added an entry for | 2031 rebuilding facility. Reindented the menu. Added an entry for |
2337 term.info | 2032 term.info |
2378 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines. | 2073 * config.h.in: Add _SVID_SOURCE to list of xmkmf #defines. |
2379 Used (at least) by RedHat 4.2. | 2074 Used (at least) by RedHat 4.2. |
2380 | 2075 |
2381 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | 2076 1998-04-11 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
2382 | 2077 |
2383 * etc/xemacs.1: -no-packages -> -no-early-packages. | |
2384 | |
2385 * etc/NEWS: Clarified site-lisp status. | |
2386 | |
2387 * configure.in: Re-instated src/paths.h generation from | 2078 * configure.in: Re-instated src/paths.h generation from |
2388 src/paths.h.in. | 2079 src/paths.h.in. |
2389 | 2080 |
2390 * Makefile.in (top_distclean): Remove site-lisp on `make | 2081 * Makefile.in (top_distclean): Remove site-lisp on `make |
2391 distclean'. | 2082 distclean'. |
2393 1998-04-10 SL Baur <steve@altair.xemacs.org> | 2084 1998-04-10 SL Baur <steve@altair.xemacs.org> |
2394 | 2085 |
2395 * XEmacs 21.0-beta35 is released. | 2086 * XEmacs 21.0-beta35 is released. |
2396 | 2087 |
2397 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | 2088 1998-04-10 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
2398 | |
2399 * etc/NEWS: Documented that Info-default-directory-list and | |
2400 site-directory are gone. | |
2401 | 2089 |
2402 * configure.usage: Clarified --package-path documentation. | 2090 * configure.usage: Clarified --package-path documentation. |
2403 | 2091 |
2404 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | 2092 1998-04-07 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> |
2405 | 2093 |
2624 | 2312 |
2625 * configure.in (xemacs_betaname): Align messages for minimal | 2313 * configure.in (xemacs_betaname): Align messages for minimal |
2626 tagbits and indexed lrecords. | 2314 tagbits and indexed lrecords. |
2627 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de> | 2315 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de> |
2628 | 2316 |
2629 1998-03-09 Kyle Jones <kyle_jones@wonderworks.com> | |
2630 | |
2631 * etc/Emacs.ad: Example using leading dot resources to | |
2632 initalize faces changes to use Emacs.foo since the | |
2633 leading dot syntax doesn't work. Initialization of | |
2634 text-cursor face moved to faces.el. | |
2635 | |
2636 1998-03-07 SL Baur <steve@altair.xemacs.org> | 2317 1998-03-07 SL Baur <steve@altair.xemacs.org> |
2637 | 2318 |
2638 * XEmacs 20.5-beta30 is released. | 2319 * XEmacs 20.5-beta30 is released. |
2639 | 2320 |
2640 1998-03-05 SL Baur <steve@altair.xemacs.org> | 2321 1998-03-05 SL Baur <steve@altair.xemacs.org> |
2653 1998-03-01 SL Baur <steve@altair.xemacs.org> | 2334 1998-03-01 SL Baur <steve@altair.xemacs.org> |
2654 | 2335 |
2655 * configure.in: Add substitutable variable ld_dynamic_link_flags | 2336 * configure.in: Add substitutable variable ld_dynamic_link_flags |
2656 for special required linker flags for building DLL capable | 2337 for special required linker flags for building DLL capable |
2657 binaries. | 2338 binaries. |
2658 | |
2659 * etc/Emacs.ad: Remove explicit `Emacs' application resource | |
2660 name. | |
2661 | 2339 |
2662 1998-02-28 SL Baur <steve@altair.xemacs.org> | 2340 1998-02-28 SL Baur <steve@altair.xemacs.org> |
2663 | 2341 |
2664 * Makefile.in (top_distclean): Remove Installation.el. | 2342 * Makefile.in (top_distclean): Remove Installation.el. |
2665 (xemacs): New target. Formerly it was `all:'. | 2343 (xemacs): New target. Formerly it was `all:'. |
2762 | 2440 |
2763 1998-02-03 SL Baur <steve@altair.xemacs.org> | 2441 1998-02-03 SL Baur <steve@altair.xemacs.org> |
2764 | 2442 |
2765 * XEmacs 20.5-beta23 is released. | 2443 * XEmacs 20.5-beta23 is released. |
2766 | 2444 |
2767 1998-02-01 SL Baur <steve@altair.xemacs.org> | |
2768 | |
2769 * etc/aliases.ksh: igrep from the shell command line. | |
2770 From Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
2771 | |
2772 1998-01-31 SL Baur <steve@altair.xemacs.org> | |
2773 | |
2774 * etc/aliases.ksh: Add `mak' function to create beta.err for | |
2775 build-report. | |
2776 From Adrian Aichner <adrian@xemacs.org> | |
2777 Suggested by Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
2778 | |
2779 1998-01-27 SL Baur <steve@altair.xemacs.org> | 2445 1998-01-27 SL Baur <steve@altair.xemacs.org> |
2780 | 2446 |
2781 * XEmacs 20.5-beta22 is released. | 2447 * XEmacs 20.5-beta22 is released. |
2782 | 2448 |
2783 1998-01-26 SL Baur <steve@altair.xemacs.org> | |
2784 | |
2785 * etc/aliases.ksh: New file. Start tracking useful Maintainer | |
2786 XEmacs commands. | |
2787 | |
2788 1998-01-25 SL Baur <steve@altair.xemacs.org> | 2449 1998-01-25 SL Baur <steve@altair.xemacs.org> |
2789 | 2450 |
2790 * XEmacs 20.5-beta21 is released. | 2451 * XEmacs 20.5-beta21 is released. |
2791 | 2452 |
2792 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk> | 2453 Wed Jan 21 10:49:47 1998 Andy Piper <andyp@parallax.co.uk> |
2802 * XEmacs 20.5-beta20 is released. | 2463 * XEmacs 20.5-beta20 is released. |
2803 | 2464 |
2804 1998-01-13 Martin Buchholz <martin@xemacs.org> | 2465 1998-01-13 Martin Buchholz <martin@xemacs.org> |
2805 | 2466 |
2806 * configure.usage: | 2467 * configure.usage: |
2807 * etc/NEWS: | |
2808 Remove doc for configure-time INFOPATH, no longer used. | 2468 Remove doc for configure-time INFOPATH, no longer used. |
2809 | |
2810 * etc/BETA: Update ftp addresses. | |
2811 * etc/INSTALL: Update ftp addresses. | |
2812 * etc/MAILINGLISTS: Sync with Emacs 20.2. Update ftp addresses. | |
2813 | 2469 |
2814 * configure.in: | 2470 * configure.in: |
2815 * src/config.h.in: | 2471 * src/config.h.in: |
2816 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3. | 2472 Define HAVE_INVERSE_HYPERBOLIC using 1 configure test, not 3. |
2817 | 2473 |
2824 * lwlib/config.h.in: | 2480 * lwlib/config.h.in: |
2825 * src/menubar-x.c: | 2481 * src/menubar-x.c: |
2826 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA). | 2482 Prepend LWLIB_ to (SCROLLBARS|MENUBARS|DIALOGS)_(MOTIF|LUCID|ATHENA). |
2827 Maintain only one set of variables. | 2483 Maintain only one set of variables. |
2828 | 2484 |
2829 * etc/xemacs.1: Update author list. | |
2830 | |
2831 * Makefile.in (install-arch-dep): Simplify. | 2485 * Makefile.in (install-arch-dep): Simplify. |
2832 Replace construct `test -d $dir && foo' with | 2486 Replace construct `test -d $dir && foo' with |
2833 `if test -d $dir; then foo; fi' | 2487 `if test -d $dir; then foo; fi' |
2834 | 2488 |
2835 * lwlib/xlwmenu.c: | 2489 * lwlib/xlwmenu.c: |
2851 | 2505 |
2852 1998-01-10 SL Baur <steve@altair.xemacs.org> | 2506 1998-01-10 SL Baur <steve@altair.xemacs.org> |
2853 | 2507 |
2854 * XEmacs 20.5-beta18 is released. | 2508 * XEmacs 20.5-beta18 is released. |
2855 | 2509 |
2856 * etc/FTP: Update address of what was formerly ftp.ibp.fr. | |
2857 | |
2858 1998-01-08 Didier Verna <didier@xemacs.org> | 2510 1998-01-08 Didier Verna <didier@xemacs.org> |
2859 | 2511 |
2860 * configure.in: Get rid of INFOPATH for configure time. | 2512 * configure.in: Get rid of INFOPATH for configure time. |
2861 * configure.usage (Usage): Ditto. | 2513 * configure.usage (Usage): Ditto. |
2862 | 2514 |
2914 | 2566 |
2915 1997-12-25 SL Baur <steve@altair.xemacs.org> | 2567 1997-12-25 SL Baur <steve@altair.xemacs.org> |
2916 | 2568 |
2917 * XEmacs 20.5-beta13 is released. | 2569 * XEmacs 20.5-beta13 is released. |
2918 | 2570 |
2919 1997-12-21 SL Baur <steve@altair.xemacs.org> | |
2920 | |
2921 * etc/BETA (Prerequisite): Add cookbook procedures for maintaining | |
2922 package lisp directories. | |
2923 | |
2924 1997-12-20 SL Baur <steve@altair.xemacs.org> | 2571 1997-12-20 SL Baur <steve@altair.xemacs.org> |
2925 | 2572 |
2926 * XEmacs 20.5-beta 12 is released. | 2573 * XEmacs 20.5-beta 12 is released. |
2927 | 2574 |
2928 1997-12-19 SL Baur <steve@altair.xemacs.org> | 2575 1997-12-19 SL Baur <steve@altair.xemacs.org> |
2929 | 2576 |
2930 * configure.in (bitmapdir): Reenable --with-session by default for | 2577 * configure.in (bitmapdir): Reenable --with-session by default for |
2931 testing. | 2578 testing. |
2932 | 2579 |
2933 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> | |
2934 | |
2935 * etc/Emacs.ad: Don't specify a default toolbar specific | |
2936 background color. | |
2937 | |
2938 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com> | |
2939 | |
2940 * etc/toolbar: Added support for foregroundToolBarColor | |
2941 symbol to most icons. | |
2942 | |
2943 1997-12-17 SL Baur <steve@altair.xemacs.org> | 2580 1997-12-17 SL Baur <steve@altair.xemacs.org> |
2944 | 2581 |
2945 * info/dir (File): Skk and Gnats are packaged. | 2582 * info/dir (File): Skk and Gnats are packaged. |
2946 | 2583 |
2947 * PROBLEMS (Note): Update version numbers. | 2584 * PROBLEMS (Note): Update version numbers. |
2948 | |
2949 * etc/BETA: Update version numbers. | |
2950 | |
2951 * etc/NEWS: Update version number. | |
2952 | 2585 |
2953 * info/dir (File): Update version number. | 2586 * info/dir (File): Update version number. |
2954 | 2587 |
2955 1997-12-16 SL Baur <steve@altair.xemacs.org> | 2588 1997-12-16 SL Baur <steve@altair.xemacs.org> |
2956 | 2589 |
3006 | 2639 |
3007 * updated files in src/ to allow an XEmacs configured for | 2640 * updated files in src/ to allow an XEmacs configured for |
3008 motif menubars to at least compile. Motif menubars are still | 2641 motif menubars to at least compile. Motif menubars are still |
3009 very broken. | 2642 very broken. |
3010 | 2643 |
3011 1997-12-05 Aki Vehtari <Aki.Vehtari@hut.fi> | |
3012 | |
3013 * etc/refcard.tex: Updated for 20.3 | |
3014 | |
3015 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com> | 2644 1997-12-02 P E Jareth Hein <jareth@camelot-soft.com> |
3016 | 2645 |
3017 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work | 2646 * lwlib/xlwscrollbar.c: fixed colormap/visual handling to work |
3018 properly with the information in the core. | 2647 properly with the information in the core. |
3019 | 2648 |
3020 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with | 2649 * lwlib/xlwmenu.c: fixed colormap/visual handling to work properly with |
3021 the information in the core, and fixed a potental problem with | 2650 the information in the core, and fixed a potental problem with |
3022 parentage. | 2651 parentage. |
3023 | 2652 |
3024 1997-12-02 SL Baur <steve@altair.xemacs.org> | |
3025 | |
3026 * etc/skk/SKK.tut.E (Hint): Fix typos. | |
3027 | |
3028 1997-12-01 SL Baur <steve@altair.xemacs.org> | 2653 1997-12-01 SL Baur <steve@altair.xemacs.org> |
3029 | 2654 |
3030 * configure.in (with_session): Properly display flag in configure | 2655 * configure.in (with_session): Properly display flag in configure |
3031 status report. | 2656 status report. |
3032 | 2657 |
3087 | 2712 |
3088 1997-11-19 Tor Arntsen <tor@spacetec.no> | 2713 1997-11-19 Tor Arntsen <tor@spacetec.no> |
3089 | 2714 |
3090 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using | 2715 * PROBLEMS: Removed IRIX entry about xemacs core dumps when using |
3091 xemacs dumped on one machine on another. Problem was fixed by 20.3. | 2716 xemacs dumped on one machine on another. Problem was fixed by 20.3. |
3092 | |
3093 1997-11-19 SL Baur <steve@altair.xemacs.org> | |
3094 | |
3095 * etc/xemacs.1: Document -no-packages, -vanilla. | |
3096 Document -h. | |
3097 | 2717 |
3098 1997-11-18 SL Baur <steve@altair.xemacs.org> | 2718 1997-11-18 SL Baur <steve@altair.xemacs.org> |
3099 | 2719 |
3100 * configure.usage: New file. | 2720 * configure.usage: New file. |
3101 | 2721 |
3185 1997-11-04 SL Baur <steve@altair.xemacs.org> | 2805 1997-11-04 SL Baur <steve@altair.xemacs.org> |
3186 | 2806 |
3187 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable. | 2807 * lwlib/lwlib-Xm.c(update_one_menu_entry): Add missing variable. |
3188 From Skip Montanaro <skip@calendar.com> | 2808 From Skip Montanaro <skip@calendar.com> |
3189 | 2809 |
3190 1997-11-04 Adrian Aichner <adrian@xemacs.org> | |
3191 | |
3192 * etc/TUTORIAL.de: | |
3193 Updated copyright information. Translated most of the COPYING | |
3194 section. Translated the <<.*>> didactic line. | |
3195 | |
3196 1997-10-22 Adrian Aichner <adrian@xemacs.org> | |
3197 | |
3198 * etc/TUTORIAL.de: Fixed two issues reported by | |
3199 Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de> | |
3200 | |
3201 * etc/TUTORIAL.de: | |
3202 Manually applied rejected patch hunks from Marc Aurel's patch. | |
3203 Some more fixes. | |
3204 | |
3205 * etc/TUTORIAL.de: | |
3206 Applied patches supplied by Marc Aurel <4-tea-2@bong.saar.de>. | |
3207 They fix yet more typos and quite a few awkward sentences. | |
3208 | |
3209 1997-10-21 Adrian Aichner <adrian@xemacs.org> | |
3210 | |
3211 * etc/TUTORIAL.de: Manually merged a few more corrections by | |
3212 Carsten Leonhardt <leo@arioch.oche.de> | |
3213 | |
3214 1997-10-20 Adrian Aichner <adrian@xemacs.org> | |
3215 | |
3216 * etc/TUTORIAL.de: | |
3217 Applied patches from Andreas Jaeger <aj@arthur.rhein-neckar.de> to 1.2, | |
3218 then merged them with 1.3 via ediff-buffers. | |
3219 Andreas found some quite nasty typos still and added many missing commas. | |
3220 | |
3221 * etc/TUTORIAL.de: Re-fill-ed paragraphs after patching. | |
3222 | |
3223 * etc/TUTORIAL.de: Applied the excellent patches courtesy of | |
3224 Carsten Leonhardt <leo@arioch.oche.de>. | |
3225 | |
3226 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 2810 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
3227 | 2811 |
3228 * Delete etc/TUTORIAL.th because Thai is not supported yet. | 2812 * Delete etc/TUTORIAL.th because Thai is not supported yet. |
3229 | |
3230 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
3231 | |
3232 * etc/TUTORIAL.ko: Renamed from etc/TUTORIAL.kr to fit with ISO | |
3233 639 (two letter language code). | |
3234 | |
3235 * etc/TUTORIAL.ja: Renamed from etc/TUTORIAL.jp to fit with ISO | |
3236 639 (two letter language code). | |
3237 | |
3238 1997-11-02 SL Baur <steve@altair.xemacs.org> | |
3239 | |
3240 * etc/CHARSETS: New file imported from Emacs 20.1. | |
3241 | 2813 |
3242 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com> | 2814 1997-11-02 Kyle Jones <kyle_jones@wonderworks.com> |
3243 | 2815 |
3244 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent | 2816 * lwlib/lwlib-Xaw.c (xaw_pop_instance): Don't use parent |
3245 window's coordinates and dimensions to center the | 2817 window's coordinates and dimensions to center the |
3265 * configure.in (xetest): Eliminate tests for PNG, JPEG, | 2837 * configure.in (xetest): Eliminate tests for PNG, JPEG, |
3266 TIFF(broken) and replace with test for ImageMagick. | 2838 TIFF(broken) and replace with test for ImageMagick. |
3267 | 2839 |
3268 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com> | 2840 1997-10-30 Kyle Jones <kyle_jones@wonderworks.com> |
3269 | 2841 |
3270 * etc/Emacs.ad: Added *XlwMenu*highlightForeground entry. | |
3271 Added *XlwMenu*titleForeground entry. | |
3272 | |
3273 * lwlib/xlwmenu.h: Added string macro declarations for | 2842 * lwlib/xlwmenu.h: Added string macro declarations for |
3274 titleForeground and highlightForeground properties. | 2843 titleForeground and highlightForeground properties. |
3275 | 2844 |
3276 * lwlib/xlwmenuP.h: Added struct fields for title and | 2845 * lwlib/xlwmenuP.h: Added struct fields for title and |
3277 highlight colors. | 2846 highlight colors. |
3278 | 2847 |
3279 * lwlib/xlwmenu.c: Added initialization and usage code | 2848 * lwlib/xlwmenu.c: Added initialization and usage code |
3280 for the new titleForeground and highlightForeground | 2849 for the new titleForeground and highlightForeground |
3281 properties. | 2850 properties. |
3282 | |
3283 1997-10-29 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
3284 | |
3285 * etc/HELLO: Add Czech. | |
3286 | |
3287 * etc/HELLO: Delete Amharic, Thai and Tigrigna. | |
3288 | 2851 |
3289 1997-10-28 SL Baur <steve@altair.xemacs.org> | 2852 1997-10-28 SL Baur <steve@altair.xemacs.org> |
3290 | 2853 |
3291 * XEmacs 20.3-beta94 is released. | 2854 * XEmacs 20.3-beta94 is released. |
3292 | 2855 |
3342 | 2905 |
3343 1997-10-18 SL Baur <steve@altair.xemacs.org> | 2906 1997-10-18 SL Baur <steve@altair.xemacs.org> |
3344 | 2907 |
3345 * XEmacs 20.3-beta91 is released. | 2908 * XEmacs 20.3-beta91 is released. |
3346 | 2909 |
3347 1997-10-16 Hrvoje Niksic <hniksic@srce.hr> | |
3348 | |
3349 * etc/NEWS: document changed package load semantics. | |
3350 | |
3351 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> | 2910 1997-10-15 Olivier Galibert <olivier.galibert@mines.u-nancy.fr> |
3352 | 2911 |
3353 * configure.in: Removed -Olimit=2000 from cc for IRIX. | 2912 * configure.in: Removed -Olimit=2000 from cc for IRIX. |
3354 | 2913 |
3355 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com> | 2914 1997-10-12 Karl M. Hegbloom <karlheg@inetarena.com> |
3383 * XEmacs 20.3-beta90 is released. | 2942 * XEmacs 20.3-beta90 is released. |
3384 | 2943 |
3385 1997-10-12 Glynn Clements <glynn@sensei.co.uk> | 2944 1997-10-12 Glynn Clements <glynn@sensei.co.uk> |
3386 | 2945 |
3387 * info/dir: Cosmetic changes to info/dir | 2946 * info/dir: Cosmetic changes to info/dir |
3388 | |
3389 1997-10-13 Hrvoje Niksic <hniksic@srce.hr> | |
3390 | |
3391 * etc/NEWS: Updates | |
3392 | 2947 |
3393 1997-10-12 SL Baur <steve@altair.xemacs.org> | 2948 1997-10-12 SL Baur <steve@altair.xemacs.org> |
3394 | 2949 |
3395 * XEmacs 20.5-beta1 is released. | 2950 * XEmacs 20.5-beta1 is released. |
3396 | 2951 |
3412 | 2967 |
3413 * configure.in: added options and option help docs for infopath | 2968 * configure.in: added options and option help docs for infopath |
3414 and lockdir | 2969 and lockdir |
3415 * '' added a line to the report for infopath and lockdir | 2970 * '' added a line to the report for infopath and lockdir |
3416 | 2971 |
3417 * etc/NEWS: Draft entry for the info changes. | |
3418 | |
3419 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> | 2972 1997-10-10 Karl M. Hegbloom <karlheg@inetarena.com> |
3420 | 2973 |
3421 * Makefile.in.in (INFOPATH): Added variable and put it into | 2974 * Makefile.in.in (INFOPATH): Added variable and put it into |
3422 DUMPENV. | 2975 DUMPENV. |
3423 | 2976 |
3428 * packages/README: New directory & file. | 2981 * packages/README: New directory & file. |
3429 | 2982 |
3430 1997-10-10 Martin Buchholz <mrb@eng.sun.com> | 2983 1997-10-10 Martin Buchholz <mrb@eng.sun.com> |
3431 | 2984 |
3432 * Makefile.in: Add `make configure' target | 2985 * Makefile.in: Add `make configure' target |
3433 | |
3434 * etc/BETA: | |
3435 - remove Chuck as contact name | |
3436 - random small improvements | |
3437 - remove I/me references - the message should be that XEmacs | |
3438 maintenance is an inclusive community effort. | |
3439 | |
3440 1997-10-10 SL Baur <steve@altair.xemacs.org> | |
3441 | |
3442 * etc/BETA (Prerequisite): Add further documentation for | |
3443 package installation. | |
3444 | 2986 |
3445 1997-10-07 SL Baur <steve@altair.xemacs.org> | 2987 1997-10-07 SL Baur <steve@altair.xemacs.org> |
3446 | 2988 |
3447 * XEmacs 19.16-pre7 is released. | 2989 * XEmacs 19.16-pre7 is released. |
3448 | 2990 |
3498 * XEmacs 20.3-beta25 is released. | 3040 * XEmacs 20.3-beta25 is released. |
3499 | 3041 |
3500 * Makefile.in (install-arch-dep): Install the `Installation' for | 3042 * Makefile.in (install-arch-dep): Install the `Installation' for |
3501 future reference. | 3043 future reference. |
3502 | 3044 |
3503 * etc/BETA: Document existence of `Installation' file. | |
3504 - Document requirement of rebuilding finder-inf.el when building | |
3505 from the full tarball. | |
3506 | |
3507 * Makefile.in (top_distclean): Remove finder-inf.el*. | 3045 * Makefile.in (top_distclean): Remove finder-inf.el*. |
3508 | 3046 |
3509 * configure.in (use_union_type): Default to "yes". | 3047 * configure.in (use_union_type): Default to "yes". |
3510 | 3048 |
3511 1997-09-29 Martin Buchholz <mrb@eng.sun.com> | 3049 1997-09-29 Martin Buchholz <mrb@eng.sun.com> |
3523 | 3061 |
3524 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> | 3062 1997-09-27 Hrvoje Niksic <hniksic@srce.hr> |
3525 | 3063 |
3526 * Makefile.in (custom-loads): New target. | 3064 * Makefile.in (custom-loads): New target. |
3527 | 3065 |
3528 1997-09-24 SL Baur <steve@altair.xemacs.org> | |
3529 | |
3530 * etc/BETA (XEmacs 20.3 packages): Added explanation of package | |
3531 hierarchy. | |
3532 | |
3533 1997-09-23 SL Baur <steve@altair.xemacs.org> | 3066 1997-09-23 SL Baur <steve@altair.xemacs.org> |
3534 | 3067 |
3535 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET. | 3068 * lwlib/xlwmenu.c: Fix compilation problem with USE_XFONTSET. |
3536 From Kazuyuki IENAGA <ienaga@jsys.co.jp> | 3069 From Kazuyuki IENAGA <ienaga@jsys.co.jp> |
3537 | 3070 |
3544 * XEmacs 20.3-beta23 is released. | 3077 * XEmacs 20.3-beta23 is released. |
3545 | 3078 |
3546 1997-09-19 SL Baur <steve@altair.xemacs.org> | 3079 1997-09-19 SL Baur <steve@altair.xemacs.org> |
3547 | 3080 |
3548 * XEmacs 19.16-pre3 is released. | 3081 * XEmacs 19.16-pre3 is released. |
3549 | |
3550 1997-09-18 Colin Rafferty <craffert@ml.com> | |
3551 | |
3552 * etc/NEWS: Various spelling corrections and some grammar | |
3553 corrections (which/that). | |
3554 | 3082 |
3555 1997-09-19 Martin Buchholz <mrb@eng.sun.com> | 3083 1997-09-19 Martin Buchholz <mrb@eng.sun.com> |
3556 | 3084 |
3557 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape | 3085 * src/redisplay-tty.c: Fix crashes with non-7bit tty escape |
3558 sequences (needs more testing). | 3086 sequences (needs more testing). |
3648 | 3176 |
3649 1997-08-16 SL Baur <steve@altair.xemacs.org> | 3177 1997-08-16 SL Baur <steve@altair.xemacs.org> |
3650 | 3178 |
3651 * XEmacs 20.3-beta18 is released. | 3179 * XEmacs 20.3-beta18 is released. |
3652 | 3180 |
3653 1997-08-11 Karl M. Hegbloom <karlheg@inetarena.com> | |
3654 | |
3655 * etc/NEWS: add a section telling about the Info changes. | |
3656 | |
3657 1997-08-09 SL Baur <steve@altair.xemacs.org> | 3181 1997-08-09 SL Baur <steve@altair.xemacs.org> |
3658 | 3182 |
3659 * XEmacs 20.3-beta17 is released. | 3183 * XEmacs 20.3-beta17 is released. |
3660 | |
3661 1997-08-07 Jan Vroonhof <vroonhof@math.ethz.ch> | |
3662 | |
3663 * etc/gnuserv.1: Described Hrvoje's mods in manpage | |
3664 | 3184 |
3665 1997-08-09 Martin Buchholz <mrb@eng.sun.com> | 3185 1997-08-09 Martin Buchholz <mrb@eng.sun.com> |
3666 | 3186 |
3667 * configure.in: | 3187 * configure.in: |
3668 - use-system-malloc renamed to with-system-malloc. | 3188 - use-system-malloc renamed to with-system-malloc. |
3694 * src/mule-coding.c: Use enum eol_type instead of int consistently | 3214 * src/mule-coding.c: Use enum eol_type instead of int consistently |
3695 * regex.c: Use (void *) 0 instead of NULL in varargs function calls | 3215 * regex.c: Use (void *) 0 instead of NULL in varargs function calls |
3696 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef | 3216 * src/s/freebsd.h: Wrap #include X11/Xlocale.h inside #ifndef |
3697 NOT_C_CODE | 3217 NOT_C_CODE |
3698 | 3218 |
3699 1997-07-27 SL Baur <steve@altair.xemacs.org> | |
3700 | |
3701 * etc/BETA: Update patching instructions. | |
3702 | |
3703 1997-07-26 SL Baur <steve@altair.xemacs.org> | 3219 1997-07-26 SL Baur <steve@altair.xemacs.org> |
3704 | 3220 |
3705 * XEmacs 20.3-beta15 is released. | 3221 * XEmacs 20.3-beta15 is released. |
3706 | 3222 |
3707 1997-07-25 SL Baur <steve@altair.xemacs.org> | 3223 1997-07-25 SL Baur <steve@altair.xemacs.org> |
3974 | 3490 |
3975 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 3491 1997-06-24 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
3976 | 3492 |
3977 * lib-src/update-autoloads.sh: Search lisp/mule/. | 3493 * lib-src/update-autoloads.sh: Search lisp/mule/. |
3978 | 3494 |
3979 * etc/HELLO: final byte for ethiopic was changed to sync with | |
3980 Emacs/mule-19.34.94-zeta. | |
3981 | |
3982 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set | 3495 * lisp/x11/x-menubar.el: Fix "Describe language support" and "Set |
3983 language environment" of Mule menu. | 3496 language environment" of Mule menu. |
3984 | 3497 |
3985 * lisp/language/visual-mode.el: moved from mule/. | 3498 * lisp/language/visual-mode.el: moved from mule/. |
3986 | 3499 |
4020 | 3533 |
4021 (quail-toggle-mode-temporarily): check `quail-conv-overlay'. | 3534 (quail-toggle-mode-temporarily): check `quail-conv-overlay'. |
4022 | 3535 |
4023 (quail-map-p): Use `characterp' instead of `integerp'. | 3536 (quail-map-p): Use `characterp' instead of `integerp'. |
4024 | 3537 |
4025 1997-06-23 Steven L Baur <steve@altair.xemacs.org> | |
4026 | |
4027 * etc/NEWS (Commands): Various updates by Hrvoje Niksic. | |
4028 | |
4029 1997-06-21 Steven L Baur <steve@altair.xemacs.org> | 3538 1997-06-21 Steven L Baur <steve@altair.xemacs.org> |
4030 | 3539 |
4031 * Makefile.in: Missing FRC.info. | 3540 * Makefile.in: Missing FRC.info. |
4032 (install-arch-dep): Add missing backslash. | 3541 (install-arch-dep): Add missing backslash. |
4033 From Glynn Clements <glynn@sensei.co.uk> | 3542 From Glynn Clements <glynn@sensei.co.uk> |
4036 | 3545 |
4037 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> | 3546 1997-06-20 Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr> |
4038 | 3547 |
4039 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c, | 3548 * lwlib/lwlib-Xaw.c, lwlib/lwlib-Xlw.c, lwlib/lwlib-Xm.c, |
4040 lwlib/lwlib.c: Make 64 bit clean. | 3549 lwlib/lwlib.c: Make 64 bit clean. |
4041 | |
4042 1997-06-20 Steven L Baur <steve@altair.xemacs.org> | |
4043 | |
4044 * etc/gnuserv.1: Updates and cleanup. | |
4045 From Hrvoje Niksic <hniksic@srce.hr> | |
4046 | 3550 |
4047 1997-06-19 Martin Buchholz <mrb@eng.sun.com> | 3551 1997-06-19 Martin Buchholz <mrb@eng.sun.com> |
4048 | 3552 |
4049 * configure.in: | 3553 * configure.in: |
4050 - Autodetect X defines using xmkmf. | 3554 - Autodetect X defines using xmkmf. |
4073 -I/usr/local/include. | 3577 -I/usr/local/include. |
4074 | 3578 |
4075 1997-06-14 Steven L Baur <steve@altair.xemacs.org> | 3579 1997-06-14 Steven L Baur <steve@altair.xemacs.org> |
4076 | 3580 |
4077 * XEmacs 20.3-beta7 is released. | 3581 * XEmacs 20.3-beta7 is released. |
4078 | |
4079 1997-06-12 Steven L Baur <steve@altair.xemacs.org> | |
4080 | |
4081 * etc/TUTORIAL (things): Synched by Hrvoje Niksic with previous | |
4082 XEmacs version. | |
4083 | 3582 |
4084 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 3583 1997-06-13 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
4085 | 3584 |
4086 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify | 3585 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify |
4087 regexp for horizontal smiley faces. | 3586 regexp for horizontal smiley faces. |
4181 | 3680 |
4182 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist): | 3681 * lisp/apel/emu-x20.el (mime-charset-coding-system-alist): |
4183 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r | 3682 iso-8859-1, hz-gb-2312, cn-gb-2312, gb2312, cn-big5 and koi8-r |
4184 were defined as coding-system. | 3683 were defined as coding-system. |
4185 | 3684 |
4186 1997-06-08 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
4187 | |
4188 * etc/smilies/Face_smile.xbm, etc/smilies/Face_weep.xbm, | |
4189 etc/smilies/Face_ase2.xbm, etc/smilies/Face_ase3.xbm, | |
4190 etc/smilies/Face_ase.xbm: Add Japanese smiley faces. | |
4191 | |
4192 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 3685 1997-06-07 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
4193 | 3686 |
4194 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese | 3687 * lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Add Japanese |
4195 smiley faces. | 3688 smiley faces. |
4196 | 3689 |
4218 | 3711 |
4219 1997-06-09 Steven L Baur <steve@altair.xemacs.org> | 3712 1997-06-09 Steven L Baur <steve@altair.xemacs.org> |
4220 | 3713 |
4221 * XEmacs 20.3-b5 is released. | 3714 * XEmacs 20.3-b5 is released. |
4222 | 3715 |
4223 1997-06-08 Steven L Baur <steve@altair.xemacs.org> | |
4224 | |
4225 * etc/NEWS: Updates for early beta20.3 stuffs. | |
4226 From Hrvoje Niksic <hniksic@srce.hr> | |
4227 | |
4228 1997-06-05 Steven L Baur <steve@altair.xemacs.org> | 3716 1997-06-05 Steven L Baur <steve@altair.xemacs.org> |
4229 | 3717 |
4230 * XEmacs 20.3-b4 is released. | 3718 * XEmacs 20.3-b4 is released. |
4231 | 3719 |
4232 1997-06-04 Martin Buchholz <mrb@eng.sun.com> | 3720 1997-06-04 Martin Buchholz <mrb@eng.sun.com> |
4248 * lib-src/movemail.c: Fix compiler warnings | 3736 * lib-src/movemail.c: Fix compiler warnings |
4249 | 3737 |
4250 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag | 3738 * lib-src/Makefile.in.in: Remove unused -DCONFIG_BROKETS flag |
4251 - Fix up compile flags for new etags version | 3739 - Fix up compile flags for new etags version |
4252 | 3740 |
4253 * etc/NEWS: | |
4254 * etc/etags.1: | |
4255 * man/xemacs/programs.texi: | 3741 * man/xemacs/programs.texi: |
4256 * lib-src/etags.c: Upgraded to etags 12.11 | 3742 * lib-src/etags.c: Upgraded to etags 12.11 |
4257 | 3743 |
4258 * src/config.h.in: Fix inline keyword support | 3744 * src/config.h.in: Fix inline keyword support |
4259 | 3745 |
4439 | 3925 |
4440 * INSTALL: Delete documentation of mocklisp support. | 3926 * INSTALL: Delete documentation of mocklisp support. |
4441 | 3927 |
4442 * configure.in: Delete mocklisp support. | 3928 * configure.in: Delete mocklisp support. |
4443 | 3929 |
4444 * etc/FTP: Update mirror info. | |
4445 | |
4446 * etc/DISTRIB: Update mirror info. | |
4447 | |
4448 1997-05-29 Martin Buchholz <mrb@eng.sun.com> | 3930 1997-05-29 Martin Buchholz <mrb@eng.sun.com> |
4449 | 3931 |
4450 * configure.in: Replace standard Autoconf MMAP test with Neal | 3932 * configure.in: Replace standard Autoconf MMAP test with Neal |
4451 Becker's replacement, hacked somewhat. | 3933 Becker's replacement, hacked somewhat. |
4452 | 3934 |
4464 Recognize null values for preprocessor symbols converted to shell | 3946 Recognize null values for preprocessor symbols converted to shell |
4465 variables. This maybe fixes the "-ltermcap" problem. | 3947 variables. This maybe fixes the "-ltermcap" problem. |
4466 Remove spurious blanks from various SUBST-ituted variables. | 3948 Remove spurious blanks from various SUBST-ituted variables. |
4467 Fix conditional creation of gdbinit. | 3949 Fix conditional creation of gdbinit. |
4468 Conditionally create .sbinit for Sunpro C. | 3950 Conditionally create .sbinit for Sunpro C. |
4469 | |
4470 1997-05-26 Steven L Baur <steve@altair.xemacs.org> | |
4471 | |
4472 * etc/FTP: Correct typo in ftp.cenatls.cena.dgac.fr. | |
4473 | |
4474 * etc/DISTRIB: Ditto. | |
4475 | 3951 |
4476 1997-05-22 Steven L Baur <steve@altair.xemacs.org> | 3952 1997-05-22 Steven L Baur <steve@altair.xemacs.org> |
4477 | 3953 |
4478 * XEmacs 20.3-beta2 is released. | 3954 * XEmacs 20.3-beta2 is released. |
4479 | 3955 |
4498 | 3974 |
4499 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to | 3975 * Makefile.in: use MAKE_SUBDIR consistently. Remove references to |
4500 dynodump. Remove core when cleaning. Remove config.log. | 3976 dynodump. Remove core when cleaning. Remove config.log. |
4501 make distclean now functional. | 3977 make distclean now functional. |
4502 | 3978 |
4503 Tue Jun 4 10:15:54 1996 Per Bothner <bothner@deneb.cygnus.com> | |
4504 | |
4505 * etc/e/eterm.ti: Add kcub1, kcuf1, kcuu1, kcud1 capabilities. | |
4506 | |
4507 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org> | 3979 Sun May 18 13:03:20 1997 Steven L Baur <steve@altair.xemacs.org> |
4508 | 3980 |
4509 * lwlib/Makefile.in.in (distclean): Clean up config.h. | 3981 * lwlib/Makefile.in.in (distclean): Clean up config.h. |
4510 | 3982 |
4511 * Makefile.in (distclean): Remve config.log. | 3983 * Makefile.in (distclean): Remve config.log. |
4517 | 3989 |
4518 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org> | 3990 Fri May 16 20:38:19 1997 Steven L Baur <steve@altair.xemacs.org> |
4519 | 3991 |
4520 * info/dir (Packages): Update minor version number. | 3992 * info/dir (Packages): Update minor version number. |
4521 | 3993 |
4522 * etc/README: Update minor version number. | |
4523 | |
4524 * README: Update minor version number. | 3994 * README: Update minor version number. |
4525 | 3995 |
4526 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org> | 3996 Tue May 13 20:35:52 1997 Steven L Baur <steve@altair.xemacs.org> |
4527 | 3997 |
4528 * XEmacs-20.2 is released. | 3998 * XEmacs-20.2 is released. |
4551 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org> | 4021 Wed Apr 23 10:33:58 1997 Steven L Baur <steve@altair.xemacs.org> |
4552 | 4022 |
4553 * XEmacs 20.2-b2 is released. | 4023 * XEmacs 20.2-b2 is released. |
4554 | 4024 |
4555 * configure.in (beta): OPENWINHOME misspelled. | 4025 * configure.in (beta): OPENWINHOME misspelled. |
4556 | |
4557 Mon Apr 21 14:48:29 1997 Steven L Baur <steve@altair.xemacs.org> | |
4558 | |
4559 * etc/BETA (writing): Update with information about how to create | |
4560 patches. | |
4561 | 4026 |
4562 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | 4027 Sat Apr 19 16:13:16 1997 Steven L Baur <steve@altair.xemacs.org> |
4563 | 4028 |
4564 * XEmacs 20.2-b1 is released. | 4029 * XEmacs 20.2-b1 is released. |
4565 | 4030 |
4647 | 4112 |
4648 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org> | 4113 Sun Mar 23 17:24:38 1997 Steven L Baur <steve@altair.xemacs.org> |
4649 | 4114 |
4650 * XEmacs 19.15-b104 is released. | 4115 * XEmacs 19.15-b104 is released. |
4651 | 4116 |
4652 Sat Mar 22 19:56:36 1997 Steven L Baur <steve@altair.xemacs.org> | |
4653 | |
4654 * etc/sgml/CATALOG: Default to html-3.2final. | |
4655 | |
4656 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu> | 4117 Sat Mar 22 17:55:15 1997 Darrell Kindred <dkindred@cmu.edu> |
4657 | 4118 |
4658 * configure.in (beta): Add configure support for the -rpath flag | 4119 * configure.in (beta): Add configure support for the -rpath flag |
4659 for IRIX analogous to the Solaris "-R". | 4120 for IRIX analogous to the Solaris "-R". |
4660 | 4121 |
4694 | 4155 |
4695 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org> | 4156 Sat Mar 15 17:15:18 1997 Steven L Baur <steve@altair.xemacs.org> |
4696 | 4157 |
4697 * XEmacs-20.1-b7 is released. | 4158 * XEmacs-20.1-b7 is released. |
4698 * XEmacs-19.15-b99 is released. | 4159 * XEmacs-19.15-b99 is released. |
4699 | |
4700 * etc/sgml/CATALOG: Added IE3 DTDs and htmlpro DTD. | |
4701 | 4160 |
4702 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org> | 4161 Thu Mar 13 10:40:11 1997 Steven L Baur <steve@altair.xemacs.org> |
4703 | 4162 |
4704 * configure.in: Add sunos4-1-4 header files. | 4163 * configure.in: Add sunos4-1-4 header files. |
4705 | 4164 |
4744 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org> | 4203 Fri Feb 28 20:38:46 1997 Steven L Baur <steve@altair.xemacs.org> |
4745 | 4204 |
4746 * Makefile.in (distclean): Create lock and site-lisp directories | 4205 * Makefile.in (distclean): Create lock and site-lisp directories |
4747 when they don't exist (after being pruned by CVS). | 4206 when they don't exist (after being pruned by CVS). |
4748 | 4207 |
4749 Tue Mar 4 00:41:38 1997 Hrvoje Niksic <hniksic@srce.hr> | |
4750 | |
4751 * etc/sample.Xdefaults: Added customization of foreground and | |
4752 background colors for the `default' face. | |
4753 | |
4754 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org> | 4208 Wed Feb 26 22:12:12 1997 Steven L Baur <steve@altair.xemacs.org> |
4755 | 4209 |
4756 * Makefile.in (top_distclean): Reset src/PURESIZE.h for | 4210 * Makefile.in (top_distclean): Reset src/PURESIZE.h for |
4757 distribution. | 4211 distribution. |
4758 | 4212 |
4765 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org> | 4219 Sat Feb 22 14:29:44 1997 Steven L Baur <steve@altair.xemacs.org> |
4766 | 4220 |
4767 * XEmacs 19-15-b'95 is released. | 4221 * XEmacs 19-15-b'95 is released. |
4768 | 4222 |
4769 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com> | 4223 Fri Feb 21 22:29:51 1997 Martin Buchholz <mrb@eng.sun.com> |
4770 | |
4771 * etc/toolbar/workshop-cap-up.xpm: Moved caption up one pixel. | |
4772 | 4224 |
4773 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs: | 4225 * lwlib/xlwscrollbar.c : Fix many scrollbar bugs: |
4774 - "knob" renamed to "slider" | 4226 - "knob" renamed to "slider" |
4775 - leftmost pixel wasn't sensitive to button clicks, while righmost | 4227 - leftmost pixel wasn't sensitive to button clicks, while righmost |
4776 pixel was. | 4228 pixel was. |
4856 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org> | 4308 Tue Jan 21 20:01:19 1997 Steven L. Baur <steve@altair.xemacs.org> |
4857 | 4309 |
4858 * configure.in (beta): Add LWLIB_USES_ATHENA for odd | 4310 * configure.in (beta): Add LWLIB_USES_ATHENA for odd |
4859 configurations that use both Motif and Athena. | 4311 configurations that use both Motif and Athena. |
4860 | 4312 |
4861 * etc/sgml/HTML32.dtd: html-3.2 final dtd added. | |
4862 | |
4863 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org> | 4313 Wed Jan 15 12:55:19 1997 Steven L Baur <steve@altair.xemacs.org> |
4864 | 4314 |
4865 * info/dir (Gnus): Updated spelling and info. | 4315 * info/dir (Gnus): Updated spelling and info. |
4866 | 4316 |
4867 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org> | 4317 Mon Jan 13 13:37:27 1997 Steven L Baur <steve@altair.xemacs.org> |
4872 | 4322 |
4873 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string | 4323 * lib-src/make-docfile.c (scan_lisp_file): eliminate doc-string |
4874 warnings for ccl-read-* | 4324 warnings for ccl-read-* |
4875 | 4325 |
4876 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> | 4326 Sat Jan 11 12:05:31 1997 Steven L Baur <steve@altair.xemacs.org> |
4877 | |
4878 * etc/sample.emacs: Remove code snippet that wipes out the cycle | |
4879 buffer modeline feature. | |
4880 | 4327 |
4881 * XEmacs 20.0 beta90 (prerelease 1) is released. | 4328 * XEmacs 20.0 beta90 (prerelease 1) is released. |
4882 * XEmacs 19.15 beta90 (prerelease 1) is released. | 4329 * XEmacs 19.15 beta90 (prerelease 1) is released. |
4883 | 4330 |
4884 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org> | 4331 Tue Jan 7 08:45:16 1997 Steven L Baur <steve@altair.xemacs.org> |
4954 match XLFD. | 4401 match XLFD. |
4955 | 4402 |
4956 * Makefile.in: replace list of info files with *.info* - one less | 4403 * Makefile.in: replace list of info files with *.info* - one less |
4957 maintenance headache | 4404 maintenance headache |
4958 | 4405 |
4959 * etc/sample.emacs: Add sample code to highlight continuation glyph | |
4960 | |
4961 * man/oo-browser.texi: Fix TeXability | 4406 * man/oo-browser.texi: Fix TeXability |
4962 | 4407 |
4963 * man/hyperbole.texi: Fix TeXability | 4408 * man/hyperbole.texi: Fix TeXability |
4964 | 4409 |
4965 * man/vhdl-mode.texi: Fix TeXability | 4410 * man/vhdl-mode.texi: Fix TeXability |
5016 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation. | 4461 * lisp/ilisp/Makefile (elc): Add target to avoid re-compilation. |
5017 | 4462 |
5018 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp | 4463 * lib-src/update-elc.sh: XEmacs sometimes re-byte-compiled elisp |
5019 files in dirs that have their own Makefiles. | 4464 files in dirs that have their own Makefiles. |
5020 | 4465 |
5021 | |
5022 | |
5023 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org> | 4466 Sun Dec 29 17:02:49 1996 Steven L Baur <steve@altair.xemacs.org> |
5024 | 4467 |
5025 * Makefile.in (install-arch-indep): Force compression with `gzip -f'. | 4468 * Makefile.in (install-arch-indep): Force compression with `gzip -f'. |
5026 | 4469 |
5027 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories. | 4470 * lib-src/update-elc.sh (NUMTOCOMPILE): Ignore CVS directories. |
5032 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org> | 4475 Sat Dec 28 15:33:27 1996 Steven L Baur <steve@altair.xemacs.org> |
5033 | 4476 |
5034 * XEmacs 20.0 beta 33 is released. | 4477 * XEmacs 20.0 beta 33 is released. |
5035 * XEmacs 19.15 beta 6 is released. | 4478 * XEmacs 19.15 beta 6 is released. |
5036 | 4479 |
5037 Fri Dec 27 20:34:58 1996 Richard Mlynarik <mly@adoc.xerox.com> | |
5038 | |
5039 * etc/yow.lines: 20k of new zippy quotes. | |
5040 | |
5041 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com> | 4480 Fri Dec 27 01:02:41 1996 Martin Buchholz <mrb@eng.sun.com> |
5042 | 4481 |
5043 * Makefile.in (install-arch-indep): Simplify installation of info | 4482 * Makefile.in (install-arch-indep): Simplify installation of info |
5044 pages. | 4483 pages. |
5045 | 4484 |
5083 | 4522 |
5084 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM> | 4523 Sat Dec 7 16:28:10 1996 Martin Buchholz <mrb@Eng.Sun.COM> |
5085 | 4524 |
5086 * configure.in: Configure for POSIX getcwd if available. | 4525 * configure.in: Configure for POSIX getcwd if available. |
5087 | 4526 |
5088 Thu Dec 5 20:42:35 1996 Steven L Baur <steve@altair.xemacs.org> | |
5089 | |
5090 * etc/edt-user.doc (File): New file from Emacs 19.34. | |
5091 | |
5092 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu> | 4527 Thu Dec 5 11:56:05 1996 Joseph J Nuspl <nuspl@nvwls.cc.purdue.edu> |
5093 | 4528 |
5094 * configure.in (LIBS): Fix typo in dialog box test. | 4529 * configure.in (LIBS): Fix typo in dialog box test. |