1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

104234 commits

Author SHA1 Message Date
Glenn Morris
3b19a30db8 * doc/emacs/dired-xtra.texi (Subdir Switches): Small fixes.
* admin/FOR-RELEASE: Related markup.
2012-02-15 23:15:27 -08:00
Glenn Morris
755dda14fb More adjustments to fortran line breaks, for pdf version 2012-02-15 23:13:28 -08:00
Glenn Morris
d400b295d7 FOR-RELEASE updates 2012-02-15 22:53:50 -08:00
Glenn Morris
3a05ff1df5 * doc/emacs/fortran-xtra.texi: Tiny changes and some adjustments to line breaks. 2012-02-15 22:52:04 -08:00
Chong Yidong
f700caa38b Updates to Font Lock docs in Lisp manual.
* doc/lispref/modes.texi (Minor Modes): Update how mode commands should treat
arguments now.
(Mode Line Basics): Clarify force-mode-line-update.
(Mode Line Top): Note that the example is not realistic.
(Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
(Emulating Mode Line): Use "mode line" instead of "mode-line", and
"mode line construct" instead of "mode line specification".
(Syntactic Font Lock): Remove mention of obsolete variable
font-lock-syntactic-keywords.
(Setting Syntax Properties): Node deleted.
(Font Lock Mode): Note that Font Lock mode is a minor mode.
(Font Lock Basics): Note that syntactic fontification falls back
on `syntax-table'.
(Search-based Fontification): Emphasize that font-lock-keywords
should not be set directly.
(Faces for Font Lock): Avoid some confusing terminology.
(Syntactic Font Lock): Minor clarifications.
2012-02-16 14:04:38 +08:00
Chong Yidong
60236b0dca Docstring and manual updates for completion-at-point-functions.
* doc/lispref/minibuf.texi (Basic Completion): Define "completion table".
Move completion-in-region to Completion in Buffers node.
(Completion Commands): Use "completion table" terminology.
(Completion in Buffers): New node.

* doc/lispref/modes.texi (Hooks): add-hook can be used for abnormal hooks too.
(Setting Hooks): Update minor mode usage example.
(Major Mode Conventions): Note that completion-at-point-functions
should be altered locally.  Add xref to Completion in Buffers.

* lisp/minibuffer.el (completion-at-point-functions): Doc fix.
2012-02-15 21:45:02 +08:00
Lars Ingebrigtsen
888ab66104 shr.el (shr-remove-trailing-whitespace): Really delete the padding on too-wide lines. 2012-02-15 09:36:28 +00:00
Glenn Morris
fcacfa8d51 Add some more cindex entries to previous change 2012-02-15 00:50:38 -08:00
Glenn Morris
d7dbb11ade * lispref/processes.texi (Network): Document open-network-stream :parameters.
* etc/NEWS: Related markup.
2012-02-15 00:48:45 -08:00
Glenn Morris
13932042d3 * lisp/shell.el (shell-delimiter-argument-list): Revert 2011-02-17 change. 2012-02-15 00:00:23 -08:00
Glenn Morris
43b5d83e11 NEWS update re finder-inf changes 2012-02-14 23:55:18 -08:00
Paul Eggert
1127311509 Increase default image size limit; don't unlimit Gnus.
* lisp/gnus/shr.el (shr-rescale-image): Undo previous change; see
<http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
* src/image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
<http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2012-02-14 22:40:08 -08:00
Paul Eggert
34706efab4 Spelling fixes. 2012-02-14 21:15:43 -08:00
Chong Yidong
c3a70e2b95 Doc updates for defvar, defconst, and defcustom.
* lisp/custom.el (defcustom): Doc fix; note use of defvar.

* src/eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
marked as special.  Also, starting docstrings with * is obsolete.
2012-02-15 12:00:34 +08:00
Glenn Morris
9f26dc2432 Try to document smtp changes
* doc/emacs/sending.texi (Mail Sending): smtpmail-auth-credentials was removed.

* doc/misc/smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
(Encryption): New chapter, split out from previous.

* lisp/mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
Doc fixes.

* etc/NEWS: Related edits.
2012-02-14 22:15:26 -05:00
Lars Ingebrigtsen
f15bcb40f4 Kill jobs that we remove from the queue
* url-queue.el (url-queue-kill-job): Refactored out code.
(url-queue-remove-jobs-from-host): Use it to kill jobs that are in
flight.
2012-02-14 19:43:21 +01:00
Glenn Morris
6546b13405 * lisp/mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc. 2012-02-14 13:22:47 -05:00
Chong Yidong
3d8badf411 Update Keymaps chapter of Lisp manual.
* doc/emacs/keymaps.texi (Format of Keymaps): The CACHE component of keymaps
was removed on 2009-09-10.  Update lisp-mode-map example.
(Inheritance and Keymaps): Minor clarification.
(Searching Keymaps): Remove out-of-place enumeration.
(Key Lookup): Remove unnecessary example (one was already given in
Format of Keymaps).
(Changing Key Bindings): Update suppress-keymap example.
(Menu Bar, Tool Bar): Copyedits.
(Tool Bar): Update tool-bar-map example.
2012-02-15 00:41:16 +08:00
Lars Ingebrigtsen
835bdcba53 smtpmail initial prompting fixes
(smtpmail-query-smtp-server): Prompt the user for a port number if
we can't connect to any of the standard ports.
2012-02-14 16:43:07 +01:00
Lars Ingebrigtsen
d29b2b4cb7 Respect smtpmail-smtp-service when doing a trial connection
* mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
way the ports list is computed.
2012-02-14 16:31:49 +01:00
Chong Yidong
6a24cbb1a2 * lisp/org/org-footnote.el: Remove bogus defvar values.
Fixes: debbugs:10745
2012-02-14 22:00:56 +08:00
Ted Zlatanov
e72a771d50 * url-future.el: Minor doc update. 2012-02-14 08:18:05 -05:00
Ted Zlatanov
08dcdbc94a (gnutls-trustfiles): Add Cygwin location.
* net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
2012-02-14 08:13:24 -05:00
Leo Liu
1deeb569b1 Remove unused require in url-future.el 2012-02-14 10:14:43 +08:00
Glenn Morris
fba9b8b646 Tweak previous doc change 2012-02-13 17:49:16 -05:00
Glenn Morris
2605051a7f * lisp/minibuffer.el (read-file-name): Doc fix. (Bug#10798)
* src/gtkutil.c: Related comment.
2012-02-13 17:46:43 -05:00
Lars Ingebrigtsen
20d6487ebb nnimap.el (nnimap-transform-headers): Don't bug out on header lines containing stuff that look like IMAP length encodings. 2012-02-13 22:18:33 +00:00
Ted Zlatanov
7ee99f32e1 Introduce and use CA bundle locator `gnutls-trustfiles'.
* net/gnutls.el (gnutls-trustfiles): New variable.
(gnutls-negotiate): Use it.
2012-02-13 16:48:14 -05:00
Andreas Schwab
0ca4369955 * gnutls.c (emacs_gnutls_write): Fix last change. 2012-02-13 21:39:46 +01:00
Lars Ingebrigtsen
5f0af64f87 `mail-user-agent' doc fix
* simple.el (mail-user-agent): Mention that `gnus-user-agent' only
does its stuff if Gnus is running.
2012-02-13 20:42:58 +01:00
Lars Ingebrigtsen
2e8f3c56f0 Further GnuTLS EAGAIN write fixups
* gnutls.c (emacs_gnutls_write): Set errno appropriately for
send_process.
2012-02-13 20:37:48 +01:00
Ted Zlatanov
6c0c7cfc67 Move url-future.el ERT test to test/automated/url-future-tests.el.
* lisp/url/url-future.el (url-future-test): Move to test/automated.

* test/automated/url-future-tests.el (url-future-tests): Move from
lisp/url/url-future.el and rename.
2012-02-13 13:45:36 -05:00
Alan Mackenzie
c14fcc9571 Fix a loop in c-set-fl-decl-start. 2012-02-13 17:18:07 +00:00
Stefan Monnier
af70074f2f * src/keymap.c (Fsingle_key_description): Handle char ranges. 2012-02-13 10:55:27 -05:00
Lars Ingebrigtsen
3d2af1938b Merge changes made in No Gnus
gnus.texi (Customizing the IMAP Connection): Mention nnimap-record-commands.
nnimap.el (nnimap-record-commands): New variable.
 (nnimap-log-command): Use it.
 (nnimap-make-process-buffer): Add a space to the process buffer.
2012-02-13 14:14:18 +00:00
Lars Ingebrigtsen
32f6c52b3e shr.el (shr-rescale-image): Fix typo in last checkin 2012-02-13 11:25:56 +00:00
Leo Liu
142b4d90fa Trivial fix for rcirc-markup-attributes 2012-02-13 15:54:47 +08:00
Lars Ingebrigtsen
9554f4ac2f shr.el (shr-rescale-image): Allow viewing large images. 2012-02-13 03:33:11 +00:00
Lars Ingebrigtsen
4eff9c1abb Merge changes made in No Gnus
nnml.el (nnml-request-compact-group): Delete the marks file after compaction (bug#10800).
gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on group exit.
nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed QRESYNC/FETCH output.
2012-02-12 22:20:48 +00:00
Ted Zlatanov
fa9958a67e (gnutls-algorithm-priority): Add missing :group tag. 2012-02-12 16:40:25 -05:00
Alan Mackenzie
0bc5886ace Fix infinite loop with long macros. 2012-02-12 11:06:42 +00:00
Chong Yidong
faccede13a * debugging.texi (Debugger Commands): Continuing is now allowed for errors. 2012-02-12 17:51:03 +08:00
Chong Yidong
afd83bd152 Avoid a risky corner case with invalid face ids.
* src/xdisp.c (handle_stop): Avoid assigning -1 to it->face_id here,
as that creates a dangerous corner case.
2012-02-12 17:46:33 +08:00
Chong Yidong
d4bd55e7ae * lisp/window.el (display-buffer): Doc fix.
Fixes: debbugs:10785
2012-02-12 13:10:30 +08:00
Chong Yidong
95986d5276 * window.c (Fdelete_window_internal): Invalidate the mouse highlight.
Fixes: debbugs:9904
2012-02-12 12:29:50 +08:00
Glenn Morris
bd7da63eec Yet more syncing of xselect docs and argument specs
* src/xselect.c (Fx_own_selection_internal)
(Fx_get_selection_internal, Fx_disown_selection_internal)
(Fx_selection_owner_p, Fx_selection_exists_p): Doc fixes.
* src/nsselect.m (Fx_own_selection_internal)
(Fx_disown_selection_internal, Fx_selection_exists_p)
(Fx_selection_owner_p, Fx_get_selection_internal):
Sync docs and argument specs with the xselect.c versions.
* lisp/term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
(x-disown-selection-internal, x-get-selection-internal):
Sync docs with the xselect.c versions.
2012-02-11 19:13:13 -08:00
Glenn Morris
27463e3eae Re-fill contributor list 2012-02-11 18:28:30 -08:00
Glenn Morris
fb969a57e7 Updates for acknowledgments section in the manual
* doc/emacs/ack.texi (Acknowledgments):
* doc/emacs/emacs.texi (Acknowledgments): Updates for new files in 24.1.
2012-02-11 18:27:34 -08:00
Glenn Morris
5de0e3c3d0 Header fix 2012-02-11 17:49:51 -08:00
Glenn Morris
66f3fe2238 * lisp/allout-widgets.el: Add missing license notice. 2012-02-11 17:49:16 -08:00