view 21.4.4-Changes @ 2367:ecf1ebac70d8

[xemacs-hg @ 2004-11-04 23:05:23 by ben] commit mega-patch configure.in: Turn off -Winline and -Wchar-subscripts. Use the right set of cflags when compiling modules. Rewrite ldap configuration to separate the inclusion of lber (needed in recent Cygwin) from the basic checks for the needed libraries. add a function for MAKE_JUNK_C; initially code was added to generate xemacs.def using this, but it will need to be rewritten. add an rm -f for junk.c to avoid weird Cygwin bug with cp -f onto an existing file. Sort list of auto-detected functions and eliminate unused checks for stpcpy, setlocale and getwd. Add autodetection of Cygwin scanf problems BETA: Rewrite section on configure to indicate what flags are important and what not. digest-doc.c, make-dump-id.c, profile.c, sorted-doc.c: Add proper decls for main(). make-msgfile.c: Document that this is old junk. Move proposal to text.c. make-msgfile.lex: Move proposal to text.c. make-mswin-unicode.pl: Convert error-generating code so that the entire message will be seen as a single unrecognized token. mule/mule-ccl.el: Update docs. lispref/mule.texi: Update CCL docs. ldap/eldap.c: Mule-ize. Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP. * XEmacs 21.5.18 "chestnut" is released. --------------------------------------------------------------- MULE-RELATED WORK: --------------------------------------------------------------- --------------------------- byte-char conversion --------------------------- buffer.c, buffer.h, insdel.c, text.c: Port FSF algorithm for byte-char conversion, replacing broken previous version. Track the char position of the gap. Add functions to do char-byte conversion downwards as well as upwards. Move comments about algorithm workings to internals manual. --------------------------- work on types --------------------------- alloc.c, console-x-impl.h, dump-data.c, dump-data.h, dumper.c, dialog-msw.c, dired-msw.c, doc.c, editfns.c, esd.c, event-gtk.h, event-msw.c, events.c, file-coding.c, file-coding.h, fns.c, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-shared.c, glyphs-x.c, glyphs.c, glyphs.h, gui.c, hpplay.c, imgproc.c, intl-win32.c, lrecord.h, lstream.c, keymap.c, lisp.h, libsst.c, linuxplay.c, miscplay.c, miscplay.h, mule-coding.c, nas.c, nt.c, ntheap.c, ntplay.c, objects-msw.c, objects-tty.c, objects-x.c, print.c, process-nt.c, process.c, redisplay.h, select-common.h, select-gtk.c, select-x.c, sgiplay.c, sound.c, sound.h, sunplay.c, sysfile.h, sysdep.c, syswindows.h, text.c, unexnt.c, win32.c, xgccache.c: Further work on types. This creates a full set of types for all the basic semantics of `char' that I have so far identified, so that its semantics can always be identified for the purposes of proper Mule-safe code, and the raw use of `char' always avoided. (1) More type renaming, for consistency of naming. Char_ASCII -> Ascbyte UChar_ASCII -> UAscbyte Char_Binary -> CBinbyte UChar_Binary -> Binbyte SChar_Binary -> SBinbyte (2) Introduce Rawbyte, CRawbyte, Boolbyte, Chbyte, UChbyte, and Bitbyte and use them. (3) New types Itext, Wexttext and Textcount for separating out the concepts of bytes and textual units (different under UTF-16 and UTF-32, which are potential internal encodings). (4) qxestr*_c -> qxestr*_ascii. lisp.h: New; goes with other qxe() functions. #### Maybe goes in a different section. lisp.h: Group generic int-type defs together with EMACS_INT defs. lisp.h: * lisp.h (WEXTTEXT_IS_WIDE) New defns. lisp.h: New type to replace places where int occurs as a boolean. It's signed because occasionally people may want to use -1 as an error value, and because unsigned ints are viral -- see comments in the internals manual against using them. dynarr.c: int -> Bytecount. --------------------------- Mule-izing --------------------------- device-x.c: Partially Mule-ize. dumper.c, dumper.h: Mule-ize. Use Rawbyte. Use stderr_out not printf. Use wext_*(). sysdep.c, syswindows.h, text.c: New Wexttext API for manipulation of external text that may be Unicode (e.g. startup code under Windows). emacs.c: Mule-ize. Properly deal with argv in external encoding. Use wext_*() and Wexttext. Use Rawbyte. #if 0 some old junk on SCO that is unlikely to be correct. Rewrite allocation code in run-temacs. emacs.c, symsinit.h, win32.c: Rename win32 init function and call it even earlier, to initialize mswindows_9x_p even earlier, for use in startup code (XEUNICODE_P). process.c: Use _wenviron not environ under Windows, to get Unicode environment variables. event-Xt.c: Mule-ize drag-n-drop related stuff. dragdrop.c, dragdrop.h, frame-x.c: Mule-ize. text.h: Add some more stand-in defines for particular kinds of conversion; use in Mule-ization work in frame-x.c etc. --------------------------- Freshening --------------------------- intl-auto-encap-win32.c, intl-auto-encap-win32.h: Regenerate. --------------------------- Unicode-work --------------------------- intl-win32.c, syswindows.h: Factor out common options to MultiByteToWideChar and WideCharToMultiByte. Add convert_unicode_to_multibyte_malloc() and convert_unicode_to_multibyte_dynarr() and use. Add stuff for alloca() conversion of multibyte/unicode. alloc.c: Use dfc_external_data_len() in case of unicode coding system. alloc.c, mule-charset.c: Don't zero out and reinit charset Unicode tables. This fucks up dump-time loading. Anyway, either we load them at dump time or run time, never both. unicode.c: Dump the blank tables as well. --------------------------------------------------------------- DOCUMENTATION, MOSTLY MULE-RELATED: --------------------------------------------------------------- EmacsFrame.c, emodules.c, event-Xt.c, fileio.c, input-method-xlib.c, mule-wnnfns.c, redisplay-gtk.c, redisplay-tty.c, redisplay-x.c, regex.c, sysdep.c: Add comment about Mule work needed. text.h: Add more documentation describing why DFC routines were not written to return their value. Add some other DFC documentation. console-msw.c, console-msw.h: Add pointer to docs in win32.c. emacs.c: Add comments on sources of doc info. text.c, charset.h, unicode.c, intl-win32.c, intl-encap-win32.c, text.h, file-coding.c, mule-coding.c: Collect background comments and related to text matters and internationalization, and proposals for work to be done, in text.c or Internals manual, stuff related to specific textual API's in text.h, and stuff related to internal implementation of Unicode conversion in unicode.c. Put lots of pointers to the comments to make them easier to find. s/mingw32.h, s/win32-common.h, s/win32-native.h, s/windowsnt.h, win32.c: Add bunches of new documentation on the different kinds of builds and environments under Windows and how they work. Collect this info in win32.c. Add pointers to these docs in the relevant s/* files. emacs.c: Document places with long comments. Remove comment about exiting, move to internals manual, put in pointer. event-stream.c: Move docs about event queues and focus to internals manual, put in pointer. events.h: Move docs about event stream callbacks to internals manual, put in pointer. profile.c, redisplay.c, signal.c: Move documentation to the Internals manual. process-nt.c: Add pointer to comment in win32-native.el. lisp.h: Add comments about some comment conventions. lisp.h: Add comment about the second argument. device-msw.c, redisplay-msw.c: @@#### comments are out-of-date. --------------------------------------------------------------- PDUMP WORK (MOTIVATED BY UNICODE CHANGES) --------------------------------------------------------------- alloc.c, buffer.c, bytecode.c, console-impl.h, console.c, device.c, dumper.c, lrecord.h, elhash.c, emodules.h, events.c, extents.c, frame.c, glyphs.c, glyphs.h, mule-charset.c, mule-coding.c, objects.c, profile.c, rangetab.c, redisplay.c, specifier.c, specifier.h, window.c, lstream.c, file-coding.h, file-coding.c: PDUMP: Properly implement dump_add_root_block(), which never worked before, and is necessary for dumping Unicode tables. Pdump name changes for accuracy: XD_STRUCT_PTR -> XD_BLOCK_PTR. XD_STRUCT_ARRAY -> XD_BLOCK_ARRAY. XD_C_STRING -> XD_ASCII_STRING. *_structure_* -> *_block_*. lrecord.h: some comments added about dump_add_root_block() vs dump_add_root_block_ptr(). extents.c: remove incorrect comment about pdump problems with gap array. --------------------------------------------------------------- ALLOCATION --------------------------------------------------------------- abbrev.c, alloc.c, bytecode.c, casefiddle.c, device-msw.c, device-x.c, dired-msw.c, doc.c, doprnt.c, dragdrop.c, editfns.c, emodules.c, file-coding.c, fileio.c, filelock.c, fns.c, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-x.c, gui-msw.c, gui-x.c, imgproc.c, intl-win32.c, lread.c, menubar-gtk.c, menubar.c, nt.c, objects-msw.c, objects-x.c, print.c, process-nt.c, process-unix.c, process.c, realpath.c, redisplay.c, search.c, select-common.c, symbols.c, sysdep.c, syswindows.h, text.c, text.h, ui-byhand.c: New macros {alloca,xnew}_{itext,{i,ext,raw,bin,asc}bytes} for more convenient allocation of these commonly requested items. Modify functions to use alloca_ibytes, alloca_array, alloca_extbytes, xnew_ibytes, etc. also XREALLOC_ARRAY, xnew. alloc.c: Rewrite the allocation functions to factor out repeated code. Add assertions for freeing dumped data. lisp.h: Moved down and consolidated with other allocation stuff. lisp.h, dynarr.c: New functions for allocation that's very efficient when mostly in LIFO order. lisp.h, text.c, text.h: Factor out some stuff for general use by alloca()-conversion funs. text.h, lisp.h: Fill out convenience routines for allocating various kinds of bytes and put them in lisp.h. Use them in place of xmalloc(), ALLOCA(). text.h: Fill out the convenience functions so the _MALLOC() kinds match the alloca() kinds. --------------------------------------------------------------- ERROR-CHECKING --------------------------------------------------------------- text.h: Create ASSERT_ASCTEXT_ASCII() and ASSERT_ASCTEXT_ASCII_LEN() from similar Eistring checkers and change the Eistring checkers to use them instead. --------------------------------------------------------------- MACROS IN LISP.H --------------------------------------------------------------- lisp.h: Redo GCPRO declarations. Create a "base" set of functions that can be used to generate any kind of gcpro sets -- regular, ngcpro, nngcpro, private ones used in GC_EXTERNAL_LIST_LOOP_2. buffer.c, callint.c, chartab.c, console-msw.c, device-x.c, dialog-msw.c, dired.c, extents.c, ui-gtk.c, rangetab.c, nt.c, mule-coding.c, minibuf.c, menubar-msw.c, menubar.c, menubar-gtk.c, lread.c, lisp.h, gutter.c, glyphs.c, glyphs-widget.c, fns.c, fileio.c, file-coding.c, specifier.c: Eliminate EXTERNAL_LIST_LOOP, which does not check for circularities. Use EXTERNAL_LIST_LOOP_2 instead or EXTERNAL_LIST_LOOP_3 or EXTERNAL_PROPERTY_LIST_LOOP_3 or GC_EXTERNAL_LIST_LOOP_2 (new macro). Removed/redid comments on EXTERNAL_LIST_LOOP. --------------------------------------------------------------- SPACING FIXES --------------------------------------------------------------- callint.c, hftctl.c, number-gmp.c, process-unix.c: Spacing fixes. --------------------------------------------------------------- FIX FOR GEOMETRY PROBLEM IN FIRST FRAME --------------------------------------------------------------- unicode.c: Add workaround for newlib bug in sscanf() [should be fixed by release 1.5.12 of Cygwin]. toolbar.c: bug fix for problem of initial frame being 77 chars wide on Windows. will be overridden by my other ws. --------------------------------------------------------------- FIX FOR LEAKING PROCESS HANDLES: --------------------------------------------------------------- process-nt.c: Fixes for leaking handles. Inspired by work done by Adrian Aichner <adrian@xemacs.org>. --------------------------------------------------------------- FIX FOR CYGWIN BUG (Unicode-related): --------------------------------------------------------------- unicode.c: Add workaround for newlib bug in sscanf() [should be fixed by release 1.5.12 of Cygwin]. --------------------------------------------------------------- WARNING FIXES: --------------------------------------------------------------- console-stream.c: `reinit' is unused. compiler.h, event-msw.c, frame-msw.c, intl-encap-win32.c, text.h: Add stuff to deal with ANSI-aliasing warnings I got. regex.c: Gather includes together to avoid warning. --------------------------------------------------------------- CHANGES TO INITIALIZATION ROUTINES: --------------------------------------------------------------- buffer.c, emacs.c, console.c, debug.c, device-x.c, device.c, dragdrop.c, emodules.c, eval.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, events.c, extents.c, faces.c, file-coding.c, fileio.c, font-lock.c, frame-msw.c, glyphs-widget.c, glyphs.c, gui-x.c, insdel.c, lread.c, lstream.c, menubar-gtk.c, menubar-x.c, minibuf.c, mule-wnnfns.c, objects-msw.c, objects.c, print.c, scrollbar-x.c, search.c, select-x.c, text.c, undo.c, unicode.c, window.c, symsinit.h: Call reinit_*() functions directly from emacs.c, for clarity. Factor out some redundant init code. Move disallowed stuff that had crept into vars_of_glyphs() into complex_vars_of_glyphs(). Call init_eval_semi_early() from eval.c not in the middle of vars_of_() in emacs.c since there should be no order dependency in the latter calls. --------------------------------------------------------------- ARMAGEDDON: --------------------------------------------------------------- alloc.c, emacs.c, lisp.h, print.c: Rename inhibit_non_essential_printing_operations to inhibit_non_essential_conversion_operations. text.c: Assert on !inhibit_non_essential_conversion_operations. console-msw.c, print.c: Don't do conversion in SetConsoleTitle or FindWindow to avoid problems during armageddon. Put #errors for NON_ASCII_INTERNAL_FORMAT in places where problems would arise. --------------------------------------------------------------- CHANGES TO THE BUILD PROCEDURE: --------------------------------------------------------------- config.h.in, s/cxux.h, s/usg5-4-2.h, m/powerpc.h: Add comment about correct ordering of this file. Rearrange everything to follow this -- put all #undefs together and before the s&m files. Add undefs for HAVE_ALLOCA, C_ALLOCA, BROKEN_ALLOCA_IN_FUNCTION_CALLS, STACK_DIRECTION. Remove unused HAVE_STPCPY, HAVE_GETWD, HAVE_SETLOCALE. m/gec63.h: Deleted; totally broken, not used at all, not in FSF. m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/altos.h, m/amdahl.h, m/apollo.h, m/att3b.h, m/aviion.h, m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h, m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/ews4800r.h, m/gould.h, m/hp300bsd.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h, m/intel386.h, m/iris4d.h, m/iris5d.h, m/iris6d.h, m/irist.h, m/isi-ov.h, m/luna88k.h, m/m68k.h, m/masscomp.h, m/mg1.h, m/mips-nec.h, m/mips-siemens.h, m/mips.h, m/news.h, m/nh3000.h, m/nh4000.h, m/ns32000.h, m/orion105.h, m/pfa50.h, m/plexus.h, m/pmax.h, m/powerpc.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h, m/sgi-challenge.h, m/symmetry.h, m/tad68k.h, m/tahoe.h, m/targon31.h, m/tekxd88.h, m/template.h, m/tower32.h, m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/xps100.h: Delete C_ALLOCA, HAVE_ALLOCA, STACK_DIRECTION, BROKEN_ALLOCA_IN_FUNCTION_CALLS. All of this is auto-detected. When in doubt, I followed recent FSF sources, which also have these things deleted.
author ben
date Thu, 04 Nov 2004 23:08:28 +0000
parents e668cb7f5670
children
line wrap: on
line source

