aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-04-26 03:44:07 +0000
committerGlenn Morris2007-04-26 03:44:07 +0000
commit0701603152f1f0c1961e589a6cf0c84bfa367f8c (patch)
tree89daf42b56ba95c985941bda0445d82438b02119
parent169bac43653a350c4a59d49cbcb62e5ae2fd44f8 (diff)
downloademacs-0701603152f1f0c1961e589a6cf0c84bfa367f8c.tar.gz
emacs-0701603152f1f0c1961e589a6cf0c84bfa367f8c.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--admin/notes/copyright4
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lispref/ChangeLog4
-rw-r--r--mac/ChangeLog2
-rw-r--r--man/ChangeLog4
-rw-r--r--nt/ChangeLog4
8 files changed, 27 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 058e3a0ad38..08eebb6f29a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-04-26 Glenn Morris <rgm@gnu.org>
2
3 * README: Increase version to 22.1.50.
4
12007-04-24 Juanma Barranquero <lekktu@gmail.com> 52007-04-24 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo. 7 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
diff --git a/admin/notes/copyright b/admin/notes/copyright
index d7f12bd8ad4..b366be2a2c7 100644
--- a/admin/notes/copyright
+++ b/admin/notes/copyright
@@ -591,8 +591,8 @@ REMOVED src/unexhp9k800.c
591 591
592*** These are copyright issues still to be addressed: 592*** These are copyright issues still to be addressed:
593 593
594Need an assignment from Kevin Rodgers (rms), else several changes to 594python.el potential legal problem
595deal with. 595http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-04/msg00459.html
596 596
597 597
598 598
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 04657225ab0..e91b99e98af 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12007-04-26 Glenn Morris <rgm@gnu.org>
2
3 * makefile.w32-in (VERSION): Increase to 22.1.50.
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 832beea86c1..b8c8ca22550 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2
3 * locate.el (locate-in-alternate-database): Doc fix.
4
12007-04-26 Glenn Morris <rgm@gnu.org> 52007-04-26 Glenn Morris <rgm@gnu.org>
2 6
3 * button.el (button): Use underline if supported, else fall back 7 * button.el (button): Use underline if supported, else fall back
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b4458e7fa30..eb4fa2e7c4d 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-04-26 Glenn Morris <rgm@gnu.org>
2
3 * elisp.texi (EMACSVER): Increase to 22.1.50.
4
12007-04-25 Karl Berry <karl@gnu.org> 52007-04-25 Karl Berry <karl@gnu.org>
2 6
3 * elisp.texi: Improve line breaks on copyright page, 7 * elisp.texi: Improve line breaks on copyright page,
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 2f3249c001b..9f2d2af2664 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,7 +1,7 @@
12007-04-26 Glenn Morris <rgm@gnu.org> 12007-04-26 Glenn Morris <rgm@gnu.org>
2 2
3 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings: 3 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
4 Increase version to 22.1.50. 4 * src/Emacs.r: Increase version to 22.1.50.
5 5
62007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 62007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7 7
diff --git a/man/ChangeLog b/man/ChangeLog
index 7f987a8e35d..dbb804580c4 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12007-04-26 Glenn Morris <rgm@gnu.org>
2
3 * emacs.texi (EMACSVER): Increase to 22.1.50.
4
12007-04-25 Karl Berry <karl@gnu.org> 52007-04-25 Karl Berry <karl@gnu.org>
2 6
3 * emacs.texi: Improve line breaks on copyright page, 7 * emacs.texi: Improve line breaks on copyright page,
diff --git a/nt/ChangeLog b/nt/ChangeLog
index c5ad2555bbe..e41f31dcac7 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12007-04-26 Glenn Morris <rgm@gnu.org>
2
3 * emacs.rc: Increase version to 22.1.50.
4
12007-03-31 Eli Zaretskii <eliz@gnu.org> 52007-03-31 Eli Zaretskii <eliz@gnu.org>
2 6
3 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users. 7 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.