summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* (read_char): Use unsigned to compare againstRichard M. Stallman1996-06-121-3/+4
| | | | | the size of Vkeyboard_translate_table. Check size for char-table too.
* (imenu--mouse-menu): Don't check imenu-use-keymap-menu.Richard M. Stallman1996-06-121-28/+24
|
* (find-alternate-file): Don't clear buffer-file-truenameRichard M. Stallman1996-06-121-3/+3
| | | | and friends until after calling unlock-buffer.
* (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed.Richard M. Stallman1996-06-121-1/+1
|
* (ETAGS_CFLAGS): Define HAVE_GETCWD macro.Richard M. Stallman1996-06-111-1/+1
|
* (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.Richard M. Stallman1996-06-111-4/+4
|
* Comment change.Richard M. Stallman1996-06-111-0/+2
|
* (wait_reading_process_input): Move the O_NONBLOCK andRichard M. Stallman1996-06-111-2/+1
| | | | O_NDELAY conditionals out of the EWOULDBLOCK conditional.
* [__ELF__] (LD_SWITCH_SYSTEM): Define it.Richard M. Stallman1996-06-111-0/+13
|
* (rmail-retry-failure): Nicer error messageRichard M. Stallman1996-06-111-3/+4
| | | | if can't find mail-unsent-separator.
* (hexl-mode): Run hexl-mode-hook.Richard M. Stallman1996-06-101-2/+2
|
* Don't undef MULTI_FRAME.Richard M. Stallman1996-06-101-1/+0
|
* No need to require 'faces and set menu-bar-mode.Richard M. Stallman1996-06-101-12/+0
| | | | | (window-frame): Remove; it is now on `frame.c'. (raise-frame, select-frame): Likewise.
* (frame-initialize): Don't count MSDOS neither asRichard M. Stallman1996-06-101-8/+9
| | | | window-system nor as a terminal frame here.
* On MSDOS, don't assume that `make-frame' is only bound under an XRichard M. Stallman1996-06-101-1/+1
| | | | emulator; use `x-create-frame' instead.
* (msdos-face-setup): Use `terminal-frame' for initial frame setup.Richard M. Stallman1996-06-101-32/+21
| | | | | | | (make-msdos-frame): New MSDOS-specific frame creation function. (focus-frame, unfocus-frame): Don't set to 'ignore. (auto-raise-mode, auto-lower-mode): Likewise. (set-background-color, set-foreground-color): Definitions deleted.
* Whitespace changes.Richard M. Stallman1996-06-101-2/+2
|
* (change_frame_size, remake_frame_glyphs): Use FRAME_WINDOW_P.Richard M. Stallman1996-06-101-4/+3
|
* (Fredraw_frame, remake_frame_glyphs)Richard M. Stallman1996-06-101-7/+9
| | | | (direct_output_for_insert, change_frame_size): Support MSDOS frames.
* (Fset_mouse_position): Remove the DOS-specificRichard M. Stallman1996-06-101-13/+0
| | | | | definition (it's defined on `frame.c'). (syms_of_dosfns): Remove defsubr of `Fset_mouse_position'.
* (Fmake_terminal_frame): Test MSDOS, not __MSDOS__.Richard M. Stallman1996-06-101-1/+1
|
* (Fset_mouse_position): Remove the DOS-specificRichard M. Stallman1996-06-101-1/+53
| | | | | definition (it's defined on `frame.c'). (syms_of_dosfns): Remove defsubr of `Fset_mouse_position'.
* (FRAME_MSDOS_P): A new macro for MSDOS frames.Richard M. Stallman1996-06-101-0/+2
|
* (choose_minibuf_frame): Eliminate MSDOS-non-MULTI_FRAME conditional.Richard M. Stallman1996-06-101-4/+0
|
* (choose_minibuf_frame): Support multiple frames on MSDOS.Richard M. Stallman1996-06-101-1/+1
|
* (check_x): Fix error message.Richard M. Stallman1996-06-101-27/+72
| | | | | | | | | | | (x_set_menu_bar_lines): New function, copied from xfns.c. (IT_set_frame_parameters): Use selected_frame instead of the_only_frame. (internal_terminal_init): Use selected_frame instead of the_only_frame. (check_x): New function, replacing macro in msdos.h. (XMenuActivate): Use selected_frame instead of the_only_frame. Don't let the title for the "Buffers" popup include a number when it is split into several menus.
* (check_x): Macro definition deleted.Richard M. Stallman1996-06-101-5/+2
| | | | | | (DisplayWidth): Use `selected_frame'. (DisplayHeight): Use `selected_frame'. (x_mouse_leave): Remove; it's not used.
* Whitespace and #if 0 code changes.Richard M. Stallman1996-06-101-3/+3
|
* (Fset_window_configuration) [HAVE_WINDOW_SYSTEM]: CallRichard M. Stallman1996-06-101-3/+3
| | | | `x_set_menu_bar_lines' on MSDOS as well.
* (init_frame_faces): Build faces for an MSDOS frame like for X frame.Richard M. Stallman1996-06-101-3/+3
| | | | | (Fmake_face_internal): Call `ensure_face_ready' for MSDOS frames. (Fset_face_attribute_internal): Support face attributes for MSDOS frames.
* (redisplay_internal): Use FRAME_WINDOW_P.Richard M. Stallman1996-06-101-8/+5
| | | | (decode_mode_spec): Likewise.
* (redisplay_internal): Use `Vterminal_frame' and otherRichard M. Stallman1996-06-101-6/+9
| | | | | | termcap frame code on MSDOS as well. (display_text_line) [HAVE_FACES]: Support faces on MSDOS. (decode_mode_spec): Return frame name on MSDOS like for termcap frames.
* (x_to_win32_font): Allow any quality fonts.Richard M. Stallman1996-06-101-1/+1
|
* (mark_object): Do set ARRAY_MARK_FLAG for bool-vectors.Richard M. Stallman1996-06-101-1/+7
|
* (fix_submap_inheritance): If parent_entry is not a keymap, use nil instead.Richard M. Stallman1996-06-101-0/+5
|
* (sync_modifiers): New function.Richard M. Stallman1996-06-101-0/+20
| | | | (w32_wnd_proc): Synchronize modifiers on each key down.
* (XTread_socket): Use XtAppNextEvent when using toolkit configurations.Richard M. Stallman1996-06-101-0/+5
|
* (make_menu_in_widget): Set mapping delayRichard M. Stallman1996-06-101-1/+4
| | | | for cascade buttons to zero.
* (imenu--mouse-menu): Always use nested keymaps.Richard M. Stallman1996-06-101-10/+4
| | | | (imenu-use-keymap-menu): Variable deleted.
* (hexl-mode): Set hexl-max-address early onRichard M. Stallman1996-06-101-15/+17
| | | | | and call hexl-goto-address afterward. And call hexlify-buffer even earlier.
* Comment change.Richard M. Stallman1996-06-101-4/+0
|
* Always check for HAVE_X11R5.Richard M. Stallman1996-06-091-7/+24
| | | | | | | | Separately decide whether to use a toolkit by default. If X11R5 is missing the Xaw headers, default to --with-x-toolkit=no. (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
* (shell-directory-tracker): Use comint-substitute-in-file-name toRichard M. Stallman1996-06-091-10/+22
| | | | | | | | | handle system-specific syntax. (shell-chdrive-regexp): New variable. (shell-mode): Update doc string. (shell-directory-tracker): Detect drive changes. Update doc string.
* (comint-dynamic-complete-as-filename)Richard M. Stallman1996-06-091-5/+26
| | | | | | | | | | (omint-dynamic-simple-complete) (comint-dynamic-list-filename-completions) [ms-dos, windows-nt]: Set completion-ignore-case to t for these systems. (comint-substitute-in-file-name): New function. (comint-match-partial-filename): Use comint-substitute-in-file-name to handle system-specific syntax.
* (create_process): Add DONT_OPEN_PTY conditional.Richard M. Stallman1996-06-091-2/+3
|
* (DONT_REOPEN_PTY): New definition.Richard M. Stallman1996-06-091-0/+5
|
* (main): Copy cwd when appending slash.Richard M. Stallman1996-06-091-2/+2
|
* (hack-local-variables-prop-line): Bind enable-local-eval.Richard M. Stallman1996-06-091-3/+4
|
* (make-frame-command): Treat msdos like no window system.Richard M. Stallman1996-06-091-1/+1
|
* (texinfo-copy-menu): Use double backslash to quote regexp.Karl Heuer1996-06-091-3/+3
|