diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31c5414cae0..0843ca2398a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2013-08-06 Juanma Barranquero <lekktu@gmail.com> | 1 | 2013-08-06 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * frameset.el (frameset, frameset-filter-alist) | ||
| 4 | (frameset-filter-params, frameset-save, frameset--reuse-frame) | ||
| 5 | (frameset--minibufferless-last-p, frameset-restore): Doc fixes. | ||
| 6 | (frameset-compute-pos): Rename from frameset--compute-pos, | ||
| 7 | and add docstring. | ||
| 8 | (frameset-move-onscreen): Use frameset-compute-pos. | ||
| 9 | Most changes suggested by Drew Adams <drew.adams@oracle.com>. | ||
| 10 | |||
| 3 | * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter): | 11 | * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter): |
| 4 | Fix typos in docstrings. | 12 | Fix typos in docstrings. |
| 5 | 13 | ||