aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-08 13:02:38 -0800
committerPaul Eggert2011-01-08 13:02:38 -0800
commit9a514d4a6c27b837fc2cd6d02c7cd60f08a621a4 (patch)
tree1eee202635acdcbf6871101a2af8f67cd4683b1c /src/ChangeLog
parent278f68456b8c25fff6d2274476cdc8ee3609f68b (diff)
downloademacs-9a514d4a6c27b837fc2cd6d02c7cd60f08a621a4.tar.gz
emacs-9a514d4a6c27b837fc2cd6d02c7cd60f08a621a4.zip
Automate syncing from gnulib.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aad0050f0bd..c8bcd2ab669 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-01-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Automate syncing from gnulib.
4 * Makefile.in (lib): New macro.
5 (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib.
6 ($(lib)/libgnu.a): New rule.
7 (temacs$(EXEEXT)): Also link $(lib)/libgnu.a.
8
12011-01-08 Andreas Schwab <schwab@linux-m68k.org> 92011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2 10
3 * fns.c (Fyes_or_no_p): Add usage. 11 * fns.c (Fyes_or_no_p): Add usage.
@@ -29483,4 +29491,3 @@ See ChangeLog.10 for earlier changes.
29483 29491
29484 You should have received a copy of the GNU General Public License 29492 You should have received a copy of the GNU General Public License
29485 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 29493 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
29486