1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
Commit graph

104713 commits

Author SHA1 Message Date
Teodor Zlatanov
c8bf3227a2 auth.texi (Secret Service API): Adjust @samp to @code for collection names 2012-04-06 01:56:38 +00:00
Lars Magne Ingebrigtsen
f23d2c7d18 `shrink-window' doc fix
* window.el (shrink-window): Mention the `window-min-height'
variable in the doc string.
2012-04-06 00:26:20 +02:00
Glenn Morris
48cac0510d Update lispref antinews menu descriptions per comment in anti.texi 2012-04-05 14:32:38 -04:00
Eli Zaretskii
9009bdae37 Fix a typo in doc/lispref/anti.texi. 2012-04-05 19:52:56 +03:00
Chong Yidong
91b65361ae * doc/lispref/anti.texi (Antinews): Rewrite for Emacs 23.
* etc/NEWS: Some minor rearrangement.
2012-04-05 22:47:41 +08:00
Teodor Zlatanov
ca2c89b638 auth.texi (Secret Service API): Edit further and give examples. 2012-04-05 13:55:55 +00:00
Bastien Guerry
0a0a3573ec Fix typo in color.el.
Thanks to Brad Town for spotting this.
2012-04-05 09:29:19 +02:00
Glenn Morris
2c7191889d NEWS typo fix and punctuation tweaks 2012-04-04 23:54:40 -07:00
Chong Yidong
dfdb4cadb8 NEWS copyedits. Remove +++/--- lines. 2012-04-05 12:29:22 +08:00
Glenn Morris
6cac07d8ab More anchors for internal Glossary links. 2012-04-04 20:28:06 -04:00
Glenn Morris
8980d0b9e9 * doc/emacs/glossary.texi (Glossary): Use anchors for internal cross-refs 2012-04-04 20:14:04 -04:00
Glenn Morris
3c93d00f97 Markup fixes for auth.texi
* doc/misc/auth.texi (Help for users, Help for developers)
(GnuPG and EasyPG Assistant Configuration): Markup fixes.
2012-04-04 16:44:56 -04:00
Glenn Morris
aebd5f1a83 auth.texi small edits
* doc/misc/auth.texi (Secret Service API): Copyedits.
(Help for developers): Fill in some missing function doc-strings.
2012-04-04 16:36:33 -04:00
Stefan Monnier
e5248ac91d * lisp/server.el (server--on-display-p): New function.
(server--on-display-p): Use it.
2012-04-04 13:13:00 -04:00
Gabor Vida
b4243e226b * lisp/ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p.
Fixes: debbugs:11145
2012-04-04 12:22:09 -04:00
Stefan Monnier
305d9f44b0 * lisp/comint.el (comint--common-quoted-suffix): Check string boundary
before comparing.
* lisp/pcomplete.el (pcomplete--common-quoted-suffix): Idem.

Fixes: debbugs:11158
2012-04-04 12:06:59 -04:00
Michael Albinus
df5817ee10 Change doc flag for secrets.el 2012-04-04 17:32:59 +02:00
Michael Albinus
0317dd510d * auth.texi (Secret Service API): Add the missing text. 2012-04-04 17:28:57 +02:00
Chong Yidong
245d176bac Some more completion updates for Lisp manual.
* doc/lispref/minibuf.texi (Reading File Names): minibuffer-local-filename-must-match-map is
not used anymore.
(Minibuffer Completion): Document completing-read-function.
(Completion in Buffers): completion-at-point-functions can return
properties recognized in completion-extra-properties.
2012-04-04 18:32:35 +08:00
Chong Yidong
321cc491c5 Document completion-extra-properties in Lisp manual.
* doc/lispref/minibuf.texi (Programmed Completion): Remove obsolete variable
completion-annotate-function.
(Completion Variables): Rename from Completion Styles.  Document
completion-extra-properties.  Document completion-styles-alist
change.

* lisp/minibuffer.el (completion-extra-properties): Doc fix.
2012-04-04 17:19:32 +08:00
Chong Yidong
a7972adfd8 * doc/lispref/os.texi (Notifications): Copyedits. 2012-04-04 16:11:01 +08:00
Chong Yidong
3d439cd10f Several miscellaneous doc changes.
* doc/lispref/display.texi (Delayed Warnings): New node.

* doc/misc/gnus-faq.texi (FAQ 8-2): Mention EasyPG.

* doc/misc/gnus.texi: Reduce references to obsolete pgg library.
(Security): Note that epg is now the default.

* doc/misc/message.texi (Using PGP/MIME): Note that epg is now the default.

* doc/misc/nxml-mode.texi (Completion): C-RET is no longer bound to
nxml-complete.

* lisp/subr.el (delayed-warnings-hook): Doc fix.

