diff options
| author | Stefan Monnier | 2007-10-23 21:17:06 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-10-23 21:17:06 +0000 |
| commit | 4d0ac3d738c0055be74d955ef0ca9b31d2752a28 (patch) | |
| tree | a5180608af4ba0f6aff33928b6dcdb4071d07465 /src/ChangeLog | |
| parent | 7357cb0467cb329a422c857c9fd07c574968788f (diff) | |
| download | emacs-4d0ac3d738c0055be74d955ef0ca9b31d2752a28.tar.gz emacs-4d0ac3d738c0055be74d955ef0ca9b31d2752a28.zip | |
* lisp.h (Fget_text_property): Declare.
(have_menus_p): Declare it here rather than in sys-dep header files.
* macterm.h (have_menus_p):
* msdos.h (have_menus_p):
* xterm.h (have_menus_p): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3da07722a7a..0d8dfc6aa36 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lisp.h (Fget_text_property): Declare. | ||
| 4 | (have_menus_p): Declare it here rather than in sys-dep header files. | ||
| 5 | * macterm.h (have_menus_p): | ||
| 6 | * msdos.h (have_menus_p): | ||
| 7 | * xterm.h (have_menus_p): Remove. | ||
| 8 | |||
| 3 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable) | 9 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable) |
| 4 | (Fmake_variable_frame_local): Just check the variable's const-ness | 10 | (Fmake_variable_frame_local): Just check the variable's const-ness |
| 5 | rather than checking nil or t. | 11 | rather than checking nil or t. |