aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-07-04 03:39:37 +0000
committerStefan Monnier2008-07-04 03:39:37 +0000
commitd7c664f351958c5a74892cd651713ea4f6a7ae77 (patch)
tree7b7a44f300264e4d0aa10dd6619f7c9bbe407c69 /src/ChangeLog
parent9ffc8a3a97c07a46f2d68b7b058ff963112c69aa (diff)
downloademacs-d7c664f351958c5a74892cd651713ea4f6a7ae77.tar.gz
emacs-d7c664f351958c5a74892cd651713ea4f6a7ae77.zip
(${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog30
1 files changed, 17 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b053a990491..81f6520eb89 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
4
12008-07-04 Kenichi Handa <handa@m17n.org> 52008-07-04 Kenichi Handa <handa@m17n.org>
2 6
3 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1. 7 * fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
@@ -6,28 +10,28 @@
6 10
72008-07-02 Jason Rumney <jasonr@gnu.org> 112008-07-02 Jason Rumney <jasonr@gnu.org>
8 12
9 * xfns.c (syms_of_xfns): Only define x-select-font when both 13 * xfns.c (syms_of_xfns): Only define x-select-font when both
10 HAVE_FREETYPE and USE_GTK 14 HAVE_FREETYPE and USE_GTK
11 15
12 * xdisp.c (next_element_from_display_vector): Move assignment out 16 * xdisp.c (next_element_from_display_vector): Move assignment out
13 of if statement. 17 of if statement.
14 18
152008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com> 192008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
16 20
17 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern. 21 * lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
18 22
19 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars. 23 * fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
20 (syms_of_fileio): Initialize and export them. 24 (syms_of_fileio): Initialize and export them.
21 (Fdelete_directory, Fdelete_file): Optionally delete via trash. 25 (Fdelete_directory, Fdelete_file): Optionally delete via trash.
22 26
23 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already. 27 * w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
24 (Fsystem_move_file_to_trash): New function. 28 (Fsystem_move_file_to_trash): New function.
25 (syms_of_w32fns): Export it to lisp. 29 (syms_of_w32fns): Export it to lisp.
26 30
272008-07-01 Jason Rumney <jasonr@gnu.org> 312008-07-01 Jason Rumney <jasonr@gnu.org>
28 32
29 * w32font.c (w32font_text_extents): Don't count overhang as part 33 * w32font.c (w32font_text_extents): Don't count overhang as part
30 of width. 34 of width.
31 35
322008-06-30 Miles Bader <miles@gnu.org> 362008-06-30 Miles Bader <miles@gnu.org>
33 37