aboutsummaryrefslogtreecommitdiffstats
path: root/admin/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-02-05 11:23:09 +0100
committerJoakim Verona2011-02-05 11:23:09 +0100
commit4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch)
tree894801e7308ce4ecc34933f959e28f4b9cff9533 /admin/ChangeLog
parent13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff)
parent9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff)
downloademacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz
emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'admin/ChangeLog')
-rw-r--r--admin/ChangeLog105
1 files changed, 100 insertions, 5 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6d114eae003..46dbaa0da26 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,102 @@
12011-02-03 Glenn Morris <rgm@gnu.org>
2
3 * bzrmerge.el (bzrmerge-buffer): New constant.
4 (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
5 (bzrmerge-missing): If nothing to do, return nil not (nil).
6 (bzrmerge-apply): Remove odd character from message.
7 (bzrmerge): Give status messages.
8
92011-01-31 Eli Zaretskii <eliz@gnu.org>
10
11 * admin.el (set-version): Remove lib-src/makefile.w32-in.
12 Add nt/config.nt.
13
142011-01-31 Paul Eggert <eggert@cs.ucla.edu>
15
16 src/emacs.c now gets version number from configure.in
17 * admin.el (set-version): Don't update src/emacs.c.
18 * quick-install-emacs (VERSION): Get it from configure.in, not from
19 src/emacs.c.
20
212011-01-30 Paul Eggert <eggert@cs.ucla.edu>
22
23 strftime: import from gnulib
24 * notes/copyright: strftime.c moved from src to lib.
25
262011-01-25 Glenn Morris <rgm@gnu.org>
27
28 * bzrmerge.el (bzrmerge-skip-regexp): New variable.
29 (bzrmerge-missing): Use it.
30
312011-01-19 Paul Eggert <eggert@cs.ucla.edu>
32
33 * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
34 rather than doing rm and autoconf by hand. See
35 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
36
372011-01-17 Paul Eggert <eggert@cs.ucla.edu>
38
39 * notes/bzr (Installing changes from gnulib): New section.
40 Need for this suggested by Stefan Monnier.
41
422011-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
45 an inconsistent state.
46
472011-01-17 Paul Eggert <eggert@cs.ucla.edu>
48
49 Update copyright notes to match recent gnulib-related changes.
50 * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
51 arg-nonnull.h, c++defs.h, compile, depcomp, missing,
52 warn-on-use.h, lib/*.[ch], lib/gnulib.mk. Remove src/mktime.c,
53 lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
54 are subsumed by the lib/*.[ch] rule). Remove m4/getopt.m4 (now
55 subsumed by m4/*.m4 rule). config.guess, config.sub, and
56 doc/man/texinfo.tex are now copied in from gnulib.
57
582011-01-15 Glenn Morris <rgm@gnu.org>
59
60 * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
61
62 * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
63 (bzrmerge-resolve): Also ignore cl-loaddefs.el.
64
652011-01-14 Glenn Morris <rgm@gnu.org>
66
67 * admin.el (set-copyright): Also handle \year in refcards/*.tex.
68
692011-01-14 Glenn Morris <rgm@gnu.org>
70
71 * bzrmerge.el: Require cl when compiling.
72 (bzrmerge-merges): Doc fix.
73
742011-01-07 Paul Eggert <eggert@cs.ucla.edu>
75
76 * notes/copyright: There's only one install-sh, not two, so fix a
77 typo claiming that there's two. Add move-if-change to the list of
78 GPL files imported from gnulib.
79
802011-01-07 Paul Eggert <eggert@cs.ucla.edu>
81
82 * notes/copyright: Report status more accurately for non-GPL files.
83 Report copyright status more accurately for mkinstalldirs,
84 configure, m4/getopt.m4, and msdos/sed*.inp.
85
862011-01-02 Eli Zaretskii <eliz@gnu.org>
87
88 * nt/README.W32: Update the information about PNG support libraries.
89 (Bug#7716)
90
912010-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
92
93 * bzrmerge.el: New file to help merge branches while skipping
94 some revisions (e.g. from emacs-23 to trunk).
95
962010-12-03 Andreas Schwab <schwab@linux-m68k.org>
97
98 * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
99
12010-10-12 Glenn Morris <rgm@gnu.org> 1002010-10-12 Glenn Morris <rgm@gnu.org>
2 101
3 * notes/nextstep: Move here from ../nextstep/DEV-NOTES. 102 * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
@@ -963,11 +1062,9 @@
963 1062
964;; Local Variables: 1063;; Local Variables:
965;; coding: utf-8 1064;; coding: utf-8
966;; add-log-time-zone-rule: t
967;; End: 1065;; End:
968 1066
969 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 1067 Copyright (C) 2001-2011 Free Software Foundation, Inc.
970 2008, 2009, 2010 Free Software Foundation, Inc.
971 1068
972 This file is part of GNU Emacs. 1069 This file is part of GNU Emacs.
973 1070
@@ -983,5 +1080,3 @@
983 1080
984 You should have received a copy of the GNU General Public License 1081 You should have received a copy of the GNU General Public License
985 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1082 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
986
987;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a