Richard M. Stallman
2079601b89
(rmail-retry-failure): Rename local to rmail-this-buffer.
...
(rmail-primary-inbox-list): Don't use backquote.
1997-05-15 20:17:08 +00:00
Richard M. Stallman
b00ca0d7ea
(Finsert_file_contents): Use xmalloc. not malloc.
...
Check correctly for whether no code translation is needed.
1997-05-15 20:15:56 +00:00
Richard M. Stallman
69b3a14b48
(Fcopy_sequence): Correctly copy the char-table contents.
1997-05-15 18:39:33 +00:00
Richard M. Stallman
859f2b3c02
(strwidth, Fchar_width): Handle display table.
1997-05-15 18:26:28 +00:00
Kenichi Handa
9e96f9415f
Add Cyrillic script for Serbo-Croatian
...
Delete spaces at the tail for GB.
1997-05-15 11:11:10 +00:00
Karl Heuer
a04538dade
Include charset.h.
...
(Qidentity): Define this variable.
(syms_of_casefiddle): Initialize and staticpro it.
(casify_object, casify_region): Handle multibyte.
1997-05-15 07:47:29 +00:00
Karl Heuer
e16696bacc
(compute_trt_identity, compute_trt_shuffle): Add comments.
1997-05-15 07:35:32 +00:00
Richard M. Stallman
37a4471952
Don't create faces if make-face isn't defined.
...
Catch errors in setting face attributes.
(ansi-term-inv-fg-faces-vector): Define with defvar.
(ansi-term-inv-bg-faces-vector): Likewise.
(ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise.
(term-ignore-error): New mcro.
1997-05-15 05:18:28 +00:00
Richard M. Stallman
bafa1a69f6
(lpr-page-header-switches): Use -F, not -f.
1997-05-15 04:50:40 +00:00
Richard M. Stallman
4544e9dbee
(mode-line-mule-info): Delete the colon.
...
(mode-line-buffer-identification): Delete %F:.
(mode-line-frame-identification): New variable.
(mode-line-format): Use mode-line-frame-identification.
Start with a dash.
(mode-line-modified): Delete the final dash.
1997-05-15 04:02:49 +00:00
Richard M. Stallman
982fa4e514
Fix previous change.
1997-05-15 03:59:36 +00:00
Richard M. Stallman
faff8e29e7
(dired-mode): Don't include `Dired:' in mode line.
1997-05-15 03:55:20 +00:00
Richard M. Stallman
7b764489ab
(mode-line-frame-identification):
...
Set this, not mode-line-buffer-identification.
1997-05-15 03:54:56 +00:00
Richard M. Stallman
b360a6bedd
(mode-line-buffer-identification):
...
Use a different value which omits `Emacs: '.
1997-05-15 03:39:22 +00:00
Richard M. Stallman
4edca269cc
(compute_trt_identity): Use make_sub_char_table.
...
(compute_trt_identity, compute_trt_shuffle):
Set up bytes[0] with the charset code.
Check for a sub-char-table when deciding to recurse.
Terminate the loop properly for a sub-char-table.
1997-05-15 03:22:38 +00:00
Richard M. Stallman
55c4d99f91
(Fcall_interactively): Pass extra arg to Fread_string.
1997-05-15 02:28:34 +00:00
Richard M. Stallman
1d8d92f4fe
(Fread_from_minibuffer): Add gcpro.
1997-05-15 02:28:12 +00:00
Karl Heuer
c0c15b9339
Include charset.h.
...
(compute_trt_inverse): Totally rewritten.
Args are now Lisp_Object. Callers changed.
(compute_trt_identity, compute_trt_shuffle): New subroutines.
(init_casetab_once): Use XSETFASTINT to store into case table;
use CHAR_TABLE_SINGLE_BYTE_SLOTS to end the loop.
1997-05-15 02:23:20 +00:00
Richard M. Stallman
b7064fbe24
Don't include term.el.
1997-05-14 19:51:33 +00:00
Richard M. Stallman
78c11a9cce
(browse-url-event-buffer):
...
Function renamed from event-buffer. Callers changed.
(browse-url-event-point): Likewise.
1997-05-14 19:47:48 +00:00
Richard M. Stallman
1da54e584e
(server-kill-buffer): Act only when there is a server process.
1997-05-14 18:42:57 +00:00
Per Abrahamsen
0f39575982
Restored code lost in merge.
1997-05-14 17:38:51 +00:00
Per Abrahamsen
a3c88c5987
Synched with 1.97.
1997-05-14 17:31:13 +00:00
Per Abrahamsen
86bd10bcd8
Synched with version 1.97.
1997-05-14 17:22:46 +00:00
Simon Marshall
e28449ed4b
make expand-mail-aliases interactive
1997-05-14 07:27:25 +00:00
Simon Marshall
1abf89b818
entry for expand-mail-aliases
1997-05-14 07:26:32 +00:00
Richard M. Stallman
542d7fd2ba
(describe_vector): Identify charset row numbers clearly.
1997-05-14 05:47:07 +00:00
Richard M. Stallman
01a6ef79ef
(isearch-process-search-char): Use multibyte
...
characters to represent themselves.
(isearch-mode-map): Make Latin-4 characters search for themselves.
Use aset to set up these char sets.
1997-05-14 03:53:43 +00:00
Richard M. Stallman
5a0c40ea12
Make Latin-4 characters self-insert.
...
Use aset to set up these char sets.
1997-05-14 03:49:20 +00:00
Richard M. Stallman
2d4ef3c0ec
(iso-transl-define-keys):
...
Obey quoted-insert-character-offset.
1997-05-14 02:25:48 +00:00
Paul Eggert
b8ffe57028
(files): When computing arguments automatically, ignore non-files
...
within the RCS subdirectory.
1997-05-13 22:44:08 +00:00
Richard M. Stallman
9e594a2e8c
(forward-whitespace, forward-symbol):
...
Don't get error at end of buffer.
(bounds-of-thing-at-point): Don't get confused when a motion
function stops at end of buffer and there really isn't a thing.
Avoid redundant repeated scans.
1997-05-13 19:52:56 +00:00
Richard M. Stallman
46ed603f3e
(map_char_table): New arg SUBTABLE. Callers changed.
...
Pass the whole chartable to C_FUNCTION.
Pass index character as a Lisp_Object.
1997-05-13 19:51:29 +00:00
Richard M. Stallman
0403641fca
(get_keyelt): Handle an indirect entry with meta char.
...
(describe_vector): Rewrite char-table handling.
(Fmake_keymap): Make a char-table.
(access_keymap, store_in_keymap): Likewise,
(describe_map, Fset_keymap_parent, Faccessible_keymaps): Likewise.
(Fwhere_is_internal, Fcopy_keymap): Handle a char-table.
(copy_keymap_1, accessible_keymaps_char_table): New subroutines.
(where_is_internal_1, where_is_internal_2): New functions.
(syms_of_keymap): Set up Qchar_table_extra_slots prop on Qkeymap.
1997-05-13 19:41:21 +00:00
Richard M. Stallman
96439b6aab
(describe_category_1): Pass new args to describe_vector.
1997-05-13 19:36:37 +00:00
Richard M. Stallman
e41819d480
(describe_syntax_1): Pass new args to describe_vector.
1997-05-13 19:36:15 +00:00
Francesco Potortì
b7e22e9442
Added support for the Java language.
1997-05-13 09:38:23 +00:00
Richard M. Stallman
3607b64db9
Define Latin-1, Latin-2 and Latin-3 chars as self-inserting.
1997-05-12 23:22:22 +00:00
Richard M. Stallman
9b73022faf
Move bindings.el after mule-conf.el.
...
Load mule and mule-conf before simple.
1997-05-12 23:20:55 +00:00
Richard M. Stallman
267d5b952c
(iso-accents-compose): Return composed character directly for execution.
1997-05-12 23:18:58 +00:00
Richard M. Stallman
280e8e043d
(isearch-mode-map): Treat Latin-1, Latin-2 an Latin-3
...
chars as printing characters.
1997-05-12 23:18:40 +00:00
Richard M. Stallman
3883fbebaa
(wrong_type_argument): Pass new arg to Fstring_to_number.
...
(Fstring_to_number): Handle bases 2...16.
(digit_to_number): New subroutine.
1997-05-12 22:04:18 +00:00
Richard M. Stallman
abb4b7ec87
(Fx_create_frame): Get X resources from the display
...
we are making the frame on.
(x_get_arg): New arg DPYINFO. Callers changed.
(display_x_get_resource): New function.
1997-05-12 18:58:20 +00:00
Francesco Potortì
cec68fcb05
* etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
...
(Postscript_suffixes): .ps is Postscript.
(lang_names): Add Postscript.
(Postscript_functions): New function.
(TEX_decode_env): Close minor memory leak.
(just_read_file): Correct the char number of the tag.
1997-05-12 16:10:08 +00:00
Kenichi Handa
567b103cfa
(viqr-pre-write-conversion): Make it work
...
for the case the arg FROM is a string.
1997-05-12 07:00:28 +00:00
Kenichi Handa
5d0ae7290b
(tibetan-pre-write-conversion): Make it work
...
for the case the arg FROM is a string.
1997-05-12 07:00:26 +00:00
Kenichi Handa
1d1180f718
(thai-pre-write-conversion): Make it work
...
for the case the arg FROM is a string.
1997-05-12 07:00:25 +00:00
Kenichi Handa
68fc7d81b7
(fidel-to-tex-map): Name changed to ethio-fidel-to-tex-map.
1997-05-12 07:00:21 +00:00
Kenichi Handa
cefa701a27
(in-is13194-devanagari-post-read-conversion): New function.
...
(in-is13194-devanagari-pre-write-conversion): New function.
1997-05-12 07:00:18 +00:00
Kenichi Handa
dc09922d1e
Make functions setup-LANGUAGE-environment
...
interactive and add new functions describe-LANGUAGE-support for
all LANGUAGEs supported. Remove resisterations of input methods
which use the function encoded-kbd-select-terminal.
1997-05-12 07:00:16 +00:00