diff options
| author | Miles Bader | 2006-04-21 05:39:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-04-21 05:39:14 +0000 |
| commit | 7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee (patch) | |
| tree | dc3853824edd4a6d426ab69a584a70c53a230dd0 /admin | |
| parent | cfc2051d0ed5a268528a647ab0911a2f5cc451de (diff) | |
| parent | f67d6742cb77a21087e40ae7ee4c84556ca18970 (diff) | |
| download | emacs-7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee.tar.gz emacs-7e635d0ed3c42e6e779821f5c0c1c62289f4c1ee.zip | |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 226-238)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.
* gnus--rel--5.10 (patch 86-90)
- Update from CVS
- Merge from emacs--devo--0
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/FOR-RELEASE | 3 | ||||
| -rw-r--r-- | admin/alloc-colors.c | 2 | ||||
| -rwxr-xr-x | admin/build-configs | 2 | ||||
| -rw-r--r-- | admin/cus-test.el | 2 | ||||
| -rwxr-xr-x | admin/diff-tar-files | 2 | ||||
| -rwxr-xr-x | admin/make-emacs | 2 | ||||
| -rwxr-xr-x | admin/revdiff | 2 |
8 files changed, 13 insertions, 6 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 8256beefb6c..9dc0def4788 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-04-17 Ramprasad B <ramprasad_i82@yahoo.com> | ||
| 2 | |||
| 3 | * ./* (Copyright): Updated Copyright year(s) | ||
| 4 | |||
| 1 | 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de> | 5 | 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 6 | ||
| 3 | * FOR-RELEASE (BUGS): Add URLs/MIDs. | 7 | * FOR-RELEASE (BUGS): Add URLs/MIDs. |
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 947922a4888..c641fbe106c 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -37,6 +37,9 @@ Assigned to Bill Wohler <wohler@newt.com>. | |||
| 37 | 37 | ||
| 38 | ** Is there a basic problem with cl-byte-compile-compiler-macro? | 38 | ** Is there a basic problem with cl-byte-compile-compiler-macro? |
| 39 | 39 | ||
| 40 | ** Recalculate the tool bar height after changing the default font. | ||
| 41 | (Bug report by Yamamoto Mistuharu, 31 Mar 2006) | ||
| 42 | |||
| 40 | ** Markus Gritsch's report about Emacs looping on Windoze with the following | 43 | ** Markus Gritsch's report about Emacs looping on Windoze with the following |
| 41 | .emacs file, and then reduce Emacs frame width to "something quite narrow": | 44 | .emacs file, and then reduce Emacs frame width to "something quite narrow": |
| 42 | (setq-default truncate-lines t) | 45 | (setq-default truncate-lines t) |
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c index 361b3bd2f24..947b542005c 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Allocate X colors. Used for testing with dense colormaps. | 1 | /* Allocate X colors. Used for testing with dense colormaps. |
| 2 | Copyright (C) 2001 Free Software Foundation, Inc. | 2 | Copyright (C) 2001, 2006 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/admin/build-configs b/admin/build-configs index 083c9e766e6..29fc0f0b94c 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001, 2006 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
diff --git a/admin/cus-test.el b/admin/cus-test.el index ff38b0b08ff..6ff92b88c95 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-test.el --- tests for custom types and load problems | 1 | ;;; cus-test.el --- tests for custom types and load problems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2002, 2006 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 5 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
| 6 | ;; Maintainer: Markus Rost <rost@math.ohio-state.edu> | 6 | ;; Maintainer: Markus Rost <rost@math.ohio-state.edu> |
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index 7f27ab99876..da3b1911abb 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001, 2006 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
diff --git a/admin/make-emacs b/admin/make-emacs index d17e59e5692..57d04a8f625 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001, 2006 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |
diff --git a/admin/revdiff b/admin/revdiff index d936106aada..3b5ffaad3f1 100755 --- a/admin/revdiff +++ b/admin/revdiff | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001, 2006 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | # | 6 | # |