1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:06:22 +00:00
Commit Graph

4346 Commits

Author SHA1 Message Date
Eli Zaretskii
583d8b3cfe (Synchronous Processes): Document `process-lines'. 2008-10-19 12:29:22 +00:00
Chong Yidong
3a8de8dc62 Documented yank-pop-change-selection. 2008-10-19 04:58:14 +00:00
Stefan Monnier
0296a35eeb (emacs-internal): New coding system alias. 2008-10-18 23:13:09 +00:00
Eli Zaretskii
04d3620369 *** empty log message *** 2008-10-18 22:09:19 +00:00
Eli Zaretskii
d334fa1e1a *** empty log message *** 2008-10-18 18:56:00 +00:00
Eli Zaretskii
018a960d04 (Changing Files): Document symbolic input of file modes to `set-file-modes'.
Document `read-file-modes' and `file-modes-symbolic-to-number'.
2008-10-18 17:58:25 +00:00
Eli Zaretskii
2c0b814427 (Search and Replace): Document `multi-query-replace-map'. 2008-10-18 14:27:40 +00:00
Eli Zaretskii
80120f13ef (Search and Replace): Document `replace-search-function' and
`replace-re-search-function'.
2008-10-18 14:07:36 +00:00
Eli Zaretskii
6d4913f0d3 (Text from Minibuffer): Document `read-regexp'.
(Completion Commands, Reading File Names): Rename
`minibuffer-local-must-match-filename-map' to
`minibuffer-local-filename-must-match-map'.
(Minibuffer Completion): The `require-match' argument to `completing-read'
can now have the value `confirm-only'.
2008-10-18 13:14:59 +00:00
Eli Zaretskii
43c59a3dca (Displaying Buffers): Minor wording fix.
(Choosing Window): `split-height-threshold' can now be nil.
Document `split-width-threshold'.  `pop-up-frames' can have the value
`graphic-only'.
2008-10-18 11:22:08 +00:00
Dan Nicolaescu
fac5dc61db * configure.in: Add support for GNU/Linux on SuperH.
* MACHINES: Add section for SuperH.
* m/sh3.h: New file, machine description for SuperH.
2008-10-18 08:11:30 +00:00
Eli Zaretskii
53728487f1 (Processor Run Time): Document emacs-uptime' and emacs-init-time'.
(Time Parsing): Document `format-seconds'.
2008-10-17 19:37:14 +00:00
Martin Rudalics
8f5cee6aa0 *** empty log message *** 2008-10-17 16:01:41 +00:00
Eli Zaretskii
f36acfd9ec (Startup Summary): Document before-init-time' and after-init-time'.
Document `initial-window-system' and `window-system-initialization-alist'.
Document reading the abbrevs file.  Document the call to `server-start'
under --daemon.  Rearrange a bit to be consistent with the code flow.
2008-10-17 15:42:34 +00:00
Eli Zaretskii
2de17c73f3 (The Mark): Document use-region-p. 2008-10-16 20:06:38 +00:00
Chong Yidong
ee0f05567b ESR already documented changeset-based VC. Remove duplicate entry
about D in VC Annotate mode.
2008-10-16 00:04:33 +00:00
Eli Zaretskii
c3aaf1d70f (Defining Commands, Using Interactive): The interactive-form of a function
can be added via its symbol's property.
2008-10-15 20:22:21 +00:00
Chong Yidong
ac40fadbd0 Documented primary selection changes 2008-10-15 17:01:27 +00:00
Eli Zaretskii
1184ea39b3 *** empty log message *** 2008-10-15 16:50:00 +00:00
Eli Zaretskii
52441368d6 (List Motion): beginning-of-defun-function can now accept an argument. 2008-10-15 15:00:53 +00:00
Eli Zaretskii
8e8c1a7214 (Low-Level Kill Ring): interprogram-paste-function can now return a list
of strings.
2008-10-15 14:44:02 +00:00
Eli Zaretskii
a33a1f2ac9 (Handling Errors): Document ignore-errors. 2008-10-15 12:49:11 +00:00
Eli Zaretskii
4fb04348e5 (Creating Frames): Document frame-inherited-parameters.
(Parameter Access): Document set-frame-parameter.
2008-10-15 12:25:19 +00:00
Eli Zaretskii
ee666f8409 (Creating Buffer-Local): Add an xref to "Setting Hooks" for the effect
of kill-all-local-variables on local hook functions.
2008-10-15 11:49:10 +00:00
Eli Zaretskii
9cf52b11bb (Major Mode Conventions, Mode Line Variables): `mode-name' need not be a
string.  xref to "Mode Line Data" for details, and to "Emulating Mode Line"
for computing a string value.
2008-10-15 11:27:32 +00:00
Eli Zaretskii
a65f6a855d (Top): Adjust the @detailmenu for the addition of "System Processes" section. 2008-10-14 15:38:57 +00:00
Eli Zaretskii
c9a1876d68 *** empty log message *** 2008-10-14 12:53:29 +00:00
Eli Zaretskii
6fa4e7f5d7 *** empty log message *** 2008-10-14 11:45:01 +00:00
Eli Zaretskii
45e46036ff * objects.texi (Primitive Function Type): Move "@cindex special forms" from here...
* eval.texi (Special Forms): ...to here.
2008-10-13 11:24:22 +00:00
Eli Zaretskii
eaf4b68932 (Top): Add a @detailmenu entry for "Frame-Local Variables". 2008-10-13 10:43:53 +00:00
Romain Francoise
69d31e5183 Delete leftover conflict markers. 2008-10-12 09:17:13 +00:00
Carsten Dominik
a6520ff378 Add description for attachments, plus minor changes. 2008-10-12 06:21:55 +00:00
Carsten Dominik
47ffc45683 New files org-attach.el, org-list.el, org-plot.el. 2008-10-12 06:18:14 +00:00
Chong Yidong
f691c21696 If pop-up-frames has the value `graphic-only', display-buffer only
makes a separate frame on graphic displays.
2008-10-12 04:47:51 +00:00
Chong Yidong
4545a33987 In Postcript mode, C-c C-c launches Doc View minor mode for viewing
the postscript file.
2008-10-12 03:12:17 +00:00
Chong Yidong
5ed3edfae2 Note that Postscript, PDF, and DVI files are now opened in Doc View
mode by default.
2008-10-11 21:38:57 +00:00
Romain Francoise
6d02b70b0a `recent_keys' now holds last 300 keystrokes, not 100. 2008-10-11 18:35:15 +00:00
Chong Yidong
dd4c0a92b7 Documented clone-indirect-buffer and kill-matching-buffers. 2008-10-11 17:37:12 +00:00
Chong Yidong
1d3b373653 Documented save-buffers-kill-terminal. 2008-10-10 18:22:01 +00:00
Glenn Morris
3dcdb6ea2c Fix case of "GNUstep". 2008-10-04 18:45:30 +00:00
Martin Rudalics
9721264a83 Mention latex-indent-within-escaped-parens. 2008-09-30 09:01:53 +00:00
Chong Yidong
d24cb9c940 Word search changes now documented. 2008-09-25 17:52:50 +00:00
Chong Yidong
3c24161771 Add word-search-forward-lax' and word-search-backward-lax'. 2008-09-25 17:09:22 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Dan Nicolaescu
eab2ee8944 * emacs.c (standard_args): Add --daemon.
(main): Disconnect from the terminal when --daemon is passed.
(is_daemon): New variable.
(Fdaemonp): New function.
(syms_of_emacs): Defsubr it.

* startup.el (command-line): Start the server when in daemon mode.

* cmdargs.texi (Initial Options): Document --daemon.
2008-09-21 23:31:40 +00:00
Glenn Morris
48abcfcc72 *** empty log message *** 2008-09-20 19:50:42 +00:00
Daiki Ueno
29c068d1d1 Remove the entry describing auto-encryption. 2008-09-08 03:22:11 +00:00
Glenn Morris
8b5e9361c0 face-remap was installed.
help has forward buttons.
SYNC_INPUT is the default.
keymap bug was fixed.
2008-09-06 02:26:13 +00:00
Glenn Morris
d7ef7cd406 Mention Ubuntu make weirdness. 2008-09-05 04:01:53 +00:00
Miles Bader
2846c6e360 Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1401
2008-09-05 02:31:45 +00:00