The changes in this release candidate (3) are grouped in the following
sections.  Some patches overlap a couple of sections, I (somewhat
arbitrarily) assigned them to the section I thought was most
important.

Please review especially the RELEASE CANDIDATE 3, RELEASE CANDIDATE 2,
UI, and GENERAL sections, and others as you have interest/expertise.
The MISCELLANEOUS and DOCUMENTATION sections are entirely
uncontroversial and may safely be ignored.

To see the changes since 21.4.3, use
cvs diff -r r21-4-3 -r candidate-21-4
To see the changes since release candidate 1, use
cvs diff -r r21-4-4-rc1 -r candidate-21-4

I'm not committed to anything here irrevocably; this is just my first pass
at the next release candidate.  Nor are things I've not included here
necessarily ruled out.  Let me know if anything in needs out, or anything
out needs in, in your opinion.

RELEASE CANDIDATE 3
RELEASE CANDIDATE 2
UI and API CHANGES
GENERAL BUG FIXES
MS WINDOWS - printing
MS WINDOWS - set_file_times
MS WINDOWS - C-g handling
MS WINDOWS - miscellaneous
GTK
MISCELLANEOUS
DOCUMENTATION

RELEASE CANDIDATE 3

<15196.1288.138343.769692@turnbull.sk.tsukuba.ac.jp>
./src/ChangeLog
2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>

	* event-msw.c (mswindows_wnd_proc): Add GC debugging assert.

