summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* `lexical-binding' doc clarificationLars Magne Ingebrigtsen2011-07-15
* * variables.texi (Lexical Binding): Mention `defcustom'.Lars Magne Ingebrigtsen2011-07-15
* Fix vertical cursor motion in Speedbar frames under bidi display.Eli Zaretskii2011-07-15
* Fix pop-to-buffer call in switch-to-buffer.Martin Rudalics2011-07-15
* No need for ChangeLog entry about quickly reverted change.Glenn Morris2011-07-14
* * lisp/emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)Glenn Morris2011-07-14
* * admin/notes/bugtracker: How to add new tags.Glenn Morris2011-07-14
* lisp/gnus/ChangeLog (2011-07-14): Fix function name.Katsumi Yamaoka2011-07-14
* Fix minor problems found by static checking.Paul Eggert2011-07-14
* * indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert2011-07-14
* * xdisp.c (reseat_to_string): Fix pointer signedness issue.Paul Eggert2011-07-14
* * data.c (Fcdr, Fcar): Revert the last change, since it didn't really clarify...Lars Magne Ingebrigtsen2011-07-14
* Mention `case-fold-search' in all the re_search_* functionsLars Magne Ingebrigtsen2011-07-14
* Manual fix for the dribble fileLars Magne Ingebrigtsen2011-07-14
* * keyboard.c (Fopen_dribble_file): Document when the file is closed.Lars Magne Ingebrigtsen2011-07-14
* * data.c (car, cdr): add functionality hints to documentation.Adam Sjøgren2011-07-14
* * man.el (Man-fontify-manpage): Fix message when formatting the man page.Lars Magne Ingebrigtsen2011-07-14
* Fix format conversion in bidi.c.Eli Zaretskii2011-07-14
* Only output the man page name on failuresLars Magne Ingebrigtsen2011-07-14
* Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-14
|\
| * Fix declarations of variables related to bidi cache indices.Eli Zaretskii2011-07-14
| * src/bidi.c: Fix type of a variable revealed on x86_64.Eli Zaretskii2011-07-09
| * Update commentary on bidi.c.Eli Zaretskii2011-07-09
| * Remove from etc/NEWS the warning about display strings not being reordered.Eli Zaretskii2011-07-09
| * Fix various problems with cursor positioning around display properties.Eli Zaretskii2011-07-09
| * Fix another bug with cursor motion around display properties.Eli Zaretskii2011-07-07
| * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-05
| * Save and restore bidi cache when saving and restoring the iterator.Eli Zaretskii2011-07-03
| * Start fixing cursor motion around invisible text.Eli Zaretskii2011-07-02
| * Fix the use case of popping from display property.Eli Zaretskii2011-07-02
| * Support bidi reordering of unibyte strings. Fix crash displaying "All" in mo...Eli Zaretskii2011-07-01
| * Fix typos in comments. Use xassert.Eli Zaretskii2011-07-01
| * Initial version of display/overlay strings is working.Eli Zaretskii2011-06-25
| * Set up the bidi iterator for iterating display strings and overlay strings.Eli Zaretskii2011-06-25
| * Added to bidi.c support functions for reordering display strings.Eli Zaretskii2011-06-23
| * Rearrange bidi.c and add leading comments for each part.Eli Zaretskii2011-06-23
| * Fix display of R2L buffer names in Buffer-menu.Eli Zaretskii2011-06-19
| * Add comments for forced L2R directions of menu bar and tool bar.Eli Zaretskii2011-06-18
| * Fix a gratuitous crash in emacs -nw with iso-safe terminal encoding.Eli Zaretskii2011-06-18
| * Tried and abandoned idea of displaying mode line and tool/menu-bars R2L.Eli Zaretskii2011-06-18
| * Refactor getting the first element into a separate function.Eli Zaretskii2011-06-18
| * Fix box face decision for BEFORE_P case.Eli Zaretskii2011-06-18
| * Fix the decision about box_face in mode line for reordered text.Eli Zaretskii2011-06-18
| * Fix display of R2L strings in mode line.Eli Zaretskii2011-06-16
| * Fix string handling to avoid data relocation gotcha.Eli Zaretskii2011-06-13
| * Fixed a bug with displaying strings padded with blanks.Eli Zaretskii2011-06-11
| * Initial version of string reordering. Tested only on mode line andEli Zaretskii2011-06-11
| * Only commentary changes, no functionality changed.Eli Zaretskii2011-06-11
| * Tested and fixed compute_display_string_pos for buffer iteration.Eli Zaretskii2011-06-10
| * Adapt compute_display_string_pos to iteration over strings.Eli Zaretskii2011-06-09