aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * bidi.c (bidi_initialize): Remove unused local.Paul Eggert2011-08-152-2/+4
* Use uniprop tables instead of biditype.h and bidimirror.h.Eli Zaretskii2011-08-158-838/+41
* Support RLE/RLO/LRE/LRO for determining paragraph direction.Eli Zaretskii2011-08-152-6/+14
* Another part of fixing bug #9296 with vertical cursor motion.Eli Zaretskii2011-08-152-2/+10
* Avoid crash with invalid default-process-coding-system.Kenichi Handa2011-08-142-1/+9
* Fix bug #9296 with vertical cursor motion on images.Eli Zaretskii2011-08-142-2/+13
* Fix that executing applescript may hang emacs uninterruptedly.Jan Djärv2011-08-144-1/+69
* Follow variable naming conventionAndreas Schwab2011-08-143-39/+53
* Whitespace cleanupAndreas Schwab2011-08-142-227/+251
* * src/xdisp.c (compute_display_string_pos): Fix bzr merge glitch.Paul Eggert2011-08-131-2/+0
* * xfaces.c (Qframe_set_background_mode): Now static.Paul Eggert2011-08-133-2/+4
* * process.c (Fnetwork_interface_info): Declare local only if needed.Paul Eggert2011-08-132-1/+6
* Merge from trunk.Paul Eggert2011-08-138-49/+261
|\
| * Fix network-interface-list|info on newer BSD derived OS:es.Jan Djärv2011-08-132-12/+93
| * Fix bug #9284 with line/wrap-prefix property on display strings.Eli Zaretskii2011-08-122-18/+39
| * Merge from emacs-23 branchChong Yidong2011-08-093-2/+55
| |\
| | * Backport 2010-07-03T14:42:[email protected] from trunkChong Yidong2011-07-282-31/+39
| | * * fontset.c (fontset_get_font_group): Add proper type checks.Andreas Schwab2011-07-262-2/+11
| | * Support LC_FUNCTION_STARTS load command on Darwin.YAMAMOTO Mitsuharu2011-07-232-0/+44
| | * Merge fix for Bug#4238 from trunkChong Yidong2011-07-222-5/+8
| | * Suppress address randomization on Darwin. Do not merge into trunk.YAMAMOTO Mitsuharu2011-07-122-1/+6
| * | Improve on previous change in xdisp.c.Eli Zaretskii2011-08-082-1/+11
| * | Speed up bidi redisplay with selective-display.Eli Zaretskii2011-08-082-13/+33
| * | Lisp code shouldn't use set-time-zone-rule except through setenv.Chong Yidong2011-08-082-1/+9
| * | Don't lose extra font info when using the Fontconfig font cache.Chong Yidong2011-08-082-0/+9
| * | * composite.c (autocmp_chars): Don't reset point.Chong Yidong2011-08-072-2/+5
| * | Minor doc fixes. Remove duplicate ChangeLog entries.Juri Linkov2011-08-072-1/+8
* | | Merge from trunk.Paul Eggert2011-08-063-15/+60
|\| |
| * | Really fix bug #9224 with vertical-motion under word-wrap.Eli Zaretskii2011-08-062-6/+14
| * | Fix bug #9254 with crash and cursor positioning under longlines-mode.Eli Zaretskii2011-08-063-9/+46
* | | Merge from trunk.Paul Eggert2011-08-057-72/+131
|\| |
| * | Bug #9224 was fixed together with bug #9221.Eli Zaretskii2011-08-051-1/+1
| * | Make bidi_cache_total_alloc static.Eli Zaretskii2011-08-052-1/+5
| * | Fix bug #9221 with memory leak in bidi display.Eli Zaretskii2011-08-057-63/+110
| |\ \
| | * | Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii2011-08-057-63/+110
| * | | Fix bug #9229 with cursor positioning on display strings.Eli Zaretskii2011-08-052-9/+17
* | | | Merge from trunk.Paul Eggert2011-08-0411-23/+95
|\| | |
| * | | Check for pthread and use it if found.Jan Djärv2011-08-048-20/+33
| * | | * regex.c (re_iswctype): Remove some redundant boolean conversions.Andreas Schwab2011-08-042-2/+7
| * | | Set _NET_WM_WINDOW_OPACITY on outer window manager window also.Jan Djärv2011-08-042-1/+44
| * | | * callproc.c (Fcall_process): Avoid vfork clobberingPaul Eggert2011-08-032-0/+11
* | | | Merge from trunk.Paul Eggert2011-08-034-68/+70
|\| | |
| * | | * src/keymap.c (Fmake_composed_keymap): Move to subr.el.Stefan Monnier2011-08-032-67/+59
| * | | * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLEPaul Eggert2011-08-032-0/+5
| * | | * xdisp.c (compute_display_string_pos): Remove unused local.Paul Eggert2011-08-022-1/+4
| * | | Fix bug #9218 with slow cursor motion and scrolling Org Mode buffers.Eli Zaretskii2011-08-024-64/+70
| * | | * src/keymap.c (Fdefine_key): Fix Lisp_Object/int mixup; apply some CSE.Stefan Monnier2011-08-022-10/+7
| * | | Fix non-prefix key error message when last character M-[char] is translated t...Don March2011-08-022-7/+26
| * | | src/ChangeLog: Fix format.Kenichi Handa2011-08-021-1/+1
| * | | Make uniprop_table non-static.Kenichi Handa2011-08-023-1/+8