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

70 Commits

Author SHA1 Message Date
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
Glenn Morris
126050ffd9 (Holidays): Change all instances of holiday-list' back to list-holidays'. 2007-09-16 02:29:50 +00:00
Glenn Morris
5fceaf9cab (holiday-list): Rename it back to `list-holidays', but leave
`holiday-list' as an alias.
2007-09-15 19:59:25 +00:00
Glenn Morris
fc8ee91352 Update all instances of mark-calendar-holidays,
list-calendar-holidays, list-holidays with the new names.
2007-09-14 04:24:59 +00:00
Glenn Morris
b0e44b17a2 *** empty log message *** 2007-09-14 04:24:47 +00:00
Michael Albinus
7d7a35107a * tramp.texi (Filename Syntax): Provide links to "Inline methods"
and "External transfer methods".
2007-09-14 04:18:52 +00:00
Miles Bader
fb56754863 Changes from arch/CVS synchronization 2007-09-13 05:41:21 +00:00
Jay Belanger
285f0d3a19 (Predefined Units): Add some history. 2007-09-13 04:55:20 +00:00
Robert J. Chassell
4724cafbd8 Add email address to Thank You correctly 2007-09-12 23:51:00 +00:00
Robert J. Chassell
1df454a055 Add email address to Thank You 2007-09-12 23:29:41 +00:00
Michael Olson
526dc846a1 Sync ERC 5.3 (devel) from upstream 2007-09-08 03:07:09 +00:00
Miles Bader
f7ed05c9cc Add arch tagline 2007-09-07 07:36:10 +00:00
Glenn Morris
7c1a0036b1 Restore 20070901 change lost in move for some unknown reason. 2007-09-07 07:14:30 +00:00
Jay Belanger
f10d0e80a7 (History and Acknowledgements): Adjust the "thanks".
(Random Numbers): Clarify the distribution of `random'.
2007-09-07 00:28:06 +00:00
Romain Francoise
5e6876cb16 (maintainer-clean): Delete info files. 2007-09-06 18:32:10 +00:00