summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* (display_mode_element): Don't read past end of string if it ends with '%'.Andreas Schwab2001-12-072-1/+6
|
* *** empty log message ***Andreas Schwab2001-12-071-0/+3
|
* (inhibit_garbage_collection): Don't exceed value an int can hold.Andreas Schwab2001-12-071-1/+3
|
* (Vmost_positive_fixnum, Vmost_negative_fixnum): RenamedAndreas Schwab2001-12-072-7/+14
| | | | | | from most_positive_fixnum and most_negative_fixnum, resp., and type changed to Lisp_Object. (syms_of_data): DEFVAR_LISP them.
* (init_callproc): Set Vdata_directory based on the sourceRichard M. Stallman2001-12-072-3/+15
| | | | location whenever Emacs was not run installed.
* Fix comment about vfork.Paul Eggert2001-12-071-2/+0
|
* (HAVE_VFORK): Remove #undef.Paul Eggert2001-12-071-3/+1
|
* (vfork): Remove #define.Paul Eggert2001-12-071-4/+0
|
* (HAVE_VFORK): Remove.Paul Eggert2001-12-076-17/+0
|
* (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK.Paul Eggert2001-12-071-4/+4
|
* (HAVE_WORKING_VFORK): New #undef.Paul Eggert2001-12-071-0/+1
|
* * config.in (HAVE_WORKING_VFORK): New #undefs.Paul Eggert2001-12-071-0/+15
| | | | | | | | | | | | | | * process.c (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK. * m/cnvrgnt.h (HAVE_VFORK): Remove #define. * m/ibm370aix.h (HAVE_VFORK): Remove #undef. * m/ibmps2-aix.h (HAVE_VFORK): Remove #define. * m/intel386.h (HAVE_VFORK): Likewise. * m/mips-siemens.h (HAVE_VFORK): Likewise. * m/mips.h (HAVE_VFORK): Likewise. * s/freebsd.h (vfork): Remove #define. * s/lynxos.h (HAVE_VFORK): Remove #undef. * s/usg5-4-2.h: Fix comment about vfork.
* *** empty log message ***Richard M. Stallman2001-12-071-0/+5
|
* (random): Add undef.Richard M. Stallman2001-12-071-1/+2
| | | | (HAVE_RANDOM): Define it just once.
* *** empty log message ***Stefan Monnier2001-12-061-0/+4
|
* Undo last change. Consistency doesn't seem to be desired.Stefan Monnier2001-12-061-16/+16
|
* (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all theEli Zaretskii2001-12-062-7/+33
| | | | | | scroll bars of the frame before deleting the frame itself. If the frame has a widget, delete the frame with XtDestroyWidget, and do not call XDestroyWindow before that.
* *** empty log message ***Kim F. Storm2001-12-051-0/+6
|
* (x_report_frame_params): Return actual fringe widths.Kim F. Storm2001-12-051-0/+4
|
* (x_report_frame_params): Make the scroll-bar-width frame parameter have a ↵Kim F. Storm2001-12-051-0/+4
| | | | numeric value
* (Fgarbage_collect): Shrink buffer gaps that areAndrew Innes2001-12-052-1/+29
| | | | excessively large.
* (make_gap_larger): New function.Andrew Innes2001-12-051-1/+70
| | | | | | (make_gap_smaller): New function. (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call make_gap_smaller if arg is negative.
* *** empty log message ***Stefan Monnier2001-12-051-2/+21
|
* (kbd_buffer_store_event): Fix interrupt_signal prototype.Stefan Monnier2001-12-051-14/+38
| | | | | | | | | Pass a dummy argument when calling interrupt_signal. (parse_menu_item): Mark disabled items before checking for empty def. (read_char_minibuf_menu_prompt): Make safety more visible. (read_key_sequence): Add a `first_unbound' variable. Use it to detect C-c ESC ESC ESC ESC ... cases and drop the unbound prefix as soon as we can detect it.
* (Fsnarf_documentation): Add prototype.Stefan Monnier2001-12-051-15/+17
| | | | | | | | | (get_doc_string): Handle negative arguments. (Fdocumentation): Use AREF and ASIZE. Move the calls to get_doc_string to a single place. Don't confuse an interactive-spec for a docstring reference. (Fdocumentation_property): Take advantage of the fact that get_doc_string now ignores the sign of the docstring position.
* Use standard syntax for usage in docstrings.Stefan Monnier2001-12-051-16/+16
|
* *** empty log message ***Pavel Janík2001-12-031-0/+5
|
* (syms_of_xdisp): Make `tool-bar-button-relief` an option.Pavel Janík2001-12-031-1/+1
|
* (x_draw_image_relief): Use predefined macro instead of constant when thePavel Janík2001-12-022-1/+6
| | | | value of `tool_bar_button_relief' is negative.
* Fix typo in doc-string.Pavel Janík2001-12-021-1/+1
|
* Fix typos.Pavel Janík2001-12-021-2/+2
|
* *** empty log message ***Richard M. Stallman2001-12-021-0/+7
|
* (menu_highlight_callback): Use `help' field as Lisp_Object.Richard M. Stallman2001-12-021-11/+10
| | | | (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
* (read_non_regular): Delete Fsignal call.Richard M. Stallman2001-12-021-1/+0
|
* *** empty log message ***Stefan Monnier2001-12-021-1/+5
|
* (run_hook_list_with_args): Undo last change.Stefan Monnier2001-12-011-0/+1
|
* (x_draw_fringe_bitmap): Always undo clipping.Gerd Moellmann2001-12-011-11/+12
|
* *** empty log message ***Gerd Moellmann2001-12-011-0/+4
|
* (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.Jason Rumney2001-12-012-6/+6
|
* (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT) [!WM_MOUSELEAVE]: Define.Jason Rumney2001-12-011-0/+15
|
* (current_popup_menu, get_menu_item_info):Jason Rumney2001-12-012-28/+117
| | | | | | | | | | | (set_menu_item_info): New vars. (set_frame_menubar): Doc fix clarifying GC interaction with menus. (w32_menu_show): Set current_popup_menu. (add_menu_item): Allocate new strings for owner-drawn menu items and help strings. Use owner-draw for disabled menu items again. (w32_menu_display_help): Ignore owner-drawn items and popup menus. (w32_free_submenu_strings, w32_free_menu_strings): New functions.
* (trackmouse_window, track_mouse_event_fn): New vars.Jason Rumney2001-12-011-6/+51
| | | | | | | (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame. <WM_EXITMENULOOP>: Free menu strings. <WM_MOUSELEAVE>: Stop tracking mouse. (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
* (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echoJason Rumney2001-12-011-0/+30
| | | | and mouse face.
* Merged fringe width related changes from xterm.h.Kim F. Storm2001-12-011-23/+7
|
* Merged fringe width related changes from xterm.c.Kim F. Storm2001-12-011-98/+198
|
* Merged fringe width related changes from xfns.c.Kim F. Storm2001-12-011-8/+26
|
* typo.Kim F. Storm2001-12-011-1/+1
|
* Fringe width related changes.Kim F. Storm2001-12-011-0/+50
|
* (set_frame_size): Use x_compute_fringe_widths.Kim F. Storm2001-12-011-4/+2
| | | | (EmacsFrameSetCharSize): Ditto.
* (x_frame_parms): Add `left-fringe' and `right-fringe' parms.Kim F. Storm2001-12-011-4/+25
| | | | | | | | | (x_set_frame_parameters): Process Process `font' parameter before other parameters as fringe widths depend on it. (x_set_fringe_width): New function. (x_figure_window_size): Use x_compute_fringe_widths. (Fx_create_frame): Process `left-fringe' and `right-fringe' frame parameters.