diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 51e8d112c9d..85eb113db82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-12-31 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify setfattr use by assuming GNU make | ||
| 4 | * Makefile.in (PAXCTL_if_present, SETFATTR_if_present): New macros. | ||
| 5 | (emacs$(EXEEXT), temacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): Use them. | ||
| 6 | Simplify by using GNU make rather than shell conditionals, | ||
| 7 | by using ln -f rather than rm -f followed by ln, | ||
| 8 | and by preferring $@ to spelling out the destination. | ||
| 9 | |||
| 1 | 2014-12-29 Eli Zaretskii <eliz@gnu.org> | 10 | 2014-12-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this | 12 | * sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this |