1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

1024 commits

Author SHA1 Message Date
Juanma Barranquero
a0bf411717 Fix typos. 2008-12-17 14:29:39 +00:00
Juanma Barranquero
4997d80256 * makefile.w32-in (INFO_TARGETS, clean): Add sasl.
(DVI_TARGETS): Remove duplicates.  Add sasl.
  ($(infodir)/sasl, sasl.dvi): New targets.
2008-12-17 14:24:25 +00:00
Carsten Dominik
ed208c8a18 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
* org.texi: Version number pushed to 6.15d.
2008-12-17 12:39:10 +00:00
Carsten Dominik
3330664541 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
* Fix typos in comments and docstrings throughout Org-mode.

	* org.el (org-get-outline-path): Fix bug if level is not given.

	* org-agenda.el (org-finalize-agenda): Fix typo with variable
	name.
2008-12-17 12:36:41 +00:00
Carsten Dominik
67df9cfbb2 2008-12-16 Carsten Dominik <dominik@science.uva.nl>
* org.texi: (Tables in LaTeX export): New section.
	(Images in LaTeX export): New section.
	(Inlined images, Images in HTML export): Sections renamed.
2008-12-16 13:32:13 +00:00
Carsten Dominik
db55f36865 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-refile): Avoid refiling to within the region to be
	refiled.

	* org-export-latex.el (org-export-latex-special-chars): Replace
	special characters also in tables.

	* org-agenda.el (org-agenda-change-all-lines): New argument
	FORCE-TAGS.
	(org-agenda-set-tags): Cet the new tags and pas them to
	`org-format-agenda-item'.

2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-export-latex.el (org-export-latex-classes): Add longable as
	a default package to all classes.
	(org-export-latex-tables): Handle the longtable attribute and the
	align attribute.

	* org-table.el (orgtbl-to-generic): Handle tables that start with
	a hline.

	* org-export-latex.el (org-export-latex-emphasis-alist): Switch to
	\verb for colde-like snippets.
	(org-export-as-latex): Fix issues with region export.

	* org.el (org-up-heading-safe): Speed up function by using a
	direct regexp search.
	(org-olpa): New variable.
	(org-get-outline-path): Speed-up path constructions in cases where
	this is possible because the entire hierarchy is scanned anyway.
	(org-refile-get-location): Don't compare the truenames of files,
	this is too slow.
	(org-goto-max-level): New option.
	(org-goto): Use `org-goto-max-level'.

2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>

	* org-gnus.el (org-gnus-article-link, org-gnus-article-link):
	Strip angle brackets from message-ids in the former and don't do
	it in the latter.
	(org-gnus-follow-link): Open summary reliable, even if the last
	messages were deleted, and handle empty groups, too.

