1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

789 commits

Author SHA1 Message Date
Chong Yidong
8b72835cb3 (Invoking emacsclient): If Emacs has no available frame, it now uses
emacsclient's terminal.
2008-10-30 15:59:50 +00:00
Chong Yidong
4e0a096809 * misc.texi (Invoking emacsclient): If Emacs has no available frame, it
now uses emacsclient's terminal.
2008-10-30 15:59:42 +00:00
Chong Yidong
01bfa9008b (emacsclient Options): Document server-use-tcp and server-host. 2008-10-29 17:30:36 +00:00
Chong Yidong
21d2bae3ca * misc.texi (emacsclient Options): Document server-use-tcp and
server-host.
2008-10-29 17:29:27 +00:00
Chong Yidong
d01c3d683e (Using Region): Document use-empty-active-region. 2008-10-29 16:00:42 +00:00
Chong Yidong
80e5620e5b * mark.texi (Using Region): Document use-empty-active-region. 2008-10-29 16:00:30 +00:00
Chong Yidong
78b6d6d298 Minor changes to last checkin. 2008-10-29 05:07:39 +00:00
Chong Yidong
e670e599c1 (Top): Update node listings. 2008-10-29 05:01:50 +00:00
Chong Yidong
97d5c40420 * emacs.texi (Top): Update node listings. 2008-10-29 05:01:42 +00:00
Chong Yidong
8cec98c0f3 (Emacs Server): Rewrite. Document daemon-mode. Don't
mention obsolete emacs.bash script.
(Invoking emacsclient): Rewrite, moving optional arguments to
emacsclient Options.
(emacsclient Options): New node.
2008-10-29 04:59:57 +00:00
Chong Yidong
8bd3f7efa7 * misc.texi (Emacs Server): Rewrite. Document daemon-mode. Don't
mention obsolete emacs.bash script.
(Invoking emacsclient): Rewrite, moving optional arguments to
emacsclient Options.
(emacsclient Options): New node.
2008-10-29 04:57:39 +00:00
Chong Yidong
170ddd9772 (Process Information): Note that process-status does not accept buffer
names.
2008-10-28 20:16:18 +00:00
Chong Yidong
fe2ae8b508 * processes.texi (Process Information): Note that process-status
does not accept buffer names.
2008-10-28 20:16:09 +00:00
Chong Yidong
a0377cbf23 Fix last change. 2008-10-28 00:40:09 +00:00
Chong Yidong
70a9af8178 (Indentation): Replace list with paragraphed text, putting description
of syntax-driven indentation first.  Document new effect of active
regions on tab.
(Tab Stops): Note that editable tab stops affect indentation commands.
2008-10-28 00:38:32 +00:00
Chong Yidong
5fda2cbd41 * indent.texi (Indentation): Replace list with paragraphed text,
putting description of syntax-driven indentation first.  Document new
effect of active regions on tab.
(Tab Stops): Note that editable tab stops affect indentation commands.
2008-10-28 00:38:22 +00:00
Chong Yidong
5c8ad20659 (Skipping Characters): Correct return value of skip-chars-forward. 2008-10-27 21:30:00 +00:00
Chong Yidong
cc5a21e3f7 * positions.texi (Skipping Characters): Correct return value of
skip-chars-forward.
2008-10-27 21:29:53 +00:00
Dan Nicolaescu
4ff029f613 * emacs.c (daemon_name): New variable.
(main): Deal with --daemon=SERVER_NAME.
(Fdaemonp): Return a name if one was passed to --daemon.

* startup.el (server-name): Pacify byte compiler.
(command-line): If --daemon=SERVER_NAME was used, set server-name
before calling server-start.

