+2011-09-17 Sven Joachim <svenjoac@gmx.de>
+
+ * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
+
2011-09-16 Eli Zaretskii <eliz@gnu.org>
* simple.el (line-move): If goal-column is set, move by logical
(defcustom window-min-width 10
"The minimum number of columns of any window.
-The value has to accomodate margins, fringes, or scrollbars if
+The value has to accommodate margins, fringes, or scrollbars if
present. A value less than `window-safe-min-width' is ignored.
The value of this variable is honored when windows are resized or
split.
;; issues - so IGNORE equal 'safe might not always produce the
;; minimum possible state. But such configurations hardly make
;; sense anyway.
- (error "Window %s too small to accomodate state" window)
+ (error "Window %s too small to accommodate state" window)
(setq state (cdr state))
(setq window-state-put-list nil)
;; Work on the windows of a temporary buffer to make sure that
underline, overline, and strike-through.
(ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
ns_draw_text_decoration. Change treatment of cursor drawing to
- accomodate underlining, etc.
+ accomomdate underlining, etc.
2011-07-28 Eli Zaretskii <eliz@gnu.org>