aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from mainline.Eli Zaretskii2010-03-2820-204/+231
|\
| * * process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.Chong Yidong2010-03-262-13/+27
| * Don't call turn_on_atimers around `connect' (Bug#5723).YAMAMOTO Mitsuharu2010-03-252-14/+5
| * Call `select' for interrupted `connect' rather than creating new socket (Bug#...Helmut Eller2010-03-252-5/+37
| * Merge from `emacs-23'.Stefan Monnier2010-03-247-57/+104
| |\
| | * Fix typos in Changelog.Juanma Barranquero2010-03-241-2/+2
| | * bug #5736: Allow X-resource menuBar to take on/off as documented.Jan Djärv2010-03-224-2/+18
| | * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.YAMAMOTO Mitsuharu2010-03-202-0/+7
| | * Fix the ccl encoder for the case that the output buffer is fullfilled.Kenichi Handa2010-03-162-15/+23
| | * coding.c (decode_coding_ccl): Fix previous change for the multibyte case.Kenichi Handa2010-03-162-7/+15
| | * Fix bug in `format' (Bug#5710).Chong Yidong2010-03-152-0/+9
| * | * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.Dan Nicolaescu2010-03-222-3/+2
| * | * s/netbsd.h: Remove commented out code.Dan Nicolaescu2010-03-222-2/+1
| * | Simplify LIBS_MACHINE definitions.Dan Nicolaescu2010-03-225-12/+17
| * | Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu2010-03-226-94/+19
| * | * keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SI...Dan Nicolaescu2010-03-212-4/+5
| * | (BSD_SYSTEM, BSD4_2): Remove conditionals, we onlyDan Nicolaescu2010-03-212-5/+3
| * | * m/ibmrs6000.h (ORDINARY_LINK): Move definition ...Dan Nicolaescu2010-03-213-2/+7
| * | Use absolute directory names substituted by configureAndreas Schwab2010-03-212-20/+19
| * | Expand ${bootstrap_exe} before chdirAndreas Schwab2010-03-212-4/+12
| * | Use more relative file and directory names in `lisp' make rules.Stefan Monnier2010-03-202-1/+5
* | | Finish work on cursor motion in continuation lines.Eli Zaretskii2010-03-202-15/+53
* | | Merge from mainline.Eli Zaretskii2010-03-2026-681/+378
|\ \ \ | |/ /
| * | Remove support for old GNU/Linux using libc version 5.Dan Nicolaescu2010-03-203-10/+4
| * | Consolidate redundant definitions in s/bsd-common.h.Dan Nicolaescu2010-03-205-69/+45
| * | Consolidate redundant definitions.Dan Nicolaescu2010-03-205-49/+13
| * | Remove support for old UNIX System V systems.Dan Nicolaescu2010-03-193-74/+78
| * | Remove support for Solaris on PPC and for old versions.Dan Nicolaescu2010-03-197-182/+141
| * | * s/openbsd.h: Remove support for non-ELF and for systems that doDan Nicolaescu2010-03-194-50/+7
| * | Remove non-working support for lynxos 3.0.Dan Nicolaescu2010-03-193-62/+8
| * | Remove obsolete uses of HAVE_SHM.Dan Nicolaescu2010-03-194-55/+11
| * | Regenerate src/config.in.Glenn Morris2010-03-181-39/+41
| * | Remove obsolete code in emacs.c that chooses a bug reporting address.Glenn Morris2010-03-172-37/+7
| * | Replace some cpp with autoconf.Glenn Morris2010-03-172-62/+7
| * | Put non-GTK X scroll-bars on left.Chong Yidong2010-03-153-1/+18
| * | Fix bug in `format' (Bug#5710).Chong Yidong2010-03-132-0/+9
| * | Commit the change in src/Makefile.in announced in 2010-03-12T16:34:27Z!eliz@g...Eli Zaretskii2010-03-131-4/+2
* | | Continue work on cursor movement in continued lines.Eli Zaretskii2010-03-134-14/+133
* | | Merge from mainline.Eli Zaretskii2010-03-1310-71/+90
|\ \ \ | |/ /
| * | Spell out in ChangeLog the purpose of 2010-03-12T16:34:27Z!eliz@gnu.org.Eli Zaretskii2010-03-131-1/+2
| * | * xfns.c (Fx_create_frame): Set default to Qright.Chong Yidong2010-03-122-1/+3
| * | Put scroll-bar on right by default on UNIX.Chong Yidong2010-03-122-5/+5
| * | Don't use termcap.c on Posix platforms, only on MS-DOS.Eli Zaretskii2010-03-124-44/+47
| * | Bump version to 24.0.50.Chong Yidong2010-03-101-0/+4
| * | Cleanup setup of gl_state in various parts of the code.Stefan Monnier2010-03-105-21/+30
| |/
* | Continue debugging continuation lines.Eli Zaretskii2010-03-063-32/+100
* | Merge from mainline.Eli Zaretskii2010-03-0611-45/+123
|\ \ | |/
| * Make it possible to C-g in a tight bytecode loop again (bug#5680).Stefan Monnier2010-03-053-17/+12
| * * regex.c (regex_compile): Setup gl_state as well.Stefan Monnier2010-03-052-0/+9
| * (skip_chars): Setup gl_state (bug#3823).Stefan Monnier2010-03-052-1/+12