* cmdargs.texi (Initial Options): Document -daemon=SERVER_NAME.
2008-10-27 07:02:30 +00:00
Carsten Dominik
71d35b2418 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
* org-agenda.el (org-format-agenda-item)
	(org-agenda-filter-make-matcher): Make sure tags are stored and
	compared donwcased.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-insert-todo-heading): Fix bug with force-heading
	argument.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-exp.el (org-export-as-ascii): Handle the case that we are
	bulishing from an indirect buffer.

	* org-table.el (org-table-copy-down): Fix bug with time stamp
	increment.

	* org-mouse.el (org-mouse-features): New option.
	(org-mode-hook): Turn on features depending on
	`org-mouse-features'.

	* org.el (org-insert-heading-respect-content): Force heading
	creation.
	(org-insert-heading): keep the folding state of the heading before
	the inserted one.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-archive.el (org-archive-to-archive-sibling): Handle top
	level headlines better.

2008-10-26  Bastien Guerry  <bzg@altern.org>

	* org-export-latex.el (org-export-latex-classes): Added
	\usepackage{graphicx} to the default list of packages.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-agenda.el (org-agenda-filter): Renamed from
	`org-agenda-filter-tags'.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-entry-properties): Add CATEGORY property, iven if it
	is not defined as a property in this entry.
	(org-add-log-note): Mask prefix argument when immediately storing
	the note.

	* org-agenda.el (org-agenda-filter-effort-default-operator): New
	option.

