aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove references to (default-)direction-reversed.Juanma Barranquero2010-04-212-2/+5
* Warn rather than error when making a local var inside a let.Stefan Monnier2010-04-202-5/+18
* * font.c (syms_of_font): Make the style table vars read-only.Stefan Monnier2010-04-202-0/+10
* * buffer.h (struct buffer): Remove unused var `direction_reversed'.Stefan Monnier2010-04-205-20/+18
* Implement GUI display of R2L lines, fix TTY display of R2L lines.Eli Zaretskii2010-04-207-75/+325
|\
| * Fix R2L paragraph display on TTY.Eli Zaretskii2010-04-203-7/+102
| * Fix cursor positioning at end of R2L line on TTY frames.Eli Zaretskii2010-04-172-2/+7
| * Mirror continuation indicators for R2L lines; fix face extension on TTY.Eli Zaretskii2010-04-174-10/+35
| * Fix two crashes with display of R2L lines in GUI sessions.Eli Zaretskii2010-04-172-5/+19
| * Continue work on R2L paragraphs in GUI sessions.Eli Zaretskii2010-04-172-15/+39
| * Implement cursor on the left fringe for R2L lines.Eli Zaretskii2010-04-106-54/+96
| * Initial implementation of display of R2L paragraphs in GUI sessions.Eli Zaretskii2010-04-102-9/+80
* | gtkutils.c (xg_event_is_for_scrollbar): Check if grabbed widget is a scrollbar.Jan Djärv2010-04-202-2/+7
* | merge trunkKenichi Handa2010-04-2024-1090/+1506
|\ \
| * | Make variable forwarding explicit rather the using special values.Stefan Monnier2010-04-1918-1051/+1301
| * | Cosmetic changes in src/bidi.c.Eli Zaretskii2010-04-192-21/+28
| * | Improve commentary regarding redisplay.Eli Zaretskii2010-04-193-14/+107
| * | Merge from emacs-23Stefan Monnier2010-04-195-5/+54
| |\ \
| | * | * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-192-3/+7
| | * | * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-0/+5
| | * | * nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).Adrian Robert2010-04-131-1/+1
| | * | Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.YAMAMOTO Mitsuharu2010-04-102-0/+23
| | * | frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.YAMAMOTO Mitsuharu2010-04-082-1/+5
| | * | Fix resizing for X and non-Gtk+ build. Bug #5848.Jan Djärv2010-04-073-6/+12
| | * | Fix crash on NextStep terminal (Bug#5837)Chong Yidong2010-04-052-1/+7
| * | | Mention in src/ChangeLog the bug number solved by 2010-04-19T12:12:13Z!eliz@g...Eli Zaretskii2010-04-191-1/+1
| * | | .gdbinit (xsubchartable): New command.Eli Zaretskii2010-04-192-0/+15
* | | | charset.c (char_charset): Consider Vcharset_non_preferred_head only when the ...Kenichi Handa2010-04-202-2/+8
|/ / /
* | | Fix crashes in GC in "emacs -nw".Eli Zaretskii2010-04-192-4/+14
* | | Hash-cons pure data.Stefan Monnier2010-04-182-7/+26
* | | Set USER_POS in hint_flags to work around Cygwin problem.Jan Djärv2010-04-182-1/+14
* | | Fix crash on NextStep terminal (Bug#5837)Chong Yidong2010-04-172-1/+7
* | | Fix a crash when an NSM character is inserted at BEGV.Eli Zaretskii2010-04-172-4/+15
* | | Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.Eli Zaretskii2010-04-162-1/+12
* | | * s/freebsd.h: Restore osreldate.h include.Dan Nicolaescu2010-04-162-0/+7
* | | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.Jan D2010-04-162-6/+5
* | | * s/cygwin.h: Avoid linking against static libgcc.Chong Yidong2010-04-152-0/+12
* | | Add the `scroll-command' property.Juri Linkov2010-04-162-20/+27
* | | * frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.Dan Nicolaescu2010-04-152-3/+1
* | | * xdisp.c (message): Do not use NO_ARG_ARRAY.Dan Nicolaescu2010-04-152-6/+2
* | | * frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.Dan Nicolaescu2010-04-152-1/+5
* | | Reduce cpp use in Makefile.in.Dan Nicolaescu2010-04-142-37/+28
* | | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-142-2/+8
* | | Add variable `scroll-preserve-screen-position-commands'.Juri Linkov2010-04-142-5/+27
* | | Fix so top -10 and left -10 in frame parameters work.Jan Djärv2010-04-132-17/+6
* | | (Fx_create_frame, x_create_tip_frame): Set default border width to zero.Jan Djärv2010-04-132-2/+7
* | | Remove the Arch metafiles.Stefan Monnier2010-04-121-12/+0
* | | (init_tty): Move common text outside of #ifdef TERMINFO.Stefan Monnier2010-04-122-21/+11
* | | Try to solve the problem of spurious EOF chars in long lines of textStefan Monnier2010-04-123-37/+26
* | | Try to detect file modification within the same second.Stefan Monnier2010-04-124-8/+38