aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-11-28 22:55:31 -0800
committerPaul Eggert2014-11-28 23:07:16 -0800
commit0cce3623b169732a51f055a86fc926313b11a5ee (patch)
tree17154977d6e77f604ede0b82f89b2aeb6925310a /ChangeLog
parent9875d23d86c0668b1e697b67a394560d66c7826d (diff)
parent6b765b8facbdbb03f28028007885236601652515 (diff)
downloademacs-0cce3623b169732a51f055a86fc926313b11a5ee.tar.gz
emacs-0cce3623b169732a51f055a86fc926313b11a5ee.zip
Merge branch 'emacs-24'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog69
1 files changed, 68 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9eae9e0a511..4ab7aac4bec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
12014-11-29 Paul Eggert <eggert@cs.ucla.edu>
2
3 Add more of the old .bzrignore to .gitignore.
4 Plus a few more .gitignore improvements.
5 * .gitignore: Add copyright notice, since it's big enough.
6 Put exceptions immediately after the patterns they're exceptions
7 to, to make them easier to follow.
8 Give four exceptions for the Makefile pattern.
9 Ignore /confdefs.h, test/indent/*.new, TAGS, GPATH, GSYMS, GRTAGS,
10 GTAGS, ID, *.exe, some nextstep-related files,
11 jisx2131-filter, *.orig, *.rej, etc/emacs.tmpdesktop, *.in-h
12 _* (except for build-aux/snippet/_Noreturn.h), /bin/, /BIN/,
13 /data/, etc/icons/, lib/cxxdefs.h, lib/SYS/, /libexec/, /lock/,
14 /README.W32, /share/, /site-lisp/, src/gdb.ini, /var/.
15 Ignore /configure.lineno, since POSIX requires
16 LINENO only with the User Portability Utilities option.
17 Ignore *cust-load.el and *loaddefs.el only under lisp.
18 Ignore core files of various flavors.
19 Do not ignore etc/refcards/gnus-logo.pdf.
20
212014-11-29 Eli Zaretskii <eliz@gnu.org>
22
23 * .gitignore: Add back src/_gdbinit, which is a temporary file
24 created by the MS-DOS build.
25
262014-11-29 Paul Eggert <eggert@cs.ucla.edu>
27
28 Add a.out to .gitignore.
29 Suggested by Lee Duhem in:
30 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html
31 * .gitignore: Add a.out.
32 Move *.log next to *.tmp, since it's generic.
33 Put *.exe before non-generics.
34
352014-11-29 Eli Zaretskii <eliz@gnu.org>
36
37 * .gitignore: Resurrect Windows-specific ignorables lost in last
38 changes.
39
402014-11-29 Paul Eggert <eggert@cs.ucla.edu>
41
42 * .gitignore: Add /emacs-[1-9]*/, and sort better.
43
442014-11-29 Ivan Andrus <darthandrus@gmail.com>
45
46 * .gitignore: Add some nextstep/mac ignorables.
47
482014-11-29 Paul Eggert <eggert@cs.ucla.edu>
49
50 .gitignore cleanup.
51 * .gitignore: Merge contents of subsidiary files and organize the
52 result so as to avoid duplication. Remove no-longer needed entries.
53 * admin/charsets/.gitignore, admin/unidata/.gitignore:
54 * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore:
55 * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore:
56 * lisp/calc/.gitignore, lisp/calendar/.gitignore:
57 * lisp/cedet/.gitignore, lisp/emulation/.gitignore:
58 * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore:
59 * lisp/international/.gitignore, lisp/language/.gitignore:
60 * lisp/leim/.gitignore, lisp/leim/quail/.gitignore:
61 * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore:
62 * lisp/nxml/.gitignore, lisp/obsolete/.gitignore:
63 * lisp/play/.gitignore, lisp/progmodes/.gitignore:
64 * lisp/term/.gitignore, lisp/textmodes/.gitignore:
65 * lisp/url/.gitignore, nt/.gitignore, src/.gitignore:
66 Remove; no longer needed.
67
12014-11-29 Glenn Morris <rgm@gnu.org> 682014-11-29 Glenn Morris <rgm@gnu.org>
2 69
3 * configure.ac: Simplify gnutls tests. 70 * configure.ac: Simplify gnutls tests.
@@ -112,7 +179,7 @@
112 corresponding commit comments. 179 corresponding commit comments.
113 180
114 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org. 181 (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
115 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.) 182 The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
116 183
117 Committer/author email addresses are generally correct for the 184 Committer/author email addresses are generally correct for the
118 transition day, not necessarily when the commit was originally made. 185 transition day, not necessarily when the commit was originally made.