diff options
| author | Kenichi Handa | 2012-02-02 18:12:08 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-02-02 18:12:08 +0900 |
| commit | ba1d2c3e9231ac0988923ed34711c20c7f013e5a (patch) | |
| tree | 56a96de4c0d099e54a133ea49e212e200e218f96 /src | |
| parent | c5d3843c34587a1584b5ebcf3a693cbfe74bb5c3 (diff) | |
| parent | 953cebf5a8bde005bf7e56fd2ab31a32f32a3586 (diff) | |
| download | emacs-ba1d2c3e9231ac0988923ed34711c20c7f013e5a.tar.gz emacs-ba1d2c3e9231ac0988923ed34711c20c7f013e5a.zip | |
merge trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 | ||||
| -rw-r--r-- | src/callproc.c | 5 | ||||
| -rw-r--r-- | src/nsterm.m | 12 | ||||
| -rw-r--r-- | src/w32term.c | 5 | ||||
| -rw-r--r-- | src/xterm.c | 5 |
5 files changed, 21 insertions, 16 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d291f5f4e64..7ccdca9f347 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-02-02 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * callproc.c (Fcall_process, Fcall_process_region): Doc fix. | ||
| 4 | |||
| 5 | * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: | ||
| 6 | Unconditionally set to t. (Bug#10673) | ||
| 7 | * nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: | ||
| 8 | * w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>: | ||
| 9 | * xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix. | ||
| 10 | |||
| 1 | 2012-02-02 Kenichi Handa <handa@m17n.org> | 11 | 2012-02-02 Kenichi Handa <handa@m17n.org> |
| 2 | 12 | ||
| 3 | (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is | 13 | (x_produce_glyphs): Cancel previous change. If cmp->glyph_len is |
diff --git a/src/callproc.c b/src/callproc.c index c5208fb93d9..b5b8cadeb68 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -164,7 +164,8 @@ The remaining arguments are optional. | |||
| 164 | The program's input comes from file INFILE (nil means `/dev/null'). | 164 | The program's input comes from file INFILE (nil means `/dev/null'). |
| 165 | Insert output in BUFFER before point; t means current buffer; nil for BUFFER | 165 | Insert output in BUFFER before point; t means current buffer; nil for BUFFER |
| 166 | means discard it; 0 means discard and don't wait; and `(:file FILE)', where | 166 | means discard it; 0 means discard and don't wait; and `(:file FILE)', where |
| 167 | FILE is a file name string, means that it should be written to that file. | 167 | FILE is a file name string, means that it should be written to that file |
| 168 | \(if the file already exists it is overwritten). | ||
| 168 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, | 169 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, |
| 169 | REAL-BUFFER says what to do with standard output, as above, | 170 | REAL-BUFFER says what to do with standard output, as above, |
| 170 | while STDERR-FILE says what to do with standard error in the child. | 171 | while STDERR-FILE says what to do with standard error in the child. |
| @@ -940,7 +941,7 @@ Delete the text if fourth arg DELETE is non-nil. | |||
| 940 | Insert output in BUFFER before point; t means current buffer; nil for | 941 | Insert output in BUFFER before point; t means current buffer; nil for |
| 941 | BUFFER means discard it; 0 means discard and don't wait; and `(:file | 942 | BUFFER means discard it; 0 means discard and don't wait; and `(:file |
| 942 | FILE)', where FILE is a file name string, means that it should be | 943 | FILE)', where FILE is a file name string, means that it should be |
| 943 | written to that file. | 944 | written to that file (if the file already exists it is overwritten). |
| 944 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, | 945 | BUFFER can also have the form (REAL-BUFFER STDERR-FILE); in that case, |
| 945 | REAL-BUFFER says what to do with standard output, as above, | 946 | REAL-BUFFER says what to do with standard output, as above, |
| 946 | while STDERR-FILE says what to do with standard error in the child. | 947 | while STDERR-FILE says what to do with standard error in the child. |
diff --git a/src/nsterm.m b/src/nsterm.m index 1fbd3813fc7..277af26f149 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* NeXT/Open/GNUstep / MacOSX communication module. | 1 | /* NeXT/Open/GNUstep / MacOSX communication module. |
| 2 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2012 | 2 | |
| 3 | Free Software Foundation, Inc. | 3 | Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2012 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||
| @@ -6739,13 +6740,8 @@ Only works on OSX 10.6 or later. */); | |||
| 6739 | A value of nil means Emacs doesn't use toolkit scroll bars. | 6740 | A value of nil means Emacs doesn't use toolkit scroll bars. |
| 6740 | With the X Window system, the value is a symbol describing the | 6741 | With the X Window system, the value is a symbol describing the |
| 6741 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. | 6742 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. |
| 6742 | With MS Windows, the value is t. With Nextstep, the value is | 6743 | With MS Windows or Nextstep, the value is t. */); |
| 6743 | t or nil. */); | ||
| 6744 | #ifdef USE_TOOLKIT_SCROLL_BARS | ||
| 6745 | Vx_toolkit_scroll_bars = Qt; | 6744 | Vx_toolkit_scroll_bars = Qt; |
| 6746 | #else | ||
| 6747 | Vx_toolkit_scroll_bars = Qnil; | ||
| 6748 | #endif | ||
| 6749 | 6745 | ||
| 6750 | DEFVAR_BOOL ("x-use-underline-position-properties", | 6746 | DEFVAR_BOOL ("x-use-underline-position-properties", |
| 6751 | x_use_underline_position_properties, | 6747 | x_use_underline_position_properties, |
diff --git a/src/w32term.c b/src/w32term.c index 57fdf070850..8a0e9efc943 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implementation of GUI terminal on the Microsoft W32 API. | 1 | /* Implementation of GUI terminal on the Microsoft W32 API. |
| 2 | 2 | ||
| 3 | Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. | 3 | Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -6432,8 +6432,7 @@ baseline level. The default value is nil. */); | |||
| 6432 | A value of nil means Emacs doesn't use toolkit scroll bars. | 6432 | A value of nil means Emacs doesn't use toolkit scroll bars. |
| 6433 | With the X Window system, the value is a symbol describing the | 6433 | With the X Window system, the value is a symbol describing the |
| 6434 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. | 6434 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. |
| 6435 | With MS Windows, the value is t. With Nextstep, the value is | 6435 | With MS Windows or Nextstep, the value is t. */); |
| 6436 | t or nil. */); | ||
| 6437 | Vx_toolkit_scroll_bars = Qt; | 6436 | Vx_toolkit_scroll_bars = Qt; |
| 6438 | 6437 | ||
| 6439 | staticpro (&last_mouse_motion_frame); | 6438 | staticpro (&last_mouse_motion_frame); |
diff --git a/src/xterm.c b/src/xterm.c index 8fd0c0d24f7..0a54c987387 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Communication module for terminals which understand the X protocol. | 1 | /* X Communication module for terminals which understand the X protocol. |
| 2 | 2 | ||
| 3 | Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. | 3 | Copyright (C) 1989, 1993-2012 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -10844,8 +10844,7 @@ selected window or cursor position is preserved. */); | |||
| 10844 | A value of nil means Emacs doesn't use toolkit scroll bars. | 10844 | A value of nil means Emacs doesn't use toolkit scroll bars. |
| 10845 | With the X Window system, the value is a symbol describing the | 10845 | With the X Window system, the value is a symbol describing the |
| 10846 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. | 10846 | X toolkit. Possible values are: gtk, motif, xaw, or xaw3d. |
| 10847 | With MS Windows, the value is t. With Nextstep, the value is | 10847 | With MS Windows or Nextstep, the value is t. */); |
| 10848 | t or nil. */); | ||
| 10849 | #ifdef USE_TOOLKIT_SCROLL_BARS | 10848 | #ifdef USE_TOOLKIT_SCROLL_BARS |
| 10850 | #ifdef USE_MOTIF | 10849 | #ifdef USE_MOTIF |
| 10851 | Vx_toolkit_scroll_bars = intern_c_string ("motif"); | 10850 | Vx_toolkit_scroll_bars = intern_c_string ("motif"); |