summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-01-04 00:22:29 -0800
committerGlenn Morris <rgm@gnu.org>2015-01-04 00:22:29 -0800
commite82fc62bd46270c50f491c69ca24315c87940004 (patch)
treef206ae22137ced94482016620e58e6adf3aecc23 /lwlib
parentfec9b792f543c35b1a635b3a3326d496e3ca9012 (diff)
downloademacs-e82fc62bd46270c50f491c69ca24315c87940004.tar.gz
# ChangeLog fixes
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 023804cdfe5..8d536f0b3ad 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -5,6 +5,12 @@
(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 <eggert@cs.ucla.edu>
+
+ * 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 <rgm@gnu.org>
* Merge in all changes up to 24.4 release.