diff options
| author | Paul Eggert | 2012-07-29 01:18:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-29 01:18:29 -0700 |
| commit | b46a6a83b3c30d34aa6b80633394c74e6145291c (patch) | |
| tree | 70cf89c43b7663acf77c2e54f2ed644d1eb18a4e /src/ChangeLog.7 | |
| parent | 72b255c7e7856eb0abefb1149211a8be519f6fef (diff) | |
| download | emacs-b46a6a83b3c30d34aa6b80633394c74e6145291c.tar.gz emacs-b46a6a83b3c30d34aa6b80633394c74e6145291c.zip | |
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.
Diffstat (limited to 'src/ChangeLog.7')
| -rw-r--r-- | src/ChangeLog.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 0952826e8c6..ce240ab2928 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -2070,7 +2070,7 @@ | |||
| 2070 | (sys_select): Ignore children dead children with pending input. | 2070 | (sys_select): Ignore children dead children with pending input. |
| 2071 | Delay sending SIGCHLD until all output has been read. | 2071 | Delay sending SIGCHLD until all output has been read. |
| 2072 | (sys_kill): Sleep to allow focus change events to propagate. | 2072 | (sys_kill): Sleep to allow focus change events to propagate. |
| 2073 | Use TerminateProcess on Win95. | 2073 | Use TerminateProcess on Windows 95. |
| 2074 | (int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids): | 2074 | (int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids): |
| 2075 | New functions. | 2075 | New functions. |
| 2076 | (Vw32_valid_locale_ids): New variable. | 2076 | (Vw32_valid_locale_ids): New variable. |
| @@ -5719,13 +5719,13 @@ | |||
| 5719 | Loop over handles round robin to ensure fairness. | 5719 | Loop over handles round robin to ensure fairness. |
| 5720 | (sys_kill): Send ctrl-break and ctrl-c keystrokes to subprocesses | 5720 | (sys_kill): Send ctrl-break and ctrl-c keystrokes to subprocesses |
| 5721 | on SIGINT if not sharing consoles, otherwise generate ctrl-break event. | 5721 | on SIGINT if not sharing consoles, otherwise generate ctrl-break event. |
| 5722 | On other termination signals, send WM_QUIT message to Win95 apps | 5722 | On other termination signals, send WM_QUIT message to Windows 95 apps |
| 5723 | and WM_CLOSE to NT apps. | 5723 | and WM_CLOSE to NT apps. |
| 5724 | (syms_of_ntproc): Intern new symbols. defsubr new functions. | 5724 | (syms_of_ntproc): Intern new symbols. defsubr new functions. |
| 5725 | DEFVAR new variables. | 5725 | DEFVAR new variables. |
| 5726 | 5726 | ||
| 5727 | * w32term.c (SIF_*): Win95 macros defined for NT. | 5727 | * w32term.c (SIF_*): Windows 95 macros defined for NT. |
| 5728 | (struct tagSCROLLINFO): Win95 struct defined for NT. | 5728 | (struct tagSCROLLINFO): Windows 95 struct defined for NT. |
| 5729 | (vertical_scroll_bar_min_handle, vertical_scroll_bar_top_border) | 5729 | (vertical_scroll_bar_min_handle, vertical_scroll_bar_top_border) |
| 5730 | (vertical_scroll_bar_bottom_border, last_scroll_bar_drag_pos) | 5730 | (vertical_scroll_bar_bottom_border, last_scroll_bar_drag_pos) |
| 5731 | (Vw32_gab_focus_on_raise, Vw32_capslock_is_shiftlock): | 5731 | (Vw32_gab_focus_on_raise, Vw32_capslock_is_shiftlock): |