bpt/emacs.git
23 years ago(wait_reading_process_input) [!subprocesses]: Don't
Eli Zaretskii [Sat, 21 Apr 2001 19:52:11 +0000 (19:52 +0000)]
(wait_reading_process_input) [!subprocesses]: Don't
reference waiting_for_user_input_p, it's not defined in the branch
without async subprocesses support.

23 years ago(Colors X): Add -rv to the list of options.
Eli Zaretskii [Sat, 21 Apr 2001 17:17:16 +0000 (17:17 +0000)]
(Colors X): Add -rv to the list of options.

23 years agoComment fixes.
Gerd Moellmann [Fri, 20 Apr 2001 19:14:21 +0000 (19:14 +0000)]
Comment fixes.

23 years ago(sql-escape-newlines-and-send): New function.
Gerd Moellmann [Fri, 20 Apr 2001 10:03:48 +0000 (10:03 +0000)]
(sql-escape-newlines-and-send): New function.
(sql-db2): Set comint-input-sender to
sql-escape-newlines-and-send.

(sql-db2-program): New option.
(sql-db2-options): New option.
(sql-db2): New function.

(sql-mode-menu): Added highlighting entries.
(sql-highlight-oracle-keywords): New function.
(sql-highlight-postgres-keywords): New function.
(sql-highlight-ansi-keywords): New function.

(sql-help): Doc change.

23 years ago* saveplace.el (save-place-alist-to-file): Removed no-effect code
Karl Fogel [Thu, 19 Apr 2001 22:55:19 +0000 (22:55 +0000)]
* saveplace.el (save-place-alist-to-file): Removed no-effect code
that inserted file content only to delete it immediately.
Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
<lektu@uol.com.br> for the patch.

23 years ago(easy-mmode-defsyntax): Unquote `doc'.
Stefan Monnier [Thu, 19 Apr 2001 22:45:04 +0000 (22:45 +0000)]
(easy-mmode-defsyntax): Unquote `doc'.

23 years agoUse GNU Free Documentation License.
Gerd Moellmann [Thu, 19 Apr 2001 16:49:16 +0000 (16:49 +0000)]
Use GNU Free Documentation License.

23 years agoUse GNU Free Documentation License.
Gerd Moellmann [Thu, 19 Apr 2001 15:26:37 +0000 (15:26 +0000)]
Use GNU Free Documentation License.

23 years agoAdd copyright notices.
Gerd Moellmann [Thu, 19 Apr 2001 14:52:48 +0000 (14:52 +0000)]
Add copyright notices.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 19 Apr 2001 14:52:28 +0000 (14:52 +0000)]
*** empty log message ***

23 years ago(delete_kboard): Prevent a dangling reference
Gerd Moellmann [Thu, 19 Apr 2001 13:00:29 +0000 (13:00 +0000)]
(delete_kboard): Prevent a dangling reference
from current_kboard to KB, which is freed.

23 years ago(wait_reading_process_input): Call
Gerd Moellmann [Thu, 19 Apr 2001 12:47:59 +0000 (12:47 +0000)]
(wait_reading_process_input): Call
record_asynch_buffer_change after running timers, to make
read_key_sequence aware of buffer changes from under it.

23 years agoDoc fix in korean-hangul input method.
Eli Zaretskii [Thu, 19 Apr 2001 07:36:35 +0000 (07:36 +0000)]
Doc fix in korean-hangul input method.

23 years ago(Qscalable_fonts_allowed): New variable.
Gerd Moellmann [Wed, 18 Apr 2001 18:53:11 +0000 (18:53 +0000)]
(Qscalable_fonts_allowed): New variable.
(realizing_basic_faces_p): Removed.
(x_face_list_fonts): Special handling for realizing_basic_faces_p
removed.
(realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
(syms_of_xfaces): Initialize Qscalable_fonts_allowed.  Change
default for scalable-fonts-allowed to t.

23 years agoFix the copying conditions as per GFDL.
Eli Zaretskii [Wed, 18 Apr 2001 18:46:44 +0000 (18:46 +0000)]
Fix the copying conditions as per GFDL.

23 years agoFix markup of control characters.
Eli Zaretskii [Wed, 18 Apr 2001 18:44:01 +0000 (18:44 +0000)]
Fix markup of control characters.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 18 Apr 2001 15:36:20 +0000 (15:36 +0000)]
*** empty log message ***

