aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-04-18 19:45:38 -0700
committerPaul Eggert2015-04-18 19:48:24 -0700
commit870287327b1fba7105599eeabac5a2aa5ebadf19 (patch)
treec8bf443514a53a0f24e64447407a979c3628d196 /src
parentf2da220b5fde8575812784f6a9e5f7df9560e838 (diff)
downloademacs-870287327b1fba7105599eeabac5a2aa5ebadf19.tar.gz
emacs-870287327b1fba7105599eeabac5a2aa5ebadf19.zip
; Convert ChangeLog history files to "Bug#NNNN"
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.1312
1 files changed, 6 insertions, 6 deletions
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
1292015-03-24 Daniel Colascione <dancol@dancol.org> 1292015-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
2202015-03-05 Eli Zaretskii <eliz@gnu.org> 2202015-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
21422014-12-14 Alan Mackenzie <acm@muc.de> 21422014-12-14 Alan Mackenzie <acm@muc.de>
2143 2143