2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.18 released. 2014-05-15 Norbert Koch * Makefile (VERSION): XEmacs package 1.17 released. 2014-05-13 Jerry James * .cvsignore: Remove. * .hgignore: New file. 2003-10-31 Norbert Koch * Makefile (VERSION): XEmacs package 1.16 released. 2003-03-09 Ben Wing * Makefile: Delete explicit compile:: and binkit: rules. Don't add custom-load.elc to the list of generated elc's. Include Local.rules.inc at the beginning for access to BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the end. 2002-11-29 Ben Wing * .cvsignore: Remove files now handled automatically by CVS. * Makefile: Use `compile' instead of hard-coded `all'. 2002-10-15 Ville Skyttä * Makefile (srckit): Remove. 2002-04-24 Steve Youngs * Makefile (VERSION): XEmacs package 1.15 released. 2002-04-13 Daiki Ueno * footnote.el (Footnote-insert-numbered-footnote): Forbid to expand text properties in front of a footnote mark. (Footnote-goto-footnote): Cured of Ebola. 2002-02-12 Steve Youngs * package-info.in (provides): Update to include all provides. 2002-01-28 Björn Torkelsson * footnote.el: add menu entries * footnote.el (footnote-mode): add key/binding for Footnote-set-style 2000-01-22 Hannu Koivisto * footnote.el: * Now requires cl for Emacs use. * (footnote-always-blank-line-before-signature) New variable. * (footnote-style) Updated documentation string for new numeric-latin style. * (footnote-style-alist) * Style entries can now optionally have start and end tags as their fourth and fifth elements, respectively. * Added numeric-latin style. * (footnote-section-tag, footnote-section-tag-regexp, footnote-start-tag, footnote-end-tag) Changed from DEFCONSTs to DEFVARs. * (footnote-section-tag-regexp) Now initialized directly from footnote-section-tag. * (footnote-style-is-really-numeric-latin) New private variable. * (footnote-numeric-latin-regexp) New variable. * (Footnote-numeric-latin, Footnote-start-tag, Footnote-end-tag) New functions. * All uses of footnote-start-tag replaced with (Footnote-start-tag) and uses of footnote-end-tag with (Footnote-end-tag). * (Footnote-style-p) Modified to use FIRST and SECOND instead of NTH for clarity. * (Footnote-current-regexp) Ditto for FIRST and THIRD. * (Footnote-refresh-footnotes) * Now takes a style entry instead of just the index regexp as argument. * Rewritten to work with new and old styles having different start and end tags. * Can now transform indices with more than one digit. * (Footnote-assoc-index) Rewritten for clarity. * (Footnote-switch-style) New function. * (Footnote-cycle-style) * Added offset argument (how many styles to cycle through). * Modified to use Footnote-switch-style. * (Footnote-set-style) Added support for numeric-latin style. * (Footnote-insert-footnote) * Now returns t if the footnote was inserted before signature. * Now uses Footnote-goto-char-point-max instead of going to the end of the buffer (and past signature) if no footnotes after the footnote we are inserting after. * (Footnote-add-footnote) * Added support for numeric-latin style. * Rewrote misc. parts for clarity. * Now does what footnote-always-blank-line-before-signature tells to do. * (Footnote-delete-footnote) * Partly rewritten for clarity and... * Added support for numeric-latin style. * Added support for styles with an empty start tag. * Fixed not to delete parts of signature in certain cases. 2000-05-23 Karl M. Hegbloom * Makefile: Use BUILD_WITHOUT_MULE rather than BUILD_MULE. 1999-03-11 SL Baur * footnote.el (toplevel): Fix logic for adding to minor-mode-alist for FSF Emacs. From Jari Aalto 1998-08-27 SL Baur * footnote-kana.el (footnote-kana-index-function): Fix typo. From Makoto MATSUSHITA ($(B$^$D$7$?$^$3$H(B) 1998-07-23 SL Baur * Makefile: Allow for building with XEmacs/no-Mule. 1998-06-01 Samuel Mikes * footnote.el (Footnote-make-hole): Don't pass concat an integer. 1998-01-24 SL Baur * Makefile (VERSION): Update to package standard 1.0. * package-info.in: Ditto. 1998-01-12 SL Baur * Makefile: Update to newer package interface. 1998-01-09 SL Baur * Makefile: replaced. Integrated as XEmacs package. 1997-12-17 SL Baur * footnote.el (Footnote-add-footnote): Autoload. 1997-10-11 SL Baur * footnote.el (footnote-prefix): Change prefix to `C-c !'. Add keymap to minor mode maps. 1997-10-08 SL Baur * footnote.el (footnote-mode-map): Autoload the keymap. Suggested by: Per Abrahamsen (Footnote-setup-keybindings): Do not bind the footnote keymap unconditionally. 1997-10-07 SL Baur * footnote.el (footnote-mode): Correct spelling of function names. (Footnote-roman-common): New function. Unification `Footnote-roman-upper' and `Footnote-roman-lower'. (Footnote-english-lower): Rename. (Footnote-roman-lower): Rename, use `Footnote-roman-common' for core code. (Footnote-roman-upper): Ditto. (footnote-style-alist): Fix case of functions. * Integrated patches from James Lewis Moss adding Roman Numerals and more flexibility in the layout of footnotes. 1997-10-07 SL Baur * footnote.el (footnote-section-tag-regexp): New variable. (Footnote-narrow-to-footnotes): Use it. (Footnote-insert-footnote): Ditto. (Footnote-delete-footnote): Ditto. (Footnote-goto-footnote): Ditto. 1997-10-06 SL Baur * footnote.el (footnote-signature-separator): New variable. (Footnote-narrow-to-footnotes): Use it. (Footnote-goto-char-point-max): Ditto. (footnote-section-tag): Allow for optional tag. * footnote-kana.el: New file. From: Stephen J Turnbull 1997-10-01 SL Baur * footnote.el (Footnote-delete-footnote): Fix problems with deleting last footnote. (Footnote-goto-char-point-max): Don't return nil if no .signature is present. 1997-09-30 SL Baur * Makefile (MULE_ELCS): Rename footnote-japanese.el to footnote-han.el. * footnote-hebrew.el (Footnote-hebrew): Rename. * footnote-greek.el (Footnote-greek-lower): Rename. (Footnote-greek-upper): Ditto. * footnote-han.el (Footnote-han): Rename. * footnote-cyrillic.el (Footnote-cyrillic-upper): Rename. (Footnote-cyrillic-lower): Ditto. * footnote.el (Footnote-numeric): Rename. (Footnote-english-upper): Ditto. (Footnote-english-lower): Ditto. (Footnote-style-p): Ditto. (Footnote-index-to-string): Ditto. (Footnote-current-regexp): Ditto. (Footnote-refresh-footnotes): Ditto. (Footnote-assoc-index): Ditto. (Footnote-cycle-style): Ditto. (Footnote-set-style): Ditto. (Footnote-insert-numbered-footnote): Ditto. (Footnote-renumber): Ditto. (Footnote-narrow-to-footnotes): Ditto. (Footnote-goto-char-point-max): Ditto. (Footnote-insert-text-marker): Ditto. (Footnote-insert-pointer-marker): Ditto. (Footnote-insert-footnote): Ditto. (Footnote-sort): Ditto. (Footnote-text-under-cursor): Ditto. (Footnote-under-cursor): Ditto. (Footnote-make-hole): Ditto. (Footnote-add-footnote): Ditto. (Footnote-delete-footnote): Ditto. (Footnote-renumber-footnotes): Ditto. (Footnote-goto-footnote): Ditto. (Footnote-back-to-message): Ditto. (Footnote-setup-keybindings): Ditto. (footnote-mode-line-string): Autoload. * footnote-han.el: Rename from footnote-japanese.el Suggested by: Stephen J. Turnbull 1997-09-30 SL Baur * ChangeLog started at version 0.12.