unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* cus-start.el version numbers
@ 2006-08-20 15:38 martin rudalics
  2006-08-20 18:47 ` David Kastrup
  0 siblings, 1 reply; 10+ messages in thread
From: martin rudalics @ 2006-08-20 15:38 UTC (permalink / raw)


Would the following be useful?

2006-08-20  Martin Rudalics  <rudalics@gmx.at>

	* 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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-20 15:38 cus-start.el version numbers martin rudalics
@ 2006-08-20 18:47 ` David Kastrup
  2006-08-20 21:27   ` martin rudalics
  2006-08-21 11:13   ` Richard Stallman
  0 siblings, 2 replies; 10+ messages in thread
From: David Kastrup @ 2006-08-20 18:47 UTC (permalink / raw)
  Cc: emacs-devel

martin rudalics <rudalics@gmx.at> writes:

> Would the following be useful?
>
> 2006-08-20  Martin Rudalics  <rudalics@gmx.at>
>
> 	* 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".

I don't see why.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-20 18:47 ` David Kastrup
@ 2006-08-20 21:27   ` martin rudalics
  2006-08-20 21:35     ` David Kastrup
  2006-08-21 11:13   ` Richard Stallman
  1 sibling, 1 reply; 10+ messages in thread
From: martin rudalics @ 2006-08-20 21:27 UTC (permalink / raw)
  Cc: emacs-devel

 > I don't see why.

Could be someone wants to have these listed when invoking
`customize-changed-options' with argument "21.3".

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-20 21:27   ` martin rudalics
@ 2006-08-20 21:35     ` David Kastrup
  2006-08-20 21:47       ` martin rudalics
  0 siblings, 1 reply; 10+ messages in thread
From: David Kastrup @ 2006-08-20 21:35 UTC (permalink / raw)
  Cc: emacs-devel

martin rudalics <rudalics@gmx.at> writes:

>> I don't see why.
>
> Could be someone wants to have these listed when invoking
> `customize-changed-options' with argument "21.3".

Have their defaults changed since then?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-20 21:35     ` David Kastrup
@ 2006-08-20 21:47       ` martin rudalics
  2006-08-20 22:43         ` David Kastrup
  0 siblings, 1 reply; 10+ messages in thread
From: martin rudalics @ 2006-08-20 21:47 UTC (permalink / raw)
  Cc: emacs-devel

> Have their defaults changed since then?

No.  But see the doc-string of `customize-changed-options':

Customize all settings whose meanings have changed in Emacs itself.
This includes _new_ user option variables and faces, and new
customization groups, ...

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-20 21:47       ` martin rudalics
@ 2006-08-20 22:43         ` David Kastrup
  0 siblings, 0 replies; 10+ messages in thread
From: David Kastrup @ 2006-08-20 22:43 UTC (permalink / raw)
  Cc: emacs-devel

martin rudalics <rudalics@gmx.at> writes:

>> Have their defaults changed since then?
>
> No.  But see the doc-string of `customize-changed-options':
>
> Customize all settings whose meanings have changed in Emacs itself.
> This includes _new_ user option variables and faces, and new
> customization groups, ...

Do you mean to say that they were not available in 21.3?  Who then had
tagged them as 21.3?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-20 18:47 ` David Kastrup
  2006-08-20 21:27   ` martin rudalics
@ 2006-08-21 11:13   ` Richard Stallman
  2006-08-21 11:16     ` David Kastrup
  1 sibling, 1 reply; 10+ messages in thread
From: Richard Stallman @ 2006-08-21 11:13 UTC (permalink / raw)
  Cc: rudalics, emacs-devel

    > 2006-08-20  Martin Rudalics  <rudalics@gmx.at>
    >
    > 	* 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".

    I don't see why.

Because those variables were not really in 21.3.
We put in 21.3 anticipating that the next real release
would have that number.  The first real version where they
will appear is 22.1.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-21 11:13   ` Richard Stallman
@ 2006-08-21 11:16     ` David Kastrup
  2006-08-21 16:58       ` martin rudalics
  0 siblings, 1 reply; 10+ messages in thread
From: David Kastrup @ 2006-08-21 11:16 UTC (permalink / raw)
  Cc: rudalics, emacs-devel

Richard Stallman <rms@gnu.org> writes:

>     > 2006-08-20  Martin Rudalics  <rudalics@gmx.at>
>     >
>     > 	* 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".
>
>     I don't see why.
>
> Because those variables were not really in 21.3.
> We put in 21.3 anticipating that the next real release
> would have that number.  The first real version where they
> will appear is 22.1.

On second thought, I could have figured out that myself, since
everything released after Emacs 21.1 has been just bug fixes, and so
an actual version string of "21.3" would have been quite improbable.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-21 11:16     ` David Kastrup
@ 2006-08-21 16:58       ` martin rudalics
  2006-08-21 17:15         ` David Kastrup
  0 siblings, 1 reply; 10+ messages in thread
From: martin rudalics @ 2006-08-21 16:58 UTC (permalink / raw)
  Cc: rms, emacs-devel

 > On second thought, I could have figured out that myself, since
 > everything released after Emacs 21.1 has been just bug fixes, and so
 > an actual version string of "21.3" would have been quite improbable.

On second thought, my change-log entry was (1) cryptic and (2) faulty.
I hope the following is better:

	* cus-start.el (hscroll-margin, hscroll-step)
	(mode-line-in-non-selected-windows, mouse-autoselect-window)
	(x-use-underline-position-properties): Change version to "22.1"
	since they will appear there for the first time.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: cus-start.el version numbers
  2006-08-21 16:58       ` martin rudalics
@ 2006-08-21 17:15         ` David Kastrup
  0 siblings, 0 replies; 10+ messages in thread
From: David Kastrup @ 2006-08-21 17:15 UTC (permalink / raw)
  Cc: rms, emacs-devel

martin rudalics <rudalics@gmx.at> writes:

>> On second thought, I could have figured out that myself, since
>> everything released after Emacs 21.1 has been just bug fixes, and so
>> an actual version string of "21.3" would have been quite improbable.
>
> On second thought, my change-log entry was (1) cryptic and (2) faulty.
> I hope the following is better:
>
> 	* cus-start.el (hscroll-margin, hscroll-step)
> 	(mode-line-in-non-selected-windows, mouse-autoselect-window)
> 	(x-use-underline-position-properties): Change version to "22.1"
> 	since they will appear there for the first time.

Thanks, indeed this is unambiguous enough even for the likes of me.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-08-21 17:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-20 15:38 cus-start.el version numbers martin rudalics
2006-08-20 18:47 ` David Kastrup
2006-08-20 21:27   ` martin rudalics
2006-08-20 21:35     ` David Kastrup
2006-08-20 21:47       ` martin rudalics
2006-08-20 22:43         ` David Kastrup
2006-08-21 11:13   ` Richard Stallman
2006-08-21 11:16     ` David Kastrup
2006-08-21 16:58       ` martin rudalics
2006-08-21 17:15         ` David Kastrup

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).