<15196.462.687249.746246@turnbull.sk.tsukuba.ac.jp>
./ChangeLog
2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>

	* configure.in (with_esd_sound): Default to no.

	* configure.usage: Various documentation improvements.

	* configure.in (--with-ipv6-cname): New Boolean option.  Defaults on.
	* configure.usage:
	* PROBLEMS (IPv6 CNAME lookup):
	Document it.

<15196.462.687249.746246@turnbull.sk.tsukuba.ac.jp>
./src/ChangeLog
2001-07-22  Stephen J. Turnbull  <stephen@xemacs.org>

	* config.h.in (IPV6_CANONICALIZE): New #define for --with-ipv6-lookup.
	* process-unix.c (unix_canonicalize_host_name):
	sysdep.c (init_system_name):
	Use it to conditionally support IPv6 canonicalization.

<FENWAY95sao0eCdPap400001472@fenway.corp.soundbite.com>
./src/ChangeLog
2001-06-05  Paul Krause  <pkrause@soundbite.com>

	* event-msw.c: replace unsafe call to stderr_out with
	mswindows_output_console_string

<n162ylx0.fsf@ecf.teradyne.com>
./ChangeLog
2001-07-18  Adrian Aichner  <adrian@xemacs.org>

	* etc\TUTORIAL: Fix minor typo.
	* etc\TUTORIAL.de: Sync with TUTORIAL.

RELEASE CANDIDATE 2

Typo in ChangeLog fix due to Nix.

Change format of in version.sh codename string due to Bill Gates.
Reported by Adrian.

<yosupub9h4de.fsf@jpl.org>
./lisp/ChangeLog
2001-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>

	* mule/kinsoku.el (kinsoku-bol-p): Work with ascii and non-ascii
	mixed text.
	(kinsoku-eol-p): Ditto.

2001-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>

	* mule/kinsoku.el (kinsoku-ascii-eol, kinsoku-gb-bol,
	kinsoku-gb-eol, kinsoku-big5-bol, kinsoku-big5-eol): Assign
	characters as the category `s' or `e' correctly.

<yz17kyxzij2.fsf@milhouse.cs.cornell.edu>
./src/Changelog
2001-05-31  Paul Stodghill  <stodghil@cs.cornell.edu>

	* event-msw.c:
	Cygwin does not define WM_IME_xxx. Modify the #if's accordingly.

<003601c0e020$67f10d40$6401a8c0@paulkrause>
./src/ChangeLog
2001-05-19  Paul Krause  <paulkrause1@mediaone.net>

	* scrollbar-msw.c: Fixes a crash that occurs on Windows when an
	attempt is made to scroll when no scroll bar is available.

<005f01c10fbc$6c61edb0$090a050a@soundbite.com>
./nt/ChangeLog
2001-07-18  Paul Krause  <paulkrause1@mediaone.net>

	xemacs.mak:  Improved detection for cygwin perl.

	Supercedes <FENWAYUfKRfcjcMzfoV00000f4e@fenway.corp.soundbite.com>

<15133.17889.988505.202517@tyranny.hsys.msk.ru>
./man/ChangeLog
2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>

	* xemacs/mule.texi: Typo fixes and describe CCL and fonts.
	* lispref/mule.texi: Typo fixes and describe set-charset-registry.

<15133.17889.988505.202517@tyranny.hsys.msk.ru>
./lisp/ChangeLog
2001-06-06  Alexey Mahotkin  <alexm@hsys.msk.ru>

	* mule/cyrillic.el: Uncomment definition of ccl-encode-koi8-r-font.

./lisp/ChangeLog
2001-06-14  Alexey Mahotkin  <alexm@hsys.msk.ru>

	* mule/cyrillic.el:  Set up case table.

<y9lofrz77zt.fsf@informatik.uni-tuebingen.de>
./lisp/ChangeLog
2001-06-08  Mike Sperber <mike@xemacs.org>

	* files.el (save-some-buffers-1): Don't zap the help window right
	after `map-y-or-n-p' has popped it up.

<15142.14867.525787.322728@turnbull.sk.tsukuba.ac.jp>
./nt/ChangeLog
2001-06-12  Stephen J. Turnbull  <stephen@xemacs.org>

	* xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG.
	(USE_MINITAR): Default to HAVE_ZLIB.
	(MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS.
	(mostlyclean, nicenclean, distclean, versionclean): Only one target
	per invocation of $(DEL); don't use unneeded switches (WinME support).

UI and API CHANGES

<y9lwv966j49.fsf@sams.informatik.uni-tuebingen.de>
./src/ChangeLog
2001-03-31  Mike Sperber <mike@xemacs.org>

	* search.c (Freplace_match): Support FSF-style specification of
	match subexpression when applied to a buffer.

<15160.50052.863645.73187@europe.nortel.com>
./lisp/ChangeLog
2001-06-26  Robert Pluim  <rpluim@bigfoot.com>

	* packages.el (locate-library): Use read-library-name for completion.

<15160.50790.460079.416332@europe.nortel.com>
./lisp/ChangeLog
2001-06-26  Robert Pluim  <rpluim@bigfoot.com>

	* package-ui.el (pui-install-selected-packages): reverse the lists
	of packages so that they get handled in the same order as they
	were selected.

<microsoft-free.x4pub3lxg4.fsf@slackware.mynet.pc>
./src/ChangeLog
2001-07-14  Sean MacLennan  <seanm@storm.ca>

	* package-admin.el (package-install-hook): New.
	(package-delete-hook): New.
	(package-admin-add-single-file-package): Use package-delete-hook.

	* package-get.el (package-get): Use package-install-hook.

<sxsoftm4b29.fsf@florida.arsdigita.de>
./lisp/ChangeLog
2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>

	* about.el (about-mailto-link): Use compose-mail for sending mail.

<muxy9sz343m.fsf@uzeb.lrde.epita.fr>
./lisp/ChangeLog
2001-04-17  Didier Verna  <didier@xemacs.org>

	* startup.el (load-user-init-file): define `custom-file' before
	loading the user's init file.

