aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix dates in ChangeLog entries.Juanma Barranquero2010-11-011-12/+10
* merge trunkKenichi Handa2010-11-0110-66/+136
|\
| * * src/xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Fix merge, maybe.Glenn Morris2010-10-312-1/+2
| * Fix bug#7299; default value of tool-bar-mode in without-x builds.Glenn Morris2010-10-312-0/+9
| * Merge changes from emacs-23 branchChong Yidong2010-10-313-36/+57
| |\
| | * Print informative error message when aborting on GTK disconnect.Chong Yidong2010-10-302-37/+39
| | * Document GTK Emacs kill on display close in PROBLEMS.Chong Yidong2010-10-251-1/+7
| | * * dbusbind.c (Fdbus_call_method_asynchronously)Michael Albinus2010-10-252-0/+18
| * | Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms.Eli Zaretskii2010-10-293-4/+11
| * | Sync docs of some X, W32, NS C functions.Glenn Morris2010-10-294-20/+30
| * | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-283-6/+28
* | | w32term.c (x_draw_glyphless_glyph_string_foreground): Fix the arg with_backgr...Kenichi Handa2010-11-012-7/+11
* | | Handle glyphless characters on tty.Kenichi Handa2010-11-016-13/+215
* | | w32gui.h (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): Surround chp by paren...Kenichi Handa2010-10-292-3/+8
* | | Implement various display methods for glyphless characters.Kenichi Handa2010-10-296-25/+702
|/ /
* | * src/eval.c (init_eval_once): Set max_lisp_eval_depth to 600.Juanma Barranquero2010-10-272-1/+6
* | cmds.c: (internal_self_insert): Don't insert for negative arguments.Eli Zaretskii2010-10-262-2/+2
* | Fix bug #7281.Eli Zaretskii2010-10-262-2/+7
* | * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).Jan D2010-10-262-0/+6
* | Document GTK Emacs kill on display close in PROBLEMS.Chong Yidong2010-10-251-1/+7
* | Move ns-win.el's rather wacky menu adjustments to menu-bar.el.Glenn Morris2010-10-242-2/+5
* | Sync docs of some W32 and X C functions.Glenn Morris2010-10-243-39/+81
* | Merge changes from emacs-23 branch.Chong Yidong2010-10-245-25/+58
|\ \
| * \ Merge changes from emacs-23Chong Yidong2010-10-245-25/+58
| |\ \ |/ / / | | _
| * * xterm.c (x_connection_closed): Kill Emacs unconditionally.Chong Yidong2010-10-242-9/+10
| * Fix typos.Juanma Barranquero2010-10-231-3/+3
| * src/frame.c: Fix previous change.Juanma Barranquero2010-10-221-2/+0
| * Document values of window-system and deprecate its use as predicate.Eli Zaretskii2010-10-223-11/+45
* | * emacs.c (argmatch): Don't treat "--" as "--chdir".Jim Meyering2010-10-242-7/+12
* | Sync docs of selection-coding-system between C and Lisp.Glenn Morris2010-10-233-10/+61
* | Sync Lisp and C docs of next-selection-coding-system.Glenn Morris2010-10-233-15/+17
* | Remove duplicate definition of tty-defined-color-alist.Glenn Morris2010-10-232-5/+9
* | Sync X and MS-Windows docs for x-use-underline-position-properties.Glenn Morris2010-10-232-1/+6
* | Sync X and MS-Windows docs of x-toolkit-scroll-bars.Glenn Morris2010-10-233-14/+23
* | * src/frame.c (syms_of_frame) <menu-bar-mode>: Sync doc with Lisp.Glenn Morris2010-10-232-5/+10
* | * src/xdisp.c (syms_of_xdisp) <hourglass-delay>: Sync doc with Lisp.Glenn Morris2010-10-232-3/+2
* | * src/xdisp.c (syms_of_xdisp) <display-hourglass>: Sync doc with Lisp.Glenn Morris2010-10-232-2/+5
* | Sync docs of cursor-in-non-selected-windows between Lisp and C.Glenn Morris2010-10-232-9/+12
* | Sync docs of C and Lisp version of auto-hscroll-mode.Glenn Morris2010-10-232-10/+13
* | src/ChangeLog: Revert inadvertent change of entry date.Eli Zaretskii2010-10-231-1/+1
* | Implement mouse highlight for bidi-reordered lines.Eli Zaretskii2010-10-232-231/+754
|\ \
| * | Fix support for R2L lines. Tested with reordered text.Eli Zaretskii2010-10-232-34/+59
| * | The range [STARTPOS..ENDPOS] is inclusive in strings.Eli Zaretskii2010-10-232-5/+11
| * | Tested with L2R rows and mouse highlight on a single line.Eli Zaretskii2010-10-232-3/+15
| * | Finished work on mouse highlight that comes from display strings.Eli Zaretskii2010-10-162-11/+103
| * | Support bidi-reordered text in mouse-highlighted mode- and header-lines.Eli Zaretskii2010-10-162-47/+79
| * | Start working on mouse highlight of mode- and header-lines.Eli Zaretskii2010-10-162-24/+27
| * | Finished work on mouse_face_from_buffer_pos for bidi-reordered rows.Eli Zaretskii2010-10-092-47/+178
| * | Fix beg_col calculation when painting from window start.Eli Zaretskii2010-10-022-2/+11
| * | Fix mouse highlight in bidi-reordered continued lines.Eli Zaretskii2010-10-022-161/+175