* src/keyboard.c (Vdelayed_warnings_list): Doc fix.
2012-04-04 15:54:02 +08:00
Glenn Morris
97f4a299ee * doc/lispref/os.texi (Notifications): Copyedits. 2012-04-04 00:38:30 -07:00
Glenn Morris
251c2719e6 Fix commenting convention in PROBLEMS example 2012-04-04 00:30:02 -07:00
Glenn Morris
c8d59ba3ed Fix NEWS typo 2012-04-04 00:29:06 -07:00
Glenn Morris
56964ab56c ChangeLog fix 2012-04-04 00:27:58 -07:00
Glenn Morris
a070640684 More small edits for doc/emacs/glossary.texi
* doc/emacs/glossary.texi (Glossary): Copyedits.
New items: Bidirectional Text, Client, Directory Local Variable,
File Local Variable, Server, Theme, Trash Can.

* admin/FOR-RELEASE: Related markup.
2012-04-04 00:27:17 -07:00
Glenn Morris
8a18dcb0e9 admin/notes/tags small update 2012-04-03 22:11:56 -04:00
Glenn Morris
8bf27c8ab6 Small edits for doc/emacs/glossary.texi
* doc/emacs/glossary.texi (Glossary): Copyedits.
Use Texinfo-recommended convention for quotes and punctuation.
Comment out a few specialized (Rmail) items.
2012-04-03 21:44:33 -04:00
Daiki Ueno
2d562c0fbb epa: bind C-c C-c to finish key selection. 2012-04-04 10:38:37 +09:00
Richard M. Stallman
4443f2045b report-emacs-bug: cope with read-only signature. 2012-04-03 21:05:29 -04:00
Glenn Morris
82ac93bdaa New admin/notes file 2012-04-03 16:03:34 -04:00
Michael Albinus
425a25f190 Change doc flag for D-Bus 2012-04-03 15:44:41 +02:00
Bastien Guerry
372d7b21b2 Add :version tag to new Org options in Emacs 24.1 2012-04-03 14:02:21 +02:00
Bastien Guerry
5c7ac47249 Fix small regressions in Org 2012-04-03 12:28:31 +02:00
Chong Yidong
529c06b6cb Two minor doc/consistency fixes.
* doc/emacs/sending.texi (Mail Misc): Fix an index entry.

* lisp/mail/sendmail.el (mail-mode-map): Bind C-c C-i to
mail-insert-file, not its obsolete alias mail-attach-file.
2012-04-03 18:21:47 +08:00
Chong Yidong
7d301ae648 Reorder and edit some NEWS entries. 2012-04-03 18:16:54 +08:00
Michael Albinus
8ce1aea8f6 Change doc flag for notifications.el and soap-client.el 2012-04-03 10:18:10 +02:00
Michael Albinus
9ff687e181 * os.texi (Terminal-Specific): Fix typo.
(Notifications): New section.

* elisp.texi (Top):
* vol1.texi (Top):
* vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
menu entries.
2012-04-03 10:10:17 +02:00
Michael Albinus
66b907dcb2 * notifications.el (notifications-notify): Fix docstring. 2012-04-03 09:20:32 +02:00
Eli Zaretskii
53b0595aed Add details about emacsclient -c and -t on MS-Windows.
doc/emacs/msdog.texi (Windows Startup): Add description of emacsclient
 operation under -c and -t on MS-Windows.
 doc/emacs/misc.texi (emacsclient Options): Add cross-reference to "Windows
 Startup".

Fixes: debbugs:11091
2012-04-02 20:33:41 +03:00
Glenn Morris
c0ea195db9 * emacs-lisp/authors.el (authors-aliases): Another addition. 2012-04-02 09:32:06 -07:00
Bastien Guerry
23f6720ebc Fix regressions in Org. 2012-04-02 17:42:03 +02:00
Glenn Morris
809a46259c Auto-commit of generated files. 2012-04-02 06:17:30 -04:00
Alan Mackenzie
551b046fc3 NEWS: Add CC Mode entries. 2012-04-02 09:59:52 +00:00
Michael Albinus
5ca64e000c * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
`tramp-compat-call-process' instead of `tramp-local-call-process'.
Reported by Magnus Henoch <magnus.henoch@gmail.com>.
2012-04-02 10:50:26 +02:00
Chong Yidong
319bc402c8 Bump version to 24.0.95.
Regenerate AUTHORS and ldefs-boot.el.
2012-04-02 12:38:31 +08:00
Dani Moncayo
dc663c794c * doc/emacs/custom.texi (Changing a Variable): Fix example. 2012-04-02 12:18:06 +08:00
Paul Eggert
7bd20f915b Spelling fixes. 2012-04-01 17:43:32 -07:00
Eli Zaretskii
8c5c03ba38 More tweaks about emacsclient on MS-Windows.
Fixes: debbugs:11091
2012-04-01 23:47:58 +03:00