1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
Commit Graph

17424 Commits

Author SHA1 Message Date
Kenichi Handa
39e16e513f (Faref, Faset): Adjusted for the new structure of
Lisp_Char_Table.
1997-04-07 07:12:13 +00:00
Kenichi Handa
3720677d59 (copy_sub_char_table): New function.
(Fcopy_sequence): Call copy_sub_char_table for copying a sub char table.
(Fchar_table_range, Fset_char_table_range, map_char_table,
Fmap_char_table): Handle multibyte characters correctly.
1997-04-07 07:12:13 +00:00
Kenichi Handa
1f1ff51db0 (disp_char_vector): New function to be used from the
macro DISP_CHAR_VECTOR for multibyte characters.
1997-04-07 07:12:13 +00:00
Kenichi Handa
57b03282a0 (dumpglyphs): Clip and highlight glyphs displayed with
fonts of wrong size.
1997-04-07 07:12:13 +00:00
Kenichi Handa
3fdc9c8f41 Fix the format of the first line. 1997-04-07 05:36:52 +00:00
Kenichi Handa
e803d6bdaf Fix FSF address in comment. 1997-04-07 05:12:16 +00:00
Karl Heuer
1a7c2dbf3b (set-case-syntax): Doc fix. 1997-04-06 14:48:27 +00:00
Eli Zaretskii
70344b3461 (init_cmdargs) [MSDOS]: Make the change that sets
`installation-directory' if `info' is found as its subdirectory or
sibling, be conditioned on MSDOS (it makes trouble on Unix).
1997-04-06 14:32:33 +00:00
Richard M. Stallman
78897d3d9f (texinfo-make-menu): Accept args BEGINNING and END.
(texinfo-update-node): Accept args BEGINNING and END.
(texinfo-all-menus-update): Pass region explicitly.
(texinfo-master-menu, texinfo-every-node-update): Likewise.
1997-04-05 21:59:09 +00:00
Richard M. Stallman
e694581dc0 (mail-complete-style): New variable.
(mail-complete): Use that.
(mail-get-names): Store full names in cdrs of mail-names elts.
(mail-names): Doc fix.
(mail-directory): Minor cleanup.
1997-04-05 21:57:48 +00:00
Richard M. Stallman
0afdd8d041 (sgml-validate): Offer to save the buffer first. 1997-04-05 21:52:58 +00:00
Richard M. Stallman
531cbff1cc (indent-sexp): If calculate-lisp-indent returns nil,
don't change the line's indentation.
(lisp-indent-line): Likewise.
(lisp-comment-indent): Likewise.
(calculate-lisp-indent): Return nil if line starts inside a string.
1997-04-05 21:51:44 +00:00
Richard M. Stallman
e7c8378c39 (imenu-default-goto-function): Simplify.
Truncate imenu items.
Make use of markers or integers an option.
(imenu-use-markers, imenu-max-item-length): New variables.
(imenu-max-items): Doc fix.
(imenu-example--name-and-position): Handle imenu-use-markers.
(imenu-default-create-index-function): Likewise.
(imenu--generic-function): Likewise.
(imenu--truncate-items): New function.
(imenu--make-index-alist): Call imenu--truncate-items.
1997-04-05 21:41:59 +00:00
Richard M. Stallman
5eb9cf9777 (rmail-mode-map): Add menu item for
rmail-output-body-to-file and put it on w.
1997-04-05 21:39:03 +00:00
Richard M. Stallman
a24de13400 (rmail-output-body-to-file): Query if file exists.
Renamed from rmail-output-body.
1997-04-05 21:38:07 +00:00
Richard M. Stallman
ccdb79f5d9 (Ffind_coding_system): Doc fix. 1997-04-05 07:48:17 +00:00
Kenichi Handa
178663df99 Provide 'term/sun-mouse instead of 'sun-mouse. 1997-04-05 02:46:24 +00:00
Kenichi Handa
8dfef5034a English related codes are moved to
language/english.el.
(setup-european-environment): Call setup-english-environment to
reset to default setting at first.
1997-04-05 02:45:30 +00:00
Kenichi Handa
80d75b56bd Initial revision 1997-04-05 02:44:02 +00:00
Kenichi Handa
37cdc7adb3 Handle more Devanagari characters correctly. 1997-04-05 02:40:11 +00:00
Kenichi Handa
60acfd1593 Completely updated. 1997-04-05 02:40:11 +00:00
Kenichi Handa
dfb63c58e9 Require 'term/sun-mouse instead of 'sun-mouse. 1997-04-05 02:35:53 +00:00
Kenichi Handa
536477d4b4 Comment fixed. 1997-04-05 02:35:53 +00:00
Kenichi Handa
210dede616 Change a category of one Japanese character. 1997-04-05 02:35:53 +00:00
Kenichi Handa
b55b51290c (x-charset-registries): Add Tibetan entries. 1997-04-05 02:35:53 +00:00
Kenichi Handa
8f81f78455 Prefix for Mule related commands is changed.
(view-hello-file): Allways does correct decoding of HELLO file.
1997-04-05 02:35:53 +00:00
Kenichi Handa
2aa72de791 Change descriptions for Arabic, Indian, and
Vietnamese character sets.  Define Tibetan character sets.
1997-04-05 02:35:53 +00:00
Kenichi Handa
4366b45ecc Load language/english and language/tibetan. 1997-04-05 02:35:53 +00:00
Karl Heuer
25c307484f (Fcopy_sequence): Delete unused variable.
(Fchar_table_extra_slot, Fset_char_table_extra_slot): Doc fix.
(map_char_table): When expanding indices, don't increase depth;
that's amount used, not amount allocated.
1997-04-03 22:08:30 +00:00
Karl Heuer
5c34fe36c4 Fix comment typo. 1997-04-03 21:36:09 +00:00
Karl Heuer
7ad11f7e0d (CHAR_TABLE_REF): Fix syntax error.
(LOWERCASEP): Use NOCASEP instead of its expansion.
(UPCASE): Use UPPERCASEP instead of its expansion.
1997-04-03 21:34:11 +00:00
Karl Heuer
f7d47e2023 [!__GNUC__] (CATEGORY_SET): Fix syntax error. 1997-04-03 21:29:26 +00:00
Richard M. Stallman
d1b9ed63ea (Fcopy_file): Fix error message. 1997-04-02 19:06:31 +00:00
Richard M. Stallman
d4b8687bfa (Finsert_file_contents): Handle non-regular files. 1997-04-02 06:12:48 +00:00
Richard M. Stallman
727a0b4a0f (Finsert_file_contents): When handling REPLACE,
first try comparing block by block; if we discover a need for
nontrivial code conversion, give up and try convert-whole-file method.
1997-04-02 05:03:06 +00:00
Richard M. Stallman
0118dcd343 (skip_chars): Make `c' an unsigned int. 1997-04-02 04:24:41 +00:00
Richard M. Stallman
ce0ba762d7 Added a lot of new faces, they all start with
term- and follow a simple lexicographical convention.  Note that
each change is commented: just search for -mm in the source.
(term-char-mode): Added all the "grey-keys" to term-raw-map.
(term-send-up):  Similar, decided to go for the more xterm-like
\eOA bindings in place of the previous \e[A.
(term-buffer-maximum-size): New variable.
(term-mode): Added some make-local: now term-buffer-maximum-size,
ange-ftp-default-user/password/an-pwd.
(term-emulate-terminal): Quite some modifications to allow
multiple outstanding ANSI style commands: notably all the
-previous-parameter stuff.  Call term-handle-ansi-terminal-messages.
(term-emulate-terminal): Added simple trimming function: at the
end we simply check if the buffer is > term-buffer-maximum-size
and cut it accordingly.
(term-handle-colors-array): New function.
(term-handle-ansi-terminal-messages): New function.
(term-handle-ansi-escape): Modified to allow ANSI coloring
(ansi-term): New function that creates multiple terminals. Put
in the standard C-x map too: I'm quite used to C-x C-f and C-c C-f
was too awkward.
1997-04-02 03:46:39 +00:00
Richard M. Stallman
61730a69ed (change_frame_size_1): Call Fset_window_buffer,
so that Vwindow_configuration_change_hook gets run.
1997-04-02 03:45:07 +00:00
Richard M. Stallman
543f5fb17f (Qwindow_configuration_change_hook): New variable.
(Vwindow_configuration_change_hook): New variable.
(syms_of_window): Initialize; set up Lisp var.
(delete_window): New subroutine, from Fdelete_window.
Most callers changed.
(Fdelete_window): Call Vwindow_configuration_change_functions.
(Fset_window_buffer, Fenlarge_window, Fshrink_window):
Call the Vwindow_configuration_change_functions.
(Fset_window_configuration): Likewise.
1997-04-02 03:44:32 +00:00
Richard M. Stallman
2323275b08 (Coding Conventions): Node renamed from Style Tips.
Xref the Major Mode Conventions and Minor Mode Conventions nodes.
Other smaller changes in it.
1997-04-01 23:38:01 +00:00
Richard M. Stallman
4356e9eb88 Add detailed listing for the Tips appendix.
Add an early duplicate menu item for Coding Conventions node.
1997-04-01 23:37:03 +00:00
Richard M. Stallman
a4b12c74ea Document key binding conventions for major modes and minor modes. 1997-04-01 23:35:50 +00:00
Richard M. Stallman
54bfce8a12 (grep-null-device): Move before first use. 1997-04-01 22:17:59 +00:00
Richard M. Stallman
2b98929656 (set-variable): Suggest only valid user variable. 1997-04-01 22:09:02 +00:00
Richard M. Stallman
5e78e475d4 (Fuser_variable_p): If not a symbol, return nil. 1997-04-01 22:04:58 +00:00
Richard M. Stallman
f0b188ed3d (vc-checkin-hook): Doc fix.
(vc-before-checkin-hook): New hook.
(vc-start-entry): Use it.
1997-04-01 21:47:17 +00:00
Richard M. Stallman
3dbcf3f67b (Finsert_file_contents): Determine the character coding
before we see if REPLACE can be handled.
Do handle REPLACE even if code conversion is needed.

(Fcopy_file): Fix previous change.
1997-04-01 07:17:40 +00:00
Richard M. Stallman
4f1d7d3173 (dired-copy-file): Handle file-date-error. 1997-04-01 04:26:33 +00:00
Richard M. Stallman
c0b7b21c12 (Fcopy_file): Use Qfile_date_error if can't set file date.
(Qfile_date_error): New variable.
(syms_of_fileio): Set it up.
1997-04-01 04:25:04 +00:00
Karl Heuer
0992c4d488 (hs-hide-block-at-point): Doc fix. 1997-03-31 22:46:25 +00:00