summaryrefslogtreecommitdiff
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
parentf2da220b5fde8575812784f6a9e5f7df9560e838 (diff)
downloademacs-870287327b1fba7105599eeabac5a2aa5ebadf19.tar.gz
; Convert ChangeLog history files to "Bug#NNNN"
-rw-r--r--ChangeLog.18
-rw-r--r--ChangeLog.249
-rw-r--r--lisp/ChangeLog.174
-rw-r--r--src/ChangeLog.1312
-rw-r--r--test/ChangeLog.12
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 @@
(HAVE_PTHREAD, LIB_PTHREAD): Port better to FreeBSD,
by also checking for pthread_create, pthread_self, pthread_sigmask.
Tighten the test for pthread_atfork while we're at it.
- Fixes: bug#20136
+ (Bug#20136)
Merge from gnulib
This incorporates:
@@ -76,7 +76,7 @@
Don't require GNU putenv
* configure.ac: Use system putenv even if it lacks GNU features, as
we don't need them. This works around a bug in FreeBSD 10.1 getenv.
- Fixes: bug#19874
+ (Bug#19874)
2015-02-25 Paul Eggert <eggert@cs.ucla.edu>
@@ -170,7 +170,7 @@
If gnustep-config works, use 'gnustep-config --objc-flags' and
'gnustep-config --gui-libs' to compute GNUstep configuration
variables, instead of attempting to infer them individually.
- Fixes: bug#19507
+ (Bug#19507)
2015-01-21 Ulrich Müller <ulm@gentoo.org>
@@ -198,7 +198,7 @@
* INSTALL: Document this.
* configure.ac: Add AM_SILENT_RULES([yes]).
(AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization.
- Fixes: bug#19501
+ (Bug#19501)
2015-01-06 Paul Eggert <eggert@cs.ucla.edu>
diff --git a/ChangeLog.2 b/ChangeLog.2
index 2ecf2b58c2f..044f888f6c0 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -16,7 +16,7 @@
Pre-4.6 GCC succeeds with unknown option
* configure.ac (emacs_cv_prog_cc_nopie): Port to pre-4.6 GCC.
- Fixes: bug#20338
+ (Bug#20338)
2015-04-15 Paul Eggert <eggert@cs.ucla.edu>
@@ -46,7 +46,7 @@
both jpeglib.h and jerror.h features. Remove special case for
mingw32, which should no longer be needed (and if it were needed,
should now be addressable by hotwiring emacs_cv_jpeglib).
- Fixes: bug#20332
+ (Bug#20332)
2015-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -100,7 +100,7 @@
2015-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
* src/lread.c (intern_1): Make sure we'd find the symbol we add
- Fixes: debbugs:20334
+ (Bug#20334)
* src/xfaces.c (resolve_face_name): Don't use `intern' with Lisp_Strings.
2015-04-15 Glenn Morris <rgm@gnu.org>
@@ -169,7 +169,7 @@
Describe problems with cursor caused by Windows Magnifier
* etc/PROBLEMS: Describe the problem with cursor shape on
MS-Windows due to Windows Magnifier.
- Fixes: Bug#20271
+ (Bug#20271)
Make [:print:] support non-ASCII characters correctly
* src/regex.c (ISPRINT): Call 'printablep' for multibyte characters.
@@ -254,7 +254,7 @@
2015-04-13 Dmitry Gutov <dgutov@yandex.ru>
Change diff-switches default to `-u'
- Fixes: debbugs:20290
+ (Bug#20290)
* doc/emacs/files.texi (Comparing Files): Document the new default
value of `diff-switches'.
* doc/emacs/trouble.texi (Sending Patches): Document the preference
@@ -276,7 +276,7 @@
2015-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp/loadup.el ("cus-start"): Load it after loaddefs.el
- Fixes: debbugs:20321
+ (Bug#20321)
* lisp/cus-start.el (read-buffer-function): Don't advertize
iswitchb-read-buffer any more.
(iswitchb): Don't tweak this obsolete group any more.
@@ -432,7 +432,7 @@
Use completion-separator-chars rather than local key binding.
* src/*.c: Set deactivate_mark buffer-locally
- Fixes: debbugs:20260
+ (Bug#20260)
* src/insdel.c (prepare_to_modify_buffer_1):
* src/fileio.c (Finsert_file_contents): Set deactivate_mark
buffer-locally.
@@ -440,7 +440,7 @@
2015-04-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
python.el: Keep symmetry on sexp navigation with parens
- Fixes: debbugs:19954
+ (Bug#19954)
* lisp/progmodes/python.el
(python-nav--forward-sexp): Add argument skip-parens-p.
(python-nav-forward-sexp, python-nav-backward-sexp)
@@ -466,7 +466,7 @@
* configure.ac (MAIL_USE_MMDF): Remove.
* etc/NEWS: Document this.
* lib-src/movemail.c: Assume MAIL_USE_MMDF is not defined.
- Fixes: bug#20308
+ (Bug#20308)
* doc/man/ChangeLog.01: Rename from doc/man/ChangeLog.1.
That way, 'make install' won't think it's a man page.
@@ -675,7 +675,7 @@
* src/gnutls.c (syms_of_gnutls) <libgnutls-version>: New DEFSYM.
* lisp/term/w32-win.el (dynamic-library-alist): Determine which
GnuTLS DLL to load according to value of libgnutls-version.
- Fixes: bug#20294
+ (Bug#20294)
2015-04-11 Paul Eggert <eggert@cs.ucla.edu>
@@ -863,7 +863,7 @@
2015-04-09 Simen Heggestøyl <simenheg@gmail.com>
css-mode.el: Add "not" pseudo-class
- Fixes: debbugs:20267
+ (Bug#20267)
* lisp/textmodes/css-mode.el (css-pseudo-class-ids): Add "not" to
list of CSS pseudo-classes.
@@ -904,12 +904,12 @@
2015-04-09 Boruch Baum <boruch_baum@gmx.com> (tiny change)
* lisp/bookmark.el (bookmark-bmenu-goto-bookmark): Don't inf-loop.
- Fixes: debbugs:20212
+ (Bug#20212)
2015-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
Stop messing with the EMACS env var
- Fixes: debbugs:20202
+ (Bug#20202)
* lisp/net/tramp-sh.el (tramp-remote-process-environment):
* lisp/comint.el (comint-exec-1):
* lisp/term.el (term-exec-1): Don't set EMACS envvar.
@@ -917,14 +917,14 @@
INSIDE_EMACS's format in line with other users.
css-mode.el (css-smie-rules): Fix indentation after complex selectors
- Fixes: debbugs:20282
+ (Bug#20282)
* lisp/textmodes/css-mode.el (css-smie-rules): Don't get confused by
inner structure of selectors.
2015-04-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
python.el: Indent docstring lines to base-indent
- Fixes: debbugs:19595
+ (Bug#19595)
Thanks to immerrr <immerrr@gmail.com> for reporting and providing
an initial patch.
* lisp/progmodes/python.el
@@ -935,7 +935,7 @@
(python-indent-inside-string-2): Fix tests.
python.el: Increase native completion robustness
- Fixes: debbugs:19755
+ (Bug#19755)
Thanks to Carlos Pita <carlosjosepita@gmail.com> for reporting
this and providing useful ideas.
* lisp/progmodes/python.el
@@ -952,7 +952,7 @@
2015-04-08 Samer Masterson <samer@samertm.com>
* lisp/eshell: Make backslash a no-op in front of normal chars
- Fixes: debbugs:8531
+ (Bug#8531)
* lisp/eshell/esh-arg.el (eshell-parse-argument-hook): Update comment.
(eshell-parse-backslash): Return escaped character after backslash
if it is special. Otherwise, if the backslash is not in a quoted
@@ -969,7 +969,7 @@
* lisp/vc/diff-mode.el (diff-hunk-file-names): Don't require a TAB
after the file name.
- Fixes: debbugs:20276
+ (Bug#20276)
2015-04-08 Paul Eggert <eggert@cs.ucla.edu>
@@ -1006,7 +1006,7 @@
2015-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
(eieio-copy-parents-into-subclass): Fix inheritance of initargs
- Fixes: debbugs:20270
+ (Bug#20270)
* lisp/emacs-lisp/eieio-core.el (eieio-copy-parents-into-subclass):
Fix inheritance of initargs.
@@ -1023,7 +1023,7 @@
2015-04-08 Eli Zaretskii <eliz@gnu.org>
* src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800
- Fixes: bug#17517
+ (Bug#17517)
2015-04-08 Michael Albinus <michael.albinus@gmx.de>
@@ -1043,7 +1043,7 @@
2015-04-07 Dmitry Gutov <dgutov@yandex.ru>
ffap: Support environment variable expansion in file names
- Fixes: debbugs:19839
+ (Bug#19839)
* lisp/ffap.el (ffap-string-at-point-mode-alist): Support
environment variable expansion in file names.
@@ -1053,7 +1053,7 @@
2015-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
- Fixes: debbugs:20257
+ (Bug#20257)
* lisp/files.el (set-visited-file-name): Clear auto-save if nil.
2015-04-07 Ivan Shmakov <ivan@siamics.net>
@@ -1069,7 +1069,7 @@
Add doc strings for some Isearch state vars
* lisp/misearch.el (multi-isearch-buffer-list)
(multi-isearch-file-list): Add doc strings.
- Fixes: bug#20232
+ (Bug#20232)
2015-04-07 Alan Mackenzie <acm@muc.de>
@@ -1110,7 +1110,7 @@
.git directory. Distribute the new ChangeLog history files
instead of scattered ChangeLog files. Distribute the new files
gitlog-to-changelog and gitlog-to-emacslog.
- Fixes: bug#19113
+ (Bug#19113)
Rename ChangeLogs for gitlog-to-changelog
This patch was implemented via the following shell commands:
@@ -1146,4 +1146,3 @@ See ChangeLog.1 for earlier changes.
;; Local Variables:
;; coding: utf-8
;; End:
-
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 @@
2015-03-20 Alan Mackenzie <acm@muc.de>
- Fix debbugs#20146
+ Fix Bug#20146
* font-lock.el (font-lock-extend-jit-lock-region-after-change):
Return the calculated values, as per spec.
@@ -693,7 +693,7 @@
2015-03-16 Alan Mackenzie <acm@muc.de>
- Edebug: Allow "S" to work during trace mode. Fixes debbugs #20074.
+ Edebug: Allow "S" to work during trace mode. Fixes Bug#20074.
Also display the overlay arrow in go and go-nonstop modes.
* 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 @@
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>
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 @@
* indent/shell.sh (bar): Use '[ $# -eq 0 ]', not '[ $# == 0 ]'.
This is more portable in shell scripts.
- Fixes: bug#19658
+ (Bug#19658)
2015-01-23 Dmitry Gutov <dgutov@yandex.ru>