aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix support of non-ASCII frame titles on MS-Windows (Bug#19590)Eli Zaretskii2015-01-142-14/+53
* Fix return value of vertical-motion at ZV (Bug#19553)Eli Zaretskii2015-01-102-1/+11
* Fix the description of -nl in --help text. (Bug#19542)Eli Zaretskii2015-01-092-1/+6
* Fix line-move-visual's following of column in R2L lines (backport from trunk).Eli Zaretskii2015-01-092-4/+11
* Fix assertion violations in try_window_id (Bug#19511)Eli Zaretskii2015-01-052-1/+26
* More doc fixes for bug#19502 -- make documentation less X-specific.Eli Zaretskii2015-01-043-16/+44
* src/emacs.c (syms_of_emacs) <system-configuration>: Doc fix. (Bug#19502)Eli Zaretskii2015-01-042-3/+6
* Update copyright year to 2015Paul Eggert2015-01-01202-204/+207
* Fix a typo in a comment in the previous commit.Eli Zaretskii2014-12-301-1/+1
* Fix the pixel coordinates returned by pos-visible-in-window-p. (Bug#19473)Eli Zaretskii2014-12-302-4/+24
* Spelling fixesPaul Eggert2014-12-282-3/+3
* src/w32proc.c (Fw32_get_codepage_charset): Doc fix. (Bug#19458)Eli Zaretskii2014-12-282-1/+10
* Port memory-full checking to GnuTLS 3.3Paul Eggert2014-12-272-15/+41
* Fix rendering of composed caharacters on the mode line. (Bug#19435)Eli Zaretskii2014-12-254-99/+93
* Avoid compiler warning.Jan D2014-12-242-4/+6
* Backport: Memory leak fix and 19133 fix.Jan D2014-12-242-2/+12
* Fix bad bug number reference, shall be 19427.Jan D2014-12-241-1/+1
* Backport: Don't cache images in nsimage.m (Bug#18918).Jan D2014-12-243-60/+12
* Keep maximized when going fullscreen.Jan D2014-12-222-5/+8
* src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)Eli Zaretskii2014-12-182-1/+8
* * lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier2014-12-152-10/+14
* src/gnutls.c (gnutls_init): Fix deprecation warning from GCC.Eli Zaretskii2014-12-132-1/+5
* A better fix for bug#19346Eli Zaretskii2014-12-122-18/+17
* Always define `gnutls-available-p' even if GnuTLS is not available.Ted Zlatanov2014-12-114-27/+48
* Support overflow-newline-into-fringe together with word-wrap (bug#19300)Eli Zaretskii2014-12-102-8/+23
* * src/eval.c (Fsignal): Remove duplicate test.Lee Duhem2014-12-042-4/+7
* More flicker fixes for OSX, related to bug 18757.Jan Djärv2014-12-024-9/+46
* Fix bug #19201 with after-strings not being displayed.Eli Zaretskii2014-11-272-0/+19
* Fix bug #19141 with UNCs in w32-shell-execute.Eli Zaretskii2014-11-252-1/+13
* Use consistent paxctl and setfattr flags for temacs.Ulrich Müller2014-11-252-1/+7
* Fix white-space problems in ChangeLogs.Paul Eggert2014-11-244-93/+93
* * src/keyboard.c: Fix comment typo.Glenn Morris2014-11-231-1/+1
* .gitignore cleanup.Paul Eggert2014-11-171-8/+0
* Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-173-5/+11
* * src/frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).Stefan Monnier2014-11-162-1/+5
* Backport: Fix for 18993.Jan D2014-11-152-0/+20
* Fix bug #19060 with inaccurate pixel-based scrolling.Eli Zaretskii2014-11-152-4/+19
* Fix getting frame size wrong when restoring desktop.Jan D2014-11-152-0/+8
* Fixes: 18757Jan D2014-11-152-1/+4
* src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.Eli Zaretskii2014-11-151-1/+1
* Fixes: 19036Jan Djärv2014-11-142-3/+26
* Fix bug #18982 with assertion violations when reverting buffers.Eli Zaretskii2014-11-092-2/+8
* Fix bug #18995 with compiling w32heap.c with -funroll-loops.Eli Zaretskii2014-11-092-2/+7
* * nsterm.h (EmacsScroller): judge returns bool.Jan Djärv2014-11-093-10/+19
* * nsterm.m (ns_set_vertical_scroll_bar): Don't call bar setPosition: unlessJan Djärv2014-11-082-1/+8
* Attempt to fix NS hang. Will probably cause merge conflicts.Jan Djärv2014-11-083-4/+20
* * callproc.c (encode_current_directory): Encode dir at the end.Michael Albinus2014-11-071-2/+3
* * src/callproc.c (encode_current_directory): Fix thinko in previous.Glenn Morris2014-11-071-1/+1
* * callproc.c (encode_current_directory): Support handling of fileMichael Albinus2014-11-072-1/+10
* * src/syntax.c (back_comment): Fix off-by-one error.Alan Mackenzie2014-11-062-1/+5