| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Vminibuffer_message_timeout): New variable. | Miles Bader | 2000-11-22 | 1 | -3/+13 |
| | | | | | | (command_loop_1): Use it to determine message timeout. (syms_of_keyboard): Initialize it. | ||||
| * | *** empty log message *** | Miles Bader | 2000-11-22 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_xdisp): `mode-line-inverse-video' defualts to nil. | Miles Bader | 2000-11-22 | 1 | -2/+4 |
| | | |||||
| * | Move the code for declaring h_errno after #include <netdb.h>. | Kenichi Handa | 2000-11-21 | 1 | -6/+6 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-21 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-21 | 1 | -0/+3 |
| | | |||||
| * | (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay | Gerd Moellmann | 2000-11-21 | 1 | -1/+20 |
| | | | | | the menu bar when the tooltip is unmapped. | ||||
| * | (Fkill_buffer): Notice if the buffer to kill is the | Gerd Moellmann | 2000-11-21 | 2 | -0/+17 |
| | | | | | | sole visible buffer when we're currently in the mini-buffer, and give up if so. | ||||
| * | (Fw32_set_clipboard_data): Save a copy of what is put on the clipboard. | Jason Rumney | 2000-11-21 | 1 | -10/+44 |
| | | | | | | | (Fw32_get_clipboard_data): Compare data on clipboard with saved copy of what Emacs last put there. If they are the same, do not use the clipboard copy to avoid losing data due to coding conversions. | ||||
| * | *** empty log message *** | Jason Rumney | 2000-11-21 | 1 | -0/+9 |
| | | |||||
| * | (syms_of_ntproc): Doc fix for w32-downcase-file-names. | Jason Rumney | 2000-11-21 | 1 | -1/+4 |
| | | |||||
| * | *** empty log message *** | Miles Bader | 2000-11-21 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-21 | 1 | -0/+3 |
| | | |||||
| * | (Fbyte_code) <Bvarbind, Bunwind_protect>: Add | Gerd Moellmann | 2000-11-21 | 1 | -0/+6 |
| | | | | | BEFORE/AFTER_POTENTIAL_GC. | ||||
| * | (Vminibuffer_prompt_properties): New variable. | Miles Bader | 2000-11-21 | 1 | -2/+17 |
| | | | | | | | (syms_of_minibuf): Initialize it. (read_minibuf): Add properties from Vminibuffer_prompt_properties to prompt, don't make read-only. | ||||
| * | (_FILE_OFFSET_BITS): Undef. | Gerd Moellmann | 2000-11-21 | 2 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-21 | 1 | -2/+1 |
| | | |||||
| * | (mmap_free_1): Avoid a compiler warning. | Gerd Moellmann | 2000-11-21 | 2 | -1/+4 |
| | | |||||
| * | Don't try to include termcap.h; see comment there. | Gerd Moellmann | 2000-11-21 | 3 | -2/+14 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-21 | 1 | -0/+5 |
| | | |||||
| * | Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope. | Kenichi Handa | 2000-11-21 | 1 | -6/+6 |
| | | |||||
| * | (x_create_tip_frame): Use CWSaveUnder only if the | Gerd Moellmann | 2000-11-20 | 2 | -1/+7 |
| | | | | | screen supports it. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-20 | 1 | -0/+2 |
| | | |||||
| * | Don't use `#cpu'. | Gerd Moellmann | 2000-11-20 | 1 | -1/+5 |
| | | |||||
| * | (MAP_FAILED): Define it as `((void *) -1)' if it's | Gerd Moellmann | 2000-11-20 | 2 | -0/+7 |
| | | | | | not defined in mman.h. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-20 | 1 | -0/+11 |
| | | |||||
| * | (scroll_bar_windows, scroll_bar_windows_size): New | Gerd Moellmann | 2000-11-20 | 1 | -5/+40 |
| | | | | | | | | | | | variables. (x_send_scroll_bar_event): Store the window in scroll_bar_windows and store an index in the XClientMessageEvent. Storing a Lisp_Object or pointer can fail on a 64 bit system, since X only transfers 32 bits. (x_scroll_bar_to_input_event): Get the window from scroll_bar_windows. | ||||
| * | (LIBX): Reorder for -lX11 after -lXpm. | Dave Love | 2000-11-20 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-20 | 1 | -0/+4 |
| | | |||||
| * | (USE_MMAP_FOR_BUFFERS): Undefine. | Gerd Moellmann | 2000-11-20 | 1 | -0/+6 |
| | | |||||
| * | (get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH. | Kenichi Handa | 2000-11-20 | 1 | -8/+4 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-11-20 | 1 | -0/+3 |
| | | |||||
| * | (make_string): Fix previous change. Be sure to make | Kenichi Handa | 2000-11-20 | 2 | -3/+8 |
| | | | | | unibyte string correctly. | ||||
| * | *** empty log message ***emacs-pretest-21.0.91 | Gerd Moellmann | 2000-11-19 | 1 | -0/+5 |
| | | |||||
| * | (Fwindow_list): Change parameter list to be XEmacs | Gerd Moellmann | 2000-11-19 | 1 | -4/+31 |
| | | | | | | | compatible. (window_list_1): New function. (window_loop): Use it instead of Fwindow_list. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-19 | 1 | -1/+9 |
| | | |||||
| * | (emacs_ospeed): New variable. | Gerd Moellmann | 2000-11-19 | 1 | -18/+14 |
| | | | | | | (toplevel): Don't declare ospeed extern. (init_baud_rate): Use emacs_ospeed instead of ospeed. | ||||
| * | (ospeed): Remove. | Gerd Moellmann | 2000-11-19 | 1 | -12/+2 |
| | | | | | | (tputs) [!emacs]: Remove unused code. (tgetent): Avoid a compiler warning. | ||||
| * | (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) | Gerd Moellmann | 2000-11-19 | 2 | -11/+25 |
| | | | | | | (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call SCROLL_BAR_X_WIDGET with addtional argument DPY. | ||||
| * | (struct scroll_bar): Members x_widget_low, x_widget_high | Gerd Moellmann | 2000-11-19 | 1 | -11/+16 |
| | | | | | | | | | | removed. (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget. Take the X display as additional argument. (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since `Widget' is a pointer type that's not easily stored in Lisp_Object form in a portable way. | ||||
| * | (update_text_area): Fix last change. | Gerd Moellmann | 2000-11-18 | 2 | -32/+43 |
| | | |||||
| * | (x_set_tool_bar_lines): When clearing the frame, also | Gerd Moellmann | 2000-11-18 | 2 | -0/+6 |
| | | | | | clear current matrices. | ||||
| * | Use BINDING_STACK_SIZE throughout. | Gerd Moellmann | 2000-11-18 | 1 | -10/+10 |
| | | |||||
| * | (mmap_enlarge): Don't print a message on stderr | Gerd Moellmann | 2000-11-18 | 2 | -1/+4 |
| | | | | | if mapping new memory at the end of the existing region fails. | ||||
| * | (update_text_area): Don't skip over equal glyphs | Gerd Moellmann | 2000-11-18 | 2 | -8/+34 |
| | | | | | when the last current glyph overlaps the glyph to its right. | ||||
| * | (message_log_check_duplicate): Let "..."-detection match | Miles Bader | 2000-11-18 | 2 | -2/+6 |
| | | | | | lines that *end* with "..." too (that's the most common case!). | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-18 | 1 | -2/+2 |
| | | |||||
| * | (resize_mini_window): Temporarily change to the | Gerd Moellmann | 2000-11-18 | 2 | -0/+13 |
| | | | | | mini-window's buffer if necessary. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-11-18 | 1 | -0/+9 |
| | | |||||
| * | (Fx_show_tip): Use default y-offset of -10 so that | Gerd Moellmann | 2000-11-18 | 1 | -2/+2 |
| | | | | | the tooltip obscures less text under it. | ||||