aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/process.c (get_process): Explicit error for dead buffersGlenn Morris2013-11-222-5/+11
* Merge from emacs-24; up to 2013-01-03T02:37:57Z!rgm@gnu.orgGlenn Morris2013-11-222-3/+6
|\
| * Fixes: debbugs:15923Andreas Schwab2013-11-192-3/+7
* | Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-226-135/+189
* | Fix bug #15951 with vertical-motion near beginning of narrowed region.Eli Zaretskii2013-11-222-0/+8
* | Use just LIBXMENU, not LIBXMENU_DIR and LIBXMENU_BASE.Paul Eggert2013-11-212-8/+2
* | Fix some dependency problems that cause unnecessary recompiles.Paul Eggert2013-11-202-48/+30
* | Fix recently introduced bool vector overrun.Paul Eggert2013-11-204-29/+44
* | * nsterm.m (init, run, stop:): Enable again. stop calls super stopJan Djärv2013-11-202-3/+7
* | * nsterm.m (init, run, stop:): Comment out for now, does not work with dialogs.Jan Djärv2013-11-202-0/+7
* | * charset.c (syms_of_charset): Don't read past end of string.Paul Eggert2013-11-192-5/+9
* | * src/frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes.Glenn Morris2013-11-182-2/+8