- 11 Apr, 2012 12 commits
-
-
Wolfgang Jenkner authored
* lisp/progmodes/grep.el (rgrep): Tweak the find command line so that directories matching `grep-find-ignored-files' won't be pruned. Fixes: debbugs:10351
-
Glenn Morris authored
-
Chong Yidong authored
-
Chong Yidong authored
-
Glenn Morris authored
* lisp/vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug. * test/automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
-
Stefan Monnier authored
* lisp/window.el (window--state-get-1): Idem.
-
Lennart Borgman authored
* emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes to previous function when point is on the first character of a function. Take care of that in `narrow-to-defun'. Fixes: debbugs:6157
-
-
Glenn Morris authored
This is the only thing left that uses it. * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM. * src/Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM. * lwlib/Makefile.in (C_SWITCH_X_SYSTEM): Remove. (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM. * oldXMenu/Makefile.in (C_SWITCH_X_SYSTEM): Remove. (ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM. * msdos/sedlibmk.inp, msdos/sed1v2.inp: GNUSTEP_CFLAGS replaces C_SWITCH_X_SYSTEM.
-
Glenn Morris authored
* lisp/vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove. These were only added in 24.1 when sha1.el was removed in favor of an internal sha1 implementation. Frankly, I can't see why the internal sha1 wasn't immediately used here. (vc-bzr-sha1): Use internal sha1. (Comments): Remove reference to abandoned upstream bug report that contains no extra information.
-
Stefan Monnier authored
-
Stefan Monnier authored
Fixes: debbugs:8954
-
- 10 Apr, 2012 28 commits
-
-
Sébastien Gross authored
Fixes: debbugs:10496
-
Dan Nicolaescu authored
* battery.el (battery-linux-proc-acpi): Only one battery is discharged at a time, but that seems to confuse battery.el when computing `rate-type' for the battery not being discharged. Fixes: debbugs:10332
-
Stefan Monnier authored
-
Stefan Monnier authored
(quail-define-package, quail-update-keyboard-layout) (quail-define-rules): Use dolist. (quail-insert-kbd-layout, quail-get-translation): CSE.
-
Stefan Monnier authored
(tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind): Use dolist. (calendar-load-hook): Don't mess with it.
-
Stefan Monnier authored
Use derived-mode-p. Run the diff asynchronously.
-
Jason S. Cornez authored
(force_quit_count): New var. (handle_interrupt): Use it. Fixes: debbugs:6585
-
Eli Zaretskii authored
nt/makefile.w32-in (emacs, misc, lispref, lispintro): New targets, each runs makeinfo in its own subdirectory of 'doc'. (info-gmake): Depend on these new targets.
-
Glenn Morris authored
Add header keyword.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
The caller can as easily do the decoding themselves.
-
Juanma Barranquero authored
* lisp/misc.el (list-dynamic-libraries--loaded): New function. (list-dynamic-libraries--refresh): Use it. * src/w32.c (w32_delayed_load): Record the full path of the library being loaded.
-
Nathan Weizenbaum authored
* progmodes/python.el (python-fill-paragraph): Make python-fill-region in a multiline string work when font-lock is disabled. Fixes: debbugs:7018
-
William Xu authored
Also mention this in the relevant doc strings. Fixes: debbugs:7017
-
Laimonas V bra authored
* language/european.el (cp775): Added oem/legacy (en)coding on DOS/MS Windows for the Baltic languages. There are still plenty of texts written in this encoding/codepage. Fixes: debbugs:6519
-
Eli Zaretskii authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac): Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
-
Glenn Morris authored
* configure.in: Conditionally generate admin/unidata/Makefile. * admin/unidata/Makefile.in: Add FSF copyright. Make it use autoconf features, and work for out-of-tree builds.
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
* lisp/erc/erc-join.el (erc-server-join-channel): New function to look up the channel password via auth-source. (erc-autojoin-channels): Use it. (erc-autojoin-after-ident): Ditto. (erc-autojoin-channels-alist): Mention auth-source.
-
Deniz Dogan authored
* erc.el (erc-display-prompt): Adds the field text property to the ERC prompt. This allows users to use `kill-whole-line' to kill all text back to the prompt given that it's on a single line. Fixes: debbugs:10841
-
Florian Adamsky authored
* recentf.el (recentf-dialog-mode-map): Added two keybindings for next-line "n" and previous-line "p" in order to make recentf more consistent with ibuffer, dired or org-mode. Fixes: debbugs:9387
-
Lars Magne Ingebrigtsen authored
* image.el (put-image): Return the overlay created instead of the optional input string. Note that this may break code that is (for some reason or other) depending on `put-image' returning the string. Fixes: debbugs:7834
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:6174
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:1580
-