]>
git.eshelyaron.com Git - emacs.git/log
Paul Eggert [Mon, 17 Feb 2014 22:51:36 +0000 (14:51 -0800)]
Fix stray underscore in ChangeLog.
Paul Eggert [Mon, 17 Feb 2014 21:20:44 +0000 (13:20 -0800)]
temacs --daemon fix
* emacs.c (main): Initialize daemon_pipe[1] here ...
(syms_of_emacs): ... instead of here.
Fixes: debbugs:16599
Juanma Barranquero [Mon, 17 Feb 2014 19:04:51 +0000 (20:04 +0100)]
nt/Makefile.in: Follow up to previous change.
nt/Makefile.in (install): Create destination directory before copying
README.W32, and use ${datadir} to refer to the file.
Fixes: debbugs:16772
Juanma Barranquero [Mon, 17 Feb 2014 19:01:14 +0000 (20:01 +0100)]
nt/Makefile.in: Fix bug#16772.
* nt/Makefile.in (install): Create destination directory before
copying README.W32.
Glenn Morris [Mon, 17 Feb 2014 18:40:09 +0000 (10:40 -0800)]
Some doc updates for eieio-describe-class/generic
* 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 [Mon, 17 Feb 2014 18:16:32 +0000 (18:16 +0000)]
Connect electric-indent-mode up with CC Mode. Bug #15478.
* 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 [Mon, 17 Feb 2014 18:04:17 +0000 (13:04 -0500)]
* doc/emacs/killing.texi (CUA Bindings): Document the new relationship between
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 [Mon, 17 Feb 2014 16:30:09 +0000 (08:30 -0800)]
Fix last dbus change
Juanma Barranquero [Mon, 17 Feb 2014 16:01:43 +0000 (17:01 +0100)]
lisp/frameset.el: Fix bug#16748.
* 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 [Mon, 17 Feb 2014 15:29:15 +0000 (10:29 -0500)]
* lisp/ido.el (ido-file-internal): Remove unused var `d'.
Use \` for to match BoS. Fit within 80n columns.
Daniel Colascione [Mon, 17 Feb 2014 11:41:42 +0000 (03:41 -0800)]
Improve dbus performance on synchronous calls
Michael Albinus [Mon, 17 Feb 2014 07:05:44 +0000 (08:05 +0100)]
* automated/tramp-tests.el (tramp-test28-shell-command): Perform
an initial `sit-for' prior the while loop.
Glenn Morris [Mon, 17 Feb 2014 02:12:50 +0000 (18:12 -0800)]
Some doc for read-regexp
* doc/lispref/minibuf.texi (Text from Minibuffer):
Update read-regexp details.
Mention read-regexp-defaults-function.
* etc/NEWS: Related markup.
Michael Albinus [Sun, 16 Feb 2014 17:23:00 +0000 (18:23 +0100)]
Sync with Tramp 2.2.9.
* 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 [Sun, 16 Feb 2014 14:52:43 +0000 (15:52 +0100)]
* efaq-w32.texi (Tramp ssh): Remove also pscp1 and pscp2.
Anders Lindgren [Sun, 16 Feb 2014 09:51:41 +0000 (10:51 +0100)]
* nsterm.m (keyDown:): Check for normal key even if NSNumericPadKeyMask
is set.
Fixes: debbugs:16505
Daniel Colascione [Sun, 16 Feb 2014 05:46:05 +0000 (21:46 -0800)]
Make closing dbus buses actually work
Dmitry Gutov [Sun, 16 Feb 2014 04:15:47 +0000 (06:15 +0200)]
* lisp/ido.el (ido-file-internal): Don't add the name of an existing
directory twice.
Fixes: debbugs:16747
Glenn Morris [Sun, 16 Feb 2014 03:09:27 +0000 (19:09 -0800)]
* 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
Michael Mauger [Sat, 15 Feb 2014 22:50:45 +0000 (17:50 -0500)]
* 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.
Juanma Barranquero [Sat, 15 Feb 2014 04:16:46 +0000 (05:16 +0100)]
frameset.el (frameset--jump-to-register): Check that buffer is live (bug#16749).
Glenn Morris [Sat, 15 Feb 2014 03:58:38 +0000 (19:58 -0800)]
* lisp/info.el (info-initialize): Revert 2014-01-10 change.
Glenn Morris [Fri, 14 Feb 2014 19:08:53 +0000 (14:08 -0500)]
* lisp/replace.el (read-regexp): Fix typo in earlier doc change.
Paul Eggert [Fri, 14 Feb 2014 16:11:11 +0000 (08:11 -0800)]
* character.h: Fix misspelling of file name in comment.
Paul Eggert [Fri, 14 Feb 2014 08:05:18 +0000 (00:05 -0800)]
* 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
Glenn Morris [Fri, 14 Feb 2014 07:36:42 +0000 (23:36 -0800)]
Some read-regexp doc
* lisp/replace.el (map-query-replace-regexp)
(read-regexp-defaults-function, read-regexp): Doc fixes.
* etc/NEWS: Related edits.
Glenn Morris [Fri, 14 Feb 2014 06:59:24 +0000 (22:59 -0800)]
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.
Glenn Morris [Fri, 14 Feb 2014 06:55:59 +0000 (22:55 -0800)]
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.
Jay Belanger [Fri, 14 Feb 2014 02:35:59 +0000 (20:35 -0600)]
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.
Teodor Zlatanov [Thu, 13 Feb 2014 22:52:51 +0000 (22:52 +0000)]
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 [Thu, 13 Feb 2014 22:37:29 +0000 (14:37 -0800)]
Fix flymake in narrowed buffers
Eli Zaretskii [Thu, 13 Feb 2014 20:54:07 +0000 (22:54 +0200)]
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>.
Paul Eggert [Thu, 13 Feb 2014 18:59:24 +0000 (10:59 -0800)]
* 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
Glenn Morris [Thu, 13 Feb 2014 18:23:36 +0000 (13:23 -0500)]
* lisp/mail/rmail.el (rmail-probe): Be less strict.
Fixes: debbugs:16743
Paul Eggert [Thu, 13 Feb 2014 17:23:08 +0000 (09:23 -0800)]
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
Dmitry Antipov [Thu, 13 Feb 2014 12:23:28 +0000 (16:23 +0400)]
Fix ChangeLog entry.
Dmitry Antipov [Thu, 13 Feb 2014 12:16:42 +0000 (16:16 +0400)]
* 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.
Glenn Morris [Thu, 13 Feb 2014 08:26:45 +0000 (00:26 -0800)]
* etc/NEWS: Fix typo in previous.
Glenn Morris [Thu, 13 Feb 2014 08:26:01 +0000 (00:26 -0800)]
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.
Juanma Barranquero [Thu, 13 Feb 2014 05:23:06 +0000 (06:23 +0100)]
* lisp/apropos.el (apropos-read-pattern): Fix error message for empty string.
Stefan Monnier [Thu, 13 Feb 2014 03:29:47 +0000 (22:29 -0500)]
* lisp/jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
Juanma Barranquero [Thu, 13 Feb 2014 03:19:57 +0000 (04:19 +0100)]
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.
Glenn Morris [Thu, 13 Feb 2014 02:31:48 +0000 (21:31 -0500)]
* lisp/finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
Juanma Barranquero [Thu, 13 Feb 2014 02:19:48 +0000 (03:19 +0100)]
Fix typos in Changelogs.
Paul Eggert [Wed, 12 Feb 2014 22:09:31 +0000 (14:09 -0800)]
* texinfo.tex: Update from gnulib.
Paul Eggert [Wed, 12 Feb 2014 19:40:35 +0000 (11:40 -0800)]
Spelling fixes.
Glenn Morris [Wed, 12 Feb 2014 18:51:10 +0000 (13:51 -0500)]
* etc/NEWS: Small edits.
Stefan Monnier [Wed, 12 Feb 2014 14:48:41 +0000 (09:48 -0500)]
* lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
shift-select commands.
Glenn Morris [Wed, 12 Feb 2014 08:27:27 +0000 (00:27 -0800)]
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.
Jan Djärv [Wed, 12 Feb 2014 07:50:24 +0000 (08:50 +0100)]
* image.c (pbm_load): Set to NO_PIXMAP on error.
Fixes: debbugs:16683
Dmitry Gutov [Wed, 12 Feb 2014 06:23:42 +0000 (08:23 +0200)]
* lisp/progmodes/js.el (js-indent-line): Don't widen.
http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
Lars Ingebrigtsen [Wed, 12 Feb 2014 05:51:37 +0000 (21:51 -0800)]
Fix the last patch to work from non-fancy splits, too
Lars Ingebrigtsen [Wed, 12 Feb 2014 05:48:39 +0000 (21:48 -0800)]
* nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375).
Glenn Morris [Wed, 12 Feb 2014 01:43:35 +0000 (20:43 -0500)]
* doc/lispref/package.texi (Simple Packages): Describe URL and Keywords headers
Glenn Morris [Wed, 12 Feb 2014 01:20:34 +0000 (20:20 -0500)]
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.
Lars Ingebrigtsen [Wed, 12 Feb 2014 01:07:06 +0000 (17:07 -0800)]
* buffer.c (syms_of_buffer): Doc clarification.
Fixes: debbugs:9981
Juanma Barranquero [Tue, 11 Feb 2014 20:48:23 +0000 (21:48 +0100)]
lisp/frameset.el (frameset--jump-to-register): Fix bug#16696.
Select the required window and buffer before restoring position.
Glenn Morris [Tue, 11 Feb 2014 18:05:01 +0000 (13:05 -0500)]
Fix typo in previous
Glenn Morris [Tue, 11 Feb 2014 18:02:19 +0000 (13:02 -0500)]
* src/nsfns.m (ns_display_info_for_name, Fx_open_connection): Doc fixes.
Replace refs to "OpenStep" in messages.
Lars Ingebrigtsen [Tue, 11 Feb 2014 11:16:38 +0000 (03:16 -0800)]
* dired.el (dired-get-marked-files): Clarify doc.
Fixes: debbugs:11534
Michael Albinus [Tue, 11 Feb 2014 08:31:39 +0000 (09:31 +0100)]
* 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'.
Lars Ingebrigtsen [Tue, 11 Feb 2014 06:34:29 +0000 (22:34 -0800)]
* text.texi (Editing Format Info): Use @samp for menus.
Fixes: debbugs:13736
Paul Eggert [Mon, 10 Feb 2014 22:15:54 +0000 (14:15 -0800)]
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.
Glenn Morris [Mon, 10 Feb 2014 21:43:01 +0000 (16:43 -0500)]
* lisp/jit-lock.el (jit-lock-force-redisplay): Doc fix.
Fixes: debbugs:14394
Eli Zaretskii [Mon, 10 Feb 2014 17:05:52 +0000 (19:05 +0200)]
Fix bug #15109 with confusing mis-documentation of selection-converter-alist.
lisp/w32-common-fns.el (x-get-selection): Doc fix.
lisp/select.el (x-get-selection): Doc fix.
Eli Zaretskii [Mon, 10 Feb 2014 16:08:37 +0000 (18:08 +0200)]
Fix bug #16709 with too lazy redisplay when face-remap-alist changes.
lisp/face-remap.el (face-remap-add-relative)
(face-remap-remove-relative, face-remap-reset-base)
(face-remap-set-base): Call force-mode-line-update to redisplay
the current buffer due to potential change in faces.
Michael Albinus [Mon, 10 Feb 2014 13:54:33 +0000 (14:54 +0100)]
* net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
script more robustly.
Michael Albinus [Mon, 10 Feb 2014 13:22:14 +0000 (14:22 +0100)]
Revert previous patch, it introduces other problems.
Glenn Morris [Mon, 10 Feb 2014 11:21:38 +0000 (06:21 -0500)]
Auto-commit of loaddefs files.
Michael Albinus [Mon, 10 Feb 2014 10:06:07 +0000 (11:06 +0100)]
* net/tramp-sh.el (tramp-sh-handle-start-file-process): Do not
quote `tramp-end-of-heredoc'.
Dmitry Antipov [Mon, 10 Feb 2014 09:48:17 +0000 (13:48 +0400)]
* eval.c (call_debugger): When exiting the debugger, do not allow
max_specpdl_size less than actual binding depth (Bug#16603).
(syms_of_eval): Adjust docstring.
Glenn Morris [Mon, 10 Feb 2014 08:36:27 +0000 (00:36 -0800)]
* lisp/emacs-lisp/lisp-mnt.el: Comments.
Lars Ingebrigtsen [Mon, 10 Feb 2014 07:13:14 +0000 (23:13 -0800)]
* dired.el (dired-get-marked-files): Doc fix.
Fixes: debbugs:11534
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:58:34 +0000 (22:58 -0800)]
* simple.el (choose-completion): Doc fix.
Fixes: debbugs:14160
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:56:03 +0000 (22:56 -0800)]
* subr.el (event-start): Say what a nil EVENT value means.
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:51:32 +0000 (22:51 -0800)]
* kmacro.el (kmacro-bind-to-key): Say that the parameter is unused.
Fixes: debbugs:14197
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:44:49 +0000 (22:44 -0800)]
* progmodes/grep.el (find-program): Doc fix.
Fixes: debbugs:14289
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:07:30 +0000 (22:07 -0800)]
* files.el (confirm-kill-emacs): Clarify doc (bug#15455).
Lars Ingebrigtsen [Mon, 10 Feb 2014 06:04:39 +0000 (22:04 -0800)]
(Fyes_or_no_p): Doc fix
Fixes: debbugs:15456
Lars Ingebrigtsen [Mon, 10 Feb 2014 05:55:53 +0000 (21:55 -0800)]
* fns.c (Fmaphash): Say what `maphash' returns, since it may be unintuitive.
Fixes: debbugs:15824
Lars Ingebrigtsen [Mon, 10 Feb 2014 05:50:16 +0000 (21:50 -0800)]
* emacs-lisp/lisp.el (up-list): Doc fix.
Fixes: debbugs:15832
Dmitry Antipov [Mon, 10 Feb 2014 05:41:42 +0000 (09:41 +0400)]
* cmds.c (Fself_insert_command): Respect the width of EMACS_INT
and avoid warning.
Lars Ingebrigtsen [Mon, 10 Feb 2014 04:26:10 +0000 (20:26 -0800)]
* files.el (confirm-kill-emacs): Allow specifying an arbitrary predicate function.
Fixes: debbugs:15455
Dmitry Gutov [Mon, 10 Feb 2014 02:53:15 +0000 (04:53 +0200)]
* lisp/ielm.el (inferior-emacs-lisp-mode): Instead of
`comment-use-global-state', set `comment-use-syntax'.
Lars Ingebrigtsen [Mon, 10 Feb 2014 02:37:43 +0000 (18:37 -0800)]
* text.texi (User-Level Deletion): Document `delete-trailing-whitespace'.
Fixes: debbugs:15309
Glenn Morris [Mon, 10 Feb 2014 01:38:56 +0000 (17:38 -0800)]
* lisp/emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
Glenn Morris [Mon, 10 Feb 2014 01:37:11 +0000 (17:37 -0800)]
* lisp/emacs-lisp/lisp-mnt.el: Undocument "FSF" maintainer in commentary.
Glenn Morris [Mon, 10 Feb 2014 01:34:22 +0000 (17:34 -0800)]
Replace "Maintainer: FSF" with the emacs-devel mailing address
Alan Mackenzie [Sun, 9 Feb 2014 12:34:25 +0000 (12:34 +0000)]
Fix c-invalidate-state-cache on narrowed buffers.
progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out): Widen when
setting and clearing the CPP delimiter properties.
Glenn Morris [Sun, 9 Feb 2014 11:23:00 +0000 (06:23 -0500)]
Auto-commit of loaddefs files.
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:32:30 +0000 (22:32 -0800)]
* cmds.c (Fself_insert_command): Output a clearer error message on negative repetitions.
Fixes: debbugs:9476
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:14:08 +0000 (22:14 -0800)]
* text.texi (Changing Properties): Clarify `propertize'.
Fixes: debbugs:9825
Lars Ingebrigtsen [Sun, 9 Feb 2014 06:01:33 +0000 (22:01 -0800)]
* help.el (describe-bindings): Doc fix.
Fixes: debbugs:9888
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:32:41 +0000 (21:32 -0800)]
(save-buffer): Clarify the 0 argument (bug#10346).
Fixes: debbugs:13261
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:30:41 +0000 (21:30 -0800)]
* files.el (save-buffer): Use ARG as the parameter name for consistency
Fixes: debbugs:10346
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:20:54 +0000 (21:20 -0800)]
* display.texi (Blinking): Clarify doc string in example.
Fixes: debbugs:10658
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:05:06 +0000 (21:05 -0800)]
(custom-sort-items): Doc fix (bug#11121).
Fixes: debbugs:11122
Lars Ingebrigtsen [Sun, 9 Feb 2014 05:00:37 +0000 (21:00 -0800)]
(custom-buffer-create): Doc fix.
Fixes: debbugs:11122
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:57:28 +0000 (20:57 -0800)]
* cus-edit.el (customize-apropos): Fix error string.
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:37:38 +0000 (20:37 -0800)]
* message.el (message-tab): Mention what happens on normal tabs
(bug#11297).