aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2000-07-031-0/+6
|
* (next_frame, prev_frame): If MINIBUF is a window,Gerd Moellmann2000-07-031-19/+6
| | | | | include those frames as candidates which have their focus redirected to the minibuffer frame.
* (Fputhash): Return `value' rather than nil.Stefan Monnier2000-07-032-1/+5
|
* *** empty log message ***Gerd Moellmann2000-06-301-5/+5
|
* (next_frame): Don't check frame-focus redirection inGerd Moellmann2000-06-302-1/+18
| | | | | | | case MINIBUF is a window. Doing so excludes frames using MINIBUF unless their focus is redirected, which contradicts the specification of next-frame, and leads to infinite loops in certain situations when cycling through windows with next-window.
* *** empty log message ***Gerd Moellmann2000-06-301-2/+10
|
* (code_convert_region): Even if the length of text isKenichi Handa2000-06-301-38/+41
| | | | | zero, try to convert it if coding->type is coding_type_ccl. (decode_coding_string, encode_coding_string): Likewise.
* *** empty log message ***Kenichi Handa2000-06-301-0/+6
|
* *** empty log message ***Gerd Moellmann2000-06-281-0/+18
|
* (try_window_reusing_current_matrix): Don't try to reuseGerd Moellmann2000-06-281-2/+6
| | | | the display if windows_or_buffers_changed.
* (struct row_entry): New structure.Gerd Moellmann2000-06-281-102/+187
| | | | | | | | | | | | (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table) (row_table_size, old_lines, new_lines, old_lines_size) (new_lines_size, run_pool, runs_size, runs): New variables. (add_row_entry): New function. (scrolling_window): Use data structures allocated with xmalloc and held in global variables, instead of allocing them with alloca and holding them in local variables. Use a larger hash table whose size depends on glyph matrix sizes. Don't use bzero to clear the hash table; instead, clear used slots only.
* (next_almost_prime): Make it externally visible.Gerd Moellmann2000-06-281-2/+1
|
* (next_almost_prime): Add prototype.Gerd Moellmann2000-06-281-0/+1
|
* *** empty log message ***Gerd Moellmann2000-06-281-0/+6
|
* (sigunblock): Define.Gerd Moellmann2000-06-282-0/+6
|
* (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)Dave Love2000-06-272-1/+21
| | | | (sys_siglist, NSIG): Definitions moved here from osf1.h.
* (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change (moved to osf5-0.h).Dave Love2000-06-271-14/+2
| | | | [!NOT_C_CODE]: Protect string.h stuff.
* (resize_mini_window): Subract the extra line spacingGerd Moellmann2000-06-272-0/+6
| | | | below the last line from the needed window height.
* *** empty log message ***Stefan Monnier2000-06-261-0/+6
|
* (Fplist_member): Renamed from Fwidget_plist_member.Stefan Monnier2000-06-261-3/+3
| | | | | (Fwidget_get): Use it. (syms_of_fns): Defsubr it.
* *** empty log message ***Gerd Moellmann2000-06-261-0/+9
|
* (xim_initialize) [!USE_XIM]: Don't set up theGerd Moellmann2000-06-261-0/+12
| | | | | | display info for XIM. (xim_open_dpy): Likewise. (xim_close_dpy): Don't free the display info's XIM.
* (x_window) [!USE_XIM]: Don't call create_frame_ic.Gerd Moellmann2000-06-261-0/+4
|
* (USE_XIM): New define.Gerd Moellmann2000-06-261-0/+3
|
* (get_keyelt): For menu-items containing a `:filterGerd Moellmann2000-06-262-3/+24
| | | | | FILTER', apply FILTER to the menu-item's definition to get the real definition to use.
* (QCfilter): External declaration.Gerd Moellmann2000-06-261-1/+1
|
* *** empty log message ***Gerd Moellmann2000-06-261-0/+5
|
* (Fimage_size): New function.Gerd Moellmann2000-06-261-1/+34
| | | | (syms_of_xfns): Defsubr it.
* .Andreas Schwab2000-06-261-0/+5
|
* (decode_coding_string): Re-fetch STRING_BYTES afterAndreas Schwab2000-06-261-0/+1
| | | | Fstring_as_unibyte.
* *** empty log message ***Dave Love2000-06-251-0/+16
|
* [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.Dave Love2000-06-251-0/+5
|
* (blockinput.h): Depend on atimer.h.Dave Love2000-06-251-0/+3
| | | | (atimer.h): Depend on systime.h.
* Protect against multiple inclusion. IncludeDave Love2000-06-251-0/+6
| | | | systime.h.
* Protect against multiple inclusion. IncludeDave Love2000-06-251-0/+6
| | | | atimer.h.
* (swap_in_global_binding): Declare.Dave Love2000-06-251-1/+1
|
* * process.c (Fopen_network_stream): Turn off atimers for duration of call toKen Raeburn2000-06-242-0/+14
| | | | connect. (Patch from Gerd.)
* *** empty log message ***Dave Love2000-06-231-0/+2
|
* Maybe include unistd.h.Dave Love2000-06-231-1/+3
|
* *** empty log message ***Dave Love2000-06-232-0/+42
|
* (setgrp): Undefine before defining.Dave Love2000-06-231-3/+4
| | | | (malloc_warning, set_time_zone_rule, index): Prototype.
* (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use HAVE_STRUCT_TIMEZONE.Dave Love2000-06-231-0/+5
|
* Move string.h hack here from alpha.h and make it conditional.Dave Love2000-06-231-6/+29
| | | | | | | (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with _XOPEN_SOURCE. (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define. (SOCKLEN_TYPE): Don't define.
* Remove string.h hack.Dave Love2000-06-231-14/+2
|
* Undefine setpgrp before setting it.Dave Love2000-06-231-2/+3
|
* Use feature tests for fcntl.h, string.h. Don't include time.h, done byDave Love2000-06-231-10/+9
| | | | | systime.h. [__FreeBSD__]: Remove redundant includes.
* Revert last change.Dave Love2000-06-231-4/+0
|
* Maybe include term.h.Dave Love2000-06-231-0/+4
|
* (setpgrp): Undefine before defining.Dave Love2000-06-231-0/+2
| | | | (delete_temp_file): Return Qnil to avoid warning.
* (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.Dave Love2000-06-231-0/+2
|