]> code.delx.au - gnu-emacs/commitdiff
* doc/emacs/trouble.texi (Understanding Bug Reporting): Brevity.
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 00:42:59 +0000 (16:42 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Dec 2013 00:42:59 +0000 (16:42 -0800)
ChangeLog fix.

doc/emacs/ChangeLog
doc/emacs/trouble.texi
etc/ChangeLog

index 935ddf39272e86306a529d1a91dfef0d20415e5b..4c931ce8cb8f5a3b88c3a2b3d6ce27536b3d412e 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-28  Glenn Morris  <rgm@gnu.org>
+
+       * trouble.texi (Understanding Bug Reporting): Brevity.
+
 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
 
        * mini.texi (Completion Options): Add a link to Shell Options.
@@ -5,8 +9,8 @@
        shell-completion-fignore from Shell Mode to Shell Options.
 
 2013-12-26  João Távora <joaotavora@gmail.com>
-       * emacs.texi (Matching): Describe new features of Electric Pair
-       mode.
+
+       * emacs.texi (Matching): Describe new features of Electric Pair mode.
 
 2013-12-25  Chong Yidong  <cyd@gnu.org>
 
index 52fd77ed97864f89f2d076b851a4f2eab95ffcad..8c8968397d87be069db65dd3bce050d5cb12550f 100644 (file)
@@ -631,12 +631,8 @@ easily reproducible at all.  In that case, you should report what you
 have---but, as before, please stick to the raw facts about what you
 did to trigger the bug the first time.
 
-  Please do not stack multiple issues into one report unless it is
-really necessary.  For example, jamming @code{electric-indent-mode}
-and @code{electric-pair-mode} into one report, reporting multiple key
-binding problems into one report (e.g., @kbd{C-i} doesn't indent the
-current line, @code{M-h} doesn't set mark, etc.).  Please make one
-report for each individual problem.
+  If you have multiple issues that you want to report, please make a
+separate bug report for each.
 
 @node Checklist
 @subsection Checklist for Bug Reports
index d3ce75f536883e00ef8ee559132540f8fbc15038..8a4b8fb774cd48a199c83ef4d7188118f817f4bc 100644 (file)
@@ -1,4 +1,5 @@
-2013-12-26  João Távora <joaotavora@gmail.com>
+2013-12-26  João Távora  <joaotavora@gmail.com>
+
        * NEWS: Describe new features of Electric Pair mode.
 
 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>