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

2829 Commits

Author SHA1 Message Date
Kim F. Storm
8d8dafebb3 *** empty log message *** 2006-08-24 21:18:13 +00:00
Richard M. Stallman
4a7499a9ae *** empty log message *** 2006-08-23 10:49:26 +00:00
Richard M. Stallman
28cb9364d7 *** empty log message *** 2006-08-21 10:57:46 +00:00
Kenichi Handa
c2659d2332 Sync with the latest TUTORIAL. 2006-08-21 03:28:09 +00:00
Stefan Monnier
67b595a290 Update to Dave Love's latest version.
(__all__): Fix args -> eargs.  Add new `modpath' fun.
(eargs): Add `imports' arg.
(all_names): New fun.
(complete): Rewrite without using rlcompleter.
Remove `namespace' arg, add `imports' arg.
(ehelp): Replace g and l args with `imports'.
(eimport): Use __main__ rather than `emacs' namespace.
(modpath): New fun.
2006-08-20 17:54:48 +00:00
Stefan Monnier
c7bb83bdeb (eexecfile): Use the __main__ rather than `emacs' namespace. 2006-08-20 15:53:57 +00:00
Richard M. Stallman
ce6297137d *** empty log message *** 2006-08-20 12:19:33 +00:00
Eli Zaretskii
fa1f79270d *** empty log message *** 2006-08-18 12:51:09 +00:00
Eli Zaretskii
b8ae17637c Synchronize with TUTORIAL. 2006-08-18 12:41:09 +00:00
Carsten Dominik
29cf022180 Version number change. 2006-08-15 11:59:09 +00:00
Carsten Dominik
4c3ec0fc96 *** empty log message *** 2006-08-15 11:58:49 +00:00
Werner LEMBERG
9ae1fac166 * TUTORIAL.de: Synchronize with TUTORIAL. 2006-08-12 17:32:00 +00:00
Eli Zaretskii
2d33a4790a Update the Allout entries. 2006-08-12 12:38:38 +00:00
Romain Francoise
82a33a215e Mention that zone-mode.el is now obsolete. 2006-08-10 20:07:08 +00:00
Richard M. Stallman
541a0de1e2 Don't say which side scroll bar is on. 2006-08-09 19:10:13 +00:00
Romain Francoise
4c88aa80fe Fix typo reported by Peter Dyballa <Peter_Dyballa@Web.DE>. 2006-08-06 11:56:03 +00:00
Romain Francoise
9c6598c249 *** empty log message *** 2006-08-06 08:23:29 +00:00
Nick Roberts
bf69439f99 *** empty log message *** 2006-08-06 00:45:53 +00:00
Nick Roberts
6205d23a8c (Note): Add note about ollowing a longjmp call. 2006-08-06 00:39:50 +00:00
Nick Roberts
27bd627377 *** empty log message *** 2006-08-06 00:39:02 +00:00
Stefan Monnier
05a1066ff0 (font-lock-beg, font-lock-end, font-lock-extend-region-functions): New vars.
(font-lock-extend-region-multiline)
(font-lock-extend-region-wholelines): New functions.
(font-lock-default-fontify-region): Use them.
(font-lock-extend-jit-lock-region-after-change): Only round up
if font-lock-default-fontify-region will do it as well.
2006-08-03 07:14:39 +00:00
Miles Bader
2e3ef421a9 Merge from erc--emacs--21
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-379
Creator:  Michael Olson <mwolson@gnu.org>
2006-08-03 05:10:38 +00:00
Kenichi Handa
68ce47af29 (find-operation-coding-system): Describe the more detail of
the change.
2006-08-01 00:49:58 +00:00
Miles Bader
ebf693f35f Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 121-122)

   - Update from CVS

2006-07-28  Reiner Steib  <Reiner.Steib@gmx.de>

   * etc/GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using
   texi/gnus-news.el of the trunk.

2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work with Mac as well.

2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work even if the file
   uses CRLF for the line-break code.

2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
   in .../site-lisp/gnus/ by default.
   [ From gnus-news.texi in the trunk. ]

2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (MIME Commands): Additions for yEnc.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-375
2006-07-31 09:40:13 +00:00
Reiner Steib
ebdcf65aa8 Fix typo. 2006-07-29 11:51:47 +00:00
Eli Zaretskii
21f7b9d857 Document the change in position policy on MS-Windows. 2006-07-29 10:48:30 +00:00
Chong Yidong
8763553f68 New arg for read-event', read-char', and `read-char-exclusive' 2006-07-26 18:28:57 +00:00
Stefan Monnier
2db8f17387 (Fdefine_key): If the key binding definition looks like an
XEmacs-style key sequence, convert it to Emacs's format.
2006-07-22 21:22:52 +00:00
Eli Zaretskii
23310d0e8b Document use of EMAIL. 2006-07-22 10:56:33 +00:00
Richard M. Stallman
05bdf2d724 *** empty log message *** 2006-07-17 21:07:29 +00:00
Reiner Steib
652d420b0f 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
* ru-refcard.ps: Regenerate.

