aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fstart_kbd_macro): Added NO-EXEC argument to inhibitKim F. Storm2002-08-141-23/+44
* (Fexecute_kbd_macro): Update prototype.Kim F. Storm2002-08-141-1/+1
* (Fcommand_execute): Update call to Fexecute_kbd_macro.Kim F. Storm2002-08-141-1/+1
* *** empty log message ***Kim F. Storm2002-08-141-0/+12
* (struct x_display_info): New member Xatom_UTF8_STRING.Kenichi Handa2002-08-141-1/+1
* (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.Kenichi Handa2002-08-141-0/+2
* (QUTF8_STRING): New variable.Kenichi Handa2002-08-141-43/+21
* *** empty log message ***Kenichi Handa2002-08-141-0/+18
* *** empty log message ***Richard M. Stallman2002-08-131-0/+6
* (Fminibufferp): New function.Richard M. Stallman2002-08-131-2/+20
* (Funencodable_char_position): Lisp_Object/int mixup.Gerd Moellmann2002-08-132-1/+5
* *** empty log message ***Richard M. Stallman2002-08-121-0/+9
* Comment change.Richard M. Stallman2002-08-121-0/+6
* Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.Richard M. Stallman2002-08-121-21/+19
* (syms_of_buffer) <fill-column>: Doc fix.Richard M. Stallman2002-08-121-1/+2
* 2002-08-11 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-122-16/+79
* (unencodable_char_position): New function.Kenichi Handa2002-08-111-0/+137
* *** empty log message ***Kenichi Handa2002-08-111-0/+6
* 2002-08-10 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-114-0/+56
* (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.Richard M. Stallman2002-08-102-2/+6
* (forward_to_next_line_start): Return 0 when reaching theGerd Moellmann2002-08-092-1/+6
* (BASE_PURESIZE): Increase to 910000.Ken Raeburn2002-08-092-1/+3
* (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.Ken Raeburn2002-08-082-1/+6
* (Ffind_operation_coding_system): For write-region, ifKenichi Handa2002-08-081-0/+7
* *** empty log message ***Kenichi Handa2002-08-081-0/+5
* *** empty log message ***Richard M. Stallman2002-08-071-0/+9
* (mark_object): Detect long lists for debugging.Richard M. Stallman2002-08-071-0/+11
* (C_SWITCH_SYSTEM): #undef it.Richard M. Stallman2002-08-071-0/+3
* (Fmake_variable_frame_local): Doc fix.Richard M. Stallman2002-08-071-2/+2
* *** empty log message ***Richard M. Stallman2002-08-051-0/+24
* (local_heap, local_alloc, local_free): New macros.Richard M. Stallman2002-08-051-117/+164
* Comment change.Richard M. Stallman2002-08-051-1/+1
* 2002-08-04 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-042-1/+16
* In src:Andrew Choi2002-08-034-139/+512
* (forward_to_next_line_start): Fix a condition thatGerd Moellmann2002-08-032-1/+6
* 2002-08-02 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-022-2/+4
* *** empty log message ***Richard M. Stallman2002-08-011-0/+4
* (SOME_MACHINE_OBJECTS): Add fontset.o.Richard M. Stallman2002-08-011-1/+1
* 2002-07-31 Andrew Choi <akochoi@shaw.ca>Andrew Choi2002-08-012-1/+3
* In src:Andrew Choi2002-08-012-0/+11
* (set_frame_menubar): First parse all submenus,Richard M. Stallman2002-07-312-31/+76
* Add missing semicolon.Juanma Barranquero2002-07-301-1/+1
* (syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.Juanma Barranquero2002-07-302-8/+12
* *** empty log message ***Richard M. Stallman2002-07-291-0/+11
* (HPUX8): Define this before including hpux.h.Richard M. Stallman2002-07-291-5/+2
* (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.Richard M. Stallman2002-07-291-0/+2
* (make_lispy_event): Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.Richard M. Stallman2002-07-291-1/+2
* *** empty log message ***Richard M. Stallman2002-07-271-0/+7
* (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.Richard M. Stallman2002-07-271-1/+4
* (FRAME_CURSOR_WIDTH): New macro.Richard M. Stallman2002-07-271-0/+1