From: Glenn Morris Date: Wed, 24 Dec 2014 22:50:50 +0000 (-0800) Subject: ChangeLog fixes X-Git-Tag: emacs-25.0.90~2634^2~17 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/52aebd664eed99ad32f07cafc560e090ce79c16f ChangeLog fixes --- diff --git a/ChangeLog b/ChangeLog index d62ccf1979..425984ae23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ -2014-12-23 Stephen Leake - - * CONTRIBUTE: add Savannah url, cleanup announcing freeze. +2014-12-24 Stephen Leake + + * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi. + Add Savannah url, cleanup announcing freeze. + (commit messages): New, gathered from comments on emacs-devel. + (Changelog notes): Add reference to GNU coding standards section 5.2; + doc 'present tense', bug fix format. + (branches): Freeze announcements are made on info-gnu-emacs mailing + list. + (git vs rename): New. 2014-12-23 Paul Eggert @@ -10,37 +17,9 @@ 2014-12-16 stdalign: work around Apple GCC 4.0 bug * lib/stdalign.in.h, lib/utimens.c, m4/stdalign.m4: Update from gnulib. -2014-12-19 Stephen Leake - - Move user-level information from CONTRIBUTE to doc/emacs/trouble.texi - - Fixes bug#19299 - - * CONTRIBUTE: Move user-level information to doc/emacs/trouble.texi - (commit messages): new, gathered from comments on emacs-devel - (Changelog notes): add reference to GNU coding standards section 5.2; - doc 'present tense', bug fix format - (branches): freeze announcements are made on info-gnu-emacs mailing - list - (git vs rename): new - - * doc/emacs/trouble.texi: Move user-level information from CONTRIBUTE here - - * lisp/startup.el (fancy-about-text): change buttons for etc/CONTRIBUTE - to (info "(emacs)Contributing") - 2014-12-14 Paul Eggert - Spelling fixes - All uses changed. - * lib-src/etags.c (analyze_regex): Rename from analyse_regex. - * lisp/cedet/semantic/lex-spp.el: - (semantic-lex-spp-analyzer-do-replace): - Rename from semantic-lex-spp-anlyzer-do-replace. - * lisp/emacs-lisp/cconv.el (cconv--analyze-use): - Rename from cconv--analyse-use. - (cconv--analyze-function): Rename from cconv--analyse-function. - (cconv-analyze-form): Rename from cconv-analyse-form. + Spelling fixes. All uses changed. * src/regex.c (analyze_first): Rename from analyze_first. 2014-12-14 Glenn Morris diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d2f7a34556..7081c19c3f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2014-12-24 Stephen Leake + + * trouble.texi: Move user-level information from CONTRIBUTE here. + 2014-12-14 Alan Mackenzie * display.texi (Scrolling): fast-but-imprecise-scrolling. diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9b6c0daf21..600cc67c2f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2014-12-14 Paul Eggert + + * etags.c (analyze_regex): Rename from analyse_regex. + 2014-12-14 Glenn Morris * grep-changelog: Remove file. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42b2fc474f..cfe9ab1349 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-12-24 Stephen Leake + + * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE + to (info "(emacs)Contributing"). (Bug#19299) + 2014-12-24 Martin Rudalics * window.el (mouse-autoselect-window-position-1): New variable. @@ -281,6 +286,13 @@ * vc/vc-bzr.el (vc-bzr-diff): * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end. +2014-12-14 Paul Eggert + + * emacs-lisp/cconv.el (cconv--analyze-use): + Rename from cconv--analyse-use. + (cconv--analyze-function): Rename from cconv--analyse-function. + (cconv-analyze-form): Rename from cconv-analyse-form. + 2014-12-13 Andreas Schwab * net/shr.el (shr-next-link): Don't error out at eob. diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index a43e94c568..3d6c78ea21 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -17,6 +17,11 @@ (semantic-analyze-nolongprefix-completion-at-point-function): Do nothing if the current buffer is not using Semantic (bug#19077). +2014-12-14 Paul Eggert + + * semantic/lex-spp.el (semantic-lex-spp-analyzer-do-replace): + Rename from semantic-lex-spp-anlyzer-do-replace. + 2014-12-08 Matt Curtis (tiny change) * pulse.el (pulse-momentary-highlight-one-line): Respect the POINT diff --git a/src/ChangeLog b/src/ChangeLog index b90471e8de..b5fb351500 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -202,6 +202,10 @@ Call gnutls_certificate_set_x509_system_trust. Log an error message if it fails. +2014-12-14 Paul Eggert + + * regex.c (analyze_first): Rename from analyze_first. + 2014-12-13 Paul Eggert * alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of