diff options
| author | Stefan Monnier | 2011-07-04 14:31:29 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-07-04 14:31:29 -0400 |
| commit | cabf1cac90043cd356d7adf1d6885687ab01964c (patch) | |
| tree | b1b9f411dbef7255b37faf1e5a44485ad71f9461 /src/ChangeLog | |
| parent | f932a347844c88e1586ffe3995c9a60ccd74668e (diff) | |
| download | emacs-cabf1cac90043cd356d7adf1d6885687ab01964c.tar.gz emacs-cabf1cac90043cd356d7adf1d6885687ab01964c.zip | |
* textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.
(syms_of_textprop): Add `display' to Vtext_property_default_nonsticky.
* w32fns.c (syms_of_w32fns):
* xfns.c (syms_of_xfns): Don't Add `display' since it's there by default.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8e208565bde..17a6179f356 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * textprop.c (text_property_stickiness): | ||
| 4 | Obey Vtext_property_default_nonsticky. | ||
| 5 | (syms_of_textprop): Add `display' to Vtext_property_default_nonsticky. | ||
| 6 | * w32fns.c (syms_of_w32fns): | ||
| 7 | * xfns.c (syms_of_xfns): Don't Add `display' since it's there by default. | ||
| 8 | |||
| 1 | 2011-07-04 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-07-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR. | 11 | * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR. |