Gnus developers
4e2b87d871
Misc bugfixes made in Gnus master
...
2014-01-31 Alex Schroeder <alex@gnu.org> (tiny change)
* gnus-tut.txt (Message-ID): Typo fix (bug#15556).
2014-01-31 Dave Abrahams <dave@boostpro.com>
* gnus-salt.el (gnus-tree-highlight-article): Don't move point around
in the summary buffer (bug#13769).
2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
name if we're using a single article buffer. Otherwise, it may point
to a killed buffer (bug#13756).
2014-01-30 Lars Ingebrigtsen <larsi@gnus.org>
* nnmail.el (nnmail-split-it): Instead of redoing the search to restore
the match data, just save and restore it explictly (bug#12375).
* gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
that's needed.
* spam.el (spam-initialize): Allow calling repeatedly, but only run the
the code once (bug#9069).
2014-01-31 01:56:00 +00:00
Eli Zaretskii
a1a04df94c
Revert last commit in mouse.el.
2014-01-30 19:42:48 +02:00
Martin Rudalics
df18345936
In mouse-drag-line obey window-resize-pixelwise (Bug#16594).
...
* mouse.el (mouse-drag-line): When window-resize-pixelwise is
nil call adjust-window-trailing-edge with suitable arguments
(Bug#16594).
2014-01-30 14:19:19 +01:00
Glenn Morris
b169c4cc37
Auto-commit of loaddefs files.
2014-01-30 06:19:16 -05:00
Glenn Morris
314ff31814
* etc/NEWS: ElDoc related edit.
...
* lisp/emacs-lisp/eldoc.el: Related commentary.
2014-01-29 23:54:28 -08:00
Glenn Morris
6bbc0c845f
* lisp/simple.el (eval-expression): Doc fix.
...
* etc/NEWS: Add missing entry.
2014-01-29 23:48:06 -08:00
Glenn Morris
ad78f43200
Replace refs to obsolete alias turn-on-eldoc-mode' with eldoc-mode'
...
* lisp/hexl.el (hexl-mode-hook):
* lisp/ielm.el (ielm-mode-hook):
* lisp/emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
(lisp-interaction-mode-hook):
* lisp/progmodes/cfengine.e (cfengine3-documentation-function):
Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
* lisp/emacs-lisp/eldoc.el: Same in commentary.
2014-01-29 23:42:57 -08:00
Stefan Monnier
566cb04bdf
* eieio-opt.el (eieio-help-generic): Fix last change.
...
Fixes: debbugs:16584
2014-01-29 23:13:00 -05:00
Stefan Monnier
7b2f049c83
* lisp/emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
...
is a symbol.
Fixes: debbugs:16584
2014-01-29 23:02:28 -05:00
Glenn Morris
0c633f135a
* lisp/help.el (help-for-help-internal): Add "P" to text.
2014-01-29 21:40:19 -05:00
Glenn Morris
2e0633c8d1
* lisp/hippie-exp.el: Header comment changes.
...
Remove pointless+wrong "last change" header.
Set Maintainer to FSF, since original author has made no changes in 16+ years.
2014-01-29 00:31:50 -08:00
Glenn Morris
5e61c1ef5c
Some doc for cycle-spacing
...
* lisp/simple.el (just-one-space, cycle-spacing): Doc fixes.
* doc/emacs/killing.texi (Deletion): Mention cycle-spacing.
* doc/lispref/text.texi: Comment.
* etc/NEWS: Related edits.
2014-01-29 00:27:55 -08:00
Martin Rudalics
1dcb169c81
Fix Fwindow_text_pixel_size and fit-frame-to-buffer.
...
* xdisp.c (last_max_ascent): Re-remove after erroneously
reintroducing it on 2013-11-30 and abolishing Dmitry's removal
from 2013-03-29.
(move_it_to): Re-remove reference to last_max_ascent.
(Fwindow_text_pixel_size): Add iterator's max_ascent and
max_descent here instead of calling line_bottom_y. Fix
doc-string.
* window.el (fit-frame-to-buffer): Fix calculations for margins and
height constraints.
2014-01-28 10:45:37 +01:00
Luke Lee
a91289312d
Aggregate hideif parser enhancements for a complete supporting of C/C++
...
expressions and operator precedence. Also apply code review changes.
* lisp/progmodes/hideif.el : Related enhancements.
2014-01-28 15:02:34 +08:00
Glenn Morris
0a60cc0dbc
Tweak previous fill-single-char-nobreak-p doc change
2014-01-27 22:00:20 -05:00
Glenn Morris
793ffe8195
Doc for fill-single-char-nobreak-p
...
* doc/emacs/text.texi (Fill Commands): Mention fill-single-char-nobreak-p.
* lisp/textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
* etc/NEWS: Related edit.
2014-01-27 21:50:16 -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
Paul Eggert
2c09a9f479
Spelling fix.
2014-01-27 14:22:17 -08: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
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
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
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
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
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
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
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
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
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
Glenn Morris
a5f2a870bc
Tweak earlier version.el change
2014-01-22 16:14:34 -05:00
Glenn Morris
80efa207d4
* lisp/emacs-lisp/authors.el (authors-fixed-entries): Addition.
2014-01-22 15:05:03 -05:00
Glenn Morris
e2a095b16f
ChangeLog fix.
...
* lisp/ChangeLog: The installed change was based on this one:
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00372.html
* etc/NEWS: Fix based on the fact that this does not work out of the box,
unless you fetch the notes, as described in
http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00015.html
Seems very non-intuitive to me...
2014-01-22 14:26:45 -05:00
Stefan Monnier
29afcbab15
* lisp/emacs-lisp/package.el: Write files silently.
...
(package-autoload-ensure-default-file)
(package-generate-description-file, package--write-file-no-coding)
(package-install-from-archive, package--download-one-archive):
Tell `write-region' to stay quiet.
(package-menu-mode, package-menu--print-info): Omit the Archive column
if there's only one archive.
(package-all-keywords, package--has-keyword-p): Remove dead code.
2014-01-22 14:22:45 -05:00
Glenn Morris
edace89f26
* lisp/version.el (emacs-bzr-version-bzr): Fix typo.
2014-01-22 13:29:40 -05:00
Glenn Morris
983664c0b4
* version.el (emacs-repository-get-version): Avoid error if .git exists but
...
the git executable is not found.
2014-01-22 09:34:27 -08:00
Glenn Morris
2a5bce4f0c
Fixes for emacs-repository-get-version
...
* lisp/version.el (emacs-repository-get-version):
Check either .bzr or .git, but not both.
Make the git case actually use the DIR argument, and return nil
rather than the empty string.
* etc/NEWS: Don't mention that emacs-repository-version works for git,
because it only returns nil (since it uses %N and there seem to be no
notes in the git version of the Emacs repo.)
No idea why this change is in trunk during a feature freeze anyway.
2014-01-22 09:26:14 -08:00
Martin Rudalics
6cb4da45dc
Fixes in window size functions around Bug#16430 and Bug#16470.
...
* window.c (Fwindow_pixel_width, Fwindow_pixel_height)
(Fwindow_mode_line_height, Fwindow_header_line_height)
(Fwindow_right_divider_width, Fwindow_bottom_divider_width):
Minor doc-string adjustments.
(Fwindow_total_height, Fwindow_total_width): New argument ROUND.
Rewrite doc-strings.
(window_body_height, window_body_width): Do not count partially
visible lines/columns when PIXELWISE is nil (Bug#16470).
(Qfloor, Qceiling): New symbols.
* window.el (window-total-size, window-size): New argument
ROUND.
(window--min-delta-1, window-min-delta, window--max-delta-1): Be
more conservative when calculating the numbers of lines or
columns a window can shrink (Bug#16430).
(fit-window-to-buffer): Simplify code.
* term.el (term-window-width): Call window-body-width again.
2014-01-22 11:29:23 +01:00
Glenn Morris
7b997b1458
Some doc for image-format-suffixes
...
* doc/lispref/display.texi (ImageMagick Images):
Expand on image-format-suffixes.
* lisp/image.el (image-format-suffixes): Doc fix.
* etc/NEWS: Related markup.
2014-01-22 00:30:00 -08:00
Glenn Morris
44e76f9dd1
* lisp/international/quail.el (quail-define-package): Doc fix.
...
* etc/NEWS: Related edit.
2014-01-21 23:55:53 -08:00
Glenn Morris
73c1c6d795
authors.el small additions
...
* lisp/emacs-lisp/authors.el (authors-valid-file-names):
(authors-renamed-files-alist): Additions.
* lisp/ChangeLog.5, etc/ChangeLog: Clarify old entries.
2014-01-21 23:35:50 -08:00
Glenn Morris
7bfc1caa62
Unduplicate the lib-src/ and etc/ ChangeLogs
...
* lisp/emacs-lisp/authors.el (authors-valid-file-names): Related additions.
2014-01-21 21:44:44 -05:00
Glenn Morris
85a5f61f29
* lisp/vc/vc-git.el (vc-git-print-log): Remove --follow;
...
reverts 2014-01-09 change.
Fixes: debbugs:16422
2014-01-21 21:01:40 -05:00
Glenn Morris
213763c134
Set Maintainer: FSF in some files
2014-01-21 20:54:10 -05:00
Glenn Morris
cc0f2ece47
Fix some function declarations
...
* lisp/calc/calc-embed.el (thing-at-point-looking-at):
* lisp/emacs-lisp/map-ynp.el (x-popup-dialog):
* lisp/obsolete/lmenu.el (x-popup-dialog):
* lisp/emacs-lisp/package.el (url-recreate-url):
* lisp/mail/mailclient.el (clipboard-kill-ring-save):
* lisp/subr.el (x-popup-dialog): Update declaration.
* lisp/mail/rmail.el (rmail-mime-message-p):
* lisp/window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2014-01-21 20:50:40 -05:00