[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r117744: ChangeLog fixes
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r117744: ChangeLog fixes |
Date: |
Tue, 26 Aug 2014 17:55:17 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 117744
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2014-08-26 13:55:07 -0400
message:
ChangeLog fixes
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
msdos/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1535
nt/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1545
src/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1438
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2014-08-26 06:25:59 +0000
+++ b/lisp/ChangeLog 2014-08-26 17:55:07 +0000
@@ -140,12 +140,12 @@
2014-08-13 Eric S. Raymond <address@hidden>
- * vc/vc.git.el (vc-git-resolve-when-done): New function.
+ * vc/vc-git.el (vc-git-resolve-when-done): New function.
Call "git add" when there are no longer conflict markers.
2014-08-13 Rüdiger Sonderfeld <address@hidden>
- * vc/vc.git.el (vc-git-find-file-hook): New function.
+ * vc/vc-git.el (vc-git-find-file-hook): New function.
Adds support for calling smerge (and resolve) on a conflicted file.
(vc-git-conflicted-files): New function.
Useful in itself and a step towards better smerge support.
@@ -281,24 +281,13 @@
2014-08-07 Eli Zaretskii <address@hidden>
- * files.el (auto-mode-alist): Remove support for VMS from a
- pattern.
-
-2014-08-07 Reuben Thomas <address@hidden>
-
- Refer to MS-DOS using the same name everywhere.
-
- * arc-mode.el: Fix a couple of ``MS-DOG''s missed in the previous
- commit.
- * file-mode.el: ditto.
-
-2014-08-07 Reuben Thomas <address@hidden>
-
- Refer to MS-DOS using the same name everywhere.
-
- * arc-mode.el: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
- ``MS-DOS''.
- * frame.el: ditto.
+ * files.el (auto-mode-alist): Remove support for VMS from a pattern.
+
+2014-08-07 Reuben Thomas <address@hidden>
+
+ Refer to MS-DOS using the same name everywhere.
+ * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
+ ``msdog'' become ``MS-DOS''.
2014-08-07 Michael Albinus <address@hidden>
@@ -3958,9 +3947,7 @@
2014-03-23 Daniel Colascione <address@hidden>
Change subword-mode to use `find-word-boundary-function-table' and
- replace `capitalized-words-mode'. Also, convert to lexical
- binding.
-
+ replace `capitalized-words-mode'. Also, convert to lexical binding.
* progmodes/cap-words.el: Delete now-obsolete file.
* progmodes/subword.el: Reimplement using
`find-word-boundary-function-table'.
=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog 2014-08-09 18:48:45 +0000
+++ b/msdos/ChangeLog 2014-08-26 17:55:07 +0000
@@ -4,11 +4,12 @@
2014-08-09 Reuben Thomas <address@hidden>
+ * is_exec.c, sigaction.c: Remove files.
* sed2v2.inp: Remove support for DJGPP 2.01.
* INSTALL: Don't mention removed files msdos/is_exec.c and
sigaction.c, and increase minimum version of DJGPP to 2.02.
* README: Remove note on legal status of removed files
- msdos/is_exec.c and sigaction.c.
+ is_exec.c and sigaction.c.
2014-04-16 Eli Zaretskii <address@hidden>
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog 2014-06-15 17:45:38 +0000
+++ b/nt/ChangeLog 2014-08-26 17:55:07 +0000
@@ -18,8 +18,7 @@
* Makefile.in (DONT_INSTALL): Now empty.
(addsection${EXEEXT}): Remove target.
-
- * addsection.c: File removed.
+ * addsection.c: Remove file.
2014-05-27 Fabrice Popineau <address@hidden>
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2014-08-26 06:25:59 +0000
+++ b/src/ChangeLog 2014-08-26 17:55:07 +0000
@@ -43,7 +43,7 @@
One more minor cleanup of font subsystem.
* font.h (struct font_driver): Convert text_extents to
return void because returned value is never actually used.
- * macfont.c (macfont_text_extents):
+ * macfont.m (macfont_text_extents):
* w32font.c (w32font_text_extents):
* xftfont.c (xftfont_text_extents): Adjust to return void
and assume that 'metrics' argument is always non-NULL.
@@ -206,9 +206,10 @@
2014-08-09 Reuben Thomas <address@hidden>
* alloc.c (Fmemory_info): Remove a stray brace.
+
* process.c: Fix a comment typo.
- * msdos.c:
- * dosfns.c (init_dosfns): Remove support for DJGPP < 2.02.
+
+ * msdos.c, dosfns.c (init_dosfns): Remove support for DJGPP < 2.02.
2014-08-09 Jan Djärv <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r117744: ChangeLog fixes,
Glenn Morris <=