1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00
Commit graph

115209 commits

Author SHA1 Message Date
Michael Albinus
d34a353cfd * efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2. 2014-02-16 15:52:43 +01:00
Anders Lindgren
62901354fd * nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask
is set.

Fixes: debbugs:16505
2014-02-16 10:51:41 +01:00
Daniel Colascione
fa8ac13cba Make closing dbus buses actually work 2014-02-15 21:46:05 -08:00
Dmitry Gutov
17d1b51b65 * lisp/ido.el (ido-file-internal): Don't add the name of an existing
directory twice.

Fixes: debbugs:16747
2014-02-16 06:15:47 +02:00
Glenn Morris
5bcad689ca * lisp/vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
Do not use ediff-defvar-local on pre-defined variables.

Fixes: debbugs:16744
2014-02-15 19:09:27 -08:00
Michael Mauger
9b0c01f7f5 * progmodes/sql.el: Version 3.4
(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.
2014-02-15 17:50:45 -05:00
Juanma Barranquero
285f1858c3 frameset.el (frameset--jump-to-register): Check that buffer is live (bug#16749). 2014-02-15 05:16:46 +01:00
Glenn Morris
5d645ea4ee * lisp/info.el (info-initialize): Revert 2014-01-10 change. 2014-02-14 19:58:38 -08:00
Glenn Morris
ab837c6083 * lisp/replace.el (read-regexp): Fix typo in earlier doc change. 2014-02-14 14:08:53 -05:00
Paul Eggert
e0cece6439 * character.h: Fix misspelling of file name in comment. 2014-02-14 08:11:11 -08:00
Paul Eggert
96fbe2b900 * Makefile.in (install-arch-indep): Allow ' ' in destdir.
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
2014-02-14 00:05:18 -08:00
Glenn Morris
b8630261dd Some read-regexp doc
* lisp/replace.el (map-query-replace-regexp)
(read-regexp-defaults-function, read-regexp): Doc fixes.

* etc/NEWS: Related edits.
2014-02-13 23:36:42 -08:00
Glenn Morris
b2bf2a254f Mention read-regexp in doc of functions that use it
* 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.
2014-02-13 22:59:24 -08:00
Glenn Morris
48c4f9b124 Tiny doc etc changes related to frameset-to-register
* 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.
2014-02-13 22:55:59 -08:00
Jay Belanger
2804e0bd8f lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item for
incorrect keybinding.

doc/misc/calc.texi (Single-Variable Statistics): Remove mention of
incorrect keybinding.
2014-02-13 20:35:59 -06:00
Teodor Zlatanov
019ff874af lisp/gnus/auth-source.el (auth-sources): Add pointer to what the .gpg extension in `auth-sources' means and link to EPA docs 2014-02-13 22:52:51 +00:00
Daniel Colascione
0b87142f24 Fix flymake in narrowed buffers 2014-02-13 14:37:29 -08:00
Eli Zaretskii
e2607667a1 Fix crashes in itimers on Windows 9X.
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>.
2014-02-13 22:54:07 +02:00
Paul Eggert
89a9712915 * Makefile.in (install-arch-indep): Simplify.
This should make it more reliable, and hopefully more portable to
non-GNU 'make' implementations such as HP-UX 'make'.

Fixes: debbugs:16717
2014-02-13 10:59:24 -08:00
Glenn Morris
8abcfd51c6 * lisp/mail/rmail.el (rmail-probe): Be less strict.
Fixes: debbugs:16743
2014-02-13 13:23:36 -05:00
Paul Eggert
d51c175a53 Fix subspace record bug on HP-UX 10.20.
* 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
2014-02-13 09:23:08 -08:00
Dmitry Antipov
ccd5d23b0a Fix ChangeLog entry. 2014-02-13 16:23:28 +04:00
Dmitry Antipov
28c16c4070 * composite.c (fill_gstring_header): Pass positions as C integers
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.
2014-02-13 16:16:42 +04:00
Glenn Morris
ace9793861 * etc/NEWS: Fix typo in previous. 2014-02-13 00:26:45 -08:00
Glenn Morris
47a73eb071 Small doc updates for debugging
* doc/lispref/debugging.texi (Debugger Commands): Tiny edits.

* lisp/jit-lock.el (jit-lock-mode): Doc fix.

* etc/NEWS: Related edits.
2014-02-13 00:26:01 -08:00
Juanma Barranquero
c9b6b2624b * lisp/apropos.el (apropos-read-pattern): Fix error message for empty string. 2014-02-13 06:23:06 +01:00
Stefan Monnier
eb4c6947f5 * lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers. 2014-02-12 22:29:47 -05:00
Juanma Barranquero
1a4c95f664 Copy README.W32 when installing Windows build (bug#14757).
* 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.
2014-02-13 04:19:57 +01:00
Glenn Morris
0dab5068ae * lisp/finder.el (finder-known-keywords, finder-mode-map): Doc fixes. 2014-02-12 21:31:48 -05:00
Juanma Barranquero
c295fc18e3 Fix typos in Changelogs. 2014-02-13 03:19:48 +01:00
Paul Eggert
45432fd9d1 * texinfo.tex: Update from gnulib. 2014-02-12 14:09:31 -08:00
Paul Eggert
2baa4c05af Spelling fixes. 2014-02-12 11:40:35 -08:00
Glenn Morris
68a8b28f5a * etc/NEWS: Small edits. 2014-02-12 13:51:10 -05:00
Stefan Monnier
59075dcfa0 * lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
shift-select commands.
2014-02-12 09:48:41 -05:00
Glenn Morris
a8cb4247f9 Some icomplete doc
* 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.
2014-02-12 00:27:27 -08:00
Jan Djärv
a9a61c77b3 * image.c (pbm_load): Set to NO_PIXMAP on error.
Fixes: debbugs:16683
2014-02-12 08:50:24 +01:00
Dmitry Gutov
5af9fbadd1 * lisp/progmodes/js.el (js-indent-line): Don't widen.
http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2014-02-12 08:23:42 +02:00
Lars Ingebrigtsen
6227467f0b Fix the last patch to work from non-fancy splits, too 2014-02-11 21:51:37 -08:00
Lars Ingebrigtsen
d024b579cd * nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375). 2014-02-11 21:48:39 -08:00
Glenn Morris
fa79297982 * doc/lispref/package.texi (Simple Packages): Describe URL and Keywords headers 2014-02-11 20:43:35 -05:00
Glenn Morris
a215930cfe Some package doc updates
* 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.
2014-02-11 20:20:34 -05:00
Lars Ingebrigtsen
81bf542040 * buffer.c (syms_of_buffer): Doc clarification.
Fixes: debbugs:9981
2014-02-11 17:07:06 -08:00
Juanma Barranquero
26c5ecd9de lisp/frameset.el (frameset--jump-to-register): Fix bug#16696.
Select the required window and buffer before restoring position.
2014-02-11 21:48:23 +01:00
Glenn Morris
20c7a2b4e2 Fix typo in previous 2014-02-11 13:05:01 -05:00
Glenn Morris
9a84bfd681 * src/nsfns.m (ns_display_info_for_name, Fx_open_connection): Doc fixes.
Replace refs to "OpenStep" in messages.
2014-02-11 13:02:19 -05:00
Lars Ingebrigtsen
fcd58a0299 * dired.el (dired-get-marked-files): Clarify doc.
Fixes: debbugs:11534
2014-02-11 03:16:38 -08:00
Michael Albinus
581d24e701 * automated/tramp-tests.el (top): Require vc', vc-bzr', `vc-git'
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'.
2014-02-11 09:31:39 +01:00
Lars Ingebrigtsen
b8b4e743b7 * text.texi (Editing Format Info): Use @samp for menus.
Fixes: debbugs:13736
2014-02-10 22:34:29 -08:00
Paul Eggert
e41fe0d346 Avoid "." at end of error diagnostics.
* cmds.c (Fself_insert_command): Reword and avoid "." at end.
* font.c (Ffont_at):
* nsfns.m (ns_display_info_for_name):
* nsselect.m (Fx_own_selection_internal):
* nsterm.m (performDragOperation:):
Remove "." from end of diagnostic.
2014-02-10 14:15:54 -08:00
Glenn Morris
bacb338037 * lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
Fixes: debbugs:14394
2014-02-10 16:43:01 -05:00