summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert more function definitions to standard C.Dan Nicolaescu2010-07-128-74/+45
* Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGSAndreas Schwab2010-07-122-3/+18
* Improve Hebrew rendering.Kenichi Handa2010-07-122-2/+5
* merge trunkKenichi Handa2010-07-1244-1057/+1130
|\
| * * blockinput.h: Remove obsolete comment.Andreas Schwab2010-07-112-1/+2
| * Use offsetof instead of own definitionAndreas Schwab2010-07-115-16/+14
| * * process.c: Remove obsolete comment.Andreas Schwab2010-07-112-9/+4
| * * src/xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).Chong Yidong2010-07-112-5/+13
| * Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-1116-70/+61
| * * callproc.c (relocate_fd): Use F_DUPFD if defined.Andreas Schwab2010-07-112-4/+12
| * Constify functions taking char *Andreas Schwab2010-07-1115-72/+92
| * Fix indentation problemAndreas Schwab2010-07-112-36/+37
| * Fix implicit declaration of kbd_on_hold_p Andreas Schwab2010-07-112-0/+3
| * 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
* | | Add ChangeLogKenichi Handa2010-07-121-0/+13
* | | merge trunkKenichi Handa2010-07-0970-2520/+1399
|\ \ \ | |/ /
| * | 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
* | | merge trunkKenichi Handa2010-07-08171-12269/+8260
|\ \ \ | |/ /
| * | 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