aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-21 08:56:55 -0700
committerPaul Eggert2013-07-21 08:56:55 -0700
commitf4e891b5a89a773600a329bae75cd615f3c8e0a2 (patch)
treec2034968999cbebd4f796e3203a55bd4d5ec02a5 /src/ChangeLog
parent96c8b65ebd79360fdcf81786461805bb4377ca11 (diff)
downloademacs-f4e891b5a89a773600a329bae75cd615f3c8e0a2.tar.gz
emacs-f4e891b5a89a773600a329bae75cd615f3c8e0a2.zip
* alloc.c (make_save_ptr_ptr): Define this function.
It was inadvertently omitted. It's needed only if HAVE_MENUS && ! (USE_X_TOOLKIT || USE_GTK).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fb2d875eb26..d3c5ffaff58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-07-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 * alloc.c (make_save_ptr_ptr): Define this function.
4 It was inadvertently omitted. It's needed only if
5 HAVE_MENUS && ! (USE_X_TOOLKIT || USE_GTK).
6
12013-07-21 Jan Djärv <jan.h.d@swipnet.se> 72013-07-21 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * nsterm.m (sendEvent:): Skip mouse moved if no dialog and no Emacs 9 * nsterm.m (sendEvent:): Skip mouse moved if no dialog and no Emacs