aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove NO_SOCK_SIGIO references.Glenn Morris2010-06-022-11/+2
* Regenerate src/config.in.Glenn Morris2010-06-021-43/+36
* m/hp800.h simplification.Glenn Morris2010-06-022-7/+3
* HAVE_ALLOCA not needed since alloca.s was removed.Glenn Morris2010-06-023-6/+3
* NOT_C_CODE is always true now.Glenn Morris2010-06-026-12/+5
* Fix config.h includes.Dan Nicolaescu2010-06-019-8/+19
* * src/gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.Dan Nicolaescu2010-06-012-2/+3
* * src/s/sol2-6.h: Remove obsolete comments.Dan Nicolaescu2010-06-012-12/+2
* Remove unnecessary alloca.h includes.Dan Nicolaescu2010-06-013-13/+6
* Fix alloca definition when using gcc on non-gnu systems.Dan Nicolaescu2010-06-011-9/+13
* Merge from emacs-23Stefan Monnier2010-05-313-49/+70
|\
| * * src/keymap.c (Fwhere_is_internal): Fix handling of remapping (in threadStefan Monnier2010-05-312-14/+27
| * src/ChangeLog: Fix typos.Juanma Barranquero2010-05-311-4/+4
| * * xdisp.c (redisplay_window): After redisplay, check if point isChong Yidong2010-05-272-2/+15
* | * sysdep.c (child_setup_tty): Move the non-canonical initialization toStefan Monnier2010-05-312-9/+14
* | src/ChangeLog: Add missing bug id.Juanma Barranquero2010-05-311-1/+1
* | Fix crash reported in bug #6306.Eli Zaretskii2010-05-302-6/+9
* | Fix cursor motion in bidi-reordered continued lines.Eli Zaretskii2010-05-292-41/+57
|\ \
| * | Finish debugging of cursor motion in bidi-reordered lines.Eli Zaretskii2010-05-292-20/+30
| * | Prevent unnecessary scrolling in bidi-reordered buffers.Eli Zaretskii2010-05-282-27/+36
* | | * fileio.c (Fdelete_file): Pass TRASH arg to handler call.Michael Albinus2010-05-282-2/+6
|/ /
* | merge trunkKenichi Handa2010-05-289-34/+56
|\ \
| * | Move some old ChangeLog entries to the right files.Glenn Morris2010-05-272-7/+0
| * | * src/Makefile.in (LIBES): Remove $LOADLIBES, it is never set.Glenn Morris2010-05-272-1/+5
| * | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-275-24/+36
| * | Fix redisplay crash (Bug#6177).Chong Yidong2010-05-272-2/+15
* | | Handle face-ignored-fontsKenichi Handa2010-05-282-2/+42
|/ /
* | Do not preprocess src/Makefile.in.Glenn Morris2010-05-266-198/+199
* | Replace YMF_PASS_LDFLAGS with autoconf.Glenn Morris2010-05-252-2/+9
* | Remove some NS_IMPL_GNUSTEP build dead code.Glenn Morris2010-05-252-7/+7
* | * src/Makefile.in: Fix comment typo.Glenn Morris2010-05-251-1/+1
* | Fix for finding a static composition.Kenichi Handa2010-05-262-1/+6
* | Relocate NS_IMPL_GNUSTEP_TEMACS_LDFLAGS.Glenn Morris2010-05-242-10/+13
* | Do not include config.h in src/Makefile.in.Glenn Morris2010-05-242-3/+3
* | Move some stuff from LD_SWITCH_SYSTEM to LD_SWITCH_SYSTEM_TEMACS.Glenn Morris2010-05-242-6/+9
* | Remove LD_SWITCH_SYSTEM_EXTRA.Glenn Morris2010-05-242-2/+6
* | merge trunkKenichi Handa2010-05-253-3/+19
|\ \
| * \ Merge from emacs-23Stefan Monnier2010-05-243-3/+19
| |\ \ | | |/
| | * * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Stefan Monnier2010-05-241-1/+3
| | * Backport from trunk: close bug#6190.enami tsugutomo2010-05-202-0/+10
| | * Doc fix (Bug#6224).Chong Yidong2010-05-202-6/+12
| | * * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.Stefan Monnier2010-05-192-0/+15
* | | merge trunkKenichi Handa2010-05-2525-622/+854
|\ \ \ | |/ /
| * | * process.c (Fmake_network_process): Set :host to nil if it's not used.Stefan Monnier2010-05-242-14/+24
| * | * dispextern.h: Fix typo in previous change.Juanma Barranquero2010-05-231-1/+1
| * | dispextern.h (init_iterator): Sync prototype with changed definition.Eli Zaretskii2010-05-232-2/+7
| * | Redesign bidi-aware edge positions of glyph rows, fix bug #6036.Eli Zaretskii2010-05-226-169/+249
| |\ \
| | * | Handle lines truncated on right.Eli Zaretskii2010-05-222-0/+7
| | * | Test and debug find_row_edges on TTY display.Eli Zaretskii2010-05-222-6/+19
| | * | Completed initial debugging and testing of reimplemented cursor motion.Eli Zaretskii2010-05-194-94/+97