2006-07-17  Alex Ott  <alexott@gmail.com>

	* ru-refcard.tex: Update for Emacs 22.
2006-07-17 15:45:42 +00:00
Kim F. Storm
3f11901a5d Mention that kbd macro has existed since Emacs 20.1. 2006-07-14 23:31:09 +00:00
Kim F. Storm
d753d9b7ad *** empty log message *** 2006-07-14 15:04:08 +00:00
Kim F. Storm
ade79051d8 Emacs now requires ws2_32.dll on Windows. 2006-07-14 15:03:52 +00:00
Eli Zaretskii
0779eeea8f Update the Allout entry 2006-07-14 11:28:20 +00:00
Károly Lőrentey
580b488bf8 Update Hungarian sample. 2006-07-14 05:44:42 +00:00
Miles Bader
0b6bb13008 Update for ERC 5.1.3.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-348
Creator:  Michael Olson <mwolson@gnu.org>
2006-07-14 02:29:50 +00:00
Francesco Potortì
af02e17730 **** In C and derived languages, etags creates tags for #undef 2006-07-11 11:03:11 +00:00
Kim F. Storm
ff97f952e6 *** empty log message *** 2006-07-11 00:48:06 +00:00
Richard M. Stallman
3aa7c28e8e *** empty log message *** 2006-07-09 02:08:14 +00:00
David Kastrup
8c9676fb6d Suggest consolidation with user customization when the
system default of a customized variable changes.
2006-07-08 19:36:24 +00:00
Thien-Thi Nguyen
f2bb3ca35b Add an example "Compilation started ..." line. 2006-07-08 13:21:42 +00:00
Carsten Dominik
267154559e Version number change. 2006-07-07 06:33:47 +00:00
Carsten Dominik
c725107664 *** empty log message *** 2006-07-07 06:33:03 +00:00
Kenichi Handa
3acd7be259 Fix Danish. 2006-07-05 11:12:54 +00:00
Kenichi Handa
5693ccd6c0 Add a paragraph for non-ASCII examples at the head. Add
Bulgarian and Hungarian.  Add more "hello"s to Danish and Swedish.
2006-07-05 01:28:49 +00:00
Richard M. Stallman
ec68482b7e *** empty log message *** 2006-07-05 00:47:05 +00:00
Chong Yidong
c58dccad6b Mention consolidation of images in etc/images, and the new icons. 2006-07-04 14:32:15 +00:00
Bill Wohler
70314b54e4 Update for MH-E release 8.0.2. 2006-07-04 00:44:46 +00:00
Luc Teirlinck
3958015dff *** empty log message *** 2006-07-04 00:06:55 +00:00
Chong Yidong
2f294ab882 facemenu-unlisted-faces deleted, new variable facemenu-listed-faces 2006-07-03 14:32:58 +00:00
Carsten Dominik
7f70c4e9c8 *** empty log message *** 2006-07-03 10:57:16 +00:00
Carsten Dominik
6b983d1752 (section{Agenda Views}): Document `s' key to save
all org-mode buffers.
2006-07-03 10:26:15 +00:00
Francesco Potortì
9a4be099f2 -m and -M options do not exist. 2006-06-30 20:41:12 +00:00
Eli Zaretskii
9222ba5e8a Mention etl-unicode fonts in addition to intlfonts. 2006-06-30 12:40:06 +00:00
Miles Bader
f57dad5a17 Add note about "link" button-class to etc/TODO
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-335
2006-06-30 01:54:34 +00:00
Carsten Dominik
62da23efc5 (section{Structure Editing}): Document checkbox
toggling.
2006-06-29 10:38:45 +00:00
Carsten Dominik
a71f543ed4 *** empty log message *** 2006-06-29 10:38:35 +00:00
Juri Linkov
f98f78735a *** empty log message *** 2006-06-28 14:17:44 +00:00
Juri Linkov
5fe5212721 (Local Variables): Move to end of file. 2006-06-28 13:59:09 +00:00
Reiner Steib
ba0a643fe9 Add rules for refcards. 2006-06-28 13:28:51 +00:00
Reiner Steib
33a4be7c7c Regenerate. 2006-06-28 13:26:40 +00:00
Carsten Dominik
7cb036f4ea Version number change only 2006-06-28 09:51:16 +00:00
Kim F. Storm
988ff018b3 Add item:
mouse-autoselect-window should wait to select the window until
the mouse is put to rest or after a delay or both, so that moving over
a window doesn't select it.
2006-06-26 11:38:06 +00:00
Nick Roberts
0815600c96 *** empty log message *** 2006-06-25 01:43:14 +00:00
Nick Roberts
b920263a53 Remove duplicate entries. 2006-06-23 23:43:34 +00:00
Nick Roberts
576f72d789 *** empty log message *** 2006-06-23 23:42:56 +00:00
Carsten Dominik
b74e371c91 (section{LaTeX and cdlatex-mode}): New section. 2006-06-23 19:03:41 +00:00
Carsten Dominik
353694fdea *** empty log message *** 2006-06-23 19:03:31 +00:00
Eli Zaretskii
a313dc7be6 Add reference to description of .gdbinit commands. 2006-06-23 18:14:57 +00:00
Kim F. Storm
11eced2faf Mention `pv variable' to print value of Lisp variables.
Mention `xpr' and fix example to use it.  Add section describing
commands such as `pit' that are useful for debugging redisplay
related problems.
2006-06-23 14:37:10 +00:00
Kim F. Storm
55b903a31d *** empty log message *** 2006-06-23 14:37:00 +00:00
Kim F. Storm
a1a302fda8 (Local Variables): Move to end of file. 2006-06-22 18:07:55 +00:00
Kim F. Storm
e2f4810700 *** empty log message *** 2006-06-22 18:07:46 +00:00
Bill Wohler
4f187c9d68 Update for MH-E release 8.0.1. 2006-06-21 05:13:28 +00:00
Richard M. Stallman
a5bd14d3ec *** empty log message *** 2006-06-19 22:00:00 +00:00
Carsten Dominik
13db07e0a1 (section{Clocking Time}): Add new clocking commands.
(section{Structure Editing}): Add global archiving command.
2006-06-19 06:55:37 +00:00
Carsten Dominik
3d62681df6 *** empty log message *** 2006-06-19 06:55:27 +00:00
Thien-Thi Nguyen
761b9fd243 Delete existing data; add a new entry. 2006-06-14 10:42:25 +00:00
Kim F. Storm
1bb32610a8 *** empty log message *** 2006-06-13 22:44:44 +00:00
Romain Francoise
0dc9e94e8d Fix typos. 2006-06-13 06:41:55 +00:00
Kim F. Storm
b91068886c New preemptive redisplay. 2006-06-12 22:44:25 +00:00
Thien-Thi Nguyen
c2f9f7fdf1 Mention that `enable-local-variables' can have value :all, as well. 2006-06-11 14:53:37 +00:00
Carsten Dominik
13633ef2bd New keys for clocking work, Changed keys for export. 2006-06-10 14:17:55 +00:00
Eli Zaretskii
a61e1d8f22 Document removal of yow.c. 2006-06-10 07:58:34 +00:00
Eli Zaretskii
cb480394f9 Document new syntax \uXXXX. 2006-06-09 17:59:29 +00:00
Reiner Steib
5e7c994bd5 2006-06-09 W?odek Bzyl <matwb@univ.gda.pl>
* pl-refcard.ps: Regenerate.
2006-06-09 13:04:55 +00:00
Reiner Steib
34c5305c5b Attribute changes correctly (W?odek Bzyl). 2006-06-08 18:20:52 +00:00
Reiner Steib
906671d0b4 Update for Emacs 22. 2006-06-08 18:11:46 +00:00
Reiner Steib
7b651efb7f Fix errors in previous commit. 2006-06-08 17:39:18 +00:00
Reiner Steib
c9993712aa 2006-06-08 �ic Jacoboni <jaco@jacoboni.fr>
* fr-refcard.tex: Update for Emacs 22.
2006-06-08 17:17:49 +00:00
Kenichi Handa
0e7a5993b3 Add an example for the previous change. 2006-06-07 11:04:22 +00:00
Kenichi Handa
8dec0e017b *** empty log message *** 2006-06-07 01:21:12 +00:00
Kenichi Handa
0091c67e78 Mention how to disable character translation for a file. 2006-06-07 01:19:58 +00:00
Carsten Dominik
2e8e9e9195 version number change 2006-06-06 08:27:21 +00:00
Romain Francoise
63fbb6441f Formatting fixes. 2006-06-05 11:56:03 +00:00
Kim F. Storm
a88e034349 *** empty log message *** 2006-06-04 19:21:51 +00:00
David Ponce
6416587d5d *** empty log message *** 2006-06-04 16:26:29 +00:00
Thien-Thi Nguyen
6dfbf80300 Update for Emacs 22: Use German quotes
and umlauts; fix overfull /hboxes; many rewordings.
2006-06-04 09:39:11 +00:00
Kim F. Storm
32a877bb67 Reorganize NEWS and ONEWS files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version.
Update copyright notices.
2006-06-04 01:11:51 +00:00
Kim F. Storm
9a21d88ba1 Reorganize NEWS and ONEWS.* files into NEWS for current major version
and NEWS.21, NEWS.20, NEWS.19, NEWS.18, and NEWS.1-17 for older version.
Update copyright notices.
2006-06-04 01:01:51 +00:00
Thien-Thi Nguyen
ff3e9dbcc7 Fix typo. 2006-06-03 21:55:47 +00:00
Eli Zaretskii
ae85efdbd5 *** empty log message *** 2006-06-03 14:51:44 +00:00
Eli Zaretskii
c61bea765d Remove file. 2006-06-03 13:54:26 +00:00
Eli Zaretskii
a03d86d565 Fix last change. 2006-06-03 13:53:18 +00:00
Eli Zaretskii
b727702bfa Add copyright notice and copying permissions. 2006-06-03 13:53:01 +00:00
Eli Zaretskii
309920fa03 Add copyright notice and copying permissions. 2006-06-03 12:52:35 +00:00
Eli Zaretskii
a941b26bc2 *** empty log message *** 2006-06-03 12:12:34 +00:00
Eli Zaretskii
04a1dad085 Remove the file. 2006-06-03 12:10:37 +00:00
Juri Linkov
06e95e6516 Add `history-add-new-input'. 2006-05-31 22:17:37 +00:00
David Ponce
b9d6735c82 Reduce the size of images. 2006-05-31 11:02:24 +00:00
Sam Steingold
3510285a59 typo 2006-05-31 02:10:40 +00:00
Carsten Dominik
f4eb5e1057 Version number change only 2006-05-30 16:32:09 +00:00
Jan Djärv
c3724dccb5 * NEWS: Mention F10 for Gtk+/Leddtif/Lucid menus. 2006-05-29 07:13:57 +00:00
Thien-Thi Nguyen
047ad6f5a2 Rewrite Ewoc entry and move
from under "Incompatible Lisp Changes in Emacs 22.1"
to under "Changes in Specialized Modes and Packages in Emacs 22.1".
2006-05-27 17:46:37 +00:00
Chong Yidong
63b9b239a6 MUSTBENEW argument deleted from copy-file. 2006-05-27 14:36:59 +00:00
Eli Zaretskii
3d0793e4bf *** empty log message *** 2006-05-26 20:18:16 +00:00
Eli Zaretskii
6f39188a8c Remove file. 2006-05-26 19:44:38 +00:00
Carsten Dominik
438cb727a7 Version number update 2006-05-26 05:38:50 +00:00
Kenichi Handa
f1c582b4f3 *** empty log message *** 2006-05-26 04:57:35 +00:00
Kenichi Handa
e5307343bc (find-operation-coding-system): Mention the new argument
format.
2006-05-26 04:57:26 +00:00
Juri Linkov
d1802d7bfe Remove KEEP-ALL argument of `read-from-minibuffer'. 2006-05-25 21:53:31 +00:00
Carsten Dominik
69da8f9466 (section{Motion}): Added the item navigation
commands.
	(section{Publishing}): New section.
	(section{Links}): Documented elisp and shell links.
2006-05-24 07:57:00 +00:00
Carsten Dominik
e8166ad7d2 *** empty log message *** 2006-05-24 07:56:44 +00:00
Richard M. Stallman
55815819d9 *** empty log message *** 2006-05-24 02:16:08 +00:00
Reiner Steib
4ea5193b9c 2006-05-20 Rodrigo Real <rreal@ucpel.tche.br>
* pt-br-refcard.tex: Update.
2006-05-23 17:40:04 +00:00
Reiner Steib
ba9acf6a99 * pl-refcard.tex (Local variables): Add compile-command.
* ru-refcard.tex (Local variables): Add compile-command and
coding.

* pt-br-refcard.tex: Don't \input psfig.
2006-05-23 15:52:14 +00:00
Reiner Steib
0804c86c1c * refcard.tex (section{Info}): Add i'. Use s' instead of `M-s'.
* de-refcard.tex (section{Info}): Ditto.

