diff options
| author | Glenn Morris | 2014-12-24 14:50:50 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-12-24 14:50:50 -0800 |
| commit | 52aebd664eed99ad32f07cafc560e090ce79c16f (patch) | |
| tree | c0629681d0d8c9b8e22d8607cd536b52ebd349a7 | |
| parent | 350b30fa7ec0c374da6b015f4d8e31a62abe9fff (diff) | |
| download | emacs-52aebd664eed99ad32f07cafc560e090ce79c16f.tar.gz emacs-52aebd664eed99ad32f07cafc560e090ce79c16f.zip | |
ChangeLog fixes
| -rw-r--r-- | ChangeLog | 43 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
6 files changed, 40 insertions, 32 deletions
| @@ -1,6 +1,13 @@ | |||
| 1 | 2014-12-23 Stephen Leake <stephen_leake@stephe-leake.org> | 1 | 2014-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 | ||
| 5 | 2014-12-23 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2014-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 | ||
| 13 | 2014-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 | |||
| 32 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> | 20 | 2014-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 | ||
| 46 | 2014-12-14 Glenn Morris <rgm@gnu.org> | 25 | 2014-12-14 Glenn Morris <rgm@gnu.org> |
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d2f7a345566..7081c19c3f0 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org> | ||
| 2 | |||
| 3 | * trouble.texi: Move user-level information from CONTRIBUTE here. | ||
| 4 | |||
| 1 | 2014-12-14 Alan Mackenzie <acm@muc.de> | 5 | 2014-12-14 Alan Mackenzie <acm@muc.de> |
| 2 | 6 | ||
| 3 | * display.texi (Scrolling): fast-but-imprecise-scrolling. | 7 | * display.texi (Scrolling): fast-but-imprecise-scrolling. |
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9b6c0daf210..600cc67c2ff 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * etags.c (analyze_regex): Rename from analyse_regex. | ||
| 4 | |||
| 1 | 2014-12-14 Glenn Morris <rgm@gnu.org> | 5 | 2014-12-14 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * grep-changelog: Remove file. | 7 | * grep-changelog: Remove file. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42b2fc474f9..cfe9ab1349c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org> | ||
| 2 | |||
| 3 | * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE | ||
| 4 | to (info "(emacs)Contributing"). (Bug#19299) | ||
| 5 | |||
| 1 | 2014-12-24 Martin Rudalics <rudalics@gmx.at> | 6 | 2014-12-24 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * window.el (mouse-autoselect-window-position-1): New variable. | 8 | * window.el (mouse-autoselect-window-position-1): New variable. |
| @@ -281,6 +286,13 @@ | |||
| 281 | * vc/vc-bzr.el (vc-bzr-diff): | 286 | * vc/vc-bzr.el (vc-bzr-diff): |
| 282 | * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end. | 287 | * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end. |
| 283 | 288 | ||
| 289 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 290 | |||
| 291 | * emacs-lisp/cconv.el (cconv--analyze-use): | ||
| 292 | Rename from cconv--analyse-use. | ||
| 293 | (cconv--analyze-function): Rename from cconv--analyse-function. | ||
| 294 | (cconv-analyze-form): Rename from cconv-analyse-form. | ||
| 295 | |||
| 284 | 2014-12-13 Andreas Schwab <schwab@linux-m68k.org> | 296 | 2014-12-13 Andreas Schwab <schwab@linux-m68k.org> |
| 285 | 297 | ||
| 286 | * net/shr.el (shr-next-link): Don't error out at eob. | 298 | * net/shr.el (shr-next-link): Don't error out at eob. |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index a43e94c5686..3d6c78ea21c 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -17,6 +17,11 @@ | |||
| 17 | (semantic-analyze-nolongprefix-completion-at-point-function): | 17 | (semantic-analyze-nolongprefix-completion-at-point-function): |
| 18 | Do nothing if the current buffer is not using Semantic (bug#19077). | 18 | Do nothing if the current buffer is not using Semantic (bug#19077). |
| 19 | 19 | ||
| 20 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 21 | |||
| 22 | * semantic/lex-spp.el (semantic-lex-spp-analyzer-do-replace): | ||
| 23 | Rename from semantic-lex-spp-anlyzer-do-replace. | ||
| 24 | |||
| 20 | 2014-12-08 Matt Curtis <matt.r.curtis@gmail.com> (tiny change) | 25 | 2014-12-08 Matt Curtis <matt.r.curtis@gmail.com> (tiny change) |
| 21 | 26 | ||
| 22 | * pulse.el (pulse-momentary-highlight-one-line): Respect the POINT | 27 | * pulse.el (pulse-momentary-highlight-one-line): Respect the POINT |
diff --git a/src/ChangeLog b/src/ChangeLog index b90471e8dea..b5fb3515006 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -202,6 +202,10 @@ | |||
| 202 | Call gnutls_certificate_set_x509_system_trust. Log an error message if | 202 | Call gnutls_certificate_set_x509_system_trust. Log an error message if |
| 203 | it fails. | 203 | it fails. |
| 204 | 204 | ||
| 205 | 2014-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 206 | |||
| 207 | * regex.c (analyze_first): Rename from analyze_first. | ||
| 208 | |||
| 205 | 2014-12-13 Paul Eggert <eggert@cs.ucla.edu> | 209 | 2014-12-13 Paul Eggert <eggert@cs.ucla.edu> |
| 206 | 210 | ||
| 207 | * alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of | 211 | * alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of |