aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Again fix last fix.Martin Rudalics2013-12-031-0/+2
* Fix last fix (Bug#16036)Martin Rudalics2013-12-031-9/+7
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-036-25/+44
* Minor integer overflow fixes.Paul Eggert2013-12-024-6/+19
* src/composite.c (composition_reseat_it): Fix a typo in a comment.Eli Zaretskii2013-12-021-1/+1
* Improve reporting of fatal exception on MS-Windows, to aid debugging #15994.Eli Zaretskii2013-12-022-59/+121
* * lisp/emacs-lisp/debug.el (debugger-toggle-locals): New command.Helmut Eller2013-12-022-0/+73
* * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):Dmitry Antipov2013-12-025-25/+12
* Remove fringe background extension code on X11.YAMAMOTO Mitsuharu2013-12-023-159/+31
* Spelling and punctuation fixes.Paul Eggert2013-12-0116-36/+35
* Fix minor problems found by static checking.Paul Eggert2013-12-014-2/+12
* Fix duckduckgo imagemagick crashLars Magne Ingebrigtsen2013-12-012-1/+6
* Fix Changelog typos.Juanma Barranquero2013-12-011-1/+1
* Remove some unused items introduced during pixelwise change.Martin Rudalics2013-11-304-101/+11
* src/w32term.c,window.c,xdisp.c: Remove unused variables.Juanma Barranquero2013-11-304-11/+19
* * xdisp.c (redisplay_internal): unrequest_sigio => request_sigio.Jan Djärv2013-11-302-1/+3
* * gnutls.c (gnutls_audit_log_function): Only declare and define ifJan Djärv2013-11-303-3/+12
* * xdisp.c (redisplay_internal): Call request_sigio at end_of_redisplayJan Djärv2013-11-302-0/+8
* Fix ChangeLog dates of last commit.Martin Rudalics2013-11-301-1/+1
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-3030-869/+2652
* * src/xdisp.c (redisplay_internal): Don't call set_window_update_flags.Stefan Monnier2013-11-296-85/+97
* * src/fns.c (internal_equal): Add a hash_table argument to handle cycles.Stefan Monnier2013-11-292-12/+44
* * lisp/loadup.el: Preload "uniquify".Stefan Monnier2013-11-292-1/+2
* * src/xdisp.c (REDISPLAY_SOME_P): New macro.Stefan Monnier2013-11-292-11/+15
* * lisp/electric.el (electric-indent-mode): Enable by default.Stefan Monnier2013-11-292-0/+7
* Fix bug #6364 with slow scrolling on MS-Windows with bitmap fonts.Tom Seddon2013-11-292-1/+42
* More thorough fix of bug #15913 with mouse-highlight on MS-Windows.Eli Zaretskii2013-11-292-1/+10
* Fix minor problems found by static checking.Paul Eggert2013-11-286-56/+70
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-2813-53/+20
* * src/window.c (Fset_window_configuration): Move select_window later.Stefan Monnier2013-11-282-8/+18
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-2812-239/+388
* Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-286-7/+63
* Stop keeping generated Unicode lisp files in the repositoryGlenn Morris2013-11-272-1/+10
* Fix bug #15973 with erratic cursor motion after reverting a buffer.Eli Zaretskii2013-11-272-1/+16
* Fix watching directories using w32notify.c.Eli Zaretskii2013-11-272-7/+21
* Reset window_end_valid after some window changes (Bug#15957).Martin Rudalics2013-11-272-0/+12
* Move runtime leim lisp files to lisp/leim directoryGlenn Morris2013-11-265-35/+23
* * .gdbinit (xgettype): Add cast.Andreas Schwab2013-11-262-1/+5
* Preload leim-list.elGlenn Morris2013-11-253-8/+15
* bool-vector-subsetp is now the normal direction.Paul Eggert2013-11-252-3/+7
* Fix minor problems found by static checking.Paul Eggert2013-11-253-15/+21
* * src/textprop.c (text_property_stickiness): Fix front-stickiness at BOB.Stefan Monnier2013-11-252-4/+6
* src/lread.c commentGlenn Morris2013-11-241-0/+8
* * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.Stefan Monnier2013-11-242-28/+7
* Further tweaks to the setting of Vload_pathGlenn Morris2013-11-242-19/+35
* * src/lread.c (init_lread): Fix 2013-11-23 goof that was checkingGlenn Morris2013-11-242-2/+7
* Export get_pos_property to Elisp.Stefan Monnier2013-11-246-29/+33
* * src/data.c (Fmake_variable_buffer_local): Mention `permanent-local'.Stefan Monnier2013-11-242-2/+10
* Really initialize `write_region_inhibit_fsync' when interactive.Romain Francoise2013-11-232-17/+25
* * src/lread.c (init_lread): Fix int/Lisp_Object mixup.Stefan Monnier2013-11-222-1/+6