aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-14 21:41:07 -0800
committerPaul Eggert2011-02-14 21:41:07 -0800
commitfae95934b8edae3f538063e756ac799ed94313b2 (patch)
tree3bb814c43cd50db54591bf685e5cb72b863b5833 /ChangeLog
parent6d302144c218f12bd380344ae2d3ed87a6ea9327 (diff)
parentbb55f713d2e4ea089a861a257d7d000432642ce9 (diff)
downloademacs-fae95934b8edae3f538063e756ac799ed94313b2.tar.gz
emacs-fae95934b8edae3f538063e756ac799ed94313b2.zip
Merge from mainline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85165338460..52db9f45cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
12011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib.
4
5 2011-02-13 Bruno Haible <bruno@clisp.org>
6
7 Consistent macro naming for macros that use GCC __attribute__.
8 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
9 ATTRIBUTE_DEPRECATED.
10
11 2011-02-12 Bruno Haible <bruno@clisp.org>
12
13 setlocale: Prefer gnulib's override over libintl's override.
14 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
15 GNULIB_defined_setlocale is set.
16
172011-02-13 Glenn Morris <rgm@gnu.org>
18
19 * make-dist: Exclude generated file src/globals.h.
20
12011-02-10 Paul Eggert <eggert@cs.ucla.edu> 212011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2 22
3 Import getloadavg module from gnulib. 23 Import getloadavg module from gnulib.