X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3a12f2ed99734eff668f83f630c7108000e0b399..81deba3d7a2b187d58fe26bd8b4eafb5687095e1:/lwlib/ChangeLog?ds=sidebyside diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 6687735003..e5dfed2342 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,25 @@ +2015-03-18 Stefan Monnier + + * xlwmenu.c (pop_up_menu): Remove debugging code. + +2015-02-28 Jan Djärv + + * xlwmenu.c (remap_menubar): Re-realize menu to force move under + Gnome 3. + +2015-01-04 Paul Eggert + + Less 'make' chatter for lwlib + * Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1) + (AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): New macros. + (liblw.a): Use them. + +2014-12-25 Paul Eggert + + * xlwmenu.c (resource_widget_value): + Rewrite to avoid the need for strcat, typically by using stpcpy + and/or lispstpcpy. strcat tends to be part of O(N**2) algorithms. + 2014-10-20 Glenn Morris * Merge in all changes up to 24.4 release. @@ -1942,7 +1964,7 @@ ;; coding: utf-8 ;; End: - Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2001-2015 Free Software Foundation, Inc. This file is part of GNU Emacs.