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

616 Commits

Author SHA1 Message Date
Eli Zaretskii
f68eb9911b (Coding Systems): Don't mention codepage-setup. 2008-09-30 19:13:51 +00:00
Eli Zaretskii
d073c1ebc0 (MS-DOS Printing, MS-DOS and MULE): No need to create cpNNN coding systems
anymore.
(MS-DOS and MULE): Don't mention code-pages.el.  Don't mention support for
unibyte mode.  Don't mention line-drawing characters.  Don't mention
dos-unsupported-char-glyph.
2008-09-30 19:12:17 +00:00
Magnus Henoch
db7a4b661b cl.texi (Porting Common Lisp): Fix parenthesis order in example. 2008-09-30 15:54:46 +00:00
Jay Belanger
4043c1949e (User Defined Units): Mention how to enter optional display string. 2008-09-30 02:45:50 +00:00
Chong Yidong
b5fb9df55e (Search): Shorten introduction.
(Basic Isearch): Add command table.  Discuss reverse isearch and
isearch highlighting.
(Repeat Isearch): Move lazy highlighting discussion here.  Add search
ring to cindex.
(Special Isearch): Move input methods discussion here.
(Non-ASCII Isearch): Node deleted, merged with Special Isearch.
(Isearch Yank): Node deleted, and contents moved into Basic Isearch and
Repeat Isearch.
(Isearch Minibuffer): New node.
(Word Search): Document new word search commands.
(Regexp Example): Simplify example using sentence-end-base variable.
(Replace): Reword introduction.
(Unconditional Replace): Remove unnecessary example.
(Other Repeating Search): Document new `M-s o' binding.
2008-09-25 17:52:23 +00:00
Chong Yidong
321e63fc49 Update node listings. 2008-09-25 17:52:14 +00:00
Chong Yidong
1a2dd44da9 * search.texi (Search): Shorten introduction.
(Basic Isearch): Add command table.  Discuss reverse isearch and
isearch highlighting.
(Repeat Isearch): Move lazy highlighting discussion here.  Add search
ring to cindex.
(Special Isearch): Move input methods discussion here.
(Non-ASCII Isearch): Node deleted, merged with Special Isearch.
(Isearch Yank): Node deleted, and contents moved into Basic Isearch and
Repeat Isearch.
(Isearch Minibuffer): New node.
(Word Search): Document new word search commands.
(Regexp Example): Simplify example using sentence-end-base variable.
(Replace): Reword introduction.
(Unconditional Replace): Remove unnecessary example.
(Other Repeating Search): Document new `M-s o' binding.

