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
Glenn Morris
ca5fd02c06
* doc/emacs/files.texi (Interlocking): Copyedit.
...
* etc/NEWS: Related small edits.
2014-01-23 19:34:31 -08:00
Paul Eggert
6c9cbdf04f
Document 2014-01-22T19:02:41Z!eggert@cs.ucla.edu better.
2014-01-23 09:59:46 -08:00
Paul Eggert
ed44be700c
Minor cleanup of previous change.
...
* image.c (imagemagick_error, Fimagemagick_types):
Omit some recently-introduced and unnecessary casts and assignments.
2014-01-23 09:27:37 -08:00
Stefan Monnier
d4f0427be7
* lisp/emacs-lisp/cl-macs.el: Improve type->predicate mapping.
...
(cl--macroexp-fboundp): New function.
(cl--make-type-test): Use it.
Fixes: debbugs:16520
2014-01-23 10:01:41 -05:00
Dmitry Antipov
565935c89f
Fix two memory leaks discovered with Valgrind.
...
* ftfont.c (ftfont_list) [HAVE_LIBOTF]: Call OTF_close.
* image.c (Fimagemagick_types): Call MagickRelinquishMemory.
2014-01-23 16:18:08 +04:00
Glenn Morris
c51e81ef55
* doc/emacs/building.texi (Lisp Eval): Update prefix argument behavior
...
of eval-expression, eval-last-sexp.
* etc/NEWS: Related edit.
2014-01-23 00:27:44 -08:00
Glenn Morris
4a3c72703e
* emacs-lisp-intro.texi (lengths-list-file): Fix textual parentheses.
2014-01-23 00:21:53 -08:00
Glenn Morris
1670e27f38
Doc fixes related to zero prefix argument of eval-expression etc
...
* emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
* simple.el (eval-expression): Doc fixes.
2014-01-22 23:53:56 -08:00
Paul Eggert
51fb39ec63
Merge from gnulib.
...
This incorporates:
2014-01-22 qacl: check for fchmod
* m4/acl.m4: Update from gnulib.
2014-01-22 18:48:44 -08:00
Glenn Morris
d856c4a924
* etc/NEWS: Small edits
2014-01-22 21:38:18 -05:00
Glenn Morris
79baa30b10
* etc/PROBLEMS: Remove more obsolete stuff, modernize exec-shield a bit,
...
downplay LessTif (Motif is free software now).
2014-01-22 21:11:13 -05:00