]>
git.eshelyaron.com Git - emacs.git/log
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).
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:30:00 +0000 (20:30 -0800)]
* dired-aux.el (dired-copy-file-recursive): Remove slighly misleading comment.
Fixes: debbugs:11328
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:24:02 +0000 (20:24 -0800)]
* NEWS: Mention all the Apropos face options that have been removed.
Fixes: debbugs:16516
Lars Ingebrigtsen [Sun, 9 Feb 2014 04:19:52 +0000 (20:19 -0800)]
(Quitting): Refer to the right node for `set-input-mode' (bug#11458).
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:54:05 +0000 (19:54 -0800)]
* repeat.el (repeat-message-function): Doc fix
Fixes: debbugs:11619
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:51:23 +0000 (19:51 -0800)]
* repeat.el (repeat-message-function): Reword doc slightly.
Fixes: debbugs:11619
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:49:02 +0000 (19:49 -0800)]
(icomplete-simple-completing-p): Mention the previous variable.
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:47:11 +0000 (19:47 -0800)]
* icomplete.el (icomplete-with-completion-tables): Doc fix.
Fixes: debbugs:11654
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:38:18 +0000 (19:38 -0800)]
* dired.texi (Hiding Subdirectories): Mention the node for deleting subdirectories.
Fixes: debbugs:11743
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:25:19 +0000 (19:25 -0800)]
* font-lock.el (font-lock-value-in-major-mode): Doc fix
Clarify the meaning of the parameter.
Fixes: debbugs:12282
Lars Ingebrigtsen [Sun, 9 Feb 2014 03:02:45 +0000 (19:02 -0800)]
(backup-inhibited): Doc clarification
Fixes: debbugs:12525
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:58:24 +0000 (18:58 -0800)]
(locate-file): Suffixes aren't returned, so don't say that they are
Fixes: debbugs:12674
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:44:25 +0000 (18:44 -0800)]
* files.el (find-file-noselect): Clarify prompt when changing readedness.
Fixes: debbugs:13261
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:19:15 +0000 (18:19 -0800)]
* dired.el (dired-internal-do-deletions) messaging fixup
* dired.el (dired-internal-do-deletions): Don't say "Deleting..."
before we actually start to delete things.
Fixes: debbugs:16331
Lars Ingebrigtsen [Sun, 9 Feb 2014 02:13:23 +0000 (18:13 -0800)]
Document the `event-start' and `event-end' functions more completely
* doc/lispref/commands.texi (Accessing Mouse): Mention that these function
also work on keyboard events.
* lisp/subr.el (event-start): Doc fix (bug#14228).
(event-end): Ditto.
Glenn Morris [Sun, 9 Feb 2014 02:08:17 +0000 (18:08 -0800)]
Doc for subword, superword modes
* doc/emacs/programs.texi (MixedCase Words): Rename node from "Glasses".
Move Subword mode here from "Other C Commands" node.
(Misc for Programs): Mention Superword mode.
* doc/emacs/emacs.texi: Update menu.
* etc/NEWS: Related markup.
Lars Ingebrigtsen [Sun, 9 Feb 2014 01:48:47 +0000 (17:48 -0800)]
* macros.c (Fexecute_kbd_macro): Doc fix.
Glenn Morris [Sun, 9 Feb 2014 00:20:12 +0000 (16:20 -0800)]
* lisp/emacs-lisp/warnings.el (lwarn): Empower help-enable-auto-load.
Fixes: debbugs:15940
Andreas Schwab [Sat, 8 Feb 2014 23:01:45 +0000 (00:01 +0100)]
Fixes: debbugs:16690
* vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
Michael Albinus [Sat, 8 Feb 2014 13:35:15 +0000 (14:35 +0100)]
* net/tramp-sh.el (tramp-sh-handle-start-file-process):
Insert output at end of buffer. (Bug#16120)
Lars Ingebrigtsen [Sat, 8 Feb 2014 13:13:46 +0000 (05:13 -0800)]
(execute-extended-command): Clarify doc string (bug#13373).
Lars Ingebrigtsen [Sat, 8 Feb 2014 13:04:39 +0000 (05:04 -0800)]
* regs.texi (File Registers): Clarify metasyntactical variables.
Fixes: debbugs:13565
Lars Ingebrigtsen [Sat, 8 Feb 2014 12:46:09 +0000 (04:46 -0800)]
* simple.el (choose-completion-string-functions): Document fix.
New calling convention.
Fixes: debbugs:14153
Lars Ingebrigtsen [Sat, 8 Feb 2014 12:34:52 +0000 (04:34 -0800)]
* kmacro.el (kmacro-exec-ring-item): Doc fix.
Fixes: debbugs:14198
Lars Ingebrigtsen [Sat, 8 Feb 2014 11:09:10 +0000 (03:09 -0800)]
(find-grep-dired): Doc fix (bug#14288).
Lars Ingebrigtsen [Sat, 8 Feb 2014 11:06:33 +0000 (03:06 -0800)]
* find-dired.el (find-name-dired): Doc fix.
Fixes: debbugs:14290
Eli Zaretskii [Sat, 8 Feb 2014 10:25:33 +0000 (12:25 +0200)]
Fix bug #14762 with insufficient and outdated w32 installation documentation.
nt/INSTALL: Update for Emacs 24.4.
nt/README: Update for Emacs 24.4.
nt/README.W32: Update and improve instructions.
Juri Linkov [Sat, 8 Feb 2014 10:20:45 +0000 (12:20 +0200)]
* lisp/isearch.el (isearch-quote-char): Check character validity like in `quoted-insert'.
Fixes: debbugs:16677
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:58:15 +0000 (22:58 -0800)]
* files.el (find-file-visit-truename): Doc clarification (bug#14697).
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:56:18 +0000 (22:56 -0800)]
* isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:51:42 +0000 (22:51 -0800)]
* search.texi (Search Case) doc tweak
* search.texi (Search Case): Rearrange text slightly to make it
obvious that `M-c' also toggles sensitivity if `case-fold-search'
is nil.
Fixes: debbugs:14726
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:36:11 +0000 (22:36 -0800)]
* README.W32: Say what GnuTLS and libxml2 does.
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:28:12 +0000 (22:28 -0800)]
* simple.el (line-move): Document utility function used many
places in the Emacs sources.
Fixes: debbugs:14843
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:20:17 +0000 (22:20 -0800)]
(dired-up-directory): Doc fix (bug#14848).
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:16:23 +0000 (22:16 -0800)]
(dired-prev-marked-file): Doc fix (bug#14855).
Lars Ingebrigtsen [Sat, 8 Feb 2014 06:10:22 +0000 (22:10 -0800)]
* dired.el (dired-mode-map): Make :help text more accurate.
Fixes: debbugs:14893
Lars Ingebrigtsen [Sat, 8 Feb 2014 05:32:54 +0000 (21:32 -0800)]
* display.texi (Face Attributes): Add an index.
Fixes: debbugs:14924
Lars Ingebrigtsen [Sat, 8 Feb 2014 05:15:31 +0000 (21:15 -0800)]
* minibuffer.el (read-file-name): Doc clarification.
Fixes: debbugs:15096
Lars Ingebrigtsen [Sat, 8 Feb 2014 05:12:47 +0000 (21:12 -0800)]
* syntax.c (Fskip_syntax_backward): Doc clarification.
Fixes: debbugs:15115
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:53:52 +0000 (20:53 -0800)]
* files.el (file-relative-name): Doc fix.
Fixes: debbugs:15159
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:40:26 +0000 (20:40 -0800)]
* fringe.el (fringe-styles): Doc fix.
Fixes: debbugs:15239
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:23:25 +0000 (20:23 -0800)]
* minibuf.c (Fread_string): Doc clarification.
Fixes: debbugs:15422
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:14:16 +0000 (20:14 -0800)]
* isearch.el (isearch-filter-predicate): Documentation typo fix
Fixes: debbugs:15474
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:11:52 +0000 (20:11 -0800)]
* buffer.c (Fmake_overlay): Doc clarification.
Fixes: debbugs:15489
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:10:02 +0000 (20:10 -0800)]
* info-look.el (info-lookup-symbol): Document MODE.
Fixes: debbugs:15498
Lars Ingebrigtsen [Sat, 8 Feb 2014 04:02:37 +0000 (20:02 -0800)]
* isearch.el (isearch-cmds): Doc clarification.
Fixes: debbugs:15547
Juanma Barranquero [Sat, 8 Feb 2014 04:02:16 +0000 (05:02 +0100)]
* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:55:27 +0000 (19:55 -0800)]
* replace.el (replace-match-maybe-edit): Doc clarification.
Fixes: debbugs:15632
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:46:53 +0000 (19:46 -0800)]
* doc/lispref/keymaps.texi (Menu Bar): Minor clarification.
* src/xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:37:57 +0000 (19:37 -0800)]
* subr.el (add-to-list): Refill the paragraphs.
Fixes: debbugs:15791
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:29:47 +0000 (19:29 -0800)]
* keyboard.c (Frecursive_edit): Say more precicely how throwing `exit' works.
Fixes: debbugs:15865
Lars Ingebrigtsen [Sat, 8 Feb 2014 03:03:50 +0000 (19:03 -0800)]
* macros.el (insert-kbd-macro): Doc fix.
Fixes: debbugs:16025
Glenn Morris [Sat, 8 Feb 2014 02:55:04 +0000 (21:55 -0500)]
* lisp/help-fns.el (describe-variable):
Check {file,dir}-local-variables-alist, and buffer-file-name,
in the correct buffer.
This seems to have Just Worked in 24.3 - when and why did it change?
Lars Ingebrigtsen [Sat, 8 Feb 2014 02:41:20 +0000 (18:41 -0800)]
* frames.texi (Mouse Commands): Clarify `mouse-yank-at-click'.
Fixes: debbugs:16376
Ingo Lohmar [Sat, 8 Feb 2014 02:18:31 +0000 (21:18 -0500)]
* help-fns.el (describe-variable): Fix case where value is directory-local
with no dir-locals file.
Fixes: debbugs:16635
Glenn Morris [Sat, 8 Feb 2014 02:07:55 +0000 (21:07 -0500)]
auth-sources doc fixes
* doc/misc/auth.texi (GnuPG and EasyPG Assistant Configuration):
Be agnostic about authinfo/authinfo.gpg default order.
* lisp/gnus/auth-source.el (auth-sources): Doc fix.
Fixes: debbugs:16642
Glenn Morris [Sat, 8 Feb 2014 01:26:13 +0000 (20:26 -0500)]
* lisp/abbrev.el (edit-abbrevs-mode): Derive from fundamental-mode.
Fixes: debbugs:16682
Michael Albinus [Fri, 7 Feb 2014 15:56:15 +0000 (16:56 +0100)]
Remove superfluous argument.
Michael Albinus [Fri, 7 Feb 2014 15:47:18 +0000 (16:47 +0100)]
* automated/tramp-tests.el (tramp-test26-process-file): Improve test.
(tramp-test27-start-file-process): Use "_p" as argument of lambda.
(tramp-test28-shell-command): Improve `shell-command' test. Add
`async-shell-command' tests.
Juanma Barranquero [Fri, 7 Feb 2014 11:13:31 +0000 (12:13 +0100)]
* lisp/simple.el (quoted-insert): Check character validity (bug#16677).
Martin Rudalics [Fri, 7 Feb 2014 10:55:28 +0000 (11:55 +0100)]
In window_resize_apply adjust margin width, if necessary (Bug#16649).
* window.c (window_resize_apply): Adjust margin width, if necessary.
Martin Rudalics [Fri, 7 Feb 2014 10:03:10 +0000 (11:03 +0100)]
Constrain window body sizes.
* window.c (window_body_height, window_body_width): Don't return
negative value.
Martin Rudalics [Fri, 7 Feb 2014 09:32:15 +0000 (10:32 +0100)]
Constrain window box sizes (Bug#16649).
* xdisp.c (window_box_width): Don't return less than zero.
(window_box_left_offset, window_box_right_offset): Don't return
more than the window's pixel width.
Juri Linkov [Fri, 7 Feb 2014 07:58:10 +0000 (09:58 +0200)]
* lisp/desktop.el (desktop-read): Claim the lock when the owner is not the current process.
Fixes: debbugs:16157
Juri Linkov [Fri, 7 Feb 2014 07:51:56 +0000 (09:51 +0200)]
* lisp/desktop.el (desktop-buffers-not-to-save): Change default from nil to "\\` ".
Fixes: debbugs:16651
Juri Linkov [Fri, 7 Feb 2014 07:44:29 +0000 (09:44 +0200)]
* lisp/desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
when enabling, and `desktop-auto-save-cancel-timer' when disabling.
(desktop-auto-save-cancel-timer): New function with some code from
`desktop-auto-save-set-timer'.
(after-init-hook): Don't call `desktop-auto-save-set-timer'.
Instead of setting `desktop-save-mode' to nil, call
`desktop-save-mode' with arg 0.
Fixes: debbugs:16630
Glenn Morris [Fri, 7 Feb 2014 07:18:02 +0000 (23:18 -0800)]
Some hi-lock doc
* doc/emacs/display.texi (Highlight Interactively):
Mention hi-lock-auto-select-face.
* lisp/hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
(hi-lock-face-buffer, hi-lock-face-phrase-buffer)
(hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
* etc/NEWS: Related edits.
Glenn Morris [Fri, 7 Feb 2014 07:13:21 +0000 (23:13 -0800)]
* doc/emacs/anti.texi (Antinews): Fix typo.
Glenn Morris [Fri, 7 Feb 2014 03:25:52 +0000 (19:25 -0800)]
* src/nsterm.m (syms_of_nsterm): Doc fix.
It is not necessary to say "default is..." since there are standard
mechanisms for displaying that information.
Glenn Morris [Fri, 7 Feb 2014 03:23:46 +0000 (19:23 -0800)]
"Use instead" obsolescence messages should end with "."
Glenn Morris [Fri, 7 Feb 2014 03:22:34 +0000 (19:22 -0800)]
Move iswitchb.el to obsolete/
Ref: http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00501.html
* lisp/obsolete/iswitchb.el: Move to obsolete/.
* lisp/simple.el (iswitchb-mode): Add manual autoloads to ease transition,
since obsolete/ is not scanned for autoloads.
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
Add iswitchb.el.
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete files.
* doc/misc/viper.texi (File and Buffer Handling): Prefer ido to iswitchb.
* etc/NEWS: Related edits.
Glenn Morris [Fri, 7 Feb 2014 03:19:39 +0000 (19:19 -0800)]
* etc/TODO: Remove refs to obsolete files.
Glenn Morris [Fri, 7 Feb 2014 03:14:56 +0000 (19:14 -0800)]
* lisp/obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
Disable now non-functional find-file-hook.
Maybe somebody had (require 'meese) in their init file...
If patcomp.el can live on in obsolete/, so can this.
Glenn Morris [Fri, 7 Feb 2014 03:07:07 +0000 (19:07 -0800)]
ChangeLog fix
Lars Ingebrigtsen [Fri, 7 Feb 2014 03:06:44 +0000 (03:06 +0000)]
lisp/gnus/ietf-drums.el (ietf-drums-parse-address): Don't bug out when called with an empty string
David Engster [Thu, 6 Feb 2014 20:57:24 +0000 (21:57 +0100)]
Grammar bug fixes from CEDET upstream.
* grammars/c.by (function-pointer): Correctly deal with anonymous
function pointers.
(opt-brackets-after-symbol): New.
(multi-stage-dereference): Use it. Add rules for explicit
matching the last dereference.
Paul Eggert [Thu, 6 Feb 2014 18:29:57 +0000 (10:29 -0800)]
Spelling fix.
Eli Zaretskii [Thu, 6 Feb 2014 15:27:46 +0000 (17:27 +0200)]
Another fix for handling of file names on Windows 9X.
src/w32.c (pMultiByteToWideChar, pWideCharToMultiByte): New
variables: pointers through which to call the respective APIs.
(filename_to_utf16, filename_from_utf16, filename_to_ansi)
(filename_from_ansi, sys_link, check_windows_init_file): Call
MultiByteToWideChar and WideCharToMultiByte through pointers.
This is required on Windows 9X, where we dynamically load
UNICOWS.DLL which has their non-stub implementations.
(maybe_load_unicows_dll): Assign addresses to these 2 function
pointers after loading UNICOWS.DLL.
src/w32fns.c (Fx_file_dialog, Fw32_shell_execute) [!CYGWIN]: Call
MultiByteToWideChar and WideCharToMultiByte through function
pointers.
src/w32.h (pMultiByteToWideChar, pWideCharToMultiByte): New
declarations.
Michael Albinus [Thu, 6 Feb 2014 08:49:34 +0000 (09:49 +0100)]
* net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
instead of ";" in order to avoid additional prompts. Let heredoc
scripts read from tty. (Bug#16582)
(tramp-send-command): No special handling of heredocs, it isn't
necessary anymore.
Glenn Morris [Thu, 6 Feb 2014 08:39:18 +0000 (00:39 -0800)]
* NEWS copyedits
Jan Djärv [Thu, 6 Feb 2014 07:57:53 +0000 (08:57 +0100)]
* nsterm.m (toggleFullScreen:): Hide menubar on secondary monitor
for OSX >= 10.9 if separate spaces are used.
(toggleFullScreen:): Use screen of w instead of fw.
Fixes: debbugs:16659
Lars Ingebrigtsen [Thu, 6 Feb 2014 05:43:50 +0000 (05:43 +0000)]
lisp/gnus/gnus-msg.el (gnus-summary-cancel-article): Allow cancelling articles that have a differing From address (bug#10808)
Stefan Monnier [Thu, 6 Feb 2014 05:37:23 +0000 (00:37 -0500)]
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
with a space. Limit the symbols considered to the ones
that are bound or fbound (bug#16646).
Fixes: debbugs:16664
Glenn Morris [Thu, 6 Feb 2014 04:27:26 +0000 (20:27 -0800)]
Doc changes for cache-long-scans
Ref: http://debbugs.gnu.org/15797#65
* doc/lispref/display.texi (Truncation):
* doc/lispref/positions.texi (Screen Lines): Do not mention cache-long-scans.
* src/buffer.c (cache-long-scans): Doc fix.
* etc/NEWS: Related edit.