- 01 May, 2012 7 commits
-
-
Glenn Morris authored
(since "yes" is far more common than "no")
-
Glenn Morris authored
-
Glenn Morris authored
Also, it was a confusing name, since it does not necessarily mean that we literally have libncurses; rather that we have tputs etc. * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true. * src/dispnew.c: Remove HAVE_LIBNCURSES test; it is always true on relevant platforms. * nt/config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
-
Stefan Monnier authored
all-completions code to not return a number in the last cdr.
-
Glenn Morris authored
* configure.in (LD_SWITCH_X_SITE_RPATH): Rename from LD_SWITCH_X_SITE_AUX_RPATH. * src/Makefile.in (LD_SWITCH_X_SITE_RPATH): Rename from LD_SWITCH_X_SITE_AUX_RPATH.
-
Glenn Morris authored
* configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used. * src/Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
-
Andreas Schwab authored
(xintfwd, xboolfwd, xobjfwd, xbufobjfwd, xkbobjfwd, xbuflocal): Remove.
-
- 30 Apr, 2012 1 commit
-
-
Leo Liu authored
read-only error.
-
- 29 Apr, 2012 2 commits
-
-
Andreas Schwab authored
* make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and byte-code forms.
-
Chong Yidong authored
* lisp/follow.el (follow-calc-win-end): Rewrite to handle partial screen lines correctly. (follow-avoid-tail-recenter): Minor cleanup. Fixes: debbugs:8390
-
- 28 Apr, 2012 3 commits
-
-
Paul Eggert authored
* buffer.c (Fmove_overlay): Revert the change of 2012-04-23. That is, do not delete an evaporating overlay if it becomes empty after its bounds are adjusted to fit within its buffer. This fix caused other problems, and I'm reverting it until we get to the bottom of them.
-
Stefan Monnier authored
* lisp/speedbar.el (speedbar-refresh): Avoid adelete. (speedbar-file-lists): Simplify and avoid aput. * lisp/man.el (Man--sections, Man--refpages): New vars, replacing Man-sections-alist and Man-refpages-alist. (Man-build-section-alist, Man-build-references-alist): Use them; avoid aput. (Man--last-section, Man--last-refpage): New vars. (Man-follow-manual-reference): Use them. Use the `default' arg of completing-read. (Man-goto-section): Idem. Move prompt to the `interactive' spec. * lisp/gnus/auth-source.el (auth-source--aput-1, auth-source--aput) (auth-source--aget): New functions and macros. Use them instead of aput/aget.
-
Stefan Monnier authored
* test/indent/shell.sh: * test/indent/shell.rc: Add some test cases.
-
- 27 Apr, 2012 11 commits
-
-
Chong Yidong authored
Fixes: debbugs:10259
-
Glenn Morris authored
* lisp/org/org-ctags.el (org-ctags-new-topic-template): Revert 2012-04-09 removal of * from defcustom value, not doc.
-
Glenn Morris authored
-
Chong Yidong authored
* lisp/startup.el (x-apply-session-resources): New function. * lisp/term/ns-win.el (ns-initialize-window-system): * lisp/term/w32-win.el (w32-initialize-window-system): * lisp/term/x-win.el (x-initialize-window-system): Use it to properly set menu-bar-mode and other vars from X resources, even if the initial frame is not a window-system frame (Bug#2299).
-
Chong Yidong authored
-
Chong Yidong authored
* progmodes/pascal.el (pascal--extra-indent): Rename from ind, to fix "missing prefix" warning. All callers changed.
-
Chong Yidong authored
* lisp/subr.el (read-key): Avoid running filter function when setting up temporary tool bar entries. Fixes: debbugs:9922
-
Chong Yidong authored
Delete non-Emacs-24 specific items from ORG-NEWS (since standalone Org mode has its own NEWS, these are not necessary).
-
Stefan Monnier authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 26 Apr, 2012 16 commits
-
-
Daiki Ueno authored
-
Bastien Guerry authored
This option was changed by error in this commit: http://git.savannah.gnu.org/cgit/emacs.git/diff/lisp/org/org-protocol.el?h=emacs-24&id=0fc749f9 I first overwrote this change by error, then backported it into Org git repo, then backported the error back into Emacs. This is now fixed.
-
Glenn Morris authored
-
Stefan Monnier authored
Fixes: debbugs:11352
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/elisp.texi, doc/lispref/vol1.texi, doc/lispref/vol2.texi: Some fixes for detailed menu. * doc/lispref/modes.texi (Major Modes, Auto-Indentation): * doc/lispref/buffers.texi (Buffers): Some fixes for menu descriptions.
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Stefan Monnier authored
* lisp/term/ns-win.el (ns-define-service): * lisp/progmodes/pascal.el (pascal-goto-defun): * lisp/progmodes/js.el (js--read-tab): * lisp/progmodes/etags.el (tags-lazy-completion-table): * lisp/emacs-lisp/syntax.el (syntax-propertize-via-font-lock): * lisp/emacs-lisp/ewoc.el (ewoc--wrap): * lisp/emacs-lisp/assoc.el (aput, adelete, amake): * lisp/doc-view.el (doc-view-convert-current-doc): * lisp/url/url.el (url-retrieve-synchronously): * lisp/vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
-
Eli Zaretskii authored
src/xdisp.c (IT_DISPLAYING_WHITESPACE): In addition to the loaded display element, check also the underlying string or buffer character.
-
Eli Zaretskii authored
src/w32menu.c: Include w32heap.h. (add_menu_item): If the call to AppendMenuW (via unicode_append_menu) fails, disable Unicode menus only if we are running on Windows 9X/Me.
-
Andreas Schwab authored
* vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
-
Chong Yidong authored
Fixes: debbugs:9045
-
Chong Yidong authored
* lisp/vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful value, for symmetry with diff-end-of-hunk. (diff-split-hunk, diff-find-source-location) (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it. (diff-bounds-of-hunk, diff-bounds-of-file): New functions. (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to compute the relevant hunk or file properly. (diff-file-junk-re): Add bzr's "modified file" tag. Fixes: debbugs:6041 debbugs:6005
-
Chong Yidong authored
* lisp/vc/diff-mode.el (diff-undo): New command. (diff-mode-shared-map): Bind it to / and [remap undo]. Fixes: debbugs:5302
-