summaryrefslogtreecommitdiff
path: root/src/ChangeLog.13
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-04-18 19:45:38 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-04-18 19:48:24 -0700
commit870287327b1fba7105599eeabac5a2aa5ebadf19 (patch)
treec8bf443514a53a0f24e64447407a979c3628d196 /src/ChangeLog.13
parentf2da220b5fde8575812784f6a9e5f7df9560e838 (diff)
downloademacs-870287327b1fba7105599eeabac5a2aa5ebadf19.tar.gz
; Convert ChangeLog history files to "Bug#NNNN"
Diffstat (limited to 'src/ChangeLog.13')
-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 @@
Fix minor ldexp issues
* floatfns.c (Fldexp): Require 2 args. Avoid undefined behavior
if the exponent is out of 'int' range. Improve documentation.
- Fixes: bug#20185
+ (Bug#20185)
2015-03-24 Daniel Colascione <dancol@dancol.org>
@@ -215,7 +215,7 @@
Work around x86 glibc backtrace bug
* sysdep.c (emacs_backtrace): Don't dump core on x86.
- Fixes: bug#19959
+ (Bug#19959)
2015-03-05 Eli Zaretskii <eliz@gnu.org>
@@ -1079,7 +1079,7 @@
to unused args.
* lisp.h (CALLMANY, CALLN): New macros.
* sound.c (Fplay_sound_internal): Coalesce duplicate code.
- Fixes: bug#19634
+ (Bug#19634)
Use gnustep-config if available
* emacs.c [NS_IMPL_GNUSTEP]: Don't include <GNUstepBase/GSConfig.h>.
@@ -1103,7 +1103,7 @@
Don't downcase system diagnostics' first letters
* fileio.c (report_file_errno): Don't downcase, and simplify.
- Fixes: bug#19642
+ (Bug#19642)
Isolate NIL_IS_ZERO-assuming code better
Suggested by Stefan Monnier in:
@@ -1148,7 +1148,7 @@
Correct an old fix for GTK font selection
* gtkutil.c (xg_get_font): Fix off-by-2 typo.
- Fixes: bug#3228
+ (Bug#3228)
Fix minor bugs with printing null bytes
* minibuf.c (read_minibuf_noninteractive):
@@ -2137,7 +2137,7 @@
* fileio.c (Finsert_file_contents): Compute same_at_end character
position using the old buffer size, not the new one, since
restore_window_points wants the old size.
- Fixes: debbugs:19161
+ (Bug#19161)
2014-12-14 Alan Mackenzie <acm@muc.de>