diff options
| -rw-r--r-- | lisp/ChangeLog | 25 | ||||
| -rw-r--r-- | msdos/ChangeLog | 3 | ||||
| -rw-r--r-- | nt/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
4 files changed, 13 insertions, 25 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 | ||
| 141 | 2014-08-13 Eric S. Raymond <esr@thyrsus.com> | 141 | 2014-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 | ||
| 146 | 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 146 | 2014-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 | ||
| 282 | 2014-08-07 Eli Zaretskii <eliz@gnu.org> | 282 | 2014-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 | ||
| 287 | 2014-08-07 Reuben Thomas <rrt@sc3d.org> | 286 | 2014-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 | |||
| 295 | 2014-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 | ||
| 303 | 2014-08-07 Michael Albinus <michael.albinus@gmx.de> | 292 | 2014-08-07 Michael Albinus <michael.albinus@gmx.de> |
| 304 | 293 | ||
| @@ -3958,9 +3947,7 @@ | |||
| 3958 | 2014-03-23 Daniel Colascione <dancol@dancol.org> | 3947 | 2014-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'. |
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 9a84c907cf5..150ef22c444 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -4,11 +4,12 @@ | |||
| 4 | 4 | ||
| 5 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> | 5 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> |
| 6 | 6 | ||
| 7 | * is_exec.c, sigaction.c: Remove files. | ||
| 7 | * sed2v2.inp: Remove support for DJGPP 2.01. | 8 | * sed2v2.inp: Remove support for DJGPP 2.01. |
| 8 | * INSTALL: Don't mention removed files msdos/is_exec.c and | 9 | * INSTALL: Don't mention removed files msdos/is_exec.c and |
| 9 | sigaction.c, and increase minimum version of DJGPP to 2.02. | 10 | sigaction.c, and increase minimum version of DJGPP to 2.02. |
| 10 | * README: Remove note on legal status of removed files | 11 | * README: Remove note on legal status of removed files |
| 11 | msdos/is_exec.c and sigaction.c. | 12 | is_exec.c and sigaction.c. |
| 12 | 13 | ||
| 13 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> | 14 | 2014-04-16 Eli Zaretskii <eliz@gnu.org> |
| 14 | 15 | ||
diff --git a/nt/ChangeLog b/nt/ChangeLog index 9c7328e9175..3eb3ea1b34e 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -18,8 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | * Makefile.in (DONT_INSTALL): Now empty. | 19 | * Makefile.in (DONT_INSTALL): Now empty. |
| 20 | (addsection${EXEEXT}): Remove target. | 20 | (addsection${EXEEXT}): Remove target. |
| 21 | 21 | * addsection.c: Remove file. | |
| 22 | * addsection.c: File removed. | ||
| 23 | 22 | ||
| 24 | 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com> | 23 | 2014-05-27 Fabrice Popineau <fabrice.popineau@gmail.com> |
| 25 | 24 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index f618ba02448..44b0bcf0b78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | One more minor cleanup of font subsystem. | 43 | One more minor cleanup of font subsystem. |
| 44 | * font.h (struct font_driver): Convert text_extents to | 44 | * font.h (struct font_driver): Convert text_extents to |
| 45 | return void because returned value is never actually used. | 45 | return void because returned value is never actually used. |
| 46 | * macfont.c (macfont_text_extents): | 46 | * macfont.m (macfont_text_extents): |
| 47 | * w32font.c (w32font_text_extents): | 47 | * w32font.c (w32font_text_extents): |
| 48 | * xftfont.c (xftfont_text_extents): Adjust to return void | 48 | * xftfont.c (xftfont_text_extents): Adjust to return void |
| 49 | and assume that 'metrics' argument is always non-NULL. | 49 | and assume that 'metrics' argument is always non-NULL. |
| @@ -206,9 +206,10 @@ | |||
| 206 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> | 206 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> |
| 207 | 207 | ||
| 208 | * alloc.c (Fmemory_info): Remove a stray brace. | 208 | * alloc.c (Fmemory_info): Remove a stray brace. |
| 209 | |||
| 209 | * process.c: Fix a comment typo. | 210 | * process.c: Fix a comment typo. |
| 210 | * msdos.c: | 211 | |
| 211 | * dosfns.c (init_dosfns): Remove support for DJGPP < 2.02. | 212 | * msdos.c, dosfns.c (init_dosfns): Remove support for DJGPP < 2.02. |
| 212 | 213 | ||
| 213 | 2014-08-09 Jan Djärv <jan.h.d@swipnet.se> | 214 | 2014-08-09 Jan Djärv <jan.h.d@swipnet.se> |
| 214 | 215 | ||