comparison lisp/ChangeLog @ 63872:4d75770ba564

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 30 Jun 2005 01:26:28 +0000
parents f3e6b99200bc
children ede5ae2b2e2e
comparison
equal deleted inserted replaced
63871:ffc4b2e19212 63872:4d75770ba564
1 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * emulation/cua-base.el (cua-check-pending-input)
4 (cua-repeat-replace-region, cua-mode, cua-debug)
5 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
6 Fix typos in docstrings.
7
8 * emulation/cua-gmrk.el (cua-toggle-global-mark)
9 (cua-cut-region-to-global-mark)
10 (cua--cut-rectangle-to-global-mark):
11 Remove period from end of messages.
12
13 * emulation/cua-rect.el (cua-do-rectangle-padding):
14 Remove period from end of messages.
15 (cua--rectangle-seq-format): Fix typo in docstring.
16 (cua-sequence-rectangle, cua-fill-char-rectangle):
17 Improve argument/docstring consistency.
18
1 2005-06-29 Juri Linkov <juri@jurta.org> 19 2005-06-29 Juri Linkov <juri@jurta.org>
2 20
3 * faces.el (default-frame-background-mode): New internal variable. 21 * faces.el (default-frame-background-mode): New internal variable.
4 (frame-set-background-mode): Use it. 22 (frame-set-background-mode): Use it.
5 23