aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog25
1 files changed, 6 insertions, 19 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 12d283e7120..e19c757a950 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -140,12 +140,12 @@
140 140
1412014-08-13 Eric S. Raymond <esr@thyrsus.com> 1412014-08-13 Eric S. Raymond <esr@thyrsus.com>
142 142
143 * vc/vc.git.el (vc-git-resolve-when-done): New function. 143 * vc/vc-git.el (vc-git-resolve-when-done): New function.
144 Call "git add" when there are no longer conflict markers. 144 Call "git add" when there are no longer conflict markers.
145 145
1462014-08-13 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 1462014-08-13 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
147 147
148 * vc/vc.git.el (vc-git-find-file-hook): New function. 148 * vc/vc-git.el (vc-git-find-file-hook): New function.
149 Adds support for calling smerge (and resolve) on a conflicted file. 149 Adds support for calling smerge (and resolve) on a conflicted file.
150 (vc-git-conflicted-files): New function. 150 (vc-git-conflicted-files): New function.
151 Useful in itself and a step towards better smerge support. 151 Useful in itself and a step towards better smerge support.
@@ -281,24 +281,13 @@
281 281
2822014-08-07 Eli Zaretskii <eliz@gnu.org> 2822014-08-07 Eli Zaretskii <eliz@gnu.org>
283 283
284 * files.el (auto-mode-alist): Remove support for VMS from a 284 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
285 pattern.
286 285
2872014-08-07 Reuben Thomas <rrt@sc3d.org> 2862014-08-07 Reuben Thomas <rrt@sc3d.org>
288 287
289 Refer to MS-DOS using the same name everywhere. 288 Refer to MS-DOS using the same name everywhere.
290 289 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
291 * arc-mode.el: Fix a couple of ``MS-DOG''s missed in the previous 290 ``msdog'' become ``MS-DOS''.
292 commit.
293 * file-mode.el: ditto.
294
2952014-08-07 Reuben Thomas <rrt@sc3d.org>
296
297 Refer to MS-DOS using the same name everywhere.
298
299 * arc-mode.el: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
300 ``MS-DOS''.
301 * frame.el: ditto.
302 291
3032014-08-07 Michael Albinus <michael.albinus@gmx.de> 2922014-08-07 Michael Albinus <michael.albinus@gmx.de>
304 293
@@ -3958,9 +3947,7 @@
39582014-03-23 Daniel Colascione <dancol@dancol.org> 39472014-03-23 Daniel Colascione <dancol@dancol.org>
3959 3948
3960 Change subword-mode to use `find-word-boundary-function-table' and 3949 Change subword-mode to use `find-word-boundary-function-table' and
3961 replace `capitalized-words-mode'. Also, convert to lexical 3950 replace `capitalized-words-mode'. Also, convert to lexical binding.
3962 binding.
3963
3964 * progmodes/cap-words.el: Delete now-obsolete file. 3951 * progmodes/cap-words.el: Delete now-obsolete file.
3965 * progmodes/subword.el: Reimplement using 3952 * progmodes/subword.el: Reimplement using
3966 `find-word-boundary-function-table'. 3953 `find-word-boundary-function-table'.