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