summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (DOUG_LEA_MALLOC): Add #undef.Richard M. Stallman1997-04-091-1/+4
|
* (malloc_get_state, malloc_set_state): New declarations.Richard M. Stallman1997-04-091-0/+24
| | | | | (main): Restore internal malloc state when loading from dumped image. (Fdump_emacs): Copy internal malloc state for dumping, then free it.
* For glibc's malloc, include <malloc.h> for mallinfo,Richard M. Stallman1997-04-091-3/+39
| | | | | | | | | | | 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.
* If malloc_{get,set}_state exist, set DOUG_LEA_MALLOC.Richard M. Stallman1997-04-091-2/+9
|
* Ethiopic fixed, Tibetan added.Kenichi Handa1997-04-091-2/+4
|
* (make-frame): Call `custom-initialize-frame'.Richard M. Stallman1997-04-081-0/+1
|
* (menu-bar-custom-menu): New variable; add it as a submenu of the Help menu.Richard M. Stallman1997-04-081-0/+18
|
* (init_casetab_once): Initialize the purpose slot.Richard M. Stallman1997-04-081-0/+1
|
* When calling put-charset-property, ignore errors.Richard M. Stallman1997-04-081-3/+5
| | | | (x-charset-registries): Turn Tibetan on again.
* (calculate-perl-indent): When indenting under aRichard M. Stallman1997-04-081-0/+1
| | | | containing openparen, skip spaces after the openparen.
* Last-minute changed for 3.75.1Paul D. Smith1997-04-071-2/+2
|
* (x-charset-registries): Turn off Tibetan.Richard M. Stallman1997-04-071-2/+2
|
* Added widget and custom manuals.Per Abrahamsen1997-04-071-2/+13
|
* Initial revisionPer Abrahamsen1997-04-077-0/+7187
|
* Changes for make 3.75.1Paul D. Smith1997-04-071-4/+4
|
* (disp_char_vector): Extern it.Kenichi Handa1997-04-071-1/+3
| | | | (DISP_CHAR_VECTOR): Handle multibyte characters.
* (Vhighlight_wrong_size_font, Vclip_large_size_font):Kenichi Handa1997-04-071-0/+13
| | | | | New variables. (syms_of_fontset): Declare them as Lisp variables.
* (Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them.Kenichi Handa1997-04-071-0/+2
|
* (lisp, shortlisp): Include english.elc and tibetan.elc.Kenichi Handa1997-04-071-0/+4
|
* (Fmake_char_table): Adjusted for the new structure ofKenichi Handa1997-04-071-2/+18
| | | | | Lisp_Char_Table. (make_sub_char_table): New function.
* (describe_vector): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-071-37/+65
|
* (CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots thanKenichi Handa1997-04-071-10/+41
| | | | | | | | | | | 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.
* (read1): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-072-0/+19
|
* (category-table-p): Check only type and purpose.Kenichi Handa1997-04-071-51/+58
| | | | | (copy_category_table, Fmodify_category_entry): Adjusted for the new structure of Lisp_Char_Table.
* (ccl_driver): Fix bug of the case CCL_WriteArrayReadJump.Kenichi Handa1997-04-071-6/+6
|
* (non_ascii_char_to_string, update_charset_table,Kenichi Handa1997-04-071-10/+8
| | | | Fsplit_char): Adjusted for the above change.
* (CHARSET_TABLE_ENTRY): Handle ASCII charset correctly.Kenichi Handa1997-04-071-7/+8
| | | | | (SPLIT_NON_ASCII_CHAR, SPLIT_CHAR): Return -1 in C2 for DIMENSION1 characters.
* (detect_coding_iso2022, detect_coding_mask): IgnoreKenichi Handa1997-04-071-19/+26
| | | | | | invalid ESC sequence for ISO 2022. (Fencode_sjis_char, Fencode_big5_char): Adjusted for the change of SPLIT_CHAR.
* (Faref, Faset): Adjusted for the new structure ofKenichi Handa1997-04-071-50/+53
| | | | Lisp_Char_Table.
* (copy_sub_char_table): New function.Kenichi Handa1997-04-071-54/+75
| | | | | | (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.
* (disp_char_vector): New function to be used from theKenichi Handa1997-04-071-0/+37
| | | | macro DISP_CHAR_VECTOR for multibyte characters.
* (dumpglyphs): Clip and highlight glyphs displayed withKenichi Handa1997-04-071-16/+16
| | | | fonts of wrong size.
* Fix the format of the first line.Kenichi Handa1997-04-0715-15/+15
|
* Fix FSF address in comment.Kenichi Handa1997-04-075-10/+15
|
* (set-case-syntax): Doc fix.Karl Heuer1997-04-061-3/+3
|
* (init_cmdargs) [MSDOS]: Make the change that setsEli Zaretskii1997-04-061-0/+10
| | | | | `installation-directory' if `info' is found as its subdirectory or sibling, be conditioned on MSDOS (it makes trouble on Unix).
* (texinfo-make-menu): Accept args BEGINNING and END.Richard M. Stallman1997-04-051-67/+43
| | | | | | (texinfo-update-node): Accept args BEGINNING and END. (texinfo-all-menus-update): Pass region explicitly. (texinfo-master-menu, texinfo-every-node-update): Likewise.
* (mail-complete-style): New variable.Richard M. Stallman1997-04-051-23/+50
| | | | | | | (mail-complete): Use that. (mail-get-names): Store full names in cdrs of mail-names elts. (mail-names): Doc fix. (mail-directory): Minor cleanup.
* (sgml-validate): Offer to save the buffer first.Richard M. Stallman1997-04-051-0/+3
|
* (indent-sexp): If calculate-lisp-indent returns nil,Richard M. Stallman1997-04-051-16/+20
| | | | | | | 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.
* (imenu-default-goto-function): Simplify.Richard M. Stallman1997-04-051-41/+55
| | | | | | | | | | | | 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.
* (rmail-mode-map): Add menu item forRichard M. Stallman1997-04-051-1/+4
| | | | rmail-output-body-to-file and put it on w.
* (rmail-output-body-to-file): Query if file exists.Richard M. Stallman1997-04-051-1/+4
| | | | Renamed from rmail-output-body.
* (Ffind_coding_system): Doc fix.Richard M. Stallman1997-04-051-12/+22
|
* Provide 'term/sun-mouse instead of 'sun-mouse.Kenichi Handa1997-04-051-1/+1
|
* English related codes are moved toKenichi Handa1997-04-051-18/+10
| | | | | | language/english.el. (setup-european-environment): Call setup-english-environment to reset to default setting at first.
* Initial revisionKenichi Handa1997-04-053-0/+1147
|
* Handle more Devanagari characters correctly.Kenichi Handa1997-04-053-408/+516
|
* Completely updated.Kenichi Handa1997-04-052-765/+1535
|
* Require 'term/sun-mouse instead of 'sun-mouse.Kenichi Handa1997-04-051-1/+1
|