- 15 Feb, 2014 1 commit
-
-
Glenn Morris authored
-
- 14 Feb, 2014 7 commits
-
-
Glenn Morris authored
-
Paul Eggert authored
-
Paul Eggert authored
This fixes a bug in the previous change. Also, use $(SHELL) rather than sh, as that's more likely to be portable. Fixes: debbugs:16717
-
Glenn Morris authored
* lisp/replace.el (map-query-replace-regexp) (read-regexp-defaults-function, read-regexp): Doc fixes. * etc/NEWS: Related edits.
-
Glenn Morris authored
* lisp/dired.el (dired-read-regexp): * lisp/faces.el (list-faces-display): * lisp/misearch.el (multi-isearch-read-matching-buffers) (multi-isearch-read-matching-files): * lisp/play/cookie1.el (cookie-apropos): * lisp/progmodes/grep.el (grep-read-regexp): Doc fixes.
-
Glenn Morris authored
* doc/emacs/regs.texi (Configuration Registers): Update C-x r f binding. * lisp/textmodes/remember.el (remember): Use frameset-to-register rather than frame-configuration-to-register.
-
Jay Belanger authored
incorrect keybinding. doc/misc/calc.texi (Single-Variable Statistics): Remove mention of incorrect keybinding.
-
- 13 Feb, 2014 15 commits
-
-
Ted Zlatanov authored
lisp/gnus/auth-source.el (auth-sources): Add pointer to what the .gpg extension in `auth-sources' means and link to EPA docs
-
Daniel Colascione authored
-
Eli Zaretskii authored
src/w32proc.c (start_timer_thread): Pass a non-NULL pointer as last argument to CreateThread. This avoids segfaults on Windows 9X. Reported by oslsachem <oslsachem@gmail.com>.
-
Paul Eggert authored
This should make it more reliable, and hopefully more portable to non-GNU 'make' implementations such as HP-UX 'make'. Fixes: debbugs:16717
-
Glenn Morris authored
Fixes: debbugs:16743
-
Paul Eggert authored
* unexhp9k800.c (unexec_error): New function, to simplify the code. (check_lseek): New function, to report lseek errors. (save_data_space, update_file_ptrs, read_header, write_header) (copy_file, copy_rest, unexec): Use these news functions. (update_file_ptrs): Don't assume wraparound behavior when converting a large size_t value to off_t. Fixes: debbugs:16717
-
Dmitry Antipov authored
-
Dmitry Antipov authored
and move parameters checking to... * composite.c (Fcomposition_get_gstring): ...this function. Handle case when buffer positions are in reversed order and avoid crash (Bug#16739). Adjust docstring. * buffer.c (validate_region): Mention current buffer in error message.
-
Glenn Morris authored
-
Glenn Morris authored
* doc/lispref/debugging.texi (Debugger Commands): Tiny edits. * lisp/jit-lock.el (jit-lock-mode): Doc fix. * etc/NEWS: Related edits.
-
Juanma Barranquero authored
-
Stefan Monnier authored
-
Juanma Barranquero authored
* Makefile.in (install-nt): Also pass datadir. * nt/Makefile.in (datarootdir, datadir, INSTALL_DATA): Declare. (install): Copy README.W32 to $(datadir)/emacs/$(version). (uninstall): Remove README.W32.
-
Glenn Morris authored
-
Juanma Barranquero authored
-
- 12 Feb, 2014 12 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Glenn Morris authored
-
Stefan Monnier authored
shift-select commands.
-
Glenn Morris authored
* doc/emacs/mini.texi (Completion Options): No longer mention icomplete, which has its own section now. * doc/emacs/modes.texi (Minor Modes): Update Icomplete xref. * lisp/icomplete.el: Commentary updates. (icomplete): Add info-link to defgroup. (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook) (icomplete-minibuffer-map, icomplete-mode) (icomplete-simple-completing-p, icomplete-completions): Doc fixes. * etc/NEWS: Related edits.
-
Jan Djärv authored
Fixes: debbugs:16683
-
Lars Ingebrigtsen authored
-
Lars Ingebrigtsen authored
-
Glenn Morris authored
-
Glenn Morris authored
* doc/emacs/help.texi (Package Keywords): Mention describe-package buttons. * doc/emacs/package.texi (Package Menu): Mention package-menu-filter. * lisp/emacs-lisp/package.el (package-menu-mode-map): Tweak menu. (package-menu-filter): Rename from package-menu-filter-interactive. Doc fix. * etc/NEWS: Related edits. Copyedit.
-
Lars Ingebrigtsen authored
Fixes: debbugs:9981
-
- 11 Feb, 2014 5 commits
-
-
Juanma Barranquero authored
Select the required window and buffer before restoring position.
-
Glenn Morris authored
-
Glenn Morris authored
Replace refs to "OpenStep" in messages.
-
Lars Ingebrigtsen authored
Fixes: debbugs:11534
-
Michael Albinus authored
and `vc-hg'. Declare `tramp-find-executable' and `tramp-get-remote-path'. (tramp-test29-vc-registered): New test. (tramp-test30-utf8): Rename from `tramp-test29-utf8'.
-