emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109257: Don't use the abbreviation "


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109257: Don't use the abbreviation "win" to refer to Windows (Bug#10421).
Date: Sun, 29 Jul 2012 01:18:29 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109257
fixes bug: http://debbugs.gnu.org/10421
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 01:18:29 -0700
message:
  Don't use the abbreviation "win" to refer to Windows (Bug#10421).
  
  * lisp/org/ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
  (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
  (ly-w32-midi-path): Rename from ly-win32-midi-path.
  (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
  Check for "windows-nt", not "win32", in system-type.
  * src/regex.c (MAX_BUF_SIZE): Remove some incorrect and
  long-ago-commented-out code that talks about "WIN32".
  * src/w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
  All uses changed.
modified:
  doc/misc/ChangeLog
  doc/misc/gnus-faq.texi
  doc/misc/gnus.texi
  doc/misc/idlwave.texi
  doc/misc/mh-e.texi
  leim/makefile.w32-in
  lib-src/makefile.w32-in
  lib/makefile.w32-in
  lisp/ChangeLog
  lisp/ChangeLog.8
  lisp/dos-w32.el
  lisp/mail/feedmail.el
  lisp/makefile.w32-in
  lisp/mh-e/ChangeLog.1
  lisp/net/ange-ftp.el
  lisp/org/ChangeLog
  lisp/org/ob-lilypond.el
  lisp/printing.el
  nt/ChangeLog
  nt/INSTALL
  nt/configure.bat
  nt/makefile.w32-in
  src/ChangeLog
  src/ChangeLog.10
  src/ChangeLog.11
  src/ChangeLog.6
  src/ChangeLog.7
  src/ChangeLog.8
  src/dbusbind.c
  src/makefile.w32-in
  src/regex.c
  src/sound.c
  src/w32.c
  src/w32console.c
  src/w32fns.c
  src/w32font.c
  src/w32font.h
  src/w32gui.h
  src/w32heap.c
  src/w32heap.h
  src/w32inevt.c
  src/w32inevt.h
  src/w32menu.c
  src/w32proc.c
  src/w32select.c
  src/w32term.c
  src/w32term.h
  src/w32xfns.c
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-07-28 15:12:12 +0000
+++ b/doc/misc/ChangeLog        2012-07-29 08:18:29 +0000
@@ -4719,7 +4719,7 @@
 2007-11-07  Michael Albinus  <address@hidden>
 
        * tramp.texi (Overview): Mention also the PuTTY integration under
-       Win32.  Remove paragraphs about Tramp's experimental status.
+       w32.  Remove paragraphs about Tramp's experimental status.
        (Frequently Asked Questions): Add code example for highlighting the
        mode line.
 

=== modified file 'doc/misc/gnus-faq.texi'
--- a/doc/misc/gnus-faq.texi    2012-04-04 07:54:02 +0000
+++ b/doc/misc/gnus-faq.texi    2012-07-29 08:18:29 +0000
@@ -407,7 +407,7 @@
 The first thing you've got to do is to
 create a suitable directory (no blanks in directory name
 please) e.g. c:\myhome. Then you must set the environment
-variable HOME to this directory.  To do this under Win9x
+variable HOME to this directory.  To do this under Windows 9x
 or Me include the line
 
 @example

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2012-06-26 22:52:31 +0000
+++ b/doc/misc/gnus.texi        2012-07-29 08:18:29 +0000
@@ -29959,7 +29959,7 @@
 
 @lisp
 (("summary"
-  ("win95" -10000 nil s)
+  ("Windows 95" -10000 nil s)
   ("Gnus"))
  ("from"
   ("Lars" -1000))

=== modified file 'doc/misc/idlwave.texi'
--- a/doc/misc/idlwave.texi     2012-07-25 05:48:19 +0000
+++ b/doc/misc/idlwave.texi     2012-07-29 08:18:29 +0000
@@ -4020,7 +4020,7 @@
 @end example
 
 @html
-<A NAME="WIN_MAC"></A>
+<A NAME="WINDOWS_MAC"></A>
 @end html
 @node Windows and MacOS, Troubleshooting, Configuration Examples, Top
 @appendix Windows and MacOS

=== modified file 'doc/misc/mh-e.texi'
--- a/doc/misc/mh-e.texi        2012-01-19 07:21:25 +0000
+++ b/doc/misc/mh-e.texi        2012-07-29 08:18:29 +0000
@@ -7901,7 +7901,7 @@
 MAILDIR=$HOME/`mhparam Path`
 
 #
-# Filter messages with win32 executables/virii.
+# Filter messages with w32 executables/virii.
 #
 # These attachments are base64 and have a TVqQAAMAAAAEAAAA//8AALg
 # pattern. The string "this program cannot be run in MS-DOS mode"
@@ -9060,5 +9060,3 @@
 @c Local Variables:
 @c sentence-end-double-space: nil
 @c End:
-
-

=== modified file 'leim/makefile.w32-in'
--- a/leim/makefile.w32-in      2012-03-25 18:17:46 +0000
+++ b/leim/makefile.w32-in      2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft Windows 
API.
 
 # Copyright (C) 2000-2012  Free Software Foundation, Inc.
 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2012-07-09 04:21:55 +0000
+++ b/lib-src/makefile.w32-in   2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-#  -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
+#  -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.

=== modified file 'lib/makefile.w32-in'
--- a/lib/makefile.w32-in       2012-07-09 15:37:43 +0000
+++ b/lib/makefile.w32-in       2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2011 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-07-29 07:16:45 +0000
+++ b/lisp/ChangeLog    2012-07-29 08:18:29 +0000
@@ -10434,7 +10434,7 @@
        (tramp-completion-file-name-regexp-unified)
        (tramp-completion-file-name-regexp-separate)
        (tramp-completion-file-name-regexp-url): Don't use leading volume
-       letter on win32 systems.  (Bug#5303, Bug#9311)
+       letter on w32 systems.  (Bug#5303, Bug#9311)
        (tramp-drop-volume-letter): Simplify definition.
        Suggested by Stefan Monnier <address@hidden>.
 

=== modified file 'lisp/ChangeLog.8'
--- a/lisp/ChangeLog.8  2012-02-24 19:32:46 +0000
+++ b/lisp/ChangeLog.8  2012-07-29 08:18:29 +0000
@@ -6906,7 +6906,7 @@
        standard `print' and `nprint' programs, as well as `lpr' and
        similar programs.  Only write directly to the printer port if no
        print program is specified.  Work around a bug in Windows 9x
-       affecting Win32 version of Emacs by invoking command.com to write
+       affecting the w32 version of Emacs by invoking command.com to write
        to the printer port instead of writing directly.
        (direct-print-region-function): Use direct-print-region-helper to
        do most of the work.

=== modified file 'lisp/dos-w32.el'
--- a/lisp/dos-w32.el   2012-05-04 05:14:14 +0000
+++ b/lisp/dos-w32.el   2012-07-29 08:18:29 +0000
@@ -361,7 +361,7 @@
          (apply 'call-process lpr-prog nil errbuf nil rest))
         ;; Run command.com to access printer port on Windows 9x, unless
         ;; we are supposed to append to an existing (non-empty) file,
-        ;; to work around a bug in Windows 9x that prevents Win32
+        ;; to work around a bug in Windows 9x that prevents Windows
         ;; programs from accessing LPT ports reliably.
         ((and (eq system-type 'windows-nt)
               (getenv "winbootdir")

=== modified file 'lisp/mail/feedmail.el'
--- a/lisp/mail/feedmail.el     2012-07-11 23:13:41 +0000
+++ b/lisp/mail/feedmail.el     2012-07-29 08:18:29 +0000
@@ -2334,7 +2334,7 @@
     (if (and is-fqm is-in-this-dir)
        (setq filename buffer-file-name)
       (setq filename (feedmail-create-queue-filename queue-directory)))
-    ;; make binary file on DOS/Win95/WinNT, etc
+    ;; make binary file on DOS/Windows 95/Windows NT, etc
     (let ((buffer-file-type feedmail-force-binary-write))
       (write-file filename))
     ;; convenient for moving from draft to q, for example

=== modified file 'lisp/makefile.w32-in'
--- a/lisp/makefile.w32-in      2012-07-28 11:21:43 +0000
+++ b/lisp/makefile.w32-in      2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.

=== modified file 'lisp/mh-e/ChangeLog.1'
--- a/lisp/mh-e/ChangeLog.1     2012-01-19 07:21:25 +0000
+++ b/lisp/mh-e/ChangeLog.1     2012-07-29 08:18:29 +0000
@@ -9493,9 +9493,9 @@
        * mh-utils.el (mh-find-progs): Run PATH search only when mh-progs,
        mh-lib and mh-lib-progs are not all already set.  This allows the
        user to set them using a simple setq prior to loading mh-e.  This
-       is useful for implementation of mh-e on win32.  Note that many
+       is useful for implementation of mh-e on w32.  Note that many
        commands still call mh-find-path which also parses the mh_profile
-       file (that may still fail on win32), so this is still done often.
+       file (that may still fail on w32), so this is still done often.
        But it lets us change the mh_profile file and have mh-e see the
        changed file without exiting emacs and starting over so I left
        that in.

=== modified file 'lisp/net/ange-ftp.el'
--- a/lisp/net/ange-ftp.el      2012-07-11 12:03:19 +0000
+++ b/lisp/net/ange-ftp.el      2012-07-29 08:18:29 +0000
@@ -2618,7 +2618,7 @@
                                          (format
                                           "list data file %s not readable"
                                           temp))))
-                      ;; remove ^M inserted by the win32 ftp client
+                      ;; remove ^M inserted by the w32 ftp client
                       (while (re-search-forward "\r$" nil t)
                         (replace-match ""))
                       (goto-char 1)

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2012-07-14 02:08:32 +0000
+++ b/lisp/org/ChangeLog        2012-07-29 08:18:29 +0000
@@ -1,3 +1,12 @@
+2012-07-29  Paul Eggert  <address@hidden>
+
+       Don't use the abbreviation "win" to refer to Windows (Bug#10421).
+       * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
+       (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
+       (ly-w32-midi-path): Rename from ly-win32-midi-path.
+       (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
+       Check for "windows-nt", not "win32", in system-type.
+
 2012-06-02  Chong Yidong  <address@hidden>
 
        * org-clock.el (org-clock-string-limit)

=== modified file 'lisp/org/ob-lilypond.el'
--- a/lisp/org/ob-lilypond.el   2012-04-01 09:49:25 +0000
+++ b/lisp/org/ob-lilypond.el   2012-07-29 08:18:29 +0000
@@ -66,9 +66,9 @@
 (defvar ly-nix-pdf-path "evince")
 (defvar ly-nix-midi-path "timidity")
 
-(defvar ly-win32-ly-path "lilypond")
-(defvar ly-win32-pdf-path "")
-(defvar ly-win32-midi-path "")
+(defvar ly-w32-ly-path "lilypond")
+(defvar ly-w32-pdf-path "")
+(defvar ly-w32-midi-path "")
 
 (defvar ly-gen-png nil
 "Image generation (png) can be turned on by default by setting
@@ -329,8 +329,8 @@
          (or test system-type)))
     (cond ((string= sys-type  "darwin")
            ly-OSX-ly-path)
-          ((string= sys-type "win32")
-           ly-win32-ly-path)
+          ((string= sys-type "windows-nt")
+           ly-w32-ly-path)
           (t ly-nix-ly-path))))
 
 (defun ly-determine-pdf-path (&optional test)
@@ -341,8 +341,8 @@
          (or test system-type)))
     (cond ((string= sys-type  "darwin")
            ly-OSX-pdf-path)
-          ((string= sys-type "win32")
-           ly-win32-pdf-path)
+          ((string= sys-type "windows-nt")
+           ly-w32-pdf-path)
           (t ly-nix-pdf-path))))
 
 (defun ly-determine-midi-path (&optional test)
@@ -353,8 +353,8 @@
          (or test test system-type)))
     (cond ((string= sys-type  "darwin")
            ly-OSX-midi-path)
-          ((string= sys-type "win32")
-           ly-win32-midi-path)
+          ((string= sys-type "windows-nt")
+           ly-w32-midi-path)
           (t ly-nix-midi-path))))
 
 (defun ly-toggle-midi-play ()

=== modified file 'lisp/printing.el'
--- a/lisp/printing.el  2012-01-19 07:21:25 +0000
+++ b/lisp/printing.el  2012-07-29 08:18:29 +0000
@@ -2141,7 +2141,7 @@
   `http://bama.ua.edu/cgi-bin/man-cgi?lp'
   `http://www.mediacollege.com/cgi-bin/man/page.cgi?section=all&topic=lp'
 
-* GNU utilities for Win32 (cp.exe)
+* GNU utilities for w32 (cp.exe)
   `http://unxutils.sourceforge.net/'
 "
   :type '(repeat

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-07-28 23:05:32 +0000
+++ b/nt/ChangeLog      2012-07-29 08:18:29 +0000
@@ -905,7 +905,7 @@
 
 2008-04-04  Jason Rumney  <address@hidden>
 
-       * INSTALL: Update W32 API requirements.
+       * INSTALL: Update Windows API requirements.
 
 2008-04-03  Jason Rumney  <address@hidden>
 
@@ -2322,7 +2322,7 @@
        * makefile.def (CP_DIR): Use platform independent switches for xcopy.
 
        * makefile.nt (install, fast_install, real_install, clean):
-       Don't use switches to del not supported by Win95.
+       Don't use switches to del not supported by Windows 95.
 
 1995-11-07  Kevin Gallo  <address@hidden>
 
@@ -2376,7 +2376,7 @@
 1995-05-27  Geoff Voelker  <address@hidden>
 
        * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
-       Add carriage returns; necessary for batch files on Win95.
+       Add carriage returns; necessary for batch files on Windows 95.
 
 1995-05-25  Geoff Voelker  <address@hidden>
 

=== modified file 'nt/INSTALL'
--- a/nt/INSTALL        2012-04-07 13:57:36 +0000
+++ b/nt/INSTALL        2012-07-29 08:18:29 +0000
@@ -121,7 +121,7 @@
 
   To compile Emacs, you will need either Microsoft Visual C++ 2.0, or
   later and nmake, or a Windows port of GCC 2.95 or later with MinGW
-  and W32 API support and a port of GNU Make.  You can use the Cygwin
+  and Windows API support and a port of GNU Make.  You can use the Cygwin
   ports of GCC, but Emacs requires the MinGW headers and libraries to
   build (latest versions of the Cygwin toolkit, at least since v1.3.3,
   include the MinGW headers and libraries as an integral part).
@@ -591,7 +591,7 @@
 * Trouble-shooting
 
   The main problems that are likely to be encountered when building
-  Emacs stem from using an old version of GCC, or old MinGW or W32 API
+  Emacs stem from using an old version of GCC, or old MinGW or Windows API
   headers.  Additionally, Cygwin ports of GNU make may require the Emacs
   source tree to be mounted with text!=binary, because the makefiles
   generated by configure.bat necessarily use DOS line endings.  Also,
@@ -603,7 +603,7 @@
   2.95 or later is needed, because that is when the Windows port gained
   sufficient support for anonymous structs and unions to cope with some
   definitions from winnt.h that are used by addsection.c.
-  Older versions of the W32 API headers that come with Cygwin and MinGW
+  Older versions of the Windows API headers that come with Cygwin and MinGW
   may be missing some definitions required by Emacs, or broken in other
   ways.  In particular, uniscribe APIs were added to MinGW CVS only on
   2006-03-26, so releases from before then cannot be used.

=== modified file 'nt/configure.bat'
--- a/nt/configure.bat  2012-07-04 17:17:19 +0000
+++ b/nt/configure.bat  2012-07-29 08:18:29 +0000
@@ -23,7 +23,7 @@
 rem
 rem   + MS Windows 95, NT or later
 rem   + either MSVC 2.x or later, or gcc-2.95 or later (with GNU make 3.75
-rem     or later) and the Mingw32 and W32 API headers and libraries.
+rem     or later) and the Mingw32 and Windows API headers and libraries.
 rem   + Visual Studio 2005 is not supported at this time.
 rem
 rem For reference, here is a list of which builds of GNU make are known to
@@ -426,7 +426,7 @@
 rem   of w32api-xxx.zip from Anders Norlander since 1999-11-18 at least.
 rem   Beginning with Emacs 23, we need usp10.h.
 rem
-echo Checking whether W32 API headers are too old...
+echo Checking whether Windows API headers are too old...
 echo #include "windows.h" >junk.c
 echo #include "usp10.h" >>junk.c
 echo test(PIMAGE_NT_HEADERS pHeader) >>junk.c
@@ -469,7 +469,7 @@
 echo.
 echo Configure failed.
 echo To configure Emacs for Windows, you need to have either
-echo gcc-2.95 or later with Mingw32 and the W32 API headers,
+echo gcc-2.95 or later with Mingw32 and the Windows API headers,
 echo or MSVC 2.x or later.
 del junk.c
 goto end

=== modified file 'nt/makefile.w32-in'
--- a/nt/makefile.w32-in        2012-06-16 13:17:14 +0000
+++ b/nt/makefile.w32-in        2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
 #
 # Top level makefile for building GNU Emacs on Windows NT

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-28 23:05:32 +0000
+++ b/src/ChangeLog     2012-07-29 08:18:29 +0000
@@ -1,3 +1,11 @@
+2012-07-29  Paul Eggert  <address@hidden>
+
+       Don't use the abbreviation "win" to refer to Windows (Bug#10421).
+       * regex.c (MAX_BUF_SIZE): Remove some incorrect and
+       long-ago-commented-out code that talks about "WIN32".
+       * w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95.
+       All uses changed.
+
 2012-07-28  Paul Eggert  <address@hidden>
 
        Use Gnulib stdalign module (Bug#9772, Bug#9960).

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2012-04-15 02:59:30 +0000
+++ b/src/ChangeLog.10  2012-07-29 08:18:29 +0000
@@ -15825,7 +15825,7 @@
        * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
        xterm.c to handle overlaid fringe bitmaps and to use cursor color
        for displaying cursor in fringe.
-       (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
+       (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New Windows
        specific functions to define and destroy fringe bitmaps in fringe_bmp.
        (w32_redisplay_interface): Add them to redisplay_interface.
        (w32_term_init): Call w32_init_fringe instead of explicitly
@@ -21476,7 +21476,7 @@
        "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
        or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
 
-       * w32.c: Added wrapper functions around the win32 API functions
+       * w32.c: Added wrapper functions around the Windows API functions
        OpenProcessToken, GetTokenInformation, LookupAccountSid, and
        GetSidIdentifierAuthority.  These wrapper functions serve two
        purposes:
@@ -21490,7 +21490,7 @@
        the version of advapi32.dll that is found in the 9x branch of
        Microsoft Windows.
 
-       * w32.c (init_user_info): Replace the calls to the win32 API
+       * w32.c (init_user_info): Replace the calls to the Windows API
        functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
        and GetSidIdentifierAuthority with calls to the newly added
        wrapper functions.

=== modified file 'src/ChangeLog.11'
--- a/src/ChangeLog.11  2012-04-15 02:59:30 +0000
+++ b/src/ChangeLog.11  2012-07-29 08:18:29 +0000
@@ -3994,7 +3994,8 @@
 
 2010-09-24  Juanma Barranquero  <address@hidden>
 
-       Remove W32 API function pointer unused since 2005-02-15 (revno 60055).
+       Remove Windows API function pointer unused since 2005-02-15 (revno
+       60055).
        * w32fns.c (clipboard_sequence_fn): Don't declare.
        (globals_of_w32fns): Don't initialize it.
 

=== modified file 'src/ChangeLog.6'
--- a/src/ChangeLog.6   2012-04-15 02:59:30 +0000
+++ b/src/ChangeLog.6   2012-07-29 08:18:29 +0000
@@ -1269,7 +1269,7 @@
        "light", "extralight", and "thin" fonts.
        (x_to_win32_charset, win32_to_x_charset): New functions.
        (win32_to_x_font): Use new height units.  Use win32_to_x_charset.
-       (x_to_win32_font): Use x_to_win32_charset.  Support Win32 font names
+       (x_to_win32_font): Use x_to_win32_charset.  Support w32 font names
        in addition to X font names.
 
        (win32_load_font, Fx_list_fonts, Fx_display_color_cells)
@@ -3625,11 +3625,11 @@
 
        * xdisp.c [HAVE_NTGUI] (set_menu_framebar): Declare external.
        [HAVE_NTGUI] (frame_title_buf, frame_title_ptr): Include variables
-       for Win32 window system.
+       for w32 window system.
        [HAVE_NTGUI] (store_frame_title, x_consider_frame_title): Include
-       procedures for Win32 window system.
-       [HAVE_NTGUI] (x_consider_frame_title): Test for Win32 frame.
-       [HAVE_NTGUI] (display_text_line): Test for Win32 frame on face change.
+       procedures for w32 window system.
+       [HAVE_NTGUI] (x_consider_frame_title): Test for w32 frame.
+       [HAVE_NTGUI] (display_text_line): Test for w32 frame on face change.
        [HAVE_NTGUI] (display_menu_bar): Perform no-op for NT window system.
 
        * window.c [HAVE_NTGUI] (Fset_window_configuration): Set menu
@@ -3659,7 +3659,7 @@
        (make_lispy_event): Use FUNCTION_KEY_OFFSET to modify event codes
        before applying modifiers.
 
-       * frame.c [HAVE_NTGUI]: Test for a Win32 frame in procedures
+       * frame.c [HAVE_NTGUI]: Test for a w32 frame in procedures
        that test for an X frame.
 
        * frame.h (output_method): New method: output_win32.
@@ -3673,13 +3673,13 @@
        * emacs.c [HAVE_NTGUI]: Declare Vwindow_system.
        [HAVE_NTGUI] (main): Enable inhibit_window_system.
        Initialize environment from registry.
-       Declare syms of Win32 windowing modules.
+       Declare syms of w32 windowing modules.
 
        * dispnew.c [HAVE_NTGUI]: Include w32term.h.
        Include dispextern.h before cm.h since dispextern.h includes windows.h.
        [HAVE_NTGUI] (make_frame_glyphs, free_frame_glyphs, scroll_frame_lines)
-       (update_frame, update_line): Test for WIN32 frame.
-       [HAVE_NTGUI] (init_display): Initialize WIN32 window system.
+       (update_frame, update_line): Test for w32 frame.
+       [HAVE_NTGUI] (init_display): Initialize w32 window system.
 
        * dispextern.h [HAVE_NTGUI]: Include win32.h.
        [HAVE_NTGUI] (struct frame_glyphs): Include pixel fields.

=== modified file 'src/ChangeLog.7'
--- a/src/ChangeLog.7   2012-02-24 19:47:53 +0000
+++ b/src/ChangeLog.7   2012-07-29 08:18:29 +0000
@@ -2070,7 +2070,7 @@
        (sys_select): Ignore children dead children with pending input.
        Delay sending SIGCHLD until all output has been read.
        (sys_kill): Sleep to allow focus change events to propagate.
-       Use TerminateProcess on Win95.
+       Use TerminateProcess on Windows 95.
        (int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids):
        New functions.
        (Vw32_valid_locale_ids): New variable.
@@ -5719,13 +5719,13 @@
        Loop over handles round robin to ensure fairness.
        (sys_kill): Send ctrl-break and ctrl-c keystrokes to subprocesses
        on SIGINT if not sharing consoles, otherwise generate ctrl-break event.
-       On other termination signals, send WM_QUIT message to Win95 apps
+       On other termination signals, send WM_QUIT message to Windows 95 apps
        and WM_CLOSE to NT apps.
        (syms_of_ntproc): Intern new symbols.  defsubr new functions.
        DEFVAR new variables.
 
-       * w32term.c (SIF_*): Win95 macros defined for NT.
-       (struct tagSCROLLINFO): Win95 struct defined for NT.
+       * w32term.c (SIF_*): Windows 95 macros defined for NT.
+       (struct tagSCROLLINFO): Windows 95 struct defined for NT.
        (vertical_scroll_bar_min_handle, vertical_scroll_bar_top_border)
        (vertical_scroll_bar_bottom_border, last_scroll_bar_drag_pos)
        (Vw32_gab_focus_on_raise, Vw32_capslock_is_shiftlock):

=== modified file 'src/ChangeLog.8'
--- a/src/ChangeLog.8   2012-01-19 07:21:25 +0000
+++ b/src/ChangeLog.8   2012-07-29 08:18:29 +0000
@@ -13203,7 +13203,7 @@
        * w32.c (stat): GetFileInformationByHandle can legitimately fail,
        so don't rely on it succeeding.
 
-       * w32fns.c (x_to_w32_font): Specify DEFAULT_CHARSET in the w32
+       * w32fns.c (x_to_w32_font): Specify DEFAULT_CHARSET in the Windows
        LOGFONT struct if x font doesn't specify the charset.
        (x_to_w32_charset): Change >= to == when testing results of
        stricmp.

=== modified file 'src/dbusbind.c'
--- a/src/dbusbind.c    2012-07-27 11:36:36 +0000
+++ b/src/dbusbind.c    2012-07-29 08:18:29 +0000
@@ -986,7 +986,7 @@
 xd_find_watch_fd (DBusWatch *watch)
 {
 #if HAVE_DBUS_WATCH_GET_UNIX_FD
-  /* TODO: Reverse these on Win32, which prefers the opposite.  */
+  /* TODO: Reverse these on w32, which prefers the opposite.  */
   int fd = dbus_watch_get_unix_fd (watch);
   if (fd == -1)
     fd = dbus_watch_get_socket (watch);

=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in       2012-07-26 13:59:01 +0000
+++ b/src/makefile.w32-in       2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- for GNU Emacs on the Microsoft Windows API.
 # Copyright (C) 2000-2012  Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.

=== modified file 'src/regex.c'
--- a/src/regex.c       2012-07-10 21:48:34 +0000
+++ b/src/regex.c       2012-07-29 08:18:29 +0000
@@ -1739,20 +1739,6 @@
    be too small, many things would have to change.  */
 # define MAX_BUF_SIZE (1L << 15)
 
-#if 0  /* This is when we thought it could be 2^16 bytes.  */
-/* Any other compiler which, like MSC, has allocation limit below 2^16
-   bytes will have to use approach similar to what was done below for
-   MSC and drop MAX_BUF_SIZE a bit.  Otherwise you may end up
-   reallocating to 0 bytes.  Such thing is not going to work too well.
-   You have been warned!!  */
-#if defined _MSC_VER  && !defined WIN32
-/* Microsoft C 16-bit versions limit malloc to approx 65512 bytes.  */
-# define MAX_BUF_SIZE  65500L
-#else
-# define MAX_BUF_SIZE (1L << 16)
-#endif
-#endif /* 0 */
-
 /* Extend the buffer by twice its current size via realloc and
    reset the pointers that pointed into the old block to point to the
    correct places in the new one.  If extending the buffer results in it

=== modified file 'src/sound.c'
--- a/src/sound.c       2012-07-16 04:47:31 +0000
+++ b/src/sound.c       2012-07-29 08:18:29 +0000
@@ -31,7 +31,7 @@
   cause an error to be generated.
 
   The Windows implementation of play-sound is implemented via the
-  Win32 API functions mciSendString, waveOutGetVolume, and
+  Windows API functions mciSendString, waveOutGetVolume, and
   waveOutSetVolume which are exported by Winmm.dll.
 */
 

=== modified file 'src/w32.c'
--- a/src/w32.c 2012-07-27 09:24:34 +0000
+++ b/src/w32.c 2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API.
+/* Utility and Unix shadow routines for GNU Emacs on the Microsoft Windows API.
    Copyright (C) 1994-1995, 2000-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -2011,7 +2011,7 @@
 
 
 /* ------------------------------------------------------------------------- */
-/* IO support and wrapper functions for W32 API. */
+/* IO support and wrapper functions for the Windows API. */
 /* ------------------------------------------------------------------------- */
 
 /* Place a wrapper around the MSVC version of ctime.  It returns NULL
@@ -2929,7 +2929,7 @@
   /* volume_info is set indirectly by map_w32_filename.  */
   oldname_dev = volume_info.serialnum;
 
-  if (os_subtype == OS_WIN95)
+  if (os_subtype == OS_WINDOWS_95)
     {
       char * o;
       char * p;

=== modified file 'src/w32console.c'
--- a/src/w32console.c  2012-07-28 16:57:57 +0000
+++ b/src/w32console.c  2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Terminal hooks for GNU Emacs on the Microsoft W32 API.
+/* Terminal hooks for GNU Emacs on the Microsoft Windows API.
    Copyright (C) 1992, 1999, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -515,7 +515,7 @@
 {
   CONSOLE_CURSOR_INFO cci;
 
-  /* make cursor big and visible (100 on Win95 makes it disappear)  */
+  /* make cursor big and visible (100 on Windows 95 makes it disappear)  */
   cci.dwSize = 99;
   cci.bVisible = TRUE;
   (void) SetConsoleCursorInfo (cur_screen, &cci);

=== modified file 'src/w32fns.c'
--- a/src/w32fns.c      2012-07-27 09:24:34 +0000
+++ b/src/w32fns.c      2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Graphical user interface functions for the Microsoft W32 API.
+/* Graphical user interface functions for the Microsoft Windows API.
 
 Copyright (C) 1989, 1992-2012  Free Software Foundation, Inc.
 
@@ -6575,7 +6575,7 @@
   value = Qnil;
 
   /* Determining the required information on Windows turns out, sadly,
-     to be more involved than one would hope.  The original Win32 api
+     to be more involved than one would hope.  The original Windows API
      call for this will return bogus information on some systems, but we
      must dynamically probe for the replacement api, since that was
      added rather late on.  */

=== modified file 'src/w32font.c'
--- a/src/w32font.c     2012-07-18 10:12:43 +0000
+++ b/src/w32font.c     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Font backend for the Microsoft W32 API.
+/* Font backend for the Microsoft Windows API.
    Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -292,7 +292,7 @@
   Lisp_Object str = DECODE_SYSTEM (build_string (string));
   int len = SCHARS (str);
   Lisp_Object obarray = check_obarray (Vobarray);
-  Lisp_Object tem = oblookup (obarray, SDATA (str), len, len);  
+  Lisp_Object tem = oblookup (obarray, SDATA (str), len, len);
   /* This code is similar to intern function from lread.c.  */
   return SYMBOLP (tem) ? tem : Fintern (str, obarray);
 }
@@ -1394,7 +1394,7 @@
                    currently appear in fontset.el, so it isn't worth
                    creating a mapping table of codepages/scripts to languages
                    or opening the font to see if there are any language tags
-                   in it that the W32 API does not expose. Fontset
+                   in it that the Windows API does not expose. Fontset
                   spec should have a fallback, as some backends do
                   not recognize language at all.  */
                return 0;

=== modified file 'src/w32font.h'
--- a/src/w32font.h     2012-01-19 07:21:25 +0000
+++ b/src/w32font.h     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Shared GDI and Uniscribe Font backend declarations for the W32 API.
+/* Shared GDI and Uniscribe Font backend declarations for the Windows API.
    Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.

=== modified file 'src/w32gui.h'
--- a/src/w32gui.h      2012-01-19 07:21:25 +0000
+++ b/src/w32gui.h      2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Definitions and headers for communication on the Microsoft W32 API.
+/* Definitions and headers for communication on the Microsoft Windows API.
    Copyright (C) 1995, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.

=== modified file 'src/w32heap.c'
--- a/src/w32heap.c     2012-06-13 13:40:48 +0000
+++ b/src/w32heap.c     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Heap management routines for GNU Emacs on the Microsoft W32 API.
+/* Heap management routines for GNU Emacs on the Microsoft Windows API.
    Copyright (C) 1994, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -66,7 +66,7 @@
   w32_minor_version = version.info.minor;
 
   if (version.info.platform & 0x8000)
-    os_subtype = OS_WIN95;
+    os_subtype = OS_WINDOWS_95;
   else
     os_subtype = OS_NT;
 
@@ -79,7 +79,7 @@
   GetVersionEx (&osinfo_cache);
 
   w32_build_number = osinfo_cache.dwBuildNumber;
-  if (os_subtype == OS_WIN95)
+  if (os_subtype == OS_WINDOWS_95)
     w32_build_number &= 0xffff;
 }
 

=== modified file 'src/w32heap.h'
--- a/src/w32heap.h     2012-01-19 07:21:25 +0000
+++ b/src/w32heap.h     2012-07-29 08:18:29 +0000
@@ -51,7 +51,7 @@
 extern int           w32_build_number;
 
 enum {
-  OS_WIN95 = 1,
+  OS_WINDOWS_95 = 1,
   OS_NT
 };
 
@@ -92,4 +92,3 @@
 IMAGE_SECTION_HEADER * rva_to_section (DWORD rva, IMAGE_NT_HEADERS * 
nt_header);
 
 #endif /* NTHEAP_H_ */
-

=== modified file 'src/w32inevt.c'
--- a/src/w32inevt.c    2012-07-28 16:57:57 +0000
+++ b/src/w32inevt.c    2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Input event support for Emacs on the Microsoft W32 API.
+/* Input event support for Emacs on the Microsoft Windows API.
    Copyright (C) 1992-1993, 1995, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.

=== modified file 'src/w32inevt.h'
--- a/src/w32inevt.h    2012-07-28 16:57:57 +0000
+++ b/src/w32inevt.h    2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Input routines for GNU Emacs on the Microsoft W32 API.
+/* Input routines for GNU Emacs on the Microsoft Windows API.
    Copyright (C) 1995, 2001-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -30,4 +30,3 @@
                                        unsigned long *time);
 
 #endif /* EMACS_W32INEVT_H */
-

=== modified file 'src/w32menu.c'
--- a/src/w32menu.c     2012-07-21 19:26:25 +0000
+++ b/src/w32menu.c     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Menu support for GNU Emacs on the Microsoft W32 API.
+/* Menu support for GNU Emacs on the Microsoft Windows API.
    Copyright (C) 1986, 1988, 1993-1994, 1996, 1998-1999, 2001-2012
                  Free Software Foundation, Inc.
 

=== modified file 'src/w32proc.c'
--- a/src/w32proc.c     2012-06-30 15:55:27 +0000
+++ b/src/w32proc.c     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Process support for GNU Emacs on the Microsoft W32 API.
+/* Process support for GNU Emacs on the Microsoft Windows API.
    Copyright (C) 1992, 1995, 1999-2012  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -799,7 +799,7 @@
   unixtodos_filename (cmdname);
   argv[0] = cmdname;
 
-  /* Determine whether program is a 16-bit DOS executable, or a w32
+  /* Determine whether program is a 16-bit DOS executable, or a 32-bit Windows
      executable that is implicitly linked to the Cygnus dll (implying it
      was compiled with the Cygnus GNU toolchain and hence relies on
      cygwin.dll to parse the command line - we use this to decide how to
@@ -1386,7 +1386,7 @@
 
       GetClassName (hwnd, window_class, sizeof (window_class));
       if (strcmp (window_class,
-                 (os_subtype == OS_WIN95)
+                 (os_subtype == OS_WINDOWS_95)
                  ? "tty"
                  : "ConsoleWindowClass") == 0)
        {
@@ -1517,7 +1517,7 @@
       if (NILP (Vw32_start_process_share_console) && cp && cp->hwnd)
        {
 #if 1
-         if (os_subtype == OS_WIN95)
+         if (os_subtype == OS_WINDOWS_95)
            {
 /*
    Another possibility is to try terminating the VDM out-right by
@@ -1536,7 +1536,7 @@
 
 */
 #if 0
-             /* On Win95, posting WM_QUIT causes the 16-bit subsystem
+             /* On Windows 95, posting WM_QUIT causes the 16-bit subsystem
                 to hang when cmdproxy is used in conjunction with
                 command.com for an interactive shell.  Posting
                 WM_CLOSE pops up a dialog that, when Yes is selected,
@@ -1810,7 +1810,7 @@
       CHECK_NUMBER (process);
 
       /* Allow pid to be an internally generated one, or one obtained
-        externally.  This is necessary because real pids on Win95 are
+        externally.  This is necessary because real pids on Windows 95 are
         negative.  */
 
       pid = XINT (process);

=== modified file 'src/w32select.c'
--- a/src/w32select.c   2012-07-05 06:32:41 +0000
+++ b/src/w32select.c   2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Selection processing for Emacs on the Microsoft W32 API.
+/* Selection processing for Emacs on the Microsoft Windows API.
 
 Copyright (C) 1993-1994, 2001-2012  Free Software Foundation, Inc.
 

=== modified file 'src/w32term.c'
--- a/src/w32term.c     2012-07-05 06:32:41 +0000
+++ b/src/w32term.c     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Implementation of GUI terminal on the Microsoft W32 API.
+/* Implementation of GUI terminal on the Microsoft Windows API.
 
 Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc.
 

=== modified file 'src/w32term.h'
--- a/src/w32term.h     2012-07-03 18:24:42 +0000
+++ b/src/w32term.h     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Definitions and headers for communication on the Microsoft W32 API.
+/* Definitions and headers for communication on the Microsoft Windows API.
    Copyright (C) 1995, 2001-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.

=== modified file 'src/w32xfns.c'
--- a/src/w32xfns.c     2012-01-19 07:21:25 +0000
+++ b/src/w32xfns.c     2012-07-29 08:18:29 +0000
@@ -1,4 +1,4 @@
-/* Functions taken directly from X sources for use with the Microsoft W32 API.
+/* Functions taken directly from X sources for use with the Microsoft Windows 
API.
    Copyright (C) 1989, 1992-1995, 1999, 2001-2012  Free Software Foundation, 
Inc.
 
 This file is part of GNU Emacs.


reply via email to

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