]> git.eshelyaron.com Git - emacs.git/log
emacs.git
31 years ago[! HPUX]: Don't declare sbrk at all, so as not to conflict with headers.
Roland McGrath [Thu, 11 Nov 1993 00:41:15 +0000 (00:41 +0000)]
[! HPUX]: Don't declare sbrk at all, so as not to conflict with headers.

31 years ago(XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.
Roland McGrath [Wed, 10 Nov 1993 22:56:45 +0000 (22:56 +0000)]
(XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *.

31 years agoInitial revision
Richard M. Stallman [Wed, 10 Nov 1993 21:03:53 +0000 (21:03 +0000)]
Initial revision

31 years agoDon't try to link *.texinfo--there are none now.
Richard M. Stallman [Wed, 10 Nov 1993 21:02:27 +0000 (21:02 +0000)]
Don't try to link *.texinfo--there are none now.

31 years ago(rmail-start-mail): Don't do other frame unless we have
Richard M. Stallman [Wed, 10 Nov 1993 20:51:02 +0000 (20:51 +0000)]
(rmail-start-mail): Don't do other frame unless we have
a window system, irregardless of the state of rmail-mail-new-frame.

31 years ago(Man-filter-list): Include anything starting with
Richard M. Stallman [Wed, 10 Nov 1993 20:48:04 +0000 (20:48 +0000)]
(Man-filter-list): Include anything starting with
alphabetics, and containing "Last change:".
(manual-entry): Don't call `Man-downcase' since
Man-translate-references has already done the right thing.

31 years ago(Info-extract-menu-item): Quote `*' in the menu-item
Richard M. Stallman [Wed, 10 Nov 1993 20:46:09 +0000 (20:46 +0000)]
(Info-extract-menu-item): Quote `*' in the menu-item
leadin re-search to prevent us from finding node names which
contain the text of another node name within them.

31 years ago(hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'.
Richard M. Stallman [Wed, 10 Nov 1993 20:44:14 +0000 (20:44 +0000)]
(hexl-mode): Use `add-hook' to modify buffer local `write-contents-hooks'.
(hexl-mode-exit): Remove our hook when turning off Hexl mode.

31 years ago(find-backup-file-name): Don't fatal-error on
Richard M. Stallman [Wed, 10 Nov 1993 20:41:17 +0000 (20:41 +0000)]
(find-backup-file-name): Don't fatal-error on
directories that are hard to read; fall back on ~/%backup%.

(file-truename): Treat ~USER like just ~.

31 years ago(remove-hook): New function, analogous to add-hook. This
Richard M. Stallman [Wed, 10 Nov 1993 20:30:32 +0000 (20:30 +0000)]
(remove-hook): New function, analogous to add-hook.  This
is now the recommended way to remove a hook that you have added.

31 years ago(intervals.o): Depend on puresize.h.
Richard M. Stallman [Wed, 10 Nov 1993 20:12:45 +0000 (20:12 +0000)]
(intervals.o): Depend on puresize.h.

31 years agoInclude puresize.h.
Richard M. Stallman [Wed, 10 Nov 1993 20:11:44 +0000 (20:11 +0000)]
Include puresize.h.
(create_root_interval): Check to see if PARENT is in
pure memory.  If so, we cannot write it.

31 years ago(Fraise_frame): Do like the documentation says, and make
Richard M. Stallman [Wed, 10 Nov 1993 20:09:54 +0000 (20:09 +0000)]
(Fraise_frame): Do like the documentation says, and make
the frame visible first.

31 years ago(Tmouse_position): If the passed in frame is not an
Richard M. Stallman [Wed, 10 Nov 1993 20:07:07 +0000 (20:07 +0000)]
(Tmouse_position): If the passed in frame is not an
Xwindow frame, don't do anything.

31 years ago(EMACS_GETPGRP): New macro hides argument passing to
Richard M. Stallman [Wed, 10 Nov 1993 20:03:25 +0000 (20:03 +0000)]
(EMACS_GETPGRP): New macro hides argument passing to
system getpgrp.  Reinstate some semblance of control over this
macros behaviour by paying attention to GETPGRP_NO_ARG.

31 years ago(sys_suspend): Use EMACS_GETPGRP macro.
Richard M. Stallman [Wed, 10 Nov 1993 20:02:50 +0000 (20:02 +0000)]
(sys_suspend): Use EMACS_GETPGRP macro.

31 years ago(main): Use EMACS_GETPGRP macro.
Richard M. Stallman [Wed, 10 Nov 1993 20:02:12 +0000 (20:02 +0000)]
(main): Use EMACS_GETPGRP macro.
(shut_down_emacs): Use EMACS_GETPGRP macro.

31 years ago(make_pure_string): If we USE_TEXT_PROPERTIES, set the
Richard M. Stallman [Wed, 10 Nov 1993 19:55:18 +0000 (19:55 +0000)]
(make_pure_string): If we USE_TEXT_PROPERTIES, set the
interval of the pure string to NULL_INTERVAL.

31 years agoTreat convex like hpux.
Richard M. Stallman [Wed, 10 Nov 1993 19:53:29 +0000 (19:53 +0000)]
Treat convex like hpux.

31 years ago(Fskip_chars_backward, Fskip_chars_forward): Doc fix.
Richard M. Stallman [Wed, 10 Nov 1993 19:52:09 +0000 (19:52 +0000)]
(Fskip_chars_backward, Fskip_chars_forward): Doc fix.

31 years ago(Fforward_comment): On backward scan, exit inner loop
Richard M. Stallman [Wed, 10 Nov 1993 19:45:50 +0000 (19:45 +0000)]
(Fforward_comment): On backward scan, exit inner loop
after we reach beginning of a comment.
Check the SYNTAX_COMMENT_STYLE of a one-character comment ender.
(scan_lists): Check the SYNTAX_COMMENT_STYLE
of a one-character comment ender.

31 years ago(read_input_waiting): Don't mess with meta bit
Richard M. Stallman [Wed, 10 Nov 1993 08:30:22 +0000 (08:30 +0000)]
(read_input_waiting): Don't mess with meta bit
if read_socket_hook is nonzero.

(LPASS8, LNOFLSH): Move definitions earlier.
(child_setup_tty): Turn on LPASS8.

31 years ago(skip_chars): Finish reenabling checks for buffer bounds.
Richard M. Stallman [Wed, 10 Nov 1993 08:29:34 +0000 (08:29 +0000)]
(skip_chars): Finish reenabling checks for buffer bounds.
Use XINT, not XFASTINT, when testing.

31 years ago(Fwrite_region): Fix minor bugs in POS arg to awrite.
Richard M. Stallman [Wed, 10 Nov 1993 07:59:21 +0000 (07:59 +0000)]
(Fwrite_region): Fix minor bugs in POS arg to awrite.

31 years ago(comint-postoutput-scroll-to-bottom):
Richard M. Stallman [Wed, 10 Nov 1993 07:10:58 +0000 (07:10 +0000)]
(comint-postoutput-scroll-to-bottom):
Don't treat minibuffer window specially.

31 years ago(syms_of_xterm): Initialize last_mouse_scroll_bar.
Richard M. Stallman [Wed, 10 Nov 1993 06:10:27 +0000 (06:10 +0000)]
(syms_of_xterm): Initialize last_mouse_scroll_bar.

31 years ago(comint-postoutput-scroll-to-bottom):
Richard M. Stallman [Wed, 10 Nov 1993 00:38:47 +0000 (00:38 +0000)]
(comint-postoutput-scroll-to-bottom):
Don't alter point in a window if it's after the process-mark.

31 years ago(texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.
Richard M. Stallman [Wed, 10 Nov 1993 00:03:54 +0000 (00:03 +0000)]
(texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.

31 years ago(texinfo-show-structure): Indent appendices properly.
Robert J. Chassell [Wed, 10 Nov 1993 00:02:27 +0000 (00:02 +0000)]
(texinfo-show-structure): Indent appendices properly.

31 years ago(texinfo-sequential-node-update): Add autoload.
Richard M. Stallman [Tue, 9 Nov 1993 23:56:43 +0000 (23:56 +0000)]
(texinfo-sequential-node-update): Add autoload.
(texinfo-update-node, texinfo-every-node-update): Add autoload.

31 years agoDoc fixes.
Richard M. Stallman [Tue, 9 Nov 1993 21:37:50 +0000 (21:37 +0000)]
Doc fixes.

31 years ago(Ferase_buffer): Doc fix.
Richard M. Stallman [Tue, 9 Nov 1993 21:34:18 +0000 (21:34 +0000)]
(Ferase_buffer): Doc fix.

31 years ago(menu-bar-edit-menu): Add menu items for searching.
Richard M. Stallman [Tue, 9 Nov 1993 07:28:56 +0000 (07:28 +0000)]
(menu-bar-edit-menu): Add menu items for searching.

31 years ago(etags-list-tags): Return t if found the file.
Richard M. Stallman [Tue, 9 Nov 1993 07:13:00 +0000 (07:13 +0000)]
(etags-list-tags): Return t if found the file.
(list-tags): Clear first-time when we go around the loop.
Supply file name in error message.
Remove dir names from files when preparing for completion.

31 years ago(comint-preinput-scroll-to-bottom): Added
Richard M. Stallman [Mon, 8 Nov 1993 23:55:50 +0000 (23:55 +0000)]
(comint-preinput-scroll-to-bottom): Added
comint-magic-space to list of commands recognised as inserting.

(comint-output-filter): Corrected check for killed buffer.

31 years agoDoc fixes.
Richard M. Stallman [Mon, 8 Nov 1993 23:40:37 +0000 (23:40 +0000)]
Doc fixes.

31 years agoMon Nov 8 19:56:20 MET 1993 Tom Hageman (tom@basil.icce.rug.nl)
Francesco Potortì [Mon, 8 Nov 1993 18:52:56 +0000 (18:52 +0000)]
Mon Nov  8 19:56:20 MET 1993  Tom Hageman (tom@basil.icce.rug.nl)
* etags.c: (C_entries): Keep track of ()-parenthesis level so that
functions returning a pointer to a function, a la `signal', can be
parsed.  This also required new state `fstartlist' to `FUNCST'.
(SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack.
(C_entries, CNL): use it to isolate preprocessor directive processing
from the other state engines.
(begtk): add '~', for C++ class destructors.

31 years ago(describe-current-display-table):
Richard M. Stallman [Mon, 8 Nov 1993 15:06:59 +0000 (15:06 +0000)]
(describe-current-display-table):
Don't get error if no display table now.
(describe-display-table): Put all the output in the temp buffer.

31 years ago(wordstar-mode): Add autoload.
Richard M. Stallman [Mon, 8 Nov 1993 15:01:44 +0000 (15:01 +0000)]
(wordstar-mode): Add autoload.

31 years agoInitial revision
Richard M. Stallman [Mon, 8 Nov 1993 14:46:50 +0000 (14:46 +0000)]
Initial revision

31 years ago(ispell-message): Delete excess (beginning-of-line) call.
Richard M. Stallman [Mon, 8 Nov 1993 13:25:13 +0000 (13:25 +0000)]
(ispell-message): Delete excess (beginning-of-line) call.

31 years ago(jump-to-register): Doc fix.
Richard M. Stallman [Mon, 8 Nov 1993 13:14:59 +0000 (13:14 +0000)]
(jump-to-register): Doc fix.

31 years ago(jump-to-register): Rename prefix arg to DELETE and invert its sense.
Richard M. Stallman [Mon, 8 Nov 1993 13:14:31 +0000 (13:14 +0000)]
(jump-to-register): Rename prefix arg to DELETE and invert its sense.

31 years ago(set-frame-configuration): Iconify frames
Richard M. Stallman [Mon, 8 Nov 1993 13:14:05 +0000 (13:14 +0000)]
(set-frame-configuration): Iconify frames
rather than making them invisible.

31 years ago(ispell-message): If gnus, but no mail-yank-prefix,
Richard M. Stallman [Mon, 8 Nov 1993 12:47:05 +0000 (12:47 +0000)]
(ispell-message): If gnus, but no mail-yank-prefix,
use ispell-message-cite-regexp.  Turn off case-fold-search
for the searching and matching in this function.

31 years ago(comint-postoutput-scroll-to-bottom):
Richard M. Stallman [Mon, 8 Nov 1993 12:44:18 +0000 (12:44 +0000)]
(comint-postoutput-scroll-to-bottom):
Walk the windows even if scroll is nil.

31 years agoFix previous change.
Richard M. Stallman [Sun, 7 Nov 1993 22:50:36 +0000 (22:50 +0000)]
Fix previous change.

31 years ago(ispell-message): Stop if ispell-region returns nil.
Richard M. Stallman [Sun, 7 Nov 1993 22:45:42 +0000 (22:45 +0000)]
(ispell-message): Stop if ispell-region returns nil.
(ispell-next, ispell-word): Catch ispell-quit, not quit.
(ispell-next): Return t if exit normally (no throw to ispell-quit).
(ispell-command-loop): For q, throw to ispell-quit.
Explicitly handle C-g.
(ispell): If we don't call ispell-next, return t.

(ispell-non-empty-string): New function.
(ispell-message): Add autoload.
Choose a citation regexp automatically.
Don't fail if there is no following cited line after filled lines.

31 years ago(compare-windows-skip-whitespace): Return t
Richard M. Stallman [Sun, 7 Nov 1993 22:19:57 +0000 (22:19 +0000)]
(compare-windows-skip-whitespace): Return t
if there is whitespace before point.

31 years ago(iso-accents-mode): Doc fix.
Richard M. Stallman [Sun, 7 Nov 1993 21:23:36 +0000 (21:23 +0000)]
(iso-accents-mode): Doc fix.

31 years ago(comint-postoutput-scroll-to-bottom):
Richard M. Stallman [Sun, 7 Nov 1993 10:43:36 +0000 (10:43 +0000)]
(comint-postoutput-scroll-to-bottom):
Always keep point at end in all buffers if was at end.
comint-scroll-to-bottom-on-output controls what to do
if point was not already at the end.

31 years ago(iso-accents-list): Fix typo in ^A code. Support ~< and ~>.
Richard M. Stallman [Sun, 7 Nov 1993 10:37:57 +0000 (10:37 +0000)]
(iso-accents-list): Fix typo in ^A code.  Support ~< and ~>.

31 years agoSupport ~ and /. Support 'Y, 'y, "y.
Richard M. Stallman [Sun, 7 Nov 1993 10:28:22 +0000 (10:28 +0000)]
Support ~ and /.  Support 'Y, 'y, "y.
Delete the `compose' support.

31 years agoentered into RCS
Richard M. Stallman [Sun, 7 Nov 1993 10:24:20 +0000 (10:24 +0000)]
entered into RCS

31 years ago(set-frame-configuration): If NODELETE, make the unwanted frames invisible.
Richard M. Stallman [Sun, 7 Nov 1993 08:10:46 +0000 (08:10 +0000)]
(set-frame-configuration): If NODELETE, make the unwanted frames invisible.

31 years ago*** empty log message ***
Richard M. Stallman [Sat, 6 Nov 1993 08:05:07 +0000 (08:05 +0000)]
*** empty log message ***

31 years ago(tex-alt-print): New function for menu bar.
Richard M. Stallman [Sat, 6 Nov 1993 05:56:11 +0000 (05:56 +0000)]
(tex-alt-print): New function for menu bar.
(tex-define-common-keys, tex-mode-map): Move some items from
tex-define-common-keys to tex-mode-map.
Add more menu-enable properties.
(tex-append): Cope with both the original
Pascal-based TeX and the newer C-based TeX.

31 years ago(child_setup_tty): Make the pty handle 8-bit characters.
Richard M. Stallman [Sat, 6 Nov 1993 05:14:07 +0000 (05:14 +0000)]
(child_setup_tty): Make the pty handle 8-bit characters.

31 years ago(Man-frame-parameters): New variable.
Richard M. Stallman [Sat, 6 Nov 1993 04:16:34 +0000 (04:16 +0000)]
(Man-frame-parameters): New variable.
(Man-notify-when-ready): Handle `newframe' as Man-notify value.

31 years ago[TERM]: Include client.h.
Richard M. Stallman [Thu, 4 Nov 1993 22:13:15 +0000 (22:13 +0000)]
[TERM]: Include client.h.
(Fopen_network_stream): Handle TERM.

31 years ago[TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman [Thu, 4 Nov 1993 22:12:59 +0000 (22:12 +0000)]
[TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.

31 years ago(ange-ftp-load): Handle extra args after the file name.
Richard M. Stallman [Thu, 4 Nov 1993 12:02:01 +0000 (12:02 +0000)]
(ange-ftp-load): Handle extra args after the file name.

31 years ago(other-frame): Subtract 1 from hpos for new mouse position.
Richard M. Stallman [Wed, 3 Nov 1993 20:56:29 +0000 (20:56 +0000)]
(other-frame): Subtract 1 from hpos for new mouse position.

31 years ago(sendmail-send-it): Don't insert Sender.
Richard M. Stallman [Wed, 3 Nov 1993 20:39:37 +0000 (20:39 +0000)]
(sendmail-send-it): Don't insert Sender.

31 years ago(x_new_font): xmalloc arg was 1 too small.
Richard M. Stallman [Wed, 3 Nov 1993 20:31:49 +0000 (20:31 +0000)]
(x_new_font): xmalloc arg was 1 too small.

31 years ago(tex-validate-region, tex-region):
Richard M. Stallman [Wed, 3 Nov 1993 20:00:33 +0000 (20:00 +0000)]
(tex-validate-region, tex-region):
Enable menu items if only mark is active.

31 years agoentered into RCS
Roland McGrath [Wed, 3 Nov 1993 13:06:04 +0000 (13:06 +0000)]
entered into RCS

31 years ago(mouse-drag-region): Set this-command to mouse-set-point
Richard M. Stallman [Wed, 3 Nov 1993 00:50:06 +0000 (00:50 +0000)]
(mouse-drag-region): Set this-command to mouse-set-point
if not setting the mark.
(mouse-save-then-kill): Consider mark-active only in transient mark md.

31 years agoTue Nov 2 19:46:52 1993 Francesco Potorti` (pot@cnuce.cnr.it)
Francesco Potortì [Tue, 2 Nov 1993 18:55:40 +0000 (18:55 +0000)]
Tue Nov  2 19:46:52 1993  Francesco Potorti`  (pot@cnuce.cnr.it)

* etags.c (consider_token): removed unused variable firsttok.
(prolog_getit): call pfnote with the right number of arguments.

31 years agoDeclares itself as "etags for emacs 19" instead of "etags for emacs 19.0".
Francesco Potortì [Tue, 2 Nov 1993 18:37:02 +0000 (18:37 +0000)]
Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0".
This revision has no ChangeLog entry.

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 2 Nov 1993 04:59:22 +0000 (04:59 +0000)]
*** empty log message ***

31 years agoRe-add hitachi to list of companies not to treat as OS names.
Richard M. Stallman [Sun, 31 Oct 1993 02:47:34 +0000 (02:47 +0000)]
Re-add hitachi to list of companies not to treat as OS names.

31 years agoAdd H3050/RX support.
Richard Kenner [Sat, 30 Oct 1993 21:17:31 +0000 (21:17 +0000)]
Add H3050/RX support.

31 years ago(tex-define-common-keys): Define menu items.
Richard M. Stallman [Wed, 27 Oct 1993 21:33:12 +0000 (21:33 +0000)]
(tex-define-common-keys): Define menu items.

31 years ago(comint-mode-map): Merge menu bar item Output into Input.
Richard M. Stallman [Wed, 27 Oct 1993 03:32:10 +0000 (03:32 +0000)]
(comint-mode-map): Merge menu bar item Output into Input.
Rename Completion to Complete.

31 years ago(paragon): New alias.
Richard M. Stallman [Tue, 26 Oct 1993 23:28:00 +0000 (23:28 +0000)]
(paragon): New alias.

31 years ago(font-lock-fontify-buffer): Don't turn
Richard M. Stallman [Tue, 26 Oct 1993 20:46:34 +0000 (20:46 +0000)]
(font-lock-fontify-buffer): Don't turn
font-lock-mode on and off; just call font-lock-set-defaults.

31 years ago(text-mode-map): Bind ispell-complete-word to M-TAB.
Richard M. Stallman [Tue, 26 Oct 1993 20:02:21 +0000 (20:02 +0000)]
(text-mode-map): Bind ispell-complete-word to M-TAB.

31 years ago(ispell-look-command): New user variable.
Richard M. Stallman [Tue, 26 Oct 1993 20:01:56 +0000 (20:01 +0000)]
(ispell-look-command): New user variable.
(ispell-do-look, ispell-lookup-build-list): Use it as
PROGRAM for call-process instead of just "look".

(ispell-complete-word-interior-frag): New command.
(ispell-complete-word): New command.
(ispell-menu-map): Add bindings for them.
(ispell-gnu-look-still-broken-p, ispell-look-dictionary): New vars.

31 years ago(eval-expression): Fix typo: missing paren.
Roland McGrath [Tue, 26 Oct 1993 18:06:48 +0000 (18:06 +0000)]
(eval-expression): Fix typo: missing paren.
(read-expression-map): Use an indirection to minibuffer-local-map rather
than copying it.

31 years ago(bookmark-load, bookmark-write-file):
Richard M. Stallman [Tue, 26 Oct 1993 03:29:54 +0000 (03:29 +0000)]
(bookmark-load, bookmark-write-file):
Bind enable-local-variables instead of enable-local-eval.

31 years agoAdded a define-key for menu-bar-bookmark-map, so that the File menu on
Karl Fogel [Tue, 26 Oct 1993 00:00:58 +0000 (00:00 +0000)]
Added a define-key for menu-bar-bookmark-map, so that the File menu on
the menu-bar will contain an entry for bookmarks, right below the
Print Buffer item.

31 years agoupped version to 2.5
Karl Fogel [Mon, 25 Oct 1993 23:56:15 +0000 (23:56 +0000)]
upped version to 2.5

Got rid of ###autoload to put a bookmark menu on the menu-bar.  Now it
will appear on the File menu, fourth item down.  menu-bar.el will be
modified to do this.

(bookmark-load, bookmark-write-file): made enable-local-eval be nil
when loading a bookmark file, since bookmark context strings can
contain eval forms from the files in which the bookmarks are set, and
we don't want them evalled when .emacs-bkmrks is found!

upped version to 2.4.1 after doing this.

31 years ago(comint-scroll-to-bottom-on-input): Default to nil.
Richard M. Stallman [Mon, 25 Oct 1993 20:01:29 +0000 (20:01 +0000)]
(comint-scroll-to-bottom-on-input): Default to nil.
(comint-mode): Use pre-command-hook, not before-change-function.
(comint-preinput-scroll-to-bottom): Take no arguments.
(comint-output-filter-functions): Renamed from comint-output-filter-hook.
(comint-output-filter): Pass STRING as arg to output hook functions.
(comint-preinput-scroll-to-bottom): Take an arg.
Move point to new process mark if it was at the old one.
Scroll so only if point is at or after the process mark.
When scrolling, put end of text on bottom line, regardless of point.

31 years ago(ispell): If the buffer to spell has no associated file, or, the
Brian Fox [Mon, 25 Oct 1993 06:18:23 +0000 (06:18 +0000)]
(ispell): If the buffer to spell has no associated file, or, the
associated file has a special handler, use a temporary file with the
buffer contents to pass to the local ispell process.

31 years ago`provide' "dired" before running user hooks.
Brian Fox [Mon, 25 Oct 1993 06:13:41 +0000 (06:13 +0000)]
`provide' "dired" before running user hooks.

31 years ago(ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result
Brian Fox [Mon, 25 Oct 1993 06:11:49 +0000 (06:11 +0000)]
(ange-ftp-dired-uncache): Fix parens so that `(setq ...' is a result
of the if statement, and not a top level expression.

31 years ago(eval-expression, edit-and-eval-command): Let
Brian Fox [Mon, 25 Oct 1993 06:07:23 +0000 (06:07 +0000)]
(eval-expression, edit-and-eval-command): Let
minibuffer-history-sexp-flag be 't during the call to
read-from-minibuffer.

31 years ago*** empty log message ***
Richard M. Stallman [Mon, 25 Oct 1993 06:07:19 +0000 (06:07 +0000)]
*** empty log message ***

31 years agoInitial revision
Richard M. Stallman [Mon, 25 Oct 1993 05:57:08 +0000 (05:57 +0000)]
Initial revision

31 years ago(Fopen_netwrok_stream): Cast arg to inet_addr to (char *).
Brian Fox [Mon, 25 Oct 1993 05:13:17 +0000 (05:13 +0000)]
(Fopen_netwrok_stream): Cast arg to inet_addr to (char *).

31 years ago(Freplace_match): Fix argument names to match doc string.
Brian Fox [Mon, 25 Oct 1993 05:09:20 +0000 (05:09 +0000)]
(Freplace_match): Fix argument names to match doc string.
(Fmatch_beginning): Fix doc string to match argument name.

31 years agoDeclare `logb' only if HAVE_LOGB is defined.
Brian Fox [Mon, 25 Oct 1993 04:54:54 +0000 (04:54 +0000)]
Declare `logb' only if HAVE_LOGB is defined.

31 years ago(comint-scroll-to-bottom-on-input)
Richard M. Stallman [Mon, 25 Oct 1993 04:53:22 +0000 (04:53 +0000)]
(comint-scroll-to-bottom-on-input)
(comint-scroll-to-bottom-on-input): Default to nil if baud-rate<=9600.
(comint-filename-prefix): Deleted.

31 years ago(Fcopy_file): Don't allow the copying of anything other than regular
Brian Fox [Mon, 25 Oct 1993 04:42:12 +0000 (04:42 +0000)]
(Fcopy_file): Don't allow the copying of anything other than regular
files or symlink files.

31 years ago(read_key_sequence): Arg prompt is now a Lisp object.
Richard M. Stallman [Sun, 24 Oct 1993 23:28:06 +0000 (23:28 +0000)]
(read_key_sequence): Arg prompt is now a Lisp object.
Pass it to functions found in function-key-map and key-translation-map.
(Fread_key_sequence, command_loop_1): Calls changed.

31 years agoDefine "dead keys" in key-translation-map, not in global-map.
Richard M. Stallman [Sun, 24 Oct 1993 23:21:21 +0000 (23:21 +0000)]
Define "dead keys" in key-translation-map, not in global-map.
(iso-accents-compose): New subroutine to do the composition.
Method of doing so is new.
(iso-accents-accent-key): Use iso-accents-compose.
(iso-accents-compose-key): New function.

31 years ago(isearch-yank): Handle `kill' as chunk type.
Richard M. Stallman [Sun, 24 Oct 1993 04:05:22 +0000 (04:05 +0000)]
(isearch-yank): Handle `kill' as chunk type.
(isearch-yank-kill): New command, on M-y and mouse-2.

31 years ago(make-frame): Use before-make-frame-hook and after-make-frame-hook.
Richard M. Stallman [Sun, 24 Oct 1993 03:18:18 +0000 (03:18 +0000)]
(make-frame): Use before-make-frame-hook and after-make-frame-hook.

31 years ago(rlogin, rlogin-mode): Use comint-file-name-prefix,
Richard M. Stallman [Fri, 22 Oct 1993 17:12:54 +0000 (17:12 +0000)]
(rlogin, rlogin-mode): Use comint-file-name-prefix,
not comint-filename-prefix.