aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2009-12-19 14:16:47 +0000
committerEli Zaretskii2009-12-19 14:16:47 +0000
commitbe996d82f590113d9f8dec21929844bc9e4b796f (patch)
tree3efe8af17b5f2ff90e1272519ba575f6e4577ae4 /src/ChangeLog
parentad9039554d76a81c177a80afb797cb0d6c5a8c4d (diff)
downloademacs-be996d82f590113d9f8dec21929844bc9e4b796f.tar.gz
emacs-be996d82f590113d9f8dec21929844bc9e4b796f.zip
(pitx): Don't use enum names, use their values. Remove reference to
non-existing value GET_FROM_COMPOSITION. (pgx): Don't use enum names, use their values. (pitmethod): New helper command. (pitx): Use it to display iteration method. (pgrowit): New command.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a411f83afc..3858492a0b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12009-12-19 Eli Zaretskii <eliz@gnu.org> 12009-12-19 Eli Zaretskii <eliz@gnu.org>
2 2
3 * .gdbinit (pitx): Don't use enum names, use their values. Remove
4 reference to non-existing value GET_FROM_COMPOSITION.
5 (pgx): Don't use enum names, use their values.
6 (pitmethod): New helper command.
7 (pitx): Use it to display iteration method.
8 (pgrowit): New command.
9
3 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h. 10 * makefile.w32-in ($(BLD)/cmds.$(O)): Depend on frame.h.
4 11
5 Update dependencies in Makefile.in. 12 Update dependencies in Makefile.in.