diff options
| author | Xue Fuqiao | 2013-08-03 10:57:00 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-08-03 10:57:00 +0800 |
| commit | 0372256bed8f8c1372579001ba42b21dbe5d2adb (patch) | |
| tree | 79e24398a8339aae6dd51064bd4ef16acde3f89f | |
| parent | 9c959872b5c6bbf757e26de45fbd328e1b694b6d (diff) | |
| download | emacs-0372256bed8f8c1372579001ba42b21dbe5d2adb.tar.gz emacs-0372256bed8f8c1372579001ba42b21dbe5d2adb.zip | |
* etc/TODO: Adjust entry about bug reporting.
| -rw-r--r-- | etc/ChangeLog | 6 | ||||
| -rw-r--r-- | etc/TODO | 9 |
2 files changed, 14 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 41d828cbe75..3f0e1b4fad7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,10 +1,14 @@ | |||
| 1 | 2013-08-03 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * TODO: Adjust entry about bug reporting. | ||
| 4 | |||
| 1 | 2013-08-02 Bastien Guerry <bzg@gnu.org> | 5 | 2013-08-02 Bastien Guerry <bzg@gnu.org> |
| 2 | 6 | ||
| 3 | * DEVEL.HUMOR: New entry. | 7 | * DEVEL.HUMOR: New entry. |
| 4 | 8 | ||
| 5 | 2013-08-02 Xue Fuqiao <xfq.free@gmail.com> | 9 | 2013-08-02 Xue Fuqiao <xfq.free@gmail.com> |
| 6 | 10 | ||
| 7 | * tutorials/TUTORIAL: Remove a redundant sentence. | 11 | * tutorials/TUTORIAL: Remove a redundant sentence about yanking. |
| 8 | 12 | ||
| 9 | * tutorials/TUTORIAL.cn: Update; synchronize with TUTORIAL. | 13 | * tutorials/TUTORIAL.cn: Update; synchronize with TUTORIAL. |
| 10 | 14 | ||
| @@ -176,6 +176,15 @@ where <device> is the network device found under the first key. | |||
| 176 | 176 | ||
| 177 | ** Check for any included packages that define obsolete bug-reporting commands. | 177 | ** Check for any included packages that define obsolete bug-reporting commands. |
| 178 | Change them to use report-emacs-bug. | 178 | Change them to use report-emacs-bug. |
| 179 | *** Related functions: | ||
| 180 | **** gnus-bug | ||
| 181 | **** report-calc-bug | ||
| 182 | **** org-submit-bug-report | ||
| 183 | **** lm-report-bug | ||
| 184 | **** tramp-bug | ||
| 185 | **** c-submit-bug-report | ||
| 186 | **** ffap-bug and ffap-submit-bug (obsoleted) | ||
| 187 | [Do all of them need changing?] | ||
| 179 | 188 | ||
| 180 | ** Allow fringe indicators to display a tooltip (provide a help-echo property?) | 189 | ** Allow fringe indicators to display a tooltip (provide a help-echo property?) |
| 181 | 190 | ||