1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

114697 Commits

Author SHA1 Message Date
David Engster
05e0afceb9 Restore generated autoloads in eieio.el.
* emacs-lisp/eieio-custom.el:
* emacs-lisp/eieio-opt.el: Set generated autoload file to
'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
* emacs-lisp/eieio.el: Regenerate autoloads.
2014-01-09 21:31:21 +01:00
Glenn Morris
00885d0882 ChangeLog whitespace fix 2014-01-09 15:15:04 -05:00
Glenn Morris
e49c0a9ae3 Comment 2014-01-09 15:04:39 -05:00
Ken Olum
6affdccc58 Tiny change for message-bury
Ref: http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00539.html

* lisp/gnus/message.el (message-bury): Call bury-buffer with no
argument in the message-return-action case too.
2014-01-09 15:01:15 -05:00
Glenn Morris
236433d624 * etc/PROBLEMS: Remove more ancient, irrelevant stuff 2014-01-09 14:42:46 -05:00
Glenn Morris
1669fab91c Refer to online service directory rather than etc/SERVICE
* doc/emacs/trouble.texi (Service):
* doc/man/emacs.1: Refer to online service directory rather than etc/SERVICE.

* etc/SERVICE: Mark as obsolete.
2014-01-09 14:40:57 -05:00
Glenn Morris
30b3bce202 * etc/MORE.STUFF: Replace contents with pointer to efaq.info. 2014-01-09 14:14:28 -05:00
Glenn Morris
97a42888e1 Copyedit for previous doc/emacs/building.texi change 2014-01-09 14:11:39 -05:00
Glenn Morris
1e10b16150 Fix doc typo in previous 2014-01-09 14:07:33 -05:00
Rüdiger Sonderfeld
ec918aabb3 Document `load-prefer-newer'.
* doc/emacs/building.texi (Lisp Libraries): Document
  `load-prefer-newer'.

It is already documented in lispref.
2014-01-09 18:25:48 +01:00
Rüdiger Sonderfeld
fa49b46991 Document `string-suffix-p'.
* doc/lispref/strings.texi (Text Comparison): Document
  `string-suffix-p'.
