aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge upstreamJoakim Verona2011-07-204-16/+43
|\
| * Port to OpenBSD.Paul Eggert2011-07-194-16/+43
* | merge upstreamJoakim Verona2011-07-202-4/+8
|\ \ | |/
| * * lread.c (syms_of_lread): Clarify when `lexical-binding' is usedLars Magne Ingebrigtsen2011-07-192-4/+8
* | webkit back functionJoakim Verona2011-07-196-23/+62
|\ \ | |/
| * * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask.Paul Eggert2011-07-182-4/+17
| * * alloc.c (valid_pointer_p): Use pipe, not open.Paul Eggert2011-07-182-5/+8
| * * fileio.c (Fcopy_file): Adjust mode if fchown fails. (Bug#9002)Paul Eggert2011-07-182-4/+21
| * * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier2011-07-174-10/+16
* | support for disabling plugins(flash is undesirable) in webkitJoakim Verona2011-07-181-1/+16
* | cleanup xv init test, and introduce PVEC_XWIDGETJoakim Verona2011-07-184-14/+25
* | cleanupsJoakim Verona2011-07-1811-151/+96
* | merge upstreamJoakim Verona2011-07-177-40/+133
|\ \ | |/
| * Fix last changeAndreas Schwab2011-07-171-1/+1
| * Make read-symbol-positions-list more accurateAndreas Schwab2011-07-172-26/+17
| * * src/lread.c (read1): Read `#:' as empty uninterned symbol if noAndreas Schwab2011-07-172-1/+19
| * * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)Paul Eggert2011-07-162-1/+11
| * src/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c (followup to bug#9059).Juanma Barranquero2011-07-172-1/+6
| * Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen2011-07-172-8/+11
| * * fileio.c (Fcopy_file): Don't diagnose fchown failures.Paul Eggert2011-07-162-2/+6
| * Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.cLars Magne Ingebrigtsen2011-07-162-1/+6
| * Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-152-0/+21
| * * src/doc.c (Fsubstitute_command_keys): Revert last change.Andreas Schwab2011-07-152-2/+6
| * Clarify that \= only quotes the next characterLars Magne Ingebrigtsen2011-07-152-2/+6
| * `lexical-binding' doc clarificationLars Magne Ingebrigtsen2011-07-152-3/+11
| * Fix vertical cursor motion in Speedbar frames under bidi display.Eli Zaretskii2011-07-152-1/+21
* | some attempts at real-world usefulnessJoakim Verona2011-07-172-5/+40
* | better resize that supports webkit-osr. also size-requisition that returns de...Joakim Verona2011-07-161-11/+36
* | more webkit stuff. bugfixJoakim Verona2011-07-152-3/+7
* | merge from upstreamJoakim Verona2011-07-1568-1742/+4240
|\ \ | |/
| * 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