1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 06:01:22 -08:00
Commit graph

87090 commits

Author SHA1 Message Date
Chong Yidong
f2d5c00fe8 Negative alpha means "don't touch". 2008-11-12 15:51:35 +00:00
Chong Yidong
2f8e69ccca (x_set_frame_alpha): Do nothing if alpha is negative. 2008-11-12 15:51:11 +00:00
Chong Yidong
7e849c1743 * frame.c (x_set_alpha): Set alpha to -1 if nil given.
* frame.h: Negative alpha means "don't touch".

* w32term.c (x_set_frame_alpha): Do nothing if alpha is negative.

* xterm.c (x_set_frame_alpha): Do nothing if alpha is negative.
2008-11-12 15:49:45 +00:00
Miles Bader
5b51650c09 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1471
2008-11-12 08:12:19 +00:00
Carsten Dominik
1463de9089 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: Document the extra yanking key.
2008-11-12 08:09:23 +00:00
Carsten Dominik
e45e35955c 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
* org.texi (Clocking work time): Document the :formula property of
	clock tables.
	(Structure editing, Refiling notes): Document refiling regions.
	(Agenda commands): Document the double-prefix version
	of the `l' command in the agenda.
	(Handling links): Explain the effect of a double prefix
	arg to `C-c C-o'.
	(TODO basics): Add documentation for tag triggers.
2008-11-12 08:09:03 +00:00
Carsten Dominik
564c900ef2 *** empty log message *** 2008-11-12 08:06:35 +00:00
Carsten Dominik
93b62de89a 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-yank): Make any prefix force normal yanking.
	Suppress folding if text would be swallowed into a folded
	subtree.
	(org-yank-folded-subtrees, org-yank): Docstring updates.

	* org-agenda.el (org-agenda-compare-effort): Treat no effort
	defined as 0.

	* org-exp.el (org-export-language-setup): Add Catalan and
	Esperanto language entries.

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

	* org.el (org-refile): Allow refiling of entire regions.

	* org-clock.el (org-clock-time%): New function.

	* org.el (org-entry-get, org-entry-delete): Use safer regexps to
	retrieve property values.

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

	* org-agenda.el (org-agenda-list): Handle the value `only' of
	org-agenda-show-log'.
	(org-agenda-log-mode): Interpret a double prefix arg.

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

	* org-exp.el (org-export-html-footnotes-section): New variable.
	(org-export-as-html): Use `org-export-html-footnotes-section' to
	insert the footnotes.
	(org-export-language-setup): Add "Footnotes" to language words.

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

	* org.el (org-yank): Fix bug when not inserting a subtree.

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

	* org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
	instead of `vm-beginning-of-message'.

	* org.el (org-make-link-regexps): Make sure that links to gnus can
	contain brackets.

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

	* org-attach.el (org-attach-dir): Remove duplicate ID creation
	code.

	* org-id.el (org-id-new): Use `org-trim' to extract the uuid from
	shell output.

	* org.el (org-link-abbrev-alist): Improve customization type.

	* org-attach.el (org-attach-expand-link, org-attach-expand): New
	functions.

	* org-agenda.el (org-agenda-get-progress): Renamed from
	`org-get-closed'.  Implement searching for state changes as well.
	(org-agenda-log-mode-items): New option.
	(org-agenda-log-mode): New option prefix argument, interpreted as
	request to show all possible progress info.
	(org-agenda-get-day-entries): Call `org-get-progress' instead of
	`org-get-closed'.
	(org-agenda-set-mode-name): Handle the more complex log mode
	settings.
	(org-get-closed): New alias, pointing to `org-get-progress'.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-file-apps-defaults-gnu)
	(org-file-apps-defaults-macosx)
	(org-file-apps-defaults-windowsnt): Add an entry defining the
	system command.
	(org-file-apps): Allow `system' as key and value.
	(org-open-at-point): Explain the effect of a double prefix arg.
	(org-open-file): If the argument `in-emacs' is (16),
	i.e. corresponding to a double prefix argument, try to open the
	file externally.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-insert-link): Abbreviate absolute files names in
	links.  Also, fix a bug in which the double C-u prefix would not
	be honored.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-insert-heading): If buffer does not end with a
	newline, add one if necessary to insert headline correctly.

	* org-exp.el (org-export-as-html): Make sure that <hr/> is between
	paragraphs, not inside.

	* org.el (org-todo): Quote
	`org-agenda-headline-snapshot-before-repeat'.

	* org-exp.el (org-export-as-html): Fully process link descriptions.
	(org-export-html-format-desc): New function.
	(org-export-as-html): Collect footnotes into the correct basket.
	(org-html-protect): No longer protect quotations marks here, this
	goes wrong.

	* org-agenda.el (org-agenda-remove-marked-text): Bind variable
	BEG.

	* org-compat.el (org-fit-window-to-buffer): New function (not
	really, a preliminary and incomplete version was present earlier,
	but not used).

	* org.el (org-fast-todo-selection, org-fast-tag-selection): Use
	`org-fit-window-to-buffer'.

	* org-exp.el (org-export): Use `org-fit-window-to-buffer'.

	* org-agenda.el (org-agenda-get-restriction-and-command)
	(org-fit-agenda-window, org-agenda-convert-date): Use
	`org-fit-window-to-buffer'.

	* org-exp.el (org-export-as-html): Process href links through
	`org-export-html-format-href'.
	(org-export-html-format-href): New function.

	* org-agenda.el (org-agenda-todo): Update only the current
	headline if this is a repeated TODO, marked done for today.
	(org-agenda-change-all-lines): New argument JUST-THIS, to change
	only the current line.

	* org.el (org-todo): Take a snapshot of the headline if the
	repeater might change it.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org-publish.el (org-publish-find-title): Remove buffers visited
	only for extracting the title.

	* org-exp.el (org-export-html-style)
	(org-export-html-style-default): Mark style definitions as
	unparsed CDATA.

	* org-publish.el (org-publish-validate-link): Function
	re-introduced.

2008-11-12  Charles Sebold  <csebold@gmail.com>

	* org-plot.el (org-plot/add-options-to-plist): Supports timefmt
	property.
	(org-plot-quote-timestamp-field): New function.
	(org-plot-quote-tsv-field): Call timestamp field function when
	necessary rather than just quoting as a string.
	(org-plot/gnuplot-to-data): Pass in timefmt property.
	(org-plot/gnuplot-script): Supports timefmt property.
	(org-plot/gnuplot): Checks for timestamp column before checking
	for text index column.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-insert-heading): Improve behavior with hidden subtrees.

	* org-publish.el (org-publish-org-index): Create a section in the
	index file.
	(org-publish-org-index): Stop linking to directories.

	* org.el (org-emphasis-alist): Use span instead of <u> to
	underline text.

	* org-exp.el (org-export-as-html): Make sure <p> is closed before
	<pre> sections.

2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>

	* org-jsinfo.el (org-infojs-template): Remove language attribute
	from script tag.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org-agenda.el (org-agenda-remove-marked-text): New function.
	(org-agenda-mark-filtered-text)
	(org-agenda-unmark-filtered-text): New functions.
	(org-write-agenda): Remove fltered text.

	* org.el (org-make-tags-matcher): Give access to TODO "property"
	without speed penalty.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
	option.
	(org-store-link-props): Make sure adding to the plist works
	correctly.

	* org-gnus.el (org-gnus-no-new-news): New function.
	(org-gnus-follow-link): Allow the article ID to be a message-id,
	in addition to allowing article numbers.  Message IDs make much
	more roubust links.
	(org-gnus-store-link): Use message-id to create link.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-emphasize): Reverse the selection array.
	(org-emphasis-alist): Set <code> tags for the verbatim
	environment.

	* org-remember.el (org-remember-handler): Fix bug with
	prefix-related changing of the note storage target.

	* org-exp.el (org-print-icalendar-entries): Make the exported
	priorities compatible with RFC 2445.

	* org-clock.el (org-clock-save): Insert time stamp without
	dependence on time-stamp.el.

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org.el ("saveplace"): If saveplace puts point into an invisible
	location, make it visible.
	(org-make-tags-matcher): Allow inactive time stamps in time
	comparisons.
	(org-yank-adjusted-subtrees): New option.
	(org-yank): Incorporate adjusting trees.
	(org-paste-subtree): New argument FOR-YANK which will cause
	insertion at point without backing up over white lines, and leave
	point at the end of the inserted text.  Also if the cursor is
	at the beginning of a headline, use the same level or the inserted
	tree.

	* org-publish.el (org-publish-get-base-files-1): Deal correctly
	with broken symlinks

2008-11-12  Carsten Dominik  <dominik@science.uva.nl>

	* org-exp.el (org-export-select-tags, org-get-current-options):
	Fix typo.
2008-11-12 08:01:06 +00:00
Carsten Dominik
fb8df73ba5 *** empty log message *** 2008-11-12 07:58:27 +00:00
Dan Nicolaescu
b9fd67bd5c * hftctl.c:
* chpdef.h:
* acldef.h: Remove files used only for systems no longer supported.

* Makefile.in: Fix .o alphabetical ordering.
(hftctl.o): Remove dependency, file removed.
(keymap.o, print.o): Depend on charset.h.
2008-11-12 07:17:21 +00:00
Sam Steingold
05342dca46 (vc-cvs-parse-root): Handle roots without colon between hostname and path. 2008-11-12 04:47:18 +00:00
Juri Linkov
978d723ed9 (dired-isearch-filenames)
(dired-isearch-filenames-regexp):
Let-bind isearch-message-prefix-add to "filename ".
2008-11-11 20:14:38 +00:00
Juri Linkov
ee9b85a84a (isearch-message-prefix-add)
(isearch-message-suffix-add): New variables.
(isearch-message-prefix): Show additional text from
`isearch-message-prefix-add' before "I-search".
(isearch-message-suffix): Show additional text from
`isearch-message-suffix-add' at the end.
2008-11-11 20:11:34 +00:00
Juri Linkov
8365922029 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
`isearch-search'.  Call isearch-success-function to skip matches
outside the current isearch scope.  Let-bind search-invisible to
nil to not match invisible text.
2008-11-11 19:57:04 +00:00
Juri Linkov
8d32ed6416 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
Bind `isearch-recursive-edit' to nil to prevent calling
`exit-recursive-edit' in `isearch-done' that terminates the
execution of these commands when it is non-nil.  Call
`exit-recursive-edit' explicitly at the end.
(isearch-occur): For word search construct the correct regexp
with word boundaries to proceed with occur.
2008-11-11 19:48:37 +00:00
Juri Linkov
8c740e4c10 (isearch-search-fun): Compare the length of the
current search string with the length of the string from the
previous search state to detect the situation when the user
adds or removes characters in the search string.
Use word-search-forward-lax and word-search-backward-lax in this
case, and otherwise word-search-forward and word-search-backward.
2008-11-11 19:43:09 +00:00
Sam Steingold
f399e4ade9 (mouse-buffer-menu-mode-groups): Place "Annotate" into
the "Version Control" group (for C-x v g).
2008-11-11 17:20:06 +00:00
Juanma Barranquero
25f494c911 * frames.texi (Basic Parameters): Remove display-environment-variable
and term-environment-variable.
2008-11-11 11:47:59 +00:00
Juanma Barranquero
909049cbf2 * server.el (server-process-filter): Fix typos and reflow docstring. 2008-11-11 10:51:35 +00:00
Martin Rudalics
2c4ac0695a (footnote-mode): Improve doc-string.
Suggested by <jidanni@jidanni.org>.  (Bug#1318)
2008-11-11 09:39:29 +00:00
Juanma Barranquero
ad8f55acb4 * quail/hangul.el (hangul-im-keymap, hangul-insert-character)
(hangul-djamo, hangul2-input-method-moum, hangul3-input-method-cho)
  (hangul3-input-method-jung, hangul3-input-method-jong):
  Fix typos in docstrings.
2008-11-11 08:53:14 +00:00
Juanma Barranquero
60612c8fd3 Fix typos. 2008-11-11 08:41:18 +00:00
Juanma Barranquero
53a8f9dba0 * quail/hangul.el (hangul-djamo): Fix typo in docstring. 2008-11-11 08:39:09 +00:00
Kenichi Handa
a68053337d (map_char_table_for_charset): Add comment. 2008-11-11 07:25:27 +00:00
Kenichi Handa
6f1b43a0ad (Vchar_unify_table): Comment added. 2008-11-11 01:05:17 +00:00
Chong Yidong
8db5a4fe51 (Custom-mode): Set up tool-bar-map unconditionally. 2008-11-11 00:28:10 +00:00
Chong Yidong
4759d8bd58 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally. 2008-11-11 00:25:28 +00:00
Teodor Zlatanov
863e372f74 (smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load starttls.el for it. 2008-11-10 20:13:41 +00:00
Teodor Zlatanov
373f031296 (smtpmail-open-stream): Use `starttls-any-program-available'. 2008-11-10 20:10:51 +00:00
Stefan Monnier
4e47bf1fe3 Remove find-file-noselect from the list of magic file name handlers. 2008-11-10 15:29:12 +00:00
Kenichi Handa
d5998e0317 (Fget_byte): Fix and make it faster for unibyte target. 2008-11-10 00:47:08 +00:00
Eli Zaretskii
47264a9799 Fix usage of `see @ref'. 2008-11-09 21:22:41 +00:00
Eli Zaretskii
ac97579cb1 Fix a typo. 2008-11-09 21:20:34 +00:00
Chong Yidong
12008840ca Following communication from FSF, relaxng.rnc can be treated as part
of Emacs (via the nxml-mode assignment).
2008-11-09 04:06:37 +00:00
Chong Yidong
7742c3dc9b Add standard Emacs copyright notice, treating this file as part of
Emacs/nxml-mode (following private communication from FSF).
2008-11-09 04:05:39 +00:00
Eli Zaretskii
cafb950452 New file, with build instructions moved from the top-level INSTALL. 2008-11-08 19:24:59 +00:00
Eli Zaretskii
b73f809ce4 Move MS-DOS specific instructions to msdos/INSTALL. 2008-11-08 19:07:31 +00:00
Eli Zaretskii
a1401ab123 (Basic Windows, Splitting Windows)
(Deleting Windows, Selecting Windows, Cyclic Window Ordering)
(Buffers and Windows, Displaying Buffers, Dedicated Windows)
(Resizing Windows, Window Configurations, Window Parameters): Fix wording
and markup.
2008-11-08 18:07:29 +00:00
Chong Yidong
0405753521 Remove incorrect and redundant entry about emacsclient -c. 2008-11-08 17:24:22 +00:00
Chong Yidong
cc524e3b21 (file_name_completion): If completion_ignore_case is enabled, ignore
case when checking completion-regexp-list.
2008-11-08 16:55:23 +00:00
Chong Yidong
be70e18348 * dired.c (file_name_completion): If completion_ignore_case is
enabled, ignore case when checking completion-regexp-list.
2008-11-08 16:55:09 +00:00
Mark A. Hershberger
33198156a9 Examples for compilation.txt for PHP 2008-11-08 16:50:14 +00:00
Chong Yidong
6f6c43ffe0 (dired-read-dir-and-switches): Revert to 2007-11-22 version
(bug@1285).
2008-11-08 14:24:54 +00:00
Chong Yidong
7ae105c81d * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
version (bug@1285).
2008-11-08 14:23:06 +00:00
Eli Zaretskii
7cf94eac0d (get_lim_data): Fix last change. 2008-11-08 14:19:03 +00:00
Eli Zaretskii
5463218ceb (command-line): Ignore init-file-user when checking user's home directory
on MS-DOS as well.
2008-11-08 13:16:17 +00:00
Kenichi Handa
ee107a899d (Fget_byte): New function.
(syms_of_character): Defsubr Fget_byte.
2008-11-08 13:02:38 +00:00
Chong Yidong
d73b58b55d Handle backslash key (bug#839). 2008-11-07 19:51:26 +00:00
Chong Yidong
c7c55e6a96 Correct last entry. 2008-11-07 19:51:14 +00:00
Chong Yidong
28907fe2be * quail/cyrillic.el: Handle backslash key (bug#839). 2008-11-07 19:50:56 +00:00