Bastien Guerry
68f0bb9791
Fix bug 15980
...
* minibuffer.el (completion--try-word-completion): When both a
hyphen and a space are possible candidates for the character
following a word, display both candidates.
2014-01-08 00:36:29 +01:00
Paul Eggert
be316ede5f
Fix misdisplay of interlaced GIFs with libgif5.
...
* image.c (gif_load): libgif5 deinterlaces for us, so don't do
it again.
Fixes: debbugs:16372
2014-01-07 13:14:32 -08:00
Glenn Morris
d831c9b864
Fix some superscript typos in doc/
...
* doc/lispref/files.texi (File Attributes):
* doc/misc/efaq.texi (Problems with very large files):
Fix superscript typo.
2014-01-07 13:50:49 -05:00
Bastien Guerry
160006268a
buffers.texi: Fix typo in @math construct.
...
* buffers.texi (Buffers): Fix display of @math content by using
nested braces. (Bug#16389)
Note that the HTML and plaintext output will use the curly braces
like 2^{61} -- but it's better than to have a wrong display of 2^61
in the PDF and printed versions.
2014-01-07 19:01:12 +01:00
Martin Rudalics
7e1899d7cd
Fix Bugs 16351 and 16383 when rounding in balance-windows-2.
...
* window.el (balance-windows-2): While rounding don't give a
window more than the remainder. Bug#16351, Bug#16383.
2014-01-07 18:16:24 +01:00
Glenn Morris
e90dec2be1
* etc/refcards/orgcard.tex: Revert part of previous change.
2014-01-07 09:13:07 -08:00
Glenn Morris
6f66f53f65
Fix previous change
2014-01-07 08:59:24 -08:00
Glenn Morris
cfdaa15006
ChangeLog fixes
2014-01-07 08:55:17 -08:00
Glenn Morris
0030ec15c3
* lisp/menu-bar.el (menu-bar-help-extra-packages): Remove.
...
(menu-bar-help-menu): Use view-external-packages instead.
* doc/misc/faq.texi: Comment.
2014-01-07 08:50:03 -08:00
Bastien Guerry
3c8b09ca2e
Merge Org version 8.2.5c.
2014-01-07 14:22:53 +01:00
Bastien Guerry
2b6b4f204c
emacs-lisp/package.el (package-delete): Delete package completely
...
* emacs-lisp/package.el (package-delete): Also delete the package
name from `package-alist', not its description only.
2014-01-07 11:58:03 +01:00
Glenn Morris
e9be0a138c
Reference efaq.info in preference to etc/MORE.STUFF
...
* lisp/help.el (view-external-packages):
* lisp/menu-bar.el (menu-bar-help-extra-packages):
Visit efaq.info rather than etc/MORE.STUFF.
2014-01-07 00:38:58 -08:00
Glenn Morris
ff4a5a419e
Merge some info from etc/MORE.STUFF into efaq.texi
...
* doc/misc/efaq.texi (Basic editing, Packages that do not come with Emacs):
Merge in some info from etc/MORE.STUFF.
2014-01-07 00:35:29 -08:00
Juri Linkov
e4f74da9f4
* lisp/isearch.el (isearch-mode-map): Bind [return] and [backspace] to
...
isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
* lisp/progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
that shadows RET.
2014-01-07 09:55:50 +02:00
Glenn Morris
f137f4ee19
Fix typo in previous
2014-01-06 23:51:20 -08:00
Glenn Morris
17109647e9
Minor tweak for earlier display.texi change
2014-01-06 23:50:29 -08:00
Daniel Colascione
ee916ed038
Explain recent change to log-view.el
2014-01-06 22:00:16 -08:00
Chong Yidong
de7ce2d169
More doc updates.
...
* doc/emacs/search.texi (Special Isearch): Document C-x 8 RET in isearch.
(Word Search): Document incremental word search changes.
(Isearch Yank): Document M-s C-e with a prefix argument.
* doc/lispref/files.texi (Changing Files): Document copy-file changes.
* lisp/isearch.el (isearch-yank-char, isearch-yank-word)
(isearch-yank-line): Doc fix.
2014-01-07 12:36:52 +08:00
Glenn Morris
809d2ce4cf
* doc/lispref/display.texi (Logging Messages): Copyedits re messages-buffer.
2014-01-06 21:56:17 -05:00
Glenn Morris
9a00bed56f
* etc/PROBLEMS: Remove yet more old stuff; more small edits
2014-01-06 21:33:46 -05:00
Glenn Morris
0583403316
* etc/PROBLEMS: More removal of old stuff
2014-01-06 21:11:14 -05:00
Glenn Morris
0d3c666175
* etc/PROBLEMS: Remove some old stuff; other small edits
2014-01-06 21:06:00 -05:00
Glenn Morris
8303d90678
* etc/PROBLEMS: Remove some no-longer relevant stuff re installation
2014-01-06 20:54:51 -05:00
Glenn Morris
d65a92bbff
* etc/NEWS: Markup trivia
2014-01-06 20:50:44 -05:00
Glenn Morris
11c06c7727
Document calendar-day-header-array
...
* doc/emacs/cal-xtra.texi (Calendar Customizing):
Mention calendar-day-header-array.
* etc/NEWS: Markup.
2014-01-06 20:46:23 -05:00
Stefan Monnier
6bdd920482
* lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
...
* lisp/emacs-lisp/elint.el (elint-find-builtins):
* lisp/emacs-lisp/eldoc.el (eldoc-symbol-function):
* lisp/emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
(byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand):
* lisp/apropos.el (apropos-safe-documentation):
* lisp/subr.el (symbol-file): Remove redundant fboundp.
* lisp/progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2014-01-06 18:34:05 -05:00
Bastien Guerry
daccca97f0
Fix Bug#16183 about `global-hl-line-sticky-flag'.
...
* hl-line.el (global-hl-line-overlay): Make a local variable.
(global-hl-line-overlays): New variable to store all overlays.
(global-hl-line-mode): Don't delete overlays from the current
buffer when `global-hl-line-sticky-flag' is non-nil.
(global-hl-line-highlight): Add new overlays to
`global-hl-line-overlays'.
(global-hl-line-unhighlight-all): New function to delete all
overlays when turning off `global-hl-line-mode'.
2014-01-06 21:54:37 +01:00
Stefan Monnier
ec00f20f55
* lisp/subr.el (set-transient-map): Fix nested case and docstring.
2014-01-06 14:29:39 -05:00
Eli Zaretskii
9f4e49e93e
Fix bug #16129 with slow and incorrect redisplay in follow-mode.
...
src/xdisp.c (redisplay_window): Don't skip window redisplay if the
last value of point is not equal to buffer's point.
2014-01-06 18:28:26 +02:00
Tassilo Horn
a0031f97ff
Add `Texinfo' entry to reftex-label-alist-builtin.
...
* lisp/textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
`Texinfo' entry.
2014-01-06 12:15:42 +01:00
Daniel Colascione
bf6a77f31c
Fix defun navigation in vc log view.
2014-01-05 23:33:06 -08:00
Paul Eggert
d5081c1ed8
Spelling fixes.
...
* calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* epg.el (epg-error-to-string):
* files.el (recover-file):
* lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
* mail/emacsbug.el (report-emacs-bug-hook):
* mail/sendmail.el (mail-recover):
* ses.el (ses-yank-resize):
* term/ns-win.el (ns-print-buffer):
Spelling fixes in diagnostics, mostly for "canceled" with one L.
* epg.el (epg-key-capability-alist): Rename from misspelled version.
All uses changed.
* obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2014-01-05 22:25:30 -08:00
Paul Eggert
c6ab4664a6
Specify .texi encoding.
...
* emacs-lisp-intro.texi:
* back.texi, book-spine.texi, lay-flat.texi:
* ada-mode.texi, auth.texi, autotype.texi, bovine.texi, calc.texi:
* cc-mode.texi, cl.texi, dbus.texi, dired-x.texi, ebrowse.texi:
* ede.texi, ediff.texi, edt.texi, efaq.texi, eieio.texi:
* emacs-gnutls.texi, epa.texi, erc.texi, ert.texi:
* eshell.texi, eudc.texi, flymake.texi, forms.texi, gnus-coding.texi:
* gnus-faq.texi, htmlfontify.texi, idlwave.texi, ido.texi, info.texi:
* message.texi, mh-e.texi, newsticker.texi, nxml-mode.texi:
* octave-mode.texi, org.texi, pcl-cvs.texi, pgg.texi, rcirc.texi:
* reftex.texi, remember.texi, sasl.texi, sc.texi, semantic.texi:
* ses.texi, sieve.texi, smtpmail.texi, speedbar.texi, srecode.texi:
* todo-mode.texi, tramp.texi, url.texi, vip.texi, viper.texi:
* widget.texi, wisent.texi, woman.texi:
Add @documentencoding.
2014-01-05 21:25:46 -08:00
Leo Liu
53f6b148fc
* dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
...
to avoid shadowning global key.
Fixes: debbugs:16354
2014-01-06 13:04:57 +08:00
Daniel Colascione
b82ace2f23
rst-mode indentation is non-deterministic, so inhibit electric indentation
2014-01-05 19:58:59 -08:00
Katsumi Yamaoka
d1e12aefa6
Gnus: Silence the byte compiler
2014-01-05 23:38:42 +00:00
Chong Yidong
81c7d631e9
More doc updates.
...
* backups.texi (Making Backups): Document backup-buffer change.
* commands.texi (Defining Commands): Document the interactive-form
property more carefully. Document interactive-only.
* compile.texi (Compiler Errors): Copyedits. Note that the
details for byte-compile-warnings are in its docstring.
* customize.texi (Variable Definitions): Likewise.
* files.texi (Visiting Files): Copyedits.
(Testing Accessibility): Mention ACLs. Move file-modes here from
File Attributes.
(Truenames): Move file-equal-p here from Kinds of Files.
(File Attributes): Move file-newer-than-file-p here from Testing
Accessibility.
(Extended Attributes): New node. Add file-extended-attributes.
(Changing Files): Document set-file-extended-attributes.
* minibuf.texi (Minibuffer Contents): Remove obsolete function
minibuffer-completion-contents.
* variables.texi (Defining Variables): Note that defvar acts
always on the dynamic value.
2014-01-06 07:36:13 +08:00
Tassilo Horn
0215e12553
Define org-level-* faces in tsdh-light theme.
...
* etc/themes/tsdh-light-theme.el (tsdh-light): Define org-level-*
faces.
2014-01-05 21:17:13 +01:00
Martin Rudalics
3669b6369c
In balance-windows add mising t to fix Bug#16351.
...
* window.el (balance-windows): Add mising t to fix Bug#16351.
2014-01-05 17:29:44 +01:00
Lars Magne Ingebrigtsen
3d95a0f45a
Make shr do line filling better when encountering very long words
...
(shr-insert): If we have a word that's longer than `shr-width',
break after it anyway. Otherwise we'll do no breaking once we get
such a long word.
2014-01-05 11:23:35 +01:00
Lars Magne Ingebrigtsen
1a29adc257
* net/shr.el (shr-descend): Don't bug out if the anchor is empty.
...
Fixes: debbugs:16285
2014-01-05 10:45:45 +01:00
Kenjiro NAKAYAMA
189340f5dc
Make the eww history browsing work again
...
* net/eww.el (eww-list-histories,eww-history-browse): Fixup.
(eww-history-quit): Delete and use quit-window.
(eww-history-kill): Delete, because it doesn't work well and
not necessary.
(eww-history-mode-map): Delete some keys and add easy-menu.
2014-01-05 10:27:26 +01:00
Kenjiro NAKAYAMA
f4018140ec
* net/eww.el (eww): Support single/double quote for search.
2014-01-05 10:25:05 +01:00
Paul Eggert
73dbf960bf
Fix misspelling of 'chinese' in rx.
...
* lisp/emacs-lisp/rx.el (rx-categories): Correct spelling of
chinese-two-byte.
Fixes: debbugs:16237
2014-01-04 22:10:52 -08:00
Paul Eggert
4e619754b1
Change subword regexps back to vars.
...
* progmodes/subword.el (subword-forward-regexp)
(subword-backward-regexp): Change these back to variables.
Fixes: debbugs:16296
2014-01-04 21:49:44 -08:00
Paul Eggert
dc300e285a
Spelling fix.
2014-01-04 20:56:23 -08:00
Paul Eggert
da5ecfa9b9
Spelling fixes.
...
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros
CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a
misspelling anyway....
* src/nsterm.h (updateCollectionBehavior): Rename from
updateCollectionBehaviour. All uses changed.
2014-01-04 18:56:08 -08:00
Paul Eggert
5a0f4e9062
Document vconcat and the empty vector (Bug#16246).
...
* sequences.texi (Vector Functions):
Document behavior better when the result is empty.
2014-01-04 17:33:33 -08:00
Paul Eggert
7c2127d0f4
Document behavior of (string-to-number "+@") (Bug#16293).
...
* strings.texi (String Conversion): Document behavior of
string-to-number on invalid strings that begin with "+", too.
2014-01-04 17:24:41 -08:00
Paul Eggert
54c2b8b497
Fix typo in previous change.
2014-01-04 17:00:32 -08:00