# HG changeset patch # User Juanma Barranquero # Date 1120094788 0 # Node ID 4d75770ba564a998601ab429db277e61316b3b75 # Parent ffc4b2e19212371f07009854d26887654248a68f *** empty log message *** diff -r ffc4b2e19212 -r 4d75770ba564 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 30 01:15:52 2005 +0000 +++ b/lisp/ChangeLog Thu Jun 30 01:26:28 2005 +0000 @@ -1,3 +1,21 @@ +2005-06-30 Juanma Barranquero + + * emulation/cua-base.el (cua-check-pending-input) + (cua-repeat-replace-region, cua-mode, cua-debug) + (cua-auto-tabify-rectangles, cua-inhibit-cua-keys): + Fix typos in docstrings. + + * emulation/cua-gmrk.el (cua-toggle-global-mark) + (cua-cut-region-to-global-mark) + (cua--cut-rectangle-to-global-mark): + Remove period from end of messages. + + * emulation/cua-rect.el (cua-do-rectangle-padding): + Remove period from end of messages. + (cua--rectangle-seq-format): Fix typo in docstring. + (cua-sequence-rectangle, cua-fill-char-rectangle): + Improve argument/docstring consistency. + 2005-06-29 Juri Linkov * faces.el (default-frame-background-mode): New internal variable.