aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Turn on bidi-display-reordering by default.Eli Zaretskii2011-07-287-6/+24
* * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.Paul Eggert2011-07-282-1/+9
* admin/MAINTAINERS: Added Bastien Guerry as current maintainer of OrgBastien Guerry2011-07-281-0/+5
* org: don't always refresh the agenda.Bastien Guerry2011-07-282-7/+2
* Merge changes from Org 7.4 to current Org 7.7.Bastien Guerry2011-07-28104-6662/+18433
* Remove org-complete.el.Bastien Guerry2011-07-282-278/+2
* Fix goto-line bug.Jose E. Marchesi2011-07-282-4/+10
* Auto-commit of generated files.Glenn Morris2011-07-282-146/+4
* * 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
* Merge: Integer signedness and overflow and related fixes.Paul Eggert2011-07-2742-695/+652
|\
| * * bidi.c (bidi_dump_cached_states): Merge ptrdiff_t fix.Paul Eggert2011-07-271-1/+1
| * Merge from trunk.Paul Eggert2011-07-2736-501/+2054
| |\ | |/ |/|
* | Silence error message we get in gnutls when the peer hangs upLars Magne Ingebrigtsen2011-07-272-0/+8
* | * GNUmakefile: New file.Paul Eggert2011-07-272-0/+83
* | * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind theMichael Albinus2011-07-272-3/+11
* | Simplify url handling in rcirc-modeLeo Liu2011-07-272-28/+17
* | Fontify bitfield declarations properly.Alan Mackenzie2011-07-264-96/+181
* | icalendar: Take care of multiple vcalendars in a single file.Ulf Jasper2011-07-264-200/+254
* | * 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
| * | src/bidi.c: Backport from trunk a bugfix for bidi_paragraph_init at EOB.Eli Zaretskii2011-07-231-4/+4
* | | * lisp/image.el (insert-image): Clarifying docstring.Deniz Dogan2011-07-252-2/+6
* | | nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.Andrew Cohen2011-07-242-5/+9
* | | * src/xml.c: Fix Lisp_Object/int mixup.Stefan Monnier2011-07-241-2/+2
* | | * net/tramp-sh.el (tramp-barf-unless-okay): Return the value ofMichael Albinus2011-07-242-16/+25
* | | Fix crash at startup under XASSERTS.Eli Zaretskii2011-07-242-1/+7
* | | Merge changes made in Gnus trunk.Andrew Cohen2011-07-244-28/+69
* | | * xml.c (parse_region): Remove unused localPaul Eggert2011-07-232-1/+5
* | | Improve and expand the Hebrew input methods.Yair Friedman2011-07-232-39/+850
* | | doc/lispref/display.texi (Bidirectional Display): New section.Eli Zaretskii2011-07-232-0/+134
* | | Fix compilation with GLYPH_DEBUG.Eli Zaretskii2011-07-232-1/+4
* | | src/xdisp.c: Fix a typo in a comment.Eli Zaretskii2011-07-231-1/+1
* | | Fix pos-visible-in-window-p under bidi redisplay.Eli Zaretskii2011-07-232-3/+48
|\| |
| * | Fix pos-visible-in-window-p under bidi redisplay when lines are truncated.Eli Zaretskii2011-07-232-4/+62
* | | Fix title and toolbar not shown in OSX 10.7.Jan Djärv2011-07-232-0/+8
* | | Speed up keyboard auto-repeat cursor motion under bidi redisplay.Eli Zaretskii2011-07-232-24/+137
|\| |
| * | Fix previous change that broke faces in bidirectional text.Eli Zaretskii2011-07-222-21/+70
| * | Speed up cursor motion in large fontified buffers.Eli Zaretskii2011-07-192-27/+61
| * | Fix a terrible slowdown in large fully fontified buffers.Eli Zaretskii2011-07-162-1/+38
* | | Fix bug #9149 with mouse highlight of empty lines.Eli Zaretskii2011-07-222-2/+7
* | | Prevent cc-langs.elc being loaded at run time.Alan Mackenzie2011-07-223-8/+13
* | | * net/tramp.el (tramp-file-name-handler): Avoid recursiveMichael Albinus2011-07-222-1/+16
* | | Fix --reverse-video on ttys.Chong Yidong2011-07-222-5/+8
* | | Doc fix for string-to-char (Bug#6576).Chong Yidong2011-07-212-6/+6
* | | Fix size adjustment calls in display-buffer subroutines.Martin Rudalics2011-07-212-16/+53