Leo Liu
8ee4c296ec
* emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2014-02-24 11:55:17 +08:00
Juanma Barranquero
7d4bd627de
lisp/apropos.el: Avoid formatting error in compact layout mode.
2014-02-24 03:38:54 +01:00
Juanma Barranquero
e918e27fdf
lisp/apropos: Fix typos.
...
(apropos-property, apropos-all-words-regexp)
(apropos-true-hit, apropos-variable, apropos-print):
Fix docstring typos, and remove obsolete comment.
2014-02-24 00:41:17 +01:00
Juanma Barranquero
707ddc7f06
etc/NEWS: Fix some mangled references to U+00AB and U+00BB.
2014-02-23 20:46:38 +01:00
Glenn Morris
974a106116
Fix typo in previous
2014-02-23 11:25:59 -08:00
Glenn Morris
c1228e5cf9
* doc/emacs/rmail.texi (Rmail Inbox): Mention rmail-mbox-format.
...
* etc/NEWS: Related markup.
2014-02-23 11:23:12 -08:00
Michael Albinus
85c01f803f
* net/tramp-sh.el (tramp-sh-handle-file-truename): Preserve trailing "/".
...
Fixes: debbugs:16851
2014-02-23 15:51:29 +01:00
Martin Rudalics
0b5d5a442a
Fix some marks in NEWS.
2014-02-23 11:32:14 +01:00
Dmitry Gutov
dfdb365c4c
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Handle the
...
inconsistent second element of the list returned by
`smie-indent--parent'.
(ruby-font-lock-keywords): Disqualify any identifier before `=' as
method call.
2014-02-23 10:26:40 +02:00
Dmitry Gutov
62f9502226
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
...
after `=>'.
Fixes: debbugs:16811
2014-02-23 07:53:53 +02:00
Paul Eggert
16f4c9f148
Spelling fixes.
2014-02-22 18:46:12 -08:00
Juanma Barranquero
025f2c8156
lisp/elec-pair.el: Fix typos.
...
(electric-pair-text-syntax-table, electric-pair-syntax-info)
(electric-pair--syntax-ppss, electric-pair--balance-info)
(electric-pair-mode): Fix docstring typos.
(electric-pair--looking-at-unterminated-string-p): Doc fix.
(electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2014-02-23 01:19:11 +01:00
Xue Fuqiao
1cf4cf5647
Some remember doc
...
* doc/misc/remember.texi (Quick Start): Add an index.
(Function Reference, Quick Start): Add cross-references.
2014-02-23 07:14:49 +08:00
Glenn Morris
ca58fa737d
Misc small frame/window doc
...
* src/frame.c (frame-alpha-lower-limit, frame-resize-pixelwise):
* src/window.c (window-resize-pixelwise): Doc fixes.
* etc/NEWS: Related edits.
This including unmarking some items marked as ---, where it it not
clear to me that no doc updates are needed.
2014-02-22 13:49:10 -08:00
Glenn Morris
612c3e462e
* lisp/imenu.el (imenu--generic-function): Doc fix.
...
* etc/NEWS: Related markup.
2014-02-22 13:20:49 -08:00
Glenn Morris
123c84f91b
* lisp/register.el (frame-configuration-to-register): Make obsolete.
...
* etc/NEWS: Related markup.
2014-02-22 13:13:30 -08:00
Glenn Morris
f33095ed6b
Bit more doc for process filter and sentinel changes
...
* src/process.c (Finternal_default_process_filter)
(Finternal_default_process_sentinel): Doc tweaks.
* doc/lispref/processes.texi: Typo fixes.
* etc/NEWS: Related markup.
2014-02-22 13:08:22 -08:00
Martin Rudalics
b7aa5ad686
Document some frame and window changes in NEWS.
2014-02-22 18:57:57 +01:00
Juanma Barranquero
d994ff7c0d
doc/lispref/functions.texi (Declare Form): Fix typo in previous change.
2014-02-22 04:46:18 +01:00
Stefan Monnier
add6de1c94
* doc/lispref/functions.texi (Declare Form): Document gv-expander,
...
gv-setter, and compiler-macro.
Fixes: debbugs:16829
2014-02-21 22:39:10 -05:00
Juanma Barranquero
e59fa9adb3
lisp/desktop.el: Do not fail when desktop-files-not-to-save is nil.
2014-02-22 03:10:49 +01:00
Daniel Colascione
d3cac06127
Build correct secrets pattern from auth-source pattern
2014-02-21 17:44:59 -08:00
Daniel Colascione
4e6526341d
Additional type checking in secrets API
2014-02-21 16:47:42 -08:00
Glenn Morris
363362c5cb
NEWS copyedits
2014-02-21 15:24:02 -05:00
Glenn Morris
5fcd01e507
Tweak earlier doc/lispref/processes.texi change
2014-02-21 15:10:56 -05:00
Juanma Barranquero
f35affb60f
lisp/emacs-lisp/gv.el: Avoid duplicating entries of defun-declaration-alist.
2014-02-21 20:01:19 +01:00
Stefan Monnier
3d136b1b72
* lisp/emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule.
...
Fixes: debbugs:16829
2014-02-21 12:45:26 -05:00
Eli Zaretskii
7ce645e001
Another update of MS-Windows entries in etc/PROBLEMS.
2014-02-21 18:47:04 +02:00
Juanma Barranquero
612ddfc096
lisp/whitespace.el: End obsolescence messages with dot.
...
(whitespace-space, whitespace-hspace, whitespace-tab)
(whitespace-newline, whitespace-trailing, whitespace-line)
(whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
(whitespace-space-after-tab): Fix typo in docstrings.
2014-02-21 17:18:56 +01:00
Dmitry Gutov
cb8f50a75c
* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2014-02-21 17:39:17 +02:00
Dmitry Gutov
c8481b1b2c
* lisp/electric.el (electric-indent-functions-without-reindent):
...
Add `yaml-indent-line'.
2014-02-21 16:29:28 +02:00
Juanma Barranquero
34b71457b2
lisp/w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
...
It has done nothing for years; should be removed after the release.
2014-02-21 15:26:17 +01:00
Juanma Barranquero
37febf5317
doc/lispref/windows.texi (Window Configurations): Doc fix.
...
(Windows and Frames): Fix typo.
2014-02-21 14:33:57 +01:00
Juanma Barranquero
bed5126f52
lisp/simple.el (choose-completion): Fix docstring typo.
...
(read-quoted-char-radix): Remove unneeded * in docstring.
(process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
Don't escape parentheses unnecessarily in docstrings.
2014-02-21 14:22:14 +01:00
Martin Rudalics
2ed94e0498
In with-temp-buffer-window don't evaluate BODY within with-current-buffer (Bug#16816).
...
* window.el (with-temp-buffer-window): Don't evaluate BODY within
with-current-buffer (Bug#16816).
2014-02-21 12:04:27 +01:00
Michael Albinus
c6e08d12a9
* automated/tramp-tests.el
...
(tramp-test19-directory-files-and-attributes): Do not include
directories in comparison; they might have changed their
timestamps already.
2014-02-21 11:43:49 +01:00
Eli Zaretskii
037f36e52c
Update MS-Windows entries in etc/PROBLEMS.
2014-02-21 11:02:19 +02:00
Glenn Morris
d7bf6b1536
* etc/MACHINES: Add note re Irix 6.5.
2014-02-21 00:08:08 -08:00
Glenn Morris
458e643be8
Some doc updates for default process sentinels and filters not being nil
...
* doc/lispref/internals.texi (Process Internals):
* doc/lispref/processes.texi (Deleting Processes, Output from Processes)
(Process Buffers, Filter Functions, Accepting Output, Sentinels)
(Network, Network Servers, Network Processes, Serial Ports):
Filters and sentinels can no longer be nil.
* doc/lispref/elisp.texi (Top): Menu update.
* doc/misc/flymake.texi (Starting the syntax check process): Grammar fix.
* doc/misc/tramp.texi (External packages): Grammar fix.
Reword for default sentinel not being nil any more.
* src/process.c (Fprocess_buffer, Faccept_process_output)
(Finternal_default_process_filter, Finternal_default_process_sentinel):
Doc fixes.
2014-02-21 00:04:15 -08:00
Martin Rudalics
8dd3e94fb6
Fix handling of window-min-height/-width (Bug#16738).
...
* window.el (window--dump-window, window--dump-frame): New
functions.
(window--min-size-1): Account for window dividers. When
window-resize-pixelwise is nil, delay rounding till after the
sum of the window components has been calculated.
(window--min-delta-1, window--max-delta-1): When PIXELWISE is
nil make sure at least one text line and two text columns remain
fully visible.
(window-resize): Signal an error when window-resize-apply fails.
(window--resize-child-windows): Fix calculation of by how many
pixels a window can still be shrunk via window-new-normal.
(adjust-window-trailing-edge): Call window--resizable with
correct TRAIL argument.
2014-02-21 09:02:05 +01:00
Glenn Morris
afe1e4c8eb
ChangeLog fix
...
It's "<foo>" to indicate a change related to foo.
[foo] is for a change conditional on foo being defined.
See info node `(standards)Indicating the Part Changed'.
2014-02-20 23:56:52 -08:00
Michael Albinus
0e5324c4b4
Add ChangeLog entry for previous commit.
2014-02-21 08:53:19 +01:00
Michael Albinus
67223d255a
* net/tramp.el (tramp-check-cached-permissions):
...
Call `file-attributes' with `suffix' being a symbol but a string.
2014-02-21 08:52:04 +01:00
Paul Eggert
9901fa1abc
Pacify GCC when configuring with --enable-gcc-warnings.
...
* xdisp.c (move_it_in_display_line_to) [lint]:
Initialize recently-added local.
2014-02-20 23:42:42 -08:00
Daniel Colascione
4819842050
Improve dbus error handling; detect bus failure
2014-02-20 20:32:31 -08:00
Juanma Barranquero
e48983a694
lisp/w32-fns.el: Remove obsolescence declarations for nonexistent vars.
...
(w32-enable-italics, w32-charset-to-codepage-alist):
These variables do not exist anymore.
2014-02-21 04:26:21 +01:00
Juanma Barranquero
fdcfd74540
lisp/savehist.el: Fix typos in docstrings.
...
(savehist-save-minibuffer-history, savehist-additional-variables)
(savehist-file, savehist-mode-hook, savehist-save-hook, savehist-coding-system)
(savehist-loaded, savehist-load, savehist-install, savehist-autosave):
Fix typos; mostly, refer to "Savehist mode" when talking about the mode,
and not the function.
2014-02-21 01:47:17 +01:00
Juanma Barranquero
99e1513378
lisp/saveplace.el (save-place): Remove redundant info in docstring.
...
(save-place-forget-unreadable-files, toggle-save-place)
(save-place-forget-unreadable-files, save-place-dired-hook):
Fix typos and remove unneeded backslashes.
2014-02-21 01:35:08 +01:00
Michael Albinus
146a4cf202
* tramp-tests.el (tramp-test19-directory-files-and-attributes):
...
Instrument failed test case.
2014-02-20 19:26:40 +01:00
Eli Zaretskii
679f782755
Fix excessive calls to bidi_shelve_cache reported in bug #15555 .
...
src/xdisp.c (move_it_in_display_line_to): Save the iterator state in ppos_it
only once per call. Reimplement the method used to return to the
best candidate position if all the positions found in display line
are beyond TO_CHARPOS. This cuts down the number of calls to
bidi_shelve_cache, which moves a lot of stuff when lines are long
and include bidirectional text.
2014-02-20 19:40:56 +02:00