- 17 Apr, 1998 30 commits
-
-
Geoff Voelker authored
New message macros.
-
Geoff Voelker authored
(dumpglyphs): Update from xterm.c. (w32_ring_bell): Flash window, don't just reset its state. (dumprectangle, show_mouse_face, x_draw_single_glyph): Use new args to dumpglyphs. (my_set_foreground_window): New function. (w32_condemn_scroll_bars): Mark all as condemned scroll bars. (w32_redeem_scroll_bar): Look through all scroll bars. (w32_judge_scroll_bars): Don't clear out condemned list. (w32_read_socket): Clip window after frame has been restored. (x_focus_on_frame, x_raise_frame): Use my_set_foreground_window. (syms_of_w32term): Define Vw32_recognize_altgr.
-
Geoff Voelker authored
making size comparison. (sys_spawnve): Update comments. (sys_select): Ignore children dead children with pending input. Delay sending SIGCHLD until all output has been read. (sys_kill): Sleep to allow focus change events to propagate. Use TerminateProcess on Win95. (int_from_hex, enum_locale_fn, Fw32_get_valid_locale_ids): New functions. (Vw32_valid_locale_ids): New variable. (Fw32_set_current_locale): Send message to input thread. (syms_of_ntproc): defsubr Sw32_get_valid_locale_ids.
-
Geoff Voelker authored
(Fx_popup_menu, set_frame_menubar): Record frame whose menu is being updated. (syms_of_w32menu): Define Vmenu_updating_frame.
-
Geoff Voelker authored
(w32_kbd_mods_to_emacs): Obey Vw32_recognize_altgr. Add more keys for Vw32_capslock_is_shiftlock. (w32_kbd_patch_key): Obey Vw32_recognize_altgr. (map_virt_key): Brazilian keyboards use 0xc1 for /(?) key.
-
Geoff Voelker authored
-
Geoff Voelker authored
-
Geoff Voelker authored
(w32_wnd_proc): Handle WM_EMACS_SETFOREGROUND.
-
Geoff Voelker authored
(compute_char_face, merge_face_list): Update from xterm.c.
-
Geoff Voelker authored
-
Geoff Voelker authored
Report normal EOF when read fails if nothing in buffer. Only read more if more remaining. (check_windows_init_file): New function. (term_ntproc): Invoke check_windows_init_file.
-
Geoff Voelker authored
(get_bss_info_from_map_file): Only define if SEPARATE_BSS_SECTION. (get_section_info): Use my_begbss_static, my_endbss_static to determine bounds of bss. (w32_fatal_reload_error): New function. (read_in_bss, map_in_heap): Invoke w32_fatal_reload_error upon error.
-
Geoff Voelker authored
(SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files.
-
Geoff Voelker authored
binary. (LIBS): Include mpr.lib. (clean): Delete patch generated files, optimized build directory.
-
Geoff Voelker authored
build directory.
-
Geoff Voelker authored
-
Geoff Voelker authored
(GNU_MALLOC, REL_ALLOC): Define. (RE_TRANSLATE_TYPE): Use Lisp_Object as type. (RE_TRANSLATE): Use char_table_translate.
-
Geoff Voelker authored
(spawn): Return subprocess return code as an argument. Explicitly copy environment block. (main): Update to use return value argument with spawn. Retry if spawn failed when a subshell was not tried.
-
Geoff Voelker authored
(w32-allow-system-shell, w32-valid-locales): New variable. (w32-check-shell-configuration): Make interactive. Obey w32-allow-system-shell. (w32-get-valid-locale-ids, w32-list-locales): New functions. (w32-init-info): Fix relative path to info directory.
-
Geoff Voelker authored
(clean): Delete patch scratch files in all subdirectories.
-
Geoff Voelker authored
(clean): Delete patch scratch files, optimized compilation dir.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ispell-word): Don't fuss about a word if not adjacent to it. (ispell-minor-check): Use save-excursion.
-
Richard M. Stallman authored
display a message for misspelled word.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
If definition is a list, don't call find-function-other-window. Handle mouse events (code copied from describe-key-briefly). (find-function-do-it): Doc fix. (find-function-noselect): Doc fix.
-
- 16 Apr, 1998 9 commits
-
-
Richard M. Stallman authored
(main): Recognize --no-unibyte to inhibit EMACS_UNIBYTE. (main): Fix typo, add --multibyte and --no-multibyte. (standard_args): Add --multibyte and --no-multibyte.
-
Richard M. Stallman authored
-
Eli Zaretskii authored
(keyboard_layout_list): Add Italian keyboard.
-
Eli Zaretskii authored
all the "set foo=bar" commands. Update the pointers to ftp sites.
-
Richard M. Stallman authored
Mark frame's window as dedicated.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Conditionalize on default-enable-multibyte-characters.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 15 Apr, 1998 1 commit
-
-
Kenichi Handa authored
region, move it to FROM in advance.
-