1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00
Commit Graph

87736 Commits

Author SHA1 Message Date
Stefan Monnier
bdaf166cdf (auto-insert): Use expand-file-name instead of concat.
Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
2008-12-08 16:30:43 +00:00
Dan Nicolaescu
7c19d3aedb (main): Close daemon_pipe on exec. 2008-12-08 16:22:40 +00:00
Chong Yidong
d31eee5ecc (encode_terminal_code): Free any previous memory blocks
before calling xmalloc for encode_terminal_src or
encode_terminal_dst.
(maybe_fatal): Buffer argument deleted.  Don't free buffer here.
All callers changed.
(init_tty): Store termcap data and string buffers in new struct
tty members termcap_term_buffer and termcap_strings_buffer.
(delete_tty): Free them.
(syms_of_term): Initialize encode_terminal_src and
encode_terminal_dst.
2008-12-08 14:44:30 +00:00
Chong Yidong
d93264c678 (struct tty): New members termcap_term_buffer and
termcap_strings_buffer.
2008-12-08 14:44:23 +00:00
Chong Yidong
567826bbb2 * termchar.h (struct tty): New members termcap_term_buffer and
termcap_strings_buffer.

* term.c (encode_terminal_code): Free any previous memory blocks
before calling xmalloc for encode_terminal_src or
encode_terminal_dst.
(maybe_fatal): Buffer argument deleted.  Don't free buffer here.
All callers changed.
(init_tty): Store termcap data and string buffers in new struct
tty members termcap_term_buffer and termcap_strings_buffer.
(delete_tty): Free them.
(syms_of_term): Initialize encode_terminal_src and
encode_terminal_dst.
2008-12-08 14:43:45 +00:00
Carsten Dominik
59bd58600e 2008-12-07 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: Version number update.
2008-12-07 18:51:01 +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
Carsten Dominik
e5f29d662d New file org-w3m.el. 2008-12-07 18:37:17 +00:00
Carsten Dominik
ff4be292b3 2008-12-07 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-07  Carsten Dominik  <carsten.dominik@gmail.com>

	* org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
	bindings of calendar variables.

	* org-table.el (org-table-find-row-type): Renamed from
	`org-find-row-type'.
	(org-table-rewrite-old-row-references): Renamed from
	`org-rewrite-old-row-references'.
	(org-table-shift-refpart): Renamed from `org-shift-refpart'.
	(org-table-cleanup-narrow-column-properties): Renamed from
	`org-cleanup-narrow-column-properties'.

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

	* org-table.el (org-find-row-type): New arguments DESC and CLINE,
	for better error messages.
	(org-table-get-descriptor-line): Supply the new arguments to
	`org-find-row-type'.
	(org-table-error-on-row-ref-crossing-hline): New option.

	* org.el (org-target-link-regexp): Make buffer-local.
	(org-move-subtree-down): Fix bug with trees at beginning of
	buffer.

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

	* org-faces.el (org-set-tag-faces): New function.
	(org-tags-special-faces-re): New variable.

	* org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.

	* org-faces.el (org-tag-faces): New option.
	(org-tag): Mention `org-tag-faces' in the docstring.

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

	* org-exp.el (org-export-html-style-default): Implement new
	quoting.

	* org-jsinfo.el (org-infojs-template): Implement new quoting.

	* org-w3m.el (w3m-minor-mode-hook): Also add the special copy
	command to the `w3m-minor-mode-map'.

	* org-archive.el (org-archive-to-archive-sibling): Protect
	`this-command' to avoid appending kills during archiving.

	* org-exp.el (org-export-with-priority): New variable.
	(org-export-add-options-to-plist): Use `org-export-plist-vars'
	instead of internal list of strings and properties.
	(org-print-icalendar-entries): Retrieve the location property with
	inheritance.

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

	* org-exp.el (org-export-with-todo-keywords): New option.
	(org-export-plist-vars): Include also the keys for the #+OPTIONS
	line.
	(org-default-export-plist, org-export-add-options-to-plist)
	(org-export-as-ascii, org-export-as-html): Use the new structure
	of `org-export-plist-vars'.

	* org.el (org-map-entries): Return all values.

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

	* org.el (org-matcher-time): Recognize more special values.

	* org-gnus.el (fboundp): Fix defvaralias for XEmacs.

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

	* org.el (org-tags-exclude-from-inheritance): New option.
	(org-tag-inherit-p, org-remove-uniherited-tags): Respect
	`org-tags-exclude-from-inheritance'.

	* org-agenda.el (org-agenda-show-inherited-tags): New option.
	(org-format-agenda-item): Add inherited tags to the agenda line
	string, and make sure that properties are kept when downcasing the
	tags list.
	(org-agenda-add-inherited-tags): New function.
	(org-downcase-keep-props): New function.

	* org.el (org-scan-tags): Mark inherited tags with a text
	property.
	(org-get-tags-at): Mark inherited tags with a text property.
	(org-add-prop-inherited): New function.

	* org-agenda.el (org-agenda-add-inherited-tags): New function.
	(org-agenda-show-inherited-tags): New option.

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

	* org.el (org-modules): Add org-w3m to the default modules.

	* org-table.el (orgtbl-self-insert-command): Make S-SPC work in
	orgtbl-mode.
	(orgtabl-create-or-convert-from-region): New command.

	* org-exp.el (org-export-as-ascii): Remove the handling of
	targets.
	(org-export-ascii-preprocess): Handle targets already in this
	function.

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

	* org-timer.el (org-timer-start-time): Define this variable.
	(org-timer-item): Make argument optional.

	* org-list.el (org-insert-item): Automatically insert a timer item
	if the current list is a timer list.

	* org-timer.el: New file.

	* org-publish.el (org-publish-org-index): Only exclude the index
	file in the main directory from being added to the site-map.
	(org-publish-get-project-from-filename): If the current project is
	a component, start publishing from the parent project.

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

	* org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.

	* org-publish.el (org-publish-org-index): Improve removal of
	temporary buffers.
2008-12-07 18:36:02 +00:00
Carsten Dominik
243de2b47c *** empty log message *** 2008-12-07 18:34:56 +00:00
Eli Zaretskii
777af7e5f2 Untabify. 2008-12-07 17:41:12 +00:00
Seiji Zenitani
aa96c42b3a * nsfns.m (ns_set_background_color): Remove code duplication. 2008-12-07 05:00:54 +00:00
Chong Yidong
df36ff1f38 (make_conversion_work_buffer): Disable buffer modification hooks in
the work buffer.
2008-12-07 00:58:47 +00:00
Chong Yidong
b7e1d896e0 * coding.c (make_conversion_work_buffer): Disable buffer modification
hooks in the work buffer.
2008-12-07 00:58:16 +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
Chong Yidong
56f37e53c9 (terminal-init-xterm): Discard pending input before reading a reply to
the terminal attributes query.
2008-12-06 03:57:16 +00:00
Chong Yidong
91b07ee352 * term/xterm.el (terminal-init-xterm): Discard pending input
before reading a reply to the terminal attributes query.
2008-12-06 03:55:05 +00:00
Glenn Morris
e513637713 (Old Revisions): Improve previous change. 2008-12-06 03:30:36 +00:00
Seiji Zenitani
920ab46cf5 requirements of the frame opacity code (OS X) 2008-12-06 01:11:07 +00:00
Chong Yidong
c786a92921 (pmail-convert-babyl-to-mbox): Reinitialize pmail-mode variables after
conversion.
2008-12-05 20:43:18 +00:00
Chong Yidong
cab320968e * pmail.el (pmail-convert-babyl-to-mbox): Reinitialize pmail-mode
variables after conversion.
2008-12-05 20:43:11 +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
b5ec91a5c0 (procfs_system_process_attributes): If `nread' has a negative value, assign
zero to it.
2008-12-05 16:49:20 +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
Vinicius Jose Latorre
6530de7d39 Transform defvar into defcustom. 2008-12-05 14:56:18 +00:00
Chong Yidong
68c5540bb7 Minor correction. 2008-12-05 14:45:32 +00:00
Chong Yidong
fbbdcf2fe0 (Vdebug_on_error): Doc fix. 2008-12-05 14:45:14 +00:00
Chong Yidong
a5d2a52bd3 * eval.c (syms_of_eval): Doc fix. 2008-12-05 14:44:53 +00:00
Andreas Schwab
fc7da30b8b (dired-font-lock-keywords): Fix last change. 2008-12-05 13:36:46 +00:00
Kenichi Handa
7bf1bb2124 (ftfont_shape_by_flt): Use "combining" flt if the
second character is a combining character.
2008-12-05 12:26:58 +00:00
Eli Zaretskii
2fdc7d0031 (procfs_system_process_attributes): Don't use cmd, cmdsize, and q without
initializing them first.
2008-12-05 07:09:16 +00:00
Richard M. Stallman
248c026bbb (Antinews): Minor fixes. 2008-12-05 03:02:03 +00:00
Juanma Barranquero
f7980931dc * international/mule-diag.el (mule-diag): Display the window
system version in a less laconic way.
2008-12-05 00:21:40 +00:00
Juanma Barranquero
4af487fc2e Fix breakage by #870. 2008-12-05 00:02:10 +00:00
Juanma Barranquero
e19fff38ea * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
if the sorting functions are not loaded.  (Bug#1432)
2008-12-04 23:58:14 +00:00
Chong Yidong
b0a1b6f349 (pmailhdr): Require pmailhdr. 2008-12-04 23:16:45 +00:00
Chong Yidong
d29e8611a1 * pmailsort.el (pmailhdr): Require pmailhdr. 2008-12-04 23:16:40 +00:00
Chong Yidong
509b4397bc Require pmailhdr. 2008-12-04 23:14:50 +00:00
Chong Yidong
ba3eac401c Remove pmaildesc dependency. 2008-12-04 23:13:08 +00:00
Chong Yidong
547ccf84ef Remove pmaildesc.elc. 2008-12-04 23:11:10 +00:00
Sam Steingold
430aee8b91 (compilation-read-command): Extracted from compile.
(compile): Use it.
(recompile): Accept an optional argument to enable editing the command line.
2008-12-04 23:04:39 +00:00
Chong Yidong
0143335b9a Sync with rmailedit.el.
(pmail-edit-current-message): Remove deleted function
pmail-msg-is-pruned.
2008-12-04 22:54:48 +00:00
Chong Yidong
faa2c8ba6a (pmail-retry-failure): Remove call to non-existent function
pmail-clear-headers.
(pmail-message-labels-p): New function.
2008-12-04 22:50:50 +00:00
Chong Yidong
bb5690937d Sync with rmailout.el. 2008-12-04 22:49:30 +00:00
Chong Yidong
bc6cdadc94 Sync with rmailkwd.el. 2008-12-04 22:49:21 +00:00
Chong Yidong
0efcb0dc64 Require mail-parse.
(pmail-mime-show): Don't use removed function
pmail-header-hide-headers.
(pmail-mime): Use pmail-msgbeg and pmail-msgend instead of removed
pmail-desc-* functions.
2008-12-04 22:49:10 +00:00
Chong Yidong
76cc2f62c0 Sync with pmailsort.el.
(pmail-sort-messages): Insert two newlines at the end of the
message if they do not exist.
2008-12-04 22:48:57 +00:00
Chong Yidong
f76fa02a3b File removed. 2008-12-04 22:47:37 +00:00