* emacs.texi (Top): Update node listings.
2008-09-25 17:52:03 +00:00
Miles Bader
eef5ade7a3 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1431
2008-09-25 15:47:30 +00:00
Miles Bader
e52cac8805 Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1429
2008-09-25 15:38:29 +00:00
Juanma Barranquero
10d1d0af5f Fix typos. 2008-09-24 01:16:16 +00:00
Chong Yidong
01163003d1 (Minibuffer): Simplify introduction.
(Minibuffer File): Document tilde in minibuffer filenames.
(Minibuffer Edit): Mention that the prompt is read-only.  Describe how
to enter tabs, spaces, and question marks.  Describe behavior of C-a.
(Completion Example): Update example to current command list.
(Completion Options): Document `lazy' value of completion-auto-help.
Update contents of completion-ignored-extensions.
(Minibuffer History): Describe "future history" list.  State default
value of history-delete-duplicates.
2008-09-22 23:43:32 +00:00
Chong Yidong
3a85ea6918 (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
2008-09-22 23:40:54 +00:00
Chong Yidong
402168faf7 * kmacro.texi (Basic Keyboard Macro): Make F3 and F4 the preferred
interface for defining macros.  Simplify examples.  Note that C-g quits
macro definitions.
(Keyboard Macro Counter): Document using F3 to insert counter. Give
usage example.
(Keyboard Macro Query): Organize query responses in a table.
2008-09-22 23:40:38 +00:00
Juanma Barranquero
e45da31d30 * emacs.texi (Top): Remove Kill Errors from menu. 2008-09-22 21:13:57 +00:00
Chong Yidong
bc129797ca (Fixit): Favor C-/ keybinding for undo throughout. Link to Erasing
node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.
2008-09-22 18:16:42 +00:00
Chong Yidong
841c809617 * fixit.texi (Fixit): Favor C-/ keybinding for undo throughout. Link
to Erasing node.
(Undo): Reorganize paragraphs for logical flow.  Move keybinding
rationale to a footnote.
(Kill Errors): Remove node, due to redundancy with Erasing.
(Spelling): Move discussion of flyspell to end.  Note new behavior of
M-$ in active region.  Remove non-ispell-specific keybindings from
table.
2008-09-22 18:15:32 +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
Bill Wohler
00c5530674 *** empty log message *** 2008-09-21 17:34:10 +00:00
Bill Wohler
2ecba53455 Retain dual license as agreed to by the FSF.
However, bump GPL to Version 3.
Use @include for license text.
2008-09-21 17:00:00 +00:00
Miles Bader
64763fe36c Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1424
2008-09-21 04:22:42 +00:00
Glenn Morris
15688fceeb (Defining Faces): Recommend against face variables. 2008-09-20 20:25:05 +00:00
Glenn Morris
3d53e905e6 (Numbered Backups): Mention that some modes set version-control. 2008-09-20 20:04:47 +00:00
Glenn Morris
1c90484d76 Jim Blandy <jimb at red-bean.com>
(Numbered Backups): Reference File Variables, as well.
Remove discussion of Rmail's implementation.
2008-09-20 19:59:49 +00:00
Juanma Barranquero
3553906525 * display.texi (Echo Area Customization): Fix typo. 2008-09-16 01:12:09 +00:00
Juanma Barranquero
6a57054b57 * loading.texi (Where Defined): Add `defface' item. 2008-09-09 08:02:00 +00:00
Miles Bader
9e601b8dea Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1411
2008-09-09 02:19:23 +00:00
Chong Yidong
2e60682980 (Quitting): Note that top-level exits active minibuffers. 2008-09-06 17:24:58 +00:00
Chong Yidong
25ed034e4f (Recursive Edit): Note that top-level exits active minibuffers. 2008-09-06 17:24:45 +00:00
Chong Yidong
0fc0d844d0 * misc.texi (Recursive Edit): Note that top-level exits active
minibuffers.

