diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5498a07a0da..50f5fb8ca1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2014-09-10 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify lisp.h by removing the __COUNTER__ business. | ||
| 4 | Problem reported by Dmitry Antipov in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00220.html | ||
| 6 | * lisp.h (make_local_vector, make_local_string) | ||
| 7 | (build_local_string): Simplify by not bothering with __COUNTER__. | ||
| 8 | The __COUNTER__ business wasn't working properly, and was needed | ||
| 9 | only for hypothetical future expansion anyway. | ||
| 10 | |||
| 1 | 2014-09-10 Alp Aker <alp.tekin.aker@gmail.com> | 11 | 2014-09-10 Alp Aker <alp.tekin.aker@gmail.com> |
| 2 | 12 | ||
| 3 | * nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other | 13 | * nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other |