Fri, 23 Apr 2010 18:05:23 +0300 |
Eli Zaretskii |
Support `display' text properties and overlays.
|
Fri, 23 Apr 2010 02:06:43 -0700 |
Dan Nicolaescu |
(LD_SWITCH_SYSTEM_TEMACS): Remove #undef.
|
Fri, 23 Apr 2010 00:37:42 -0700 |
Dan Nicolaescu |
* s/netbsd.h (LD_SWITCH_SYSTEM_TEMACS): Remove, configure sets nocombreloc.
|
Fri, 23 Apr 2010 00:21:18 -0700 |
Dan Nicolaescu |
Simplify STARTFILES definition.
|
Fri, 23 Apr 2010 00:00:38 -0700 |
Dan Nicolaescu |
Clean up Solaris code.
|
Thu, 22 Apr 2010 19:23:18 +0200 |
Jan D. |
Fix Bug#6001.
|
Wed, 21 Apr 2010 12:32:54 -0700 |
Dan Nicolaescu |
Clean up HP-UX files.
|
Wed, 21 Apr 2010 20:25:13 +0200 |
Jan D. |
* xsettings.c: Move misplaced HAVE_GCONF
|
Wed, 21 Apr 2010 20:59:39 +0300 |
Eli Zaretskii |
Fix bug #5992.
|
Tue, 20 Apr 2010 20:52:07 +0200 |
Jan D. |
Gtk tool bars can be text, icons with text or just icons.
|
Wed, 21 Apr 2010 18:13:55 +0200 |
Jan D. |
Declarations before code (Bug#5993).
|
Tue, 20 Apr 2010 23:40:18 -0700 |
Glenn Morris |
* src/ChangeLog: Remove merged duplicate entry.
|
Tue, 20 Apr 2010 23:35:35 -0700 |
Glenn Morris |
Remove some more cpp in favor of autoconf.
|
Tue, 20 Apr 2010 22:47:56 -0700 |
Dan Nicolaescu |
Remove NOMULTIPLEJOBS, unused.
|
Tue, 20 Apr 2010 22:33:24 -0700 |
Dan Nicolaescu |
Simplify LD_SWITCH_SYSTEM_TEMACS usage.
|
Tue, 20 Apr 2010 20:33:04 -0700 |
Glenn Morris |
Remove LIBSELINUX_LIBS need for cpp in Makefiles.
|
Tue, 20 Apr 2010 20:02:58 -0700 |
Glenn Morris |
Add SELinux support.
|
Wed, 21 Apr 2010 02:49:40 +0200 |
Juanma Barranquero |
Fix typos and spacing.
|
Wed, 21 Apr 2010 02:17:02 +0200 |
Juanma Barranquero |
Don't depend on cm.c or termcap.c on Windows, use stubs.
|
Wed, 21 Apr 2010 01:05:30 +0200 |
Juanma Barranquero |
Remove references to (default-)direction-reversed.
|
Tue, 20 Apr 2010 13:35:16 -0400 |
Stefan Monnier |
Warn rather than error when making a local var inside a let.
|
Tue, 20 Apr 2010 13:17:29 -0400 |
Stefan Monnier |
* font.c (syms_of_font): Make the style table vars read-only.
|
Tue, 20 Apr 2010 13:01:39 -0400 |
Stefan Monnier |
* buffer.h (struct buffer): Remove unused var `direction_reversed'.
|
Tue, 20 Apr 2010 16:31:28 +0300 |
Eli Zaretskii |
Implement GUI display of R2L lines, fix TTY display of R2L lines.
|
Tue, 20 Apr 2010 13:38:30 +0200 |
Jan D. |
gtkutils.c (xg_event_is_for_scrollbar): Check if grabbed widget is a scrollbar.
|
Tue, 20 Apr 2010 16:08:35 +0300 |
Eli Zaretskii |
Fix R2L paragraph display on TTY.
|
Sat, 17 Apr 2010 19:02:18 +0300 |
Eli Zaretskii |
Fix cursor positioning at end of R2L line on TTY frames.
|
Sat, 17 Apr 2010 15:33:05 +0300 |
Eli Zaretskii |
Mirror continuation indicators for R2L lines; fix face extension on TTY.
|
Sat, 17 Apr 2010 13:29:40 +0300 |
Eli Zaretskii |
Fix two crashes with display of R2L lines in GUI sessions.
|
Sat, 17 Apr 2010 12:46:44 +0300 |
Eli Zaretskii |
Continue work on R2L paragraphs in GUI sessions.
|
Sat, 10 Apr 2010 19:28:30 +0300 |
Eli Zaretskii |
Implement cursor on the left fringe for R2L lines.
|
Sat, 10 Apr 2010 15:40:35 +0300 |
Eli Zaretskii |
Initial implementation of display of R2L paragraphs in GUI sessions.
|
Tue, 20 Apr 2010 16:26:02 +0900 |
Kenichi Handa |
merge trunk
|
Tue, 20 Apr 2010 15:30:26 +0900 |
Kenichi Handa |
charset.c (char_charset): Consider Vcharset_non_preferred_head only when the arg CHARSET_LIST is nil.
|
Mon, 19 Apr 2010 21:50:52 -0400 |
Stefan Monnier |
Make variable forwarding explicit rather the using special values.
|
Mon, 19 Apr 2010 19:22:55 +0300 |
Eli Zaretskii |
Cosmetic changes in src/bidi.c.
|
Mon, 19 Apr 2010 11:07:52 -0400 |
Stefan Monnier |
Merge from emacs-23
|
Mon, 19 Apr 2010 05:06:29 +0200 |
Juanma Barranquero |
* dired.c (Ffile_attributes): Fix typo in docstring.
|
Tue, 13 Apr 2010 11:56:08 +0300 |
Adrian Robert |
* nsmenu.m (EmacsDialog-runDialogAt:): Declare ret as NSInteger (Bug#5811).
|
Sat, 10 Apr 2010 19:31:01 +0900 |
YAMAMOTO Mitsuharu |
Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819.
|
Thu, 08 Apr 2010 09:43:57 +0900 |
YAMAMOTO Mitsuharu |
frame.h (FRAME_LINE_TO_PIXEL_Y): Add missing parenthesis.
|
Wed, 07 Apr 2010 18:34:31 +0200 |
Jan D. |
Fix resizing for X and non-Gtk+ build. Bug #5848.
|
Mon, 05 Apr 2010 11:46:29 -0400 |
Chong Yidong |
Fix crash on NextStep terminal (Bug#5837)
|
Mon, 19 Apr 2010 16:17:44 +0300 |
Eli Zaretskii |
Mention in src/ChangeLog the bug number solved by revno 99937.
|
Mon, 19 Apr 2010 16:05:35 +0300 |
Eli Zaretskii |
.gdbinit (xsubchartable): New command.
|
Mon, 19 Apr 2010 15:12:13 +0300 |
Eli Zaretskii |
Fix crashes in GC in "emacs -nw".
|
Sun, 18 Apr 2010 17:49:33 -0400 |
Stefan Monnier |
Hash-cons pure data.
|
Sun, 18 Apr 2010 13:24:59 +0200 |
Jan D. |
Set USER_POS in hint_flags to work around Cygwin problem.
|
Sat, 17 Apr 2010 11:53:55 -0400 |
Chong Yidong |
Fix crash on NextStep terminal (Bug#5837)
|
Sat, 17 Apr 2010 16:34:23 +0300 |
Eli Zaretskii |
Fix a crash when an NSM character is inserted at BEGV.
|
Fri, 16 Apr 2010 23:37:59 +0300 |
Eli Zaretskii |
Fix bug #5943: C-e in a truncated line doesn't auto-hscroll.
|
Fri, 16 Apr 2010 10:22:12 -0700 |
Dan Nicolaescu |
* s/freebsd.h: Restore osreldate.h include.
|
Fri, 16 Apr 2010 19:05:20 +0200 |
Jan D |
* xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.
|
Thu, 15 Apr 2010 21:00:45 -0400 |
Chong Yidong |
* s/cygwin.h: Avoid linking against static libgcc.
|
Fri, 16 Apr 2010 02:51:12 +0300 |
Juri Linkov |
Add the `scroll-command' property.
|
Thu, 15 Apr 2010 14:52:27 -0700 |
Dan Nicolaescu |
* frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.
|
Thu, 15 Apr 2010 11:24:00 -0700 |
Dan Nicolaescu |
* xdisp.c (message): Do not use NO_ARG_ARRAY.
|
Thu, 15 Apr 2010 11:19:00 -0700 |
Dan Nicolaescu |
* frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma expression.
|
Wed, 14 Apr 2010 08:36:25 -0700 |
Dan Nicolaescu |
Reduce cpp use in Makefile.in.
|
Wed, 14 Apr 2010 03:33:32 +0300 |
Juri Linkov |
Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.
|