diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 641c99f9aad..7e70fd52e23 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2008-11-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * textmodes/artist.el (artist-charlist-to-string): Simplify. | ||
| 4 | (artist-mode-name, artist-mt, artist-vaporize-fuzziness) | ||
| 5 | (artist-prev-next-op-alist, artist-mode-line-show-curr-operation) | ||
| 6 | (artist-replace-string, artist-draw-rect, artist-draw-line) | ||
| 7 | (artist-undraw-line, artist-draw-sline, artist-undraw-rect) | ||
| 8 | (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square) | ||
| 9 | (artist-pen, artist-pen-line, artist-text-insert-common) | ||
| 10 | (artist-text-overwrite, artist-spray-get-interval) | ||
| 11 | (artist-spray-clear-circle, artist-erase-char) | ||
| 12 | (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste) | ||
| 13 | (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly) | ||
| 14 | (artist-key-draw-1point, artist-key-draw-2points) | ||
| 15 | (artist-mouse-draw-continously): Fix typos in docstrings. | ||
| 16 | (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift) | ||
| 17 | (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line) | ||
| 18 | (artist-backward-char, artist-forward-char): Doc fixes. | ||
| 19 | (artist-vaporize-line, artist-spray-chars, artist-spray-new-char): | ||
| 20 | Reflow docstrings. | ||
| 21 | |||
| 1 | 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | 22 | 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 23 | ||
| 3 | * international/quail.el (quail-vunion): New function. | 24 | * international/quail.el (quail-vunion): New function. |