- 13 Apr, 2012 8 commits
-
-
Thierry Volpiatto authored
* avoid.el (mouse-avoidance-banish-position): New variable. (mouse-avoidance-banish-destination): Use it.
-
Leo Liu authored
-
Ken Brown authored
* lisp/net/browse-url.el (browse-url-file-url): Remove Cygwin hack; this is no longer needed now that cygstart understands file:// URLs. (browse-url-filename-alist): For the same reason, don't modify file:// URLs on Cygwin.
-
Ken Brown authored
-
Stefan Monnier authored
the region on shift if the binding is already shifted. Fixes: debbugs:11221
-
Glenn Morris authored
-
Chong Yidong authored
-
Reuben Thomas authored
-
- 12 Apr, 2012 9 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Drew Adams authored
Fixes: debbugs:10123
-
Jari Aalto authored
Fixes: debbugs:7515
-
Glenn Morris authored
-
Vivek Dasmohapatra authored
* hexl.el (hexl-bits): New variable. (hexl-options): Mention the variable in the doc string. (hexl-rulerise): New function. (hexl-line-displen): New function (hexl-mode): Mention the new variable. (hexl-mode, hexl-current-address, hexl-current-address): Use the displen. (hexl-ascii-start-column): New function. (hexl-address-to-marker, hexl-beginning-of-line, hexl-options) (hexl-insert-char, hexl-mode-ruler): Use the displen. Fixes: debbugs:4941
-
Agustín Martín authored
As done for ispell in in 2012-04-08T17:09:03Z!eliz@gnu.org, in flyspell-large-region we also need to specify encoding for hunspell with ("-i" ENCODING), in 2 separate command-line arguments, as expected by hunspell.
-
Ken Brown authored
-
Stefan Monnier authored
* lisp/battery.el (battery--linux-sysfs-regexp): New const. (battery-status-function): Use it. Remove yeeloong special case. (battery-yeeloong-sysfs): Remove. (battery-echo-area-format): Remove yeeloong special case.
-
- 11 Apr, 2012 20 commits
-
-
Stefan Monnier authored
Reported by Noah Friedman.
-
Stefan Monnier authored
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:9663
-
Deniz Dogan authored
* net/rcirc.el (rcirc-kill-channel-buffers): New variable. (rcirc-kill-buffer-hook): Use it to kill channel buffers. Fixes: debbugs:5128
-
Vivek Dasmohapatra authored
Fixes: debbugs:4459
-
William Stevenson authored
Fixes: debbugs:10760
-
Daniel Colascione authored
* s/cygwin.h: The vfork the #define in cygwin.h was protecting against is gone. It's better to use vfork now so that when Cygwin gains a new, working vfork, we use it automatically. Fixes: debbugs:10398
-
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 3 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
-