diff options
| author | Paul Eggert | 2014-09-30 08:20:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-09-30 08:20:03 -0700 |
| commit | 699aeb00d4cf6278ba59e9b1e845df20fe3cd791 (patch) | |
| tree | 43bbc6276d7f3da1de8b8eee857362fd26e0c880 /src/ChangeLog | |
| parent | a701e357579acdb43794d2f893e5470edf67a085 (diff) | |
| download | emacs-699aeb00d4cf6278ba59e9b1e845df20fe3cd791.tar.gz emacs-699aeb00d4cf6278ba59e9b1e845df20fe3cd791.zip | |
* frame.c (x_set_frame_parameters): Port --enable-gcc-warnings
to Ubuntu 14.04.1 x86-64.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ae4200e7d09..761303a0471 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-09-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-09-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * frame.c (x_set_frame_parameters): Port --enable-gcc-warnings | ||
| 4 | to Ubuntu 14.04.1 x86-64. | ||
| 5 | |||
| 3 | Simplify stack-allocated Lisp objects, and make them more portable. | 6 | Simplify stack-allocated Lisp objects, and make them more portable. |
| 4 | The build_local_string macro was used in two ways: (1) string | 7 | The build_local_string macro was used in two ways: (1) string |
| 5 | literals for which scoped allocation suffices, and (2) file name | 8 | literals for which scoped allocation suffices, and (2) file name |