aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorjave2015-01-05 14:12:26 +0100
committerjave2015-01-05 14:12:26 +0100
commit5a0d5b71d55c73573c331e1e1a1dde9f206966e1 (patch)
treeabe791ef1dd1838121b43ab63aea630bd439a842 /lib-src/ChangeLog
parent9681f300de4dddb250770d18dc417ec0027beb94 (diff)
parentc477f2073018ed4deb3810059c1032c1709164fa (diff)
downloademacs-5a0d5b71d55c73573c331e1e1a1dde9f206966e1.tar.gz
emacs-5a0d5b71d55c73573c331e1e1a1dde9f206966e1.zip
Merge branch 'master' into xwidget
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog20
1 files changed, 17 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 1795f021027..acbbd3a02df 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,9 @@
12015-01-04 Paul Eggert <eggert@cs.ucla.edu> 12015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 'temacs -nw' should not call missing functions
4 * make-docfile.c (write_globals):
5 Declare Fframe_windows_min_size with ATTRIBUTE_CONST, too. Sort.
6
3 Less 'make' chatter for lib-src 7 Less 'make' chatter for lib-src
4 * Makefile.in (blessmail): Less 'make' chatter here. 8 * Makefile.in (blessmail): Less 'make' chatter here.
5 9
@@ -11,6 +15,17 @@
11 since GCC sometimes calls stpcpy when it sees strcpy, under 15 since GCC sometimes calls stpcpy when it sees strcpy, under
12 optimization switches. 16 optimization switches.
13 17
182014-12-25 Paul Eggert <eggert@cs.ucla.edu>
19
20 * ebrowse.c (sym_scope_1, operator_name, open_file):
21 * emacsclient.c (get_server_config, set_local_socket)
22 (start_daemon_and_retry_set_socket):
23 * etags.c (main, C_entries, relative_filename):
24 * pop.c (sendline):
25 * update-game-score.c (main):
26 Rewrite to avoid the need for strcat, typically by using stpcpy
27 and/or lispstpcpy. strcat tends to be part of O(N**2) algorithms.
28
142014-12-14 Paul Eggert <eggert@cs.ucla.edu> 292014-12-14 Paul Eggert <eggert@cs.ucla.edu>
15 30
16 * etags.c (analyze_regex): Rename from analyse_regex. 31 * etags.c (analyze_regex): Rename from analyse_regex.
@@ -140,8 +155,7 @@
140 155
1412014-05-26 Paul Eggert <eggert@cs.ucla.edu> 1562014-05-26 Paul Eggert <eggert@cs.ucla.edu>
142 157
143 Fix rcs2log problems with CVS. 158 Fix rcs2log problems with CVS. Reported by Glenn Morris in
144 Problem reported by Glenn Morris in
145 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. 159 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>.
146 Plus, fix some security and filename quoting problems. 160 Plus, fix some security and filename quoting problems.
147 * rcs2log (logdir): Prefer mktemp if available. 161 * rcs2log (logdir): Prefer mktemp if available.
@@ -3496,7 +3510,7 @@
34962004-04-17 Paul Eggert <eggert@gnu.org> 35102004-04-17 Paul Eggert <eggert@gnu.org>
3497 3511
3498 * rcs2log (Help): Clarify wording of the usage message. 3512 * rcs2log (Help): Clarify wording of the usage message.
3499 Problem reported by Alan Mackenzie in 3513 Reported by Alan Mackenzie in
3500 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. 3514 <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
3501 3515
35022004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> 35162004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>