aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Vminibuffer_message_timeout): New variable.Miles Bader2000-11-221-3/+13
| | | | | (command_loop_1): Use it to determine message timeout. (syms_of_keyboard): Initialize it.
* *** empty log message ***Miles Bader2000-11-221-0/+4
|
* (syms_of_xdisp): `mode-line-inverse-video' defualts to nil.Miles Bader2000-11-221-2/+4
|
* Move the code for declaring h_errno after #include <netdb.h>.Kenichi Handa2000-11-211-6/+6
|
* *** empty log message ***Kenichi Handa2000-11-211-0/+5
|
* *** empty log message ***Gerd Moellmann2000-11-211-0/+3
|
* (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplayGerd Moellmann2000-11-211-1/+20
| | | | the menu bar when the tooltip is unmapped.
* (Fkill_buffer): Notice if the buffer to kill is theGerd Moellmann2000-11-212-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 Rumney2000-11-211-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 Rumney2000-11-211-0/+9
|
* (syms_of_ntproc): Doc fix for w32-downcase-file-names.Jason Rumney2000-11-211-1/+4
|
* *** empty log message ***Miles Bader2000-11-211-0/+7
|
* *** empty log message ***Gerd Moellmann2000-11-211-0/+3
|
* (Fbyte_code) <Bvarbind, Bunwind_protect>: AddGerd Moellmann2000-11-211-0/+6
| | | | BEFORE/AFTER_POTENTIAL_GC.
* (Vminibuffer_prompt_properties): New variable.Miles Bader2000-11-211-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 Moellmann2000-11-212-0/+8
|
* *** empty log message ***Gerd Moellmann2000-11-211-2/+1
|
* (mmap_free_1): Avoid a compiler warning.Gerd Moellmann2000-11-212-1/+4
|
* Don't try to include termcap.h; see comment there.Gerd Moellmann2000-11-213-2/+14
|
* *** empty log message ***Kenichi Handa2000-11-211-0/+5
|
* Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope.Kenichi Handa2000-11-211-6/+6
|
* (x_create_tip_frame): Use CWSaveUnder only if theGerd Moellmann2000-11-202-1/+7
| | | | screen supports it.
* *** empty log message ***Gerd Moellmann2000-11-201-0/+2
|
* Don't use `#cpu'.Gerd Moellmann2000-11-201-1/+5
|
* (MAP_FAILED): Define it as `((void *) -1)' if it'sGerd Moellmann2000-11-202-0/+7
| | | | not defined in mman.h.
* *** empty log message ***Gerd Moellmann2000-11-201-0/+11
|
* (scroll_bar_windows, scroll_bar_windows_size): NewGerd Moellmann2000-11-201-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 Love2000-11-202-1/+5
|
* *** empty log message ***Gerd Moellmann2000-11-201-0/+4
|
* (USE_MMAP_FOR_BUFFERS): Undefine.Gerd Moellmann2000-11-201-0/+6
|
* (get_new_private_charset_id): Don't limit CHARSET_ID by WIDTH.Kenichi Handa2000-11-201-8/+4
|
* *** empty log message ***Kenichi Handa2000-11-201-0/+3
|
* (make_string): Fix previous change. Be sure to makeKenichi Handa2000-11-202-3/+8
| | | | unibyte string correctly.
* *** empty log message ***emacs-pretest-21.0.91Gerd Moellmann2000-11-191-0/+5
|
* (Fwindow_list): Change parameter list to be XEmacsGerd Moellmann2000-11-191-4/+31
| | | | | | compatible. (window_list_1): New function. (window_loop): Use it instead of Fwindow_list.
* *** empty log message ***Gerd Moellmann2000-11-191-1/+9
|
* (emacs_ospeed): New variable.Gerd Moellmann2000-11-191-18/+14
| | | | | (toplevel): Don't declare ospeed extern. (init_baud_rate): Use emacs_ospeed instead of ospeed.
* (ospeed): Remove.Gerd Moellmann2000-11-191-12/+2
| | | | | (tputs) [!emacs]: Remove unused code. (tgetent): Avoid a compiler warning.
* (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)Gerd Moellmann2000-11-192-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_highGerd Moellmann2000-11-191-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 Moellmann2000-11-182-32/+43
|
* (x_set_tool_bar_lines): When clearing the frame, alsoGerd Moellmann2000-11-182-0/+6
| | | | clear current matrices.
* Use BINDING_STACK_SIZE throughout.Gerd Moellmann2000-11-181-10/+10
|
* (mmap_enlarge): Don't print a message on stderrGerd Moellmann2000-11-182-1/+4
| | | | if mapping new memory at the end of the existing region fails.
* (update_text_area): Don't skip over equal glyphsGerd Moellmann2000-11-182-8/+34
| | | | when the last current glyph overlaps the glyph to its right.
* (message_log_check_duplicate): Let "..."-detection matchMiles Bader2000-11-182-2/+6
| | | | lines that *end* with "..." too (that's the most common case!).
* *** empty log message ***Gerd Moellmann2000-11-181-2/+2
|
* (resize_mini_window): Temporarily change to theGerd Moellmann2000-11-182-0/+13
| | | | mini-window's buffer if necessary.
* *** empty log message ***Gerd Moellmann2000-11-181-0/+9
|
* (Fx_show_tip): Use default y-offset of -10 so thatGerd Moellmann2000-11-181-2/+2
| | | | the tooltip obscures less text under it.