Richard M. Stallman
97862da1ef
Whitespace fix.
2007-10-19 17:24:03 +00:00
Miles Bader
5a95db215e
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 125-127)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-896
2007-10-18 21:07:49 +00:00
Glenn Morris
7b6be8339c
(Mode Line Mouse): Mention minor mode names.
2007-10-18 04:16:09 +00:00
Glenn Morris
c9447ae1d8
Add mouse-1 in mode-line for minor modes.
2007-10-18 04:15:58 +00:00
Juri Linkov
65ced25fcb
(Filling): Update arguments of fill-paragraph.
...
fill-paragraph operates on the active region in Transient Mark mode.
Remove fill-paragraph-or-region.
2007-10-18 00:14:35 +00:00
Juri Linkov
168b980f4b
(Spelling): ispell-word operates on the active region in Transient Mark mode.
2007-10-18 00:10:41 +00:00
Juri Linkov
f0a35bd4ff
(Arguments): Replace fill-paragraph-or-region with fill-paragraph.
2007-10-18 00:09:49 +00:00
Juri Linkov
ad6d10b1b2
(Fill Commands): Undocument fill-paragraph-or-region.
...
fill-paragraph operates on the active region in Transient Mark mode.
(Fill Prefix, Format Indentation): Replace fill-paragraph-or-region
with fill-paragraph.
2007-10-18 00:09:22 +00:00
Juanma Barranquero
5a331f34c3
(Glossary): Use "key binding" consistently.
2007-10-17 08:58:23 +00:00
Juanma Barranquero
e2949eb050
(Init Non-ASCII): Use "key binding" consistently.
2007-10-17 08:54:49 +00:00
Juanma Barranquero
d9c4c9990a
building.texi (Source Buffers): Use "key binding" consistently.
2007-10-17 08:54:14 +00:00
Juanma Barranquero
2a9f4d55f8
*** empty log message ***
2007-10-17 08:01:23 +00:00
Juanma Barranquero
7a80711bab
(Diary): Fix directive.
2007-10-17 07:54:16 +00:00
Miles Bader
81d3d428c6
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-892
2007-10-16 22:39:24 +00:00
Miles Bader
b2529d56b5
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 116-121)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
2007-10-15 02:07:53 +00:00
Karl Berry
ee46ec8e40
move @dircategory to after @copying
2007-10-13 23:48:41 +00:00
Eric S. Raymond
5f90d53e19
Capitalize node names according to convention.
2007-10-13 07:24:20 +00:00
Glenn Morris
87a7d8345b
(Interactive Shell): Correct INSIDE_EMACS reference.
2007-10-13 02:50:44 +00:00
Glenn Morris
3aa491bcaf
Diane Murray <disumu at x3y2z1.net>
...
(url-basic-auth): Set path to "/" when URL has an empty string filename.
2007-10-13 02:50:02 +00:00
Eric S. Raymond
f595017623
More fixes from Robert J. Chassell.
2007-10-11 17:07:59 +00:00
Miles Bader
cba25899da
Remove RCS keywords from doc/misc/cc-mode.texi
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-880
2007-10-11 16:39:15 +00:00
Juanma Barranquero
7c8d4ebbc0
*** empty log message ***
2007-10-11 14:47:16 +00:00
Eric S. Raymond
713969ebaf
More minor changes suggested by Robert Chassell.
2007-10-11 14:39:41 +00:00
Eric S. Raymond
8a3106d303
Minor fixes to version-control material suggseted by RMS and Robert
...
J. Chassell.
2007-10-11 14:15:27 +00:00
Eric S. Raymond
a7fc5b7849
Revise version-control portions of the manual to include
...
systems with monotonic revision IDs.
2007-10-10 23:22:48 +00:00
Eric S. Raymond
ac3f4c6f02
Terminology cleanup.
2007-10-10 18:52:45 +00:00
Eric S. Raymond
0870a421b1
Updates for new VC.
2007-10-10 15:29:31 +00:00
Eric S. Raymond
d4f69e77e1
Fix sectrioning errors in files.texi.
2007-10-10 15:03:07 +00:00
Eric S. Raymond
da1080a25c
New VC command docs for the Emacs manual.
2007-10-10 13:24:29 +00:00
Michael Albinus
311dd93fa2
Sync with Tramp 2.1.11.
2007-10-10 04:55:30 +00:00
Eric S. Raymond
58ade22bf1
*** empty log message ***
2007-10-09 18:22:38 +00:00
Eric S. Raymond
1d060326c3
Added descriptions of newer supported version control systems. Arranged all in
...
chronological order.
2007-10-09 17:49:23 +00:00
Miles Bader
1af74d06e5
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
2007-10-09 08:52:57 +00:00
Stefan Monnier
4f4a84ec80
Add new `input-decode-map' keymap and use it for temrinal
...
escape sequences.
* keyboard.h (struct kboard): Add Vinput_decode_map.
Remove Vlocal_key_translation_map.
* keyboard.c (read_key_sequence): Add support for input-decode-map.
(init_kboard): Init input-decode-map.
Replace local-key-translation-map back with key-translation-map.
(syms_of_keyboard): Declare input-decode-map.
Remove local-key-translation-map. Update docstrings.
(mark_kboards): Mark Vinput_decode_map.
Don't mark Vlocal_key_translation_map.
* keymap.c (Fdescribe_buffer_bindings): Describe input-decode-map.
Replace local-key-translation-map back with key-translation-map.
* term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN):
Bind in input-decode-map rather than function-key-map.
2007-10-09 05:05:39 +00:00
Juri Linkov
e1965a693c
(Filling): Document fill-paragraph-or-region.
2007-10-06 22:25:18 +00:00
Juri Linkov
0d8fb755ce
(Arguments): Replace fill-paragraph with fill-paragraph-or-region.
2007-10-06 22:24:14 +00:00
Juri Linkov
a850cafb70
(Fill Commands): Document fill-paragraph-or-region.
...
(Fill Prefix, Format Indentation): Replace fill-paragraph with
fill-paragraph-or-region.
2007-10-06 22:23:41 +00:00
Michael Albinus
ea3fc256d4
* tramp.texi (External packages): New section.
2007-10-06 11:55:36 +00:00
Eric S. Raymond
ca7442e845
More manual updates and additions bringing it current with modern
...
VCSes. This includes the workfile version -> focus version
terminology change, but not the UI changes for new VC.
2007-10-06 10:09:19 +00:00
Eric S. Raymond
b981e2c6cd
Update manual for 2007 conditions. None of these changes are
...
specific to new VC, that wil come later.
2007-10-06 09:21:53 +00:00
Juanma Barranquero
4638454b62
(Auto Faces): Fix typo.
2007-10-05 11:31:55 +00:00
Richard M. Stallman
f7a7f4eb9a
(Overlay Properties): Explain nil as priority. Explain that conflicts
...
are unpredictable if not resolved by priorities.
2007-10-01 21:19:22 +00:00
Stefan Monnier
0e2806fa7e
(gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
...
(t-mouse-mode): New compatibility alias.
2007-09-28 20:13:31 +00:00
Bill Wohler
567b9191e9
(HTML): Mention binding of S-mouse-2 to browse-url-at-mouse.
2007-09-26 05:33:28 +00:00
Glenn Morris
5205011bed
Sync copyright years from ../emacs/ChangeLog.
2007-09-24 06:48:09 +00:00
Glenn Morris
2de53ca6a2
Move entries from ../emacs/ChangeLog that refer to files in this
...
directory here. Entries were duplicated where they would have been
made twice, had separate ChangeLogs existed at the time.
2007-09-24 02:30:15 +00:00
Glenn Morris
498234263f
Move entries for files in ../misc to the ChangeLog there.
...
Entries were duplicated where they would have been made twice, had
separate ChangeLogs existed at the time.
2007-09-24 02:29:40 +00:00
Richard M. Stallman
780d7bb95a
(Backquote): Minor clarification.
2007-09-23 15:22:02 +00:00
Glenn Morris
d60a4e3a42
Change by author without assignment is tiny.
2007-09-20 03:11:55 +00:00
Michael Olson
d20cf916c0
Sync changes from upstream ERC
2007-09-19 03:29:03 +00:00