annotate lisp/hyperbole/ChangeLog @ 193:f53b5ca2e663 r20-3b23

Import from CVS: tag r20-3b23
author cvs
date Mon, 13 Aug 2007 09:58:30 +0200
parents 929b76928fce
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 171
diff changeset
1 1997-09-17 SL Baur <steve@altair.xemacs.org>
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 171
diff changeset
2
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 171
diff changeset
3 * Makefile (autoloads): Fixup dependency.
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 171
diff changeset
4
171
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
5 1997-07-08 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
6
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
7 * hact.el (action:commandp): Don't reference bytecode objects as
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
8 vectors.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
9 (action:params): Ditto.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
10
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
11 1997-07-07 Steven L Baur <steve@altair.xemacs.org>
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
12
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
13 * hypb.el (hypb:function-copy): Don't reference bytecode objects
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
14 as vectors.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
15 (hypb:function-symbol-replace): Document as broken. The
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
16 substition cannot be done without some thinking I'm not in the
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
17 mood for.
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
18
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
19 1997-07-03 Steven L Baur <steve@altair.xemacs.org>
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
20
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
21 * Makefile: Add autoloads dependencies.
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
22
167
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 114
diff changeset
23 1997-06-27 Steven L Baur <steve@altair.xemacs.org>
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 114
diff changeset
24
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 114
diff changeset
25 * wrolo-menu.el (TopLevel): Fix tests so that W3's id-menubar
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 114
diff changeset
26 simulation doesn't bollux up feature tests.
85ec50267440 Import from CVS: tag r20-3b10
cvs
parents: 114
diff changeset
27
114
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
28 Thu Mar 13 22:01:52 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
29
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
30 * wrolo.el (rolo-toggle-datestamps): Added.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
31 * hui-mini.el (hui:menus): Added Cust/Toggle-Rolodex-Dates entry.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
32 * hui-menu.el (hui-menu-options): Added Customization/Toggle-Rolodex-Dates
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
33 item.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
34 * wrolo.el (rolo-add): Added wrolo-add-hook, executed after the record
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
35 is added.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
36 (rolo-edit): Added wrolo-edit-hook, executed after point is
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
37 successfully moved to the record to edit. These can be used, for
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
38 example, to add and update date entries in address records.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
39 (rolo-current-date): Added.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
40 (rolo-set-date): Added and used as default wrolo-add-hook and
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
41 wrolo-edit-hook settings.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
42
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
43 Mon Mar 10 12:17:15 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
44
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
45 * hsys-w3.el (www-url): Eliminated call of external Web browser if not
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
46 running under a window system.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
47
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
48 Sun Mar 9 01:32:03 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
49
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
50 * hpath.el (hpath:url-at-p):
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
51 (hpath:www-at-p): Fixed bug that referred to an optional match
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
52 component without checking if it was matched.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
53 (hpath:url-p): Changed doc to reflect that pathname can be optional.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
54
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
55 * hsite-ex.el: Added (require 'hyperbole) to ensure that this file
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
56 is loaded if hsite.el is autoloaded, e.g. under XEmacs.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
57
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
58 Thu Mar 6 14:14:05 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
59
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
60 * hui-mini.el (hyperbole): Added autoload special comment.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
61
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
62 Wed Mar 5 01:14:47 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
63
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
64 * kotl/kotl-mode.el (kotl-mode:center-line):
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
65 * kotl/kview.el (kcell-view:line): Changed calls to
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
66 kotl-mode:beginning-of-line to kotl-mode:start-of-line to avoid an
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
67 XEmacs byte compiler bug in some versions. The bug shows up when
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
68 kotl-mode:center-line is called on the first line of a cell and the
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
69 cell label is centered along with the line (the label should not
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
70 move).
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
71
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
72 Tue Mar 4 20:45:52 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
73
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
74 * hsite-ex.el (hpath:find-alist): Modified to use `xv' to display xpm
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
75 files; it is more robust than `sxpm' in the face of limited colors.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
76
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
77 Mon Mar 3 12:06:49 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
78
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
79 * hui-menu.el (infodock-hyperbole-menu): Added :config 'Hyperbole
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
80 configurator to the menu so users can hide the Hyperbole
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
81 menu from the menubar if they don't use it, via menubar-configuration,
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
82 under XEmacs and InfoDock.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
83
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
84 Sun Mar 2 22:35:26 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
85
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
86 * kotl/kotl-mode.el (kotl-mode:set-cell-attribute): Changed
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
87 read-expression to read-minibuffer since GNU Emacs doesn't
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
88 have the former.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
89
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
90 Fri Feb 28 23:31:57 1997 Bob Weiner <weiner@infodock.com>
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
91
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
92 * kotl/kprop-xe.el (kproperty:put): Fixed problem with internal handling
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
93 of text property protocols within newer versions of XEmacs. The
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
94 `text-prop' symbol can no longer be set to `t'. It must be set to
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
95 a symbol from the property list of the extent that carries
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
96 text-properties.
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
97
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
98 ==============================================================================
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
99 V4.023 changes ^^^^:
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
100 ==============================================================================
8619ce7e4c50 Import from CVS: tag r20-1b9
cvs
parents: 104
diff changeset
101
104
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
102 Sat Feb 22 14:30:14 1997 Bob Weiner <weiner@infodock.com>
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
103
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
104 * hypb.el (hypb:ida-logo-keymap): Added conditional for Emacs keybinding.
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
105
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
106 ==============================================================================
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
107 V4.022 changes ^^^^:
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
108 ==============================================================================
cf808b4c4290 Import from CVS: tag r20-1b4
cvs
parents: 100
diff changeset
109
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
110 Fri Feb 21 17:49:01 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
111
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
112 * hmouse-reg.el (hmouse-get-bindings):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
113 (hmouse-setup):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
114 * hmouse-sh.el (hmouse-get-bindings):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
115 (hmouse-setup):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
116 * hmouse-key.el (hmouse-set-bindings):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
117 Modified to do nothing when running in batch mode (noninteractively).
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
118
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
119
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
120 ==============================================================================
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
121 V4.021 changes ^^^^:
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
122 ==============================================================================
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
123
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
124 Tue Feb 18 18:57:27 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
125
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
126 * hui-mini.el (hui:menus): Added "Doc/About" menu item
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
127 * hui-menu.el (infodock-hyperbole-menu): Added "About" menu item.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
128 * hypb.el (hypb:ida-logo-keymap):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
129 (hypb:ida-home-page):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
130 (hypb:display-file-with-logo): Added to support About Hyperbole command.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
131
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
132 Mon Feb 17 15:27:21 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
133
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
134 * hversion.el (hyperb:microcruft-os-p): Added.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
135
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
136 Sat Feb 15 16:03:42 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
137
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
138 * hpath.el (hpath:find): Fixed bug that returned nil (now is 't) if file
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
139 was displayed using a specialized function.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
140 (hpath:find-line): Added to handle displaying of all files at
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
141 specific lines (hpath:find does not work for this use since it
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
142 may call external display functions).
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
143 * hactypes.el (link-to-file-line): Rewrote to call hpath:find-line.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
144
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
145 Fri Feb 14 11:39:09 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
146
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
147 * hrmail.el (rmail-forward): Updated to V19 compatibility.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
148
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
149 Sun Jan 26 14:32:28 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
150
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
151 * hmouse-sh.el (hmouse-get-bindings):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
152 * hmouse-reg.el (hmouse-get-bindings): Rearranged order of initial
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
153 conditional so that lemacs or emacs19 always takes precedence over
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
154 hyperb:window-system setting, which may be "xterm".
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
155
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
156 * hmouse-key.el (or hyperb:xemacs-p hyperb:emacs19-p): Prevent any attempt
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
157 to load pre-dumped mouse libraries when running under X terms on these
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
158 versions of emacs.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
159
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
160 * hyperbole.el (hbut:key-src): Added this autoload to avert error if the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
161 rolodex is loaded before the Hyperbole system and then a rolo-edit, {e},
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
162 request is made within the match buffer.
36
c53a95d3c46d Import from CVS: tag r19-15b101
cvs
parents: 26
diff changeset
163
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
164 * hgnus.el: Updated to support new Gnus gnus-msg.el replacement for gnuspost.el.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
165
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
166 * hversion.el (sm-window-sys-term):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
167 * hbmap.el (hbmap:dir-user): Patched to support GNU Emacs running
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
168 natively under Windows NT.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
169
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
170 Tue Jan 14 15:45:14 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
171
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
172 * ../../etc/hypb-mouse.txt (Special Modes): Added Objective-C, Java and
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
173 Fortran support documentation.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
174
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
175 Mon Jan 6 18:59:13 1997 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
176
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
177 * kotl/klink.el (klink:at-p): Eliminated matches to URLs for now.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
178
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
179 Wed Dec 25 22:01:05 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
180
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
181 * hmouse-tag.el: Changed all opening quotes in comments from ' to `.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
182
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
183 Tue Dec 10 16:40:09 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
184
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
185 * wrolo.el (wrolo-mode-syntax-table): Added to support syntactic selection
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
186 of delimited e-mail addresses.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
187
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
188 Fri Dec 6 12:34:31 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
189
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
190 * hmail.el (hmail:region): Fixed bug that extracted region from the wrong
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
191 buffer.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
192
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
193 Thu Dec 5 15:34:55 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
194
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
195 * hibtypes.el (annot-bib): Eliminated conflict with PPG-sw-process-id
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
196 ibtype.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
197
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
198 * hpath.el (hpath:is-p): Fixed error triggered when tried to format a path
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
199 with more than one %s.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
200
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
201 Wed Dec 4 13:39:09 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
202
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
203 * kotl/kmenu.el (id-menubar-kotl): Fixed so this mode menu is properly
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
204 installed under InfoDock.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
205
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
206 Tue Nov 26 21:21:50 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
207
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
208 * hui-menu.el (infodock-hyperbole-menu): Added Customization option that
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
209 sets the program used to display URLs.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
210
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
211 Thu Nov 14 18:11:36 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
212
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
213 * hmouse-tag.el (smart-*-at-tag-p): Modified to flash tag as a hyperbutton
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
214 when pressed, if Hyperbole has been loaded and flashing is supported
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
215 on the current device.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
216
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
217 * hbut.el (ibut:label-set): Made this return its LABEL argument. Useful
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
218 when label has not yet been saved in a variable.
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
219
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
220 * kotl/klink.el (klink:at-p): Ignore HTML and SGML tags when looking for Klinks.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
221
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
222 Sun Nov 10 01:47:01 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
223
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
224 * wrolo.el (rolo-sort-level): Made case-insensitive.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
225 (rolo-add): Fixed bug caused by a call to widen that sometimes
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
226 failed to leave point at the newly added entry if the rolodex
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
227 buffer was already displayed when the rolo-add call was made.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
228
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
229 * hmouse-tag.el (smart-lisp): Display message and beep when tag is not found.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
230
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
231 * hibtypes.el (function-in-buffer):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
232 * hactypes.el (function-in-buffer): Added to follow function references
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
233 that are defined in the same buffer as the reference.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
234 (annot-bib):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
235 (exec-shell-cmd):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
236 (man-show):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
237 (rfc-toc): Updated all of these to use hpath:display-where
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
238 output display setting.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
239 (link-to-elisp-doc): Also modified to move point to the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
240 documentation buffer.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
241
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
242 * hui.el (hui:hbut-current-act): Added.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
243
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
244 Fri Nov 8 21:37:34 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
245
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
246 * hbut.el (ebut:act): Added for use when activating an explicit button
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
247 from a menu.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
248 (ebut:list): Fixed bug that returned (nil) when no explicit
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
249 buttons were found.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
250 * hui-menu.el (hui-menu-explicit-buttons): Added to display a list of
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
251 explicit buttons for activation via the Explicit-Button menu.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
252 * hui-menu.el (hyperbole-gbut-menu): Added to display a list of existing
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
253 global buttons for activation via the Global-Button menu.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
254
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
255 Tue Nov 5 19:26:17 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
256
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
257 * hibtypes.el (pathname): Modified to display Emacs Lisp libraries when
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
258 given as delimited filenames, without any path.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
259
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
260 Fri Nov 1 00:26:13 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
261
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
262 * hui-mouse.el (hkey-alist): Moved OO-Browser handler to near bottom so
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
263 that it does not override mode-specific handlers.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
264
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
265 Thu Oct 31 20:01:34 1996 Bob Weiner <weiner@infodock.com>
24
4103f0995bd7 Import from CVS: tag r19-15b95
cvs
parents: 0
diff changeset
266
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
267 * hui-mouse.el (hkey-alist): Added Action and Assist key support for Java
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
268 identifiers.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
269 * hyperbole.el: Added Java autoloads.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
270 * hmouse-tag.el (smart-java-package-dirs): Added this variable as the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
271 setting of where Java package source code can be found when the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
272 OO-Browser is not in use. Defaults to a single item list of
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
273 "${JAVA_HOME}/src/" if JAVA_HOME is set.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
274 (smart-java-*): Added point and click identifier jumping for Java.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
275 (smart-tags-file): Added optional argument NAME-OF-TAGS-FILE
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
276 so can search for OO-Browser lookup tables.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
277 (smart-java-cross-reference): Added to follow @see cross-references.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
278
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
279 Sat Oct 26 01:05:29 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
280
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
281 * hui-menu.el (infodock-hyperbole-menu): Added Customization submenu.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
282 * hui-mini.el (hui:menus): Added Cust/ submenu.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
283
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
284 * hbut.el (hbut:source): Fixed bug that neglected to account for double
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
285 quotes around the name within the printed representation of
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
286 a buffer object.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
287
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
288 Fri Oct 25 13:52:51 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
289
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
290 * hmouse-tag.el: Updated function to use with new buffer display protocol.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
291 * hactypes.el: Updated many definitions here to use hpath:find and
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
292 hpath:display-buffer.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
293 * hui-mouse.el (smart-dired): Changed call of hpath:find-other-window to
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
294 hpath:find to use new user-definable display location protocol.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
295 * hpath.el (hpath:find): Expanded optional values of 2nd arg and made
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
296 default location of an internally displayed file be given by the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
297 value of the hpath:display-where variable.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
298 * hpath.el (hpath:display-buffer):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
299 (hpath:display-buffer-other-frame): Added for linked to buffers.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
300 (hpath:find-other-frame): Added for use in hpath:display-where-alist.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
301 * hsite-ex.el (hpath:display-where):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
302 (hpath:display-where-alist):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
303 (hpath:display-buffer-alist):
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
304 Added these new variables to control where Hyperbole displays link referents.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
305 The first one documents the possibilities and the second two specify
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
306 the function to call for each possibility.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
307
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
308 Tue Oct 22 01:21:53 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
309
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
310 * kotl/kvspec.el (kvspec:update-modeline): Fixed to accomodate specialized
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
311 extents in the modeline introduced by XEmacs 19.14.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
312
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
313 * hui-mouse.el (hkey-alist): Added support for new id-edit-mode which
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
314 can be setup to activate whenever a region is highlighted with the
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
315 mouse. When id-edit-mode is active the Action Key (or the Assist Key)
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
316 will paste the region that was highlighted at point. The key {y} also
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
317 happens to do the same thing in this mode, but has the additional
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
318 property that it will cycle through previous entries in the kill-ring.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
319
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
320 Fri Sep 20 22:19:33 1996 Bob Weiner <weiner@infodock.com>
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
321
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
322 * Changed `cs.uiuc.edu' to `xemacs.org', the new Hyperbole distribution site.
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
323
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
324 ==============================================================================
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
325 V4.02 changes ^^^^:
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
326 ==============================================================================
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
327
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
328 Fri Nov 3 22:40:34 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 * hsys-w3.el: Renamed entries in this file and added
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 action-key-url-function definition in "hyperbole.el", which can be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 used to change the display function used when a URL is activated with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 the Action Key. Also, loaded this library by default instead of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 requiring that it be set up in "hsite.el".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
336 Fri Nov 3 19:25:24 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 * kotl/kotl-mode.el (kotl-mode): Fixed so re-narrows a formatted koutline
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 to just its cells when invoked.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
341 Fri Nov 3 19:29:58 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 * kotl/kvspec.el (kvspec:blank-lines): Modified to allow toggling blank
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 lines in a read-only outline and to not change the modification status
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 of the buffer when kvspec:toggle-blank-lines is used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
347 Fri Nov 3 01:28:44 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 * man/hypb-mouse.txt: Updated to reflect new smart-scroll-proportional
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 default setting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 * hsite-ex.el (hpath:display-alist): Fixed bug that tried to kill *info*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 buffer when it didn't exist. Also fixed bug in call to Info-find-node
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 which gave too many args under Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 V4.01 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
360 Thu Nov 2 00:52:26 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 * kotl/kotl-mode.el (kotl-mode:cell-help): Fixed this, the {C-c h} command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 to properly deal with a cell-ref = 0. In this case, always display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 the 0 cell's attributes before any other attribute data.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 * kotl/kview.el (kcell-view:previous): Fixed bug that moved to a hidden
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 cell when visible-p flag was given.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
369 Wed Nov 1 02:05:36 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 * kotl/klink.el (klink:parse): Changed to require a common following any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 pathname in a link to prevent parsing, <3g |en>, as a pathname followed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 by a viewspec.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 * kotl/kview.el (kcell-view:child):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 (kcell-view:child-p)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 (kcell-view:sibling-p): Added optional visible-p parameter to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 find only visible matches.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 * kotl/kotl-mode.el: Fixed improper modification of global
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 minor-mode-alist and mode-line-format values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
383 Tue Oct 31 00:45:44 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 * wrolo.el (rolo-mail-to): Added to compose mail to current or next e-mail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 address when in a rolodex or mail buffer. Bound to {m} in rolodex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 match buffer and added as Rolo/Mail menu item.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 * hsite-ex.el (smart-scroll-proportional): Changed default to t, so can do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 proportional scrolling by default. Scrollbars are often available
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 when non-proportional scrolling is desired.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 * kotl/kotl-mode.el (kotl-mode:to-valid-position): Optimized a bit further.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
395 Mon Oct 30 01:37:31 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 * kotl/kotl-mode.el (kotl-mode:copy-to-buffer): Made the default buffer to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 copy to the buffer in the other window of this frame, if any. Also
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 fixed bug that caused more than one tree to be copied if there was no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 successor for the tree but there was a following higher level cell.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 * hsys-www.el: Removed this library that encapsulated the old CERN
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 command-line WWW browser. No one would want to use that today. Use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404 hsys-w3.el instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 * hypb.el (hypb:insert-region): Added to deal with region copying used by
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 hmail:region and kotl-mode:copy-to-buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 * kotl/kview.el (kcell-view:child-p): Added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
411 * wrolo.el (rolo-isearch): Added to search for next occurrence of current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
412 match regexp and then allow user to add characters to narrow the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
413 search, bound to {M-s}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
414 * man/hyperbole.texi (Rolo Keys): Documented {M-s} binding.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
415
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
416 * kotl/kview.el (kcell-view:contents): Added optional POS argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
417
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
418 * kotl/kimport.el (kimport:file): Added to import different file types
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
419 based upon buffer name suffixes. Default is to import as text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
420
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
421 * kotl/kimport.el: Rewrote all of these functions to handle importation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
422 at an arbitrary level in an existing koutline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
423
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
424 Sun Oct 29 01:26:25 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
425
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
426 * kotl/kotl-mode.el (kotl-mode:demote-tree):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
427 (kotl-mode:promote-tree): Fixed bug that could leave
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
428 point in a non-editable portion of a koutline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
429
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
430 * hibtypes.el (grep-msg): Added support for IBM AIX xlc C compiler errors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
431 Also made this higher priority that `pathname' implicit button type so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
432 that if activate within a doubly quoted pathname followed by a line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
433 number, the line number is used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 * kotl/kotl-mode.el (kotl-mode:fill-paragraph): Fixed bugs that kept it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 from filling paragraphs where point was not on the first paragraph
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437 line but the first line did not need filling.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 * hui-mini.el (Win/PopRing):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440 (Win/YankRing): Changed so they redisplay the Win menu.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 This lets you repeatedly yank or pop window configurations until you reach
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 the one you want.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 * kotl/kview.el (kcell-view:create): Fixed so if no-fill is in the kcell's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 attribute list, rather than passed in as the `no-fill' argument, its
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446 value is still used.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 * kotl/kotl-mode.el (kotl-mode:add-cell): Added extra argument so can pass
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449 in a list of attributes for the cell, as a property list.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 (kotl-mode:split-cell): Fixed so original cell
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 attributes are propagated to the newly created cell.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 * kotl/kfile.el (kfile:create): Modified to handle importation of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 foreign text buffer when kotl-mode calls this function within a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 foreign format buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
457 Sat Oct 28 02:32:12 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 * kotl/klink.el (klink:create):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 (link-to-kotl):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 (klink:parse):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 (klink:cell-ref-regexp):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 * kotl/kvspec.el (kvspec:string-format):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 * hactypes.el (link-to-kcell):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 * kotl/kotl.el (kcell:ref-to-id):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 * kotl/kotl-mode.el (kotl-mode:goto-cell): Changed viewspec preface
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 character from : to |. Augment viewspec characters preceded by a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 colon are ignored, for now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
470 Fri Oct 27 15:16:11 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 * kotl/kview.el (kview:set-label-separator): Rewrote so properly changes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 the separator in the current view. Made it interactive and removed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 input argument, kview. Use local buffer value of kview instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 Added key binding for it, {C-c M-l}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 * kotl/kprop-em.el:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 kotl/kprop-xe.el (kproperty:replace-separator): Added, called by above
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 * kotl/kprop-xe.el (kproperty:properties): Changed definition since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 text-properties-at did not return the list of kproperties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
483 Thu Oct 26 00:06:49 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 * hui-mini.el (hui:menus): Simplified a number of documentation display
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 entries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 * kotl/kotl.el (kcell:read-only-attributes): Added, lists cell attributes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 that may not be modified by a user.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 * kotl/kotl-mode.el (kotl-mode:insert-file-contents): Renamed from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 kotl-mode:insert-file. Now use that name to import a file as a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 sequence of sibling cells, rather than one monolithic cell, bound to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 {C-x i}, overloading the standard insert-file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 (kotl-mode:get-cell-attribute): Added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 (kotl-mode:set-cell-attribute): Added, bound to {C-c C-i}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 (kotl-mode:cell-help): Renamed from :kcell-help.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 (kotl-mode:print-attributes): Renamed from :print-properties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 * kotl/klabel.el (klabel:level): Added to compute the level of a given label.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 (klabel:level-alpha): Renamed from kimport:aug-label-level.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 (klabel:level-legal): Added.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 * kotl/kimport.el (kimport:kcells): Added to insert kcell contents from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 one koutline to another.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 (kimport:text): Generalized greatly so can import into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 an existing or non-existing koutline and can take buffer, buffer-name or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 file arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 (kimport:aug-post-outline):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 (kimport:star-outline): Fixed and speeded up. Code had
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 somehow broken over time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 (kimport:text):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 (kimport:text-cells): Added to import text paragraph as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 cells all at the same level.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
516 Wed Oct 25 02:24:35 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 * kotl/kfile.el (kfile:update): Added kotl-mode setting to the first line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 of koutline files so they are read in with the right mode even if they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 do not have a file suffix of .kotl.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 (kfile:read-name): Relaxed to allow files without .kotl suffix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 * kotl/kotl-mode.el (kfile:write): Fixed bug that failed to restore local
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 hook settings after renaming buffer. This would cause invalid
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 koutlines to be written after a rename.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 * (kotl-mode): Fixed bug that treated a koutline that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 has been read in and formatted for editing as an unformatted koutline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 * hibtypes.el (text-toc):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 hactypes.el (text-toc): Added to use README table of contents as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 implicit buttons.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 * hbut.el (ibut:label-set): Expanded doc string.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 * README: Rewrote installation instructions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 * man/hyperbole.texi: Reorganized manual for clarity. Added obtaining
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 Hyperbole, installing it and filled out the whole Hyperbole Outliner
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 chapter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
540 Tue Oct 24 03:52:40 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 * man/hyperbole.texi (Configuration): Renamed from Initializing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
544 Mon Oct 23 01:00:54 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 * kotl/kotl-mode.el (kotl-mode:top-cells): Simplified and fixed to utilize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 blank lines setting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 * kotl/kmenu.el (id-popup-kotl-menu):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 (id-menubar-kotl): Added View Menu and moved view-related
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 tree operations from Tree menu to here. Also added Find and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 Find-Read-Only menu entries so can edit/view other koutlines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 Added Append-Cell and Set-Cell-Attributes menu items.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 * hui-mini.el (hui:menus): Renamed Otl/Below to Otl/Downto so could add
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 Otl/Blanks to toggle blanks on and off. Changed name and function of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 Otl/View to Otl/Vspec. Now prompts for and activates a view spec.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 User can use {C-x C-r} to view a koutline instead.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 * README: Updated What's New section to V4.00.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 * man/hyperbole.texi (Hyperbole Views): Rewrote and expanded to explain
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 new view specs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 * man/hyperbole.texi (Hook Variables):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 wrolo.el (rolo-yank):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 (wrolo-yank-reformat-function): Added this variable to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 allow user to reformat yanked entries.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 * kotl/kvspec.el (kvspec:toggle-blank-lines): Added, bound to {C-c b}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 * kotl/kfile.el (kfile:read-v4): Added for V4 format which initializes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 view spec local variables read from the file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 (kfile:update): Save current viewspec to file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 (kfile:version): Updated file format to V4.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 * kotl/kotl.el (kcell:ref-to-id):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577 kotl/kotl-mode.el (kotl-mode:goto-cell): Fixed to ignore relative specs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 and to utilize view specs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 * kotl/EXAMPLE.kotl: Updated to explain view spec handling.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
582 Sun Oct 22 00:38:45 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 * hbut.el (ebut:key-src): Fixed bug that prevented match to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 hbut:source-prefix line when in a collapsed outline line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586 rolo-edit-entry would not work when rolodex match entries were
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 collapsed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 * kotl/kotl-mode.el (kotl-mode:append-cell): Added to append the contents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590 of one cell to another, bound to {C-c +}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 * kotl/kvspec.el: Added this file to control Koutliner view specification.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 (kvspec:activate): Added to interactively set view specs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594 and bound to {C-c C-v}.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 (kvspec:no-blank-lines): Renamed from kotl-mode:shorten-all.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 (kvspec:blank-lines): Renamed from kotl-mode:extend-all.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 * kotl/kmenu.el (kotl-menubar-menu):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599 hui-menu.el (hyperbole-menubar-menu):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
600 wrolo-menu.el (wrolo-menubar-menu): Fixed bug when current-menubar was
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
601 nil, would not display menubar entry under Emacs 19 even though it should.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
602
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
603 Sat Oct 21 01:07:32 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605 * kotl/kview.el (kview:default-blank-lines):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 (kview:default-levels-to-show):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607 (kview:default-lines-to-show): Added these variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 (kview:create): Use their values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 (kcell-view:create): Use kview's blank-lines setting.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 * kotl/kprop-xe.el (kproperty:remove): Fixed bug that ignored open-ended
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 properties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 kotl/kprop-em.el (kproperty:remove): Rewrote to remove only those
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614 properties with matching values.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 * kotl/kotl-mode.el (kotl-mode:extend-all):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 (kotl-mode:shorten-all): Rewrote to use invisible
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618 properties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 * kotl/kfile.el (kfile:shorten-after-saving):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 (kfile:extend-before-save): Removed. No longer needed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 since blank lines are removed using invisible characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623 * kotl/kprop-em.el (kproperty:put):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
624 * kotl/kprop-xe.el (kproperty:put): Changed calling interface to take a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
625 list of properties.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
627 * kotl/kfill.el (kfill:prefix-table): Generalized supercite citation prefix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
629 Tue Oct 17 01:21:37 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631 * hinit.el (hyperb:check-dir-user): Call make-directory function if
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 available.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
634 Mon Oct 16 01:02:19 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 * wrolo.el (rolo-file-list): Set to c:/_rolodex.otl under MS-DOS and Windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 * hbmap.el (hbmap:dir-user): Set to c:/_hyperb/ under MS-DOS and Windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638 * hbut.el (hattr:filename): Set to _hypb under MS-DOS and Windows.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
640 Sun Oct 15 17:32:46 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
642 * kotl/kotl-mode.el (kotl-mode:copy-region-as-kill): Don't trigger error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643 when called in a read-only buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
645 Fri Oct 6 12:56:57 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647 * hui-mouse.el (hkey-alist): Moved Smart Menu display code closer to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 highest priority so that hkey-always-display-menu works as advertised.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650 * hui-window.el (hmouse-modeline-depress): Fixed so does not false under
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 Emacs 19 when depress in a minibuffer window. This fixes the problem
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 of the Action Key not properly selecting Hyperbole minibuffer menu items.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
654 Thu Oct 5 14:31:56 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 * hui-menu.el (hyperbole-menubar-menu): Added omitted (require 'lmenu) for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657 Emacs 19 that prevented Hyperbole menubar from appearing under Emacs 19.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
659 Wed Oct 4 12:41:24 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 * hsite-ex.el (hkey-always-display-menu): Added this definition to prevent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 it from being unbound if smart-menu is invoked and the Smart Menu system
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 is loaded under InfoDock.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
665 Wed Sep 27 01:56:53 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 * wrolo.el (rolo-edit): Modified to treat an empty string argument for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 NAME as a null argument, so one can just hit RET interactively. Also,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 modified to automatically select rolodex file when called
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 interactively if rolo-file-list has only one element.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 * wrolo.el (wrolo-mode-map): Added {e} binding to edit the entry at point
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 within the rolodex match buffer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 * man/hyperbole.texi (Rolo Keys): Documented {e} key.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
676 Mon Sep 25 11:15:49 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 * kotl/kotl-mode.el (kotl-mode:indent-line):
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 (kotl-mode:indent-region): Added. Each signals an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 error to force user to hit SPC to indent lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 (kotl-mode): Set indent-line-function and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 indent-region-function.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 * hyperbole.el (hmail:msg-narrow): Added autoload.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685
100
4be1180a9e89 Import from CVS: tag r20-1b2
cvs
parents: 70
diff changeset
686 Fri Sep 22 17:14:05 1995 Bob Weiner <weiner@infodock.com>
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 * hsite-ex.el (hpath:display-alist): Fixed bug in handling info-suffix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 variable scoping that prevented Action Key from browsing info files in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 dired.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 ==============================================================================
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 V4.00 changes ^^^^:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 ==============================================================================