aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete noinline declarationAndreas Schwab2010-07-111-0/+5
* Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-111-0/+12
* Don't use `subprocesses' in msdos.c.Eli Zaretskii2010-07-111-0/+9
* Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+73
|\
| * Merge changes from emacs-23 branch.Chong Yidong2010-07-101-1/+73
| |\
| | * * xfaces.c (realize_face): Garbage the frame if a face is removedChong Yidong2010-07-101-0/+5
| | * Remove obsolete volatileAndreas Schwab2010-07-051-0/+5
| | * Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).YAMAMOTO Mitsuharu2010-07-051-0/+19
| | * src/w32fns.c (Qtooltip): Declare.Juanma Barranquero2010-07-041-0/+5
| | * Fix hang for mouse press on menubar but not on an item (Bug#6499).Jan D2010-07-031-0/+5
| | * Fix faulty `if' statement in delete_frame.Chong Yidong2010-07-021-0/+9
| | * Check FC_DUAL too. For such fonts, check width one by one (Bug#4129).Naohiro Aota2010-06-301-0/+7
| | * * alloc.c (Fmake_byte_code): Don't access undefined argument (Bug#6517).Andreas Schwab2010-06-261-0/+5
| | * Fix after-string and image interaction bug (Bug#1336).Chong Yidong2010-06-241-0/+5
| | * * lread.c (read1): Signal error if #s is not followed by paren.Andreas Schwab2010-06-231-0/+4
| | * * image.c (free_image): Mark frame as garbaged (Bug#6426).Chong Yidong2010-06-191-0/+2
| | * * keymap.c (Fdefine_key): Doc fix (Bug#6460).Chong Yidong2010-06-191-0/+4
* | | Adapt terminal frames to latest menu-bar changes.Chong Yidong2010-07-101-0/+9
|/ /
* | Unify the two branches, with and without subprocesses.Eli Zaretskii2010-07-101-0/+11
* | Fix frame sizing for Lucid/Motif/Lesstif.Jan D2010-07-091-0/+9
* | * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, whichMichael Albinus2010-07-091-0/+10
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-0/+73
* | Fix MS-DOS build broken by 2010-07-07T17:39:49Z!jan.h.d@swipnet.se.Eli Zaretskii2010-07-081-0/+5
* | Fix compilation for Motif/Lesstif.Jan D2010-07-081-0/+6
* | Remove alternative K&R declarations.Dan Nicolaescu2010-07-071-0/+2
* | Clean up include guards.Dan Nicolaescu2010-07-071-0/+10
* | Remove src/prefix-args.c.Dan Nicolaescu2010-07-071-0/+8
* | Simplify start_of_data, start_of_text and related code.Dan Nicolaescu2010-07-071-0/+31
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-0/+171
* | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).Jan D2010-07-071-0/+21
* | Convert function definitions in MS-DOS sources to ANSI C.Eli Zaretskii2010-07-071-0/+10
* | * coding.c, sysdep.c: Convert some more functions to standard C.Juanma Barranquero2010-07-071-0/+4
* | * coding.c: Use SPECPDL_INDEX, DOS_NT.Juanma Barranquero2010-07-071-0/+6
* | * src/intervals.h (interval): Use EMACS_UINT instead of unsigned EMACS_INT.Dan Nicolaescu2010-07-061-0/+2
* | Make the function member of Lisp_Subr use standard C prototypes.Dan Nicolaescu2010-07-061-0/+8
* | * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to getChong Yidong2010-07-061-0/+5
* | src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-0/+6
* | Fix conflicting declarations of x_get_keysym_nameAndreas Schwab2010-07-061-0/+7
* | * src/ecrt0.c: Revert conversion to standard C.Dan Nicolaescu2010-07-051-0/+4
* | Convert function definitions and declarations to standard C.Dan Nicolaescu2010-07-051-1/+9
* | Convert most remaining function definitions to standard C.Juanma Barranquero2010-07-051-0/+9
* | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).Jan D2010-07-051-0/+11
* | * xterm.c (XTring_bell, XTset_terminal_window): Fix wrong prototype.Jan D2010-07-051-0/+2
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-051-0/+29
* | * src/atimer.c: Use "" instead of <> for local includes forDan Nicolaescu2010-07-041-0/+3
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-0/+26
* | * fileio.c (read_non_regular, read_non_regular_quit): Rename arg.Juanma Barranquero2010-07-051-3/+3
* | * src/lread.c (read1): Fix up last change to not mess up `c'.Tetsurou Okazaki2010-07-041-0/+5
* | * strftime.c: Revert conversion to standard C (2010-07-04T07:50:25Z!dann@ics....Juanma Barranquero2010-07-041-0/+4
* | * unexelf.c (round_up, find_section): Use ElfW macro for arguments.Juanma Barranquero2010-07-041-0/+1