Karl Heuer
f3bfa02569
Update some doc string. Call `add-minor-mode'.
...
(follow-windows-start-end-cache, follow-cache-command-list):
New variables.
(follow-cache-valid-p, follow-invalidate-cache): New functions.
(follow-windows-start-end, follow-post-command-hook,
follow-generic-filter): Cache support added.
(follow-avoid-tail-recenter): Problem with minibuffer-only
frames corrected.
(follow-windows-aligned-p): Minor change.
1996-02-21 17:17:51 +00:00
Karl Heuer
9cc6060db7
(main): Convert port to network byte order.
1996-02-21 17:11:13 +00:00
Roland McGrath
fee3f63a1c
(compilation-minor-mode): Run compilation-minor-mode-hook.
1996-02-21 16:32:37 +00:00
Roland McGrath
f95f9d2b33
Added provide.
1996-02-21 07:29:19 +00:00
Erik Naggum
ada9a4fdf9
(Faccept_process_output): Accept sub-second timeouts.
1996-02-21 01:45:21 +00:00
Karl Heuer
a915dc6d70
(gnus-inews-insert-headers): Check whether Sender
...
and From are equal before inserting a Sender header.
1996-02-20 19:21:45 +00:00
Karl Heuer
0353f9e144
(nnheader-insert-head): Make sure the entire head of
...
the article is inserted.
1996-02-20 19:17:30 +00:00
Karl Heuer
62c19f3145
Use as-is' parameters to
custom-face-lookup'.
1996-02-20 19:15:28 +00:00
Karl Heuer
99ed771f8e
Clarify info about MS-DOS path handling.
1996-02-20 19:13:05 +00:00
Karl Heuer
270e80748a
(init_eval_once): Initialize specpdl_ptr.
1996-02-20 19:09:48 +00:00
Erik Naggum
e6fb4d11c9
Removed (require 'picture).
...
(finder-insert-at-column): New function.
(finder-list-keywords, finder-list-matches): Use it.
1996-02-20 14:48:08 +00:00
Karl Heuer
dfeadd842f
(interpreter-mode-alist): Add mawk.
...
(set-auto-mode): Allow either space or tab in #! line.
1996-02-19 08:13:10 +00:00
Karl Heuer
db188a6121
Comment fix.
1996-02-19 08:04:43 +00:00
Karl Heuer
a378799a5c
(decipher-mode, decipher-set-map, decipher-insert,
...
decipher-make-checkpoint, decipher-resync): Added special support
for font-lock.
(decipher-use-font-lock, decipher-font-lock-keywords): New vars.
(decipher-toggle-font-lock, decipher-turn-on-font-lock): New funcs.
1996-02-19 07:52:24 +00:00
Karl Heuer
ce3cadf41c
(Fx_create_frame): Title is a string, not a symbol.
1996-02-19 07:40:38 +00:00
Karl Heuer
bd2c5b53f3
(lw_internal_update_other_instances): Move static var
...
outside the function, and rename it to lwlib_updating.
1996-02-19 07:38:02 +00:00
Richard M. Stallman
82142eb074
Use <config.h>, not "config.h".
1996-02-18 05:22:20 +00:00
Karl Heuer
7051b69b1d
(syms_of_keyboard): Doc fix.
1996-02-17 02:40:39 +00:00
Karl Heuer
ab6ca1de22
(Fopen_dribble_file): Check for failure.
1996-02-17 02:32:31 +00:00
Karl Heuer
6cb52deffb
(Fopen_dribble_file): Close dribble file before
...
opening new file.
1996-02-17 02:28:26 +00:00
Karl Heuer
f11c1c141c
Comment fixes.
1996-02-17 02:23:13 +00:00
Michael Kifer
bf04a50e58
(vip-event-key): previous change undone.
1996-02-16 21:51:41 +00:00
Michael Kifer
df93b82b6f
(vip-events-to-macro): discard events represented as lists in macro
...
definitions.
1996-02-16 21:50:58 +00:00
Michael Kifer
90e9c54bb0
(vip-mouse-click-insert-word): fixed a typo.
1996-02-16 21:49:32 +00:00
Michael Kifer
edff961b12
(ex-map-read-args,ex-unmap-read-args): fixed messages.
...
(vip-events-to-macro): delete nil in macro definitions.
1996-02-16 19:02:38 +00:00
Michael Kifer
f8169b5e8f
(vip-event-key): ignore consp events.
1996-02-16 19:01:53 +00:00
Michael Kifer
ad3f069e2d
Added [ediff-doc] and [eregistry] to menu-bar-tools-menu
1996-02-16 07:30:52 +00:00
Michael Kifer
4ae69eaccf
*** empty log message ***
1996-02-16 06:36:35 +00:00
Michael Kifer
ae37fce932
*** empty log message ***
1996-02-16 05:25:08 +00:00
Michael Kifer
c992e21143
*** empty log message ***
1996-02-16 04:49:12 +00:00
Michael Kifer
39f002d2de
*** empty log message ***
1996-02-16 04:27:19 +00:00
Karl Heuer
e79016aa9a
Initial revision
1996-02-16 01:01:16 +00:00
Karl Heuer
1583fe94fc
(info-insert-file-contents-1) [MSDOS]: Remove leading
...
dot only from non-empty suffixes.
1996-02-16 00:58:07 +00:00
Karl Heuer
5da565f812
(auto-mode-alist): Recognize GNUmakefile.
1996-02-16 00:55:11 +00:00
Karl Heuer
e1de30147b
(imenu--generic-function): Ignore text properties.
1996-02-16 00:52:43 +00:00
Karl Heuer
c87c4cda2a
(auto-mode-alist): Recognize .itcl and .itk suffixes.
1996-02-16 00:50:22 +00:00
Karl Heuer
ddfb0a34ce
Doc changes.
...
(decipher-char): Added defvar (and also for following variables).
(decipher--prev-char): Renamed from decipher-prev-char.
(decipher--digram): Renamed from digram.
(decipher--digram-list): Renamed from digram-list.
(decipher--before): Renamed from before-array.
(decipher--after): Renamed from after-array.
(decipher--freqs): Renamed from freq-array.
1996-02-16 00:36:52 +00:00
Karl Heuer
090589dd2b
(ange-ftp-default-user): Doc fix.
1996-02-16 00:23:05 +00:00
Karl Heuer
ce6212a50d
(Fmake_temp_name) [MSDOS]: Make sure there is at least
...
one character before the dot, in case `prefix' is only a directory
name.
1996-02-16 00:17:03 +00:00
Karl Heuer
f5bb8a9e1b
(hanoi): Don't show line and column numbers.
...
Compute height and width of the window in the correct way,
give the correct error message if the window is too small.
Make rings only with numerical characters.
Set default number of rings to 7 (was 3 before).
1996-02-16 00:12:27 +00:00
Erik Naggum
a5ec3305ad
(gnus-kill-file-kill-by-thread): Correct interactive declaration.
1996-02-15 15:54:19 +00:00
Edward M. Reingold
179bd1b35f
Coorect Ethiopic epoch and some spelling errors.
1996-02-15 15:18:38 +00:00
Richard M. Stallman
2ae00b00f1
(picture-mode-map): Install picture-self-insert
...
where completion has put its own self-insert commands.
1996-02-14 20:11:04 +00:00
Karl Heuer
555722598b
(vc-consult-rcs-headers): Ignore text properties.
1996-02-14 04:32:55 +00:00
Karl Heuer
95127745f8
(command-line-1): Don't explain recover-session if
...
auto-save-list-file-prefix is nil.
1996-02-14 04:26:43 +00:00
Karl Heuer
09d13f4cba
(hanoi): Don't show line and column numbers.
1996-02-14 04:09:31 +00:00
Karl Heuer
72dc3bc7e7
(x_real_positions): Cast arg of XFree.
1996-02-13 18:24:25 +00:00
Roland McGrath
6014138c23
(compilation-parse-errors): Detect doubled slashes in file names matched
...
and fix them up in the buffer.
1996-02-13 03:05:14 +00:00
Doug Evans
6fb8ee4fcc
Recognize sparclet cpu.
1996-02-12 23:15:30 +00:00
Richard M. Stallman
920bdaabcc
(Info-find-index-name): New subroutine, from Info-index-next.
...
Match any type of definition, not just Function and Command.
(Info-index-next): Use Info-find-index-name.
(Info-find-node, Info-index, Info-index-next): Use `...' in err msgs.
1996-02-12 20:57:39 +00:00