diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -1,3 +1,17 @@ | |||
| 1 | 2012-02-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to older Solaris 10 versions (Bug#10677). | ||
| 4 | Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc. | ||
| 5 | I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but | ||
| 6 | possibly this is because Sun fixed the 'stat' bug in my version. | ||
| 7 | * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module. | ||
| 8 | * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib. | ||
| 9 | * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. | ||
| 10 | These changes are based on gnulib version | ||
| 11 | 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10, | ||
| 12 | because Emacs is in feature freeze and we do not want to merge any | ||
| 13 | more-recent changes from gnulib. | ||
| 14 | |||
| 1 | 2012-01-31 Glenn Morris <rgm@gnu.org> | 15 | 2012-01-31 Glenn Morris <rgm@gnu.org> |
| 2 | 16 | ||
| 3 | * configure.in: Throw an explicit error if Motif toolkit was | 17 | * configure.in: Throw an explicit error if Motif toolkit was |