Kenichi Handa
b65976cb0f
(create-fontset-from-fontset-spec): Add
...
optional arg NOERROR.
(create-fontset-from-x-resource): Give t as arg NOERROR to
create-fontset-from-fontset-spec.
1997-07-10 06:46:42 +00:00
Kenichi Handa
e81ed9edb2
(isearch-input-method): New variable.
...
(isearch-input-method-title): New variable.
(isearch-toggle-specified-input-method): Set the above variables.
(isearch-toggle-input-method): Likewise.
(isearch-process-search-multibyte-characters): Give
iseach-input-method as arg to read-multilingual-string.
1997-07-10 06:46:42 +00:00
Kenichi Handa
88d559ecd2
(read-multilingual-string): Adjusted
...
for the previous change of variables related to input methods.
1997-07-10 06:46:42 +00:00
Kenichi Handa
0ef161c40a
(mode-line-mule-info): Remove tailing ">" from input
...
method indicator.
1997-07-10 06:44:55 +00:00
Kenichi Handa
8c5d9782ec
(isearch-message-prefix): Adjusted
...
for the previous change of variables related to input methods.
1997-07-10 06:44:55 +00:00
Richard M. Stallman
77bc05c744
Make global bindings only via loaddefs.el.
1997-07-10 06:43:19 +00:00
Richard M. Stallman
d72236841c
(read_process_output): Add cast.
1997-07-10 03:09:10 +00:00
Richard M. Stallman
3609a53bf6
(current_lock_owner, lock_file_1): Add casts.
1997-07-10 03:03:10 +00:00
Richard M. Stallman
fe27f88d3a
(x_load_font): Get value of fontp->height from
...
ascent and descent members of structure font->max_bounds.
(dumpglyphs): Draw background by FillSolid if a font is too short.
1997-07-10 02:15:40 +00:00
Richard M. Stallman
5d7cc324ad
(x_term_init): Don't use initializer for null_bits.
...
(XTread_socket) <KeyPress>: Call XFilterEvent.
1997-07-10 02:13:26 +00:00
Richard M. Stallman
b56822304a
(mail-mode): Make fill-paragraph-function local.
1997-07-10 01:41:38 +00:00
Richard M. Stallman
8b32d88564
(redisplay_internal): Fix previous change.
1997-07-10 01:03:05 +00:00
Richard M. Stallman
b3bd5cbcdb
(C_SWITCH_SYSTEM): Add -Wf,-XNh option.
1997-07-09 23:08:42 +00:00
Richard M. Stallman
0c76956f83
[C_ALLOCA] (xmalloc): New function.
1997-07-09 19:20:34 +00:00
Richard M. Stallman
b0f661deaa
(menu-bar-custom-menu): Add several more menu items.
...
Rename some. Delete "Update this menu".
1997-07-09 19:03:09 +00:00
Noah Friedman
bc74e94e2b
[top level]: Add up-list' and
down-list' to eldoc-message-commands.
1997-07-09 12:44:15 +00:00
Richard M. Stallman
e9687ee8a2
(Fdelete_frame): Always err for deleting the only frame.
1997-07-09 08:03:08 +00:00
Kenichi Handa
c4ede6a240
(encoded-kbd-mode): Call coding-system-XXX instead of coding-vector-XXX.
1997-07-09 06:56:04 +00:00
Kenichi Handa
2167d18d40
(print-fontset): Output format improved.
...
(describe-fontset): Likewise. Doc-string modified.
(list-fontsets): Likewise.
1997-07-09 06:56:04 +00:00
Kenichi Handa
fa2ea19a90
(mostlyclean): Add cleaning leim directory.
...
(clean, distclean, maintainer-clean): Likewise.
1997-07-09 06:55:18 +00:00
Kenichi Handa
e397ee4108
(Ffont_info): Make vector of correct size.
1997-07-09 06:54:54 +00:00
Richard M. Stallman
b32ce17b38
Fix previous change.
1997-07-09 04:49:35 +00:00
Richard M. Stallman
fed6688e87
(dontcompilefiles): Add cyril-util.el.
1997-07-09 04:47:12 +00:00
Richard M. Stallman
7a6ee7aed8
(bogosities): Check subdirs of `lisp' also.
...
(etc): Really avoid symlinks now.
(lisp): Don't delete from subdirs the things we never copy.
1997-07-09 04:27:54 +00:00
Richard M. Stallman
8d0dd9d2dd
(format-alist): Don't handle compression here.
1997-07-09 04:20:46 +00:00
Richard M. Stallman
3bb846b871
(mouse-undouble-last-event): Fix gross bugs:
...
use modifiers, not old-modifiers.
1997-07-09 02:47:07 +00:00
Richard M. Stallman
2289984b61
(RE_TRANSLATE): Copy definition from config.in.
1997-07-09 01:25:06 +00:00
Richard M. Stallman
2d7b0db76e
(finder-list-matches): Create *Finder Category* buffer.
1997-07-09 01:24:54 +00:00
Richard M. Stallman
1eb569c521
(syms_of_fns): Fix previous change.
1997-07-09 00:33:33 +00:00
Richard M. Stallman
f12b0b967a
Fix copyright and copying permissions.
1997-07-09 00:29:46 +00:00
Richard M. Stallman
f13c925f62
(decode_mode_spec) <z,Z>: Display buffer coding system
...
last of the three.
1997-07-09 00:28:25 +00:00
Richard M. Stallman
d0381a7fa3
(main) [__NetBSD__]: Round up new stack limit to page bdry.
1997-07-09 00:07:19 +00:00
Richard M. Stallman
a1c9b4d080
(url): Define end-op property again. Wrap end-op
...
and beginning-op lambdas with `function', not quote.
1997-07-09 00:04:00 +00:00
Richard M. Stallman
cf09633a19
Use #ifdef to test STDC_HEADERS.
1997-07-08 23:57:43 +00:00
Richard M. Stallman
d32515cd1e
(shortlisp): Fix typo.
1997-07-08 23:52:18 +00:00
Richard M. Stallman
71312b68cf
(Finsert_file_contents): Give up match-end only if
...
coding requires conversion. Adjust end of non-matching text area
to multibyte character boundary if enable_multibyte_character is non-nil.
1997-07-08 11:37:32 +00:00
Richard M. Stallman
e2d8d746de
(struct gl_state_s): New field `offset'.
...
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Set offset field.
(SETUP_SYNTAX_TABLE): Clear offset field.
(UPDATE_SYNTAX_TABLE, UPDATE_SYNTAX_TABLE_FORWARD):
(UPDATE_SYNTAX_TABLE_BACKWARD): Use the offset field.
1997-07-08 11:12:53 +00:00
Richard M. Stallman
21e989e3f5
(decode_mode_spec_coding): Really don't display
...
EOL indicator when eol_flag is 0.
(echo_area_display): Use proper width when scroll bars on left.
1997-07-08 11:12:13 +00:00
Richard M. Stallman
5fc196afb0
(find-file-literally): New function.
1997-07-08 09:57:37 +00:00
Richard M. Stallman
4e2aade124
(mouse-show-mark): Handle switch-frame events in the loop.
1997-07-08 09:47:23 +00:00
Richard M. Stallman
5604f9a3e7
(LIBS_SYSTEM): Add -lkvm and -lelf.
1997-07-08 04:28:20 +00:00
Kenichi Handa
24b31c8829
Initial revision
1997-07-08 01:48:20 +00:00
Miles Bader
697654edd9
automatically generated from GPLed version
1997-07-08 01:06:53 +00:00
Paul Eggert
6385ec2bd4
automatically generated from GPLed version
1997-07-08 01:02:06 +00:00
Richard M. Stallman
cd9012b5bb
Undo an earlier change:
...
(dun-piss): Renamed from dunnet-urinate.
(dun-verblist): Indecent word added back.
(dunnet): Delete "censored" message.
1997-07-07 21:51:01 +00:00
Richard M. Stallman
d3d21843f0
(custom-load-symbol): Don't reload a preloaded file.
1997-07-07 19:06:16 +00:00
Richard M. Stallman
9f910b506e
[sigmask] (SIGEMPTYMASK): Define to use sigmask.
1997-07-07 19:05:34 +00:00
Richard M. Stallman
0a27e8edcb
Rename macro __P to PP.
1997-07-07 19:04:35 +00:00
Richard M. Stallman
ce4200f679
(Ffile_attributes): Use cast to avoid warnings.
1997-07-07 19:00:51 +00:00
Richard M. Stallman
4b104c4137
(Vpreloaded_file_list): New variable.
...
(syms_of_lread): Set up Lisp variable.
(Fload): Add to Vpreloaded_file_list, if dumping.
1997-07-07 19:00:25 +00:00