aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (xic_set_preeditarea): Take window parameter andGerd Moellmann2000-01-291-56/+304
* (struct x_display_info) [HAVE_X_I18N]: Add members `xim'Gerd Moellmann2000-01-291-3/+18
* (x_display_cursor): Set XIC pre-edit area only if windowGerd Moellmann2000-01-291-20/+245
* *** empty log message ***Dave Love2000-01-281-0/+6
* Revert last change after change to irix5-0.h.Dave Love2000-01-281-10/+6
* (C_SWITCH_MACHINE): Don't use -G0.Dave Love2000-01-281-1/+1
* *** empty log message ***Gerd Moellmann2000-01-281-0/+3
* (Fother_buffer): Don't call Fset_buffer_major_modeGerd Moellmann2000-01-281-2/+6
* *** empty log message ***Gerd Moellmann2000-01-281-0/+5
* (USAGE): New macro.Gerd Moellmann2000-01-281-10/+71
* *** empty log message ***Eli Zaretskii2000-01-271-0/+24
* Change prototypes of XMenuAddSelection and XMenuActivate.Eli Zaretskii2000-01-271-2/+4
* (IT_clear_end_of_line): Print the extent of the clearedEli Zaretskii2000-01-271-12/+36
* *** empty log message ***Gerd Moellmann2000-01-271-0/+6
* (xmenu_show) [!USE_X_TOOLKIT]: Pass help toGerd Moellmann2000-01-271-4/+47
* *** empty log message ***Eli Zaretskii2000-01-271-0/+5
* (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECSEli Zaretskii2000-01-271-2/+2
* Lost version containing non-greedy changes from Emacs.Gerd Moellmann2000-01-271-10/+13
* *** empty log message ***Dave Love2000-01-261-1/+3
* (Fchar_after, Fchar_before): Doc fix.Dave Love2000-01-261-2/+2
* (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC whereGerd Moellmann2000-01-262-6/+51
* [__GNUC__ && __GNUC_MINOR__ >= 95]: UndefGerd Moellmann2000-01-262-0/+9
* (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.Gerd Moellmann2000-01-262-1/+5
* (Fstring): If there is a multibyte char amongGerd Moellmann2000-01-252-5/+17
* *** empty log message ***Gerd Moellmann2000-01-253-0/+460
* (sys_select): Turn atimers off and on instead ofGerd Moellmann2000-01-251-16/+9
* (toplevel): Include systime.h and atimer.h.Gerd Moellmann2000-01-251-28/+49
* (toplevel): Include atimer.h.Gerd Moellmann2000-01-251-19/+24
* (main): Call init_atimer.Gerd Moellmann2000-01-251-0/+1
* (toplevel): Include atimer.h.Gerd Moellmann2000-01-251-19/+46
* (popup_activated_flag): Add extern declaration.Gerd Moellmann2000-01-251-0/+1
* (pending_atimers): Add extern declaration.Gerd Moellmann2000-01-251-6/+22
* (popup_activated_flag): Make externally visible.Gerd Moellmann2000-01-251-14/+21
* (polling_for_input): Removed.Gerd Moellmann2000-01-251-3/+0
* (obj): Add atimer.o.Gerd Moellmann2000-01-251-1/+2
* *** empty log message ***Dave Love2000-01-241-0/+5
* Don't set LD_SWITCH_SYSTEM -- we use unexelf now.Dave Love2000-01-241-7/+2
* (IT_menu_display): Truncate long menu lines at the rightEli Zaretskii2000-01-242-3/+15
* (w32_defined_color): Apply gamma correction before trying to map toJason Rumney2000-01-232-7/+32
* (w32_fill_rect): Do not try to deal with NULL hdcJason Rumney2000-01-231-62/+82
* (XCharStruct): New struct for emulating X.Jason Rumney2000-01-231-106/+205
* Complete rewrite based on xterm.c.Jason Rumney2000-01-231-1971/+6599
* (Fw32_set_clipboard_data): Update call to find_charset_in_str.Jason Rumney2000-01-231-1/+1
* Add skeleton support for help strings on menus.Jason Rumney2000-01-231-78/+199
* (get_frame, w32_console_mouse_position, mouse_moved_to):Jason Rumney2000-01-231-3/+3
* (XGCValue): New struct for emulating X GCs.Jason Rumney2000-01-231-2/+16
* Substantial rewrite for new redisplay. Major changes:Jason Rumney2000-01-231-504/+5828
* Complete rewrite based on xfaces.cJason Rumney2000-01-231-744/+5982
* (turn_on_face, turn_off_face): New functions.Jason Rumney2000-01-231-84/+161
* Added composite.obj and intervals.obj.Jason Rumney2000-01-231-16/+57