Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d7c664f3
Commit
d7c664f3
authored
Jul 04, 2008
by
Stefan Monnier
Browse files
(${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
parent
9ffc8a3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
14 deletions
+23
-14
src/ChangeLog
src/ChangeLog
+17
-13
src/Makefile.in
src/Makefile.in
+6
-1
No files found.
src/ChangeLog
View file @
d7c664f3
2008-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
* Makefile.in (${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
2008-07-04 Kenichi Handa <handa@m17n.org>
* fns.c (Fstring_to_unibyte): Delete the arg ACCEPT-LATIN-1.
...
...
@@ -6,28 +10,28 @@
2008-07-02 Jason Rumney <jasonr@gnu.org>
* xfns.c (syms_of_xfns): Only define x-select-font when both
HAVE_FREETYPE and USE_GTK
* xfns.c (syms_of_xfns): Only define x-select-font when both
HAVE_FREETYPE and USE_GTK
* xdisp.c (next_element_from_display_vector): Move assignment out
of if statement.
* xdisp.c (next_element_from_display_vector): Move assignment out
of if statement.
2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
* lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
* lisp.h (Qdelete_file, Qdelete_directory): Declare extern.
* fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
(syms_of_fileio): Initialize and export them.
(Fdelete_directory, Fdelete_file): Optionally delete via trash.
* fileio.c (delete_by_moving_to_trash, Qmove_file_to_trash): New vars.
(syms_of_fileio): Initialize and export them.
(Fdelete_directory, Fdelete_file): Optionally delete via trash.
* w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
(Fsystem_move_file_to_trash): New function.
(syms_of_w32fns): Export it to lisp.
* w32fns.c (FOF_NO_CONNECTED_ELEMENTS): Define if not already.
(Fsystem_move_file_to_trash): New function.
(syms_of_w32fns): Export it to lisp.
2008-07-01 Jason Rumney <jasonr@gnu.org>
* w32font.c (w32font_text_extents): Don't count overhang as part
of width.
* w32font.c (w32font_text_extents): Don't count overhang as part
of width.
2008-06-30 Miles Bader <miles@gnu.org>
...
...
src/Makefile.in
View file @
d7c664f3
...
...
@@ -920,7 +920,12 @@ emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp} ${SOME_MACHINE_LISP}
for
the
first
time,
this
prevents
any
variation
between
configurations
in
the
contents
of
the
DOC
file.
Likewise
for
${SOME_MACHINE_LISP}.
*/
${etc}DOC
:
${libsrc}make-docfile${EXEEXT} ${obj} ${shortlisp} ${SOME_MACHINE_LISP}
/*
Most
of
this
Makefile
refers
to
Lisp
files
via
${lispsource},
so
we
also
use
${lisp}
rather
than
${shortlisp}
for
the
dependency
since
the
Makefile
uses
string
equality
to
decide
when
we
talk
about
identical
files.
Apparently
we
pass
${shortlisp}
rather
than
${lisp}
to
make-docfile
only
in
order
to
reduce
the
command
line
length.
--Stef
*/
${etc}DOC
:
${libsrc}make-docfile${EXEEXT} ${obj} ${lisp} ${SOME_MACHINE_LISP}
-
rm
-f
${etc}
DOC
${libsrc}
make-docfile
-d
${srcdir}
${SOME_MACHINE_OBJECTS}
${obj}
>
${etc}
DOC
${libsrc}
make-docfile
-a
${etc}
DOC
-d
${srcdir}
${SOME_MACHINE_LISP}
${shortlisp}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment