1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

2776 Commits

Author SHA1 Message Date
Romain Francoise
b370fef522 (Using Customize): New node. 2005-12-29 14:08:09 +00:00
Luc Teirlinck
0e0436d4a1 Remove blank line in @direntry. It is non-standard and recursively
produces blank lines all over the dir file (when using Texinfo 4.8).
2005-12-28 20:07:06 +00:00
Luc Teirlinck
c25977591a *** empty log message *** 2005-12-28 20:03:56 +00:00
Jan Djärv
5f6a2592a2 * frames.texi (Dialog Boxes): Add x-gtk-show-hidden-files. 2005-12-27 10:42:57 +00:00
Chong Yidong
3a5050af4c * custom.texi (Custom Themes): `load-theme' always loads. 2005-12-24 17:35:22 +00:00
Juri Linkov
1fafa158b4 *** empty log message *** 2005-12-23 16:54:46 +00:00
Juri Linkov
630acdccb9 (Highlight Interactively): Use double space to separate sentences.
Replace C-p with M-p, and C-n with M-n.
2005-12-23 16:54:24 +00:00
Richard M. Stallman
0ee01fffb7 *** empty log message *** 2005-12-23 02:45:09 +00:00
Richard M. Stallman
5552d5a425 (Easy Customization and subnodes):
Replace "active field" with "button".
Use "user option" only for variables.
Use "setting" for variable-or-face.
2005-12-23 01:46:33 +00:00
Luc Teirlinck
160bde9cdb (Select Buffer): Change order in table to make "Similar" refer to the
correct item.
(Indirect Buffers): Minor rewording.
2005-12-22 19:09:01 +00:00
Luc Teirlinck
1469580218 *** empty log message *** 2005-12-22 19:07:18 +00:00
Luc Teirlinck
135db51ad9 *** empty log message *** 2005-12-22 01:44:31 +00:00
Luc Teirlinck
2f04a83552 (atoms): Delete obsolete remark about `file' widget. 2005-12-22 01:35:40 +00:00
Luc Teirlinck
7a32e81fb6 Correct typos. 2005-12-20 23:14:33 +00:00
Juri Linkov
3bdba51db2 *** empty log message *** 2005-12-20 21:50:23 +00:00
Juri Linkov
11cfab98b7 (VC Status): Put P and N near p and n. 2005-12-20 21:50:02 +00:00
Carsten Dominik
d924f2e5dc (org-agenda-custom-commands): New option.
(org-agenda): Offer custom commands on splash screen.
	(org-make-tags-matcher): Parser for Boolean logic added.
	(org-agenda-set-tags): New command.
	(org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
	(org-set-tags): Efficiency improvements.
	(org-auto-align-tags): New option.
	(org-todo, org-demote, org-promote): Realign tags.
	(org-tags-completion-function): Use also "&" and "|" as
	separators.
	(org-org-menu): Agenda commands simplified.
2005-12-20 08:08:48 +00:00
David Kastrup
54e42ad99a (AUCTeX): Update version and mailing list info. 2005-12-20 04:17:37 +00:00
Richard M. Stallman
f5eb910a1a (Electric C): Delete the info about newline control.
(Other C Commands): Minor cleanup.
(Left Margin Paren): Minor cleanup.
2005-12-20 02:49:17 +00:00
Luc Teirlinck
2b8fa3be38 (Easy Customization): Add "Browsing Custom" to menu.
(Customization Groups): Delete text moved to "Browsing Custom".
(Browsing Custom): New node.
(Specific Customization): Clarify which commands only work for loaded options.
2005-12-19 23:33:53 +00:00
Luc Teirlinck
c8fee34526 *** empty log message *** 2005-12-19 23:31:31 +00:00
Alan Mackenzie
108262a0fa Amend the file for CC Mode 5.31. In particular, relax the injunction
that all braces/parens at column zero start defuns.
2005-12-19 22:21:41 +00:00
Bill Wohler
d78e9711ab (Tool Bars): Shorten text of previous change. 2005-12-19 04:49:42 +00:00
Richard M. Stallman
7436d3ff74 (VC Status): Document log-view mode. 2005-12-19 03:00:43 +00:00
Bill Wohler
0b0d984ecb (Tool Bars): Mention that you can turn off tool bars permanently via
the customize interface
2005-12-18 18:03:57 +00:00
Miles Bader
3031d8b0bb Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-676
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 169-173)

   - Merge from emacs--cvs-trunk--0
   - Update from CVS

2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-signature-separator): Fix custom type.

   * lisp/gnus/mm-decode.el (mm-inlined-types): Fix custom type.
   (mm-keep-viewer-alive-types): Ditto.
   (mm-automatic-display): Ditto.
   (mm-attachment-override-types): Ditto.
   (mm-inline-override-types): Ditto.
   (mm-automatic-external-display): Ditto.

2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-buttonized-mime-types): Mention addition of
   multipart/alternative and add xref to mm-discouraged-alternatives
   in doc string.

   * lisp/gnus/mm-decode.el (mm-discouraged-alternatives): Add xref to
   gnus-buttonized-mime-types in doc string.

2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/rfc2047.el (rfc2047-charset-to-coding-system): Recognize
   us-ascii as a MIME charset.

   * lisp/gnus/mm-bodies.el (mm-decode-content-transfer-encoding): Protect
   against the case where the 2nd arg TYPE is nil.

2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-no-server-1): Mention
   `gnus-level-default-subscribed' in doc string.

2005-11-26  Dave Love  <fx@gnu.org>

   * lisp/gnus/tls.el (open-tls-stream): Rename arg SERVICE to PORT.
   (tls-program, tls-success): Provide openssl alternative.

   * lisp/gnus/starttls.el: Doc fixes.
   (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
   SERVICE to PORT.

2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-start-draft-setup): Enforce
   `gnus-draft-mode' for nndraft:drafts at startup.

   * lisp/gnus/gnus.el (gnus-splash): Change custom group.
   (gnus-group-get-parameter, gnus-group-parameter-value): Describe
   allow-list argument.

   * lisp/gnus/gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
   string.

2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)

   * lisp/gnus/mm-decode.el (mm-display-external): Add lacked cdr.

2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (MIME Commands): Mention addition of
   multipart/alternative to gnus-buttonized-mime-types and add xref
   to mm-discouraged-alternatives.

   * man/emacs-mime.texi (Display Customization): Mention addition of
   "image/.*" and add xref to gnus-buttonized-mime-types in the
   mm-discouraged-alternatives section.
2005-12-17 21:41:34 +00:00
Carsten Dominik
cfbc570982 *** empty log message *** 2005-12-16 14:32:16 +00:00
Eli Zaretskii
e4fd12dd39 *** empty log message *** 2005-12-16 12:17:14 +00:00
Eli Zaretskii
533286e0a0 (Killing by Lines): Document `kill-whole-line' function. 2005-12-16 12:03:17 +00:00
Eli Zaretskii
9a99230837 (Internal Links): Add a missing comma after an @xref. 2005-12-16 11:44:33 +00:00
Károly Lőrentey
a3700ef735 * buffers.texi (Select Buffer): Change `prev-buffer' to
`previous-buffer'.  Indicate that these functions use a frame
local buffer list.
2005-12-16 11:37:43 +00:00
Chong Yidong
eb29a7abc0 * faq.texi (Filling paragraphs with a single space): No need to
change sentence-end now.
2005-12-14 18:25:02 +00:00
Romain Francoise
156d1e47fb (Scrolling only one line): Use `scroll-conservatively'. 2005-12-13 20:48:20 +00:00
Jay Belanger
e4a9919672 (Calc): Update the version number. 2005-12-12 19:12:52 +00:00
Carsten Dominik
997335806e (Progress Logging): New section. 2005-12-12 11:48:19 +00:00
Carsten Dominik
7d29e55d5b *** empty log message *** 2005-12-12 11:48:11 +00:00
Richard M. Stallman
eab52f48e5 *** empty log message *** 2005-12-12 05:22:29 +00:00
Richard M. Stallman
b4fa47b540 (Easy Customization): Change menu comment.
(Prefix Keymaps): Fix spelling of Control-X-prefix.
2005-12-12 05:10:18 +00:00
Richard M. Stallman
de22da59fa (Apropos): Rewrite. Talk about "apropos patterns".
(Help): Among the Apropos commands, describe only C-h a here.
2005-12-12 05:08:20 +00:00
Richard M. Stallman
aa2d347837 (Options for Comments): Comment-end starts with space. 2005-12-12 00:57:01 +00:00
Richard M. Stallman
4dfdb4bf29 (Glossary): Minor cleanup. 2005-12-12 00:56:19 +00:00
Richard M. Stallman
e8d8cb3ef1 (Old Versions): Use @table. 2005-12-12 00:55:25 +00:00
Romain Francoise
b6f2e1f5b8 Set VER to `22.1'.
(Basic editing): Explain how to use localized versions of the
Tutorial.  Mention that `C-h r' displays the manual.  Delete
obsolete WWW link to an Emacs 18 tutorial.
(Getting a printed manual): Point to the new locations of the
manuals on the GNU Web site.
(Emacs Lisp documentation): Explain that the Emacs Lisp manual is
available via Info (it was previously distributed separately).
(Installing Texinfo documentation): The latest version of Texinfo
is 4.8, not 4.0.
(Informational files for Emacs): COPYING is the GNU General Public
License, not the Emacs General Public License.
(Informational files for Emacs): Delete obsolete link to the
GNUinfo pages as they have been removed from the GNU Web site.
(New in Emacs 22): New node.
(Setting up a customization file): Say that most packages support
Customize nowadays.
(Colors on a TTY): Delete reference to instructions on how to
enable syntax highlighting, it is now enabled by default.
(Turning on abbrevs by default): Emacs now reads the abbrevs file
at startup automatically.
(Controlling case sensitivity): Mention `M-c' in isearch.
(Using an already running Emacs process): Emacs now creates the
socket in `/tmp/emacsUID'.  Fix typos.  Change default location of
gnuserv.  As emacsclient can now run Lisp code as well, delete a
sentence praising gnuserv for that.  Simplify description of how
the client/server operation works.
(Compiler error messages): Delete obsolete text (compile.el has
been rewritten).
(Indenting switch statements): Fix typo.
(Matching parentheses): Simplify setup instructions, mention the
menu bar item in the Options menu.
(Repeating a command as many times as possible): Mention `C-x e'.
(Going to a line by number): Mention new keymap and bindings
`M-g M-g', `M-g M-p' and `M-g M-n'.
(Turning on syntax highlighting): Now on by default.  Simplify.
(Replacing highlighted text): Use `1', not `t'.
(Problems with very large files): The maximum size is now 256MB on
32-bit machines.
(^M in the shell buffer): Mention `comint-process-echoes'.
(Emacs for Apple computers): Emacs 22 has native support for Mac
OS X.
(Translating names to IP addresses): Delete node.
(Binding keys to commands): Fix typo.
(SPC no longer completes file names): New node.
(MIME with Emacs mail packages): Delete section about the Emacs
MIME FAQ (it's not reachable anymore).
2005-12-10 21:21:30 +00:00
Eli Zaretskii
5fdf9b7cf0 *** empty log message *** 2005-12-10 12:35:47 +00:00
Eli Zaretskii
cedf175b49 (Highlight Interactively): Include global-hi-lock-mode. Add miscellaneous
details and elaborations.
2005-12-10 11:49:56 +00:00
Richard M. Stallman
36c962505c (Font Lock): Delete the Global FL menu item. 2005-12-10 04:11:21 +00:00
Luc Teirlinck
78cfaa07f1 (Minibuffer Maps): Mention the maps for file name completion. 2005-12-10 00:46:09 +00:00
Luc Teirlinck
686f2a475e *** empty log message *** 2005-12-10 00:43:59 +00:00
Kim F. Storm
1912616841 (CUA Bindings): Describe how to use C-x and C-c as
prefix keys even when mark is active.  Decribe that RET moves
cursor to next corner in rectangle; clarify insert around rectangle.
2005-12-09 14:57:33 +00:00
Kim F. Storm
b0d129738f *** empty log message *** 2005-12-09 14:57:08 +00:00