diff options
| author | Paul Eggert | 2011-01-17 21:23:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-17 21:23:52 -0800 |
| commit | 53911e8f4ea67606560debaa1590be06458d283f (patch) | |
| tree | b9a504ac8c64a19eb235a79dd3ab0d0155c1c6ba /ChangeLog | |
| parent | 7cae64b4eed192a49ea258089639ec44da6095e2 (diff) | |
| download | emacs-53911e8f4ea67606560debaa1590be06458d283f.tar.gz emacs-53911e8f4ea67606560debaa1590be06458d283f.zip | |
Minor cleanups for 'bzr status'
* .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
the output of config.guess.
* Makefile.in (top_distclean): Remove stamp-h1 too.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Minor cleanups for 'bzr status' | ||
| 4 | * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, | ||
| 5 | the output of config.guess. | ||
| 6 | * Makefile.in (top_distclean): Remove stamp-h1 too. | ||
| 7 | |||
| 3 | * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be | 8 | * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be |
| 4 | defined if the compiler supports GCC-style __attribute__ | 9 | defined if the compiler supports GCC-style __attribute__ |
| 5 | ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support | 10 | ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support |