1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
Commit Graph

114938 Commits

Author SHA1 Message Date
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
Rüdiger Sonderfeld
ed85dee69d 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.
2014-01-25 20:15:42 +01:00
Leo Liu
e0c67e1dce * progmodes/flymake.el (flymake-make-overlay): No rear advance. 2014-01-26 02:32:34 +08:00
Martin Rudalics
45ccd90941 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.
2014-01-25 15:39:49 +01:00
Fabrice Popineau
83682f3e4d 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.
2014-01-25 15:04:48 +02:00
Eli Zaretskii
e96f7bf11e 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.
2014-01-25 10:25:51 +02:00
Xue Fuqiao
caece7c393 * doc/misc/cc-mode.texi (Minor Modes): Minor fix. 2014-01-25 12:53:33 +08:00
Stefan Monnier
afd4479fde * src/eval.c (Fsignal): Fix `debug' handling to match 2013-10-03 change. 2014-01-24 22:48:29 -05:00
Xue Fuqiao
4d000e6915 Typo fix. 2014-01-25 11:00:52 +08:00
Adam Sjøgren
35408b1a6c * net/shr.el (shr-tag-img): Prefer the title over the alt text.
Fixes: debbugs:16537
2014-01-24 17:52:16 -07:00
David Engster
c13b1a2dbf Fix references in EIEIO documentation.
* eieio.texi (Introduction): Fix references.
2014-01-24 23:15:29 +01:00
Paul Eggert
0fadc0b0ae 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
2014-01-24 12:55:22 -08:00
Paul Eggert
1c597a5e2f Remove stray ".". 2014-01-24 10:36:44 -08:00
Paul Eggert
258fcaf738 Spelling fix. 2014-01-24 10:32:25 -08:00
Bastien Guerry
9940e3466e * editfns.c (Fconstrain_to_field): Fix typo in docstring. 2014-01-24 17:05:12 +01:00
Glenn Morris
950fb38db1 * etc/NEWS: Fix typos 2014-01-23 23:45:40 -08:00
Glenn Morris
f2c5de0a00 * etc/NEWS.21: lesstif.org domain is defunct, use sourceforge site. 2014-01-23 23:43:34 -08:00
Glenn Morris
303ea1dd93 * etc/NEWS: Small edits. 2014-01-23 23:41:42 -08:00
Glenn Morris
5ace6c29b9 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.
2014-01-23 23:36:34 -08:00
Glenn Morris
03f3b3182d 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.
2014-01-23 23:29:39 -08:00
Juanma Barranquero
f77c7a99c1 * net/eww.el (eww-download-callback): Fix reference to eww-download-directory. 2014-01-24 05:15:13 +01:00
Juanma Barranquero
76c3fa958f Silence byte-compiler warning.
* emacs-lisp/bytecomp.el (byte-compile-file):
Remove unused local variable `file-name'.
2014-01-24 05:13:35 +01:00
Glenn Morris
1e548e4056 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.
2014-01-23 20:11:48 -08:00
Glenn Morris
96c983e0d3 * doc/misc/emacs-mime.texi (time-date): Use float-time.
* etc/NEWS: Related edit.
2014-01-23 19:57:53 -08:00
Dmitry Antipov
aac1f8ddd5 * 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>.
2014-01-24 07:53:16 +04:00
Glenn Morris
0db19d3890 * doc/lispref/files.texi (File Locks): Every platform supports locking now. 2014-01-23 19:51:52 -08:00