- 09 Apr, 1997 4 commits
-
-
Richard M. Stallman authored
(main): Restore internal malloc state when loading from dumped image. (Fdump_emacs): Copy internal malloc state for dumping, then free it.
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
-
Kenichi Handa authored
-
- 08 Apr, 1997 5 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(x-charset-registries): Turn Tibetan on again.
-
Richard M. Stallman authored
containing openparen, skip spaces after the openparen.
-
- 07 Apr, 1997 24 commits
-
-
Paul D. Smith authored
-
Richard M. Stallman authored
-
Per Abrahamsen authored
-
Per Abrahamsen authored
-
Paul D. Smith authored
-
Kenichi Handa authored
(DISP_CHAR_VECTOR): Handle multibyte characters.
-
Kenichi Handa authored
New variables. (syms_of_fontset): Declare them as Lisp variables.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
Lisp_Char_Table. (make_sub_char_table): New function.
-
Kenichi Handa authored
-
Kenichi Handa authored
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.
-
Kenichi Handa authored
-
Kenichi Handa authored
(copy_category_table, Fmodify_category_entry): Adjusted for the new structure of Lisp_Char_Table.
-
Kenichi Handa authored
-
Kenichi Handa authored
Fsplit_char): Adjusted for the above change.
-
Kenichi Handa authored
(SPLIT_NON_ASCII_CHAR, SPLIT_CHAR): Return -1 in C2 for DIMENSION1 characters.
-
Kenichi Handa authored
invalid ESC sequence for ISO 2022. (Fencode_sjis_char, Fencode_big5_char): Adjusted for the change of SPLIT_CHAR.
-
Kenichi Handa authored
Lisp_Char_Table.
-
Kenichi Handa authored
(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.
-
Kenichi Handa authored
macro DISP_CHAR_VECTOR for multibyte characters.
-
Kenichi Handa authored
fonts of wrong size.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 06 Apr, 1997 2 commits
-
-
Karl Heuer authored
-
Eli Zaretskii authored
`installation-directory' if `info' is found as its subdirectory or sibling, be conditioned on MSDOS (it makes trouble on Unix).
-
- 05 Apr, 1997 5 commits
-
-
Richard M. Stallman authored
(texinfo-update-node): Accept args BEGINNING and END. (texinfo-all-menus-update): Pass region explicitly. (texinfo-master-menu, texinfo-every-node-update): Likewise.
-
Richard M. Stallman authored
(mail-complete): Use that. (mail-get-names): Store full names in cdrs of mail-names elts. (mail-names): Doc fix. (mail-directory): Minor cleanup.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
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.
-