1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00
Commit graph

17325 commits

Author SHA1 Message Date
Karl Heuer
e995085f70 (ccl_driver): Fix Lisp_Object/integer confusion. 1997-04-10 22:19:52 +00:00
Karl Heuer
15c60737b7 (Fmake_category_set): Use XSETFASTINT. 1997-04-10 22:12:04 +00:00
Karl Heuer
efee68610e (Ffind_coding_system): Don't use Lisp_Object as integer. 1997-04-10 21:53:28 +00:00
Richard M. Stallman
8c7d9baf9f Comment change. 1997-04-10 21:42:07 +00:00
Karl Heuer
53316e5587 (ONE_BYTE_CHAR_WIDTH, Fconcat_chars): Don't use Lisp_Object as integer. 1997-04-10 21:35:28 +00:00
Karl Heuer
296b535c36 (delete_window): Don't return value from void function.
(Fset_window_buffer, Fdisplay_buffer): Don't use Lisp_Object as integer.
1997-04-10 21:26:07 +00:00
Karl Heuer
99d3fac764 (Fx_popup_menu): Don't use Lisp_Object as integer.
(set_frame_menubar): Likewise.
1997-04-10 21:19:16 +00:00
Karl Heuer
10ffbb91cf (DISP_TABLE_P): Don't use Lisp_Object as integer. 1997-04-10 21:16:33 +00:00
Karl Heuer
8bb6ca1467 (display_text_line): Don't use Lisp_Object as integer. 1997-04-10 21:15:53 +00:00
Richard M. Stallman
5e33ba39fe Initial revision 1997-04-10 20:43:54 +00:00
Karl Heuer
488f0c6466 (Fframe_or_buffer_changed_p): Use EQ, not ==. 1997-04-10 20:42:25 +00:00
Richard M. Stallman
1367ff3a18 Add DSSSL mode and share code with newly required
lisp-mode as much as possible.
(scheme-mode-variables): Copy filling stuff from lisp-mode.
Add an outline-regexp.
(scheme-mode-map): Inherit shared-lisp-mode-map and provide a menu.
(dsssl-sgml-declaration): New variable.
(dsssl-mode): New command.
(dsssl-font-lock-keywords): New variable.
(scheme-indent-function): Near copy of lisp-indent-function.
(scheme-comment-indent, scheme-indent-offset,
scheme-indent-function, scheme-indent-line,
calculate-scheme-indent, scheme-indent-specform,
scheme-indent-defform, scheme-indent-sexp): Removed; use lisp-mode
equivalents.
(scheme-imenu-generic-expression): New variable.
(dsssl-imenu-generic-expression): New variable.
(scheme-let-indent): Use lisp-indent-specform.
1997-04-10 19:41:00 +00:00
Richard M. Stallman
7677344385 (custom-initialize-frame): Add autoload cookie. 1997-04-10 07:23:30 +00:00
Richard M. Stallman
b5d48854de (frame-parameter): New function. 1997-04-10 06:49:45 +00:00
Richard M. Stallman
2718efdd52 (sh-mode): Set font-lock-comment-start-regexp via font-lock-defaults.
(sh-set-shell): Don't set font-lock-keywords or font-lock-syntax-table,
and don't toggle Font Lock mode if it is already on.
1997-04-10 06:38:26 +00:00
Richard M. Stallman
1b657835fc (keyboard-escape-quit): Exit recursive edits,
and switch away from buffers whose names start with space.
1997-04-10 06:29:59 +00:00
Richard M. Stallman
45f13532b2 (scheme-mode-map): Add some menu items. 1997-04-10 06:18:40 +00:00
Richard M. Stallman
2c66f5d196 (eval-defun): For defcustom, always set the value. 1997-04-10 05:58:24 +00:00
Richard M. Stallman
328c069714 (PC-try-load-many-files): Set truename. 1997-04-10 00:37:52 +00:00
Richard M. Stallman
3e7562b11e (BSD_SYSTEM): Alternate definition for FreeBSD v3. 1997-04-10 00:27:09 +00:00
Richard M. Stallman
e0b5b76c4e (GETPGRP_NO_ARG): If Glibc 2.1 or later,
don't define this if _BSD_SOURCE is defined.
1997-04-09 05:57:50 +00:00
Richard M. Stallman
b1377d7f09 (mallocobj): Don't add gmalloc if using glibc.
Drop check for `old malloc'; it isn't distributed with Emacs.
1997-04-09 04:01:31 +00:00
Richard M. Stallman
188b4aeaac Update copyright year. 1997-04-09 04:00:39 +00:00
Richard M. Stallman
3689ff1491 (DOUG_LEA_MALLOC): Add #undef. 1997-04-09 04:00:22 +00:00
Richard M. Stallman
15aaf1b5d2 (malloc_get_state, malloc_set_state): New declarations.
(main): Restore internal malloc state when loading from dumped image.
(Fdump_emacs): Copy internal malloc state for dumping, then free it.
1997-04-09 04:00:10 +00:00
Richard M. Stallman
d165822189 For glibc's malloc, include <malloc.h> for mallinfo,
mallopt, struct mallinfo, and mallopt constants.
(BYTES_USED): New macro.
(memory_full, emacs_blocked_free): Replace _bytes_used with BYTES_USED.
(emacs_blocked_malloc): Set sbrk padding value for glibc, as is
done with gmalloc.
(allocate_vectorlike, make_uninit_string):
Prevent using mmap for possible large chunks.
(init_alloc_once): Set trim and mmap malloc parms, when using glibc.
1997-04-09 03:59:08 +00:00
Richard M. Stallman
b05a95cbef If malloc_{get,set}_state exist, set DOUG_LEA_MALLOC. 1997-04-09 03:52:47 +00:00
Kenichi Handa
486ece3d96 Ethiopic fixed, Tibetan added. 1997-04-09 00:08:54 +00:00
Richard M. Stallman
ec6c7d0bc7 (make-frame): Call `custom-initialize-frame'. 1997-04-08 22:33:45 +00:00
Richard M. Stallman
a9f53ffbf8 (menu-bar-custom-menu): New variable; add it as a submenu of the Help menu. 1997-04-08 22:20:30 +00:00
Richard M. Stallman
e1b490ca36 (init_casetab_once): Initialize the purpose slot. 1997-04-08 19:05:57 +00:00
Richard M. Stallman
2316704abd When calling put-charset-property, ignore errors.
(x-charset-registries): Turn Tibetan on again.
1997-04-08 01:41:40 +00:00
Richard M. Stallman
b8668259e2 (calculate-perl-indent): When indenting under a
containing openparen, skip spaces after the openparen.
1997-04-08 01:18:14 +00:00
Paul D. Smith
6b2e9efd12 Last-minute changed for 3.75.1 1997-04-07 18:02:44 +00:00
Richard M. Stallman
4b1a66da07 (x-charset-registries): Turn off Tibetan. 1997-04-07 17:34:05 +00:00
Per Abrahamsen
791f12e429 Added widget and custom manuals. 1997-04-07 14:00:58 +00:00
Per Abrahamsen
d543e20b61 Initial revision 1997-04-07 13:42:59 +00:00
Paul D. Smith
383ebe4953 Changes for make 3.75.1 1997-04-07 07:22:57 +00:00
Kenichi Handa
1e05cf1d14 (disp_char_vector): Extern it.
(DISP_CHAR_VECTOR): Handle multibyte characters.
1997-04-07 07:22:22 +00:00
Kenichi Handa
ec3bb06866 (Vhighlight_wrong_size_font, Vclip_large_size_font):
New variables.
(syms_of_fontset): Declare them as Lisp variables.
1997-04-07 07:12:13 +00:00
Kenichi Handa
e497c1f38c (Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them. 1997-04-07 07:12:13 +00:00
Kenichi Handa
3604fd001c (lisp, shortlisp): Include english.elc and tibetan.elc. 1997-04-07 07:12:13 +00:00
Kenichi Handa
0551bde3a4 (Fmake_char_table): Adjusted for the new structure of
Lisp_Char_Table.
(make_sub_char_table): New function.
1997-04-07 07:12:13 +00:00
Kenichi Handa
a1942d8859 (describe_vector): Adjusted for the new structure of Lisp_Char_Table. 1997-04-07 07:12:13 +00:00
Kenichi Handa
ea724a0182 (CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots than
CHAR_TABLE_ORDINARY_SLOTS for top, defalt, parent, and purpose.
(SUB_CHAR_TABLE_ORDINARY_SLOTS, SUB_CHAR_TABLE_STANDARD_SLOTS):
New macros.
(struct Lisp_Char_Table): New member `top'.  The member `defalt'
is moved before `contents' so that XCHAT_TABLE (val)->defalt can
also be used for a sub char table.
(SUB_CHAR_TABLE_P): New macro.
(make_sub_char_table): Extern it.
1997-04-07 07:12:13 +00:00
Kenichi Handa
3701b5de07 (read1): Adjusted for the new structure of Lisp_Char_Table. 1997-04-07 07:12:13 +00:00
Kenichi Handa
ed8ec86d08 (category-table-p): Check only type and purpose.
(copy_category_table, Fmodify_category_entry): Adjusted for the
new structure of Lisp_Char_Table.
1997-04-07 07:12:13 +00:00
Kenichi Handa
887bfbd7da (ccl_driver): Fix bug of the case CCL_WriteArrayReadJump. 1997-04-07 07:12:13 +00:00
Kenichi Handa
6dc0722daf (non_ascii_char_to_string, update_charset_table,
Fsplit_char): Adjusted for the above change.
1997-04-07 07:12:13 +00:00
Kenichi Handa
d6f92c0405 (CHARSET_TABLE_ENTRY): Handle ASCII charset correctly.
(SPLIT_NON_ASCII_CHAR, SPLIT_CHAR): Return -1 in C2 for DIMENSION1
characters.
1997-04-07 07:12:13 +00:00