Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (display_mode_element): Don't read past end of string if it ends with '%'. | Andreas Schwab | 2001-12-07 | 2 | -1/+6 |
| | |||||
* | *** empty log message *** | Andreas Schwab | 2001-12-07 | 1 | -0/+3 |
| | |||||
* | (inhibit_garbage_collection): Don't exceed value an int can hold. | Andreas Schwab | 2001-12-07 | 1 | -1/+3 |
| | |||||
* | (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed | Andreas Schwab | 2001-12-07 | 2 | -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 source | Richard M. Stallman | 2001-12-07 | 2 | -3/+15 |
| | | | | location whenever Emacs was not run installed. | ||||
* | Fix comment about vfork. | Paul Eggert | 2001-12-07 | 1 | -2/+0 |
| | |||||
* | (HAVE_VFORK): Remove #undef. | Paul Eggert | 2001-12-07 | 1 | -3/+1 |
| | |||||
* | (vfork): Remove #define. | Paul Eggert | 2001-12-07 | 1 | -4/+0 |
| | |||||
* | (HAVE_VFORK): Remove. | Paul Eggert | 2001-12-07 | 6 | -17/+0 |
| | |||||
* | (create_process): Use HAVE_WORKING_VFORK, not HAVE_VFORK. | Paul Eggert | 2001-12-07 | 1 | -4/+4 |
| | |||||
* | (HAVE_WORKING_VFORK): New #undef. | Paul Eggert | 2001-12-07 | 1 | -0/+1 |
| | |||||
* | * config.in (HAVE_WORKING_VFORK): New #undefs. | Paul Eggert | 2001-12-07 | 1 | -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. Stallman | 2001-12-07 | 1 | -0/+5 |
| | |||||
* | (random): Add undef. | Richard M. Stallman | 2001-12-07 | 1 | -1/+2 |
| | | | | (HAVE_RANDOM): Define it just once. | ||||
* | *** empty log message *** | Stefan Monnier | 2001-12-06 | 1 | -0/+4 |
| | |||||
* | Undo last change. Consistency doesn't seem to be desired. | Stefan Monnier | 2001-12-06 | 1 | -16/+16 |
| | |||||
* | (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the | Eli Zaretskii | 2001-12-06 | 2 | -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. Storm | 2001-12-05 | 1 | -0/+6 |
| | |||||
* | (x_report_frame_params): Return actual fringe widths. | Kim F. Storm | 2001-12-05 | 1 | -0/+4 |
| | |||||
* | (x_report_frame_params): Make the scroll-bar-width frame parameter have a ↵ | Kim F. Storm | 2001-12-05 | 1 | -0/+4 |
| | | | | numeric value | ||||
* | (Fgarbage_collect): Shrink buffer gaps that are | Andrew Innes | 2001-12-05 | 2 | -1/+29 |
| | | | | excessively large. | ||||
* | (make_gap_larger): New function. | Andrew Innes | 2001-12-05 | 1 | -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 Monnier | 2001-12-05 | 1 | -2/+21 |
| | |||||
* | (kbd_buffer_store_event): Fix interrupt_signal prototype. | Stefan Monnier | 2001-12-05 | 1 | -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 Monnier | 2001-12-05 | 1 | -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 Monnier | 2001-12-05 | 1 | -16/+16 |
| | |||||
* | *** empty log message *** | Pavel Janík | 2001-12-03 | 1 | -0/+5 |
| | |||||
* | (syms_of_xdisp): Make `tool-bar-button-relief` an option. | Pavel Janík | 2001-12-03 | 1 | -1/+1 |
| | |||||
* | (x_draw_image_relief): Use predefined macro instead of constant when the | Pavel Janík | 2001-12-02 | 2 | -1/+6 |
| | | | | value of `tool_bar_button_relief' is negative. | ||||
* | Fix typo in doc-string. | Pavel Janík | 2001-12-02 | 1 | -1/+1 |
| | |||||
* | Fix typos. | Pavel Janík | 2001-12-02 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2001-12-02 | 1 | -0/+7 |
| | |||||
* | (menu_highlight_callback): Use `help' field as Lisp_Object. | Richard M. Stallman | 2001-12-02 | 1 | -11/+10 |
| | | | | (single_submenu, xmenu_show): Set `help' field as Lisp_Object. | ||||
* | (read_non_regular): Delete Fsignal call. | Richard M. Stallman | 2001-12-02 | 1 | -1/+0 |
| | |||||
* | *** empty log message *** | Stefan Monnier | 2001-12-02 | 1 | -1/+5 |
| | |||||
* | (run_hook_list_with_args): Undo last change. | Stefan Monnier | 2001-12-01 | 1 | -0/+1 |
| | |||||
* | (x_draw_fringe_bitmap): Always undo clipping. | Gerd Moellmann | 2001-12-01 | 1 | -11/+12 |
| | |||||
* | *** empty log message *** | Gerd Moellmann | 2001-12-01 | 1 | -0/+4 |
| | |||||
* | (Qleft_fringe, Qright_fringe): Remove. Now in frame.c. | Jason Rumney | 2001-12-01 | 2 | -6/+6 |
| | |||||
* | (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT) [!WM_MOUSELEAVE]: Define. | Jason Rumney | 2001-12-01 | 1 | -0/+15 |
| | |||||
* | (current_popup_menu, get_menu_item_info): | Jason Rumney | 2001-12-01 | 2 | -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 Rumney | 2001-12-01 | 1 | -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 echo | Jason Rumney | 2001-12-01 | 1 | -0/+30 |
| | | | | and mouse face. | ||||
* | Merged fringe width related changes from xterm.h. | Kim F. Storm | 2001-12-01 | 1 | -23/+7 |
| | |||||
* | Merged fringe width related changes from xterm.c. | Kim F. Storm | 2001-12-01 | 1 | -98/+198 |
| | |||||
* | Merged fringe width related changes from xfns.c. | Kim F. Storm | 2001-12-01 | 1 | -8/+26 |
| | |||||
* | typo. | Kim F. Storm | 2001-12-01 | 1 | -1/+1 |
| | |||||
* | Fringe width related changes. | Kim F. Storm | 2001-12-01 | 1 | -0/+50 |
| | |||||
* | (set_frame_size): Use x_compute_fringe_widths. | Kim F. Storm | 2001-12-01 | 1 | -4/+2 |
| | | | | (EmacsFrameSetCharSize): Ditto. | ||||
* | (x_frame_parms): Add `left-fringe' and `right-fringe' parms. | Kim F. Storm | 2001-12-01 | 1 | -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. |