annotate msdos/sed1v2.inp @ 96975:60149c696033

2008-07-24 Carsten Dominik <dominik@science.uva.nl> * org-exp.el (org-export-region-as-html, org-export-as-html): Make sure that calls from `org-export-region-as-html' do not do the special check for a subtree. * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug. * org.el (org-open-file): Use `org-open-directory-means-index-dot-org'. (org-open-directory-means-index-dot-org): New option. * org.el (org-make-link-string): Remove link attributes from description. (org-open-at-point): Remove link attributes bevore using the path. * org-exp.el (org-export-as-html): Handle link attributes. * org.el (org-extract-attributes, org-attributes-to-string): New functions. * org-table.el (org-table-to-lisp): New function. * org.el (org-narrow-to-subtree): Do not include the final newline into the narrowed region. * org-agenda.el (org-agenda-custom-commands-local-options): Fixed bug with user-define skipping condition. * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo. * org-exp.el (org-export-html-style-default): Automatic overflow handling for pre fields. (org-export-as-ascii, org-export-as-html): Change default format for time stamp. * org-table.el (org-table-export): Offer completion for translator functions, and do not require a heading above the table. * org.el (org-renumber-ordered-list, org-beginning-of-item-list): Cater for the case of a list starting in the first line of the buffer. * org-publish.el (org-publish-find-title): Bug fix. (org-publish-org-index): Implement new :index-style option. * org-publish.el (org-publish-timestamp-filename): Use SHA1-encoded file names in the timestamp directory. * org-publish.el (org-publish-needed-p): Be verbose about files published and files skipped. * org-exp.el (org-export-preprocess-string): Swap link normalization and inernal link targeting. * org-publish.el (org-publish-needed-p): Create timestamp directory when it does not exist. * org-clock.el (org-clock-out-when-done): Doc fix. * org.el (org-agenda-skip-unavailable-files): Doc fix. * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Ignore case when searching for the COMMENT cookie at export time. * org-exp.el (org-get-file-contents) (org-get-and-remove-property): New functions. (org-export-handle-include-files): Handle the new prefix options. (org-export-as-html): Fix the verse environment. * org.el (org-time=, org-time<, org-time<=, org-time>) (org-time>=, org-time<>, org-2ft): New functions. (org-op-to-function): Also provide for the time testing fucntions. * org-exp.el (org-export-html-style-default): New constant. * org-exp.el (org-export-html-style-extra): New variable. (org-export-splice-style): New function. * org-exp.el (org-export-plist-vars, org-export-as-html): Implement `org-export-creator-info'. (org-export-creator-info): New option. * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re) (org-property-drawer-re, org-clock-drawer-re): New constants. * org-exp.el (org-icalendar-use-deadline) (org-icalendar-use-scheduled): New options. (org-icalendar-include-todo): Default changed to t. (org-print-icalendar-entries): Implement better utilization of scheduling and deadline time stamps. (org-export-target-internal-links, org-export-as-html): Allow file lines without the "file:" prefix if the file path is an absolute path or starts with ".". * org-clock.el (org-clocktable-shift): Also undertand yesterday, lastweek etc. (org-clock-special-range): Also undertand yesterday, lastweek etc. * org.el (org-agenda-skip-archived-trees): Docstring now discourages using this. (org-scan-tags): Check for org-agenda-archives-mode. (org-map-entries): Make sure org-agenda-archives-mode is nil. (org-agenda-files): Functionality of second arg changed. * org-agenda.el (org-agenda-archives-mode): New variable (org-write-agenda, org-prepare-agenda, org-agenda-list) (org-search-view, org-todo-list, org-tags-view) (org-agenda-list-stuck-projects): Call `org-agenda-files' with `ifmode' argument. (org-agenda-quit): Reset the archives mode. (org-agenda-archives-mode): New command. (org-agenda-set-mode-name): Include archives info. * org.el (org-paste-subtree): Make sure the yanked headline is visible if it was yanked at a visible point. (org-move-item-up): Fix the bug with moving white space at the end of the item. (org-show-empty-lines-in-parent): New function.
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 24 Jul 2008 13:59:56 +0000
parents 107ccd98fa12
children 606f2d163a64 35c9ec59c853
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 # -sed1v2.inp-----------------------------------------------------------
30119
c690de255e56 Set LIBSOUND to an empty string.
Eli Zaretskii <eliz@gnu.org>
parents: 29923
diff changeset
2 # Configuration script for src/Makefile under DJGPP v2.x
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 # ----------------------------------------------------------------------
36461
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
4 #
75249
4ad431d8e164 Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 74184
diff changeset
5 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
79742
319d87609e42 Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 75249
diff changeset
6 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
36461
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
7 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
8 # This file is part of GNU Emacs.
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
9 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
10 # This file is free software; as a special exception, the author gives
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
11 # unlimited permission to copy and/or distribute it, with or without
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
12 # modifications, as long as this notice is preserved.
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
13 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
14 # This program is distributed in the hope that it will be useful,
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
17 #
a4fb0c9be609 Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents: 30276
diff changeset
18 # ----------------------------------------------------------------------
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 s/^#.*//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20 s/^[ \f\t][ \f\t]*$//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21 s/^ / /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22 s/\.h\.in/.h-in/
57358
1b2b9477e204 (LC_ALL=C): Fix src/Makefile breakage caused by
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
23 /^ LC_ALL=C \$(RUN_TEMACS)/i\
19800
d0a1da20c8dd Enlarge the stack size of temacs to 100KB.
Richard M. Stallman <rms@gnu.org>
parents: 19286
diff changeset
24 stubedit temacs.exe minstack=100k
57358
1b2b9477e204 (LC_ALL=C): Fix src/Makefile breakage caused by
Eli Zaretskii <eliz@gnu.org>
parents: 52401
diff changeset
25 /^ LC_ALL=C.*\$(RUN_TEMACS)/s/LC_ALL=C/set &;/
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 /^MAKE *=/s/^/# /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27 /^SHELL *=/s/^/# /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 /^srcdir *=/s/@[^@\n]*@/./
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 /^VPATH *=/s/@[^@\n]*@/./
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 /^CC *=/s/@[^@\n]*@/gcc/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31 /^CPP *=/s/@[^@\n]*@/gcc -e/
24748
8c634c8d8401 Use -gcoff instead of -g in CFLAGS, for those who
Eli Zaretskii <eliz@gnu.org>
parents: 19800
diff changeset
32 /^CFLAGS *=/s/@[^@\n]*@/-O2 -gcoff/
19286
64f0f84b04f3 (CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents: 18769
diff changeset
33 /^CPPFLAGS *=/s/@[^@\n]*@//
64f0f84b04f3 (CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents: 18769
diff changeset
34 /^LDFLAGS *=/s/@[^@\n]*@//
28587
e18200d8143f Add LIBS, LIBOBJS.
Dave Love <fx@gnu.org>
parents: 26497
diff changeset
35 /^LIBS *=/s/@[^@\n]*@//
30276
323c60449a68 Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
Eli Zaretskii <eliz@gnu.org>
parents: 30119
diff changeset
36 /^LIBOBJS *=/s/@[^@\n]*@/getloadavg.o/
323c60449a68 Put getloadavg.o into LIBOBJS, not GETLOADAVG_LIBS.
Eli Zaretskii <eliz@gnu.org>
parents: 30119
diff changeset
37 /^GETLOADAVG_LIBS *=/s/@[^@\n]*@//
30119
c690de255e56 Set LIBSOUND to an empty string.
Eli Zaretskii <eliz@gnu.org>
parents: 29923
diff changeset
38 /^LIBSOUND *=/s/@LIBSOUND@//
74184
5a58eecaafcb (CFLAGS_SOUND): Edit out.
Eli Zaretskii <eliz@gnu.org>
parents: 68648
diff changeset
39 /^CFLAGS_SOUND *=/s/@CFLAGS_SOUND@//
85043
b7d901f58df2 (RSVG_LIBS, RSVG_CFLAGS): Edit out.
Eli Zaretskii <eliz@gnu.org>
parents: 75249
diff changeset
40 /^RSVG_LIBS *=/s/@RSVG_LIBS@//
b7d901f58df2 (RSVG_LIBS, RSVG_CFLAGS): Edit out.
Eli Zaretskii <eliz@gnu.org>
parents: 75249
diff changeset
41 /^RSVG_CFLAGS *=/s/@RSVG_CFLAGS@//
52310
9404019958f3 (EXEEXT): Define to an empty string.
Eli Zaretskii <eliz@gnu.org>
parents: 44035
diff changeset
42 /^EXEEXT *=/s/@EXEEXT@//
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
43 /^LN_S *=/s/@[^@\n]*@/ln -s/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
44 /^M_FILE *=/s!@[^@\n]*@!m/intel386.h!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
45 /^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
46 /^@SET_MAKE@$/s/@SET_MAKE@//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
47 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
48 /^.\${libsrc}make-doc/s!>.*$!!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
49 /^[ ]*$/d
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
50 /^temacs:/s/prefix-args//
18769
48fd714b8115 Remove `stamp-oldxmenu' dependency, so
Richard M. Stallman <rms@gnu.org>
parents: 14967
diff changeset
51 /^temacs:/s/stamp-oldxmenu//
42230
5c346977392d Delete _gdbinit in distclean target.
Eli Zaretskii <eliz@gnu.org>
parents: 36461
diff changeset
52 /^ mv \.\/\.gdbinit/d
5c346977392d Delete _gdbinit in distclean target.
Eli Zaretskii <eliz@gnu.org>
parents: 36461
diff changeset
53 /^ if test -f/c\
5c346977392d Delete _gdbinit in distclean target.
Eli Zaretskii <eliz@gnu.org>
parents: 36461
diff changeset
54 command.com /c if exist .gdbinit rm -f _gdbinit
5c346977392d Delete _gdbinit in distclean target.
Eli Zaretskii <eliz@gnu.org>
parents: 36461
diff changeset
55 /^ else mv \.\/\.gdbinit/d
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
56 /^ #/d
44035
9681dbaee580 Fix editing of the rule for ${libsrc}make-docfile.
Eli Zaretskii <eliz@gnu.org>
parents: 43804
diff changeset
57 /^ cd.*make-docfile/s!$!; cd ${dot}${dot}/src!
43802
84c29fc4cbf3 Edit the bootstrap-* targets.
Eli Zaretskii <eliz@gnu.org>
parents: 42230
diff changeset
58 s/bootstrap-emacs/b-emacs/
84c29fc4cbf3 Edit the bootstrap-* targets.
Eli Zaretskii <eliz@gnu.org>
parents: 42230
diff changeset
59 s/bootstrap-temacs/b-temacs/
84c29fc4cbf3 Edit the bootstrap-* targets.
Eli Zaretskii <eliz@gnu.org>
parents: 42230
diff changeset
60 s/bootstrap-doc/b-doc/
84c29fc4cbf3 Edit the bootstrap-* targets.
Eli Zaretskii <eliz@gnu.org>
parents: 42230
diff changeset
61 /rm -f bootstrap-emacs/s/b-emacs/b-emacs b-emacs.exe/
84c29fc4cbf3 Edit the bootstrap-* targets.
Eli Zaretskii <eliz@gnu.org>
parents: 42230
diff changeset
62 /^ els=/c\
84c29fc4cbf3 Edit the bootstrap-* targets.
Eli Zaretskii <eliz@gnu.org>
parents: 42230
diff changeset
63 ${libsrc}make-docfile -o ${etc}DOC -d ${srcdir} ${SOME_MACHINE_LISP:.elc=.el} ${shortlisp:.elc=.el} ${SOME_MACHINE_OBJECTS} ${obj}
58066
c9dfe25246c9 * sed1v2.inp: Use djecho for buildobj.lst.
Jan Djärv <jan.h.d@swipnet.se>
parents: 57358
diff changeset
64 s/echo.*buildobj.lst/dj&/
43802
84c29fc4cbf3 Edit the bootstrap-* targets.
Eli Zaretskii <eliz@gnu.org>
parents: 42230
diff changeset
65 /^ mv -f emacs/a\
43804
2db55eba67ec Edit the mostlyclean target.
Eli Zaretskii <eliz@gnu.org>
parents: 43803
diff changeset
66 stubify b-emacs\
2db55eba67ec Edit the mostlyclean target.
Eli Zaretskii <eliz@gnu.org>
parents: 43803
diff changeset
67 stubedit b-emacs.exe minstack=1024k\
52312
03fac18a1426 Remove src/emacs after producing b-emacs.exe.
Eli Zaretskii <eliz@gnu.org>
parents: 52310
diff changeset
68 rm -f emacs.exe temacs.exe emacs
43804
2db55eba67ec Edit the mostlyclean target.
Eli Zaretskii <eliz@gnu.org>
parents: 43803
diff changeset
69 /^ rm -f/s/\\#/#/
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52312
diff changeset
70
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52312
diff changeset
71 # arch-tag: c7e3aacb-4162-460e-99f9-4252bca68d2c