diff ChangeLog @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents 0132846995bd
children 85ec50267440
line wrap: on
line diff
--- a/ChangeLog	Mon Aug 13 09:43:39 2007 +0200
+++ b/ChangeLog	Mon Aug 13 09:44:42 2007 +0200
@@ -1,5 +1,102 @@
+1997-06-25  Steven L Baur  <steve@altair.xemacs.org>
+
+	* XEmacs 20.3-beta9 is released.
+
+	* Makefile.in (dist): Make `make dist' work for me.
+
+1997-06-25  Martin Buchholz  <mrb@eng.sun.com>
+
+	* configure.in:
+	- Change "t" to tabs in sed commands
+	- Add /g to sed substitition commands when appropriate
+	- Change XtVa[SG]etValue to Xt[SG]etValue
+	- Make version variables into Lisp_Objects.
+
+1997-06-19  Martin Buchholz  <mrb@eng.sun.com>
+
+	* src/config.h.in:
+	* configure.in:
+	- Autodetect X defines using xmkmf.
+	- Compute rpath on *bsd* systems as well.
+	- rewrite PRINT_VAR m4 macro.
+	- detect sizes of void* and long long for future use by unex*.c
+	* regex.c: _GNU_SOURCE may be defined by config.h; don't redefine.
+
+1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+	* lisp/language/arabic.el: moved from lisp/mule/arabic-hooks.el.
+
+	* lisp/mh-e/mh-e.el (mh-get-new-mail): Decode output as
+	`mh-folder-coding-system'.
+
+1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+	* lisp/language/ethio-util.el: imported from
+	Emacs/mule-19.34.94-zeta.
+
+	* lisp/language/arabic-util.el: moved from lisp/mule/arabic.el;
+	repair Arabic characters.
+
+1997-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+	* lib-src/update-autoloads.sh: Search lisp/mule/.
+
+	* etc/HELLO: final byte for ethiopic was changed to sync with
+	Emacs/mule-19.34.94-zeta.
+
+	* lisp/x11/x-menubar.el: Fix "Describe language support" and "Set
+	language environment" of Mule menu.
+
+	* lisp/language/visual-mode.el: moved from mule/.
+
+	* lisp/language/ethiopic.el: Modify for XEmacs.
+
+	* lisp/language/cyrillic.el: Modify DOC-string of koi8-r; Fixed
+	problem of setting for `language-info-alist' about koi8-r.
+
+	* lisp/mule/auto-autoloads.el: Enable auto-autoloads.el for mule/.
+
+	* lisp/mule/mule-util.el: New file (imported from
+	Emacs/mule-19.34.94-zeta).
+
+	* lisp/mule/mule-misc.el: Function `truncate-string-to-width' was
+	moved to mule-util.el.
+
+	* lisp/prim/dumped-lisp.el, lisp/mule/mule-load.el:
+	lisp/mule/arabic-hooks.el was moved to lisp/language/arabic.el;
+	lisp/mule/arabic.el was moved to lisp/language/arabic-util.el; Use
+	lisp/language/ethiopic.el instead of lisp/mule/ethiopic-hooks.el;
+	Use lisp/language/ethio-util.el instead of lisp/mule/ethiopic.el.
+
+	* lisp/mule/mule-coding.el (coding-system-docstring): New alias to
+	emulate Emacs/mule-19.34.94-zeta function.
+
+	* lisp/mule/mule-cmds.el: modified to sync with
+	Emacs/mule-19.34.94-zeta (mule-prefix was changed to "C-x C-m")
+
+	(set-language-info): Add to "Describe Language Support" and "Set
+	Language Environment" menu.
+
+	* lisp/mule/mule-charset.el: Function `compose-region' and
+	`decompose-region' were moved to mule-util.el.
+
+	* lisp/leim/quail.el: modify to sync with latest quail.el of
+	Emacs/mule in ETL.
+
+	(quail-toggle-mode-temporarily): check `quail-conv-overlay'.
+
+	(quail-map-p): Use `characterp' instead of `integerp'.
+
+1997-06-23  Steven L Baur  <steve@altair.xemacs.org>
+
+	* etc/NEWS (Commands): Various updates by Hrvoje Niksic.
+
 1997-06-21  Steven L Baur  <steve@altair.xemacs.org>
 
+	* Makefile.in: Missing FRC.info.
+	(install-arch-dep): Add missing backslash.
+	From Glynn Clements <glynn@sensei.co.uk>
+
 	* XEmacs 20.3-beta8 is released.
 
 1997-06-20  Olivier Galibert <Olivier.Galibert@mines.u-nancy.fr>