1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 19:31:02 -08:00
Commit graph

87939 commits

Author SHA1 Message Date
Juri Linkov
74a131b6a1 (Info-isearch-search): Implement lax version of
incremental word search in Info.
(Info-isearch-start): Set Info-isearch-initial-node to the
current node when search is nonincremental to not stop at the
initial node in this case.
(Info-mode-map): Unbind "\M-s" from `Info-search'.
2008-12-19 00:20:48 +00:00
Carsten Dominik
73ef3bde21 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (References): Remove mentioning of @0 as reference for the
	last line, this has been reverted in the Lisp sources.
2008-12-18 22:57:53 +00:00
Carsten Dominik
17a0aa8225 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org-table.el (org-table-get-specials): Revert introduction of @0
	as reference of the last table row, because of conflicts.
2008-12-18 22:57:33 +00:00
Carsten Dominik
d21d2e9a67 *** empty log message *** 2008-12-18 22:56:11 +00:00
Jan Djärv
6a72d16198 Add Gtk+ version to last change. 2008-12-18 19:19:00 +00:00
Jan Djärv
c4c122cb57 Added some text about Gtk+ looping when X server dies. 2008-12-18 19:18:12 +00:00
Jan Djärv
bfd203253d (xg_frame_resized): Remove check if rows/columns have
changed.
(xg_tool_bar_proxy_callback): Put focus on the frame after we have
clicked on a detached tool bar button.
2008-12-18 18:48:08 +00:00
Agustín Martín
c478e4c527 (ispell-really-hunspell): new variable to signal hunspell
(ispell-check-version):
Check if hunspell and set ispell-really-hunspell if needed
(ispell-send-string), (ispell-start-process), (flyspell-large-region):
Pass right options for hunspell if needed
2008-12-18 18:44:31 +00:00
Jan Djärv
5a13094105 (xg_frame_resized): Remove check if rows/columns have
changed.
2008-12-18 17:45:28 +00:00
Juanma Barranquero
f44d8669e1 Fix typos. 2008-12-18 17:13:22 +00:00
Juanma Barranquero
3e868ee3b1 Fix typo. 2008-12-18 16:52:33 +00:00
Juanma Barranquero
e643842898 * textmodes/rst.el (rst-promote-region): Reflow docstring.
(rst-mode-map, rst-mode-hook, rst-section-tree-rec)
  (rst-repeat-last-character): Fix typos in docstrings.
  (rst-mode, rst-backward-section): Doc fixes.
2008-12-18 16:19:12 +00:00
Kenichi Handa
947c759688 (script-representative-chars): Add more scripts.
(setup-default-fontset): Add more scripts.
2008-12-18 12:55:21 +00:00
Kenichi Handa
458888abf7 Add more scripts. 2008-12-18 12:54:26 +00:00
Ulf Jasper
77a01f9bb9 newsticker: fixed problem with missing group definition 2008-12-18 10:54:21 +00:00
Martin Rudalics
2f7ee51dac (cmd): Add beginning-of-visual-line and
end-of-visual-line to CUA's recognized commands.  (Bug#1549)
2008-12-18 10:39:11 +00:00
Carsten Dominik
4ed008de39 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
	argument, get the current tags directly.
	(org-agenda-set-tags): Leave getting current tags to
	`org-agenda-change-all-lines'.
2008-12-18 10:15:08 +00:00
Carsten Dominik
bd67cbf090 *** empty log message *** 2008-12-18 10:14:30 +00:00
Dan Nicolaescu
3976387b54 (comment-style): Default to `indent'. (Bug#1589) 2008-12-18 09:24:20 +00:00
Dan Nicolaescu
fd95644b93 * emacs.c (main): Print and error and exit when no data is read
from the pipe.

* startup.el (command-line): Do not mention the server name in
case the user has not mentioned it, print a more explicit message.

* emacsclient.c (start_daemon_and_retry_set_socket): Improve error
checking.
2008-12-18 08:48:26 +00:00
Glenn Morris
059f0a612a Regenerate. 2008-12-18 08:30:41 +00:00
Dan Nicolaescu
7995501cf2 (vc-dir-at-event): Rename from vc-at-event. Change
all callers.
2008-12-18 08:27:37 +00:00
Dan Nicolaescu
c569485caf Add info about emacsclient starting the daemon. 2008-12-18 08:24:37 +00:00
Glenn Morris
991227c052 Expand some wildcard entries. 2008-12-18 08:22:46 +00:00
Glenn Morris
a61646e1e1 Expand some wildcard entries. 2008-12-18 08:16:37 +00:00
Glenn Morris
3590be23cf Fix old entry. 2008-12-18 06:58:57 +00:00
Glenn Morris
5f0166e546 Fix AUTHORS reference. 2008-12-18 06:46:36 +00:00
Glenn Morris
b1c3a827a1 Fix reStructuredText funky capitalization. 2008-12-18 03:34:16 +00:00
Glenn Morris
9dfa7983a3 Various small updates and fixes. 2008-12-18 03:30:35 +00:00
Sam Steingold
5da5a66f02 (vc-at-event): Handle (tool-bar) events. Fix bug#1585. 2008-12-18 03:29:02 +00:00
Juri Linkov
97b3a00b20 (Word Search): Replace C-s RET C-w' with M-s w RET'
as a key binding to start a forward nonincremental word search.
Replace `C-r RET C-w' with `M-s w C-r RET' as a key binding to start
a backward nonincremental word search.  Add index for `M-s w'
`isearch-forward-word'.
(Regexp Search): Add a short summary of regexp key commands like
in the node "Basic Isearch".
(Other Repeating Search): Fix typo.
2008-12-18 01:19:22 +00:00
Juri Linkov
fd4c2a393b Add key bindings to start nonincremental word search. 2008-12-18 01:18:06 +00:00
Juri Linkov
b87573f01c (minibuffer-local-isearch-map): Unbind "C-w" from
`isearch-edit-string-set-word'.
(isearch-edit-string-set-word): Remove.
(isearch-occur): Imitate the C function `wordify' by replacing
non-word character with the \\W+ regexp.
(isearch-search-fun): Add `isearch-nonincremental' to the
condition of using a non-lax version of `word-search-forward'.
2008-12-18 01:17:07 +00:00
Carsten Dominik
579d2d62aa 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
* org.el (org-org-menu): Do not quote the set-tags command.
2008-12-17 23:28:01 +00:00
Carsten Dominik
521beede0c *** empty log message *** 2008-12-17 23:27:45 +00:00
Juanma Barranquero
d483550724 Fix typos. 2008-12-17 15:25:54 +00:00
Jason Rumney
e6eee6aec1 (w32font_has_char): Always return -1. 2008-12-17 14:41:44 +00:00
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
b8c3300b62 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: Version number change.
2008-12-17 12:39:19 +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
ff28a0bde5 *** empty log message *** 2008-12-17 12:32:48 +00:00
Daiki Ueno
2cb35a563b * epa-file.el (epa-file-insert-file-contents): Set
buffer-file-name before decrypting a file.
2008-12-17 02:33:12 +00:00
Miles Bader
bf46b4d428 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1500
2008-12-17 00:34:16 +00:00
Juanma Barranquero
35f372cadf * server.el (server-start): If unable to start the server,
display a warning instead of raising an error.

* startup.el (server-process): Add defvar.
  (command-line): If the daemon is unable to start the server,
  display a message and exit Emacs.
2008-12-16 21:23:03 +00:00
Carsten Dominik
eec5eeade7 Version number change. 2008-12-16 13:32:31 +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
Carsten Dominik
8265647f5d *** empty log message *** 2008-12-16 13:23:17 +00:00