23 years ago(Finsert_file_contents): If the file size returned from
Gerd Moellmann [Wed, 18 Apr 2001 15:34:35 +0000 (15:34 +0000)]
(Finsert_file_contents): If the file size returned from
stat is zero, set END to READ_BUF_SIZE.  This makes sure we can
read from files on a procfs whose contents are generated
dynamically.

23 years ago(toplevel): Comment out the spec
Gerd Moellmann [Wed, 18 Apr 2001 15:09:36 +0000 (15:09 +0000)]
(toplevel): Comment out the spec
for defmethod.

23 years agoMention comint-cr-magic.
Gerd Moellmann [Wed, 18 Apr 2001 14:27:06 +0000 (14:27 +0000)]
Mention comint-cr-magic.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 18 Apr 2001 14:21:41 +0000 (14:21 +0000)]
*** empty log message ***

23 years ago(comint-cr-magic): New function.
Gerd Moellmann [Wed, 18 Apr 2001 14:18:44 +0000 (14:18 +0000)]
(comint-cr-magic): New function.
(toplevel): Add it to comint-preoutput-filter-functions.

23 years ago*** empty log message ***
Andrew Innes [Wed, 18 Apr 2001 14:11:21 +0000 (14:11 +0000)]
*** empty log message ***

23 years ago(EMACSLOADPATH): Define.
Andrew Innes [Wed, 18 Apr 2001 14:10:23 +0000 (14:10 +0000)]
(EMACSLOADPATH): Define.
(custom-deps):
(autoloads):
(.el.elc):
(compile-files-CMD):
(compile-files-SH):
(recompile): Remove stuff to set EMACSLOADPATH.

23 years ago(EMACSLOADPATH): Define.
Andrew Innes [Wed, 18 Apr 2001 14:09:29 +0000 (14:09 +0000)]
(EMACSLOADPATH): Define.
($(TIT)):
($(MISC_DIC)):
(.el.elc):
(leim-list.el): Remove stuff to set EMACSLOADPATH.

