diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75cf239ef33..f800d0f24af 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2014-03-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic): | ||
| 4 | Implement inserting into current buffer, documented in their docstrings. | ||
| 5 | (rst-define-key, rst-compare-adornments, rst-insert-list-new-item) | ||
| 6 | (rst-section-tree-point, rst-forward-section, rst-indent) | ||
| 7 | (rst-compute-tabs, rst-font-lock-find-unindented-line-end) | ||
| 8 | (rst-font-lock-find-unindented-line-limit, rst-adornment-level) | ||
| 9 | (rst-font-lock-handle-adornment-pre-match-form) | ||
| 10 | (rst-repeat-last-character): Reflow docstrings. | ||
| 11 | (rst-preferred-adornments, rst-update-section, rst-find-title-line) | ||
| 12 | (rst-adjust-adornment-work, rst-initial-items, rst-insert-list) | ||
| 13 | (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section) | ||
| 14 | (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index): | ||
| 15 | Fix docstring typos. | ||
| 16 | (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes. | ||
| 17 | (rst-uncomment-region, rst-font-lock-find-unindented-line-match) | ||
| 18 | (rst-font-lock-handle-adornment-matcher): Mark unused arguments. | ||
| 19 | |||
| 1 | 2014-03-15 Juanma Barranquero <lekktu@gmail.com> | 20 | 2014-03-15 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 21 | ||
| 3 | * term/ns-win.el (x-command-line-resources): Rename from ns-... version, | 22 | * term/ns-win.el (x-command-line-resources): Rename from ns-... version, |