comparison lisp/ChangeLog @ 50405:9a2ca7beda84

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 02 Apr 2003 21:24:56 +0000
parents f6e3a528d815
children 41c0eed9d556
comparison
equal deleted inserted replaced
50404:019c0ecad8d7 50405:9a2ca7beda84
1 2003-04-02 Masatake YAMATO <jet@gyve.org>
2
3 * woman.el (woman-xref): Removed.
4 (woman-mode): Use `Man-highlight-references' instead of
5 `WoMan-highlight-references'.
6 (WoMan-highlight-references): Removed.
7
8 * man.el (toplevel): Require button.
9 (Man-header-file-path): New option.
10 (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
11 (Man-file-name-regexp, Man-normal-file-prefix-regexp)
12 (Man-header-regexp, Man-normal-file-regexp): New variables.
13 (Man-mode-map): Inherited from `button-buffer-map'. Don't define
14 "\r" and mouse-2 directly. These key are defined in
15 `button-buffer-map'.
16 (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file): New
17 buttons. `Man-xref-man-page' comes from woman.el.
18 (man-follow-mouse): Removed.
19 (Man-fontify-manpage): Use `Man-highlight-references' instead of
20 calling `add-text-properties' directly.
21 (Man-highlight-references, Man-highlight-references0): New
22 functions.
23 (Man-view-header-file): New function.
24
1 2003-04-02 Stefan Monnier <monnier@cs.yale.edu> 25 2003-04-02 Stefan Monnier <monnier@cs.yale.edu>
2 26
3 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line): 27 * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
4 New functions. 28 New functions.
5 (asm-mode): Use them in indent-line-function. 29 (asm-mode): Use them in indent-line-function.