- 13 Jul, 2011 28 commits
-
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:6117
-
Juanma Barranquero authored
-
Juanma Barranquero authored
* tabify.el (untabify): Preserve the current column so that point doesn't move. Fixes: debbugs:6032
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
* progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite to avoid awkward possessive "s". Fixes: debbugs:5986
-
Glenn Morris authored
* lisp/dired.el (dired-use-ls-dired): Doc fix. (dired-insert-directory): Give a message the first time if ls is found not to support --dired.
-
Lars Magne Ingebrigtsen authored
* mark.texi (Mark Ring): Clarify how many locations are saved (bug#5770). (Global Mark Ring): Ditto.
-
Lars Magne Ingebrigtsen authored
* simple.el (toggle-truncate-lines): Clarify what is toggled (bug#5580). Text by Drew Adams.
-
Chong Yidong authored
-
Dan Nicolaescu authored
* font-lock.el (font-lock-comment-face): Use the high contrast "yellow" color for font-lock-comment-face on low color terminals using a dark background color. Fixes: debbugs:4221
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:5325
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:5259
-
Lars Magne Ingebrigtsen authored
* simple.el (blink-matching-open): Say that we were unable to find the match within the limit, if we're limited (bug#5122).
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:4869
-
Lars Magne Ingebrigtsen authored
-
Chris Newton authored
* url-http.el (url-http): Copy over `url-show-status' to the async buffer so that `url-display-percentage' does the right thing (bug#4680).
-
Lawrence Mitchell authored
* net/browse-url.el (browse-url-default-browser) (browse-url-browser-function): Make the default browser choice a bit more logical. Also clean up the doc string. Fixes: debbugs:4300
-
Juanma Barranquero authored
Fixes: debbugs:4440
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8971
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:8971
-
Lars Magne Ingebrigtsen authored
(Info-find-file): Fall back on the installation directory if we can't find the info node anywhere else.
-
Jan Djärv authored
-
Sergei Organov authored
Fixes: debbugs:5181
-
Eli Zaretskii authored
-
Johan Bockgård authored
* xselect.c (Qx_lost_selection_functions) (Qx_sent_selection_functions): New vars. (syms_of_xselect): DEFSYM them. (x_handle_selection_request): Pass Qx_sent_selection_functions rather than Vx_sent_selection_functions to Frun_hook_with_args. (x_handle_selection_clear,x_clear_frame_selections): Pass Qx_lost_selection_functions rather than Vx_lost_selection_functions to Frun_hook_with_args.
-
Paul Eggert authored
The old code sometimes used this field without initializing it.
-
Paul Eggert authored
In theory, the old code could also have corrupted Emacs internals, though it'd be very unlikely.
-
- 12 Jul, 2011 12 commits
-
-
Lars Magne Ingebrigtsen authored
* files.el (after-find-file): Give a better error message when trying to find a symlink that points to a file that doesn't exist (bug#4398).
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:4345
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:4345
-
Chong Yidong authored
* doc/lispref/display.texi (Face Attributes, Font Selection): Add references to the Fonts node in the Emacs manual. Fixes: debbugs:4178
-
Johan Bockgård authored
-
Andreas Schwab authored
argument. (Bug#4026)
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:4257
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:4199
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/mouse-sel.el: Hack restoring functionality, while keeping compatibility with 2010-07-03 changes to mouse selection. (mouse-sel-primary-overlay): New var. (mouse-sel-selection-alist): Use it. (mouse-sel-mode): Doc fix; remove points that are default features of mouse.el.
-
Chong Yidong authored
* display.texi (Window Systems): `window-system' is terminal-local. * doc/lispref/frames.texi (Frame Parameters, Parameter Access): Don't mention frame-local variables. * doc/lispref/variables.texi (Buffer-Local Variables): Don't mention obsolete frame-local variables. (Frame-Local Variables): Node deleted. * doc/lispref/elisp.texi (Top): Update node listing.
-