2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
	instead of \texttt for the =...= and ~===~ emphasis environments.
	(org-export-as-latex): Remove any old :org-license-to-kill text
	properties.
	(org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
	(org-export-latex-make-header): Add some hard space after the
	table of contents.
	(org-export-latex-first-lines): Accept RBEG argument.  Mark
	exported text so that it will be excuded in further steps.

	* org-table.el (org-table-get-specials): Make @0 reference the
	last line in a table.
	(org-table-recalculate): Improve docstring.

2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>

	* org.el (org-log-done): Fix docstring.

2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-exp.el (org-export-html-format-image): Fix bugs.

	* org-export-latex.el (org-export-latex-tables)
	(org-export-latex-links): Implement attribute, label, and caption
	handling.

	* org-exp.el (org-export-html-style-default): Add style
	definitions for the figure div.
	(org-export-preprocess-string, org-export-as-html): Implement
	attribute, label, and caption handling.
	(org-export-attach-captions-and-attributes): New function.
	(org-export-html-format-image): New function.
	(org-format-org-table-html): Implement attribute, label, and
	caption handling.

	* org.el (org-find-text-property-in-string): New function.
	(org-extract-attributes): Use the property org-attr instead of
	org-attrobutes, because this property is now set with the #+ATTR
	lines.

2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-compat.el (org-substring-no-properties): Fix for XEmacs, for
	the case that FROM is nil.

	* org.el (org-before-first-heading-p): New function.

2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-exp.el (org-export-as-html): Do not add a space before
	enforces line breaks.
	(org-export-as-html): Close paragraph before blockquote and verse
	tags.

2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-id.el (org-id-locations-file): Wrap file name with
	`convert-standard-filename'.
	(org-id-files): New variable.
	(org-id-use-hash): New option.
	(org-id-update-id-locations): Also search in all files current
	listed in `org-id-files'.  Convert the resulting alist to a hash
	if the user customation says so.
	(org-id-locations-save): Handle he case if `org-id-locations' is a
	hash.
	(org-id-locations-load): Convert the alist to a hash.
	(org-id-add-location): Handle the hast case.
	(kill-emacs-hook): Make sure id locations are saved when Emacs is
	exited.
	(org-id-hash-to-alist, org-id-alist-to-hash)
	(org-id-paste-tracker): New functions.
2008-12-16 13:30:37 +00:00
Vinicius Jose Latorre
2f298da2f2 PostScript Variables: fix doc. 2008-12-14 12:14:30 +00:00
Dan Nicolaescu
c5725ced41 Fix typos. Add more to the "SEE ALSO" section. 2008-12-14 03:27:10 +00:00
Glenn Morris
bdd8da910a Fix MAILINGLISTS (default) location. 2008-12-14 00:08:55 +00:00
Glenn Morris
a3a81e9eef Add "SEE ALSO" section. 2008-12-13 19:28:31 +00:00
Glenn Morris
c89da685b0 Remove initial copyright comment, just refer to COPYING section, merge
years.
2008-12-13 04:16:16 +00:00
Glenn Morris
0a46456b1d New file. Basic man-page, largely constructed from program --help output. 2008-12-13 04:15:43 +00:00
Glenn Morris
967b69cd11 New file. Basic man-page, largely from script commentary. 2008-12-13 04:15:33 +00:00
Glenn Morris
d9837595c3 New file. Basic man-page. 2008-12-13 04:15:23 +00:00
Glenn Morris
f7e18da285 Don't duplicate copyright info in initial comment,
just refer to COPYING section.
2008-12-13 04:15:06 +00:00
Glenn Morris
4e588b2924 Comment. 2008-12-13 04:14:26 +00:00
Glenn Morris
0c497687f3 Fix "emacsclient" typo. Replace problematic character.
Add some formatting.  Add permissions notice.
2008-12-13 04:14:10 +00:00
Glenn Morris
caef3ed2d0 (Font Lock Basics): Fix level description. (Bug#1534)
(Levels of Font Lock): Refer to font-lock-maximum-decoration.
2008-12-13 04:11:03 +00:00
Glenn Morris
21c58e4d62 (Error Debugging): Refer forwards to eval-expression-debug-on-error. 2008-12-12 03:55:24 +00:00
Miles Bader
bb47268440 Add arch tagline 2008-12-12 02:21:58 +00:00
Chong Yidong
e37d436089 (Program Modes): Mention Ruby mode. 2008-12-10 19:01:51 +00:00
Chong Yidong
31ce6a0715 * programs.texi (Program Modes): Mention Ruby mode. 2008-12-10 19:01:46 +00:00
Dan Nicolaescu
08d0389781 * Makefile.in (install-arch-indep): Install ebrowse.1.
* ebrowse.1: New file, mostly just the results of --help in man format.
2008-12-10 08:30:54 +00:00
Dan Nicolaescu
636b507bcc * misc.texi (emacsclient Options): Describe what an empty string
argument does for --alternate-editor.

* emacsclient.1: Describe what an empty string argument does for
--alternate-editor.

* emacsclient.c (print_help_and_exit): Describe what an empty
string argument does for --alternate-editor.
(set_socket): Make it possible to not exit in case of an error.
(start_daemon_and_retry_set_socket): New function.
(main): Use it.  Restore the NULL value for socket_name and
server_file after the set_socket call.
2008-12-10 07:56:51 +00:00
Chong Yidong
b5b91ca6c4 (Font X): Distinguish between client-side and server-side fonts. List
valid Fontconfig properties.  Add reference to Fontconfig manual.
List valid GTK font properties.  Explain use of fc-list.
2008-12-09 14:32:16 +00:00
Chong Yidong
a323fa1421 * cmdargs.texi (Font X): Distinguish between client-side and
server-side fonts.  List valid Fontconfig properties.  Add reference to
Fontconfig manual.  List valid GTK font properties.  Explain use of
fc-list.
2008-12-09 14:32:02 +00:00
Chong Yidong
001b5dc95f (Font X): Move discussion of quoting to top. 2008-12-09 14:27:56 +00:00
Chong Yidong
c5ca6cd09d * cmdargs.texi (Font X): Move discussion of quoting to top. 2008-12-09 14:27:50 +00:00
Miles Bader
9f5572e91c Tweak doc/misc/ChangeLog order
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1495
2008-12-09 02:42:35 +00:00
Miles Bader
dae0a9421a Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1494
2008-12-09 02:42:28 +00:00
Carsten Dominik
96c8522ad2 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
* org.texi (Using the mapping API): Fix bug in mapping example.
	(Publishing options): Make the list of properties complete again, in
	correspondence to the variable `org-export-plist-vars'.
	(Property searches): Document new special values for time comparisons.
	(Tag inheritance): Refine the description of tag inheritance.
	(Project alist): Add info about the publishing sequence of components.
	(Effort estimates): Document the new relativer timer.
2008-12-07 18:50:50 +00:00
Carsten Dominik
bc23baaabb Checking in the correct versions of the files, sorry, I hade used the files
from an experimental branch.....
2008-12-07 18:49:09 +00:00
Miles Bader
030cca007e Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1490
2008-12-06 17:26:18 +00:00
Glenn Morris
e513637713 (Old Revisions): Improve previous change. 2008-12-06 03:30:36 +00:00
Eli Zaretskii
5dedd9b51b (String Basics): Only unibyte strings that represent key sequences hold
8-bit raw bytes.
2008-12-05 16:54:24 +00:00
Eli Zaretskii
b3f1f4a52d (Character Sets): Document `map-charset-chars'. 2008-12-05 16:30:01 +00:00
Eli Zaretskii
af38459ffe (Coding System Basics): Rewrite @ignore'd paragraph to speak about `undecided'.
(Character Properties): Don't explain the meaning of each property; instead,
identify their Unicode Standard names.
2008-12-05 16:11:37 +00:00
Richard M. Stallman
248c026bbb (Antinews): Minor fixes. 2008-12-05 03:02:03 +00:00
Glenn Morris
a9253a1e39 (Old Revisions): Fix diff-switches description. 2008-12-03 07:57:23 +00:00
Chong Yidong
b13dfc1c19 Correct speling. 2008-12-03 03:24:49 +00:00
Juanma Barranquero
b97439ce37 Fix typos. 2008-12-02 16:40:31 +00:00
Glenn Morris
fa047ae702 (Format Conversion Round-Trip): Rewrite format-write-file section yet again. 2008-12-02 03:40:15 +00:00
Martin Rudalics
fa687b02e9 (Top): Fix typo. 2008-12-01 06:58:38 +00:00
Jay Belanger
3bf8054fea (About This Manual): Clarify behavior of `C-x * t'.
(Using Calc): Clarify use of `C-x * o'.
(Embedded Mode (Overview)): Clarify use of `C-x * e'.
2008-12-01 02:09:58 +00:00
Chong Yidong
3f6db3932c (Top): Add DocView nodes to detailed node listing. 2008-11-30 23:01:56 +00:00
Chong Yidong
d14202c2ce (Document View): Explain dependence on gs at the top. Copyedits. 2008-11-30 22:57:43 +00:00
Chong Yidong
320ee0345c * misc.texi (Document View): Explain dependence on gs at the top.
Copyedits.
2008-11-30 22:57:36 +00:00
Chong Yidong
8474de5b4b (Other C Commands): Document hide-ifdef-shadow.
(Comment Commands): Discuss region-active behavior of M-; first.
2008-11-30 22:10:02 +00:00
Chong Yidong
72e6decd60 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
(Comment Commands): Discuss region-active behavior of M-; first.
2008-11-30 22:07:16 +00:00
Eli Zaretskii
98d059989a (Top): Add a @detailmenu entry for "Character Properties". 2008-11-29 17:06:11 +00:00