aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from emacs-23 branchChong Yidong2011-08-302-0/+10
|\
| * Fix syntax scanning bug causing fontification crashes.Chong Yidong2011-08-302-0/+10
| * Fix implicit declaration of kbd_on_hold_pAndreas Schwab2011-08-192-0/+5
* | src/image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.Eli Zaretskii2011-08-302-1/+4
* | Fix bug #9402 with :align-to on TTY frames.Eli Zaretskii2011-08-304-115/+96
* | * image.c (parse_image_spec): Check for nonnegative, not for positive,Paul Eggert2011-08-282-15/+23
* | * src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks.Johan Bockgård2011-08-282-5/+10
* | Fix vertical cursor motion from start of R2L lines in L2R paragraphs.Eli Zaretskii2011-08-272-3/+33
* | src/bidi.c: Rearrange commentary to bidi_fetch_char.Eli Zaretskii2011-08-271-7/+6
* | * ccl.c: Improve and simplify overflow checking (Bug#9196).Paul Eggert2011-08-272-22/+20
* | src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.Juanma Barranquero2011-08-272-0/+5
* | Merge from trunk.Paul Eggert2011-08-262-2/+15
|\ \
| * | Fix bug #9324 with unwarranted repositioning of point.Eli Zaretskii2011-08-262-1/+14
* | | Merge from trunk.Paul Eggert2011-08-255-81/+158
|\ \ \ | |/ /
| * | Fix last change for text terminals.Eli Zaretskii2011-08-252-1/+4
| * | Fix cursor motion with long continued lines near window bottom.Eli Zaretskii2011-08-252-5/+27
| * | Handle `(space ...)' display spec as paragraph separator.Eli Zaretskii2011-08-254-53/+111
| * | Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.Chong Yidong2011-08-242-22/+16
* | | Merge from trunk.Paul Eggert2011-08-2410-56/+165
|\ \ \ | |/ /
| * | 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 bug #8874 with recentering and header line under scroll-conservatively.Eli Zaretskii2011-08-232-1/+5
| | * | 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
| | * | Fix vertical cursor motion under bidi on auto-composed characters.Eli Zaretskii2011-08-222-1/+12
| | * | Fix animated gif segfault and frame clearing bug.Chong Yidong2011-08-212-25/+35
| | * | * 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
| * | | Fix default values of character properties.Kenichi Handa2011-08-232-2/+5
| |/ /
* | | Merge from trunk.Paul Eggert2011-08-193-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
* | | * bidi.c (bidi_cache_shrink): update size after reallocPaul Eggert2011-08-182-2/+3
* | | Fix comment.Paul Eggert2011-08-181-1/+1
* | | Merge from trunk.Paul Eggert2011-08-182-1/+7
|\ \ \ | |/ /
| * | Protect the bidi iterator against zero bidi properties.Eli Zaretskii2011-08-182-0/+6
* | | Merge from trunk.Paul Eggert2011-08-183-22/+32
|\ \ \ | |/ /
| * | 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
* | | Merge from trunk.Paul Eggert2011-08-184-33/+48
|\ \ \ | |/ /
| * | Remove aborts from internal_condition_case*.Chong Yidong2011-08-172-29/+7
| * | Fix bug #9311 with loading on MS-Windows .elc files in root directories.Eli Zaretskii2011-08-172-2/+31
| * | * src/gmalloc.c: Expand comment.Ken Brown2011-08-162-1/+9
* | | * doc.c (get_doc_string): Rework so thatPaul Eggert2011-08-182-3/+8