1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 05:21:26 -08:00
Commit graph

46786 commits

Author SHA1 Message Date
Chong Yidong
2e34dc8bd6 Update comment. 2008-12-20 21:15:47 +00:00
Agustín Martín
0aef89e720 * textmodes/ispell.el (ispell-check-minver): New function.
(ispell-check-version): Rewrite spellchecker and version checking.
  Use (ispell-check-minver). Handle hunspell versions.
2008-12-20 18:34:41 +00:00
Carsten Dominik
fdf730ed29 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-get-refile-targets, org-refile-get-location): Use
	expanded file name to improve comparison.

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

	* org.el (org-scan-tags): Rescan for tags, to get the correct
	upcase/downcase stuff.  This slows things down for now, but it
	works.
	(org-mode): Make sure the tag-faces regexp is initialized.

	* org-export-latex.el (org-export-latex-links): Fix bug with
	undefined label.

	* org-table.el (org-table-get-specials): Set
	`org-table-current-last-data-line'.
	(org-table-current-last-data-line): New variable.
	(org-table-insert-column, org-table-delete-column)
	(org-table-move-column, org-table-fix-formulas): Call
	`org-table-fix-formulas' a second time to fix the $LR references.
	(org-table-get-specials): Add the $LR references to the tables.
	(org-table-get-formula): Do not offer last-row names as LHS of
	formulas.

	* org.el (org-store-link): Capture link description from
	`org-id-store-link'.

	* org-exp.el (org-export-html-format-image): Add the / to the end
	of the <img> tag.
	(org-export-format-source-code): Surround example by empty lines,
	to make sure it will not be inside a paragraph.

	* org.el (org-ido-switchb): New function.

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

	* org-agenda.el (org-agenda-show): New prefix argument
	FULL-ENTRY.

	* org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
	argument.
2008-12-20 14:32:06 +00:00
Carsten Dominik
a11ac4ae05 *** empty log message *** 2008-12-20 14:29:47 +00:00
Chong Yidong
7d61c21112 (ido-read-internal): Handle confirm' and confirm-after-completion'
values for the require-match argument.
2008-12-20 10:30:06 +00:00
Chong Yidong
95ee4b8f84 * ido.el (ido-read-internal): Handle `confirm' and
`confirm-after-completion' values for the require-match argument.
2008-12-20 10:29:46 +00:00
Jason Rumney
c855d68235 (auto-coding-regexp-alist): Use utf-8-with-signature for files
starting with UTF-8 BOM.
2008-12-20 09:33:52 +00:00
Chong Yidong
1aa956a1e2 (mode-line-eol-desc): Use assoc to query mode-line-eol-desc-cache. 2008-12-20 07:20:32 +00:00
Chong Yidong
6bc149365b * bindings.el (mode-line-eol-desc): Use assoc to query
mode-line-eol-desc-cache.
2008-12-20 07:19:59 +00:00
Chong Yidong
07be10d88f (pmail-add-header): Function deleted.
(pmail-add-mbox-headers): Insert header directly instead of
calling pmail-add-header.
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe.  Insert
header directly instead of calling pmail-add-header.
2008-12-20 07:03:06 +00:00
Chong Yidong
bbf92dadcd * pmail.el (pmail-add-header): Function deleted.
(pmail-add-mbox-headers): Insert header directly instead of
calling pmail-add-header.
(pmail-display-labels): Add leading space to attribute string.
(pmail-set-attribute): Call pmail-swap-buffers-maybe.  Insert
header directly instead of calling pmail-add-header.
2008-12-20 07:02:49 +00:00
Chong Yidong
de16190387 * pmail.el (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before
saving.
(pmail-quit): Handling expunging manually, instead of calling
pmail-expunge-and-save.
(pmail-next-undeleted-message): If no other message can be shown,
show the current one.
2008-12-20 04:30:04 +00:00
Chong Yidong
a8eed59f9a (pmail-expunge-and-save): Call pmail-swap-buffers-maybe before
saving.
(pmail-quit): Handling expunging manually, instead of calling
pmail-expunge-and-save.
(pmail-next-undeleted-message): If no other message can be shown,
show the current one.
2008-12-20 04:29:26 +00:00
Chong Yidong
2b8e6500ca (pmail-get-new-mail): Call pmail-swap-buffers-maybe.
(pmail-get-new-mail-1): Adjust restriction after calling
pmail-insert-inbox-text.
(pmail-add-mbox-headers): Use save-restriction.
2008-12-20 04:07:07 +00:00
Chong Yidong
8b176528f2 * pmail.el (pmail-get-new-mail): Call pmail-swap-buffers-maybe.
(pmail-get-new-mail-1): Adjust restriction after calling
pmail-insert-inbox-text.
(pmail-add-mbox-headers): Use save-restriction.
2008-12-20 04:06:31 +00:00
Glenn Morris
fd8d5da9db (org-org-menu): Fix some more menu entries. 2008-12-20 03:30:31 +00:00
Glenn Morris
7ed216d669 (comint-save-input-ring-index): Add missing initial value. 2008-12-20 03:26:00 +00:00
Juanma Barranquero
d0482e4e9a * proced.el (proced-grammar-alist): Doc fix.
(proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
  (proced-filter-parents, proced-sort-header, proced-update, proced-help)
  (proced-undo): Fix typos in docstrings.
2008-12-19 21:53:25 +00:00
Juanma Barranquero
a300e74ab1 Fix typos. 2008-12-19 21:45:22 +00:00
Agustín Martín
e483e9f8ef Fix missing entry for hunspell first cut
(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-19 11:45:24 +00:00
Glenn Morris
4c12073242 Header format fix. 2008-12-19 05:29:04 +00:00
Glenn Morris
5463027f0c Fix whitespace in copyright years. 2008-12-19 05:25:25 +00:00
Glenn Morris
62507a6a81 Header format fix. 2008-12-19 05:24:35 +00:00
Glenn Morris
01cc3e13db (authors-aliases): Add some more aliases. 2008-12-19 03:30:14 +00:00
Glenn Morris
eef72fcec0 (authors-fixed-case): New constant.
(authors-public-domain-files, authors-ignored-files):
(authors-valid-file-names, authors-renamed-files-alist): Update lists.
(authors-renamed-files-regexps): Add some new entries.
(authors-canonical-file-name): Don't complain about ignored files.
(authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
(authors): Ensure error buffer is writable.
2008-12-19 03:16:14 +00:00
Glenn Morris
05e15b56c0 Format and file name fixes, for AUTHORS. 2008-12-19 03:13:52 +00:00
Glenn Morris
4c88e56d44 File name fix, for AUTHORS. 2008-12-19 03:09:10 +00:00
Glenn Morris
db87226092 Formatting fix, for AUTHORS. 2008-12-19 03:09:01 +00:00
Glenn Morris
67cd381dc0 File name fix, for AUTHORS. 2008-12-19 03:08:08 +00:00
Miles Bader
c7948b5fad Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1505
2008-12-19 02:40:25 +00:00
Juanma Barranquero
f013149203 Fix typos and author's names. 2008-12-19 01:50:43 +00:00
Kenichi Handa
6e868247e3 *** empty log message *** 2008-12-19 00:42:47 +00:00
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
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
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
Juanma Barranquero
f44d8669e1 Fix typos. 2008-12-18 17:13:22 +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
Dan Nicolaescu
7995501cf2 (vc-dir-at-event): Rename from vc-at-event. Change
all callers.
2008-12-18 08:27:37 +00:00
Glenn Morris
991227c052 Expand some wildcard entries. 2008-12-18 08:22:46 +00:00
Glenn Morris
3590be23cf Fix old entry. 2008-12-18 06:58:57 +00:00
Sam Steingold
5da5a66f02 (vc-at-event): Handle (tool-bar) events. Fix bug#1585. 2008-12-18 03:29:02 +00:00