<mux1yqqdqbq.fsf@uzeb.lrde.epita.fr>
./lisp/ChangeLog
2001-04-18  Didier Verna  <didier@xemacs.org>

	* cus-edit.el (Custom-reset-standard): reset to standard settings
	not only when the buffer's :custom-state is 'modified, but also
	when it is 'set or 'saved.

GENERAL BUG FIXES

<uofrqvxzn.fsf@ispras.ru>
./lisp/ChangeLog
2001-06-15  Nick Pakoulin  <npak@ispras.ru>

	* help.el (frob-help-extents): Require 'hyper-apropos for faces.

<mqqoftzthg6.fsf@eng.cam.ac.uk>
./ChangeLog
2001-04-14  Gordon Sadler  <gbsadler1@lcisp.com>

	* configure.in: Add GTK_CFLAGS to CPPFLAGS for glade.h check.

<15167.31192.971882.809294@tyranny.hsys.msk.ru>
./ChangeLog
2001-07-01  Alexey Mahotkin  <alexm@hsys.msk.ru>

	* configure.in (option processing):  with_widgets=m is ambiguous;
	don't allow it.
	(AC_CHECKING for the Athena widgets): Don't check for Athena when
	with_widgets=no.

<5020000.994949898@flashingchance>
./src/ChangeLog
2001-07-11  Matt Tucker  <tuck@whistlingfish.net>

	* syntax.c (find_start_of_comment):
	Fix `unbalanced parentheses' bug when dealing with mixed comment
	styles in c++/java/etc. mode

<15111.24585.586600.484683@gargle.gargle.HOWL>
./lisp/ChangeLog
2001-05-20  Martin Buchholz  <martin@xemacs.org>

	* bytecomp.el (byte-compile-arithcompare):
	Only optimize (= x) ==> t if byte-compile-delete-errors is not nil.

<15112.31246.180077.975624@gargle.gargle.HOWL>
./lisp/ChangeLog
2001-05-21  Martin Buchholz  <martin@xemacs.org>

	* byte-optimize.el (=): `=' is not a binary predicate!
	Fix incorrect optimization: (= 0 0 (random 2)) ==> 0 or 1.
	Use byte-optimize-predicate, not byte-optimize-binary-predicate,

<15123.9022.247285.42002@gargle.gargle.HOWL>
./ChangeLog
2001-05-29  Martin Buchholz  <martin@xemacs.org>

	* configure.in: Remove stray backslash.

<15127.8885.609982.512779@gargle.gargle.HOWL>
./tests/ChangeLog
2001-05-29  Martin Buchholz  <martin@xemacs.org>

	* automated/mule-tests.el:
	Avoid test failure if (temp-directory) is a symlink.

<B72977D8.45533%abegel@eecs.berkeley.edu>
./src/ChangeLog
2001-05-17  Andrew Begel  <abegel@eecs.berkeley.edu>

	* lrecord.h (INIT_EXTERNAL_LRECORD_IMPLEMENTATION): Add needed cast.

<B729780C.45534%abegel@eecs.berkeley.edu>
./ChangeLog
2001-05-17  Andrew Begel  <abegel@eecs.berkeley.edu>

	* aclocal.m4 (LTLD): Don't use "gcc", use the ld reported by gcc.

<87u22s1ffj.fsf@u.sanpo.t.u-tokyo.ac.jp>
./src/ChangeLog
2001-05-11  Yoshiki Hayashi  <yoshiki@xemacs.org>

	* lisp.h (EMACS_INT_MAX): This should be one bit less since
	EMACS_INT is signed.

<200104180223.WAA13090@mclean.mail.mindspring.net>
2001-04-17  Isaac Hollander  <ysh@mindspring.com>

	* gnuserv.c (setup_table): fix 2 signed/unsigned mismatches
	* gnuslib.c (connect_to_internet_server): fix signed/unsigned mismatch

<200106220151.VAA31665@gwyn.tux.org>
./src/ChangeLog

2001-06-21  Ben Wing  <ben@xemacs.org>

	* dired-msw.c (Fmswindows_insert_directory):
	Fix problem noted by Michael Sperber with directories containing
	[] and code that destructively modifies an existing string.

<20010409161535.B15607@ool-18b88ad6.dyn.optonline.net>
./lisp/ChangeLog
2001-04-09  Danny Colascione  <qtmstr@optonline.net>

	* menubar.el (popup-mode-menu): Make it work with
	popup-menu-titles turned off.
	
<200105121126.HAA26657@gwyn.tux.org>
./lisp/ChangeLog
2001-05-12  Ben Wing  <ben@xemacs.org>

	* find-paths.el (paths-find-recursive-path):
	fix error with null EXCLUDE-REGEXP.
	
	* font-lock.el (font-lock-mode):
	fix problem reported by hrvoje with buffers starting with a space.
	
