diff options
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 4eaf2d49f36..7f8a356eb71 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-06-03 Ulrich Müller <ulm@gentoo.org> | ||
| 2 | |||
| 3 | * Makefile.in (PAXCTL): Define. | ||
| 4 | (temacs$(EXEEXT)): Disable memory randomization for the temacs | ||
| 5 | binary via PaX flags if the paxctl utility is available. | ||
| 6 | (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): | ||
| 7 | Restore PaX flags to their default. (Bug#11398) | ||
| 8 | |||
| 1 | 2012-06-03 Chong Yidong <cyd@gnu.org> | 9 | 2012-06-03 Chong Yidong <cyd@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte | 11 | * xdisp.c (decode_mode_spec_coding): Display a space for a unibyte |