aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore BUFFER_SWITCH_EVENT events for the purposes of input-pending-p.Eli Zaretskii2014-11-012-1/+9
* nsselect.m cleanup, remove unused, declare vars static.Jan Djärv2014-11-012-18/+11
* * lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.Jan Djärv2014-11-012-53/+7
* * font.c (copy_font_spec): Redesign to avoid Fcopy_alistDmitry Antipov2014-10-312-18/+31
* Minor fix in bidi.c:bidi_cache_reset_to.Eli Zaretskii2014-10-302-6/+12
* * fontset.c (toplevel): Adjust comment to match 2014-06-19 change.Dmitry Antipov2014-10-302-15/+13
* * xfaces.c (Finternal_set_lisp_face_attribute): Don't try to realizeDmitry Antipov2014-10-302-3/+8
* Merge from emacs-24; up to 117634Glenn Morris2014-10-293-3/+12
|\
| * Fix bug #18873 with non-ASCII characters in user's HOME directory.Eli Zaretskii2014-10-282-2/+7
| * Fix bug #18839 with incorrect image size returned by posn-at-point.Eli Zaretskii2014-10-262-1/+7
| * * xdisp.c (erase_phys_cursor): Fix confusion between window-relative and text...YAMAMOTO Mitsuharu2014-10-222-5/+9
| * * xdisp.c (draw_glyphs): Set clipping to highlight boundaries. [Backport]YAMAMOTO Mitsuharu2014-10-222-4/+17
| * * src/minibuf.c (history-length): Increase default from 30 to 100.Glenn Morris2014-10-202-3/+7
* | xml.c:parse_region: Do not forget the first document child.Ulf Jasper2014-10-282-1/+5
* | * nsselect.m: pasteboard_changecount is new.Jan Djärv2014-10-252-11/+67
* | Fix bug #18745 with invoking Windows batch files with embedded whitespace.Noam Postavsky2014-10-252-0/+15
* | A possible fix for bug #18815 with assertion violations in bidi.c.Eli Zaretskii2014-10-242-6/+22
* | Improve mouse dragging of frame edges.Martin Rudalics2014-10-243-3/+32
* | Fix some doc-strings in frame.c (Bug#18789).Martin Rudalics2014-10-232-11/+30
* | * Makefile.in (ACLOCAL_INPUTS): Omit unnecessary use of 'wildcard'.Paul Eggert2014-10-222-1/+5
* | Fix bug #18778 with slow redisplay of bracketed L2R text with long lines.Eli Zaretskii2014-10-222-20/+135
* | Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-214-60/+51
* | Handle wrapped menu bar lines when resizing frames with Windows API.Martin Rudalics2014-10-213-0/+75
* | Merge from emacs-24Stefan Monnier2014-10-202-12/+25
|\ \ | |/
| * * src/xdisp.c (redisplay_window): Re-run pre-redisplay-function after weStefan Monnier2014-10-202-25/+37
* | Merge from emacs-24; up to 2014-07-28T06:28:15Z!dmantipov@yandex.ruGlenn Morris2014-10-201-0/+4
|\ \ | |/
| * Add 24.4 release ChangeLog entriesemacs-24.4Glenn Morris2014-10-201-0/+4
* | Spelling and grammar fixes in comments.Paul Eggert2014-10-201-3/+3
* | src/ChangeLog: Remove stray duplicate entry.Eli Zaretskii2014-10-191-4/+0
* | * gtkutil.c (create_dialog): Don't use gtk_dialog_get_action_area onJan Djärv2014-10-192-1/+7
* | * src/xterm.c (handle_one_xevent): Check return value fromJan Djärv2014-10-193-10/+9
* | * gtkutil.c (create_dialog): Don't use gtk_dialog_get_action_area onJan Djärv2014-10-192-3/+42
* | * gtkutil.c: Remove no-longer-used code.Paul Eggert2014-10-182-42/+10
* | * xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar.Jan Djärv2014-10-182-6/+2
* | Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-185-354/+116
* | A better fix for drawing hollow cursor on X on 1-pixel thin space characters.Eli Zaretskii2014-10-183-10/+14
* | Fix bidi reordering of bracket characters in isolates.Eli Zaretskii2014-10-182-108/+176
|\ \
| * | Add support for canonically equivalent bracket characters.Eli Zaretskii2014-10-181-11/+48
| * | Move cache retrieval on forwards scans to bidi_resolve_brackets.Eli Zaretskii2014-10-181-89/+61
| * | Fix processing of brackets in isolates and crash in w32select.c.Eli Zaretskii2014-10-182-12/+18
| * | Fix a typo in a comment.Eli Zaretskii2014-10-161-1/+1
| * | Cherry-pick a fix from trunk; fix level handling in bidi_resolve_brackets.Eli Zaretskii2014-10-161-13/+47
* | | Ensure 8-byte stack alignment in w32select's callback.Eli Zaretskii2014-10-182-3/+7
* | | Merge from emacs-24; up to 2014-07-28T02:47:29Z!fgallina@gnu.orgGlenn Morris2014-10-172-1/+9
|\ \ \ | | |/ | |/|
| * | Fix display on X of 1-pixel R2L characters.Eli Zaretskii2014-10-172-1/+9
* | | src/bidi.c (bidi_find_bracket_pairs): Avoid a loop that does nothing useful.Eli Zaretskii2014-10-162-2/+10
* | | Merge from emacs-24; up to 2014-07-27T18:05:37Z!eliz@gnu.orgGlenn Morris2014-10-151-1/+1
|\ \ \ | |/ /
| * | Tabify recent ChangeLog changeGlenn Morris2014-10-151-1/+1
| * | Rewrite ChangeLog release notes to be less confusingGlenn Morris2014-10-151-1/+1
* | | * bidi.c (bidi_find_bracket_pairs): Initialize local var.Paul Eggert2014-10-152-1/+8