aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-06-26 22:00:24 +0200
committerJoakim Verona2011-06-26 22:00:24 +0200
commit76d08552619c83268f1353f449099f50ed6f93fa (patch)
tree321a375628d83d5c8aeea5876cf375ec7ad93f58 /ChangeLog
parent9fa0e291e866fb7945e18cd2ad8514090c13d510 (diff)
parent5b66d427c05eba5493c27da28c460a129b4203cc (diff)
downloademacs-76d08552619c83268f1353f449099f50ed6f93fa.tar.gz
emacs-76d08552619c83268f1353f449099f50ed6f93fa.zip
first working example of mvc. multiple views of a slider are kept in sync
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b8e5f762f3..4bf89e35776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12011-06-25 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use gnulib's dup2 module instead of rolling our own.
4 * Makefile.in (GNULIB_MODULES): Add dup2.
5 * configure.in: Do not check for dup2; gnulib does that now.
6 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
7
82011-06-23 Paul Eggert <eggert@cs.ucla.edu>
9
10 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
11
12011-06-22 Paul Eggert <eggert@cs.ucla.edu> 122011-06-22 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Use gnulib's alloca-opt module. 14 Use gnulib's alloca-opt module.