Per Abrahamsen
016863e6db
Changed load-path look a little.
1997-05-19 17:14:43 +00:00
Kenichi Handa
92d225d1d3
(HAVE_TERMIOS): Define it.
1997-05-19 08:32:44 +00:00
Kenichi Handa
a1a65af36a
(PTY_OPEN): Call sigblock instead of sigblockx.
1997-05-19 08:30:55 +00:00
Richard M. Stallman
5c8d69ab5e
Fix typo in previous change.
1997-05-19 07:29:00 +00:00
Kenichi Handa
2d3fa43542
(xdisp.o): Add coding.h in dependency list.
1997-05-19 07:17:38 +00:00
Richard M. Stallman
1cd71ce02b
Update regexp syntax from Emacs manual.
1997-05-19 06:29:13 +00:00
Kenichi Handa
d987e6cbf7
Change the declaration o encoding
...
from `int' to `unsigned char'.
1997-05-19 03:55:24 +00:00
Kenichi Handa
0622778015
(fs_load_font): Modified to cope with the above change
...
in x_load_font (xterm.c).
1997-05-19 03:33:50 +00:00
Kenichi Handa
e7cc8b5404
(struct font_info): Change the declaration o encoding
...
from `char' to `int'.
1997-05-19 03:33:50 +00:00
Kenichi Handa
028d516b9c
(Ffind_charset_region): Change the declaration of
...
charsets from `char' to `int.
(find_charset_in_str): Likewize.
1997-05-19 03:33:50 +00:00
Kenichi Handa
b8344c0e61
(struct iso2022_spec): Change the declaration of
...
requested_designation from `char' to `int'.
1997-05-19 03:33:50 +00:00
Kenichi Handa
fb5e77f716
(lisp_data_to_selection_data): charsets from char' to int.
1997-05-19 03:33:50 +00:00
Kenichi Handa
ce667c3efe
(x_load_font): Set 4 instead of -1 in fontp->encoding[1]
...
for the meaning of `can't decided'.
1997-05-19 03:33:50 +00:00
Richard M. Stallman
91a6ba781b
(Fcall_interactively): Use num_input_events.
1997-05-19 03:21:06 +00:00
Richard M. Stallman
6c747f3005
(num_input_events, num_nonmacro_input_events):
...
Renamed from ..._input_chars.
1997-05-19 03:20:48 +00:00
Richard M. Stallman
f4520363fd
(set-fill-column): Make the C-u case work.
1997-05-19 02:52:50 +00:00
Richard M. Stallman
c43b1734fe
(num_nonmacro_input_events):
...
Renamed from num_nonmacro_input_chars.
(syms_of_keyboard): Rename Lisp variable.
1997-05-19 02:45:30 +00:00
Richard M. Stallman
be857679f6
(num_nonmacro_input_events):
...
Renamed from num_nonmacro_input_chars.
1997-05-19 02:44:57 +00:00
Richard M. Stallman
4b657f72fa
(Vtty_erase_char): Declared.
1997-05-19 02:36:18 +00:00
Richard M. Stallman
fa90970d22
(Vtty_erase_char): Variable defined
...
(syms_of_keyboard): Set up Lisp variable.
Also set up `num-nonmacro-input-chars' to report actual keystrokes.
1997-05-19 02:35:09 +00:00
Richard M. Stallman
4ec5cb58ba
(init_sys_modes): Initialize Vtty_erase_char if
...
possible from the stty settings, otherwise to nil.
1997-05-19 02:34:16 +00:00
Richard M. Stallman
4c637faa24
(Ffile_attributes): Return inode number as a cons only if necessary.
1997-05-19 02:17:26 +00:00
Richard M. Stallman
ecb4dd9a35
(rmail-summary-delete-forward): Force the
...
argument to be a number, since we may be called with nil.
1997-05-19 01:05:13 +00:00
Richard M. Stallman
5885633586
(compilation-parse-errors): Fix paren error.
...
(compilation-arguments): New local variable.
(compile-internal): Set the variable compilation-arguments.
(compilation-revert-buffer): New function.
(compilation-mode): Set revert-buffer-function.
1997-05-19 01:04:04 +00:00
Richard M. Stallman
63c7b22095
(lpr-page-header-switches): Remove extra paren.
1997-05-19 01:03:02 +00:00
Richard M. Stallman
6f0b000cf6
(dabbrev-expand, dabbrev--abbrev-at-point)
...
(dabbrev--search): Use buffer-substring-no-properties.
1997-05-19 01:01:25 +00:00
Richard M. Stallman
acc35c361f
(strwidth): Fix previous change.
1997-05-18 20:18:16 +00:00
Richard M. Stallman
ca05f195e8
(browse-url): Make `applicatations' the parent.
1997-05-18 20:06:12 +00:00
Richard M. Stallman
bee3fc83fc
(copy_keymap_1): Do nothing if ELT isn't a keymap.
1997-05-18 19:06:16 +00:00
Richard M. Stallman
cc1cdd74d5
(set-case-syntax-offset): New variable.
...
(set-case-syntax-delims): Obey set-case-syntax-offset.
(set-case-syntax-pair, set-case-syntax): Likewise.
1997-05-17 18:40:38 +00:00
Richard M. Stallman
a580e88443
(Info-set-mode-line): Add some spaces at the beginning.
1997-05-17 18:39:23 +00:00
Richard M. Stallman
4f76fb9ac4
(event-closest-point): New function.
...
(event-closest-point-1): New subroutine.
(mouse-event-p, button-event-p): New functions.
1997-05-17 18:38:17 +00:00
Richard M. Stallman
0303e8da31
(make_terminal_frame): Don't add `Emacs' to frame name.
1997-05-17 18:37:32 +00:00
Richard M. Stallman
ccd0d40c98
(custom-facep): Defined (once again).
1997-05-17 06:39:39 +00:00
Richard M. Stallman
16d8aee1cc
(do-auto-fill): Check enable-kinsoku and enable-multibyte-characters.
...
(quoted-insert): Use nonascii-insert-offset.
(quoted-insert-character-offset): Variable deleted.
1997-05-17 04:28:13 +00:00
Richard M. Stallman
3696d9b977
(mode-line-modified): Delete one of the leading dashes.
1997-05-17 04:19:19 +00:00
Richard M. Stallman
65c1b8a19e
(outline-mode): Use `add-to-invisibility-spec' and
...
set the invisible property to `outline'.
(outline-minor-mode): Likewise.
Also, use `remove-from-invisibility-spec'.
(outline-flag-region): Set `outline' as the invisible property.
1997-05-17 03:12:03 +00:00
Kenichi Handa
c4cd8760a2
(enable-kinsoku): Name changed form do-kinsoku.
...
(fill-region-as-paragraph): Do `kinsoku' processing only if both
enable-kinsoku and enable-multibyte-characters are non-nil.
1997-05-17 02:01:42 +00:00
Richard M. Stallman
3fbca58aae
(update-autoloads-from-directories): Renamed from
...
update-autoloads-from-directory. Take multiple directories as args.
Use locate-library to find loaddefs.el and the top level Lisp dir.
(batch-update-autoloads): Call update-autoloads-from-directories.
1997-05-16 22:49:59 +00:00
Richard M. Stallman
c47ec7c4a8
Comment change for testing.
1997-05-16 22:16:27 +00:00
Richard M. Stallman
a22ca1e0d0
(nonascii_insert_offset): New variable.
...
(Fself_insert_command, internal_self_insert):
Add nonascii_insert_offset to what we insert, when appropriate.
(syms_of_cmds): Set up Lisp variable.
1997-05-16 08:08:49 +00:00
Richard M. Stallman
cd82f42fe2
(iso-accents-insert-offset): Use nonascii-insert-offset.
1997-05-16 08:05:14 +00:00
Richard M. Stallman
889c8aee79
(iso-transl-define-keys): Use nonascii-insert-offset.
1997-05-16 08:04:19 +00:00
Richard M. Stallman
1842fc1ae1
(display_text_line): Move the code to fill out the line
...
with the newline's face to the end of the newline code.
Add changes (commented out) to record ellipsis positions in charstarts.
1997-05-16 07:32:59 +00:00
Richard M. Stallman
b0119c6825
(mallopt): Declare, if appropriate.
...
(r_alloc_init) [DOUG_LEA_MALLOC]: Call mallopt,
instead of setting __malloc_extra_blocks.
1997-05-16 05:35:04 +00:00
Kenichi Handa
b8a9ebfb3f
(charset.o): Add disptab.h in dependency list.
1997-05-16 02:23:12 +00:00
Kenichi Handa
fc6b09bfb5
Include disptab.h.
1997-05-16 02:22:39 +00:00
Kenichi Handa
acfb10b843
(standard-fontset-spec): Name changed from
...
default-fontset-spec.
1997-05-16 00:59:15 +00:00
Kenichi Handa
78eee0edd1
Coding system names changed as follows:
...
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Delete functions describe-LANGUAGE-support.
Delete describe-function entries and change documentation
entries in each language specific information.
1997-05-16 00:59:09 +00:00
Kenichi Handa
480826519d
(set-language-info): Change the special treatment
...
of key describe-function to documentation.
(describe-specified-language-support): Renamed from
describe-language-support-internal. Get language name from
last-command-event.
(describe-language-support): Call
describe-specified-language-support.
1997-05-16 00:59:07 +00:00