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 e01c70f3dce..a38df05518d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-10-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * lisp.h (USE_STACK_STRING): Now true only if USE_STACK CONS. | ||
| 4 | On x86 platforms this works around GCC bug 63495 | ||
| 5 | <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63495>, | ||
| 6 | and more generally should fix a portability problem in Emacs. | ||
| 7 | Problem reported by Stefan Monnier in: | ||
| 8 | http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00261.html | ||
| 9 | |||
| 1 | 2014-10-08 Leo Liu <sdl.web@gmail.com> | 10 | 2014-10-08 Leo Liu <sdl.web@gmail.com> |
| 2 | 11 | ||
| 3 | Enhance terpri to allow conditionally output a newline. (Bug#18652) | 12 | Enhance terpri to allow conditionally output a newline. (Bug#18652) |