summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2008-01-09344-12595/+714
|\
| * Merge from emacs--rel--22Miles Bader2008-01-08234-250/+293
| |\
| | * Regenerate.Glenn Morris2008-01-081-2/+2
| | * Add 2008 to copyright years.Glenn Morris2008-01-08174-185/+215
| | * (main): Set copyright year to 2008.Glenn Morris2008-01-081-2/+3
| | * *** empty log message ***Glenn Morris2008-01-081-1/+5
| | * Add 2008 to copyright years.Glenn Morris2008-01-0860-60/+61
| | * Add 2008 to copyright years.Glenn Morris2008-01-0887-87/+90
| | * *** empty log message ***YAMAMOTO Mitsuharu2008-01-071-0/+5
| | * (Fmake_terminal_frame): Use #ifdef MAC_OS8 instead of #ifdef MAC_OS.YAMAMOTO Mitsuharu2008-01-071-1/+1
| | * (Ffile_name_directory, Fexpand_file_name): Doc fixes.Richard M. Stallman2008-01-042-2/+6
| * | Regenerate.Glenn Morris2008-01-081-2/+2
| * | *** empty log message ***Juanma Barranquero2008-01-071-9/+9
| * | (parse_menu_item): Don't enclose key bindings onNick Roberts2008-01-061-1/+2
| * | *** empty log message ***Nick Roberts2008-01-061-0/+5
| * | * configure.in: Remove references to unsupported systems.Dan Nicolaescu2008-01-06110-11956/+117
| * | * configure.in: Remove support for Masscomp.Dan Nicolaescu2008-01-053-272/+5
| * | * dbusbind.c (Fdbus_method_return): New function.Michael Albinus2008-01-042-8/+106
| * | (read_key_sequence): Fix typo.Stefan Monnier2008-01-032-23/+24
| * | * dbusbind.c (all): Replace XCAR by CAR_SAFE and XCDR by CDR_SAFE.Michael Albinus2008-01-032-66/+136
| * | * dbusbind.c (Fdbus_call_method): Handle the case of no returnedMagnus Henoch2008-01-032-9/+11
| * | * dbusbind.c (xd_append_arg): Use unsigned char instead ofMagnus Henoch2008-01-032-2/+7
* | | *** empty log message ***Kenichi Handa2008-01-071-0/+3
* | | (lisp): Add kherm.el and myanmar.el.Kenichi Handa2008-01-071-0/+4
* | | *** empty log message ***Kenichi Handa2008-01-071-0/+9
* | | (Ffont_shape_text): Fix setting of `to' field of glyphs.Kenichi Handa2008-01-071-1/+1
* | | (ftfont_driver): Set ftfont_shape in ftfont_driver onlyKenichi Handa2008-01-071-3/+3
* | | (Ffont_shape_text): If the font driver doesn't have aKenichi Handa2008-01-071-4/+40
* | | Merge from emacs--devo--0Miles Bader2008-01-024-118/+277
|\ \ \ | |/ /
| * | * dbusbind.c (xd_read_message): Use non-static input_event struct.Michael Albinus2007-12-312-1/+5
| * | * dbusbind.c (xd_signature): Signature of variant is just "v".Magnus Henoch2007-12-312-1/+5
| * | *** empty log message ***Michael Albinus2007-12-301-1/+1
| * | * dbusbind.c: Fix several errors and compiler warnings. ReportedMichael Albinus2007-12-302-116/+249
| * | (get_char_property_and_overlay):Richard M. Stallman2007-12-302-0/+9
| * | Make copy of frame parameters because the original parametersMartin Rudalics2007-12-292-0/+9
* | | Merge from emacs--devo--0Miles Bader2007-12-292-4/+1
|\ \ \ | |/ /
| * | Revert incorrect mergeMiles Bader2007-12-292-4/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-298-131/+696
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-12-286-4/+44
| |\ \ | | |/
| | * (make_process): Initialize pty_flag to Qnil instead of 0YAMAMOTO Mitsuharu2007-12-242-1/+4
| | * (phys_cursor_in_rect_p): Check if cursor is in fringe area.YAMAMOTO Mitsuharu2007-12-242-0/+22
| | * (fill_menubar) [MAC_OSX]: Add workaround for Mac OS X 10.5YAMAMOTO Mitsuharu2007-12-232-2/+23
| | * (syms_of_callint) <command-history>: Add reference to history-length inEli Zaretskii2007-12-222-1/+9
| | * (w32_wnd_proc) <WM_KEYDOWN>: Cast char to unsigned before passing as wParam.Jason Rumney2007-12-172-1/+7
| * | *** empty log message ***Michael Albinus2007-12-221-1/+1
| * | * dbusbind.c (xd_retrieve_arg): Handle DBUS_TYPE_BYTE,Michael Albinus2007-12-222-19/+65
| * | * dbusbind.c (XD_BASIC_DBUS_TYPE, XD_DBUS_TYPE_P, XD_NEXT_VALUE):Michael Albinus2007-12-212-131/+316
| * | * dbusbind.c (QCdbus_type_byte, QCdbus_type_boolean)Michael Albinus2007-12-192-45/+272
| * | *** empty log message ***Martin Rudalics2007-12-191-0/+11
| * | * dbusbind.c (top): Include <stdio.h>.Michael Albinus2007-12-162-53/+103