1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
Commit Graph

55 Commits

Author SHA1 Message Date
Martin Rudalics
dd6e3cdd5a In make-help-screen make original minor-mode-map-alist temporarily visible.
* help-macro.el (make-help-screen): Temporarily restore original binding
for minor-mode-map-alist (Bug#10454).
2012-01-20 09:12:35 +01:00
Glenn Morris
acaf905b11 Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Glenn Morris
73b0cd5003 Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0 Nuke arch-tags. 2011-01-15 15:16:57 -08:00
Stefan Monnier
77ab81d054 Merge from emacs-23 2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3 Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
Chong Yidong
bd78fa1d54 Add "Package:" file headers to denote built-in packages. 2010-08-29 12:17:13 -04:00
Glenn Morris
114f9c9679 Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
Stefan Monnier
ce9a0ccb72 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
* help-macro.el (make-help-screen): Avoid using an ambiguous function
definition where the docstring could be taken for the return value.
2009-09-27 00:27:21 +00:00
Glenn Morris
ae940284fa Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Martin Rudalics
6c73d986eb (three-step-help): Remove * from defcustom.
(make-help-screen): Don't iconify selected frame.  (Bug#1322)
Use when instead of if and cond within condition-case.
2008-11-17 10:07:37 +00:00
Martin Rudalics
b1b6d77d47 (make-help-screen): Preserve key bindings
established in help-mode call when exiting this macro.
2008-09-18 08:37:14 +00:00
Glenn Morris
eb3fa2cfcf Switch to recommended form of GPLv3 permissions notice. 2008-05-06 08:06:51 +00:00
Stefan Monnier
cbee283dd7 Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
Glenn Morris
409cc4a3ea Add 2008 to copyright years. 2008-01-07 02:45:14 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
c90f275771 Update copyright years. 2006-12-05 07:06:08 +00:00
Juanma Barranquero
5949f09808 (make-help-screen): "?\ " -> "?\s". 2006-11-27 13:51:41 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Juri Linkov
cd2768dd4c (make-help-screen): Bind `inhibit-read-only' to t
around `erase-buffer' and `insert'.
2005-12-14 07:42:20 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Richard M. Stallman
ef8f2df66a Whitespace change. 2005-01-13 19:45:51 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
f4ae0b8bbb (make-help-screen): Fix character constant. 2003-02-18 10:56:26 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Dave Love
2ebf3469d8 Move provide to end.
(three-step-help): Customize.
1999-08-16 23:06:06 +00:00
Richard M. Stallman
527a0902ee (make-help-screen): Keep HELP-TEXT
in a separate function definition, not in the help command FNAME.
Replace %THIS-KEY% with the key sequence that ran FNAME.
1998-09-27 21:17:00 +00:00
Richard M. Stallman
693caa7142 (make-help-screen): Mention DEL in the prompt. 1998-03-09 05:26:05 +00:00
Richard M. Stallman
cb80240ac4 (make-help-screen): Make scroll bar work normally. 1997-10-11 03:31:06 +00:00
Richard M. Stallman
43462d5b7f (make-help-screen): Clear the prompt when we get a real command. 1997-07-07 04:48:15 +00:00
Richard M. Stallman
d40bbdb519 (make-help-screen): Clear buffer-read-only. 1997-06-25 07:19:52 +00:00
Richard M. Stallman
4228277d98 Comment change. 1997-05-27 17:46:19 +00:00
Karl Heuer
7e6fe07f0c (make-help-screen): Pass proper format string to message. 1996-01-25 00:54:34 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
873dd80b92 (make-help-screen): Handle help-event-list.
Handle backspace like delete.
1995-06-29 02:50:01 +00:00
Richard M. Stallman
8902ae9e18 (make-help-screen): Explicitly translate key thru function-key-map. 1995-04-13 17:07:03 +00:00
Richard M. Stallman
0e61be97d7 Comment change. 1995-01-19 18:50:09 +00:00
Richard M. Stallman
7ffbe7e224 (make-help-screen): Use *only* local-map to look up keys. 1995-01-19 18:49:48 +00:00
Karl Heuer
05d688cf62 (make-help-screen): Set help-mode in *Help* buffer. 1994-11-09 05:50:19 +00:00
Karl Heuer
e31e7d37ce (make-help-screen): Doc fix. 1994-09-05 23:59:51 +00:00
Richard M. Stallman
8fdae34aa3 (make-help-screen): Don't call window-frame in a non-multi-frame Emacs. 1994-08-30 00:47:36 +00:00
Richard M. Stallman
8d2b0a2d0a (make-help-screen): Handle case where *Help* comes up in a separate frame. 1994-07-16 18:48:37 +00:00
Richard M. Stallman
aaa99cbe2a (make-help-screen): Bind overriding-local-map
just for short sections of code.
1994-07-14 02:50:06 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Karl Heuer
0d4720b0db (make-help-screen): Initialize help-screen before changing the keymap. 1994-02-24 23:19:59 +00:00
Karl Heuer
1ca576b5b6 (make-help-screen): Remove debugging code. 1994-02-02 07:44:43 +00:00
Richard M. Stallman
d189e34689 (three-step-help): New option.
(make-help-screen): Implement that option.
Handle delete function key like DEL.
Don't include the option list in the prompt when displaying
a full window of options.
1994-01-26 20:12:33 +00:00
Richard M. Stallman
ee18da5873 (make-help-screen): Use overriding-local-map.
Recognize C-v and M-v properly.
Compute help-screen after changing the map.
1994-01-20 14:27:51 +00:00