1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00
Commit Graph

2442 Commits

Author SHA1 Message Date
Richard M. Stallman
cf44444173 *** empty log message *** 2005-06-25 02:31:45 +00:00
Richard M. Stallman
367aa52c6d (Text Display): Change index entries. 2005-06-25 02:31:31 +00:00
Eli Zaretskii
6cdd056d99 *** empty log message *** 2005-06-24 20:27:39 +00:00
Eli Zaretskii
2e2698e0f2 (MAKEINFO): Use --force.
(INFO_TARGETS, DVI_TARGETS): Make identical to the lists in Makefile.in.
(gnus.dvi): Use "..." to quote Sed args, so that it works with more shells.
2005-06-24 20:23:30 +00:00
Richard M. Stallman
528b6abcb4 *** empty log message *** 2005-06-23 21:49:52 +00:00
Richard M. Stallman
90f0b6babe (Antinews): Renamed show-nonbreak-escape to nobreak-char-display. 2005-06-23 21:47:27 +00:00
Richard M. Stallman
258158c0e8 (Top): Update detailed node listing. 2005-06-23 21:46:37 +00:00
Richard M. Stallman
43d08eb988 (Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
(Standard Faces): Split up the list of standard faces
and put it in a separate node.
Add nobreak-space and escape-glyph.
2005-06-23 21:46:06 +00:00
Richard M. Stallman
470a11a345 (Text Display): Renamed show-nonbreak-escape
to nobreak-char-display and no-break-space to nobreak-space.
2005-06-23 21:34:04 +00:00
Richard M. Stallman
fb3ae39181 (Creating a display): Texinfo usage fixes. 2005-06-23 17:32:42 +00:00
Richard M. Stallman
d88c275b62 (Customizing Completion, Auto-save and Backup): Texinfo usage fixes. 2005-06-23 17:30:56 +00:00
Lute Kamstra
9180519bbe *** empty log message *** 2005-06-23 08:34:34 +00:00
Lute Kamstra
9713650936 (Select Input Method): Fix typo. 2005-06-23 07:40:29 +00:00
Kenichi Handa
9b0fbacd36 *** empty log message *** 2005-06-23 05:28:10 +00:00
Kenichi Handa
91ea32958e (International): List all supported scripts. Adjust
text for that leim is now included in the normal Emacs
distribution.
(Language Environments): List all language environments.
Intlfonts contains fonts for most supported scripts, not all..
(Select Input Method): Refer to C-u C-x = to see how to type to
input a specifc character.
(Recognize Coding): Fix typo, china-iso-8bit -> chinese-iso-8bit.
2005-06-23 05:26:58 +00:00
Juanma Barranquero
1fcb680845 *** empty log message *** 2005-06-23 01:47:32 +00:00
Juanma Barranquero
d81dbd54dd (Grep Searching): Texinfo usage fix. 2005-06-23 01:22:28 +00:00
Juanma Barranquero
56d495a3e2 (Miscellaneous Commands): Texinfo usage fix. 2005-06-23 01:21:38 +00:00
Juanma Barranquero
51dfeb3e9c (Miscellaneous): Texinfo usage fix. 2005-06-23 01:20:30 +00:00
Juanma Barranquero
a8a0b8161c (MIME Commands, Fancy Mail Splitting, Agent Visuals, Agent Variables): Texinfo
usage fix.
2005-06-23 01:19:43 +00:00
Juanma Barranquero
53d80e53b3 (Help-Xref): Texinfo usage fix. 2005-06-23 01:17:30 +00:00
Juanma Barranquero
18eafade60 (Message Headers): Texinfo usage fix. 2005-06-23 01:16:33 +00:00
Juanma Barranquero
8485a05332 (Remember): Texinfo usage fix. 2005-06-23 01:15:19 +00:00
Juanma Barranquero
ae24815bba (Options (Defining Label Environments), Options (Index Support), Options
(Viewing Cross-References), Options (Misc), Changes): Texinfo usage fix.
2005-06-23 01:13:41 +00:00
Juanma Barranquero
45d5a9b366 (Creating a display): Texinfo usage fix. 2005-06-23 01:09:03 +00:00
Juanma Barranquero
887fbcff69 (Customizing Completion, Auto-save and Backup): Texinfo usage fix. 2005-06-23 01:07:53 +00:00
Miles Bader
53abc3bfc0 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-438
Rename vertical-divider face to vertical-border

2005-06-22  Miles Bader  <miles@gnu.org>

   * lisp/faces.el (vertical-border): Renamed from `vertical-divider'.

2005-06-22  Miles Bader  <miles@gnu.org>

   * man/display.texi (Faces): Change `vertical-divider' to `vertical-border'.

2005-06-22  Miles Bader  <miles@gnu.org>

   * src/xfaces.c (Qvertical_border): Renamed from `Qvertical_divider'.
   (realize_basic_faces, syms_of_xfaces): Update references to it.
   * src/dispextern.h (enum face_id): Rename `VERTICAL_DIVIDER_FACE_ID'
   to `VERTICAL_BORDER_FACE_ID'.
   * src/dispnew.c (build_frame_matrix_from_leaf_window): Update references.
2005-06-22 01:22:42 +00:00
Juanma Barranquero
f0cdbdfa39 Fix spellings. 2005-06-21 14:13:49 +00:00
Juanma Barranquero
2c7a8f6335 Fix spellings. 2005-06-21 11:40:22 +00:00
Juanma Barranquero
3d80e1a24f Fix spellings. 2005-06-20 14:47:12 +00:00
Miles Bader
b4e49aee84 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-435
Implement tty vertical-divider face

2005-06-20  Miles Bader  <miles@gnu.org>

   * lisp/faces.el (vertical-divider): New face.

2005-06-20  Miles Bader  <miles@gnu.org>

   * man/display.texi (Faces): Add `vertical-divider'.

2005-06-20  Miles Bader  <miles@gnu.org>

   * src/xfaces.c (Qvertical_divider): New variable.
   (realize_basic_faces): Realize its face.
   (syms_of_xfaces): Initialize it.

   * src/dispextern.h (enum face_id): Add `VERTICAL_DIVIDER_FACE_ID'.

   * src/dispnew.c (build_frame_matrix_from_leaf_window): Display vertical
   window-separator on ttys using `vertical-divider' face by default.
2005-06-20 10:45:31 +00:00
Richard M. Stallman
f19b57e3f9 *** empty log message *** 2005-06-17 14:42:39 +00:00
Richard M. Stallman
de1924a147 (Adaptive Fill): Minor clarification. 2005-06-17 13:56:00 +00:00
Carsten Dominik
225ff03789 Version 3.11 2005-06-13 06:43:12 +00:00
Carsten Dominik
30313b908d (org-CUA-compatible): New option.
(org-disputed-keys): New variable.
	(org-key): New function.
	(orgtbl-make-binding): Add docstring to the created function.
	(org-mode): Set paragraph start/separate regexps.
	(orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
	(org-archive-location, org-archive-mark-done)
	(org-archive-stamp-time): New options.
	(org-archive-subtree): New command.
	(org-fill-paragraph): New function.
	(org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
	(org-fake-empty-table-line): Function removed.
	(org-format-org-table-html): Do not create empty table lines at
	separator lines.  Improved table header treatment.
	(org-link-format): New option.
	(org-make-link): New function.
	(org-insert-link, org-store-link): Use org-make-link.
	(org-open-file): Quote file name for shell command, to allow
	spaces in file names.
	(org-link-regexp): Fixed bug with mailto link.
	(org-link-maybe-angles-regexp, org-protected-link-regexp): New
	constant.
	(org-export-as-html): Deal with the optional angles around a link.
	Better treatment of file: links.
	(org-open-at-point): Replace @{ and @} with < and >.
	(org-run-mode-hooks): Function removed.
	(org-agenda-mode): No longer use `org-run-mode-hooks'.
2005-06-13 06:42:53 +00:00
Jay Belanger
93a6b94aea *** empty log message *** 2005-06-13 03:56:34 +00:00
Jay Belanger
837c084dda (Getting Started): Remove extra menu item. 2005-06-13 03:37:47 +00:00
Lute Kamstra
257914aaab *** empty log message *** 2005-06-10 11:00:43 +00:00
Lute Kamstra
cb08cc40d6 (Antinews): Correct version number. Use EMACSVER to refer to the
current version of Emacs.
2005-06-10 10:17:20 +00:00
Lute Kamstra
08d01386a6 (Top): Correct version number. 2005-06-10 10:16:32 +00:00
Luc Teirlinck
7df73b0d1e (Log Buffer): Document when there can be more than one file to be committed. 2005-06-08 22:36:28 +00:00
Luc Teirlinck
e2e8c87d3b *** empty log message *** 2005-06-08 22:34:19 +00:00
Juri Linkov
ecc8893aa3 *** empty log message *** 2005-06-08 03:21:08 +00:00
Juri Linkov
5309066b1c (Faces): Add `shadow' face. 2005-06-08 03:20:56 +00:00
Masatake YAMATO
24cca6f2c0 * display.texi (Faces): Write about mode-line-highlight. 2005-06-07 03:30:21 +00:00
Richard M. Stallman
ce6e10af52 *** empty log message *** 2005-06-06 12:58:13 +00:00
Richard M. Stallman
aada47fc71 (Printing Package): Explain how to initialize printing package. 2005-06-06 12:53:42 +00:00
Richard M. Stallman
227c36fba6 (Action Arguments): Clarify directory default for -l. 2005-06-06 12:52:53 +00:00
Eli Zaretskii
d01a971074 *** empty log message *** 2005-06-04 20:00:54 +00:00
Eli Zaretskii
0703917482 (Mode Line Mouse): Mention mode-line-highlight effect. 2005-06-04 18:59:54 +00:00