diff options
| author | YAMAMOTO Mitsuharu | 2005-02-03 11:58:25 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-02-03 11:58:25 +0000 |
| commit | e9859e269b8a6e8279b7bfc00193789198823711 (patch) | |
| tree | c76af982d4bc62f8bf36e31e4b86bbe624b13127 /src/ChangeLog | |
| parent | 50b96379d7dde886f40e64386a9b0e8e37c9fb36 (diff) | |
| download | emacs-e9859e269b8a6e8279b7bfc00193789198823711.tar.gz emacs-e9859e269b8a6e8279b7bfc00193789198823711.zip | |
(mac_draw_string_common, x_make_frame_visible): Use
MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS
version.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6dd4211364f..978614515e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-02-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac.c: Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by | ||
| 4 | the compiling OS version. | ||
| 5 | |||
| 6 | * macfns.c (x_create_tip_frame): Likewise. | ||
| 7 | |||
| 8 | * macterm.c (mac_draw_string_common, x_make_frame_visible): | ||
| 9 | Likewise. | ||
| 10 | |||
| 1 | 2005-02-03 Richard M. Stallman <rms@gnu.org> | 11 | 2005-02-03 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline. | 13 | * xterm.c (x_error_quitter): On GCC 3 and up, specify noinline. |