]>
git.eshelyaron.com Git - emacs.git/log
Dmitry Gutov [Fri, 31 Jan 2014 17:33:12 +0000 (19:33 +0200)]
Fixup the documentation for the previous change
* etc/NEWS: Mention `ruby-align-chained-calls'.
* lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): Update the
docstring and add :version tag.
Fixes: debbugs:16593
Dmitry Gutov [Fri, 31 Jan 2014 17:13:49 +0000 (19:13 +0200)]
Implement user option ruby-align-chained-calls
* lisp/progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
(ruby-smie-grammar): Make "." right-associative. Make its priority
lower than the ternary and all binary operators.
(ruby-smie-rules): Indent "(" relative to the first non-"."
parent, or the first "." parent at indentation. Use
`ruby-align-chained-calls' for indentation of "." tokens.
* test/automated/ruby-mode-tests.el (ruby-align-chained-calls):
New test.
Fixes: debbugs:16593
Lars Ingebrigtsen [Fri, 31 Jan 2014 10:13:28 +0000 (10:13 +0000)]
lisp/gnus/nnimap.el (nnimap-transform-headers): Partially revert mistakenly checked-in test code from last checkin
Juri Linkov [Fri, 31 Jan 2014 09:41:54 +0000 (11:41 +0200)]
Misc small fixes.
* doc/lispref/searching.texi (String Search): Incremental word search fixes.
* lisp/sort.el (delete-duplicate-lines): Remove `:weakness 'key'
from `make-hash-table'.
* lisp/textmodes/ispell.el (ispell-init-process): Change message format
to be consistent with other messages.
Lars Ingebrigtsen [Fri, 31 Jan 2014 08:33:13 +0000 (08:33 +0000)]
lisp/gnus/nnimap.el (nnimap-transform-headers): Fix Davmail header parsing
Glenn Morris [Fri, 31 Jan 2014 07:28:17 +0000 (23:28 -0800)]
Delete Selection mode doc updates
* lisp/delsel.el (delete-selection-mode): Doc fix.
* doc/misc/efaq.texi (Replacing highlighted text):
Update delete-selection-mode doc.
* etc/NEWS: Related edit.
Glenn Morris [Fri, 31 Jan 2014 07:15:54 +0000 (23:15 -0800)]
trace.el doc updates
* lisp/emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
(trace-function-background): Doc fixes.
Commentary update for this package now using nadvice.el, not advice.el.
* etc/NEWS: Related edits.
Glenn Morris [Fri, 31 Jan 2014 06:39:51 +0000 (22:39 -0800)]
* lisp/erc/erc.el (erc-accidental-paste-threshold-seconds): Doc tweak.
* etc/NEWS: Related markup.
Glenn Morris [Fri, 31 Jan 2014 06:34:44 +0000 (22:34 -0800)]
* lisp/ido.el (ido-use-virtual-buffers): Doc fix.
Reset :version, since the default value has not changed.
* etc/NEWS: Related edits.
Glenn Morris [Fri, 31 Jan 2014 06:20:29 +0000 (22:20 -0800)]
Some doc related to register-preview
* lisp/register.el (register-preview-delay, register-read-with-preview):
Doc fixes.
* etc/NEWS: Related edits.
Glenn Morris [Fri, 31 Jan 2014 02:43:03 +0000 (21:43 -0500)]
ChangeLog fixes
Glenn Morris [Fri, 31 Jan 2014 02:39:40 +0000 (21:39 -0500)]
Fix for c-submit-bug-report and reporter.el void-variable handling
* lisp/mail/reporter.el (reporter-dump-variable): In case of void-variable,
do not mess with mail-buffer position (fixes 2009-11-03 change).
* lisp/progmodes/cc-mode.el (c-submit-bug-report):
Check auto-fill-mode is bound.
Fixes: debbugs:16592
Darren Hoo [Fri, 31 Jan 2014 01:58:51 +0000 (20:58 -0500)]
Fix for fancy-splash image inconsistency
* lisp/startup.el (fancy-splash-image-file): New function,
split from fancy-splash-head.
(fancy-splash-head, use-fancy-splash-screens-p): Use it,
so that we are both using the same image.
Fixes: debbugs:16574
Gnus developers [Fri, 31 Jan 2014 01:56:00 +0000 (01:56 +0000)]
Misc bugfixes made in Gnus master
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change)
* gnus-tut.txt (Message-ID): Typo fix (bug#15556).
2014-01-31 Dave Abrahams <dave@boostpro.com>
* gnus-salt.el (gnus-tree-highlight-article): Don't move point around
in the summary buffer (bug#13769).
2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
name if we're using a single article buffer. Otherwise, it may point
to a killed buffer (bug#13756).
2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
* nnmail.el (nnmail-split-it): Instead of redoing the search to restore
the match data, just save and restore it explictly (bug#12375).
* gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
that's needed.
* spam.el (spam-initialize): Allow calling repeatedly, but only run the
the code once (bug#9069).
Eli Zaretskii [Thu, 30 Jan 2014 17:42:48 +0000 (19:42 +0200)]
Revert last commit in mouse.el.
Andreas Schwab [Thu, 30 Jan 2014 17:22:30 +0000 (18:22 +0100)]
Don't ignore SIGPROF in subprocesses
* process.c (create_process): Reset SIGPROF handler in the child.
* callproc.c (call_process): Likewise.
Martin Rudalics [Thu, 30 Jan 2014 13:19:19 +0000 (14:19 +0100)]
In mouse-drag-line obey window-resize-pixelwise (Bug#16594).
* mouse.el (mouse-drag-line): When window-resize-pixelwise is
nil call adjust-window-trailing-edge with suitable arguments
(Bug#16594).
Glenn Morris [Thu, 30 Jan 2014 11:19:16 +0000 (06:19 -0500)]
Auto-commit of loaddefs files.
Glenn Morris [Thu, 30 Jan 2014 07:54:28 +0000 (23:54 -0800)]
* etc/NEWS: ElDoc related edit.
* lisp/emacs-lisp/eldoc.el: Related commentary.
Glenn Morris [Thu, 30 Jan 2014 07:48:06 +0000 (23:48 -0800)]
* lisp/simple.el (eval-expression): Doc fix.
* etc/NEWS: Add missing entry.
Glenn Morris [Thu, 30 Jan 2014 07:42:57 +0000 (23:42 -0800)]
Replace refs to obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'
* lisp/hexl.el (hexl-mode-hook):
* lisp/ielm.el (ielm-mode-hook):
* lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
(lisp-interaction-mode-hook):
* lisp/progmodes/cfengine.e (cfengine3-documentation-function):
Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
* lisp/emacs-lisp/eldoc.el: Same in commentary.
Stefan Monnier [Thu, 30 Jan 2014 04:13:00 +0000 (23:13 -0500)]
* eieio-opt.el (eieio-help-generic): Fix last change.
Fixes: debbugs:16584
Stefan Monnier [Thu, 30 Jan 2014 04:02:28 +0000 (23:02 -0500)]
* lisp/emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
is a symbol.
Fixes: debbugs:16584
Xue Fuqiao [Thu, 30 Jan 2014 03:41:34 +0000 (11:41 +0800)]
* doc/misc/sem-user.texi (Include paths): Fix a Texinfo command.
Glenn Morris [Thu, 30 Jan 2014 02:40:19 +0000 (21:40 -0500)]
* lisp/help.el (help-for-help-internal): Add "P" to text.
Paul Eggert [Wed, 29 Jan 2014 18:39:11 +0000 (10:39 -0800)]
* xmenu.c (create_and_show_popup_menu): Port comment to C89.
Eli Zaretskii [Wed, 29 Jan 2014 18:17:20 +0000 (20:17 +0200)]
Fix printing empty Lisp strings.
src/.gdbinit (xprintstr, xprintbytestr): Don't use repetition count
of zero to print strings, GDB doesn't like it.
Eli Zaretskii [Wed, 29 Jan 2014 18:04:11 +0000 (20:04 +0200)]
src/indent.c (current_column_1): Correct commentary.
Eli Zaretskii [Wed, 29 Jan 2014 17:52:16 +0000 (19:52 +0200)]
Fix bug #16576 with PRINTCHARFUN that conses output a lot.
src/print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE, not
STRING_CHAR_AND_LENGTH, so that if the string is relocated by GC,
we still use correct addresses.
Kenichi Handa [Wed, 29 Jan 2014 13:39:00 +0000 (22:39 +0900)]
merge trunk
Kenichi Handa [Wed, 29 Jan 2014 13:21:25 +0000 (22:21 +0900)]
Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.edu to preserve the code detection behavior of 24.3.
Martin Rudalics [Wed, 29 Jan 2014 10:29:14 +0000 (11:29 +0100)]
In x_set_tool_bar_lines of w32fns.c don't clear area on frames that are not visible.
* w32fns.c (x_set_tool_bar_lines): Don't clear area on frames
that are not visible.
Glenn Morris [Wed, 29 Jan 2014 08:36:32 +0000 (00:36 -0800)]
* etc/NEWS: Don't use a separate section for single entries
Glenn Morris [Wed, 29 Jan 2014 08:31:50 +0000 (00:31 -0800)]
* lisp/hippie-exp.el: Header comment changes.
Remove pointless+wrong "last change" header.
Set Maintainer to FSF, since original author has made no changes in 16+ years.
Glenn Morris [Wed, 29 Jan 2014 08:27:55 +0000 (00:27 -0800)]
Some doc for cycle-spacing
* lisp/simple.el (just-one-space, cycle-spacing): Doc fixes.
* doc/emacs/killing.texi (Deletion): Mention cycle-spacing.
* doc/lispref/text.texi: Comment.
* etc/NEWS: Related edits.
Jan Djärv [Wed, 29 Jan 2014 08:23:59 +0000 (09:23 +0100)]
* xmenu.c (create_and_show_popup_menu): Handle case when no key
is grabbed.
Fixes: debbugs:16565
Martin Rudalics [Tue, 28 Jan 2014 09:45:37 +0000 (10:45 +0100)]
Fix Fwindow_text_pixel_size and fit-frame-to-buffer.
* xdisp.c (last_max_ascent): Re-remove after erroneously
reintroducing it on 2013-11-30 and abolishing Dmitry's removal
from 2013-03-29.
(move_it_to): Re-remove reference to last_max_ascent.
(Fwindow_text_pixel_size): Add iterator's max_ascent and
max_descent here instead of calling line_bottom_y. Fix
doc-string.
* window.el (fit-frame-to-buffer): Fix calculations for margins and
height constraints.
Dmitry Antipov [Tue, 28 Jan 2014 07:43:24 +0000 (11:43 +0400)]
* xfaces.c (free_frame_faces): Adjust comment.
Luke Lee [Tue, 28 Jan 2014 07:02:34 +0000 (15:02 +0800)]
Aggregate hideif parser enhancements for a complete supporting of C/C++
expressions and operator precedence. Also apply code review changes.
* lisp/progmodes/hideif.el : Related enhancements.
Dmitry Antipov [Tue, 28 Jan 2014 05:55:06 +0000 (09:55 +0400)]
* terminal.c (initial_free_frame_resources): New function.
(init_initial_terminal): Install new hook to free face cache
on initial frame and avoid memory leak. For details, see
<http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01974.html>.
Glenn Morris [Tue, 28 Jan 2014 03:00:20 +0000 (22:00 -0500)]
Tweak previous fill-single-char-nobreak-p doc change
Glenn Morris [Tue, 28 Jan 2014 02:50:16 +0000 (21:50 -0500)]
Doc for fill-single-char-nobreak-p
* doc/emacs/text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
* lisp/textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
* etc/NEWS: Related edit.
Glenn Morris [Tue, 28 Jan 2014 02:17:51 +0000 (21:17 -0500)]
* doc/emacs/indent.texi: Fix typo in previous
Glenn Morris [Tue, 28 Jan 2014 02:16:13 +0000 (21:16 -0500)]
* doc/emacs/indent.texi (Tab Stops): Updates for new tab-stop behavior.
* etc/NEWS: Related markup.
Glenn Morris [Tue, 28 Jan 2014 01:49:02 +0000 (20:49 -0500)]
Some doc related to tab-stops
* doc/lispref/text.texi (Indent Tabs): Update related to tab-stops.
* lisp/indent.el (tab-stop-list): Doc fix. Add :version.
Glenn Morris [Tue, 28 Jan 2014 00:39:50 +0000 (19:39 -0500)]
* lisp/vc/pcvs.el (cvs-append-to-ignore): Add compatibility alias.
(vc-editable-p, vc-checkout): Remove unused declarations.
* etc/NEWS: Small edits.
Glenn Morris [Mon, 27 Jan 2014 22:27:16 +0000 (17:27 -0500)]
* etc/NEWS: Small edits
Paul Eggert [Mon, 27 Jan 2014 22:22:17 +0000 (14:22 -0800)]
Spelling fix.
Glenn Morris [Mon, 27 Jan 2014 22:05:52 +0000 (17:05 -0500)]
* etc/NEWS: Tiny edits.
Glenn Morris [Mon, 27 Jan 2014 21:42:53 +0000 (16:42 -0500)]
* lisp/dired.el (dired-hide-details-mode): Don't autoload it,
since it cannot be used outside Dired buffers anyway.
Glenn Morris [Mon, 27 Jan 2014 21:26:48 +0000 (16:26 -0500)]
Small doc updates for CUA and dired
* doc/emacs/dired.texi (Misc Dired Features): Copyedits for hide-details.
* lisp/dired.el (dired-hide-details-hide-symlink-targets)
(dired-hide-details-hide-information-lines)
(dired-hide-details-mode): Doc fixes.
* lisp/emulation/cua-base.el (cua-mode): Doc fix.
* etc/NEWS: Related edits.
* lisp/ChangeLog: Comment changes do not need ChangeLog entries.
Glenn Morris [Mon, 27 Jan 2014 19:56:13 +0000 (14:56 -0500)]
* etc/NEWS: Small calc edits.
In general, it is not necessary for NEWS to repeat information from an
option's doc-string. All NEWS really has to do is advertise that the
option exists.
Michael Albinus [Mon, 27 Jan 2014 19:10:02 +0000 (20:10 +0100)]
* automated/file-notify-tests.el (file-notify--deftest-remote):
Do not skip when the local test has failed. They are unrelated.
(file-notify--wait-for-events): Use `sit-for'. Let-bind
`noninteractive' to nil, otherwise `sit-for' could be degraded to
`sleep-for'.
(file-notify-test02-events): Check for `file-remote-p' instead of
`file-notify--test-remote-enabled'.
Reuben Thomas [Mon, 27 Jan 2014 12:30:17 +0000 (12:30 +0000)]
* whitespace.el (whitespace-enable-predicate): fix sense of comment.
Fixes bug #16564, from change of 2013-03-10.
Paul Eggert [Mon, 27 Jan 2014 05:29:30 +0000 (21:29 -0800)]
* lread.c (oblookup): Fix comment to match code.
Glenn Morris [Mon, 27 Jan 2014 02:03:26 +0000 (18:03 -0800)]
* doc/emacs/buffers.texi (List Buffers): Tiny edit.
Glenn Morris [Mon, 27 Jan 2014 02:02:28 +0000 (18:02 -0800)]
Doc, comment, etc updates for increased use of locate-user-emacs-file
This should have been a prerequisite for making these changes in the
first place.
* doc/emacs/calendar.texi (Time Intervals):
* doc/misc/idlwave.texi (Lesson III---User Catalog, Online Help)
(Starting the Shell, Catalogs, User Catalog):
* doc/misc/remember.texi (Quick Start):
* doc/misc/viper.texi:
* doc/misc/vip.texi (Customization, Customizing Constants)
(Customizing Key Bindings): Update for files being in ~/.emacs.d/.
* lisp/ido.el (ido-save-directory-list-file):
* lisp/saveplace.el (save-place-file):
* lisp/calendar/timeclock.el (timeclock-file):
* lisp/net/quickurl.el (quickurl-url-file):
* lisp/obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
* lisp/progmodes/idlwave.el (idlwave-config-directory):
* lisp/textmodes/remember.el (remember-data-file):
Bump :version.
* lisp/shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
* lisp/strokes.el (strokes-file): Doc fix. Bump :version.
(strokes-help): Doc fix.
* lisp/emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
* lisp/emulation/viper.el (viper): Doc fix for custom group.
(top-level): Remove oh-so-no-longer-relevant text about vip.
* lisp/obsolete/otodo-mode.el (todo-prefix): Doc fix.
* etc/NEWS: Related edits.
Glenn Morris [Mon, 27 Jan 2014 00:36:40 +0000 (16:36 -0800)]
* etc/TODO: Addition.
Paul Eggert [Sun, 26 Jan 2014 19:44:23 +0000 (11:44 -0800)]
* data.c (Fstring_to_number): Document results if unparsable.
Fixes: debbugs:16551
Michael Albinus [Sun, 26 Jan 2014 16:29:50 +0000 (17:29 +0100)]
* file-notify-tests.el (file-notify-test02-events): Let it fail in the
local case only.
Michael Albinus [Sun, 26 Jan 2014 16:20:13 +0000 (17:20 +0100)]
* automated/file-notify-tests.el (file-notify-test02-events):
Let test case fail for Bug#16519.
Jan Djärv [Sun, 26 Jan 2014 12:17:55 +0000 (13:17 +0100)]
* xterm.c (x_focus_changed): Check for non-X terminal-frame
Fixes: debbugs:16540
Glenn Morris [Sun, 26 Jan 2014 03:39:34 +0000 (19:39 -0800)]
Doc updates for opascal.el
* lisp/progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
Doc fix. Make obsolete.
(opascal-mode): No longer mention opascal-tab-always-indents in doc.
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/programs.texi (Program Modes):
Update for delphi.el -> opascal.el renaming.
* etc/NEWS: Edits.
Paul Eggert [Sun, 26 Jan 2014 01:20:24 +0000 (17:20 -0800)]
When decoding, prefer ptrdiff_t to int for buffer positions etc.
* coding.c (detect_coding_utf_8, emacs_mule_char)
(detect_coding_iso_2022, encode_coding_iso_2022, check_ascii)
(check_utf_8, decode_coding):
* coding.h (struct coding_system.errors):
Use ptrdiff_t, not int, for integer values derived from buffer and
string positions.
Glenn Morris [Sun, 26 Jan 2014 01:11:10 +0000 (17:11 -0800)]
* doc/emacs/misc.texi (Sorting): Add findex for reverse-region.
Glenn Morris [Sun, 26 Jan 2014 01:10:18 +0000 (17:10 -0800)]
Some doc for delete-duplicate-lines
* doc/emacs/killing.texi (Deletion): Mention delete-duplicate-lines.
* lisp/sort.el (delete-duplicate-lines): Doc fix.
* etc/NEWS: Related edit.
Juanma Barranquero [Sun, 26 Jan 2014 00:47:40 +0000 (01:47 +0100)]
Fix ChangeLog typos.
Paul Eggert [Sun, 26 Jan 2014 00:32:30 +0000 (16:32 -0800)]
Fix crash with insert-file-contents and misdecoded text.
* fileio.c (Finsert_file_contents): Set CODING_MODE_LAST_BLOCK
before invoking decode_coding_gap, since there's just one block.
Fixes: debbugs:16286
Rüdiger Sonderfeld [Sat, 25 Jan 2014 19:15:42 +0000 (20:15 +0100)]
Link to info manual in `defgroup'.
* lisp/progmodes/ada-mode.el (ada):
* lisp/woman.el (woman): Link to info manual and Commentary section.
* lisp/url/url-vars.el (url):
* lisp/erc/erc.el (erc):
* lisp/progmodes/flymake.el (flymake):
* lisp/nxml/nxml-mode.el (nxml):
* lisp/net/eww.el (eww):
* lisp/speedbar.el (speedbar, speedbar-faces, speedbar-vc):
* lisp/htmlfontify.el (htmlfontify):
* lisp/ses.el (ses):
* lisp/epa.el (epa):
* lisp/ido.el (ido): Link to info manual.
Leo Liu [Sat, 25 Jan 2014 18:32:34 +0000 (02:32 +0800)]
* progmodes/flymake.el (flymake-make-overlay): No rear advance.
Martin Rudalics [Sat, 25 Jan 2014 14:39:49 +0000 (15:39 +0100)]
Fix handling of face attributes in Fx_create_frame (Bug#16529).
* w32fns.c (Fx_create_frame): Don't inhibit running Lisp code
too early. Again run change_frame_size before assigning menu-
and tool-bar-lines.
Fabrice Popineau [Sat, 25 Jan 2014 13:04:48 +0000 (15:04 +0200)]
Fix bug #16517 with display change on MS-Windows while in full-screen mode.
src/w32term.c (w32_read_socket): When the WM_DISPLAYCHANGE message
arrives, call x_check_fullscreen, in case the new display has a
different resolution.
Eli Zaretskii [Sat, 25 Jan 2014 08:25:51 +0000 (10:25 +0200)]
Fix bug #16479 with client connections while TTY menu is open.
src/term.c (read_menu_input): If the selected frame changes, exit
the menu.
(tty_menu_show): If the selected frame changes while we displayed
a menu, throw to top level.
Xue Fuqiao [Sat, 25 Jan 2014 04:53:33 +0000 (12:53 +0800)]
* doc/misc/cc-mode.texi (Minor Modes): Minor fix.
Stefan Monnier [Sat, 25 Jan 2014 03:48:29 +0000 (22:48 -0500)]
* src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change.
Xue Fuqiao [Sat, 25 Jan 2014 03:00:52 +0000 (11:00 +0800)]
Typo fix.
Adam Sjøgren [Sat, 25 Jan 2014 00:52:16 +0000 (17:52 -0700)]
* net/shr.el (shr-tag-img): Prefer the title over the alt text.
Fixes: debbugs:16537
David Engster [Fri, 24 Jan 2014 22:15:29 +0000 (23:15 +0100)]
Fix references in EIEIO documentation.
* eieio.texi (Introduction): Fix references.
Paul Eggert [Fri, 24 Jan 2014 20:55:22 +0000 (12:55 -0800)]
Fix bool-vector-count-population bug on MinGW64.
* data.c (count_one_bits_word): Fix bug (negated comparison)
when BITS_PER_ULL < BITS_PER_BITS_WORD.
Fixes: debbugs:16535
Paul Eggert [Fri, 24 Jan 2014 18:36:44 +0000 (10:36 -0800)]
Remove stray ".".
Paul Eggert [Fri, 24 Jan 2014 18:32:25 +0000 (10:32 -0800)]
Spelling fix.
Bastien Guerry [Fri, 24 Jan 2014 16:05:12 +0000 (17:05 +0100)]
* editfns.c (Fconstrain_to_field): Fix typo in docstring.
Glenn Morris [Fri, 24 Jan 2014 07:45:40 +0000 (23:45 -0800)]
* etc/NEWS: Fix typos
Glenn Morris [Fri, 24 Jan 2014 07:43:34 +0000 (23:43 -0800)]
* etc/NEWS.21: lesstif.org domain is defunct, use sourceforge site.
Glenn Morris [Fri, 24 Jan 2014 07:41:42 +0000 (23:41 -0800)]
* etc/NEWS: Small edits.
Glenn Morris [Fri, 24 Jan 2014 07:36:34 +0000 (23:36 -0800)]
Misc small doc updates
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete terminal.el.
* doc/misc/efaq.texi (Termcap/Terminfo entries for Emacs):
Use M-x term rather than M-x terminal-emulator.
* etc/NEWS: Related markup.
Glenn Morris [Fri, 24 Jan 2014 07:29:39 +0000 (23:29 -0800)]
Misc small doc updates
* doc/emacs/ack.texi (Acknowledgments): No longer mention obsolete xesam.el.
* lisp/woman.el (woman-default-faces, woman-monochrome-faces):
Fix obsolescence specification.
* etc/NEWS: Related markup.
Juanma Barranquero [Fri, 24 Jan 2014 04:15:13 +0000 (05:15 +0100)]
* net/eww.el (eww-download-callback): Fix reference to eww-download-directory.
Juanma Barranquero [Fri, 24 Jan 2014 04:13:35 +0000 (05:13 +0100)]
Silence byte-compiler warning.
* emacs-lisp/bytecomp.el (byte-compile-file):
Remove unused local variable `file-name'.
Glenn Morris [Fri, 24 Jan 2014 04:11:48 +0000 (20:11 -0800)]
Doc updates for with-demoted-errors
* doc/lispref/control.texi (Handling Errors): Update with-demoted-errors.
* lisp/subr.el (with-demoted-errors): Doc fix.
* etc/NEWS: Related edit.
Glenn Morris [Fri, 24 Jan 2014 03:57:53 +0000 (19:57 -0800)]
* doc/misc/emacs-mime.texi (time-date): Use float-time.
* etc/NEWS: Related edit.
Dmitry Antipov [Fri, 24 Jan 2014 03:53:16 +0000 (07:53 +0400)]
* xdisp.c (reseat_1, Fcurrent_bidi_paragraph_direction): Avoid
undefined behavior by initializing display property bit of a
string processed by the bidirectional iterator. For details, see
<http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01920.html>.
Glenn Morris [Fri, 24 Jan 2014 03:51:52 +0000 (19:51 -0800)]
* doc/lispref/files.texi (File Locks): Every platform supports locking now.
Glenn Morris [Fri, 24 Jan 2014 03:34:31 +0000 (19:34 -0800)]
* doc/emacs/files.texi (Interlocking): Copyedit.
* etc/NEWS: Related small edits.
Paul Eggert [Thu, 23 Jan 2014 17:59:46 +0000 (09:59 -0800)]
Document 2014-01-22T19:02:41Z!eggert@cs.ucla.edu better.
Paul Eggert [Thu, 23 Jan 2014 17:27:37 +0000 (09:27 -0800)]
Minor cleanup of previous change.
* image.c (imagemagick_error, Fimagemagick_types):
Omit some recently-introduced and unnecessary casts and assignments.
Stefan Monnier [Thu, 23 Jan 2014 15:01:41 +0000 (10:01 -0500)]
* lisp/emacs-lisp/cl-macs.el: Improve type->predicate mapping.
(cl--macroexp-fboundp): New function.
(cl--make-type-test): Use it.
Fixes: debbugs:16520
Dmitry Antipov [Thu, 23 Jan 2014 12:18:08 +0000 (16:18 +0400)]
Fix two memory leaks discovered with Valgrind.
* ftfont.c (ftfont_list) [HAVE_LIBOTF]: Call OTF_close.
* image.c (Fimagemagick_types): Call MagickRelinquishMemory.
Glenn Morris [Thu, 23 Jan 2014 08:27:44 +0000 (00:27 -0800)]
* doc/emacs/building.texi (Lisp Eval): Update prefix argument behavior
of eval-expression, eval-last-sexp.
* etc/NEWS: Related edit.
Glenn Morris [Thu, 23 Jan 2014 08:21:53 +0000 (00:21 -0800)]
* emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.