1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00
Commit Graph

30701 Commits

Author SHA1 Message Date
Dave Love
575daf042b *** empty log message *** 2000-09-08 21:50:30 +00:00
Gerd Moellmann
d1a0288150 (mmap_fd): Remove initializer which can make it
read-only in a dumped Emacs.
(mmap_fd_1): New variable.
(mmap_set_vars): Remove local `fd'.  Save mmap_fd in mmap_fd_1,
restore it from there.
(r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
unconditionally so that mmap_fd can be initialized there.
(r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
(r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
(r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
2000-09-08 19:52:57 +00:00
Dave Love
119d366518 OSF M-SPC. 2000-09-08 16:53:08 +00:00
Dave Love
d93c318653 (r_alloc_init_fd): Move. Fix conditional for pcc. 2000-09-08 16:31:11 +00:00
Dave Love
1932bc86eb *** empty log message *** 2000-09-08 16:14:29 +00:00
Dave Love
8b05edb34e (AC_FUNC_MMAP): Use fixed version from development
autoconf.
2000-09-08 16:14:08 +00:00
Dave Love
53c94d4d99 Remove spurious `@'s. 2000-09-08 16:13:10 +00:00
Dave Love
5ad25b24df (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP. 2000-09-08 16:03:04 +00:00
Gerd Moellmann
c454aac192 *** empty log message *** 2000-09-08 14:20:44 +00:00
Gerd Moellmann
334a2e2a82 (Finternal_merge_in_global_face): Return a Lisp object. 2000-09-08 14:19:31 +00:00
Gerd Moellmann
ae26e27d7d (dump_glyph_row): Fix printf format string.
(display_line, move_it_in_display_line_to): Avoid compiler
warnings.
2000-09-08 14:19:11 +00:00
Dave Love
423193c552 (r_alloc_init_fd): Conditionalize on MAP_ANON. 2000-09-08 14:10:31 +00:00
Dave Love
0460aa783e (REL_ALLOC_MMAP): Define. 2000-09-08 13:57:04 +00:00
Gerd Moellmann
fc653ef2d8 (GC_MARK_STACK, REL_ALLOC_MMAP): Define. 2000-09-08 13:56:53 +00:00
Gerd Moellmann
10ab7a5122 (face-spec-set): Only face-spec-reset-face when
ATTRS is non-nil.
2000-09-08 13:51:08 +00:00
Dave Love
326cdd749d Mention REL_ALLOC_MMAP. 2000-09-08 13:49:15 +00:00
Dave Love
a2c23c923a Don't include string.h (redundant).
(MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
[!MAP_ANON]: Include fcntl.h.
(mmap_fd) [REL_ALLOC_MMAP]: New variable.
(r_alloc, r_re_alloc, r_alloc_free)
(mmap_enlarge, mmap_set_vars): Use it.
(r_alloc_init_fd): New function.
(__morecore) [SYSTEM_MALLOC]: Don't declare.
(r_alloc_init): Call r_alloc_init_fd.  Conditionalize stuff on
malloc type.
2000-09-08 13:46:27 +00:00
Gerd Moellmann
3015eec0e8 (Fset_keymap_parent): Check for cycles in keymap
inheritance.
2000-09-08 13:30:21 +00:00
Dave Love
018fc00072 (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
Remove vm-limit.o.
2000-09-08 13:14:07 +00:00
Gerd Moellmann
bfe0ee8830 (try_window_id): When trying to locate cursor in
unchanged rows at the top, handle the case that we can't find it.
2000-09-08 09:50:33 +00:00
Eli Zaretskii
bb934822bb Fix typo in a doc string of help-insert-xref-button. 2000-09-08 09:39:05 +00:00
Gerd Moellmann
a8710abfaf (x_draw_glyphs): Handle case START and END are out
of bounds more carefully.
2000-09-08 09:35:57 +00:00
Dave Love
6b7d4ae4d1 (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last change to __NetBSD__. 2000-09-08 09:25:16 +00:00
Kenichi Handa
cf69b13e05 (compile_pattern): Check the multibyteness of cached
string and PATTERN.
2000-09-08 00:46:53 +00:00
Kenichi Handa
44d3198180 *** empty log message *** 2000-09-08 00:46:24 +00:00
Miles Bader
aad407371f (default_face_vector): Function removed.
(Finternal_merge_in_global_face): Restore old global/local
attribute override order.  Use inline loop instead of calling
default_face_vector.
2000-09-08 00:10:48 +00:00
Sam Steingold
096a9a373b ignore autogenerated leim-list.el 2000-09-07 22:23:44 +00:00
Eli Zaretskii
43b11fee55 (quail-cxterm-package-ext-info): Fix doc strings of chinese-py-b5,
chinese-py, and chinese-tonepy input methods.
2000-09-07 20:48:12 +00:00
Dave Love
19e713d8c2 (diff-mouse-goto-source): New function. 2000-09-07 20:16:22 +00:00
Dave Love
a7cafade74 Doc fixes.
(vc-sccs-register-switches, vc-sccs-master-templates): Add
:version.
2000-09-07 20:09:41 +00:00
Dave Love
33c1b7a13a Doc fixes.
(vc-rcs-register-switches, vc-rcs-checkin-switches)
(vc-rcs-checkout-switches, vc-rcs-header)
(vc-rcs-master-templates): Add or change :version.
2000-09-07 20:02:38 +00:00
Dave Love
0d685c4f7b DOc fixes.
(vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
(vc-cvs-stay-local): Add :version.
2000-09-07 20:01:53 +00:00
Gerd Moellmann
91a211b50d (obtain, relinquish, relinquish, r_alloc_size_in_use)
(get_bloc, relocate_blocs, update_heap_bloc_correspondence)
(resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
where necessary, in case POINTER_TYPE is `void'.
2000-09-07 19:24:42 +00:00
Eli Zaretskii
0341944076 *** empty log message *** 2000-09-07 17:16:08 +00:00
Eli Zaretskii
0a1f9f1d9e (read-mail-item-name): New function.
(menu-bar-tools-menu): Use it to compute and display the package
used to read email.
(menu-bar-tools-menu): Fix typo in GUD's help string.
2000-09-07 17:14:55 +00:00
Eli Zaretskii
65606f5ea1 (make_terminal_frame): Initialize frame foreground and
background colors to unspecified, for the initial instance of an
MSDOS frame.
2000-09-07 17:12:48 +00:00
Gerd Moellmann
24f76fbf71 (mmap_find): Fix overlap computation.
(mmap_enlarge): Compute nbytes before trying to find an
overlapping region.
2000-09-07 16:10:38 +00:00
Gerd Moellmann
f46f845b3f *** empty log message *** 2000-09-07 14:43:12 +00:00
Gerd Moellmann
b0285112e8 (color-values): Doc fix. 2000-09-07 14:10:09 +00:00
Gerd Moellmann
85996cfb36 (xdialog_show): When looking up the selection in
menu_items, take `quote' boundaries into account; this corresponds
to a nil ITEM in x-popup-dialog.
2000-09-07 14:05:55 +00:00
Gerd Moellmann
f2e7d5eb70 (syms_of_lread): Change value of regexp
Vbytecomp_version_regexp to not match some XEmacs-compiled files.
2000-09-07 14:05:42 +00:00
Gerd Moellmann
b4c3ca094d (smaller_face): Compare font heights with <' and >'
instead of `!='.
2000-09-07 14:05:23 +00:00
Dave Love
dbcee71a27 (menu-bar-options-menu): Fix the font-lock toggle. 2000-09-07 13:51:59 +00:00
Kenichi Handa
2b9eeded93 (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81.
(MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
2000-09-07 13:02:27 +00:00
Kenichi Handa
fd6f711b51 (detect_coding_sjis): Check the byte sequence more regidly. 2000-09-07 13:01:44 +00:00
Kenichi Handa
fc53a2147a (encode_coding_sjis_big5): Fix previous change. 2000-09-07 12:41:37 +00:00
Kenichi Handa
ed2541914d *** empty log message *** 2000-09-07 12:41:09 +00:00
Kenichi Handa
39658efc40 (encode_coding_sjis_big5): Use translation table for
encoding, not decoding.   Check for the charset katakana-jisx0201,
not latin-jisx0201.
(ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
2000-09-07 12:04:09 +00:00
Kenichi Handa
3c014385fa *** empty log message *** 2000-09-07 12:03:22 +00:00
Kenichi Handa
f98b84ed59 (quail-help): Fix previous change. 2000-09-07 11:45:44 +00:00