23 years ago(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
Andrew Innes [Wed, 18 Apr 2001 14:07:15 +0000 (14:07 +0000)]
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
the environment.

23 years ago(SETLOADPATH): Remove definition.
Andrew Innes [Wed, 18 Apr 2001 14:06:55 +0000 (14:06 +0000)]
(SETLOADPATH): Remove definition.
(EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
environment.

23 years ago("Slovak"): Add tutorial entry.
Gerd Moellmann [Wed, 18 Apr 2001 14:02:58 +0000 (14:02 +0000)]
("Slovak"): Add tutorial entry.

23 years ago(browse-url-new-window-flag): Renamed from
Gerd Moellmann [Wed, 18 Apr 2001 12:48:36 +0000 (12:48 +0000)]
(browse-url-new-window-flag): Renamed from
browse-url-new-window-p.

23 years agobrowse-url-new-window-p -> browse-url-new-window-flag.
Gerd Moellmann [Wed, 18 Apr 2001 12:47:39 +0000 (12:47 +0000)]
browse-url-new-window-p -> browse-url-new-window-flag.

23 years agoFix a typo.
Gerd Moellmann [Wed, 18 Apr 2001 12:33:29 +0000 (12:33 +0000)]
Fix a typo.

23 years ago*** empty log message ***
Dave Love [Wed, 18 Apr 2001 11:38:26 +0000 (11:38 +0000)]
*** empty log message ***

23 years ago(__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
Eli Zaretskii [Wed, 18 Apr 2001 10:26:16 +0000 (10:26 +0000)]
(__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
defined, include stddef.h and use __SIZE_TYPE__ instead of size_t.
(__memalign_hook): Make the two prototypes consistent.

23 years ago(Info-menu-update): When there are no menus and/or no
Eli Zaretskii [Tue, 17 Apr 2001 20:31:29 +0000 (20:31 +0000)]
(Info-menu-update): When there are no menus and/or no
cross references in the node, make the respective items of the
Info menu-bar menu inactive.

23 years ago*** empty log message ***
Dave Love [Tue, 17 Apr 2001 17:45:48 +0000 (17:45 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 17 Apr 2001 16:33:44 +0000 (16:33 +0000)]
*** empty log message ***

23 years ago(indent-for-tab-command): Call indent-line-function
Gerd Moellmann [Tue, 17 Apr 2001 16:33:10 +0000 (16:33 +0000)]
(indent-for-tab-command): Call indent-line-function
with no argument if PREFIX-ARG is non-nil.

23 years ago(redisplay_window): Make sure to clear the desired glyph
Gerd Moellmann [Tue, 17 Apr 2001 16:20:33 +0000 (16:20 +0000)]
(redisplay_window): Make sure to clear the desired glyph
matrix of mini-windows.

23 years agoFix a typo in auto-save-list-file-prefix.
Eli Zaretskii [Tue, 17 Apr 2001 12:20:27 +0000 (12:20 +0000)]
Fix a typo in auto-save-list-file-prefix.

23 years agoRemove a stray carriage return character.
Gerd Moellmann [Tue, 17 Apr 2001 12:19:55 +0000 (12:19 +0000)]
Remove a stray carriage return character.

23 years agoPut under GFDL.
Eli Zaretskii [Tue, 17 Apr 2001 12:15:38 +0000 (12:15 +0000)]
Put under GFDL.

23 years agoFix markup of keys such as Space and Backspace.
Eli Zaretskii [Tue, 17 Apr 2001 12:13:47 +0000 (12:13 +0000)]
Fix markup of keys such as Space and Backspace.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 17 Apr 2001 12:03:55 +0000 (12:03 +0000)]
*** empty log message ***

23 years ago(delete-other-frames): Handle minibuffer-only frames.
Gerd Moellmann [Tue, 17 Apr 2001 12:02:53 +0000 (12:02 +0000)]
(delete-other-frames): Handle minibuffer-only frames.

23 years ago(vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
Eli Zaretskii [Tue, 17 Apr 2001 06:01:40 +0000 (06:01 +0000)]
(vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
an async subprocess if start-process is unavailable.  Suggested by
Tim Van Holder <tim.van.holder@pandora.be>.

23 years agoMinor clarifications of BACKSPACE vs DEL.
Richard M. Stallman [Sun, 15 Apr 2001 14:34:23 +0000 (14:34 +0000)]
Minor clarifications of BACKSPACE vs DEL.

23 years agoMinor clarification of case where both BACKSPACE and DELETE are
Richard M. Stallman [Sun, 15 Apr 2001 14:28:45 +0000 (14:28 +0000)]
Minor clarification of case where both BACKSPACE and DELETE are
handled.

23 years ago(Help-Small-Screen): Mention Backspace.
Eli Zaretskii [Sun, 15 Apr 2001 08:43:53 +0000 (08:43 +0000)]
(Help-Small-Screen): Mention Backspace.
(Help-^L): Explain what does "Backspace or DEL" stand for.

23 years ago(Init Syntax): Add a cross reference to "Non-ASCII Rebinding".
Eli Zaretskii [Sun, 15 Apr 2001 06:47:20 +0000 (06:47 +0000)]
(Init Syntax): Add a cross reference to "Non-ASCII Rebinding".
(Init Examples): Show how to add an autoload form.

23 years agoRemove the item about the Info mode manual. Add an item for functionality
Eli Zaretskii [Sun, 15 Apr 2001 06:19:58 +0000 (06:19 +0000)]
Remove the item about the Info mode manual.  Add an item for functionality
similar to "info --apropos".

23 years ago(Info-additional-directory-list): Doc fix. Suggested by
Eli Zaretskii [Sun, 15 Apr 2001 06:10:05 +0000 (06:10 +0000)]
(Info-additional-directory-list): Doc fix.  Suggested by
Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.

23 years agoMention the tool bar. Clarify what the mode line looks like.
Richard M. Stallman [Sat, 14 Apr 2001 14:50:41 +0000 (14:50 +0000)]
Mention the tool bar.  Clarify what the mode line looks like.

23 years agoClarify link commands for MS systems.
Richard M. Stallman [Sat, 14 Apr 2001 14:49:49 +0000 (14:49 +0000)]
Clarify link commands for MS systems.

23 years agoMinor clarification.
Richard M. Stallman [Sat, 14 Apr 2001 14:48:44 +0000 (14:48 +0000)]
Minor clarification.

23 years agoMinor clarifications regarding DEL key.
Richard M. Stallman [Sat, 14 Apr 2001 14:48:01 +0000 (14:48 +0000)]
Minor clarifications regarding DEL key.
Mention toggle-debug-on-error.

23 years agoAdd Lisp Debugger xref.
Richard M. Stallman [Sat, 14 Apr 2001 14:46:57 +0000 (14:46 +0000)]
Add Lisp Debugger xref.

23 years ago*** empty log message ***
Eli Zaretskii [Sat, 14 Apr 2001 11:52:51 +0000 (11:52 +0000)]
*** empty log message ***

23 years agoUpdate for Emacs 21. Add index entries.
Eli Zaretskii [Sat, 14 Apr 2001 11:52:21 +0000 (11:52 +0000)]
Update for Emacs 21.  Add index entries.

23 years ago(../info/info): Use an explicit -o switch to makeinfo.
Eli Zaretskii [Sat, 14 Apr 2001 11:50:31 +0000 (11:50 +0000)]
(../info/info): Use an explicit -o switch to makeinfo.

23 years ago(Info-file-list-for-emacs): Add an entry for the "info" manual.
Eli Zaretskii [Sat, 14 Apr 2001 11:45:31 +0000 (11:45 +0000)]
(Info-file-list-for-emacs): Add an entry for the "info" manual.

23 years ago(cvs-mode-map): Bind C-o like in dired.
Stefan Monnier [Fri, 13 Apr 2001 15:20:33 +0000 (15:20 +0000)]
(cvs-mode-map): Bind C-o like in dired.
(cvs-menu): Add a few entries.

23 years ago(cvs-addto-collection): Don't merge MESSAGE fileinfos.
Stefan Monnier [Fri, 13 Apr 2001 15:18:11 +0000 (15:18 +0000)]
(cvs-addto-collection): Don't merge MESSAGE fileinfos.
(cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
lock file appears to be reachable from Emacs.
(cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
(cvs-mode-find-file): Look for cvs-header-face rather than
cvs-dirname-face (which doesn't exist).
(cvs-mode-find-file): Allow `other' to be set to `dont-select'.

23 years agoAdd comments.
Stefan Monnier [Fri, 13 Apr 2001 14:56:10 +0000 (14:56 +0000)]
Add comments.

23 years ago(cvs-parse-run-table): Remove misleading text.
Stefan Monnier [Fri, 13 Apr 2001 14:55:48 +0000 (14:55 +0000)]
(cvs-parse-run-table): Remove misleading text.

23 years agoFix dates in latest entries.
Eli Zaretskii [Fri, 13 Apr 2001 11:20:54 +0000 (11:20 +0000)]
Fix dates in latest entries.

23 years ago(pc-selection-mode): Don't turn on
Eli Zaretskii [Fri, 13 Apr 2001 11:13:23 +0000 (11:13 +0000)]
(pc-selection-mode): Don't turn on
normal-erase-is-backspace on a tty.  Instead, bind some keys such
as [delete] directly, like pc-select.el did before
normal-erase-is-backspace was invented.

23 years agoDocument problems with MS debugger working on optimized code.
Eli Zaretskii [Fri, 13 Apr 2001 09:50:37 +0000 (09:50 +0000)]
Document problems with MS debugger working on optimized code.
From Jason Rumney <jasonr@gnu.org>.

23 years agoFix copyright year, update date, and the markup.
Eli Zaretskii [Fri, 13 Apr 2001 09:30:00 +0000 (09:30 +0000)]
Fix copyright year, update date, and the markup.

23 years ago(ls-lisp-format): Leave a blank before "root".
Eli Zaretskii [Thu, 12 Apr 2001 15:16:28 +0000 (15:16 +0000)]
(ls-lisp-format): Leave a blank before "root".

23 years ago(find_interval): Don't rebalance during signal handling.
Stefan Monnier [Thu, 12 Apr 2001 12:13:27 +0000 (12:13 +0000)]
(find_interval): Don't rebalance during signal handling.

23 years ago(eshell-ls-insert-directory): Set font-lock-defaults to nil, to
John Wiegley [Wed, 11 Apr 2001 21:53:10 +0000 (21:53 +0000)]
(eshell-ls-insert-directory): Set font-lock-defaults to nil, to
prevent fontification in dired buffers, if Eshell's ls is being used.

23 years ago(timeclock-completing-read): new function.
John Wiegley [Wed, 11 Apr 2001 15:51:19 +0000 (15:51 +0000)]
(timeclock-completing-read): new function.
(timeclock-ask-for-project, timeclock-ask-for-reason): Call
`timeclock-completing-read', which works under XEmacs as well.

23 years ago(eshell-previous-matching-input): Don't display "History item" if the
John Wiegley [Wed, 11 Apr 2001 15:49:31 +0000 (15:49 +0000)]
(eshell-previous-matching-input): Don't display "History item" if the
the minibuffer is active.

23 years ago(eshell-command-aliased-p): `assoc' was required where `member' was
John Wiegley [Wed, 11 Apr 2001 15:49:13 +0000 (15:49 +0000)]
(eshell-command-aliased-p): `assoc' was required where `member' was
being used.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 11 Apr 2001 14:29:29 +0000 (14:29 +0000)]
*** empty log message ***

23 years ago(command-line): Output a newline after printing
Gerd Moellmann [Wed, 11 Apr 2001 14:28:56 +0000 (14:28 +0000)]
(command-line): Output a newline after printing
an error from loading the window system's init file.

23 years agoInclude blockinput.h.
Gerd Moellmann [Wed, 11 Apr 2001 13:58:25 +0000 (13:58 +0000)]
Include blockinput.h.

23 years ago(Fplist_get): Don't QUIT is interrupt_input_blocked.
Gerd Moellmann [Wed, 11 Apr 2001 12:58:21 +0000 (12:58 +0000)]
(Fplist_get): Don't QUIT is interrupt_input_blocked.

23 years agoCorrect case of "Mark set" message.
Richard M. Stallman [Wed, 11 Apr 2001 08:36:45 +0000 (08:36 +0000)]
Correct case of "Mark set" message.
Minor changes.

23 years agoChange @var to @code in many places.
Richard M. Stallman [Wed, 11 Apr 2001 08:32:46 +0000 (08:32 +0000)]
Change @var to @code in many places.
Correct the case of some messages and buffer names.
Minor cleanups.

23 years agoMention effect of changing next-line-add-newlines.
Richard M. Stallman [Wed, 11 Apr 2001 08:30:24 +0000 (08:30 +0000)]
Mention effect of changing next-line-add-newlines.

23 years agoMinor changes.
Richard M. Stallman [Wed, 11 Apr 2001 08:29:17 +0000 (08:29 +0000)]
Minor changes.

23 years ago(texinfo-font-lock-keywords): Add
Eli Zaretskii [Wed, 11 Apr 2001 08:02:51 +0000 (08:02 +0000)]
(texinfo-font-lock-keywords): Add
fontification for @value, @dfn, @dmn, @acronym, @anchor, and
@inforef.  Add an OVERRIDE of `keep' to highlight specs of
keywords whose arguments routinely include @@.

23 years ago(Fcompare_strings): Fix return values.
Gerd Moellmann [Tue, 10 Apr 2001 18:36:02 +0000 (18:36 +0000)]
(Fcompare_strings): Fix return values.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 10 Apr 2001 16:13:33 +0000 (16:13 +0000)]
*** empty log message ***

23 years ago(window_scroll): Change the meaning of N to mean
Gerd Moellmann [Tue, 10 Apr 2001 16:13:02 +0000 (16:13 +0000)]
(window_scroll): Change the meaning of N to mean
N screen-fulls or N lines.
(window_scroll_pixel_based, window_scroll_line_based)
(scroll_command, Fscroll_other_window): Change accordingly.

23 years ago(redisplay_window) <recenter>: Call window_box_height
Gerd Moellmann [Tue, 10 Apr 2001 15:40:40 +0000 (15:40 +0000)]
(redisplay_window) <recenter>: Call window_box_height
instead of using it.last_visible_y for the height of the window.

23 years ago(window_scroll_pixel_based, Frecenter): Call
Gerd Moellmann [Tue, 10 Apr 2001 15:39:53 +0000 (15:39 +0000)]
(window_scroll_pixel_based, Frecenter): Call
window_box_height instead of using it.last_visible_y for the
height of the window.

23 years ago(ad-make-advised-definition): Construct
Gerd Moellmann [Tue, 10 Apr 2001 15:17:09 +0000 (15:17 +0000)]
(ad-make-advised-definition): Construct
advice for subrs differently.

23 years ago(forward-sentence): Put the sentence-end
Gerd Moellmann [Tue, 10 Apr 2001 14:55:03 +0000 (14:55 +0000)]
(forward-sentence): Put the sentence-end
regexp in parentheses when building the regexp for searching
backwards.

23 years ago(completion-list-mode-finish): New function.
Gerd Moellmann [Tue, 10 Apr 2001 14:48:42 +0000 (14:48 +0000)]
(completion-list-mode-finish): New function.
(toplevel): Add completion-list-mode-finish to
temp-buffer-show-hook.

23 years ago("Polish"): Change sample text.
Gerd Moellmann [Tue, 10 Apr 2001 14:32:12 +0000 (14:32 +0000)]
("Polish"): Change sample text.
From: jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).

23 years ago(sh-indent-line): Add optional PREFIX-ARG
Gerd Moellmann [Tue, 10 Apr 2001 14:16:51 +0000 (14:16 +0000)]
(sh-indent-line): Add optional PREFIX-ARG
parameter.

23 years ago(menu): Doc fix.
Gerd Moellmann [Tue, 10 Apr 2001 13:37:13 +0000 (13:37 +0000)]
(menu): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 10 Apr 2001 12:16:20 +0000 (12:16 +0000)]
*** empty log message ***

23 years ago(Fcopy_file) [WINDOWSNT]: Use CopyFile.
Gerd Moellmann [Tue, 10 Apr 2001 12:15:53 +0000 (12:15 +0000)]
(Fcopy_file) [WINDOWSNT]: Use CopyFile.

23 years ago(sys_open): Try to open file without _O_CREAT first, to be
Gerd Moellmann [Tue, 10 Apr 2001 12:15:25 +0000 (12:15 +0000)]
(sys_open): Try to open file without _O_CREAT first, to be
able to write to hidden and system files.  Make file handles
non-inheritable.

23 years ago(sys_spawnve): Quote more chars for Cygwin.
Gerd Moellmann [Tue, 10 Apr 2001 12:14:49 +0000 (12:14 +0000)]
(sys_spawnve): Quote more chars for Cygwin.

23 years agoPs-print news.
Gerd Moellmann [Tue, 10 Apr 2001 12:01:01 +0000 (12:01 +0000)]
Ps-print news.

23 years agoFooter implementation. Doc fix.
Gerd Moellmann [Tue, 10 Apr 2001 11:34:26 +0000 (11:34 +0000)]
Footer implementation.  Doc fix.
(doLineNumber): Code fix for line number color.
(BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code
fix for footer implementation.
(TextStart, SetFooterLines, FooterFrameStart, doFramePath)
(FooterFramePath, doFrame, FooterFrame, FooterStart)
(HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs.