1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-09 09:16:02 -08:00
Commit graph

97109 commits

Author SHA1 Message Date
Sam Steingold
9d42453dfd identify "refentry" as DocBook 2010-11-04 14:17:38 -04:00
Adrian Robert
3fdebbf9ac * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (EmacsView-performDragOperation:): Correct empty return statements. Based on a patch by Ismail Donmez <ismail@namtrac.org>. 2010-11-04 20:10:50 +02:00
Chong Yidong
eea682b6d1 Notes about elpa.gnu.org for maintainers. 2010-11-04 13:00:43 -04:00
Michael Albinus
36bc5d3ba3 * tramp.texi (Remote shell setup): New item "Interactive shell
prompt".  Reported by Christian Millour <cm@abtela.com>.
(Remote shell setup, Remote processes): Use @code{} for
environment variables.
2010-11-04 14:30:20 +01:00
Katsumi Yamaoka
b354bc5303 shr.el (shr-tag-img): Use string-width and truncate-string-to-width to measure the length and truncate alt text. 2010-11-04 11:00:25 +00:00
Chong Yidong
015eea5996 * emacs-lisp/package.el (package-unpack): Remove no-op.
(package--builtins, package--dir): Doc fix.
(package-activate-1, package-activate, package-install)
(package-compute-transaction): Fix error message.
(package-delete): Use delete-directory.  Omit system packages.
(package-initialize): Set package-alist to nil first.
(package-menu-mark-delete, package-menu-mark-install): Don't add
symbols that are inconsistent with the package state.
(package-menu-execute): Perform deletions and installations as
single batch operations.
2010-11-03 19:21:51 -04:00
Julien Danjou
17c0c952f8 Support for gif transparency.
* image.c (gif_load): Add support for transparency and specified
:background.
2010-11-03 16:08:48 -04:00
Chong Yidong
7977dcb80e etc/NEWS: Move --with-crit-dir option to emacs-23. 2010-11-03 15:53:47 -04:00
Glenn Morris
728618ba3d reftex-toc trivia.
* lisp/textmodes/reftex-toc.el (reftex-toc-do-promote): Remove unused
local `mpos'.
(reftex-toc-restore-region): Make `mpos' local to this function.
2010-11-03 01:03:42 -07:00
Glenn Morris
0b03a950a0 idlwave trivia.
* lisp/progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
(props): Remove unnecessary declaration.
2010-11-03 00:57:43 -07:00
Glenn Morris
e337e22c24 Silence ispell.el compilation.
* lisp/textmodes/ispell.el (ispell-init-process): On Emacs, always use
set-process-query-on-exit-flag.
2010-11-03 00:42:27 -07:00
Glenn Morris
a88e24dddd * lisp/textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs. 2010-11-03 00:20:03 -07:00
Glenn Morris
d7619e3b53 * doc/misc/gnus.texi (Configuring nnmairix): Spelling fix. 2010-11-02 20:53:12 -07:00
Glenn Morris
537b04b96a Don't be so lax with spelling.
* lisp/net/dbus.el (dbus-name-owner-changed-handler): Doc fix.

