aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-11-29 13:25:50 -0800
committerGlenn Morris2014-11-29 13:25:50 -0800
commitaa1459ae2a2d578455a3da911732fceaeeb5d23e (patch)
treee7e4ac0188fce4bcdb357937f074e43bc23614cf
parent287740d6ed8135702d34133dbf01c4387bc145dc (diff)
downloademacs-aa1459ae2a2d578455a3da911732fceaeeb5d23e.tar.gz
emacs-aa1459ae2a2d578455a3da911732fceaeeb5d23e.zip
Fix up merged ChangeLog entries (dates, duplication, etc)
-rw-r--r--ChangeLog2
-rw-r--r--admin/ChangeLog8
-rw-r--r--doc/emacs/ChangeLog2
-rw-r--r--lisp/ChangeLog14
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--nt/ChangeLog9
-rw-r--r--src/ChangeLog18
7 files changed, 12 insertions, 45 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ab7aac4bec..498ae90cce6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -73,7 +73,7 @@
73 73
74 * .gitignore: Add entries for emacsvers files. 74 * .gitignore: Add entries for emacsvers files.
75 75
762014-11-17 Paul Eggert <eggert@cs.ucla.edu> 762014-11-27 Paul Eggert <eggert@cs.ucla.edu>
77 77
78 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode. 78 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
79 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes 79 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
diff --git a/admin/ChangeLog b/admin/ChangeLog
index d894f768fcd..70961a727a6 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -13,7 +13,7 @@
13 * gitmerge.el: New file. 13 * gitmerge.el: New file.
14 * notes/git-workflow: Add documentation for using it. 14 * notes/git-workflow: Add documentation for using it.
15 15
162014-11-17 Oscar Fuentes <ofv@wanadoo.es> 162014-11-27 Oscar Fuentes <ofv@wanadoo.es>
17 17
18 * admin/CPP-DEFINES: Mention MINGW_W64. 18 * admin/CPP-DEFINES: Mention MINGW_W64.
19 19
@@ -22,12 +22,6 @@
22 * admin.el (set-version): No more need to update nt/*.rc. 22 * admin.el (set-version): No more need to update nt/*.rc.
23 * authors.el (authors-renamed-files-alist): Add .rc.in files. 23 * authors.el (authors-renamed-files-alist): Add .rc.in files.
24 24
252014-11-16 Glenn Morris <rgm@gnu.org>
26
27 * update_autogen: Auto-detect VCS in use.
28 (vcs): New variable.
29 (status, commit, main): Handle git.
30
312014-11-13 Andreas Schwab <schwab@suse.de> 252014-11-13 Andreas Schwab <schwab@suse.de>
32 26
33 * make-tarball.txt: Make annotated tag and push it out. 27 * make-tarball.txt: Make annotated tag and push it out.
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 956f14b0bdb..bc81e177d85 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -10,7 +10,7 @@
10 * maintaining.texi (Switching Branches): Mention "C-x v r". 10 * maintaining.texi (Switching Branches): Mention "C-x v r".
11 Correct commands for switching branches in various VCSs. 11 Correct commands for switching branches in various VCSs.
12 12
132014-11-16 Tassilo Horn <tsdh@gnu.org> 132014-11-27 Tassilo Horn <tsdh@gnu.org>
14 14
15 * misc.texi (DocView Slicing): Describe how to slice with the 15 * misc.texi (DocView Slicing): Describe how to slice with the
16 mouse. Fix command mentioned by slice by BoundingBox paragraph. 16 mouse. Fix command mentioned by slice by BoundingBox paragraph.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fbd7e2f8eeb..f1ef3f2a232 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,12 +9,6 @@
9 forward to find the end of the subtree and the insertion point 9 forward to find the end of the subtree and the insertion point
10 (bug#19102). 10 (bug#19102).
11 11
122014-11-29 Leonard Randall <leonard.a.randall@gmail.com>
13
14 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
15 for comment lines non-greedy and stopping at newlines to fix stack
16 overflows with large files. [Backport]
17
182014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org> 122014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
19 13
20 * progmodes/python.el (python-shell-completion-setup-code): Use 14 * progmodes/python.el (python-shell-completion-setup-code): Use
@@ -171,19 +165,19 @@
171 165
172 * dom.el (dom-pp): New function. 166 * dom.el (dom-pp): New function.
173 167
1742014-11-17 Eli Zaretskii <eliz@gnu.org> 1682014-11-27 Eli Zaretskii <eliz@gnu.org>
175 169
176 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry): 170 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
177 Don't assume --long is the default for "bzr log", always specify 171 Don't assume --long is the default for "bzr log", always specify
178 it explicitly, in case the user defined an alias for 'log' that 172 it explicitly, in case the user defined an alias for 'log' that
179 uses some other format. 173 uses some other format.
180 174
1812014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org> 1752014-11-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
182 176
183 * progmodes/python.el (python-eldoc--get-doc-at-point): 177 * progmodes/python.el (python-eldoc--get-doc-at-point):
184 Strip shell output before returning. (bug#18794) 178 Strip shell output before returning. (bug#18794)
185 179
1862014-11-16 Dmitry Gutov <dgutov@yandex.ru> 1802014-11-27 Dmitry Gutov <dgutov@yandex.ru>
187 181
188 Fix indentation before `!=' and after `+='. Originally reported 182 Fix indentation before `!=' and after `+='. Originally reported
189 in https://github.com/mooz/js2-mode/issues/174. 183 in https://github.com/mooz/js2-mode/issues/174.
@@ -191,7 +185,7 @@
191 (in)equality operator a separate case. 185 (in)equality operator a separate case.
192 (js--continued-expression-p): Escape the second `+' in the regexp. 186 (js--continued-expression-p): Escape the second `+' in the regexp.
193 187
1942014-11-16 Stefan Monnier <monnier@iro.umontreal.ca> 1882014-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
195 189
196 * window.el (handle-select-window): Deactivate shift-region (bug#19003). 190 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
197 191
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index e2b26684c6d..01754315861 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -28,10 +28,6 @@
28 * message.el (message-valid-fqdn-regexp): Add non-internaional new 28 * message.el (message-valid-fqdn-regexp): Add non-internaional new
29 TLDs. 29 TLDs.
30 30
312014-11-16 Adam Sjøgren <asjo@koldfront.dk>
32
33 * mml2015.el (mml2015-display-key-image): New variable.
34
352014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 312014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
36 32
37 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about 33 * gnus-sum.el (gnus-summary-exit-no-update): Don't query about
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 6f905627523..28f5fd432d4 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,12 +1,7 @@
12014-11-17 Oscar Fuentes <ofv@wanadoo.es> 12014-11-27 Oscar Fuentes <ofv@wanadoo.es>
2 2
3 * inc/ms-w32.h: Define MINGW_W64. 3 * inc/ms-w32.h: Define MINGW_W64.
4 4 * nt/addpm.c, nt/addsection.c, nt/preprep.c: Use it.
5 * nt/addpm.c: Use it.
6
7 * nt/addsection.c: Use it.
8
9 * nt/preprep.c: Use it.
10 5
112014-11-24 Glenn Morris <rgm@gnu.org> 62014-11-24 Glenn Morris <rgm@gnu.org>
12 7
diff --git a/src/ChangeLog b/src/ChangeLog
index 53834edffa8..668c3e809f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -25,24 +25,12 @@
25 for paxctl and setfattr. Fixes temacs startup failure with 25 for paxctl and setfattr. Fixes temacs startup failure with
26 grsecurity/PaX enabled Linux kernel (bug#19067). 26 grsecurity/PaX enabled Linux kernel (bug#19067).
27 27
282014-11-29 Ulf Jasper <ulf.jasper@web.de>
29
30 * nsterm.m (ns_send_appdefined): Check for application defined
31 event on Cocoa (Bug#18993). Backport from trunk.
32
332014-11-27 Oscar Fuentes <ofv@wanadoo.es> 282014-11-27 Oscar Fuentes <ofv@wanadoo.es>
34 29
35 * src/w32.c: Use MINGW_W64 instead of _W64. 30 * src/w32.c, src/w32heap.c, src/w32term.c:
36 31 Use MINGW_W64 instead of _W64.
37 * src/w32heap.c: Likewise.
38
392014-11-17 Oscar Fuentes <ofv@wanadoo.es>
40
41 * src/w32.c: Use MINGW_W64 instead of _W64.
42
43 * src/w32term.c: Likewise.
44 32
452014-11-16 Stefan Monnier <monnier@iro.umontreal.ca> 332014-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
46 34
47 * frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003). 35 * frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).
48 36