aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstreamJoakim Verona2012-05-2424-395/+99
|\
| * * src/window.h (clip_changed): Remove useless declaration.Dmitry Antipov2012-05-232-5/+4
| * Fix ChangeLog typos.Juanma Barranquero2012-05-221-2/+2
| * src/makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.Juanma Barranquero2012-05-222-3/+7
| * Remove src/m/*.Paul Eggert2012-05-2222-385/+86
* | upstreamJoakim Verona2012-05-2219-217/+154
|\ \ | |/
| * Assume C89 or later.Paul Eggert2012-05-2118-213/+145
| * * src/xgselect.c (xg_select): Fix first argument in call to 'select' (bug#115...Ken Brown2012-05-212-4/+9
* | reinstal emocsfiked changesJoakim Verona2012-05-212-23/+34
* | upstream, fix conflictsJoakim Verona2012-05-2155-2523/+2420
|\ \ | |/
| * Get rid of compiler warnings on Cygwin.Ken Brown2012-05-202-2/+7
| * Improve test for when xg_select should just invoke select (bug#9754).Ken Brown2012-05-194-2/+12
| * Remove unused HAVE_* symbols for functions.Paul Eggert2012-05-192-1/+2
| * Remove no-longer-used macro HAVE_FTIME.Paul Eggert2012-05-193-24/+5
| * Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.Eli Zaretskii2012-05-183-2/+38
| * Move word search functions from search.c to isearch.el (bug#10145, bug#11381).Juri Linkov2012-05-172-181/+7
| * * xgselect.c (xg_select): Just invoke 'select' if -nw.Paul Eggert2012-05-152-1/+9
| * * src/lread.c (init_obarray): Declare Qt and Qnil as special.Stefan Monnier2012-05-152-1/+7
| * Make a self-contained ns build able to find its own libexec directoryGlenn Morris2012-05-142-2/+10
| * * src/nsterm.m (ns_init_paths): Fix typo ("libexec" not "lib-exec").Glenn Morris2012-05-142-1/+5
| * * keyboard.c (kbd_buffer_get_event) [!HAVE_DBUS]: Omit unused local.Paul Eggert2012-05-142-2/+3
| * * unexaix.c: Port to more-recent AIX compilers.Paul Eggert2012-05-142-12/+21
| * Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.orgChong Yidong2012-05-143-8/+127
| |\
| | * Fix bug #11464 with pos-visible-in-window-p and R2L text in L2R paragraph.Eli Zaretskii2012-05-132-1/+29
| | * Fix bug #11417 with infloop when left-fringe/right-fringe spec is used on TTY.Eli Zaretskii2012-05-132-5/+81
| | * Fix display when left-fringe/right-fringe display spec is invalid.Eli Zaretskii2012-05-112-3/+13
| | * * unexaix.c (make_hdr): Fix typo in prototype.Paul Eggert2012-05-092-1/+6
| * | * keyboard.c (kbd_buffer_get_event): Read special events also inMichael Albinus2012-05-142-0/+7
| * | Remove trailing / from $ns_appbindirGlenn Morris2012-05-122-3/+7
| * | Update src/lisp.mk as required by 2012-05-07T20:48:41Z!monnier@iro.umontreal.ca.Eli Zaretskii2012-05-122-0/+5
| * | Let configure test for a suitable mkdir -pGlenn Morris2012-05-113-4/+10
| * | Remove unused function hourglass_started.Paul Eggert2012-05-104-19/+7
| * | src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-05-102-1/+7
| * | * xgselect.c (xg_select): Put maxfds+1 into a var.Paul Eggert2012-05-092-4/+7
| * | * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.Paul Eggert2012-05-092-3/+8
| * | Add the option to not create lockfilesDave Abrahams2012-05-092-0/+13
| * | * dbusbind.c (xd_registered_buses): New internal Lisp object.Michael Albinus2012-05-092-13/+21
| * | Untag more efficiently if USE_LSB_TAG.Paul Eggert2012-05-095-22/+63
| * | Port recent dbusbind.c changes to 32-bit --with-wide-int.Paul Eggert2012-05-092-17/+47
| * | Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.comGlenn Morris2012-05-082-1/+27
| |\ \ | | |/
| | * Fix failures in starting subprocesses on Windows 7.Eli Zaretskii2012-05-052-1/+27
| * | Fix a typo in last commit of src/ChangeLog.Eli Zaretskii2012-05-081-1/+1
| * | Fix up display of the *Minibuf-0* buffer in the mini window.Jérémy Compostella2012-05-073-5/+27
| * | * dbusbind.c (XD_DEBUG_MESSAGE): Don't print message twice inMichael Albinus2012-05-072-7/+13
| * | * lisp/buff-menu.el: Convert to Tabulated List mode.Chong Yidong2012-05-072-0/+5
| * | Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.orgChong Yidong2012-05-052-2/+9
| |\ \ | | |/
| | * Add NUL-termination to some uses of strncpy.Jim Meyering2012-05-022-2/+9
| * | Add new error and function `user-error'.Stefan Monnier2012-05-047-149/+106
| * | Do not limit current-time-string to years 1000..9999.Paul Eggert2012-05-032-19/+28
| * | Fix race conditions involving setenv, gmtime, localtime, asctime.Paul Eggert2012-05-022-64/+97