emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 02 Apr 2003 16:24:56 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4986 emacs/lisp/ChangeLog:1.4987
*** emacs/lisp/ChangeLog:1.4986 Wed Apr  2 11:48:11 2003
--- emacs/lisp/ChangeLog        Wed Apr  2 16:24:56 2003
***************
*** 1,3 ****
--- 1,27 ----
+ 2003-04-02  Masatake YAMATO  <address@hidden>
+ 
+       * woman.el (woman-xref): Removed.
+       (woman-mode): Use `Man-highlight-references' instead of
+       `WoMan-highlight-references'.
+       (WoMan-highlight-references): Removed.
+ 
+       * man.el (toplevel): Require button.
+       (Man-header-file-path): New option.
+       (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
+       (Man-file-name-regexp, Man-normal-file-prefix-regexp)
+       (Man-header-regexp, Man-normal-file-regexp): New variables.
+       (Man-mode-map): Inherited from `button-buffer-map'.  Don't define
+       "\r" and mouse-2 directly.  These key are defined in
+       `button-buffer-map'.
+       (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file): New
+       buttons.  `Man-xref-man-page' comes from woman.el.
+       (man-follow-mouse): Removed.
+       (Man-fontify-manpage): Use `Man-highlight-references' instead of
+       calling `add-text-properties' directly.
+       (Man-highlight-references, Man-highlight-references0): New
+       functions.
+       (Man-view-header-file): New function.
+ 
  2003-04-02  Stefan Monnier  <address@hidden>
  
        * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):




reply via email to

[Prev in Thread] Current Thread [Next in Thread]