aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix display of cursor on underlined textEli Zaretskii2017-03-053-17/+79
* | Compare and round more carefullyPaul Eggert2017-03-044-35/+35
* | Fewer rounding errors with (format "%f" fixnum)Paul Eggert2017-03-041-13/+43
* | * src/floatfns.c (Fftruncate): Simplify via emacs_trunc.Paul Eggert2017-03-041-4/+1
* | * src/editfns.c (styled_format): Omit unnecessary code for "%0d" etc.Paul Eggert2017-03-041-4/+3
* | * src/editfns.c (styled_format): Omit unnecessary code.Paul Eggert2017-03-031-1/+1
* | logb now works correctly on large integersPaul Eggert2017-03-032-14/+34
* | Avoid duplicating characters recorded in macrosEli Zaretskii2017-03-031-1/+1
* | Restore XFLOATINT but with restricted argsPaul Eggert2017-03-0210-44/+36
* | Remove XFLOATINTPaul Eggert2017-03-028-30/+28
* | Fix rounding errors in <, =, etc.Paul Eggert2017-03-022-41/+59
* | Fix display of mouse-highlight produced by overlapping overlaysEli Zaretskii2017-03-022-12/+45
* | Fix display of strike-through text in variable-height linesEli Zaretskii2017-03-023-10/+37
* | Don't call x_net_wm_state for scroll bar windows (Bug#24963, Bug#25887)Martin Rudalics2017-03-021-2/+4
* | Fix rounding error in ‘ceiling’ etc.Paul Eggert2017-03-013-46/+38
* | * src/fns.c (Fbuffer_hash): Doc fix.Leo Liu2017-03-011-2/+1
* | Speed generation of ldefs-boot-autoPhillip Lord2017-02-281-2/+23
* | * src/xdisp.c (overlay_arrows_changed_p): Fix return value and docStefan Monnier2017-02-281-2/+8
* | ; * src/w32fns.c (w32_wnd_proc): Adjust comment.Ken Brown2017-02-281-1/+5
* | Try to avoid hang when logging out of MS-WindowsKen Brown2017-02-281-12/+18
* | * src/xdisp.c (overlay_arrows_changed_p): Fix last change.Stefan Monnier2017-02-271-2/+7
* | Remove a few unused C functionsPaul Eggert2017-02-265-70/+4
* | Avoid segfault in overlay_arrows_changed_pEli Zaretskii2017-02-261-2/+4
* | Fix display of before- and after-strings at invisible textEli Zaretskii2017-02-261-3/+8
* | Avoid leaving garbage on screen when using 'raise' display propertyEli Zaretskii2017-02-251-0/+10
* | Fix scrolling with partial line corner case (Bug#25792)Noam Postavsky2017-02-241-3/+9
* | Minor redisplay optimisationsStefan Monnier2017-02-232-10/+11
* | * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-231-10/+22
* | Support read syntax for circular objects in Edebug (Bug#23660)Gemini Lasswell2017-02-231-5/+7
* | Merge from gnulibPaul Eggert2017-02-231-2/+2
* | Avoid quitting inside a critical section on MS-WindowsEli Zaretskii2017-02-232-0/+51
* | Minor weak hash table performance tweaksPaul Eggert2017-02-211-5/+3
* | Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-219-76/+81
* | Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-214-103/+106
* | Hash table threshold is now float, not doublePaul Eggert2017-02-212-14/+16
* | Verify xwidget USE_LSB_TAG assumptionPaul Eggert2017-02-201-0/+2
* | * src/insdel.c (make_gap): Improve comment.Stefan Monnier2017-02-201-1/+3
* | Port xwidget to -DCHECK_LISP_OBJECT_TYPEPaul Eggert2017-02-201-5/+12
* | ; * src/insdel.c: State file encoding explicitly.Eli Zaretskii2017-02-201-1/+1
* | Fix glitches in recent hash table changesPaul Eggert2017-02-192-8/+7
* | * src/insdel.c (make_gap): Increase enough to avoid O(N^2) behavior.Stefan Monnier2017-02-191-1/+14
* | ; Minor fix of recent change in fringe.cEli Zaretskii2017-02-191-2/+2
* | ; * src/fns.c (Fmake_hash_table): Prefer 'double' to 'float'.Eli Zaretskii2017-02-191-1/+1
* | Avoid aborts during loadupEli Zaretskii2017-02-194-6/+6
* | Fix fringe bitmap initialization on MS-WindowsYAMAMOTO Mitsuharu2017-02-191-0/+13
* | Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-187-42/+42
* | Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-1821-57/+60
* | Support 24-bit direct colors on text terminalsRami Ylimäki2017-02-182-0/+18
* | Remove unused TN_max_pairs fieldRami Ylimäki2017-02-182-10/+0
* | Improve commentary for a recent change in keyboard.cEli Zaretskii2017-02-181-1/+1