* doc/misc/ediff.texi (Quick Help Commands, Miscellaneous): Spelling fix.
2010-11-02 20:49:04 -07:00
Glenn Morris
cf503f7c08 Mere anarchy is loosed upon the world.
* doc/misc/gnus.texi (Agent Variables): Spelling fix.
2010-11-02 20:40:54 -07:00
Glenn Morris
52365e6136 landmark: you lose.
* lisp/play/landmark.el (lm-losing-threshold): Correct spelling.
(lm-human-plays): Use new name.
2010-11-02 20:35:38 -07:00
Glenn Morris
cd32f8a9a0 Fix the most annoying typo in the world.
* lisp/play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
(gomoku-human-plays): Use new name.
2010-11-02 20:33:24 -07:00
Glenn Morris
033862d125 Silence compilation of gomoku.el.
* lisp/play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
(Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
(gomoku-score-trans-table, gomoku-winning-threshold)
(gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
2010-11-02 20:30:37 -07:00
Glenn Morris
b9829b58ce Silence compilation of mh-mime.el.
* lisp/mh-e/mh-mime.el (dots, type, ov): Avoid unnecessary declaration.
2010-11-02 20:27:38 -07:00
Chong Yidong
4b99edf23f Separate built-in packages from elpa packages, for efficiency.
* emacs-lisp/package.el: Don't put built-in packages in
package-alist, to avoid loading inefficiencies.
(package-built-in-p): Make VERSION optional, and treat it as a
minimum acceptable version.
(package-activate): Search separately for built-in packages.  Emit
a warning if a dependency fails.
(define-package): Handle most common case, where there is no
obsolete package, first.
(package-compute-transaction): Print required version in error.
(package--initialized): New variable.
(list-packages): Use it.
(package-initialize): Optional arg NO-ACTIVATE.  Don't put
built-in packages in packages-alist; keep it separate.  Set
package--initialized.
(describe-package): Avoid activating packages as a side-effect.
Search separately for built-in packages.
(describe-package-1): Handle the case where an elpa package is
simultaneously built-in and available/installed.
(package-installed-p, package--generate-package-list): Search
separately for built-in packages.
(package-load-descriptor): Doc fix.
2010-11-02 23:25:36 -04:00
Glenn Morris
73ab9865e6 Silence compilation of nndiary.el.
* lisp/gnus/nndiary.el (nndiary-generate-nov-databases-1)
(nndiary-generate-active-info): Rename dynamic variable `files' to
something less generic.
2010-11-02 20:25:23 -07:00
Stefan Monnier
3225dcaadb * lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
Handle __DATA__ and __END__.
2010-11-02 22:30:12 -04:00
Andrew Cohen
6ec9acb3b4 nnir.el (nnir-request-move-article): call the underlying backend to move articles from nnir. 2010-11-03 01:06:33 +00:00
Lars Magne Ingebrigtsen
dc9791eba6 gnus-cite.el (gnus-article-natural-long-line-p): Removed. 2010-11-03 01:02:53 +00:00
Noah Friedman
fa14dc1800 (byte-recompile-file): If bytecomp-arg is nil, do not ask to recompile files that are not already compiled, and do not recompile them. 2010-11-02 15:51:25 -07:00
Julien Danjou
14782c5968 nnir: remove wais support 2010-11-02 11:28:45 +00:00
Glenn Morris
cb48fe8111 * lisp/gnus/gnus-html.el: Reorder requirements to quieten compiler. 2010-11-01 21:08:43 -07:00
Glenn Morris
7beb9868bd * lisp/gnus/gnus-util.el: Comment. 2010-11-01 21:06:44 -07:00
Chong Yidong
be577d03d7 Fix last change to package.el. 2010-11-01 22:30:50 -04:00
Katsumi Yamaoka
f939acf143 gnus-cite.el (gnus-article-fill-cited-article): Make fill work properly for XEmacs as well.
gnus-cite.el (gnus-article-fill-cited-article, gnus-article-foldable-buffer, gnus-article-natural-long-line-p): Use window-width rather than frame-width.
2010-11-02 02:19:52 +00:00
Chong Yidong
0f75c62ae3 Two fixes for elpa packages overriding built-in ones.
* emacs-lisp/package.el (package-initialize): Ensure that
obsoleted built-in packages are not in package-activated-list
during activation.
(describe-package-1): Make the "installed" status override
"built-in".
2010-11-01 21:50:26 -04:00
Vinicius Jose Latorre
b29f5b7bf2 Adjust doc. 2010-11-01 23:50:22 -02:00
Andrew Cohen
2960c86fde nnir.el: Fix various bugs. 2010-11-01 23:47:38 +00:00
Lars Magne Ingebrigtsen
285cf7c8fe gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
gnus-sum.el (gnus-print-buffer): Just print the buffer as is.
gnus-cite.el (gnus-article-foldable-buffer): Protect against degenerate articles.
2010-11-01 23:11:37 +00:00
Lars Magne Ingebrigtsen
9310f19da1 Merge changes made in Gnus trunk.
nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies (bug #7311).
gnus-cite.el (gnus-article-fill-cited-article): Minimize the long-lines case by only filling the long lines.
gnus-start.el (gnus-ask-server-for-new-groups): Return the new groups.
gnus-group.el (gnus-group-find-new-groups): Display all the new groups.
gnus-start.el (gnus-find-new-newsgroups): Return the list of new groups.
nnimap.el (nnimap-request-group): Store the new updated info.
nnimap.el (nnimap-request-group): Select the group when we don't know whether it exists or not.
2010-11-01 22:21:10 +00:00
Chong Yidong
91fd0b7281 Fix error in last merge from branch.
Remove 2010-10-25 commit by Michael Albinus to dbusbind.c, which is
not intended for trunk.
2010-11-01 11:18:42 -04:00
Juanma Barranquero
a8039db123 Fix dates in ChangeLog entries. 2010-11-01 15:59:31 +01:00
Kenichi Handa
8877ed24fa merge trunk 2010-11-01 16:55:44 +09:00
Kenichi Handa
f6f3366160 merge trunk 2010-11-01 16:53:08 +09:00
Glenn Morris
919dd7aa0a Reposition some aliases in holidays.el.
* lisp/calendar/holidays.el (general-holidays, oriental-holidays)
(local-holidays, other-holidays, hebrew-holidays, christian-holidays)
(islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
the definitions of their targets.

(The position doesn't actually matter so long as the aliases are autoloaded).
2010-11-01 00:40:11 -07:00
Kenichi Handa
65b6b59a80 w32term.c (x_draw_glyphless_glyph_string_foreground): Fix the arg with_background for font->driver->draw. 2010-11-01 16:35:04 +09:00
Glenn Morris
ca7c89d8f5 * cedet/semantic/bovine/c.el (semantic-analyze-split-name): Move before use. 2010-11-01 00:34:04 -07:00
Glenn Morris
c79fc059c9 * lisp/emacs-lisp/smie.el (smie): New custom group.
(smie-blink-matching-inners, smie-indent-basic): Add :group.
2010-10-31 23:44:54 -07:00
Glenn Morris
4c188c5a04 Silence compilation of mm-util.el.
* lisp/gnus/mm-util.el (gnus-completing-read): Autoload.
(mm-read-coding-system): Simplify Emacs definition.
2010-10-31 23:39:01 -07:00
Glenn Morris
4f7a670aa8 * lisp/gnus/nnmail.el (gnus-activate-group): Update declaration. 2010-10-31 23:21:44 -07:00
Glenn Morris
9a1a272aa4 Fix some declarations in cedet.
* lisp/cedet/semantic/symref/cscope.el (ede-toplevel):
* lisp/cedet/semantic/symref.el (ede-toplevel):
* lisp/cedet/semantic/tag-file.el (ede-toplevel):
* lisp/cedet/ede.el (ede-toplevel): Fix declarations.
2010-10-31 23:19:31 -07:00
Katsumi Yamaoka
84fd0e3383 shr.el: No need to declare declare-function' since shr.el is for only Emacsen that provide libxml-parse-html-region'. 2010-11-01 06:16:46 +00:00
Glenn Morris
c8ccffb13c Fix some declarations.
* lisp/gnus/nnimap.el (gnutls-negotiate):
* lisp/gnus/nntp.el (netrc-parse): Fix declarations.

* lisp/faces.el (xw-defined-colors, x-setup-function-keys):
* lisp/mouse-sel.el (x-select-text):
* lisp/term/w32console.el (x-setup-function-keys): Update declarations.
2010-10-31 23:13:43 -07:00
Glenn Morris
f4ff702e28 * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare. 2010-10-31 23:00:04 -07:00
Glenn Morris
806c491ab1 * lisp/textmodes/ispell.el (comment-add): Declare. 2010-10-31 22:55:40 -07:00