* trouble.texi (Quitting): Likewise.
2008-09-06 17:24:30 +00:00
Martin Rudalics
d632fb82ff (Where Defined): Fix description of symbol-file. 2008-09-06 10:05:45 +00:00
Chong Yidong
956c76efe4 (Display): Move Temporary Face Changes node to just
after Standard Faces.
(Scrolling): Document recenter-top-bottom instead of recenter.
(Horizontal Scrolling): Move auto hscroll discussion to the top.
(Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
(Display Custom): Copyedits.
(Optional Mode Line): Document display-battery-mode.
2008-08-31 02:11:52 +00:00
Chong Yidong
fa9f971a14 (Top): Add Temporary Face Changes xref. 2008-08-31 02:11:36 +00:00
Chong Yidong
b18d283d37 * emacs.texi (Top): Add Temporary Face Changes xref.
* display.texi (Display): Move Temporary Face Changes node to just
after Standard Faces.
(Scrolling): Document recenter-top-bottom instead of recenter.
(Horizontal Scrolling): Move auto hscroll discussion to the top.
(Faces, Standard Faces, Temporary Face Changes, Useless Whitespace)
(Display Custom): Copyedits.
(Optional Mode Line): Document display-battery-mode.
2008-08-31 02:11:26 +00:00
Romain Francoise
180135fc19 (Directory Variables): Minor fix. 2008-08-27 21:47:39 +00:00
Glenn Morris
d3fe3475e3 (Format of Diary File): Mention diary-nonmarking-symbol.
(Adding to Diary): Adapt for changed node name.
2008-08-27 02:36:36 +00:00
Glenn Morris
f9b4c05d20 (Advanced Calendar/Diary Usage): Tweak some menu descriptions.
(Calendar Customizing): Tweak layout description.
Move calenday-today-marker and calendar-today face to the other
markers.  Condense calendar-star-date and calendar-mark-today description.
(Holiday Customizing): Add oriental and solar holidays.
Add index entries for Baha'i, Christian, Hebrew and Islamic holidays.
Fix holiday-float description.  Use zerop in examples.  Be less verbose.
(Date Display Format): Change ISO format.  Be less verbose.
(Diary Customizing): Mention day and month abbrev arrays.
Mention the date-form variables by name.  Update European example.
(Non-Gregorian Diary): Change node name.  Mention Baha'i functions.
Condense examples.  Mention diary-entry-symbols by name.
Condense table for insertion commands.
(Fancy Diary Display): Mention diary-include-string and
diary-sexp-entry-symbol.  Condense example.  Add Chinese, Coptic,
Ethiopic, Persian date functions.  Condense descriptions.
2008-08-27 02:35:57 +00:00
Jason Rumney
905a9adb54 (TIFF Images): New section describing :index property. 2008-08-26 08:09:37 +00:00
Glenn Morris
717558078c *** empty log message *** 2008-08-26 02:54:26 +00:00
Glenn Morris
c216ec2beb (Non-Gregorian Diary Entries): New name for node "Hebrew/Islamic Entries". 2008-08-26 02:54:11 +00:00
Glenn Morris
373cb5095e (Specified Dates): Fix names of iso functions.
(General Calendar): There may not be another window.
(Writing Calendar Files, Holidays): Tweak intro.
(Holidays): Mention Baha'i and Chinese holidays.
(Sunrise/Sunset): Add M-x calendar-sunrise-sunset-month.
(Lunar Phases): Remove incorrect reference to calendar-time-zone.
(To Other Calendar): Add calendar-print-other-dates.
Refer to "graphic display" rather than "X.
(From Other Calendar): Add calendar-bahai-goto-date.  Fix reference.
(Displaying the Diary): Fix whitespace after reference.
Fix `diary-number-of-entries' reference.
(Date Formats): Explicitly mention that day names can be abbreviated.
(Adding to Diary): Add some references to other sections.
(Special Diary Entries): Fix reference.
(Appointments): Simplify appt-message-warning-time entry.
Clarify where times must be.
(Importing Diary): Comment out icalendar paragraph that does not apply.
(Time Intervals): Simplify entry for timeclock-ask-before-exiting.
2008-08-26 02:53:54 +00:00
Glenn Morris
d76ebc7596 *** empty log message *** 2008-08-23 23:30:21 +00:00
Glenn Morris
74f0711b83 (Fortran): Change description of free form and
fixed form a bit.  Mention hideshow and imenu.
(Fortran Motion): Mention fortran-end-of-subprogram,
fortran-beginning-of-subprogram, fortran-mark-do, fortran-mark-if.
(Fortran Indent): Minor re-word.
(ForIndent Commands): Mention fortran-fill-paragraph and
fortran-fill-statement.
(ForIndent Cont): Mention fortran-tab-mode-string.
(Fortran Comments): Mention fortran-comment-line-start-skip.
(Fortran Columns): Mention font-locking.
(Fortran Abbrev): Word syntax not relevant with new-style abbrev.
2008-08-23 23:29:54 +00:00
Johan Bockgård
e2a71e28bf (Moving Point): Fix <prior>/<next> confusion. 2008-08-23 09:11:52 +00:00
Glenn Morris
c221eff3fc Remove outdated header comments. 2008-08-23 03:20:09 +00:00
Glenn Morris
247043f1f3 Change by author without assignment thankfully tiny. 2008-08-23 03:18:04 +00:00
Glenn Morris
07ded3db9c (Shell Command Guessing): Mention dired-guess-shell-case-fold-search.
(Bug#417)
2008-08-23 03:17:34 +00:00
Chong Yidong
6733e8271a (Temporary Displays): Remove unnecessary comment about usage of
temp-buffer-show-hook.
2008-08-23 03:03:56 +00:00
Chong Yidong
852e91b78c * display.texi (Temporary Displays): Remove unnecessary comment
about usage of temp-buffer-show-hook.
2008-08-23 03:03:50 +00:00
Michael Albinus
75b49a2acc * trampver.texi: Update release number. 2008-08-22 19:35:48 +00:00
Michael Albinus
2bfec7a012 *** empty log message *** 2008-08-22 19:33:09 +00:00