- 13 Oct, 2014 1 commit
-
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-aliases, authors-fixed-case) (authors-obsolete-files-regexps): Additions. (authors-no-scan-regexps): New constant. (authors-no-scan-file-p): New function. (authors): Respect authors-no-scan-file-p.
-
- 12 Oct, 2014 1 commit
-
-
Fabián Ezequiel Gallina authored
* lisp/progmodes/python.el (python-shell-completion-get-completions): Fix import case regexp. Fixes: debbugs:18582
-
- 10 Oct, 2014 1 commit
-
-
Stefan Monnier authored
Reported by Arni Magnusson <arnima@hafro.is>. * lisp/progmodes/prolog.el (prolog-electric--underscore): Same. Fixes: debbugs:18622
-
- 09 Oct, 2014 1 commit
-
-
Glenn Morris authored
* doc/lispref/frames.texi (Multiple Terminals): Copyedits. * lisp/frame.el (display-monitor-attributes-list): Doc tweaks. * nt/README.W32, src/ChangeLog.10, src/w32term.c: Standardize on "taskbar" rather than "task bar", since that is what most references seem to use; e.g. http://en.wikipedia.org/wiki/Taskbar http://windows.microsoft.com/en-us/windows7/products/features/windows-taskbar
-
- 08 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
doc/lispref/frames.texi (Multiple Terminals): Improve the description of X display names. Add index entries. (Basic Parameters): Add a cross-reference to where X display names are described. (Position Parameters): Mention that positional parameters of the form (+ POS) can be negative if they are on a non-primary monitor of a multi-monitor display. (Creating Frames): Mention that on multi-monitor displays the frame might be positioned differently than specified by the frame parameters alist. lisp/faces.el (display-grayscale-p): Mention in the doc string that the argument can be either a display name or a frame. lisp/frame.el (display-pixel-height, display-pixel-width) (display-mm-height, display-mm-width, display-backing-store) (display-save-under, display-planes, display-color-cells) (display-visual-class, display-monitor-attributes-list) (display-screens): Mention in the doc string that the argument can be either a display name or a frame. Improve the docs of the monitor attributes.
-
- 06 Oct, 2014 1 commit
-
-
Martin Rudalics authored
* term.el (term-window-width): Subtract 1 from the width when any fringe has zero width, not just the right fringe. (Bug#18601)
-
- 05 Oct, 2014 1 commit
-
-
Leo Liu authored
-
- 04 Oct, 2014 1 commit
-
-
Glenn Morris authored
* doc/lispref/frames.texi (Multiple Terminals): Copyedits re multiple monitors. * lisp/frame.el (frame-monitor-attributes, display-monitor-attributes-list): Doc fixes.
-
- 03 Oct, 2014 4 commits
-
-
Glenn Morris authored
-
Dmitry Gutov authored
* lisp/vc/vc-svn.el (vc-svn-ignore-completion-table): Implement. (vc-svn-ignore): Use it. Fixes: debbugs:18619
-
Martin Rudalics authored
* frame.el (toggle-frame-maximized, toggle-frame-fullscreen): In doc-string mention need of setting `frame-resize-pixelwise'. * frames.texi (Frame Commands): * cmdargs.texi (Window Size X): Mention the use of `frame-resize-pixelwise' to make frames truly fullscreen or maximized. * frames.texi (Size Parameters, Size and Position): Mention that with some window managers you have to set `frame-resize-pixelwise' in order make a frame truly fullscreen or maximized.
-
Stefan Monnier authored
similarly to Roger's 2010-06-12 change for the remote change. Fixes: debbugs:18605
-
- 01 Oct, 2014 2 commits
-
-
Glenn Morris authored
See bug#17625#155.
-
Stefan Monnier authored
Use python-shell--prompt-calculated-input-regexp from the process buffer. Don't assume that `line' comes from the process buffer. Fixes: debbugs:18582
-
- 30 Sep, 2014 1 commit
-
-
Leonardo Nobrega authored
Fixes: debbugs:18462
-
- 27 Sep, 2014 1 commit
-
-
Stefan Monnier authored
GPG is not available. (package-refresh-contents): Don't mess with the keyring if we won't check the signatures anyway.
-
- 18 Sep, 2014 1 commit
-
-
Kan-Ru Chen authored
* window.el (fit-window-to-buffer): When counting buffer width, count the whole visible buffer. Correctly convert the body-height to pixel size for window-text-pixel-size (Bug#18498).
-
- 14 Sep, 2014 1 commit
-
-
Glenn Morris authored
do not force a delay if none was specified. Fixes: debbugs:18334
-
- 12 Sep, 2014 1 commit
-
-
Kan-Ru Chen authored
-
- 10 Sep, 2014 1 commit
-
-
Ivan Shmakov authored
before burying them. Fixes: debbugs:18373
-
- 09 Sep, 2014 2 commits
-
-
Glenn Morris authored
Fixes: debbugs:18381
-
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.
-
- 08 Sep, 2014 1 commit
-
-
Glenn Morris authored
Fixes: debbugs:18381
-
- 05 Sep, 2014 1 commit
-
-
Stefan Monnier authored
-
- 04 Sep, 2014 2 commits
-
-
Lars Ljung authored
as well. Fixes: debbugs:18400
-
Eli Zaretskii authored
lisp/subr.el (posn-actual-col-row): Doc fix.
-
- 02 Sep, 2014 3 commits
-
-
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.
-
- 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
-
- 30 Aug, 2014 1 commit
-
-
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 1 commit
-
-
Glenn Morris authored
in extracted buffers. Fixes: debbugs:18344
-
- 27 Aug, 2014 3 commits
-
-
Michael Albinus authored
-
Michael Albinus authored
-
João Távora authored
use url-expand-file-name. Fixes: debbugs:18310
-
- 25 Aug, 2014 1 commit
-
-
Glenn Morris authored
Fixes: debbugs:18309
-
- 18 Aug, 2014 2 commits
-
-
Stefan Monnier authored
executable-find. Fixes: debbugs:18244
-
Stefan Monnier authored
-