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

2725 Commits

Author SHA1 Message Date
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