aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete noinline declarationAndreas Schwab2010-07-113-16/+7
* Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-115-47/+65
* Don't use `subprocesses' in msdos.c.Eli Zaretskii2010-07-113-17/+13
* Merge changes from emacs-23 branch.Chong Yidong2010-07-1017-162/+377
|\
| * Merge changes from emacs-23 branch.Chong Yidong2010-07-1017-162/+377
| |\
| | * * xfaces.c (realize_face): Garbage the frame if a face is removedChong Yidong2010-07-102-0/+6
| | * Remove obsolete volatileAndreas Schwab2010-07-052-25/+29
| | * Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).YAMAMOTO Mitsuharu2010-07-056-107/+244
| | * src/w32fns.c (Qtooltip): Declare.Juanma Barranquero2010-07-042-1/+10
| | * Fix hang for mouse press on menubar but not on an item (Bug#6499).Jan D2010-07-032-0/+13
| | * Fix faulty `if' statement in delete_frame.Chong Yidong2010-07-024-10/+25
| | * Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).Naohiro Aota2010-06-303-2/+9
| | * * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).Andreas Schwab2010-06-262-1/+6
| | * Fix after-string and image interaction bug (Bug#1336).Chong Yidong2010-06-242-0/+6
| | * * lread.c (read1): Signal error if #s is not followed by paren.Andreas Schwab2010-06-232-10/+16
| | * * image.c (free_image): Mark frame as garbaged (Bug#6426).Chong Yidong2010-06-192-0/+6
| | * * keymap.c (Fdefine_key): Doc fix (Bug#6460).Chong Yidong2010-06-192-4/+10
* | | Adapt terminal frames to latest menu-bar changes.Chong Yidong2010-07-103-18/+13
|/ /
* | Unify the two branches, with and without subprocesses.Eli Zaretskii2010-07-102-576/+373
* | Fix frame sizing for Lucid/Motif/Lesstif.Jan D2010-07-093-1/+15
* | * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, whichMichael Albinus2010-07-092-17/+39
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-0870-2519/+1354
* | Fix MS-DOS build broken by 2010-07-07T17:39:49Z!jan.h.d@swipnet.se.Eli Zaretskii2010-07-082-0/+33
* | Fix compilation for Motif/Lesstif.Jan D2010-07-082-1/+11
* | Remove alternative K&R declarations.Dan Nicolaescu2010-07-072-5/+2
* | Clean up include guards.Dan Nicolaescu2010-07-078-120/+10
* | Remove src/prefix-args.c.Dan Nicolaescu2010-07-074-96/+12
* | Simplify start_of_data, start_of_text and related code.Dan Nicolaescu2010-07-0718-142/+102
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-0875-686/+737
* | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).Jan D2010-07-074-2/+105
* | Convert function definitions in MS-DOS sources to ANSI C.Eli Zaretskii2010-07-075-140/+88
* | Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-0717-167/+167
* | * coding.c, sysdep.c: Convert some more functions to standard C.Juanma Barranquero2010-07-073-107/+124
* | * coding.c: Use SPECPDL_INDEX, DOS_NT.Juanma Barranquero2010-07-072-8/+14
* | * src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.Dan Nicolaescu2010-07-062-2/+4
* | * configure.in (getenv): Remove K&R declaration.Dan Nicolaescu2010-07-061-5/+0
* | Make the function member of Lisp_Subr use standard C prototypes.Dan Nicolaescu2010-07-063-43/+62
* | * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to getChong Yidong2010-07-062-5/+9
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-0614-822/+442
* | Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-064-2/+13
* | * src/ecrt0.c: Revert conversion to standard C.Dan Nicolaescu2010-07-052-3/+9
* | Convert function definitions and declarations to standard C.Dan Nicolaescu2010-07-055-26/+26
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-0510-1827/+811
* | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).Jan D2010-07-054-3/+40
* | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.Jan D2010-07-052-4/+4
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-054-60/+143
* | * src/atimer.c: Use "" instead of <> for local includes forDan Nicolaescu2010-07-042-5/+8
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-0419-204/+150
* | * fileio.c (read_non_regular, read_non_regular_quit): Rename arg.Juanma Barranquero2010-07-052-5/+5
* | * src/lread.c (read1): Fix up last change to not mess up `c'.Tetsurou Okazaki2010-07-042-24/+32