<200106220151.VAA31665@gwyn.tux.org>
./lisp/ChangeLog
2001-06-21  Ben Wing  <ben@xemacs.org>

	* help.el (frob-help-extents): Fix problem with undefined face.
	* update-elc.el (update-elc-files-to-compile): Compile in proper order.

	* keydefs.el (global-map): Add a defn for M-?, previously
	undefined, to access help -- in case the terminal is not set up
	right, or f1 gets redefined.

MS WINDOWS - printing

<200105060838.EAA10366@gwyn.tux.org>
./src/ChangeLog
2001-05-06  Ben Wing  <ben@xemacs.org>

	* console-msw.h:
	* device-msw.c:
	* device-msw.c (print_dialog_worker):
	* device-msw.c (mswindows_handle_print_dialog_box):
	* device-msw.c (syms_of_device_mswindows):
	* dialog-msw.c (mswindows_make_dialog_box_internal):
	* general-slots.h:
	implement printing the selection when it's selected.

<200105060838.EAA10366@gwyn.tux.org>
./lisp/ChangeLog
2001-05-06  Ben Wing  <ben@xemacs.org>

	* dialog.el (make-dialog-box):
	* menubar-items.el (default-menubar):
	* printer.el (generic-print-buffer):
	* printer.el (generic-print-region):
	implement printing the selection when it's selected.

MS WINDOWS - set_file_times

<1yp8gt63.fsf@rapier.ecf.teradyne.com>
./src/ChangeLog
2001-05-29  Adrian Aichner  <adrian@xemacs.org>

	* fileio.c: Include nt.h.  Remove lisp_string_set_file_times()
	because set_file_times() now takes Lisp_Object path, instead of
	char*.
	* nt.c: Include buffer.h.
	* nt.c (convert_from_time_t): New.
	* nt.c (mswindows_utime): New.  Use utime, since SetFileTime does
	not set mtime correctly.
	* nt.h: Declare mswindows_utime().
	* sysdep.c (set_file_times): set_file_times() now takes Lisp_Object
	path, instead of char*.
	* systime.h: Include <sys/utime.h> on WIN32_NATIVE.

<200106020618.CAA12498@gwyn.tux.org>
./src/ChangeLog
2001-06-01  Ben Wing  <ben@xemacs.org>

	* nt.c (mswindows_utime):
	* nt.c (close_file_data):
	fix off-by-one-indirection error.

MS WINDOWS - C-g handling

<200105311247.IAA28237@gwyn.tux.org>
./src/ChangeLog addition:
2001-05-30  Ben Wing  <ben@xemacs.org>

	For 21.4:

	(Stephen, just take all event-msw.c patches.  This includes
	the "iconify" fix below.)

	* event-msw.c:
	* event-msw.c (mswindows_dequeue_dispatch_event):
	* event-msw.c (assert):
	* event-msw.c (emacs_mswindows_quit_p):
	* event-msw.c (debug_mswin_messages):
	* event-msw.c (debug_output_mswin_message):
	* event-msw.c (vars_of_event_mswindows):
	Fix yet more problems with C-g handling.
	Implement debug-mswindows-events.

MS WINDOWS - miscellaneous

<15119.11444.70000.574489@gargle.gargle.HOWL>
./src/ChangeLog
2001-05-25  Craig Lanning  <CraigL@Knology.net>

	* s\mingw32.h:
	Properly find MinGW's <process.h> inside Cygwin's restructured
	include directories.  Don't try to include <cygwin/version.h>
	since we are dropping support for MinGW in versions of Cygwin
	earlier than b21.
	* nt.c:
	Drop support for MinGW in versions of Cygwin before b21.
	* sysdep.c:
	Properly find MinGW's <process.h> inside Cygwin's restructured
	include directories.
	* syswindows.h:
	Drop support for MinGW in versions of Cygwin before b21.
	* unexcw.c:
	Even though a.out.h is no longer detected by configure, allow
	MinGW to use it until we figure out how to do the job with Win32.

<FENWAYUfKRfcjcMzfoV00000f4e@fenway.corp.soundbite.com>
./nt/ChangeLog
2001-05-28  Paul Krause  <pkrause@soundbite.com>

	* xemacs.mak (DEPEND): defined(_) isn't a reliable method for
	detecting if perl is from cygwin. Check $OSNAME as a backup.

	DISCARDED: Superseded <005f01c10fbc$6c61edb0$090a050a@soundbite.com>

<4.3.2.7.2.20010517121830.00b0a920@san-francisco.beasys.com>
./netinstall/ChangeLog
2001-05-17  Andy Piper  <andy@xemacs.org>

	* sysfile.h: don't assume that file attributes are boolean

2001-05-17  Andy Piper  <andy@xemacs.org>

	* win32.h:
	* win32.h (NOCOMATTRIBUTE): sync with latest cygwin version.

<62532263.3200087799@[148.59.233.133]>
./src/ChangeLog
2001-05-29  Mike Alexander  <mta@arbortext.com>

	* console-msw.h (FRAME_MSPRINTER_CHARHEIGHT): Unswap
	FRAME_MSPRINTER_CHARWIDTH and FRAME_MSPRINTER_CHARHEIGHT

<200105121126.HAA26657@gwyn.tux.org>
./src/ChangeLog
2001-05-12  Ben Wing  <ben@xemacs.org>

	* event-msw.c (mswindows_dde_callback):
	* event-msw.c (mswindows_wnd_proc):
	eliminate cygwin warnings.

