aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | Fix incorrect comment.Paul Eggert2011-07-191-3/+3
| * | | | | | | | | | | | | | | | | | | | | Use ptrdiff_t for composition IDs.Paul Eggert2011-07-197-18/+33
| * | | | | | | | | | | | | | | | | | | | | Merge from intsign.Paul Eggert2011-07-195-20/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunk.Paul Eggert2011-07-187-53/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | Use ptrdiff_t for hash table indexes.Paul Eggert2011-07-1811-21/+36
| * | | | | | | | | | | | | | | | | | | | | | | * charset.c (Fdefine_charset_internal): Check for integer overflow.Paul Eggert2011-07-182-3/+21
| * | | | | | | | | | | | | | | | | | | | | | | Don't assume that stated character widths fit in int.Paul Eggert2011-07-184-8/+28
| * | | | | | | | | | | | | | | | | | | | | | | Don't assume that tab-width fits in int.Paul Eggert2011-07-184-20/+26
| * | | | | | | | | | | | | | | | | | | | | | | * fileio.c: Integer overflow issues with file modes.Paul Eggert2011-07-182-3/+6
| * | | | | | | | | | | | | | | | | | | | | | | * charset.c (read_hex): New arg OVERFLOW. All uses changed.Paul Eggert2011-07-172-15/+26
| * | | | | | | | | | | | | | | | | | | | | | | * xterm.c: don't go over XClientMessageEvent limitPaul Eggert2011-07-172-7/+17
| * | | | | | | | | | | | | | | | | | | | | | | * keyboard.c: Overflow, signedness and related fixes.Paul Eggert2011-07-162-10/+24
| * | | | | | | | | | | | | | | | | | | | | | | Merge from trunk.Paul Eggert2011-07-162-1/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunk.Paul Eggert2011-07-168-24/+105
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Overflow, signedness and related fixes for images.Paul Eggert2011-07-167-94/+160
* | | | | | | | | | | | | | | | | | | | | | | | | | upstreamJoakim Verona2011-08-257-37/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.Chong Yidong2011-08-242-22/+16
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix cursor movement in R2L text within L2R paragraphs.Eli Zaretskii2011-08-242-6/+28
| * | | | | | | | | | | | | | | | | | | | | | | | Fix current-bidi-paragraph-direction and its doc.Eli Zaretskii2011-08-242-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | Minor changes in bidi.c.Eli Zaretskii2011-08-242-3/+10
| * | | | | | | | | | | | | | | | | | | | | | | | * lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signalsStefan Monnier2011-08-231-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.Eli Zaretskii2011-08-232-2/+11
| * | | | | | | | | | | | | | | | | | | | | | | | * src/nsfont.m (ns_otf_to_script): Fix typo.Chong Yidong2011-08-232-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | merge trunkKenichi Handa2011-08-236-40/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix default values of character properties.Kenichi Handa2011-08-232-2/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | socket argsJoakim Verona2011-08-251-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | upstreamJoakim Verona2011-08-232-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix bug #8874 with recentering and header line under scroll-conservatively.Eli Zaretskii2011-08-232-1/+5
* | | | | | | | | | | | | | | | | | | | | | | | | upstreamJoakim Verona2011-08-234-11/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Fix crashes with completion and composed characters.Eli Zaretskii2011-08-232-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | | Fix pos-visible-in-window-p for zero-column composed character.Eli Zaretskii2011-08-232-0/+8
| * | | | | | | | | | | | | | | | | | | | | | | | * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.Stefan Monnier2011-08-222-10/+15
* | | | | | | | | | | | | | | | | | | | | | | | | upstreamJoakim Verona2011-08-222-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Fix vertical cursor motion under bidi on auto-composed characters.Eli Zaretskii2011-08-222-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ upstreamJoakim Verona2011-08-223-25/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix animated gif segfault and frame clearing bug.Chong Yidong2011-08-212-25/+35
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | upstreamJoakim Verona2011-08-212-2/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | * eval.c (Fcondition_case): Document `debug' symbol in error handler.Chong Yidong2011-08-202-2/+7
| * | | | | | | | | | | | | | | | | | | | | | | | * src/eval.c (Fsignal): Handle `debug' symbol in error handler.Chong Yidong2011-08-202-0/+8
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | upstreamJoakim Verona2011-08-203-9/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Avoid a crash in mouse-highlight of Speedbar frames.Eli Zaretskii2011-08-192-3/+16
| * | | | | | | | | | | | | | | | | | | | | | | Fix bidi cursor motion when a line begins with a composed character.Eli Zaretskii2011-08-192-6/+20
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | upstreamJoakim Verona2011-08-195-54/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Protect the bidi iterator against zero bidi properties.Eli Zaretskii2011-08-182-0/+6
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fix bidi reordering around TAB characters covered by display properties.Eli Zaretskii2011-08-182-3/+10
| * | | | | | | | | | | | | | | | | | | | | * src/process.c (Fnetwork_interface_list): Correctly determine bufferAndreas Schwab2011-08-182-22/+46
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Remove aborts from internal_condition_case*.Chong Yidong2011-08-172-29/+7
* | | | | | | | | | | | | | | | | | | | | minor docsJoakim Verona2011-08-191-2/+8
* | | | | | | | | | | | | | | | | | | | | first version ever with keyboard-send that doesnt crash and even propagates e...Joakim Verona2011-08-171-9/+13
* | | | | | | | | | | | | | | | | | | | | some keyboard event code but it still crashes and now im more fed upJoakim Verona2011-08-171-3/+5