aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2009-09-24 01:04:27 +0000
committerJuanma Barranquero2009-09-24 01:04:27 +0000
commita489517b882ba3927eae7b6c33a80b052e94ba8c (patch)
tree7295cfd63a4bfe0a8eec8ccf55bf97566b4398cc /src/ChangeLog
parentd93ec753516a2bc0482d380a96bd471db75b8586 (diff)
downloademacs-a489517b882ba3927eae7b6c33a80b052e94ba8c.tar.gz
emacs-a489517b882ba3927eae7b6c33a80b052e94ba8c.zip
* dired.c (Fdirectory_files): Fix typo in docstring.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ace48d9499..9b3447601c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-09-24 Juanma Barranquero <lekktu@gmail.com>
2
3 * dired.c (Fdirectory_files): Fix typo in docstring.
4
12009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com> 52009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2 6
3 * nsterm.m (EV_TIMESTAMP, x_set_window_size) 7 * nsterm.m (EV_TIMESTAMP, x_set_window_size)
@@ -30,10 +34,10 @@
30 * eval.c (find_handler_clause): Make stack-trace-on-error work in 34 * eval.c (find_handler_clause): Make stack-trace-on-error work in
31 batch mode (bug#4228). 35 batch mode (bug#4228).
32 36
332009-09-18 Rob Christie <robchristie@gmail.com> (tiny change) 372009-09-18 Rob Christie <robchristie@gmail.com> (tiny change)
34 38
35 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more 39 * nsmenu.m (EmacsMenu-parseKeyEquiv:): Parse key equivalent more
36 carefully. (Bug #4339) 40 carefully. (Bug #4339)
37 41
382009-09-18 Chong Yidong <cyd@stupidchicken.com> 422009-09-18 Chong Yidong <cyd@stupidchicken.com>
39 43
@@ -53,7 +57,7 @@
53 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and 57 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
54 don't update the NSWindow itself. 58 don't update the NSWindow itself.
55 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve 59 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
56 state detection and store user rect ourselves. (Bug #3581) 60 state detection and store user rect ourselves. (Bug #3581)
57 61
58 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use 62 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
59 ns_use_qd_smoothing. 63 ns_use_qd_smoothing.
@@ -61,7 +65,7 @@
61 * nsfns.m (x_get_string_resource): Ape just-previous changes to other 65 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
62 platform versions. Drop support for emacs-20-style face specs. 66 platform versions. Drop support for emacs-20-style face specs.
63 (x-close-connection): Drop PSFlush() under OS X. 67 (x-close-connection): Drop PSFlush() under OS X.
64 (x-focus-frame): Activate the app first. (Bug #4180) 68 (x-focus-frame): Activate the app first. (Bug #4180)
65 69
662009-09-17 Juanma Barranquero <lekktu@gmail.com> 702009-09-17 Juanma Barranquero <lekktu@gmail.com>
67 71