ChangeLog fixes
This commit is contained in:
parent
350b30fa7e
commit
52aebd664e
6 changed files with 39 additions and 31 deletions
41
ChangeLog
41
ChangeLog
|
@ -1,6 +1,13 @@
|
|||
2014-12-23 Stephen Leake <stephen_leake@stephe-leake.org>
|
||||
2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
|
||||
|
||||
* CONTRIBUTE: add Savannah url, cleanup announcing freeze.
|
||||
* 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 <eggert@cs.ucla.edu>
|
||||
|
||||
|
@ -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 <stephen_leake@stephe-leake.org>
|
||||
|
||||
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 <eggert@cs.ucla.edu>
|
||||
|
||||
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 <rgm@gnu.org>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
|
||||
|
||||
* trouble.texi: Move user-level information from CONTRIBUTE here.
|
||||
|
||||
2014-12-14 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* display.texi (Scrolling): fast-but-imprecise-scrolling.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2014-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* etags.c (analyze_regex): Rename from analyse_regex.
|
||||
|
||||
2014-12-14 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* grep-changelog: Remove file.
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
|
||||
|
||||
* startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE
|
||||
to (info "(emacs)Contributing"). (Bug#19299)
|
||||
|
||||
2014-12-24 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* 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 <eggert@cs.ucla.edu>
|
||||
|
||||
* 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 <schwab@linux-m68k.org>
|
||||
|
||||
* net/shr.el (shr-next-link): Don't error out at eob.
|
||||
|
|
|
@ -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 <eggert@cs.ucla.edu>
|
||||
|
||||
* semantic/lex-spp.el (semantic-lex-spp-analyzer-do-replace):
|
||||
Rename from semantic-lex-spp-anlyzer-do-replace.
|
||||
|
||||
2014-12-08 Matt Curtis <matt.r.curtis@gmail.com> (tiny change)
|
||||
|
||||
* pulse.el (pulse-momentary-highlight-one-line): Respect the POINT
|
||||
|
|
|
@ -202,6 +202,10 @@
|
|||
Call gnutls_certificate_set_x509_system_trust. Log an error message if
|
||||
it fails.
|
||||
|
||||
2014-12-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* regex.c (analyze_first): Rename from analyze_first.
|
||||
|
||||
2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of
|
||||
|
|
Loading…
Add table
Reference in a new issue