- 17 Feb, 2014 13 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
* emacs.c (main): Initialize daemon_pipe[1] here ... (syms_of_emacs): ... instead of here. Fixes: debbugs:16599
-
Juanma Barranquero authored
nt/Makefile.in (install): Create destination directory before copying README.W32, and use ${datadir} to refer to the file. Fixes: debbugs:16772
-
Juanma Barranquero authored
* nt/Makefile.in (install): Create destination directory before copying README.W32.
-
Glenn Morris authored
* doc/misc/eieio.texi (Class Values, CLOS compatibility): Remove references to deleted eieio-describe-class/generic. * lisp/cedet/ede/cpp-root.el: Comment update.
-
Alan Mackenzie authored
* progmodes/cc-mode.el (c-initialize-cc-mode): add CC Mode hooks to electric-indent-{,local-}-mode. (c-basic-common-init): Set electric-indent-inhibit. Initialise c-electric-flag from electric-indent-mode. (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook): New hook functions which propagate electric-indent-mode to CC Mode. * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is hit, toggle electric-indent-local-moode. * electric.el (electric-indent-mode-has-been-called): New variable.
-
Stefan Monnier authored
cua-mode and delete-selection mode. (CUA Bindings): Mention that rectangle mode can be used on its own. * doc/emacs/programs.texi (Matching): Fix typo. * doc/lispref/minibuf.texi (Completion Commands): Don't document obsolete `common-substring' arg of display-completion-list.
-
Daniel Colascione authored
-
Juanma Barranquero authored
* lisp/frameset.el (frameset-cfg-id): New function. (frameset--reuse-frame, frameset-restore): Use it. (frameset--jump-to-register): Try harder to reuse frames.
-
Stefan Monnier authored
Use \` for to match BoS. Fit within 80n columns.
-
Daniel Colascione authored
-
Michael Albinus authored
an initial `sit-for' prior the while loop.
-
Glenn Morris authored
* doc/lispref/minibuf.texi (Text from Minibuffer): Update read-regexp details. Mention read-regexp-defaults-function. * etc/NEWS: Related markup.
-
- 16 Feb, 2014 6 commits
-
-
Michael Albinus authored
* doc/misc/trampver.texi: Update release number. * lisp/net/trampver.el: Update release number. * test/automated/tramp-tests.el (password-cache-expiry): Set to nil. (tramp-test28-shell-command): Make a while loop when waiting for process exit.
-
Michael Albinus authored
-
Anders Lindgren authored
is set. Fixes: debbugs:16505
-
Daniel Colascione authored
-
Dmitry Gutov authored
directory twice. Fixes: debbugs:16747
-
Glenn Morris authored
Do not use ediff-defvar-local on pre-defined variables. Fixes: debbugs:16744
-
- 15 Feb, 2014 3 commits
-
-
Michael Mauger authored
(sql-oracle-options): New default value ("-L"). (sql-mode-oracle-font-lock-keywords): Added placeholder highlighting. (sql-placeholders-filter): Correct placeholder pattern. (sql-read-table-name): Bug fix. Detect absence of SQLi process. (sql-login-delay): New variable. (sql-product-interactive): Use it.
-
Juanma Barranquero authored
-
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 11 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
-