Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aa1459ae
Commit
aa1459ae
authored
Nov 29, 2014
by
Glenn Morris
Browse files
Fix up merged ChangeLog entries (dates, duplication, etc)
parent
287740d6
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
45 deletions
+12
-45
ChangeLog
ChangeLog
+1
-1
admin/ChangeLog
admin/ChangeLog
+1
-7
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+1
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-10
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+0
-4
nt/ChangeLog
nt/ChangeLog
+2
-7
src/ChangeLog
src/ChangeLog
+3
-15
No files found.
ChangeLog
View file @
aa1459ae
...
...
@@ -73,7 +73,7 @@
* .gitignore: Add entries for emacsvers files.
2014-11-
1
7 Paul Eggert <eggert@cs.ucla.edu>
2014-11-
2
7 Paul Eggert <eggert@cs.ucla.edu>
Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
* .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
...
...
admin/ChangeLog
View file @
aa1459ae
...
...
@@ -13,7 +13,7 @@
* gitmerge.el: New file.
* notes/git-workflow: Add documentation for using it.
2014-11-
1
7 Oscar Fuentes <ofv@wanadoo.es>
2014-11-
2
7 Oscar Fuentes <ofv@wanadoo.es>
* admin/CPP-DEFINES: Mention MINGW_W64.
...
...
@@ -22,12 +22,6 @@
* admin.el (set-version): No more need to update nt/*.rc.
* authors.el (authors-renamed-files-alist): Add .rc.in files.
2014-11-16 Glenn Morris <rgm@gnu.org>
* update_autogen: Auto-detect VCS in use.
(vcs): New variable.
(status, commit, main): Handle git.
2014-11-13 Andreas Schwab <schwab@suse.de>
* make-tarball.txt: Make annotated tag and push it out.
...
...
doc/emacs/ChangeLog
View file @
aa1459ae
...
...
@@ -10,7 +10,7 @@
* maintaining.texi (Switching Branches): Mention "C-x v r".
Correct commands for switching branches in various VCSs.
2014-11-
16
Tassilo Horn <tsdh@gnu.org>
2014-11-
27
Tassilo Horn <tsdh@gnu.org>
* misc.texi (DocView Slicing): Describe how to slice with the
mouse. Fix command mentioned by slice by BoundingBox paragraph.
...
...
lisp/ChangeLog
View file @
aa1459ae
...
...
@@ -9,12 +9,6 @@
forward to find the end of the subtree and the insertion point
(bug#19102).
2014-11-29 Leonard Randall <leonard.a.randall@gmail.com>
* textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
for comment lines non-greedy and stopping at newlines to fix stack
overflows with large files. [Backport]
2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
* progmodes/python.el (python-shell-completion-setup-code): Use
...
...
@@ -171,19 +165,19 @@
* dom.el (dom-pp): New function.
2014-11-
1
7 Eli Zaretskii <eliz@gnu.org>
2014-11-
2
7 Eli Zaretskii <eliz@gnu.org>
* vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
Don't assume --long is the default for "bzr log", always specify
it explicitly, in case the user defined an alias for 'log' that
uses some other format.
2014-11-
16
Fabián Ezequiel Gallina <fgallina@gnu.org>
2014-11-
27
Fabián Ezequiel Gallina <fgallina@gnu.org>
* progmodes/python.el (python-eldoc--get-doc-at-point):
Strip shell output before returning. (bug#18794)
2014-11-
16
Dmitry Gutov <dgutov@yandex.ru>
2014-11-
27
Dmitry Gutov <dgutov@yandex.ru>
Fix indentation before `!=' and after `+='. Originally reported
in https://github.com/mooz/js2-mode/issues/174.
...
...
@@ -191,7 +185,7 @@
(in)equality operator a separate case.
(js--continued-expression-p): Escape the second `+' in the regexp.
2014-11-
16
Stefan Monnier <monnier@iro.umontreal.ca>
2014-11-
27
Stefan Monnier <monnier@iro.umontreal.ca>
* window.el (handle-select-window): Deactivate shift-region (bug#19003).
...
...
lisp/gnus/ChangeLog
View file @
aa1459ae
...
...
@@ -28,10 +28,6 @@
* message.el (message-valid-fqdn-regexp): Add non-internaional new
TLDs.
2014-11-16 Adam Sjøgren <asjo@koldfront.dk>
* mml2015.el (mml2015-display-key-image): New variable.
2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-sum.el (gnus-summary-exit-no-update): Don't query about
...
...
nt/ChangeLog
View file @
aa1459ae
2014-11-
1
7 Oscar Fuentes <ofv@wanadoo.es>
2014-11-
2
7 Oscar Fuentes <ofv@wanadoo.es>
* inc/ms-w32.h: Define MINGW_W64.
* nt/addpm.c: Use it.
* nt/addsection.c: Use it.
* nt/preprep.c: Use it.
* nt/addpm.c, nt/addsection.c, nt/preprep.c: Use it.
2014-11-24 Glenn Morris <rgm@gnu.org>
...
...
src/ChangeLog
View file @
aa1459ae
...
...
@@ -25,24 +25,12 @@
for paxctl and setfattr. Fixes temacs startup failure with
grsecurity/PaX enabled Linux kernel (bug#19067).
2014-11-29 Ulf Jasper <ulf.jasper@web.de>
* nsterm.m (ns_send_appdefined): Check for application defined
event on Cocoa (Bug#18993). Backport from trunk.
2014-11-27 Oscar Fuentes <ofv@wanadoo.es>
* src/w32.c: Use MINGW_W64 instead of _W64.
* src/w32heap.c: Likewise.
2014-11-17 Oscar Fuentes <ofv@wanadoo.es>
* src/w32.c: Use MINGW_W64 instead of _W64.
* src/w32term.c: Likewise.
* src/w32.c, src/w32heap.c, src/w32term.c:
Use MINGW_W64 instead of _W64.
2014-11-
16
Stefan Monnier <monnier@iro.umontreal.ca>
2014-11-
27
Stefan Monnier <monnier@iro.umontreal.ca>
* frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment