aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Vx_sensitive_text_pointer_shape):Richard M. Stallman1994-05-251-10/+21
| | | | | Renamed from Vx_cross_pointer_shape. (syms_of_xfns): Provide Lisp var x-sensitive-text-pointer-shape.
* (note_mouse_movement): Use frame's window in XQueryPointer.Richard M. Stallman1994-05-251-9/+30
| | | | | Special case if mouse isn't on that window. (note_mouse_highlight): Handle negative args and too-large args.
* (menu_item_equiv_key): Look for equiv keys both beforeRichard M. Stallman1994-05-251-0/+7
| | | | and after one stage of symbol function indirection.
* (openp): Don't use O_RDONLY.Richard M. Stallman1994-05-251-1/+1
|
* (Freplace_match): Improve capitalization heuristics.Karl Heuer1994-05-251-4/+8
|
* (Freplace_match): Don't capitalize unless all matched words are capitalized.Richard M. Stallman1994-05-251-1/+4
|
* (Fminibuffer_complete_word): GCPRO completion and tem.Karl Heuer1994-05-251-1/+3
|
* (Fprimitive_undo): GCPRO next and list.Karl Heuer1994-05-251-2/+9
| | | | Check argument type before calling XINT.
* (verify_overlay_modification): GCPRO tail and overlay.Richard M. Stallman1994-05-241-6/+28
| | | | Avoid copying tail twice.
* (describe_map): Fix the call to Fequal.Richard M. Stallman1994-05-241-1/+1
|
* (INTERNAL_TERMINAL): Allow audio bell.Richard M. Stallman1994-05-241-1/+1
|
* (do_visible_bell): Renamed from visible_bell to avoidRichard M. Stallman1994-05-241-2/+6
| | | | | potential conflict with variable of the same name. Caller changed. (internal_flush): Code for audio bell inserted.
* (dos_rawgetc): Doc fix. Make C-, S-, and M- modifiersRichard M. Stallman1994-05-241-16/+33
| | | | | independent. Make modifiers work with mouse. Improve C-S-<ascii> handling by using look-up tables. Fix kp-decimal problem.
* (window_loop): Fix test of dedicated flag in prev change.Richard M. Stallman1994-05-231-1/+1
|
* (LIBXT): Move -lXmu before -lXt.Richard M. Stallman1994-05-231-1/+1
|
* (${etc}DOC): Ignore error from rm.Richard M. Stallman1994-05-231-1/+8
| | | | | (MSDOS_SUPPORT): New variable. (lisp): Use MSDOS_SUPPORT.
* (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.Richard M. Stallman1994-05-231-12/+12
| | | | Delete explicit -Xlinker in GCC case.
* (x_set_window_size): If cursor outside new size, mark it off.Richard M. Stallman1994-05-231-11/+29
| | | | | | | (note_mouse_highlight): Handle case of highlight extending past end of window. (fast_find_position): Fix bugs when no text on screen and when the mouse is on an empty line.
* (menu_bar_one_keymap):Richard M. Stallman1994-05-231-2/+6
| | | | | When there's no item string, use Qnil. Don't ever put `undefined' into the list of definitions.
* (update_end): Undo previous change.Richard M. Stallman1994-05-231-1/+1
|
* (change_frame_size): Keep cursor coords in range.Richard M. Stallman1994-05-231-1/+6
|
* (window_loop, UNSHOW_BUFFER case):Richard M. Stallman1994-05-231-4/+17
| | | | Put prev change in #ifdef MULTI_FRAME.
* (other_visible_frames): No longer static.Richard M. Stallman1994-05-231-1/+1
|
* (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)Richard M. Stallman1994-05-221-0/+16
| | | | (HAVE_XSCREENNUMBEROFSCREEN): Define these if not already defined.
* [MSDOS]: Don't include files from the dos extenderRichard M. Stallman1994-05-221-10/+9
| | | | | | and debugger. Use the <coff.h> that was put in the right place a couple of djgpp versions ago. Consequently, use `unsigned short' for `word16' and `unsigned long' for `word32'.
* Include config.h.Richard M. Stallman1994-05-221-1/+23
| | | | | | | [HPUX_USE_SHLIBS]: Include dl.h. (brk_on_dump): New variable. (unexec): Set brk_on_dump. (copy_file): Change buffer size to 8192.
* entered into RCSRichard M. Stallman1994-05-221-0/+5
|
* Whitespace fixes.Richard M. Stallman1994-05-221-84/+83
|
* (change_window_height): Test for DELTA too smallRichard M. Stallman1994-05-221-18/+18
| | | | only after making it smaller based on maxdelta.
* (Fdelete_directory): Allow dir names as well as file names.Richard M. Stallman1994-05-221-2/+2
|
* (A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.Richard M. Stallman1994-05-211-0/+4
|
* (create_process): Don't complain about error from TIOCSETD.Richard M. Stallman1994-05-211-2/+1
|
* Add template for init_gettimeofday.Richard M. Stallman1994-05-211-0/+1
|
* (x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues.Richard M. Stallman1994-05-211-23/+37
| | | | | | | | | (x_iconify_frame) [USE_X_TOOLKIT]: New code for invisible window case. (XtNinitialState) [USE_X_TOOLKIT]: New #define. (x_make_frame_invisible): Mostly combine toolkit/non-toolkit cases, in the process fixing a dumb bug. (x_iconify_frame): Fix error messages.
* (x_set_background_color): Set scroll bar backgrounds.Karl Heuer1994-05-211-1/+8
|
* (Finsert_file_contents): Declare buffer as unsignedRichard M. Stallman1994-05-201-1/+3
| | | | | | char. When comparing with file size convert same_at_start to distance to buffer start. If the file matches the buffer contents truncate the buffer to the size of the file.
* Only lusers assume that O_RDONLY == 0.Michael I. Bushnell1994-05-201-2/+2
|
* (read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.Richard M. Stallman1994-05-201-2/+2
| | | | (lispy_function_keys): Add `backtab'.
* (UNEXEC_ALIAS): New variable, used to make the unex...o target.Richard M. Stallman1994-05-201-1/+4
| | | | (ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.
* (Fset_face_attribute_internal): Always return valid data.Richard M. Stallman1994-05-201-1/+1
|
* (syms_of_textprop): Set up Lisp fn get-char-property.Richard M. Stallman1994-05-201-0/+1
|
* (FRAME_SUPPORT): Add menu-bar.el.Richard M. Stallman1994-05-191-1/+10
| | | | | (ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.
* (EmacsFrameSetCharSize): Once again preserve x and y pos,Richard M. Stallman1994-05-191-0/+7
| | | | but not the same way as before.
* (EXTRA_INITIALIZE): Define here.Richard M. Stallman1994-05-191-0/+4
|
* (EXTRA_INITIALIZE): Definition deleted.Richard M. Stallman1994-05-191-4/+0
|
* (syms_of_frame): Set up frame-first-window as Lisp fn.Richard M. Stallman1994-05-191-0/+1
|
* Add "args" to dummy definition of compute-motion.Richard M. Stallman1994-05-191-0/+1
|
* [BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too.Richard M. Stallman1994-05-191-0/+1
|
* (PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,Richard M. Stallman1994-05-191-1/+7
| | | | | | use GNU_LIBRARY_PENDING_OUTPUT_COUNT if defined. Include errno.h.
* (setup_frame_gcs): Move cursor_bits variable out ofRichard M. Stallman1994-05-191-11/+12
| | | | setup_frame_gcs and rename to setup_frame_cursor_bits.