2010-07-08 |
Jan D |
Fix compilation for Motif/Lesstif.
|
2010-07-08 |
Jan D |
Change function definition from K&R to prototype. Fix prototype warnings.
|
2010-07-08 |
Dan Nicolaescu |
Remove leftover P_ macros.
|
2010-07-08 |
Dan Nicolaescu |
Remove alternative K&R declarations.
|
2010-07-08 |
Dan Nicolaescu |
Clean up include guards.
|
2010-07-08 |
Dan Nicolaescu |
Remove src/prefix-args.c.
|
2010-07-08 |
Dan Nicolaescu |
Simplify start_of_data, start_of_text and related code.
|
2010-07-08 |
Dan Nicolaescu |
* configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
|
2010-07-08 |
Daiki Ueno |
Prevent find-file from opening empty buffer when decryptin failed (bug#6568).
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-07 |
Jan D |
If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
|
2010-07-07 |
Eli Zaretskii |
Convert function definitions in MS-DOS sources to ANSI C.
|
2010-07-07 |
Eli Zaretskii |
Convert function definitions in MS-DOS sources to ANSI C.
|
2010-07-07 |
Agustin martin |
Improve ispell.el word completion handling.
|
2010-07-07 |
Juanma Barranquero |
Fix whitespace to follow coding guidelines.
|
2010-07-07 |
Juanma Barranquero |
* coding.c, sysdep.c: Convert some more functions to standard C.
|
2010-07-07 |
Juanma Barranquero |
* coding.c: Use SPECPDL_INDEX, DOS_NT.
|
2010-07-07 |
Glenn Morris |
Minor zone.el fixes for bug#6483.
|
2010-07-07 |
Dan Nicolaescu |
* src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.
|
2010-07-07 |
Dan Nicolaescu |
* configure.in (getenv): Remove K&R declaration.
|
2010-07-07 |
Dan Nicolaescu |
Make the function member of Lisp_Subr use standard C prototypes.
|
2010-07-06 |
Chong Yidong |
* fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to get
|
2010-07-06 |
Juanma Barranquero |
src/w32*.c: Convert function definitions to standard C.
|
2010-07-06 |
Andreas Schwab |
Fix conflicting declarations of x_get_keysym_name
|
2010-07-06 |
Andreas Schwab |
Clean up movemail source
|
2010-07-06 |
Andreas Schwab |
* movemail.c: Add MAIL_USE_POP around prototypes.
|
2010-07-06 |
Dan Nicolaescu |
* src/ecrt0.c: Revert conversion to standard C.
|
2010-07-05 |
Chong Yidong |
Set default-frame-alist, if necessary, in menu/tool-bar-mode.
|
2010-07-05 |
Chong Yidong |
Fix multi-click selection behavior (Bug#6565).
|
2010-07-05 |
Dan Nicolaescu |
Convert function definitions and declarations to standard C.
|