Mercurial > hg > xemacs-beta
comparison CHANGES-beta @ 5793:cf0201de66df
Help buffer behaviour synced with GNU
lisp/ChangeLog:
2014-04-19 Mats Lidell <matsl@xemacs.org>
* help.el: Sync from GNU - Link to customize if applicable and
display version info. Other changes: Remove use of button-2.
return and button-1 use activate-function. Move between
activate-function-extents with tab.
tests/ChangeLog:
2014-04-19 Mats Lidell <matsl@xemacs.org>
* automated/keymap-tests.el: Use
help-activate-function-or-scroll-up.
author | Mats Lidell <mats.lidell@cag.se> |
---|---|
date | Fri, 25 Apr 2014 23:38:16 +0200 |
parents | a1f281776176 |
children |
comparison
equal
deleted
inserted
replaced
5792:8ef8d5e7c920 | 5793:cf0201de66df |
---|---|
10 -- Improve: Allow :visible in menu specs; document -- Jerry James | 10 -- Improve: Allow :visible in menu specs; document -- Jerry James |
11 -- Improve: Allow a string the LHS of a syntax-alist entry in `font-lock-defaults' to be a string (sync to GNU Emacs) -- Mike Sperber | 11 -- Improve: Allow a string the LHS of a syntax-alist entry in `font-lock-defaults' to be a string (sync to GNU Emacs) -- Mike Sperber |
12 -- Improve: Make #'byte-compile-if suppress spurious warnings from `(if (fboundp ...' or `(if (boundp ...' constructs (port of Dave Love patch to Emacs) -- Mike Sperber | 12 -- Improve: Make #'byte-compile-if suppress spurious warnings from `(if (fboundp ...' or `(if (boundp ...' constructs (port of Dave Love patch to Emacs) -- Mike Sperber |
13 -- Improve: Silence warnings about throws out of #'post-command-hook' -- Mike Sperber | 13 -- Improve: Silence warnings about throws out of #'post-command-hook' -- Mike Sperber |
14 -- New: Support bignums with MPIR -- Jerry James | 14 -- New: Support bignums with MPIR -- Jerry James |
15 -- Improve: Help buffer behaviour synced with GNU -- Mats Lidell | |
15 | 16 |
16 Build Infrastructure and Source Tree | 17 Build Infrastructure and Source Tree |
17 | 18 |
18 -- Fix: Change several Mule-specific constructs to generic ones in core Lisp (paragraphs.el); fixes --without-mule build from tarballs -- Stephen Turnbull | 19 -- Fix: Change several Mule-specific constructs to generic ones in core Lisp (paragraphs.el); fixes --without-mule build from tarballs -- Stephen Turnbull |
19 -- Fix: Fix Windows portability issues -- Vin Shelton, Jerry James, Mats Lidell | 20 -- Fix: Fix Windows portability issues -- Vin Shelton, Jerry James, Mats Lidell |