- 11 Sep, 2014 1 commit
-
-
Martin Rudalics authored
* window.c (Fresize_mini_window_internal): Set w->total_lines from w->pixel_height (Bug#18422).
-
- 10 Sep, 2014 1 commit
-
-
Ivan Shmakov authored
before burying them. Fixes: debbugs:18373
-
- 09 Sep, 2014 6 commits
-
-
Eli Zaretskii authored
-
Glenn Morris authored
Fixes: debbugs:18381
-
Jan Djärv authored
(toggleFullScreen:): Take frame_resize_pixelwise into account when setting resize increments. Fixes: debbugs:18435
-
Eli Zaretskii authored
src/xdisp.c (pos_visible_p): Properly save and restore the iterator state around the call to line_bottom, since it can move the iterator to another screen line. This fixes off-by-one errors in the reported row in some rare cases.
-
Eli Zaretskii authored
lisp/mouse.el (mouse-drag-line): On text-mode frames, count the mode line and header line as 1 pixel. This fixes the 1-"pixel" (row) discrepancy between window-pixel-edges and mouse events, and avoids moving mode line up when the mouse click is on the modeline and no drag is attempted.
-
Glenn Morris authored
display-buffer-in-previous-window existed before 24.4, but was not in display-buffer-fallback-action
-
- 08 Sep, 2014 1 commit
-
-
Glenn Morris authored
Fixes: debbugs:18381
-
- 07 Sep, 2014 1 commit
-
-
Eli Zaretskii authored
src/dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, always make sure the marginal areas of the row are in sync with what the window wants.
-
- 05 Sep, 2014 1 commit
-
-
Stefan Monnier authored
-
- 04 Sep, 2014 4 commits
-
-
Lars Ljung authored
as well. Fixes: debbugs:18400
-
Stefan Monnier authored
confusing treatment of `interactive' for :filter-args. Fixes: debbugs:18399
-
Eli Zaretskii authored
lisp/subr.el (posn-actual-col-row): Doc fix.
-
Eli Zaretskii authored
src/data.c (set_internal): Use assq_no_quit, not Fassq, to find an existing binding of a variable, to avoid silently aborting commands that use specbind.
-
- 03 Sep, 2014 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
admin/unidata/unidata-gen.el (unidata-check): Bring this function up to date with the currently supported methods of generating Unicode property tables. Add a comment with a description how to invoke the check. Update the copyright years in the reference to the Unicode data files we use.
-
- 02 Sep, 2014 6 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
Properly quote the arguments. Change second arg. (package--alist-to-plist-args): Rename from package--alist-to-plist and quote the elements. (package--make-autoloads-and-stuff): Fix the test for pre-existence of the *-pkg.el file. Adjust to new calling convention of package-generate-description-file. Fixes: debbugs:18332
-
Stefan Monnier authored
(gud-gdb-completions): Remove obsolete workaround. Fixes: debbugs:18282
-
Eli Zaretskii authored
lisp/subr.el (posn-col-row): Revert the change from commit 2010-11-13T21:07:58Z!eliz@gnu.org, which was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca, and introduced an off-by-one error in the reported row when there is a header line. src/dispnew.c (buffer_posn_from_coords): Fix an off-by-one error in the reported row in the case of a window with a header line, by improving on the fix committed in 2011-10-08T10:58:50Z!eliz@gnu.org eliz@gnu.org-20111008105850-ht4tvsayohvr1kjc.
-
Glenn Morris authored
-
Paul Eggert authored
when configured --with-wide-int on typical 32-bit platforms.
-
- 01 Sep, 2014 2 commits
-
-
Fabián Ezequiel Gallina authored
Avoid electric colon at beginning-of-defun. * test/automated/python-tests.el: (python-indent-electric-colon-1): New test. (Bug#18228)
-
Glenn Morris authored
Fixes: debbugs:18382
-
- 31 Aug, 2014 1 commit
-
-
Eli Zaretskii authored
src/xdisp.c (display_and_set_cursor): Call erase_phys_cursor also when HPOS is negative, for the benefit of R2L glyph rows whose newline overflows into the fringe.
-
- 30 Aug, 2014 2 commits
-
-
Ken Brown authored
-
Eli Zaretskii authored
-
- 29 Aug, 2014 1 commit
-
-
Ken Brown authored
* lisp/startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to the Cygwin-w32 build. (Bug#18347)
-
- 28 Aug, 2014 3 commits
-
-
Glenn Morris authored
in extracted buffers. Fixes: debbugs:18344
-
Eli Zaretskii authored
Back-ported from trunk revision-id: 2014-08-27T19:40:54Z!eliz@gnu.org src/syntax.c (scan_lists): Don't examine positions before BEGV.
-
Glenn Morris authored
Ref: http://people.freedesktop.org/~hughsient/appdata/ The description is adapted from the Emacs homepage.
-
- 27 Aug, 2014 4 commits
-
-
Michael Albinus authored
-
Michael Albinus authored
-
Glenn Morris authored
-
João Távora authored
use url-expand-file-name. Fixes: debbugs:18310
-
- 25 Aug, 2014 2 commits
-
-
Eli Zaretskii authored
msdos/sedlibmk.inp (gl_LIBOBJS): Add execinfo.o. Reported by Juan Manuel Guerrero <juan.guerrero@gmx.de>. src/conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Don't define.
-
Glenn Morris authored
Fixes: debbugs:18309
-
- 23 Aug, 2014 1 commit
-
-
Eli Zaretskii authored
msdos/sed2v2.inp [DJGPP <= 2.03]: Add a prototype for snprintf, to avoid compilation warning from newer GCC versions that have snprintf as a built-in. Reported by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
-
- 22 Aug, 2014 1 commit
-
-
Ken Brown authored
Backport: * configure.ac (HAVE_XPM): Explain the use of CPPFLAGS in the Cygwin-w32 build. (Bug#18302)
-