1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
Commit graph

87772 commits

Author SHA1 Message Date
Juanma Barranquero
2ae37cf085 Fix typos. 2008-12-10 10:44:34 +00:00
Juanma Barranquero
a512e1a234 * net/tramp.el (top): Don't fail if there is no current message. 2008-12-10 10:21:03 +00:00
Katsumi Yamaoka
b6b8f5fda9 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
`allow-override' which says whether to use `mm-charset-override-alist'.
(rfc2047-decode-encoded-words): Use it.

* mm-util.el (mm-charset-override-alist): Fix custom type;
add `(gb2312 . gbk)' to choices.
2008-12-10 10:02:50 +00:00
Juanma Barranquero
c3f995a2cb * emacsclient.c [!WINDOWSNT] (EMACS_DAEMON): New define.
Changes when EMACS_DAEMON is not defined:
  (print_help_and_exit): Don't add daemon information to help.
  (start_daemon_and_retry_set_socket): Make a no-op.
  (main): Don't set `start_daemon_if_needed' (which is initialized to 0).
2008-12-10 09:47:06 +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
Kenichi Handa
e54be9a032 (setup-default-fontset): Add an entry for characters in the Unicode
SIP area.
2008-12-10 06:05:52 +00:00
Kenichi Handa
7b6494787a (fc_charset_table): Add "unicode-sip".
(ftfont_spec_pattern): Lookup fc_charset_table for the regisry
Qunicode_sip.
2008-12-10 06:01:44 +00:00
Glenn Morris
fb2facde09 (ELCFILES): Update. 2008-12-10 04:33:27 +00:00
Glenn Morris
52d21dc435 Move here from ../, with warning comment. 2008-12-10 04:32:16 +00:00
Glenn Morris
c80293c946 Move to obsolete 2008-12-10 04:31:45 +00:00
Daiki Ueno
8e3efc87f3 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
buffer unmodified.  (Bug#1509)
* epa-file.el (epa-file-insert-file-contents): Set buffer's
modification time if visiting a file and the content is
successfully decrypted.
2008-12-10 01:35:39 +00:00
Juanma Barranquero
2133e2d138 * coding.c (QCdefault_char): Rename from QCdefalut_char.
(Fcoding_system_put): Use QCdefault_char.
  (syms_of_coding): Set QCdefault_char, not QCdefalut_char.
2008-12-10 01:04:19 +00:00
Juanma Barranquero
4ccfa1c0d1 Fix typos. 2008-12-10 00:53:33 +00:00
Chong Yidong
9743ac48dd (syms_of_xftfont): Fix typo. 2008-12-09 23:54:29 +00:00
Chong Yidong
74d819ebdb * xftfont.c (syms_of_xftfont): Fix typo. 2008-12-09 23:54:20 +00:00
Chong Yidong
be9acc2629 (save-some-buffers): At each map-y-or-n-p iteration,
check whether the buffer is still alive.
2008-12-09 23:43:11 +00:00
Chong Yidong
39af3de2c1 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
check whether the buffer is still alive.
2008-12-09 23:43:03 +00:00
Chong Yidong
89f4fb7c0f (pmail-expunge): Pass new optional arg to pmail-only-expunge.
(pmail-expunge-and-save): Don't reset view buffer.
2008-12-09 23:23:05 +00:00
Chong Yidong
d1c0ec0d45 * pmail.el (pmail-expunge): Pass new optional arg to pmail-only-expunge.
(pmail-expunge-and-save): Don't reset view buffer.
2008-12-09 23:22:58 +00:00
Chong Yidong
dc9cc5743b (Fbuffer_swap_text): Signal error if swapping a dead buffer. 2008-12-09 23:08:05 +00:00
Chong Yidong
9af886ee0f * buffer.c (Fbuffer_swap_text): Signal error if swapping a dead
buffer.
2008-12-09 23:07:56 +00:00
Stefan Monnier
e9e9c7b891 (rx-submatch): Pass : to rx-form (bug#1518). 2008-12-09 21:17:09 +00:00
Dan Nicolaescu
7c54c0a06e Add Solaris on x86_64. 2008-12-09 20:36:23 +00:00
Chong Yidong
1b8d0b78a3 (pmail-summary-header): Deleted.
(pmail-get-create-summary-line): Don't insert a summary line into
the file.
2008-12-09 19:35:33 +00:00
Chong Yidong
397b4cd0fd (pmail-only-expunge): Swap buffers at the beginning. 2008-12-09 19:35:06 +00:00
Chong Yidong
5b681764fe * pmail.el (pmail-only-expunge): Swap buffers at the beginning.
* pmailsum.el (pmail-summary-header): Deleted.
(pmail-get-create-summary-line): Don't insert a summary line into
the file.
2008-12-09 19:35:00 +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
Glenn Morris
5c92814419 (ELCFILES): Update. 2008-12-09 03:59:29 +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
Dan Nicolaescu
149b51bc88 Updated from master source. 2008-12-09 00:58:34 +00:00
Eli Zaretskii
961de2e730 Fix last change. 2008-12-08 23:42:13 +00:00
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