2014-01-09 17:54:54 +01:00
Glenn Morris
fb14cb489a ChangeLog fix
Not a Debian bug; use format that bug-reference-mode understands
2014-01-09 08:52:04 -08:00
Eric S. Raymond
32f82e0ca5 Remove stray conflicty markar that the VCS somehow ignored. 2014-01-09 11:49:05 -05:00
Eric S. Raymond
f29778b343 Minor bug fix.
Fixes: debbugs:8756
2014-01-09 11:46:56 -05:00
Rüdiger Sonderfeld
a7fecaa0c5 Document Image Mode's new animation features.
* etc/NEWS: Better document the speed up, slow down, or reverse
animation in Image Mode.
* files.texi (File Conveniences): Document `image-next-frame',
`image-previous-frame', `image-goto-frame',
`image-increase-speed', `image-decrease-speed',
`image-reverse-speed', and `image-reset-speed'.
2014-01-09 14:34:36 +01:00
Rüdiger Sonderfeld
4e7d26fc68 etc/NEWS: ImageMagick :max-width/:max-height already documented.
See (info "(elisp) ImageMagick Images").
2014-01-09 13:55:59 +01:00
Stefan Monnier
684d44ef81 * lisp/simple.el (deactivate-mark, activate-mark): Force-mode-line-update.
(activate-mark): Add `no-tmm' argument.
(set-mark, push-mark-command): Use it instead of running
activate-mark-hook by hand.

Fixes: debbugs:16382
2014-01-08 20:59:19 -05:00
Eric S. Raymond
ceb885a181 Create a needed obsolete-variable alias. Fix up some docstrings. 2014-01-08 20:32:45 -05:00
Eric S. Raymond
314668368c Clean up unnecessary references to Bazaar. Documentation changes only. 2014-01-08 19:10:07 -05:00
Eric S. Raymond
0bfbd67ca3 Correect a minor error introduced into NEWS by my last commit. 2014-01-08 18:44:02 -05:00
Eric S. Raymond
ac4c50ad33 Rename INSTALL.BZR to UNSTALL.REPOm and carry that through in other files. 2014-01-08 18:24:54 -05:00
Eric S. Raymond
9475054f3c In preparation for the move to git, sanitize out some Bazaar-specific names.
* version.el (emacs-bzr-version): Name changed to
emacs-repository-version.
* loadup.el: Follow through on this name change.
* lisp/mail/emacsbug.el (report-emacs-bug): Factor out any
assumption about the version control system in use.
2014-01-08 17:57:47 -05:00
David Engster
0116ee837a Proper help support for EIEIO classes and methods. 2014-01-08 22:59:19 +01:00
David Engster
0f918d96d7 Rewrite EIEIO help functions and hook them into help system.
* help-fns.el (help-fns-describe-function-functions): New
variable to call functions for augmenting help buffers.
(describe-function-1): Remove explicit calls to
`help-fns--compiler-macro', `help-fns--parent-mode' and
`help-fns--obsolete'.  Put them in above new variable instead, and
call them through `run-hook-with-args'.
* emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
`eieio-describe-class'.  Not meant for interactive use anymore,
but to augment existing help buffers.  Remove optional second
argument.  Create proper button for file location.  Rewrite
function to use `insert' instead of `princ' and `prin1' where
possible.
(eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
(eieio-method-def, eieio-class-def): Move further up.
(describe-method, describe-generic, eieio-describe-method): Remove
aliases.
(eieio-help-constructor, eieio-help-generic): Rename from
`eieio-describe-constructor' and `eieio-describe-generic', resp.
Rewrite to use `insert' in the current buffer and use proper help
buttons.
(eieio-help-find-method-definition)
(eieio-help-find-class-definition): Also accept symbols as
arguments.
(eieio-help-mode-augmentation-maybee): Remove.
(eieio-describe-class-sb): Use `describe-function'.
* emacs-lisp/eieio.el (help-fns-describe-function-functions): Add
`eieio-help-generic' and `eieio-help-constructor'.
2014-01-08 22:30:12 +01:00
Glenn Morris
4b9e6087a0 ChangeLog fix
(When reverting a change _immediately_ after making it, just delete
the original ChangeLog entry, rather than adding a new one.)
2014-01-08 14:39:25 -05:00
Paul Eggert
136b74c53a Spelling fixes.
* lisp/language/china-util.el (hz-ascii-designation):
Rename from hz-ascii-designnation.
(hz-ascii-designation): Rename from hz-ascii-designnation.
All uses changed.
* lisp/cedet/semantic/decorate/include.el (semantic-decoration-mouse-3):
Rename from semantic-decoratiton-mouse-3.  All uses changed.
* lisp/org/org-irc.el (org-irc-ellipsify-description): Rename from
org-irc-elipsify-description.  All uses changed.
2014-01-08 11:16:10 -08:00
Glenn Morris
a129f1df5d ChangeLog fix 2014-01-08 13:31:35 -05:00
Jarosław Rzeszótko
e3e52a0157 * lisp/url/url-http.el (url-http-create-request): Don't add extra \r\n after
http data.

Fixes: debbugs:16220
2014-01-08 13:29:16 -05:00
Bastien Guerry
2167f25d0f Fix 2014-01-08T11:19:30Z!bzg@gnu.org
* emacs-lisp/package.el (package-installed-p): Fix my previous
commit (2014-01-08T11:19:30Z!bzg@gnu.org).
2014-01-08 18:39:31 +01:00
Stefan Monnier
ec6c7de239 * lisp/emacs-lisp/package.el (package-delete): Only remove pkg-desc from
package-alist.
2014-01-08 09:19:27 -05:00
Bastien Guerry
d6262c7c39 package.el: various fixes.
* emacs-lisp/package.el (package-installed-p): First check if the
package name is in package-alist.
(package-delete): Correctly delete the package from package-alist.
2014-01-08 12:19:30 +01:00
Daiki Ueno
0a3eec3270 emacs-lisp/package.el (package--check-signature): Fix download error handling
* emacs-lisp/package.el (url-recreate-url): Declare.
(url-http-target-url): Declare.
(package-handle-response): Include requested URL in the error
message.
(package--check-signature): Don't re-signal errors from
package--with-work-buffer.  Suggested by Stefan Monnier.
2014-01-08 15:25:21 +09:00
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
David Engster
abb82152dc Add new hook to augment help buffers.
* help-fns.el (help-fns-describe-function-functions): New variable to
call functions for augmenting help buffers.
(describe-function-1): Remove explicit calls to
`help-fns--compiler-macro', `help-fns--parent-mode' and
`help-fns--obsolete'.  Put them in above new variable instead.  Call
all of them through `run-hook-with-args'.
2014-01-07 21:40:44 +01: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