2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>

	* org.el (org-add-log-setup): Bugfix; code to find insertion point
	after drawers was skipping ahead one line too many, so notes were
	inserted after the first note instead of before it.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
	New variables.
	(org-prepare-agenda): Reset the filter tags.
	(org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
	Show filter tags in mode line.

	* org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
	formatter.

	* org-export-latex.el (org-latex-entities-regexp): New constant.
	(org-export-as-pdf): Use two calls to `shell-command'.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-export-latex.el (org-export-latex-treat-sub-super-char):
	Honor the {} value of the subsuperscript setting.  Make sure that
	longer subsuperscripts are typeset in a roman font.

	* org.el (org-clock-update-time-maybe): Compute negative clock
	intervals correctly.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org.el (org-add-log-setup): Respect
	`org-log-state-notes-insert-after-drawers'.
	(org-log-state-notes-insert-after-drawers): New option.
	(org-todo-trigger-tag-changes): New function.
	(org-todo): Call `org-todo-trigger-tag-changes'.

2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>

	* org.el (org-add-log-setup): Only skip drawers if the are
	immediately after the scheduling keywords.

	* org-clock.el (org-clock-in-switch-to-state): Allow this to be a
	function
	(org-clock-in): If `org-clock-in-switch-to-state' is a function,
	call it with the current todo state to get the state to switch to
	when clocking in.
	(org-clock-in): Use org-indent-line-function to indent clock lines.
	(org-clock-find-position): Fix indentation of empty clock drawers.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-publish.el (org-publish-org-to): Handle case when
	org-export-to-pdf does return a file name, not a buffer.
	(org-publish-org-to-pdf): New function.

	* org-export-latex.el (org-export-as-pdf)
	(org-export-as-pdf-and-open): New commands.

	* org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
	forms as ranges.

	* org-export-latex.el (org-export-latex-lists): Ignore lists-like
	things in protexted regions.

2008-10-26  Carsten Dominik  <dominik@science.uva.nl>

	* org-export-latex.el (org-export-latex-preprocess): Improve
	quoting of LaTeX environments.
2008-10-25 21:35:48 +00:00
Martin Rudalics
520b29e7aa (Deleting Windows): Update documentation of delete-windows-on.
(Buffers and Windows): Update documentations of
get-buffer-window and get-buffer-window-list.
(Displaying Buffers): Update documentation of
replace-buffer-in-windows.
2008-10-25 10:09:42 +00:00
Martin Rudalics
09460d9acc (Current Buffer): Reword set-buffer and
with-current-buffer documentations.
(Creating Buffers): Reword documentation of get-buffer-create.
2008-10-25 09:58:12 +00:00
Chong Yidong
22019f6583 (Function Keys): Note that modified keypad keys are not translated. 2008-10-23 22:24:32 +00:00
Chong Yidong
f28815e36c * custom.texi (Function Keys): Note that modified keypad keys are not
translated.
2008-10-23 22:24:25 +00:00
Martin Rudalics
4d48fcdc0f (Current Buffer): Reword documentation of set-buffer.
(Buffer Names): Reword documentation of buffer-name.
(The Buffer List): For bury-buffer explain what happens with the
buffer's window.
(Creating Buffers): Say that get-buffer-create's arg is buffer-or-name.
2008-10-23 09:20:55 +00:00
Chong Yidong
8b4ef1fc8f (Computed Advice): Minor phrasing change. 2008-10-23 03:51:55 +00:00
Glenn Morris
3c4be1f271 (Function Bindings): Mention `flet' fails to deal with byte-compiling
things like `+'.
2008-10-23 02:38:38 +00:00
Glenn Morris
1e7b85f5c3 Merge copyright years of author now with assignment into FSF years.
(VER): Use it for easier automatic updating.  Use Emacs version rather
than standalone Emacs.app version.
2008-10-23 02:36:41 +00:00
Chong Yidong
fcda64545d (Arguments): Explain how to insert multiple digits. 2008-10-23 01:08:30 +00:00
Chong Yidong
996cd6e43f * basic.texi (Arguments): Explain how to insert multiple digits. 2008-10-23 01:05:21 +00:00
Michael Albinus
49545fe216 * files.texi (Remote Files): Precise selection of default method.
Rewrite paragraph about disabling remote file names.
2008-10-22 21:13:56 +00:00
Eli Zaretskii
02043db05a (Killing Buffers): Fix last change. 2008-10-22 19:58:41 +00:00
Chong Yidong
794f204ba5 (Computed Advice): Explain what DEFINITION is. 2008-10-22 19:53:33 +00:00
Chong Yidong
3e5dbbd390 * advice.texi (Computed Advice): Explain what DEFINITION is. 2008-10-22 19:53:19 +00:00
Chong Yidong
ffdbc44b56 (Character Codes): Remove obsolete function char-valid-p, and document
characterp instead.
2008-10-22 19:37:07 +00:00
Chong Yidong
f0143c43d4 * nonascii.texi (Character Codes): Remove obsolete function
char-valid-p, and document characterp instead.
2008-10-22 19:36:59 +00:00
Chong Yidong
9cfa31ea84 (Special Isearch): Document M-TAB is isearch. 2008-10-22 19:25:19 +00:00
Chong Yidong
e752c54492 * search.texi (Special Isearch): Document M-TAB is isearch. 2008-10-22 19:22:55 +00:00
Chong Yidong
dc103cdc71 Use @kbd instead of @key for mouse commands throughout. 2008-10-22 19:11:14 +00:00
Chong Yidong
ab8fc9aa5b (VC Mode Line): Use @kbd instead of @key for mouse command. 2008-10-22 19:10:03 +00:00
Chong Yidong
edac0b538d * files.texi (VC Mode Line): Use @kbd instead of @key for mouse
command.

* frames.texi: Use @kbd instead of @key for mouse commands throughout.
2008-10-22 19:09:54 +00:00
Martin Rudalics
f76f824608 (Killing Buffers): Update documentation of kill-buffer. 2008-10-22 16:08:11 +00:00
Martin Rudalics
52a94b8577 (Displaying Buffers): Reword documentation of pop-to-buffer.
(Choosing Window): Rewrite documentation of display-buffer and
its options.
2008-10-22 13:04:16 +00:00
Tassilo Horn
20a360544d (Acknowledgments): Added myself to Acknowledgments
section.
2008-10-22 11:26:24 +00:00
Chong Yidong
67a9bee7b8 Fix last change. 2008-10-21 23:20:55 +00:00
Chong Yidong
8287838d14 (Diff Mode): Document diff-show-trailing-whitespaces. 2008-10-21 23:16:29 +00:00
Chong Yidong
b328f1b99f * files.texi (Diff Mode): Document diff-show-trailing-whitespaces. 2008-10-21 23:16:21 +00:00
Chong Yidong
2fab1e336c (Comparing Files): Note that diff uses the minibuffer, and
that the output is shown using Diff mode.
(Diff Mode): Explain what "patch" and "hunk" mean.  Document
diff-update-on-the-fly and diff-refine-hunk.
(File Archives): Add rar support.
2008-10-21 23:10:45 +00:00
Chong Yidong
1a6e295430 * files.texi (Comparing Files): Note that diff uses the minibuffer, and
that the output is shown using Diff mode.
(Diff Mode): Explain what "patch" and "hunk" mean.  Document
diff-update-on-the-fly and diff-refine-hunk.
(File Archives): Add rar support.
2008-10-21 23:10:37 +00:00
Chong Yidong
da77fe944a Minor language tweaks (suggested by rms). 2008-10-21 21:04:13 +00:00