aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-12-24 14:50:50 -0800
committerGlenn Morris2014-12-24 14:50:50 -0800
commit52aebd664eed99ad32f07cafc560e090ce79c16f (patch)
treec0629681d0d8c9b8e22d8607cd536b52ebd349a7 /ChangeLog
parent350b30fa7ec0c374da6b015f4d8e31a62abe9fff (diff)
downloademacs-52aebd664eed99ad32f07cafc560e090ce79c16f.tar.gz
emacs-52aebd664eed99ad32f07cafc560e090ce79c16f.zip
ChangeLog fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog43
1 files changed, 11 insertions, 32 deletions
diff --git a/ChangeLog b/ChangeLog
index d62ccf19799..425984ae234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
12014-12-23 Stephen Leake <stephen_leake@stephe-leake.org> 12014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
2 2
3 * CONTRIBUTE: add Savannah url, cleanup announcing freeze. 3 * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi.
4 Add Savannah url, cleanup announcing freeze.
5 (commit messages): New, gathered from comments on emacs-devel.
6 (Changelog notes): Add reference to GNU coding standards section 5.2;
7 doc 'present tense', bug fix format.
8 (branches): Freeze announcements are made on info-gnu-emacs mailing
9 list.
10 (git vs rename): New.
4 11
52014-12-23 Paul Eggert <eggert@cs.ucla.edu> 122014-12-23 Paul Eggert <eggert@cs.ucla.edu>
6 13
@@ -10,37 +17,9 @@
10 2014-12-16 stdalign: work around Apple GCC 4.0 bug 17 2014-12-16 stdalign: work around Apple GCC 4.0 bug
11 * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib. 18 * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib.
12 19
132014-12-19 Stephen Leake <stephen_leake@stephe-leake.org>
14
15 Move user-level information from CONTRIBUTE to doc/emacs/trouble.texi
16
17 Fixes bug#19299
18
19 * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi
20 (commit messages): new, gathered from comments on emacs-devel
21 (Changelog notes): add reference to GNU coding standards section 5.2;
22 doc 'present tense', bug fix format
23 (branches): freeze announcements are made on info-gnu-emacs mailing
24 list
25 (git vs rename): new
26
27 * doc/emacs/trouble.texi: Move user-level information from CONTRIBUTE here
28
29 * lisp/startup.el (fancy-about-text): change buttons for etc/CONTRIBUTE
30 to (info "(emacs)Contributing")
31
322014-12-14 Paul Eggert <eggert@cs.ucla.edu> 202014-12-14 Paul Eggert <eggert@cs.ucla.edu>
33 21
34 Spelling fixes 22 Spelling fixes. All uses changed.
35 All uses changed.
36 * lib-src/etags.c (analyze_regex): Rename from analyse_regex.
37 * lisp/cedet/semantic/lex-spp.el:
38 (semantic-lex-spp-analyzer-do-replace):
39 Rename from semantic-lex-spp-anlyzer-do-replace.
40 * lisp/emacs-lisp/cconv.el (cconv--analyze-use):
41 Rename from cconv--analyse-use.
42 (cconv--analyze-function): Rename from cconv--analyse-function.
43 (cconv-analyze-form): Rename from cconv-analyse-form.
44 * src/regex.c (analyze_first): Rename from analyze_first. 23 * src/regex.c (analyze_first): Rename from analyze_first.
45 24
462014-12-14 Glenn Morris <rgm@gnu.org> 252014-12-14 Glenn Morris <rgm@gnu.org>