1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
Commit Graph

46698 Commits

Author SHA1 Message Date
Juanma Barranquero
c63a334eb0 * server.el (server-sentinel): Uncomment code to delete connection file.
(server-start): Save the connection file in the server property list.
  Delete it only when we are reasonably convinced that it is not owned by
  a running server.
  (server-force-delete): New command to force-delete the connection file,
  and stop the server if it is running.
  (server-running-p): Return t also for local TCP servers when we find a
  process with a matching PID, and :other for undecided cases.
2008-12-12 00:33:30 +00:00
Martin Rudalics
4d0e7fe37b (dired-pop-to-buffer): Call with min-height arg 1 to
make sure that small buffers get shown.
2008-12-11 17:20:45 +00:00
Martin Rudalics
f7baca2087 (fit-window-to-buffer): Use with-selected-window and
condition-case.  Do not delete more windows than necessary in
the shrinking (delta < 0) case.  Do not raise an error when the
containing frame is too small to show all of buffer.  (Bug#1488)
2008-12-11 17:17:44 +00:00
Juanma Barranquero
0355f110d8 Add info to entry. 2008-12-11 12:02:49 +00:00
Juanma Barranquero
94584c3425 Fix typo. 2008-12-11 11:06:46 +00:00
Juanma Barranquero
ee61fe97ea * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
(ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
  (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
  (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
  (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
  (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
  (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
  (ruby-backward-sexp, ruby-add-log-current-method)
  (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
  (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
  (ruby-deep-indent-paren): Doc fix.
  (ruby-insert-encoding-magic-comment): Remove * from docstring.
  (ruby-here-doc-find-end): Reflow docstring.
2008-12-11 11:03:42 +00:00
Martin Rudalics
c160ca6d8e *** empty log message *** 2008-12-11 09:53:54 +00:00
Martin Rudalics
d7e781879d (dired-pop-to-buffer): Use fit-window-to-buffer when
dired-shrink-to-fit is non-nil.  (Bug#1488)
2008-12-11 09:48:08 +00:00
Juanma Barranquero
011a014396 Move decoding of locale info from Lisp to C.
* src/w32proc.c (Fw32_get_locale_info): Decode long form of locale name.

* lisp/w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
  decoding of long locale info is now done in `w32-get-locale-info'.
2008-12-11 09:40:44 +00:00
Glenn Morris
bc79ba50b5 Fix ruby-mode attribution. 2008-12-11 04:22:37 +00:00
Chong Yidong
ebcba96ba3 Fix auto-mode-alist entry. 2008-12-11 02:01:55 +00:00
Chong Yidong
1b34970249 * progmodes/ruby-mode.el: Fix auto-mode-alist entry. 2008-12-11 02:01:35 +00:00
Chong Yidong
ecc69b6579 (pmail-perm-variables): Don't call pmail-parse-file-inboxes.
(pmail-parse-file-inboxes): Function deleted.
(pmail-get-new-mail-1): Function merged into pmail-get-new-mail.
(pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1.
(pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not
pmail-spam-filter.
(pmail-convert-to-babyl-format): Function deleted.
(pmail-nuke-pinhead-header): Function deleted.
(pmail-reply): Parsing headers in mbox format.  Call
rmail-dont-reply-to instead of pmail-dont-reply-to.
2008-12-10 21:50:23 +00:00
Chong Yidong
a6ab233810 * pmail.el (pmail-perm-variables): Don't call pmail-parse-file-inboxes.
(pmail-parse-file-inboxes): Function deleted.
(pmail-get-new-mail-1): Function merged into pmail-get-new-mail.
(pmail-get-new-mail-2): Renamed to pmail-get-new-mail-1.
(pmail-get-new-mail-filter-spam): Call rmail-spam-filter, not
pmail-spam-filter.
(pmail-convert-to-babyl-format): Function deleted.
(pmail-nuke-pinhead-header): Function deleted.
(pmail-reply): Parsing headers in mbox format.  Call
rmail-dont-reply-to instead of pmail-dont-reply-to.
2008-12-10 21:48:55 +00:00
Chong Yidong
adc3b85d06 (pmail-insert-pmail-file-header): Function deleted.
(pmail-decode-babyl-format): Function deleted.
2008-12-10 20:56:39 +00:00
Chong Yidong
aecb916e99 (pmail-output-to-pmail-file): Don't call
pmail-insert-pmail-file-header.
2008-12-10 20:56:32 +00:00
Chong Yidong
f1b13b5bea * pmailout.el (pmail-output-to-pmail-file): Don't call
pmail-insert-pmail-file-header.

* pmail.el (pmail-insert-pmail-file-header): Function deleted.
(pmail-decode-babyl-format): Function deleted.
2008-12-10 20:56:16 +00:00
Chong Yidong
0fa15b2d02 Remove debugging code. 2008-12-10 20:36:47 +00:00
Chong Yidong
40aaa96b88 (ELCFILES): Add ruby-mode.elc. 2008-12-10 18:59:50 +00:00
Chong Yidong
89322882ea * Makefile.in (ELCFILES): Add ruby-mode.elc.
* progmodes/ruby-mode.el: New file.
2008-12-10 18:59:36 +00:00
Chong Yidong
c7fbbc3c6f New file. 2008-12-10 18:59:26 +00:00
Chong Yidong
c2a008832d (xterm-remove-modify-other-keys): Fix error in terminal variable
assignment.
2008-12-10 15:02:42 +00:00
Chong Yidong
70b5282983 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
terminal variable assignment.
2008-12-10 15:02:31 +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
Kenichi Handa
e54be9a032 (setup-default-fontset): Add an entry for characters in the Unicode
SIP area.
2008-12-10 06:05:52 +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
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
Stefan Monnier
e9e9c7b891 (rx-submatch): Pass : to rx-form (bug#1518). 2008-12-09 21:17:09 +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
Glenn Morris
5c92814419 (ELCFILES): Update. 2008-12-09 03:59:29 +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
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
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
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
Vinicius Jose Latorre
6530de7d39 Transform defvar into defcustom. 2008-12-05 14:56:18 +00:00