aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-06-02 11:07:00 +0000
committerChong Yidong2007-06-02 11:07:00 +0000
commit7dfc4cda5df5732cc79ad4739bac13b55baae873 (patch)
tree3fa93082a30bb89a9275ad6f468ef520b1d4d6ea
parentff2d371b125c439c6c4bac753885ecf0bad2dd7a (diff)
downloademacs-7dfc4cda5df5732cc79ad4739bac13b55baae873.tar.gz
emacs-7dfc4cda5df5732cc79ad4739bac13b55baae873.zip
Version 22.1 released.
-rw-r--r--ChangeLog4
-rw-r--r--etc/ChangeLog4
-rw-r--r--leim/ChangeLog4
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lispintro/ChangeLog4
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--mac/ChangeLog4
-rw-r--r--man/ChangeLog4
-rw-r--r--nt/ChangeLog4
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--src/ChangeLog2
13 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18f888486f5..c53ed83f067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-05-03 Glenn Morris <rgm@gnu.org> 52007-05-03 Glenn Morris <rgm@gnu.org>
2 6
3 * configure: Tweak message about the absence of shell functions. 7 * configure: Tweak message about the absence of shell functions.
diff --git a/etc/ChangeLog b/etc/ChangeLog
index e404a830858..c65d6a73425 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-06-02 CHENG Gao <chenggao@gmail.com> 52007-06-02 CHENG Gao <chenggao@gmail.com>
2 6
3 * MORE.STUFF: Remove dead URL for Fortune, and update URLs for 7 * MORE.STUFF: Remove dead URL for Fortune, and update URLs for
diff --git a/leim/ChangeLog b/leim/ChangeLog
index 9bf18f4e6da..f4bfce06bb3 100644
--- a/leim/ChangeLog
+++ b/leim/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-01-30 Kenichi Handa <handa@m17n.org> 52007-01-30 Kenichi Handa <handa@m17n.org>
2 6
3 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit, 7 * CXTERM-DIC/CCDOSPY.tit, CXTERM-DIC/PY-b5.tit, CXTERM-DIC/SW.tit,
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 04657225ab0..262baf252a4 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-02-26 Francesco Potort,Al(B <pot@gnu.org> 52007-02-26 Francesco Potort,Al(B <pot@gnu.org>
2 6
3 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs". 7 * Makefile.in (etags, ctags): Define EMACS_NAME as "GNU Emacs".
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bc122fdb5f0..07c16489fe7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-06-01 Chong Yidong <cyd@stupidchicken.com> 52007-06-01 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20 7 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
index 7000f1fca19..2e08725df69 100644
--- a/lispintro/ChangeLog
+++ b/lispintro/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-01-30 Robert J. Chassell <bob@rattlesnake.com> 52007-01-30 Robert J. Chassell <bob@rattlesnake.com>
2 6
3 * emacs-lisp-intro.texi (else): Rephrase message of first 7 * emacs-lisp-intro.texi (else): Rephrase message of first
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index d8c3c30e72c..99e7c621598 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 52007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * text.texi (Special Properties): Correct meaning of fontified 7 * text.texi (Special Properties): Correct meaning of fontified
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 5396754d142..f6764e87e17 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-02-28 Glenn Morris <rgm@gnu.org> 52007-02-28 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (distclean): Delete Makefile. 7 * Makefile.in (distclean): Delete Makefile.
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 0f030751475..5eb769f3a74 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52007-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * INSTALL: Add note about moving self-contained application bundle 7 * INSTALL: Add note about moving self-contained application bundle
diff --git a/man/ChangeLog b/man/ChangeLog
index 72f34fb92b8..640b4894726 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-05-26 Michael Olson <mwolson@gnu.org> 52007-05-26 Michael Olson <mwolson@gnu.org>
2 6
3 * erc.texi (Modules): Fix references to completion modules. 7 * erc.texi (Modules): Fix references to completion modules.
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c694dbe0695..11b974e10ab 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-05-22 Eli Zaretskii <eliz@gnu.org> 52007-05-22 Eli Zaretskii <eliz@gnu.org>
2 6
3 * INSTALL: Add information about where to find GDB, and warn 7 * INSTALL: Add information about where to find GDB, and warn
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index 9a7f01ed901..9d7129e82fe 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -1,3 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2
3 * Version 22.1 released.
4
12007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change) 52007-05-30 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2 6
3 * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc. 7 * XMakeAssoc.c (XMakeAssoc): Use malloc rather than xmalloc.
diff --git a/src/ChangeLog b/src/ChangeLog
index 417685140ba..a6b4c8a59b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12007-06-02 Chong Yidong <cyd@stupidchicken.com> 12007-06-02 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * Version 22.1 released.
4
3 * xfns.c (x_set_name_internal): Undo last change. 5 * xfns.c (x_set_name_internal): Undo last change.
4 6
52007-06-01 Richard Stallman <rms@gnu.org> 72007-06-01 Richard Stallman <rms@gnu.org>