1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
f4b50f66ee (Fload_average): New arg USE_FLOATS. 1998-04-27 20:54:19 +00:00
Richard M. Stallman
b1ee4bd147 [HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined. 1998-04-27 20:30:51 +00:00
Richard M. Stallman
d68cc14c93 (Fcompare_strings): Doc fix. 1998-04-27 20:29:38 +00:00
Richard M. Stallman
dea85c7a71 (define-widget-keywords): Don't use backquote. 1998-04-27 19:47:31 +00:00
Eli Zaretskii
7990d02a2d Include msdos.h after lisp.h. 1998-04-27 14:26:43 +00:00
Eli Zaretskii
5f027cead6 nclude msdos.h after lisp.h. 1998-04-27 14:24:08 +00:00
Eli Zaretskii
71f6566933 (IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line,
IT_clear_screen, IT_clear_to_end, IT_clear_to_end, IT_cursor_to,
IT_cmgoto, IT_reassert_line_highlight, IT_change_line_highlight,
IT_update_begin, IT_update_end, IT_set_terminal_modes,
IT_reset_terminal_modes, IT_set_terminal_window,
pixel_to_glyph_coords, IT_menu_display):  Bring definitions in
accordance with prototype declarations.
1998-04-27 14:18:00 +00:00
Eli Zaretskii
bd5197a45b [!HAVE_X_WINDOWS]: Add a dummy typedef for XRectangle
and prototypes for external functions.
1998-04-27 14:15:07 +00:00
Andreas Schwab
a0613c61ed Include <unistd.h> for chdir. 1998-04-27 09:22:29 +00:00
Richard M. Stallman
41bee2813d (outline-discard-overlays):
Interpret PROP as a value for `invisible', not as property name.
1998-04-27 01:41:22 +00:00
Richard M. Stallman
fed9da131c (ielm-eval-input): Use variables *, **, *** not :, ::, :::.
(inferior-emacs-lisp-mode): Corresponding changes.
1998-04-27 01:28:39 +00:00
Richard M. Stallman
c6a635346e (sgml-font-lock-keywords-1): Copy initialization from sgml-font-lock-keywords.
(sgml-font-lock-keywords): Initialize from sgml-font-lock-keywords-1.
(sgml-font-lock-keywords-2): New variable.
(sgml-mode-common): Make buffer-local binding for
sgml-font-lock-keywords-2 and initialize it.
Use it in font-lock-defaults.
1998-04-27 01:22:08 +00:00
Richard M. Stallman
a76206dcc3 (x_set_foreground_color, x_set_background_color)
(x_set_mouse_color, x_set_cursor_color): Don't call unload_color
if same pixel is used in another slot in the frame.

(x_set_foreground_color): Call unload_color on the old color.
(x_set_background_color, x_set_mouse_color): Likewise.
(x_set_cursor_color, x_set_border_pixel): Likewise.
1998-04-26 22:36:29 +00:00
Richard M. Stallman
74c1de234c (parse_menu_item): Support keywords :keys and
:key-sequence.  Some changes to provide GC-protection. Some
cosmetic changes.
(syms_of_keyboard): Define new symbols `:keys' and `:key-sequence'.
1998-04-26 22:34:53 +00:00
Richard M. Stallman
871fb8d0e1 (standard_args): Apply --unibyte/multibyte after --nw. 1998-04-26 19:21:14 +00:00
Richard M. Stallman
bdd47b1c07 (Fintern): Initialize keywords only in initial obarray. 1998-04-26 19:16:46 +00:00
Richard M. Stallman
454fa45765 (Fmakunbound): Test keywordness only in initial obarray.
(set_internal): Test keywordness only in initial obarray.
1998-04-26 19:16:25 +00:00
Richard M. Stallman
393306dd07 Include initial_obarray from lread.c 1998-04-26 19:14:58 +00:00
Richard M. Stallman
3b9ffb776b (set-auto-mode): When just-from-file-name is set, don't
actually switch modes if the new mode is the same as the current one.
1998-04-26 04:19:28 +00:00
Richard M. Stallman
7f9fcc0f57 (view-mode-exit): Don't alter view-return-to-alist.
(view-mode-enter, view-mode-exit): Doc fixes.
1998-04-26 04:09:09 +00:00
Richard M. Stallman
929e120a17 (TEX_decode_env): Don't free the value getenv returns. 1998-04-26 03:57:04 +00:00
Richard M. Stallman
e728468b45 (set-language-environment):
Check for language environments that can't work in unibyte.
1998-04-26 02:50:41 +00:00
Richard M. Stallman
b9c4113ee8 (croak): Add forward declaration. 1998-04-26 02:18:58 +00:00
Richard M. Stallman
0828b971b5 (setup-8-bit-environment): If default-enable-multibyte-characters is nil,
call standard-display-european, and don't set nonascii-insert-offset
or default-input-method.
1998-04-26 00:13:54 +00:00
Richard M. Stallman
ebada62d33 (setup-english-environment): Don't set default-enable-multibyte-characters. 1998-04-26 00:13:36 +00:00
Richard M. Stallman
adfea139b3 (unload_color): No longer static. 1998-04-25 23:33:59 +00:00
Richard M. Stallman
62b82678be (insert_from_string, insert_from_string_before_markers):
Don't special case LENGTH = 0.
(insert_from_buffer): Likewise.
1998-04-25 23:32:56 +00:00
Richard M. Stallman
d6a1be6453 (x_display_cursor): Use FRAME_CURSOR_X_LIMIT. 1998-04-25 23:08:24 +00:00
Richard M. Stallman
868e640e90 (change_frame_size_1): Use FRAME_CURSOR_X_LIMIT.
(update_frame): Likewise.
1998-04-25 23:08:09 +00:00
Richard M. Stallman
4ff3479544 (FRAME_CURSOR_X_LIMIT): New macro. 1998-04-25 23:07:46 +00:00
Richard M. Stallman
8028e0edda (Fread_from_string): Initialize startval and endval. 1998-04-25 22:00:26 +00:00
Richard M. Stallman
7b140fd7c7 (re_search_2): Fix handling of at_dot.
Fix the way RANGE is set when handling begbuf.
1998-04-25 03:37:36 +00:00
Richard M. Stallman
6f46329ac1 (read1): Allow multibyte and unibyte together in one string. 1998-04-24 21:25:31 +00:00
Richard M. Stallman
5b64ebe8ec (finder-compile-keywords):
Avoid error for nonexistent directory.
Print progress messages about directories.
Ignore files that are actually Emacs lock files.
1998-04-24 21:24:44 +00:00
Richard M. Stallman
6395da5ced (update_frame): Move echo area cursor into range. 1998-04-24 21:22:48 +00:00
Richard M. Stallman
4746aeeb13 (custom-deps, updates): Allow cus-dep to be compiled.
(custom-deps, autoloads, finder-data, updates): Print list of dirs.
1998-04-24 21:17:17 +00:00
Richard M. Stallman
06beea21ca (custom-make-dependencies): Don't give up
on a whole file, the first time eval gets an error.
1998-04-24 21:05:18 +00:00
Richard M. Stallman
aabf58d159 (copyright-regexp): Put \251 before the multibyte copyright symbol. 1998-04-24 20:58:03 +00:00
Richard M. Stallman
b26aba3879 (custom-deps): Ignore =... subdirs. 1998-04-24 20:30:56 +00:00
Richard M. Stallman
310d0d401b (mail-complete-alist): Don't refer to mail-address-field-regexp. 1998-04-24 20:17:35 +00:00
Richard M. Stallman
a58ef230d3 (lisp-font-lock-keywords-2): Added `defpackage'.
.
1998-04-24 19:46:03 +00:00
Richard M. Stallman
8acc018fe0 Indent defpackage correctly. 1998-04-24 19:43:52 +00:00
Richard M. Stallman
c9cfb0f2b6 (change-log-mode): Undo previous change. 1998-04-24 06:31:54 +00:00
Richard M. Stallman
2e54982edd (Qinhibit_point_motion_hooks): New variable.
(syms_of_xdisp): Init and staticpro it.
(redisplay_window): Bind the symbol to t.
1998-04-24 06:28:46 +00:00
Geoff Voelker
caf1a17212 (sys_socket): Make sockets non-inheritable. 1998-04-24 04:35:05 +00:00
Geoff Voelker
ea444b40e9 (emacs.bat, debug.bat): Create them in the
installation directory.
1998-04-24 03:26:18 +00:00
Richard M. Stallman
c78fb6a6fb Use new menu item format. Don't simulate button prefix.
(easy-menu-create-menu): Understand also keywords :active,
:label and :visible.  Don't worry about button prefix.
(easy-menu-button-prefix): Modified value.
(easy-menu-do-add-item): Extensive changes to use new menu item format.
(easy-menu-define-key, easy-menu-always-true): New functions.
(easy-menu-make-symbol): Don't use indirection for symbols.
Property `menu-alias' not set.
(easy-menu-filter, easy-menu-update-button): Deleted.
(easy-menu-add-item): Don't worry about button prefix.
(easy-menu-remove-item): Don't worry about button prefix.
Use `easy-menu-define-key'.
(easy-menu-is-button, easy-menu-have-button): Deleted.
(easy-menu-real-binding, easy-menu-change-prefix): Deleted.
1998-04-24 01:54:09 +00:00
Richard M. Stallman
ee59c65fd0 (shrink_decoding_region): Do not consider LF as ascii
if preceded by CR, since that confuses eol decoding.
(code_convert_region): When conversion fails with
CODING_FINISH_INSUFFICIENT_SRC, was overwriting src with garbage
from dst instead of copying from src to dst.
1998-04-24 01:05:25 +00:00
Geoff Voelker
912aace821 (dired-chmod-program) [windows-nt]: Use chmod. 1998-04-24 00:03:56 +00:00
Geoff Voelker
80874ef71c (sys_kill): Fix indenting. 1998-04-23 23:43:22 +00:00