- 31 Oct, 2014 5 commits
-
-
Stefan Monnier authored
(cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove. Fixes: debbugs:18886
-
Eli Zaretskii authored
src/Makefile.in (repo-update): Fix a typo and slightly reword commentary. admin/notes/repo (Notes): Reword the stylistic guidance for commit log messages so that they are in line with Emacs development practices and style guidance.
-
Glenn Morris authored
lisp/version.el (emacs-bzr-version, emacs-bzr-get-version): Revert 2014-10-31 change.
-
Eric S. Raymond authored
admin/notes/bzr: Renamed to notes/repo, reorganixed to separate VCS-dependent from VCS-independent stuff. Added guidance about commit-comment format under DVCSes. admin/notes/BRANCH: Merged into notes/repo. lisp/version.el: Fix some fallback values to conform to the actual release number.
-
Eric S. Raymond authored
admin: Changes in several documents. autogen.sh: Neutralize language specific to a repository type. doc/misc/efaq-w32.texi: Neutralized language specific to a repository type. doc/misc/gnus-coding.txt: Neutralized language specific to a repository type. lisp/Makefile.in: Change some production names so they're neutral about the repository type.
-
- 30 Oct, 2014 3 commits
-
-
Kim F. Storm authored
* lisp/delsel.el (delete-selection-save-to-register) (delsel--replace-text-or-position): New vars. (delete-active-region): Use them. (delete-selection-repeat-replace-region): New command, moved from cua-base.el. * lisp/emulation/cua-base.el (cua--repeat-replace-text): Remove var. (cua-repeat-replace-region): Move command to delsel.el. (cua--init-keymaps): Update binding accordingly. (cua-mode): Set delete-selection-save-to-register. Fixes: debbugs:18886
-
Stefan Monnier authored
(c-lang-defconst): * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it. Fixes: debbugs:18845
-
Glenn Morris authored
-
- 29 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
lisp/progmodes/compile.el (compilation-start): If compilation-scroll-output is non-nil, don't force window-start of the compilation buffer to be at beginning of buffer.
-
- 23 Oct, 2014 3 commits
-
-
Tassilo Horn authored
* doc/emacs/misc.texi (Document View): Adapt to latest doc-view changes wrt viewing the document's plain text contents. [Backport] * lisp/doc-view.el (doc-view-open-text): View the document's plain text in the current buffer instead of a new one. (doc-view-toggle-display): Handle the case where the current buffer contains the plain text contents of the document. (doc-view-initiate-display): Don't switch to fallback mode if the user wants to view the doc's plain text. [Backport]
-
Eli Zaretskii authored
lisp/startup.el (fancy-about-text): Read the entire tutorial, not just its first 256 bytes.
-
Stefan Monnier authored
* lisp/emacs-lisp/cl-extra.el: Add missing provide. Fixes: debbugs:18804
-
- 22 Oct, 2014 1 commit
-
-
Stefan Monnier authored
all args are copyable. (=, <, >, <=, >=): Re-enable the optimization. Fixes: debbugs:18767
-
- 21 Oct, 2014 2 commits
-
-
Santiago Payà i Miralta authored
(vc-hg-print-log): Use it. (vc-hg-root-log-format): Include branch name and bookmarks; ignore graph output. Fixes: debbugs:17515
-
Juri Linkov authored
`diff-refine-change' for consistency with `diff-changed'. (diff-refine-change): Add obsolete face alias. * lisp/vc/smerge-mode.el (smerge-refined-changed): Rename from `smerge-refined-change'. (smerge-refined-change): Add obsolete face alias. [Backport] Fixes: debbugs:10181
-
- 20 Oct, 2014 13 commits
-
-
Stefan Monnier authored
Make the `args' obsolete. (start-process-shell-command, start-file-process-shell-command): Use `declare'. Fixes: debbugs:18409
-
Juanma Barranquero authored
-
Glenn Morris authored
(dired-mark-files-regexp, dired-mark-files-containing-regexp) (dired-flag-files-regexp): * lisp/dired-aux.el (dired-mark-read-regexp): * lisp/dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Glenn Morris authored
* emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el: * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el: * emulation/ws-mode.el: Move to obsolete/. * doc/emacs/ack.texi (Acknowledgments): Remove some obsolete items. * doc/emacs/misc.texi (Emulation): Remove section. * doc/lispintro/emacs-lisp-intro.texi (Autoload): Update loaddefs.el details. * doc/misc/efaq.texi (Finding a package with particular functionality): Update example. * doc/misc/vip.texi: Mention this is obsolete.
-
Glenn Morris authored
* lisp/cus-start.el (history-length): Bump :version. [Backport]
-
Stefan Monnier authored
Fixes: debbugs:18561
-
Stefan Monnier authored
-
Stefan Monnier authored
* lisp/emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg case. Fixes: debbugs:18767
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
case. Fixes: debbugs:18767
-
- 15 Oct, 2014 2 commits
-
-
Alan Mackenzie authored
string. (Custom-reset-standard): Save custom-file (e.g. .emacs) only when custom-command-apply has returned non-nil.
-
Stefan Monnier authored
Backported. Fixes: debbugs:18688
-
- 14 Oct, 2014 1 commit
-
-
Eli Zaretskii authored
lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Force bidi-paragraph-direction to 'left-to-right'. This fixes buffer-menu display when the first buffer happens to start with R2L letter.
-
- 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 1 commit
-
-
Glenn Morris authored
-