diff options
| author | Paul Eggert | 2015-04-18 19:45:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-18 19:48:24 -0700 |
| commit | 870287327b1fba7105599eeabac5a2aa5ebadf19 (patch) | |
| tree | c8bf443514a53a0f24e64447407a979c3628d196 | |
| parent | f2da220b5fde8575812784f6a9e5f7df9560e838 (diff) | |
| download | emacs-870287327b1fba7105599eeabac5a2aa5ebadf19.tar.gz emacs-870287327b1fba7105599eeabac5a2aa5ebadf19.zip | |
; Convert ChangeLog history files to "Bug#NNNN"
| -rw-r--r-- | ChangeLog.1 | 8 | ||||
| -rw-r--r-- | ChangeLog.2 | 49 | ||||
| -rw-r--r-- | lisp/ChangeLog.17 | 4 | ||||
| -rw-r--r-- | src/ChangeLog.13 | 12 | ||||
| -rw-r--r-- | test/ChangeLog.1 | 2 |
5 files changed, 37 insertions, 38 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1 index 6e2b4fc19d8..d1b8d0ffb98 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD, | 55 | (HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD, |
| 56 | by also checking for pthread_create, pthread_self, pthread_sigmask. | 56 | by also checking for pthread_create, pthread_self, pthread_sigmask. |
| 57 | Tighten the test for pthread_atfork while we're at it. | 57 | Tighten the test for pthread_atfork while we're at it. |
| 58 | Fixes: bug#20136 | 58 | (Bug#20136) |
| 59 | 59 | ||
| 60 | Merge from gnulib | 60 | Merge from gnulib |
| 61 | This incorporates: | 61 | This incorporates: |
| @@ -76,7 +76,7 @@ | |||
| 76 | Don't require GNU putenv | 76 | Don't require GNU putenv |
| 77 | * configure.ac: Use system putenv even if it lacks GNU features, as | 77 | * configure.ac: Use system putenv even if it lacks GNU features, as |
| 78 | we don't need them. This works around a bug in FreeBSD 10.1 getenv. | 78 | we don't need them. This works around a bug in FreeBSD 10.1 getenv. |
| 79 | Fixes: bug#19874 | 79 | (Bug#19874) |
| 80 | 80 | ||
| 81 | 2015-02-25 Paul Eggert <eggert@cs.ucla.edu> | 81 | 2015-02-25 Paul Eggert <eggert@cs.ucla.edu> |
| 82 | 82 | ||
| @@ -170,7 +170,7 @@ | |||
| 170 | If gnustep-config works, use 'gnustep-config --objc-flags' and | 170 | If gnustep-config works, use 'gnustep-config --objc-flags' and |
| 171 | 'gnustep-config --gui-libs' to compute GNUstep configuration | 171 | 'gnustep-config --gui-libs' to compute GNUstep configuration |
| 172 | variables, instead of attempting to infer them individually. | 172 | variables, instead of attempting to infer them individually. |
| 173 | Fixes: bug#19507 | 173 | (Bug#19507) |
| 174 | 174 | ||
| 175 | 2015-01-21 Ulrich Müller <ulm@gentoo.org> | 175 | 2015-01-21 Ulrich Müller <ulm@gentoo.org> |
| 176 | 176 | ||
| @@ -198,7 +198,7 @@ | |||
| 198 | * INSTALL: Document this. | 198 | * INSTALL: Document this. |
| 199 | * configure.ac: Add AM_SILENT_RULES([yes]). | 199 | * configure.ac: Add AM_SILENT_RULES([yes]). |
| 200 | (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization. | 200 | (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization. |
| 201 | Fixes: bug#19501 | 201 | (Bug#19501) |
| 202 | 202 | ||
| 203 | 2015-01-06 Paul Eggert <eggert@cs.ucla.edu> | 203 | 2015-01-06 Paul Eggert <eggert@cs.ucla.edu> |
| 204 | 204 | ||
diff --git a/ChangeLog.2 b/ChangeLog.2 index 2ecf2b58c2f..044f888f6c0 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | Pre-4.6 GCC succeeds with unknown option | 17 | Pre-4.6 GCC succeeds with unknown option |
| 18 | * configure.ac (emacs_cv_prog_cc_nopie): Port to pre-4.6 GCC. | 18 | * configure.ac (emacs_cv_prog_cc_nopie): Port to pre-4.6 GCC. |
| 19 | Fixes: bug#20338 | 19 | (Bug#20338) |
| 20 | 20 | ||
| 21 | 2015-04-15 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2015-04-15 Paul Eggert <eggert@cs.ucla.edu> |
| 22 | 22 | ||
| @@ -46,7 +46,7 @@ | |||
| 46 | both jpeglib.h and jerror.h features. Remove special case for | 46 | both jpeglib.h and jerror.h features. Remove special case for |
| 47 | mingw32, which should no longer be needed (and if it were needed, | 47 | mingw32, which should no longer be needed (and if it were needed, |
| 48 | should now be addressable by hotwiring emacs_cv_jpeglib). | 48 | should now be addressable by hotwiring emacs_cv_jpeglib). |
| 49 | Fixes: bug#20332 | 49 | (Bug#20332) |
| 50 | 50 | ||
| 51 | 2015-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | 51 | 2015-04-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 52 | 52 | ||
| @@ -100,7 +100,7 @@ | |||
| 100 | 2015-04-15 Stefan Monnier <monnier@iro.umontreal.ca> | 100 | 2015-04-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 101 | 101 | ||
| 102 | * src/lread.c (intern_1): Make sure we'd find the symbol we add | 102 | * src/lread.c (intern_1): Make sure we'd find the symbol we add |
| 103 | Fixes: debbugs:20334 | 103 | (Bug#20334) |
| 104 | * src/xfaces.c (resolve_face_name): Don't use `intern' with Lisp_Strings. | 104 | * src/xfaces.c (resolve_face_name): Don't use `intern' with Lisp_Strings. |
| 105 | 105 | ||
| 106 | 2015-04-15 Glenn Morris <rgm@gnu.org> | 106 | 2015-04-15 Glenn Morris <rgm@gnu.org> |
| @@ -169,7 +169,7 @@ | |||
| 169 | Describe problems with cursor caused by Windows Magnifier | 169 | Describe problems with cursor caused by Windows Magnifier |
| 170 | * etc/PROBLEMS: Describe the problem with cursor shape on | 170 | * etc/PROBLEMS: Describe the problem with cursor shape on |
| 171 | MS-Windows due to Windows Magnifier. | 171 | MS-Windows due to Windows Magnifier. |
| 172 | Fixes: Bug#20271 | 172 | (Bug#20271) |
| 173 | 173 | ||
| 174 | Make [:print:] support non-ASCII characters correctly | 174 | Make [:print:] support non-ASCII characters correctly |
| 175 | * src/regex.c (ISPRINT): Call 'printablep' for multibyte characters. | 175 | * src/regex.c (ISPRINT): Call 'printablep' for multibyte characters. |
| @@ -254,7 +254,7 @@ | |||
| 254 | 2015-04-13 Dmitry Gutov <dgutov@yandex.ru> | 254 | 2015-04-13 Dmitry Gutov <dgutov@yandex.ru> |
| 255 | 255 | ||
| 256 | Change diff-switches default to `-u' | 256 | Change diff-switches default to `-u' |
| 257 | Fixes: debbugs:20290 | 257 | (Bug#20290) |
| 258 | * doc/emacs/files.texi (Comparing Files): Document the new default | 258 | * doc/emacs/files.texi (Comparing Files): Document the new default |
| 259 | value of `diff-switches'. | 259 | value of `diff-switches'. |
| 260 | * doc/emacs/trouble.texi (Sending Patches): Document the preference | 260 | * doc/emacs/trouble.texi (Sending Patches): Document the preference |
| @@ -276,7 +276,7 @@ | |||
| 276 | 2015-04-13 Stefan Monnier <monnier@iro.umontreal.ca> | 276 | 2015-04-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 277 | 277 | ||
| 278 | * lisp/loadup.el ("cus-start"): Load it after loaddefs.el | 278 | * lisp/loadup.el ("cus-start"): Load it after loaddefs.el |
| 279 | Fixes: debbugs:20321 | 279 | (Bug#20321) |
| 280 | * lisp/cus-start.el (read-buffer-function): Don't advertize | 280 | * lisp/cus-start.el (read-buffer-function): Don't advertize |
| 281 | iswitchb-read-buffer any more. | 281 | iswitchb-read-buffer any more. |
| 282 | (iswitchb): Don't tweak this obsolete group any more. | 282 | (iswitchb): Don't tweak this obsolete group any more. |
| @@ -432,7 +432,7 @@ | |||
| 432 | Use completion-separator-chars rather than local key binding. | 432 | Use completion-separator-chars rather than local key binding. |
| 433 | 433 | ||
| 434 | * src/*.c: Set deactivate_mark buffer-locally | 434 | * src/*.c: Set deactivate_mark buffer-locally |
| 435 | Fixes: debbugs:20260 | 435 | (Bug#20260) |
| 436 | * src/insdel.c (prepare_to_modify_buffer_1): | 436 | * src/insdel.c (prepare_to_modify_buffer_1): |
| 437 | * src/fileio.c (Finsert_file_contents): Set deactivate_mark | 437 | * src/fileio.c (Finsert_file_contents): Set deactivate_mark |
| 438 | buffer-locally. | 438 | buffer-locally. |
| @@ -440,7 +440,7 @@ | |||
| 440 | 2015-04-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | 440 | 2015-04-12 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 441 | 441 | ||
| 442 | python.el: Keep symmetry on sexp navigation with parens | 442 | python.el: Keep symmetry on sexp navigation with parens |
| 443 | Fixes: debbugs:19954 | 443 | (Bug#19954) |
| 444 | * lisp/progmodes/python.el | 444 | * lisp/progmodes/python.el |
| 445 | (python-nav--forward-sexp): Add argument skip-parens-p. | 445 | (python-nav--forward-sexp): Add argument skip-parens-p. |
| 446 | (python-nav-forward-sexp, python-nav-backward-sexp) | 446 | (python-nav-forward-sexp, python-nav-backward-sexp) |
| @@ -466,7 +466,7 @@ | |||
| 466 | * configure.ac (MAIL_USE_MMDF): Remove. | 466 | * configure.ac (MAIL_USE_MMDF): Remove. |
| 467 | * etc/NEWS: Document this. | 467 | * etc/NEWS: Document this. |
| 468 | * lib-src/movemail.c: Assume MAIL_USE_MMDF is not defined. | 468 | * lib-src/movemail.c: Assume MAIL_USE_MMDF is not defined. |
| 469 | Fixes: bug#20308 | 469 | (Bug#20308) |
| 470 | 470 | ||
| 471 | * doc/man/ChangeLog.01: Rename from doc/man/ChangeLog.1. | 471 | * doc/man/ChangeLog.01: Rename from doc/man/ChangeLog.1. |
| 472 | That way, 'make install' won't think it's a man page. | 472 | That way, 'make install' won't think it's a man page. |
| @@ -675,7 +675,7 @@ | |||
| 675 | * src/gnutls.c (syms_of_gnutls) <libgnutls-version>: New DEFSYM. | 675 | * src/gnutls.c (syms_of_gnutls) <libgnutls-version>: New DEFSYM. |
| 676 | * lisp/term/w32-win.el (dynamic-library-alist): Determine which | 676 | * lisp/term/w32-win.el (dynamic-library-alist): Determine which |
| 677 | GnuTLS DLL to load according to value of libgnutls-version. | 677 | GnuTLS DLL to load according to value of libgnutls-version. |
| 678 | Fixes: bug#20294 | 678 | (Bug#20294) |
| 679 | 679 | ||
| 680 | 2015-04-11 Paul Eggert <eggert@cs.ucla.edu> | 680 | 2015-04-11 Paul Eggert <eggert@cs.ucla.edu> |
| 681 | 681 | ||
| @@ -863,7 +863,7 @@ | |||
| 863 | 2015-04-09 Simen Heggestøyl <simenheg@gmail.com> | 863 | 2015-04-09 Simen Heggestøyl <simenheg@gmail.com> |
| 864 | 864 | ||
| 865 | css-mode.el: Add "not" pseudo-class | 865 | css-mode.el: Add "not" pseudo-class |
| 866 | Fixes: debbugs:20267 | 866 | (Bug#20267) |
| 867 | * lisp/textmodes/css-mode.el (css-pseudo-class-ids): Add "not" to | 867 | * lisp/textmodes/css-mode.el (css-pseudo-class-ids): Add "not" to |
| 868 | list of CSS pseudo-classes. | 868 | list of CSS pseudo-classes. |
| 869 | 869 | ||
| @@ -904,12 +904,12 @@ | |||
| 904 | 2015-04-09 Boruch Baum <boruch_baum@gmx.com> (tiny change) | 904 | 2015-04-09 Boruch Baum <boruch_baum@gmx.com> (tiny change) |
| 905 | 905 | ||
| 906 | * lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop. | 906 | * lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop. |
| 907 | Fixes: debbugs:20212 | 907 | (Bug#20212) |
| 908 | 908 | ||
| 909 | 2015-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | 909 | 2015-04-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 910 | 910 | ||
| 911 | Stop messing with the EMACS env var | 911 | Stop messing with the EMACS env var |
| 912 | Fixes: debbugs:20202 | 912 | (Bug#20202) |
| 913 | * lisp/net/tramp-sh.el (tramp-remote-process-environment): | 913 | * lisp/net/tramp-sh.el (tramp-remote-process-environment): |
| 914 | * lisp/comint.el (comint-exec-1): | 914 | * lisp/comint.el (comint-exec-1): |
| 915 | * lisp/term.el (term-exec-1): Don't set EMACS envvar. | 915 | * lisp/term.el (term-exec-1): Don't set EMACS envvar. |
| @@ -917,14 +917,14 @@ | |||
| 917 | INSIDE_EMACS's format in line with other users. | 917 | INSIDE_EMACS's format in line with other users. |
| 918 | 918 | ||
| 919 | css-mode.el (css-smie-rules): Fix indentation after complex selectors | 919 | css-mode.el (css-smie-rules): Fix indentation after complex selectors |
| 920 | Fixes: debbugs:20282 | 920 | (Bug#20282) |
| 921 | * lisp/textmodes/css-mode.el (css-smie-rules): Don't get confused by | 921 | * lisp/textmodes/css-mode.el (css-smie-rules): Don't get confused by |
| 922 | inner structure of selectors. | 922 | inner structure of selectors. |
| 923 | 923 | ||
| 924 | 2015-04-08 Fabián Ezequiel Gallina <fgallina@gnu.org> | 924 | 2015-04-08 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 925 | 925 | ||
| 926 | python.el: Indent docstring lines to base-indent | 926 | python.el: Indent docstring lines to base-indent |
| 927 | Fixes: debbugs:19595 | 927 | (Bug#19595) |
| 928 | Thanks to immerrr <immerrr@gmail.com> for reporting and providing | 928 | Thanks to immerrr <immerrr@gmail.com> for reporting and providing |
| 929 | an initial patch. | 929 | an initial patch. |
| 930 | * lisp/progmodes/python.el | 930 | * lisp/progmodes/python.el |
| @@ -935,7 +935,7 @@ | |||
| 935 | (python-indent-inside-string-2): Fix tests. | 935 | (python-indent-inside-string-2): Fix tests. |
| 936 | 936 | ||
| 937 | python.el: Increase native completion robustness | 937 | python.el: Increase native completion robustness |
| 938 | Fixes: debbugs:19755 | 938 | (Bug#19755) |
| 939 | Thanks to Carlos Pita <carlosjosepita@gmail.com> for reporting | 939 | Thanks to Carlos Pita <carlosjosepita@gmail.com> for reporting |
| 940 | this and providing useful ideas. | 940 | this and providing useful ideas. |
| 941 | * lisp/progmodes/python.el | 941 | * lisp/progmodes/python.el |
| @@ -952,7 +952,7 @@ | |||
| 952 | 2015-04-08 Samer Masterson <samer@samertm.com> | 952 | 2015-04-08 Samer Masterson <samer@samertm.com> |
| 953 | 953 | ||
| 954 | * lisp/eshell: Make backslash a no-op in front of normal chars | 954 | * lisp/eshell: Make backslash a no-op in front of normal chars |
| 955 | Fixes: debbugs:8531 | 955 | (Bug#8531) |
| 956 | * lisp/eshell/esh-arg.el (eshell-parse-argument-hook): Update comment. | 956 | * lisp/eshell/esh-arg.el (eshell-parse-argument-hook): Update comment. |
| 957 | (eshell-parse-backslash): Return escaped character after backslash | 957 | (eshell-parse-backslash): Return escaped character after backslash |
| 958 | if it is special. Otherwise, if the backslash is not in a quoted | 958 | if it is special. Otherwise, if the backslash is not in a quoted |
| @@ -969,7 +969,7 @@ | |||
| 969 | 969 | ||
| 970 | * lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB | 970 | * lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB |
| 971 | after the file name. | 971 | after the file name. |
| 972 | Fixes: debbugs:20276 | 972 | (Bug#20276) |
| 973 | 973 | ||
| 974 | 2015-04-08 Paul Eggert <eggert@cs.ucla.edu> | 974 | 2015-04-08 Paul Eggert <eggert@cs.ucla.edu> |
| 975 | 975 | ||
| @@ -1006,7 +1006,7 @@ | |||
| 1006 | 2015-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1006 | 2015-04-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1007 | 1007 | ||
| 1008 | (eieio-copy-parents-into-subclass): Fix inheritance of initargs | 1008 | (eieio-copy-parents-into-subclass): Fix inheritance of initargs |
| 1009 | Fixes: debbugs:20270 | 1009 | (Bug#20270) |
| 1010 | * lisp/emacs-lisp/eieio-core.el (eieio-copy-parents-into-subclass): | 1010 | * lisp/emacs-lisp/eieio-core.el (eieio-copy-parents-into-subclass): |
| 1011 | Fix inheritance of initargs. | 1011 | Fix inheritance of initargs. |
| 1012 | 1012 | ||
| @@ -1023,7 +1023,7 @@ | |||
| 1023 | 2015-04-08 Eli Zaretskii <eliz@gnu.org> | 1023 | 2015-04-08 Eli Zaretskii <eliz@gnu.org> |
| 1024 | 1024 | ||
| 1025 | * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800 | 1025 | * src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800 |
| 1026 | Fixes: bug#17517 | 1026 | (Bug#17517) |
| 1027 | 1027 | ||
| 1028 | 2015-04-08 Michael Albinus <michael.albinus@gmx.de> | 1028 | 2015-04-08 Michael Albinus <michael.albinus@gmx.de> |
| 1029 | 1029 | ||
| @@ -1043,7 +1043,7 @@ | |||
| 1043 | 2015-04-07 Dmitry Gutov <dgutov@yandex.ru> | 1043 | 2015-04-07 Dmitry Gutov <dgutov@yandex.ru> |
| 1044 | 1044 | ||
| 1045 | ffap: Support environment variable expansion in file names | 1045 | ffap: Support environment variable expansion in file names |
| 1046 | Fixes: debbugs:19839 | 1046 | (Bug#19839) |
| 1047 | * lisp/ffap.el (ffap-string-at-point-mode-alist): Support | 1047 | * lisp/ffap.el (ffap-string-at-point-mode-alist): Support |
| 1048 | environment variable expansion in file names. | 1048 | environment variable expansion in file names. |
| 1049 | 1049 | ||
| @@ -1053,7 +1053,7 @@ | |||
| 1053 | 1053 | ||
| 1054 | 2015-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1054 | 2015-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1055 | 1055 | ||
| 1056 | Fixes: debbugs:20257 | 1056 | (Bug#20257) |
| 1057 | * lisp/files.el (set-visited-file-name): Clear auto-save if nil. | 1057 | * lisp/files.el (set-visited-file-name): Clear auto-save if nil. |
| 1058 | 1058 | ||
| 1059 | 2015-04-07 Ivan Shmakov <ivan@siamics.net> | 1059 | 2015-04-07 Ivan Shmakov <ivan@siamics.net> |
| @@ -1069,7 +1069,7 @@ | |||
| 1069 | Add doc strings for some Isearch state vars | 1069 | Add doc strings for some Isearch state vars |
| 1070 | * lisp/misearch.el (multi-isearch-buffer-list) | 1070 | * lisp/misearch.el (multi-isearch-buffer-list) |
| 1071 | (multi-isearch-file-list): Add doc strings. | 1071 | (multi-isearch-file-list): Add doc strings. |
| 1072 | Fixes: bug#20232 | 1072 | (Bug#20232) |
| 1073 | 1073 | ||
| 1074 | 2015-04-07 Alan Mackenzie <acm@muc.de> | 1074 | 2015-04-07 Alan Mackenzie <acm@muc.de> |
| 1075 | 1075 | ||
| @@ -1110,7 +1110,7 @@ | |||
| 1110 | .git directory. Distribute the new ChangeLog history files | 1110 | .git directory. Distribute the new ChangeLog history files |
| 1111 | instead of scattered ChangeLog files. Distribute the new files | 1111 | instead of scattered ChangeLog files. Distribute the new files |
| 1112 | gitlog-to-changelog and gitlog-to-emacslog. | 1112 | gitlog-to-changelog and gitlog-to-emacslog. |
| 1113 | Fixes: bug#19113 | 1113 | (Bug#19113) |
| 1114 | 1114 | ||
| 1115 | Rename ChangeLogs for gitlog-to-changelog | 1115 | Rename ChangeLogs for gitlog-to-changelog |
| 1116 | This patch was implemented via the following shell commands: | 1116 | This patch was implemented via the following shell commands: |
| @@ -1146,4 +1146,3 @@ See ChangeLog.1 for earlier changes. | |||
| 1146 | ;; Local Variables: | 1146 | ;; Local Variables: |
| 1147 | ;; coding: utf-8 | 1147 | ;; coding: utf-8 |
| 1148 | ;; End: | 1148 | ;; End: |
| 1149 | |||
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 8984f48882a..a40f8f3d67a 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -502,7 +502,7 @@ | |||
| 502 | 502 | ||
| 503 | 2015-03-20 Alan Mackenzie <acm@muc.de> | 503 | 2015-03-20 Alan Mackenzie <acm@muc.de> |
| 504 | 504 | ||
| 505 | Fix debbugs#20146 | 505 | Fix Bug#20146 |
| 506 | 506 | ||
| 507 | * font-lock.el (font-lock-extend-jit-lock-region-after-change): | 507 | * font-lock.el (font-lock-extend-jit-lock-region-after-change): |
| 508 | Return the calculated values, as per spec. | 508 | Return the calculated values, as per spec. |
| @@ -693,7 +693,7 @@ | |||
| 693 | 693 | ||
| 694 | 2015-03-16 Alan Mackenzie <acm@muc.de> | 694 | 2015-03-16 Alan Mackenzie <acm@muc.de> |
| 695 | 695 | ||
| 696 | Edebug: Allow "S" to work during trace mode. Fixes debbugs #20074. | 696 | Edebug: Allow "S" to work during trace mode. Fixes Bug#20074. |
| 697 | Also display the overlay arrow in go and go-nonstop modes. | 697 | Also display the overlay arrow in go and go-nonstop modes. |
| 698 | 698 | ||
| 699 | * emacs-lisp/edebug.el (edebug--display-1): Move the | 699 | * emacs-lisp/edebug.el (edebug--display-1): Move the |
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index 33d0b9b9521..328f7982e6b 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -124,7 +124,7 @@ | |||
| 124 | Fix minor ldexp issues | 124 | Fix minor ldexp issues |
| 125 | * floatfns.c (Fldexp): Require 2 args. Avoid undefined behavior | 125 | * floatfns.c (Fldexp): Require 2 args. Avoid undefined behavior |
| 126 | if the exponent is out of 'int' range. Improve documentation. | 126 | if the exponent is out of 'int' range. Improve documentation. |
| 127 | Fixes: bug#20185 | 127 | (Bug#20185) |
| 128 | 128 | ||
| 129 | 2015-03-24 Daniel Colascione <dancol@dancol.org> | 129 | 2015-03-24 Daniel Colascione <dancol@dancol.org> |
| 130 | 130 | ||
| @@ -215,7 +215,7 @@ | |||
| 215 | 215 | ||
| 216 | Work around x86 glibc backtrace bug | 216 | Work around x86 glibc backtrace bug |
| 217 | * sysdep.c (emacs_backtrace): Don't dump core on x86. | 217 | * sysdep.c (emacs_backtrace): Don't dump core on x86. |
| 218 | Fixes: bug#19959 | 218 | (Bug#19959) |
| 219 | 219 | ||
| 220 | 2015-03-05 Eli Zaretskii <eliz@gnu.org> | 220 | 2015-03-05 Eli Zaretskii <eliz@gnu.org> |
| 221 | 221 | ||
| @@ -1079,7 +1079,7 @@ | |||
| 1079 | to unused args. | 1079 | to unused args. |
| 1080 | * lisp.h (CALLMANY, CALLN): New macros. | 1080 | * lisp.h (CALLMANY, CALLN): New macros. |
| 1081 | * sound.c (Fplay_sound_internal): Coalesce duplicate code. | 1081 | * sound.c (Fplay_sound_internal): Coalesce duplicate code. |
| 1082 | Fixes: bug#19634 | 1082 | (Bug#19634) |
| 1083 | 1083 | ||
| 1084 | Use gnustep-config if available | 1084 | Use gnustep-config if available |
| 1085 | * emacs.c [NS_IMPL_GNUSTEP]: Don't include <GNUstepBase/GSConfig.h>. | 1085 | * emacs.c [NS_IMPL_GNUSTEP]: Don't include <GNUstepBase/GSConfig.h>. |
| @@ -1103,7 +1103,7 @@ | |||
| 1103 | 1103 | ||
| 1104 | Don't downcase system diagnostics' first letters | 1104 | Don't downcase system diagnostics' first letters |
| 1105 | * fileio.c (report_file_errno): Don't downcase, and simplify. | 1105 | * fileio.c (report_file_errno): Don't downcase, and simplify. |
| 1106 | Fixes: bug#19642 | 1106 | (Bug#19642) |
| 1107 | 1107 | ||
| 1108 | Isolate NIL_IS_ZERO-assuming code better | 1108 | Isolate NIL_IS_ZERO-assuming code better |
| 1109 | Suggested by Stefan Monnier in: | 1109 | Suggested by Stefan Monnier in: |
| @@ -1148,7 +1148,7 @@ | |||
| 1148 | 1148 | ||
| 1149 | Correct an old fix for GTK font selection | 1149 | Correct an old fix for GTK font selection |
| 1150 | * gtkutil.c (xg_get_font): Fix off-by-2 typo. | 1150 | * gtkutil.c (xg_get_font): Fix off-by-2 typo. |
| 1151 | Fixes: bug#3228 | 1151 | (Bug#3228) |
| 1152 | 1152 | ||
| 1153 | Fix minor bugs with printing null bytes | 1153 | Fix minor bugs with printing null bytes |
| 1154 | * minibuf.c (read_minibuf_noninteractive): | 1154 | * minibuf.c (read_minibuf_noninteractive): |
| @@ -2137,7 +2137,7 @@ | |||
| 2137 | * fileio.c (Finsert_file_contents): Compute same_at_end character | 2137 | * fileio.c (Finsert_file_contents): Compute same_at_end character |
| 2138 | position using the old buffer size, not the new one, since | 2138 | position using the old buffer size, not the new one, since |
| 2139 | restore_window_points wants the old size. | 2139 | restore_window_points wants the old size. |
| 2140 | Fixes: debbugs:19161 | 2140 | (Bug#19161) |
| 2141 | 2141 | ||
| 2142 | 2014-12-14 Alan Mackenzie <acm@muc.de> | 2142 | 2014-12-14 Alan Mackenzie <acm@muc.de> |
| 2143 | 2143 | ||
diff --git a/test/ChangeLog.1 b/test/ChangeLog.1 index 813f5dd42b7..7f8eecfe8a2 100644 --- a/test/ChangeLog.1 +++ b/test/ChangeLog.1 | |||
| @@ -307,7 +307,7 @@ | |||
| 307 | 307 | ||
| 308 | * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'. | 308 | * indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'. |
| 309 | This is more portable in shell scripts. | 309 | This is more portable in shell scripts. |
| 310 | Fixes: bug#19658 | 310 | (Bug#19658) |
| 311 | 311 | ||
| 312 | 2015-01-23 Dmitry Gutov <dgutov@yandex.ru> | 312 | 2015-01-23 Dmitry Gutov <dgutov@yandex.ru> |
| 313 | 313 | ||