<200105231035.GAA13007@gwyn.tux.org>
./src/ChangeLog
2001-05-23  Ben Wing  <ben@xemacs.org>

	* device-msw.c (msprinter_init_device):
	signal an error rather than crash with an unavailable network
	printer (from Mike Alexander).
	
	* event-msw.c:
	* event-msw.c (struct winsock_stream):
	* event-msw.c (winsock_writer):
	* event-msw.c (winsock_closer):
	* event-msw.c (make_winsock_stream_1):
	cleanup headers.  fix (hopefully) an error with data corruption
	when sending to a network connection.

	* fileio.c (Fexpand_file_name): Fix evil code that attempts
	to handle the ~user prefix by (a) always assuming we're referencing
	ourselves and not even verifying the user -- hence any file with
	a tilde as its first char is invalid! (b) if there wasn't a slash
	following the filename, the pointer was set *past* the end of
	file and we started reading from uninitialized memory.  Now we
	simply treat these as files, always.

	* buffer.c (common_init_complex_vars_of_buffer): comment change.
	
<200105231147.HAA15653@gwyn.tux.org>
./src/ChangeLog
2001-05-23  Ben Wing  <ben@xemacs.org>

	* event-msw.c (winsock_writer):
	* event-msw.c (winsock_closer):
	prior kludgy code was clobbering the buffer, thinking it was
	"unused" space to store an unneeded return value; instead, use
	the variable we've already got staring us in the face.

<4.3.2.7.2.20010524160839.02dfa610@pop>
./src/ChangeLog
2001-05-24  Kirill 'Big K' Katsnelson  <kkm@dtmx.com>

	* event-msw.c (WM_DROPFILES): Use correct type for OLE characters.
	
GTK

<86snhme1pz.fsf@hel.bp.aventail.com>
./src/ChangeLog
2001-05-30  William M. Perry  <wmperry@gnu.org>

	* event-gtk.c: Check for buttons as modifier keys.

<8666eh375k.fsf@hel.bp.aventail.com>
./lisp/ChangeLog
2001-05-31  William M. Perry  <wmperry@gnu.org>

	* font-menu.el: Avoid arithmetic with 'nil' when using the font menu
	in XEmacs/GTK.

<863d9hf0rd.fsf@hel.bp.aventail.com>
./lisp/ChangeLog
2001-06-03  William M. Perry  <wmperry@gnu.org>

	* dialog-gtk.el (popup-builtin-open-dialog): Don't forget to
	return the filename selected by the user!

<987338379.7732.0.camel@loki.lausch.at>
./src/ChangeLog
2001-04-15  Michael Lausch  <mla@1012surf.net>

	* scrollbar-gtk.c (gtk_create_scrollbar_instance): Call
	gtk_widget_request_size() to give scrollbar >0 width for
	GTK >1.2.8.

<86ae3t378p.fsf@hel.bp.aventail.com>
./src/ChangeLog
2001-05-20  Drazen Kacar  <dave@arsdigita.com>

	* glyphs-gtk.c (gtk_resource_instantiate): C++ comment -> #if 0

<15189.33914.633203.591427@turnbull.sk.tsukuba.ac.jp>
./lisp/ChangeLog
2001-07-18  Stephen J. Turnbull  <stephen@xemacs.org>

	* specifier.el: define-specifier-tag 'gtk.

MISCELLANEOUS

<200105230148.VAA13292@mclean.mail.mindspring.net>
./src/ChangeLog
2001-05-22  Isaac Hollander  <ysh@mindspring.com>

	* Makefile.in.in: Use TAR macro instead of hardcoding
	  tar.  Allows use of GNU tar instead of system tar

DOCUMENTATION

A bunch of typo fixes from the late Beta Release Engineer with no
ChangeLogs; leave them that way in memorium.

<iluk82vvtx8.fsf@barbar.josefsson.org>
./man/ChangeLog
2001-06-02  Simon Josefsson  <simon@josefsson.org>

	* internals/internals.texi (Techniques for XEmacs Developers): Fix
	typo in ./configure line.

<87bsof9zbk.fsf@n-pl.org>
./ChangeLog
2001-05-27  Kazuo Oishi  <oishi@n-pl.org>

	* etc/xemacs-ja.1: Replace with new translation.

<20010529193619.2664.qmail@hsys.msk.ru>
./man/ChangeLog
2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>

	* xemacs/custom.texi: Documented keyboard shortcut.

	* xemacs/mule.texi: Updated to match reality; tiny fixes.

<20010529193619.2664.qmail@hsys.msk.ru>
./lisp/ChangeLog
2001-05-29  Alexey Mahotkin  <alexm@hsys.msk.ru>

	* coding.el: Tiny typo fixed.

<200106081225.IAA31075@gwyn.tux.org>
./man/ChangeLog
2001-06-08  Ben Wing  <ben@xemacs.org>

	* xemacs-faq.texi (Top):
	* xemacs-faq.texi (MS Windows):
	* xemacs-faq.texi (Q6.2.1):
	* xemacs-faq.texi (Q6.2.2):
	* xemacs-faq.texi (Q6.2.3):
	* xemacs-faq.texi (Q6.2.4):
	* xemacs-faq.texi (Q6.2.5):
	* xemacs-faq.texi (Q6.3.1):
	* xemacs-faq.texi (Q6.3.2):
	* xemacs-faq.texi (Q6.3.3):
	* xemacs-faq.texi (Q6.3.4):
	* xemacs-faq.texi (Q6.4.1):
	* xemacs-faq.texi (Q6.4.2):
	* xemacs-faq.texi (Current Events):
	* xemacs-faq.texi (Q7.0.1):
	* xemacs-faq.texi (Q7.0.2):
	* xemacs-faq.texi (Q7.0.3):
	* xemacs-faq.texi (Q7.0.4):
	* xemacs-faq.texi (Q7.0.5):
	* xemacs-faq.texi (Q7.0.6):
	Merge in the rest of Hrvoje's Windows FAQ.  Redo section 7
	to update current reality and add condensed versions of
	new changes for 21.1 and 21.4. (Not quite done for 21.4.)
	Lots more Windows updates.

