Glenn Morris
314ff31814
* etc/NEWS: ElDoc related edit.
...
* lisp/emacs-lisp/eldoc.el: Related commentary.
2014-01-29 23:54:28 -08:00
Glenn Morris
6bbc0c845f
* lisp/simple.el (eval-expression): Doc fix.
...
* etc/NEWS: Add missing entry.
2014-01-29 23:48:06 -08:00
Glenn Morris
ad78f43200
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.
2014-01-29 23:42:57 -08:00
Stefan Monnier
566cb04bdf
* eieio-opt.el (eieio-help-generic): Fix last change.
...
Fixes: debbugs:16584
2014-01-29 23:13:00 -05:00
Stefan Monnier
7b2f049c83
* lisp/emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
...
is a symbol.
Fixes: debbugs:16584
2014-01-29 23:02:28 -05:00
Xue Fuqiao
ba74a2c0f2
* doc/misc/sem-user.texi (Include paths): Fix a Texinfo command.
2014-01-30 11:41:34 +08:00
Glenn Morris
0c633f135a
* lisp/help.el (help-for-help-internal): Add "P" to text.
2014-01-29 21:40:19 -05:00
Paul Eggert
e9abb8a824
* xmenu.c (create_and_show_popup_menu): Port comment to C89.
2014-01-29 10:39:11 -08:00
Eli Zaretskii
824a51e6a5
Fix printing empty Lisp strings.
...
src/.gdbinit (xprintstr, xprintbytestr): Don't use repetition count
of zero to print strings, GDB doesn't like it.
2014-01-29 20:17:20 +02:00
Eli Zaretskii
46f4dd40e5
src/indent.c (current_column_1): Correct commentary.
2014-01-29 20:04:11 +02:00
Eli Zaretskii
198af6dfe2
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.
2014-01-29 19:52:16 +02:00
Kenichi Handa
908df335d0
merge trunk
2014-01-29 22:39:00 +09:00
Kenichi Handa
52840a9cc8
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.
2014-01-29 22:21:25 +09:00
Martin Rudalics
5442c6cebb
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.
2014-01-29 11:29:14 +01:00
Glenn Morris
b89878d380
* etc/NEWS: Don't use a separate section for single entries
2014-01-29 00:36:32 -08:00
Glenn Morris
2e0633c8d1
* 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.
2014-01-29 00:31:50 -08:00
Glenn Morris
5e61c1ef5c
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.
2014-01-29 00:27:55 -08:00
Jan Djärv
61c2b0b326
* xmenu.c (create_and_show_popup_menu): Handle case when no key
...
is grabbed.
Fixes: debbugs:16565
2014-01-29 09:23:59 +01:00
Martin Rudalics
1dcb169c81
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.
2014-01-28 10:45:37 +01:00
Dmitry Antipov
2275de871d
* xfaces.c (free_frame_faces): Adjust comment.
2014-01-28 11:43:24 +04:00
Luke Lee
a91289312d
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.
2014-01-28 15:02:34 +08:00
Dmitry Antipov
6affb4a807
* 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 >.
2014-01-28 09:55:06 +04:00
Glenn Morris
0a60cc0dbc
Tweak previous fill-single-char-nobreak-p doc change
2014-01-27 22:00:20 -05:00
Glenn Morris
793ffe8195
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.
2014-01-27 21:50:16 -05:00
Glenn Morris
afc123c7bf
* doc/emacs/indent.texi: Fix typo in previous
2014-01-27 21:17:51 -05:00
Glenn Morris
e1e9d7cc73
* doc/emacs/indent.texi (Tab Stops): Updates for new tab-stop behavior.
...
* etc/NEWS: Related markup.
2014-01-27 21:16:13 -05:00
Glenn Morris
e3bd7eed8c
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.
2014-01-27 20:49:02 -05:00
Glenn Morris
a22359a767
* lisp/vc/pcvs.el (cvs-append-to-ignore): Add compatibility alias.
...
(vc-editable-p, vc-checkout): Remove unused declarations.
* etc/NEWS: Small edits.
2014-01-27 19:39:50 -05:00
Glenn Morris
ee325f5825
* etc/NEWS: Small edits
2014-01-27 17:27:16 -05:00
Paul Eggert
2c09a9f479
Spelling fix.
2014-01-27 14:22:17 -08:00
Glenn Morris
5ad1feded3
* etc/NEWS: Tiny edits.
2014-01-27 17:05:52 -05:00
Glenn Morris
bac524e036
* lisp/dired.el (dired-hide-details-mode): Don't autoload it,
...
since it cannot be used outside Dired buffers anyway.
2014-01-27 16:42:53 -05:00
Glenn Morris
52695556f3
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.
2014-01-27 16:26:48 -05:00
Glenn Morris
68d01ccc30
* 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.
2014-01-27 14:56:13 -05:00
Michael Albinus
dc9c8c62df
* 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'.
2014-01-27 20:10:02 +01:00
Reuben Thomas
d269bb9964
* whitespace.el (whitespace-enable-predicate): fix sense of comment.
...
Fixes bug #16564 , from change of 2013-03-10.
2014-01-27 12:30:17 +00:00
Paul Eggert
56420a1562
* lread.c (oblookup): Fix comment to match code.
2014-01-26 21:29:30 -08:00
Glenn Morris
54f81c2aeb
* doc/emacs/buffers.texi (List Buffers): Tiny edit.
2014-01-26 18:03:26 -08:00
Glenn Morris
ece4bae50f
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.
2014-01-26 18:02:28 -08:00
Glenn Morris
6ea71a445d
* etc/TODO: Addition.
2014-01-26 16:36:40 -08:00
Paul Eggert
12cb2b063b
* data.c (Fstring_to_number): Document results if unparsable.
...
Fixes: debbugs:16551
2014-01-26 11:44:23 -08:00
Michael Albinus
748650f087
* file-notify-tests.el (file-notify-test02-events): Let it fail in the
...
local case only.
2014-01-26 17:29:50 +01:00
Michael Albinus
5511e5c59a
* automated/file-notify-tests.el (file-notify-test02-events):
...
Let test case fail for Bug#16519.
2014-01-26 17:20:13 +01:00
Jan Djärv
4988180d71
* xterm.c (x_focus_changed): Check for non-X terminal-frame
...
Fixes: debbugs:16540
2014-01-26 13:17:55 +01:00
Glenn Morris
de6a923b0b
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.
2014-01-25 19:39:34 -08:00
Paul Eggert
e6f29a6829
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.
2014-01-25 17:20:24 -08:00
Glenn Morris
0113a5e128
* doc/emacs/misc.texi (Sorting): Add findex for reverse-region.
2014-01-25 17:11:10 -08:00
Glenn Morris
169d6004f9
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.
2014-01-25 17:10:18 -08:00
Juanma Barranquero
3fcfc4ee80
Fix ChangeLog typos.
2014-01-26 01:47:40 +01:00
Paul Eggert
4f8c23b129
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
2014-01-25 16:32:30 -08:00