aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Decouple C-d and delete, so that the former does not delete the region.Chong Yidong2010-10-192-1/+5
* Merge changes from emacs-23 branch.Juanma Barranquero2010-10-193-0/+37
|\
| * * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).Ken Brown2010-10-182-0/+7
| * Fix incorrect font metrics when the same font is opened with different pixels...Kenichi Handa2010-10-152-0/+30
* | * src/frame.c (Fframe_pointer_visible_p):Julien Danjou2010-10-182-0/+20
* | (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal t...Lars Magne Ingebrigtsen2010-10-182-2/+13
* | Fix the MSDOS build broken by latest revisions.Eli Zaretskii2010-10-152-2/+4
* | image.c (tiff_load): Cast 3rd argument to avoid compiler warning.Eli Zaretskii2010-10-152-2/+7
* | Again, fix a typo in really-oldXMenu targetTassilo Horn2010-10-152-1/+2
* | Fix variable name typo in really-oldXMenu target.Tassilo Horn2010-10-152-1/+6
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-1423-119/+168
|\ \ | |/
| * src/w32*.c: Whitespace fixes and typos.Juanma Barranquero2010-10-1412-249/+248
| * Fix handling of font properties on Windows (bug#6303).Damyan Pepper2010-10-135-40/+93
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-1310-44/+45
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-129-10/+14
| * Fix typos in commentsKenichi Handa2010-10-121-27/+27
* | src/w32*.c: Make functions static.Juanma Barranquero2010-10-147-15/+26
* | src/image.c (DEF_IMGLIB_FN): Add argument to adapt to strict prototypes.Juanma Barranquero2010-10-142-46/+60
* | src/makefile.w32-in: Simplify OBJ macros.Juanma Barranquero2010-10-142-27/+34
* | Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-134-23/+41
* | Avoid using trailing / in directory variables.Dan Nicolaescu2010-10-122-113/+118
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-122-4/+39
|\ \ | |/
| * Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.Jan Djärv2010-10-112-4/+39
| * * dbusbind.c (xd_get_dispatch_status): Return a Lisp_Object.Michael Albinus2010-10-082-8/+24
* | Fix gnutls write-before-negotiation case.Lars Magne Ingebrigtsen2010-10-102-1/+13
* | Remove #ifdef emacs / #ifndef emacs code, unused.Dan Nicolaescu2010-10-106-56/+7
* | Pass CFLAGS to the linker.Dan Nicolaescu2010-10-102-3/+5
* | * src/Makefile.in (CRT_DIR): Move near potential user.Dan Nicolaescu2010-10-102-4/+4
* | * src/Makefile.in: Use $(...) everywhere instead of ${...}Dan Nicolaescu2010-10-102-168/+170
* | Small sysdep.c cleanups.Dan Nicolaescu2010-10-102-7/+8
* | Don't use foo() to talk about functions.Lars Magne Ingebrigtsen2010-10-091-2/+2
* | (emacs_gnutls_write): Check for GNUTLS_E_AGAIN and not EINTR.Lars Magne Ingebrigtsen2010-10-092-2/+5
* | Make emacs_gnutls_read() return the expected on errors.Lars Magne Ingebrigtsen2010-10-092-7/+14
* | * xterm.c (x_draw_relief_rect): Clear corner pixels.Chong Yidong2010-10-082-3/+14
* | Regenerate configure, src/config.in.Glenn Morris2010-10-081-10/+4
* | * keyboard.c: Revert last change; it was not intended to beMichael Albinus2010-10-082-5/+5
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-089-40/+144
|\ \ | |/
| * ChangeLog fix.Glenn Morris2010-10-071-7/+1
| * coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa2010-10-082-43/+27
| * merge emacs-23Kenichi Handa2010-10-043-12/+18
| |\
| | * * dbusbind.c (syms_of_dbusbind): Move putenv call ...Michael Albinus2010-10-032-4/+11
| | * Doc fix.Glenn Morris2010-10-022-8/+7
| * | coding.c (complement_process_encoding_system): Fix previous change.Kenichi Handa2010-10-042-25/+34
| |/
| * Fix complementing of a coding systemKenichi Handa2010-10-022-6/+14
| * Complement a coding system for encoding arguments and input to a process.Kenichi Handa2010-09-305-23/+108
| * merge emacs-23Kenichi Handa2010-09-293-6/+24
| |\
| | * * dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, itMichael Albinus2010-09-283-7/+16
| * | xfont.c (xfont_open): Fix setting of font->average_width from :avgwidth prope...Kenichi Handa2010-09-292-1/+6
* | | * xterm.c (x_draw_relief_rect): If box width is larger than 1,Chong Yidong2010-10-082-10/+51
* | | Don't add an echo dash for the first keystroke (Bug#7137).Chong Yidong2010-10-042-13/+17