<200106101053.GAA12271@gwyn.tux.org>
./man/ChangeLog
2001-06-10  Ben Wing  <ben@xemacs.org>

	* xemacs-faq.texi (Q1.0.10):
	* xemacs-faq.texi (Q1.0.11):
	* xemacs-faq.texi (Q1.0.12):
	Update sections on Windows and MacOS availability.

<8zi7hxlo.fsf@ecf.teradyne.com>
./man/ChangeLog
2001-07-02  Adrian Aichner  <adrian@xemacs.org>

	* lispref\windows.texi (Window Configurations): Fix typos.
	* lispref\x-windows.texi (Resources): Ditto.
	* internals\internals.texi (XEmacs From the Inside): Ditto.
	* emodules.texi (Initialization Mode): Ditto.
	* xemacs-faq.texi (Q6.3.2): Ditto.

<1ynzhwt3.fsf@ecf.teradyne.com>
./man/ChangeLog
2001-07-02  Adrian Aichner  <adrian@xemacs.org>

	* xemacs-faq.texi (Q1.0.14): Update information following a
	request by Tom Mostyn.

./man/ChangeLog
2001-06-24  Stephen J. Turnbull  <stephen@xemacs.org>

	* xemacs/programs.texi: Add node name (Top) to Ebrowse xref.

[Long since committed; added ChangeLog]
<scm66jlgfkm.fsf@hookah.kazbek.ispras.ru>
./lisp/ChangeLog
2001-01-12  Nick V. Pakoulin  <npak@ispras.ru>

	* cl-macs.el (cl-upcase-arg): New function.
	(cl-function-arglist): New function.
	(cl-transform-lambda): Automatically add CL-style lambda list to
	documentation string using functions above.

<200105170631.CAA32586@gwyn.tux.org>
./man/ChangeLog
2001-05-16  Ben Wing  <ben@xemacs.org>

	* xemacs-faq.texi (Top):
	* xemacs-faq.texi (Installation):
	* xemacs-faq.texi (Q2.1.15):
	* xemacs-faq.texi (Q2.1.18):
	* xemacs-faq.texi (Q2.1.19):
	document how to debug X errors
	
<200105200118.VAA32224@gwyn.tux.org>
./src/ChangeLog
2001-05-19  Ben Wing  <ben@xemacs.org>

	* eval.c: doc comment about gcpro'ing in record_unwind_protect.

	* process-nt.c:
	* process-nt.c (vars_of_process_nt):
	remove unused mswindows-quote-process-args.  rec for 21.4.
	
<200105231035.GAA13007@gwyn.tux.org>
./nt/ChangeLog
2001-05-23  Ben Wing  <ben@xemacs.org>

	* xemacs.mak (installation):
	call `ver' to get the exact os version and put it in the
	installation; suggestion from adrian.

<200105231035.GAA13007@gwyn.tux.org>
./ChangeLog addition
2001-05-23  Ben Wing  <ben@xemacs.org>

	* etc\sample.init.el:
	* etc\sample.init.el (Init-safe-require): New.
	* etc\sample.init.el ((fboundp 'pending-delete-mode)):
	* etc\sample.init.el ((eq system-type 'windows-nt)):
	* etc\sample.init.el (dired):
	* etc\sample.init.el ((Init-safe-require 'efs-auto)):
	* etc\sample.init.el (completer):
	* etc\sample.init.el (crypt):
	* etc\sample.init.el (filladapt):
	* etc\sample.init.el ((fboundp 'turn-on-lazy-lock)):
	* etc\sample.init.el ((fboundp 'resize-minibuffer-mode)):
	* etc\sample.init.el ((Init-safe-require 'scroll-in-place)):
	Rewrite to be much more careful about loading features -- now
	it decays gracefully even in the complete absence of packages.
	Also avoid doing obnoxious things when loading efs.

<200105311247.IAA28237@gwyn.tux.org>
./man/ChangeLog
2001-05-30  Ben Wing  <ben@xemacs.org>

	* xemacs-faq.texi (Top):
	* xemacs-faq.texi (MS Windows):
	* xemacs-faq.texi (Q6.0.1):
	* xemacs-faq.texi (Q6.0.2):
	* xemacs-faq.texi (Q6.0.3):
	* xemacs-faq.texi (Q6.0.4):
	* xemacs-faq.texi (Q6.1.1):
	* xemacs-faq.texi (Q6.1.4):
	* xemacs-faq.texi (Q6.1.5):
	* xemacs-faq.texi (Q6.1.6):
	* xemacs-faq.texi (Q6.2.1):
	* xemacs-faq.texi (Q6.2.2):
	* xemacs-faq.texi (Q6.3.1):
	* xemacs-faq.texi (Q6.3.2):
	* xemacs-faq.texi (Q6.3.3):
	* xemacs-faq.texi (Q6.4.1):
	* xemacs-faq.texi (Current Events):
	Major rewrite.
	Update all MS Windows info to current.
	Redo section 6.1 almost completely.
	Incorporate sections 1 and 2 of Hrvoje's FAQ.

<8zhqhahu.fsf@ecf.teradyne.com>
./lisp/ChangeLog
2001-07-15  Adrian Aichner  <adrian@xemacs.org>

	* about.el (about-personal-info): Fix word duplication typos.
	* dialog.el (make-dialog-box): Ditto.
	* lisp-mode.el (lisp-indent-function): Ditto.
	* package-admin.el (package-admin-delete-binary-package): Ditto.
	* package-get.el (package-get-staging-dir): Ditto.