aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix vertical cursor motion in Speedbar frames under bidi display.Eli Zaretskii2011-07-152-1/+21
* No need for ChangeLog entry about quickly reverted change.Glenn Morris2011-07-141-3/+0
* Fix minor problems found by static checking.Paul Eggert2011-07-142-2/+9
* * indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert2011-07-142-1/+2
* * xdisp.c (reseat_to_string): Fix pointer signedness issue.Paul Eggert2011-07-142-1/+5
* * data.c (Fcdr, Fcar): Revert the last change, since it didn't really clarify...Lars Magne Ingebrigtsen2011-07-142-6/+5
* Mention `case-fold-search' in all the re_search_* functionsLars Magne Ingebrigtsen2011-07-142-0/+19
* * keyboard.c (Fopen_dribble_file): Document when the file is closed.Lars Magne Ingebrigtsen2011-07-142-1/+7
* * data.c (car, cdr): add functionality hints to documentation.Adam Sjøgren2011-07-142-2/+6
* Fix format conversion in bidi.c.Eli Zaretskii2011-07-142-1/+4
* Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-148-606/+1971
|\
| * Fix declarations of variables related to bidi cache indices.Eli Zaretskii2011-07-142-10/+18
| * src/bidi.c: Fix type of a variable revealed on x86_64.Eli Zaretskii2011-07-092-2/+5
| * Update commentary on bidi.c.Eli Zaretskii2011-07-091-1/+6
| * Fix various problems with cursor positioning around display properties.Eli Zaretskii2011-07-092-14/+60
| * Fix another bug with cursor motion around display properties.Eli Zaretskii2011-07-072-5/+11
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-056-11/+67
| * Save and restore bidi cache when saving and restoring the iterator.Eli Zaretskii2011-07-034-45/+204
| * Start fixing cursor motion around invisible text.Eli Zaretskii2011-07-023-3/+20
| * Fix the use case of popping from display property.Eli Zaretskii2011-07-023-15/+60
| * Support bidi reordering of unibyte strings. Fix crash displaying "All" in mo...Eli Zaretskii2011-07-014-72/+102
| * Fix typos in comments. Use xassert.Eli Zaretskii2011-07-011-8/+6
| * Initial version of display/overlay strings is working.Eli Zaretskii2011-06-254-6/+23
| * Set up the bidi iterator for iterating display strings and overlay strings.Eli Zaretskii2011-06-254-38/+214
| * Added to bidi.c support functions for reordering display strings.Eli Zaretskii2011-06-233-26/+105
| * Rearrange bidi.c and add leading comments for each part.Eli Zaretskii2011-06-231-195/+224
| * Add comments for forced L2R directions of menu bar and tool bar.Eli Zaretskii2011-06-183-1/+31
| * Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding.Eli Zaretskii2011-06-182-0/+5
| * Tried and abandoned idea of displaying mode line and tool/menu-bars R2L.Eli Zaretskii2011-06-183-11/+17
| * Refactor getting the first element into a separate function.Eli Zaretskii2011-06-182-141/+108
| * Fix box face decision for BEFORE_P case.Eli Zaretskii2011-06-182-8/+46
| * Fix the decision about box_face in mode line for reordered text.Eli Zaretskii2011-06-182-24/+129
| * Fix display of R2L strings in mode line.Eli Zaretskii2011-06-163-11/+26
| * Fix string handling to avoid data relocation gotcha.Eli Zaretskii2011-06-133-25/+73
| * Fixed a bug with displaying strings padded with blanks.Eli Zaretskii2011-06-112-2/+18
| * Initial version of string reordering. Tested only on mode line andEli Zaretskii2011-06-112-66/+329
| * Only commentary changes, no functionality changed.Eli Zaretskii2011-06-112-2/+14
| * Tested and fixed compute_display_string_pos for buffer iteration.Eli Zaretskii2011-06-102-5/+16
| * Adapt compute_display_string_pos to iteration over strings.Eli Zaretskii2011-06-094-36/+77
| * Add code to initialize bidi iterator for displaying strings.Eli Zaretskii2011-06-094-33/+95
| * Tested with buffer reordering, fixed one crash.Eli Zaretskii2011-06-092-0/+6
| * Started work on string reordering. Just compiled, not yet tested.Eli Zaretskii2011-06-084-122/+312
| * Fix declaration in bidi_level_of_next_char.Eli Zaretskii2011-06-042-1/+5
* | Mention that `delete-region' doesn't alter the kill ring.Lars Magne Ingebrigtsen2011-07-141-1/+2
* | * editfns.c (Fdelete_region): Clarify the use of the named parameters.Lars Magne Ingebrigtsen2011-07-142-4/+7
* | Fix bugs in vertical-motion and display-buffer-normalize-special.Martin Rudalics2011-07-142-3/+16
* | Fix typos.Juanma Barranquero2011-07-141-1/+1
* | Fstring_to_char doc clarificationLars Magne Ingebrigtsen2011-07-142-2/+11
* | src/gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).Juanma Barranquero2011-07-132-7/+16
* | src/buffer.c (mmap_find): Fix a typo.Eli Zaretskii2011-07-132-1/+5