emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs doc/emacs/ChangeLog doc/emacs/msdog.texi ...


From: Jason Rumney
Subject: [Emacs-diffs] emacs doc/emacs/ChangeLog doc/emacs/msdog.texi ...
Date: Tue, 10 Mar 2009 15:57:38 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   09/03/10 15:57:37

Modified files:
        doc/emacs      : ChangeLog msdog.texi 
        lisp           : ChangeLog w32-vars.el 

Log message:
        * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
        
        * msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
        w32-use-visible-system-caret doc to indicate that it should get set
        automatically.
        (Windows Fonts): Add doc for the uniscribe backend.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.301&r2=1.302
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/msdog.texi?cvsroot=emacs&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15447&r2=1.15448
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/w32-vars.el?cvsroot=emacs&r1=1.25&r2=1.26

Patches:
Index: doc/emacs/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -b -r1.301 -r1.302
--- doc/emacs/ChangeLog 8 Mar 2009 18:42:18 -0000       1.301
+++ doc/emacs/ChangeLog 10 Mar 2009 15:57:34 -0000      1.302
@@ -1,3 +1,10 @@
+2009-03-10  Jason Rumney  <address@hidden>
+
+       * msdog.texi (Windows Misc): Remove doc for obsolete variable.  Modify
+       w32-use-visible-system-caret doc to indicate that it should get set
+       automatically.
+       (Windows Fonts): Add doc for the uniscribe backend.
+
 2009-03-08  Dan Nicolaescu  <address@hidden>
 
        * maintaining.texi (VC Directory Commands): Fix doc for the x key in

Index: doc/emacs/msdog.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/msdog.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- doc/emacs/msdog.texi        24 Jan 2009 15:51:24 -0000      1.11
+++ doc/emacs/msdog.texi        10 Mar 2009 15:57:34 -0000      1.12
@@ -783,7 +783,14 @@
   The old XLFD based format is also supported for backwards compatibility.
 
   Emacs 23 supports a number of backends.  Currently, the @code{gdi}
-font backend is supported on Windows.
+and @code{uniscribe} font backends are supported on Windows. The
address@hidden font backend is available on all versions of Windows, and
+supports all fonts that are natively supported by Windows. The
address@hidden font backend is available on Windows 2000 and later,
+and supports Truetype and Opentype fonts. Some languages requiring
+complex layout can only be properly supported by the uniscribe
+backend. By default, both backends are enabled if supported, with
address@hidden taking priority over @code{gdi}.
 
 @cindex font properties (MS Windows)
 @noindent
@@ -881,12 +888,14 @@
 @vindex w32-use-visible-system-caret
 @cindex screen reader software, MS-Windows
   The variable @code{w32-use-visible-system-caret} is a flag that
-determines whether to make the system caret visible.  The default is
address@hidden, which means Emacs draws its own cursor to indicate the
-position of point.  A address@hidden value means Emacs will indicate
-point location by the system caret; this facilitates use of screen
-reader software.  When this variable is address@hidden, other
-variables affecting the cursor display have no effect.
+determines whether to make the system caret visible.  The default when
+no screen reader software is in use is @code{nil}, which means Emacs
+draws its own cursor to indicate the position of point.  A
address@hidden value means Emacs will indicate point location by the
+system caret; this facilitates use of screen reader software, and is
+the default when such software is detected when running Emacs.
+When this variable is address@hidden, other variables affecting the
+cursor display have no effect.
 
 @iftex
 @inforef{Windows Misc, , emacs}, for information about additional
@@ -900,12 +909,6 @@
 address@hidden value causes a frame to grab focus when it is raised.
 The default is @code{t}, which fits well with the Windows default
 click-to-focus policy.
-
address@hidden w32-list-proportional-fonts
-  The variable @code{w32-list-proportional-fonts} controls whether
-proportional fonts are included in the font selection dialog.  If its
-value is address@hidden, these fonts will be included.  The default is
address@hidden
 @end ifnottex
 
 @ifnottex

Index: lisp/ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15447
retrieving revision 1.15448
diff -u -b -r1.15447 -r1.15448
--- lisp/ChangeLog      10 Mar 2009 14:09:23 -0000      1.15447
+++ lisp/ChangeLog      10 Mar 2009 15:57:35 -0000      1.15448
@@ -1,3 +1,7 @@
+2009-03-10  Jason Rumney  <address@hidden>
+
+       * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
+
 2009-03-10  Stefan Monnier  <address@hidden>
 
        * server.el (server-process-filter): Use expand-file-name rather than

Index: lisp/w32-vars.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/w32-vars.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- lisp/w32-vars.el    24 Feb 2009 11:53:36 -0000      1.25
+++ lisp/w32-vars.el    10 Mar 2009 15:57:37 -0000      1.26
@@ -40,10 +40,9 @@
   :type 'boolean
   :group 'w32)
 
-(defcustom w32-list-proportional-fonts nil
-  "Include proportional fonts in the default font dialog."
-  :type 'boolean
-  :group 'w32)
+(defvar w32-list-proportional-fonts nil
+  "Include proportional fonts in the default font dialog.")
+(make-obsolete-variable w32-list-proportional-fonts "No longer used" "23.1")
 
 (defcustom w32-allow-system-shell nil
   "Disable startup warning when using \"system\" shells."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]