* fr-refcard.tex (section{Info}): Ditto.  Translation suggested by
Stefan Monnier <monnier@iro.umontreal.ca>.

* pl-refcard.tex (section{Info}): Ditto.  Translation suggested by
Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.

* cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. Entry
for `i' is not translated yet.

* pt-br-refcard.tex (section{Info}): Ditto.

* ru-refcard.tex (section{Info}): Ditto.

* sk-refcard.tex (section{Info}): Ditto.
2006-05-23 13:22:52 +00:00
Reiner Steib
e6d33cab40 Update AUCTeX entry. 2006-05-22 17:34:00 +00:00
Roland Winkler
e22fdc3682 *** The variable `makefile-query-one-target-method' has been
renamed to makefile-query-one-target-method-function.  The old name
is still available as alias.

*** The variable `artist-text-renderer' has been renamed to
`artist-text-renderer-function'.  The old name is still available as
alias.

*** The variable `flyspell-generic-check-word-p' has been renamed
to `flyspell-generic-check-word-predicate'.  The old name is still
available as alias.

*** The variable `ispell-format-word' has been renamed to
`ispell-format-word-function'.  The old name is still available as
alias.

*** The variables `skeleton-transformation', `skeleton-filter', and
`skeleton-pair-filter' have been renamed to
`skeleton-transformation-function', `skeleton-filter-function', and
`skeleton-pair-filter-function'.  The old names are still available
as aliases.

*** The variable `sgml-transformation' has been renamed to
`sgml-transformation-function'.  The old name is still available as
alias.
2006-05-21 23:53:29 +00:00
Thien-Thi Nguyen
5598ca2b62 Update. 2006-05-21 22:06:18 +00:00
Thien-Thi Nguyen
5de261c409 Add entry for ewoc change. 2006-05-21 21:51:17 +00:00
Miles Bader
96946a4b07 Add arch tagline 2006-05-21 21:23:17 +00:00
Miles Bader
871097b832 Changes from arch/CVS synchronization 2006-05-21 21:23:11 +00:00
Kim F. Storm
88529506cc Update. 2006-05-21 18:39:55 +00:00
Richard M. Stallman
8f43714329 Update date. 2006-05-21 05:16:02 +00:00
Richard M. Stallman
6f5c4cc997 *** empty log message *** 2006-05-21 00:27:13 +00:00
Eli Zaretskii
424567e3ec *** empty log message *** 2006-05-20 20:17:49 +00:00
Eli Zaretskii
c7292dcbba Fix last change. 2006-05-20 19:40:53 +00:00
Eli Zaretskii
8634222f4e Mention added Portugese refcard. 2006-05-20 19:35:16 +00:00
Eli Zaretskii
d964e2958b New file. 2006-05-20 19:29:47 +00:00
Stefan Monnier
a37288ad91 *** empty log message *** 2006-05-19 03:31:44 +00:00
Reiner Steib
98662f4818 Add coding cookie. 2006-05-15 18:01:51 +00:00
Miles Bader
4449f659d5 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
Creator:  Michael Olson <mwolson@gnu.org>

Update etc/MORE.STUFF.

* etc/MORE.STUFF: Update URL for Planner Mode and add description.
  Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
2006-05-15 11:20:16 +00:00
Romain Francoise
6b48100642 ERC is now part of Emacs.
Add Emacs Muse.
2006-05-12 16:01:47 +00:00
Reiner Steib
4b1af9ac29 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
* NEWS (allout): Update.
2006-05-12 15:44:11 +00:00
Richard M. Stallman
7d3a082e89 Combine items about local variables lists. 2006-05-10 01:38:16 +00:00
Kim F. Storm
ed7e6c32a8 *** empty log message *** 2006-05-07 20:57:58 +00:00
Bill Wohler
7c36a00a0b Update for MH-E release 8.0. 2006-05-06 15:50:26 +00:00
Eli Zaretskii
7cb0aae4e1 Document add-to-history. 2006-05-06 07:54:37 +00:00