Paul Eggert
fbaddd63ab
Spelling fixes.
2014-03-02 21:12:12 -08:00
Juanma Barranquero
35e951cd4b
*/ChangeLog: Trivial fixes.
2014-03-03 05:57:26 +01:00
Juanma Barranquero
542a38406d
lisp/icomplete.el (icomplete-completions): Follow-up to 2014-03-01T01:25:29Z!lekktu@gmail.com.
2014-03-03 04:40:48 +01:00
Juanma Barranquero
d11320e517
lisp/icomplete.el, lisp/ido.el: Doc fixes.
...
lisp/icomplete.el: Miscellaneous doc fixes.
Use Icomplete everywhere instead of icomplete for consistency.
(icomplete-max-delay-chars): Fix typo.
(icomplete-mode): Use \[].
(icomplete-tidy, icomplete-exhibit): Reflow.
(icomplete-minibuffer-setup-hook, icomplete-completions):
Remove superfluous backlashes.
lisp/ido.el: Miscellaneous doc fixes.
Use Ido everywhere instead of ido or `ido' for consistency.
(ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
(ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
(ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
(ido-separator): Extract obsolescence info from docstring and declare
with make-obsolete-variable.
(ido-minibuffer-setup-hook): Simplify example.
(ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
(ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
(ido-completion-help, ido-completing-read): Fix typos in docstrings.
(ido-everywhere): Reflow docstring.
(ido-toggle-vc): Doc fix.
(ido-switch-buffer, ido-find-file): Use tabs to improve legibility
of long list of keybindings.
2014-03-03 03:27:08 +01:00
Glenn Morris
185fbd2762
* etc/NEWS: Tweak previous change.
2014-03-02 17:41:28 -08:00
Glenn Morris
b20e120e69
* etc/NEWS: Minor edit
2014-03-02 17:16:58 -08:00
Glenn Morris
7ebd57e9d6
Minor doc tweaks for display-*-width, height
...
* lisp/frame.el (display-pixel-height, display-pixel-width)
(display-mm-dimensions-alist, display-mm-height)
(display-mm-width): Doc tweaks.
* doc/lispref/frames.texi: Remove FIXME comments. The x- versions of
these functions are internal details that do not need documenting.
* etc/NEWS: Related markup.
2014-03-02 17:00:27 -08:00
Barry O'Reilly
62d81bd7cb
* markers.texi (Moving Marker Positions): Clarify guidance about
...
when to move markers and when to create a new one, as discussed at
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
2014-03-02 12:49:02 -05:00
Barry O'Reilly
e3d090b4c5
* simple.el (undo-elt-in-region): Fix buffer corruption for edge
...
case of undo in region.
* automated/undo-tests.el (undo-test-in-region-not-most-recent):
Add new test of undo in region.
(undo-test-in-region-eob): Add test case described at
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16411#41
2014-03-02 12:37:32 -05:00
Martin Rudalics
b923819c10
In fit-window-to-buffer fix argument in window-size call.
...
* window.el (fit-window-to-buffer): Fix argument in window-size
call when window is horizontally combined.
2014-03-02 13:04:29 +01:00
Xue Fuqiao
209fcf3d83
* doc/misc/sem-user.texi (Create System Databases): Markup fix.
2014-03-02 17:32:46 +08:00
Xue Fuqiao
308d541018
Document `rectangle-mark-mode'.
...
* doc/emacs/mark.texi (Mark):
* doc/emacs/killing.texi (Rectangles): Document `rectangle-mark-mode'.
* etc/NEWS: Related edit.
2014-03-02 16:54:32 +08:00
Glenn Morris
d2b94b157c
Document zlib-decompress-region
...
* doc/lispref/text.texi (Decompression): New node.
* doc/lispref/elisp.texi (Top): Update detailed menu.
* etc/NEWS: Related markup.
2014-03-01 19:34:36 -08:00
Juanma Barranquero
b6e443c5af
lisp/icomplete.el (icomplete-completions): Use string-width.
...
Suggested by Stefan Monier <monnier@iro.umontreal.ca>.
2014-03-02 01:50:07 +01:00
Dmitry Gutov
1850913d96
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight
...
regexp options.
Fixes: debbugs:16914
2014-03-02 00:04:59 +02:00
Martin Rudalics
2907acd464
Consider Vother_window_scroll_buffer valid iff it's a live buffer.
...
* window.c (Fother_window_for_scrolling): Don't try to scroll a
killed Vother_window_scroll_buffer.
(Vother_window_scroll_buffer): Fix doc-string accordingly.
2014-03-01 20:15:29 +01:00
Eli Zaretskii
cb8b26b4ba
Fix bug #16751 with crashes in expand-file-name on Windows.
...
src/fileio.c (Fexpand_file_name) [WINDOWSNT]: Don't treat file names
that start with more than 2 slashes as UNCs.
2014-03-01 13:51:02 +02:00
Glenn Morris
504d5d5fad
Auto-commit of loaddefs files.
2014-03-01 06:19:34 -05:00
Martin Rudalics
04b577b61c
Fix size calculation in window--max-delta-1.
...
* window.el (window--max-delta-1): Round down when calculating
how many lines/columns we can get from a window.
2014-03-01 12:11:13 +01:00
Glenn Morris
84fc911dcc
* lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.
...
* lisp/simple.el: Remove mistaken FIXME comment.
* etc/NEWS: Markup.
2014-02-28 19:54:47 -08:00
Glenn Morris
3a6e15dd6f
* doc/lispref/display.texi (Forcing Redisplay): Mention pre-redisplay-function.
...
* etc/NEWS: Related markup.
2014-02-28 18:54:08 -08:00
Glenn Morris
2501c91259
Some doc related to search-invisible and query replace
...
* doc/emacs/search.texi (Query Replace): Mention search-invisible.
* doc/emacs/text.texi (Outline Visibility): Mention search-invisible
also affects query-replace.
* lisp/isearch.el (search-invisible): Doc fix.
* etc/NEWS: Related markup.
2014-02-28 18:48:54 -08:00
Glenn Morris
b829360f50
Replace some uses of obsolete argument of display-completion-list
...
* lisp/minibuffer.el (completion-hilit-commonality):
Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
* lisp/comint.el (comint-dynamic-list-completions): Doc fix.
* lisp/comint.el (comint-dynamic-list-completions):
* lisp/filecache.el (file-cache-minibuffer-complete):
* lisp/tempo.el (tempo-display-completions):
* lisp/eshell/em-hist.el (eshell-list-history):
Replace use of obsolete argument of display-completion-list.
* lisp/tempo.el: Use utf-8 for author name.
2014-02-28 18:31:05 -08:00
Juanma Barranquero
5c410a9b80
lisp/frame.el: Remove a couple of obsolete FIXME comments.
2014-03-01 02:32:42 +01:00
Juanma Barranquero
9a15505898
lisp/icomplete.el: Use "..." when U+2026 cannot be displayed.
2014-03-01 02:25:29 +01:00
Paul Eggert
8268febfe0
Fix a few crashes and leaks when cloning C strings.
...
* alloc.c, lisp.h (dupstring): New function.
* gtkutil.c (xg_get_font):
* term.c (tty_default_color_capabilities):
* xsettings.c (store_monospaced_changed)
(store_font_name_changed, parse_settings)
(read_and_apply_settings, init_gsettings, init_gconf): Use it.
This avoids some unlikely crashes due to accessing freed storage,
and avoids some minor memory leaks in the more-typical case.
2014-02-28 13:45:34 -08:00
Glenn Morris
b70257b07e
Tweak earlier shr.el change
2014-02-28 15:00:12 -05:00
Glenn Morris
6f87614914
* etc/NEWS: Minor edits.
2014-02-28 14:44:32 -05:00
Glenn Morris
81a157531f
* etc/NEWS: Minor edits
2014-02-28 14:14:25 -05:00
Juanma Barranquero
53f6cda8e6
lisp/finder.el (finder-unload-function): New function.
2014-02-28 14:59:36 +01:00
Juanma Barranquero
43977c23bf
Fix docstring typos.
...
lisp/dframe.el (dframe-detach):
lisp/find-dired.el (find-dired, find-name-dired):
lisp/finder.el (finder-mode-map, finder-mode-syntax-table)
(finder-headmark, finder-select, finder-mouse-select):
Fix typos.
2014-02-28 14:19:06 +01:00
Martin Rudalics
5c80919598
Don't show drag cursor when modeline can't be dragged (Bug#16647).
...
* xdisp.c (note_mode_line_or_margin_highlight): Don't show drag
cursor when modeline can't be dragged (Bug#16647).
2014-02-28 11:32:11 +01:00
Xue Fuqiao
d63ae2e490
Continuation of previous change.
...
* doc/lispref/functions.texi (Advising Named Functions): Tweak markup.
2014-02-28 18:31:26 +08:00
Xue Fuqiao
65fa101621
* doc/lispref/functions.texi (Advising Functions): Tweak markup.
2014-02-28 18:06:04 +08:00
Martin Rudalics
9dda75adcd
Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
...
* window.el (with-temp-buffer-window): Revert change from
2014-02-21. Suggested by Thierry Volpiatto
<thierry.volpiatto@gmail.com>. Fix doc-string based on a
suggestion by Nicolas Richard <theonewiththeevillook@yahoo.fr>.
* help.el (with-help-window): Fix doc-string.
2014-02-28 10:10:55 +01:00
Ivan Kanis
8a73034ea9
* net/shr.el (shr-put-image): add custom variable
...
`shr-image-animate' to turn off image animation. It is so slow it
will render emacs unusable.
2014-02-28 09:49:59 +01:00
Michael Albinus
5b5774e5d5
* automated/tramp-tests.el (tramp--test-enabled)
...
(tramp-test15-copy-directory): No special handling of tramp-adb.el
anymore. It's fixed in that package.
2014-02-28 09:47:43 +01:00
Michael Albinus
245aa73efe
* net/tramp-adb.el (tramp-adb-parse-device-names):
...
Use `accept-process-output'.
(tramp-adb-handle-file-truename): Cache the localname only.
(tramp-adb-handle-make-directory)
(tramp-adb-handle-delete-directory): Flush file properties correctly.
(tramp-adb-handle-set-file-modes): Do not raise an error when file
modes cannot be changed.
* net/tramp-cache.el (tramp-flush-directory-property): Remove also
file properties of symlinks.
2014-02-28 09:41:24 +01:00
Per Starbäck
48e15d641d
* textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update required/optional
...
fields to match development biblatex. (Trivial change that does not merit
a :version bump.)
Fixes: debbugs:16781
2014-02-27 22:51:04 -08:00
Andy Sawyer
65b7734774
* lisp/saveplace.el (toggle-save-place): Fix argument handling (tiny change)
...
Fixes: debbugs:16673
2014-02-27 22:44:49 -08:00
Glenn Morris
c89f0e99ea
* doc/misc/info.texi (Help-Xref): Add submenu.
...
This placates makeinfo 5.2, which otherwise actually emits a warning;
surely a flagrant breach of the makeinfo philosophy...?
2014-02-27 22:33:23 -08:00
Glenn Morris
4486e5eb9e
Remove no-longer-relevant text about writing Info nodes by hand
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00359.html
* doc/misc/info.texi (Further Reading): Rename node from Expert Info.
Remove stuff about writing Info nodes by hand.
(Help-Cross): Move node from (mainly deleted) chapter 3 to chapter 1.
2014-02-27 22:25:47 -08:00
Glenn Morris
4a6311cd71
* doc/misc/info.texi: Nuke hand-written node pointers.
2014-02-27 22:14:07 -08:00
Glenn Morris
8484c89b91
* etc/NEWS: Minor edit
2014-02-27 21:35:53 -08:00
Glenn Morris
4953b112b8
* doc/emacs/custom.texi: Typo fix.
2014-02-27 21:30:28 -08:00
Glenn Morris
5e618aba8b
Some doc fixes for completion-hilit-commonality and friends
...
* lisp/minibuffer.el (completions-first-difference)
(completions-common-part, completion-hilit-commonality): Doc fixes.
2014-02-27 21:29:45 -08:00
Xue Fuqiao
ecc384ac0a
Doc fix for `face-spec-set'.
...
* doc/lispref/display.texi (Defining Faces): Doc fix for
`face-spec-set'.
* etc/NEWS: Copyedit.
2014-02-28 12:15:21 +08:00
Xue Fuqiao
4f07dcdce6
Document prettify-symbols-mode' and global-prettify-symbols-mode'.
...
* doc/emacs/emacs.texi (Top):
* doc/emacs/programs.texi (Programs, Prettifying Symbols):
Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
* etc/NEWS: Markup changes.
2014-02-28 11:04:12 +08:00
Glenn Morris
0a4d25e5d2
* info.el: Comment.
2014-02-27 21:16:02 -05:00
Karl Berry
6deb314e66
Add H binding to info, for compatibility with standalone info
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00309.html
* lisp/info.el (Info-mode-map): Add H for describe-mode,
to synchronize with standalone Info.
* doc/misc/info.texi (Top): Mention H for a summary of all commands.
2014-02-27 21:13:56 -05:00