aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* | 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
* | * 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
* | Fix last change for bug#9212.Eli Zaretskii2011-08-011-12/+19
* | Fix bug #9212 with selective-display under bidi.Eli Zaretskii2011-08-012-19/+41
* | src/w32term.c: Fix typos in comments.Juanma Barranquero2011-07-311-7/+9
* | * src/regex.c (re_comp): Protoize.Andreas Schwab2011-07-302-4/+9
* | * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).Paul Eggert2011-07-292-3/+12
* | Implement ## reader macroAndreas Schwab2011-07-283-3/+18
* | Fix for raise display property on NS (Bug#8913).Alp Aker2011-07-283-16/+9
* | Fix display artifacts from ns_dumpglyphs_stretch (Bug#8470).Alp Aker2011-07-282-3/+18
* | Fix tooltip dimensions on NS (Bug#9176).Alp Aker2011-07-282-12/+16
* | Fix image fg and bg colors on NS (Bug#9175).Alp Aker2011-07-282-3/+18
* | Implement strike-through and overline on NextStep (Bug#8863).Alp Aker2011-07-284-63/+195
* | src/buffer.c: Fix last change.Eli Zaretskii2011-07-282-3/+3
* | Turn on bidi-display-reordering by default.Eli Zaretskii2011-07-282-2/+7
* | * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.Paul Eggert2011-07-282-1/+9
* | * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.Paul Eggert2011-07-282-3/+15
* | * regex.c (re_iswctype): Convert return values to boolean.Andreas Schwab2011-07-282-17/+21
* | Fix bug #9184 with org-agenda crashing under bidi redisplay.Eli Zaretskii2011-07-282-1/+8
* | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-07-272-0/+6
* | * bidi.c (bidi_dump_cached_states): Merge ptrdiff_t fix.Paul Eggert2011-07-271-1/+1
* | Merge from trunk.Paul Eggert2011-07-2711-50/+307
|\ \
| * | Silence error message we get in gnutls when the peer hangs upLars Magne Ingebrigtsen2011-07-272-0/+8
| * | * nsmenu.m (ns_popup_dialog): Add an "ok" button if no buttonsJan Djärv2011-07-252-1/+14
| * | * bidi.c (bidi_dump_cached_states): Fix printf format mismatch.Paul Eggert2011-07-252-1/+6
| * | Fix logic of caching display string positions for bidi display.Eli Zaretskii2011-07-252-4/+14
| |\|
| | * Fix cursor motion slowdown at the beginning of buffer.Eli Zaretskii2011-07-242-4/+14