From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: cus-start.el version numbers Date: Sun, 20 Aug 2006 17:38:54 +0200 Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1156099226 25869 80.91.229.2 (20 Aug 2006 18:40:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Aug 2006 18:40:26 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 20 20:40:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GEsDZ-0000pI-EA for ged-emacs-devel@m.gmane.org; Sun, 20 Aug 2006 20:40:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEsDY-00023i-De for ged-emacs-devel@m.gmane.org; Sun, 20 Aug 2006 14:40:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GEpMl-0005Oy-Mw for emacs-devel@gnu.org; Sun, 20 Aug 2006 11:37:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GEpMj-0005Lv-Fi for emacs-devel@gnu.org; Sun, 20 Aug 2006 11:37:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GEpMj-0005LX-3a for emacs-devel@gnu.org; Sun, 20 Aug 2006 11:37:33 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GEpTu-0006HF-FZ for emacs-devel@gnu.org; Sun, 20 Aug 2006 11:44:58 -0400 Original-Received: (qmail invoked by alias); 20 Aug 2006 15:37:31 -0000 Original-Received: from N942P003.adsl.highway.telekom.at (EHLO MACHNO) [62.47.61.163] by mail.gmx.net (mp038) with SMTP; 20 Aug 2006 17:37:31 +0200 X-Authenticated: #14592706 Original-To: emacs-devel@gnu.org X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58554 Archived-At: Would the following be useful? 2006-08-20 Martin Rudalics * cus-start.el (hscroll-margin windows, hscroll-step) (mode-line-in-non-selected-windows, mouse-autoselect-window) (x-use-underline-position-properties): Change version to "22.1". *** cus-start.el.~1.93.~ Tue Aug 15 10:00:50 2006 --- cus-start.el Sun Aug 20 17:21:38 2006 *************** *** 344,354 **** (scroll-step windows integer) (scroll-conservatively windows integer) (scroll-margin windows integer) ! (hscroll-margin windows integer "21.3") ! (hscroll-step windows number "21.3") (truncate-partial-width-windows display boolean) (mode-line-inverse-video modeline boolean) ! (mode-line-in-non-selected-windows modeline boolean "21.3") (line-number-display-limit display (choice integer (const :tag "No limit" nil))) --- 344,354 ---- (scroll-step windows integer) (scroll-conservatively windows integer) (scroll-margin windows integer) ! (hscroll-margin windows integer "22.1") ! (hscroll-step windows number "22.1") (truncate-partial-width-windows display boolean) (mode-line-inverse-video modeline boolean) ! (mode-line-in-non-selected-windows modeline boolean "22.1") (line-number-display-limit display (choice integer (const :tag "No limit" nil))) *************** *** 369,376 **** (x-gtk-show-hidden-files menu boolean "22.1") (x-gtk-whole-detached-tool-bar x boolean "22.1") ;; xterm.c ! (mouse-autoselect-window display boolean "21.3") ! (x-use-underline-position-properties display boolean "21.3") (x-stretch-cursor display boolean "21.1"))) this symbol group type standard version native-p ;; This function turns a value --- 369,376 ---- (x-gtk-show-hidden-files menu boolean "22.1") (x-gtk-whole-detached-tool-bar x boolean "22.1") ;; xterm.c ! (mouse-autoselect-window display boolean "22.1") ! (x-use-underline-position-properties display boolean "22.1") (x-stretch-cursor display boolean "21.1"))) this symbol group type standard version native-p ;; This function turns a value