1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 09:55:58 +00:00
Commit Graph

456 Commits

Author SHA1 Message Date
Eli Zaretskii
857b15e998 *** empty log message *** 2006-10-07 11:13:23 +00:00
Juanma Barranquero
5879ac6869 *** empty log message *** 2006-10-06 11:05:07 +00:00
Chong Yidong
0e71e4a868 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash. 2006-09-30 17:58:29 +00:00
Vinicius Jose Latorre
fb25feaec8 ebnf2ps changes. 2006-09-27 02:38:13 +00:00
Reiner Steib
abff631426 Regenerate. 2006-09-26 21:32:37 +00:00
Jan Djärv
a280ecc4fc Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog. 2006-09-18 16:42:52 +00:00
Jay Belanger
45a2056c56 *** empty log message *** 2006-09-15 17:47:12 +00:00
Richard M. Stallman
004d27a668 *** empty log message *** 2006-09-15 14:26:04 +00:00
David Kastrup
b74e16a384 * NEWS: explain new behavior and arguments of `key-binding' and
`command-remapping'.

* keymaps.texi (Active Keymaps): Adapt description to use
`get-char-property' instead `get-text-property'.  Explain how
mouse events change this.  Explain the new optional argument of
`key-binding' and its mouse-dependent lookup.
(Searching Keymaps): Adapt description similarly.  Explain the new
optional argument of `command-remapping'.

* Makefile.in (keymap.o): Add "keymap.h" and "window.h"
dependencies.

* keymap.c: include "window.h".
(Fcommand_remapping): New optional POSITION argument.
(Fkey_binding): New optional POSITION argument.  Completely rework
handling of mouse clicks to get the same order of keymaps as
`read-key-sequence' and heed POSITION.  Also temporarily switch
buffers to location of mouse click and back.

* keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping'
for additional argument.
(parse_menu_item): Adjust call of `Fkey_binding' for additional
argument.
(read_key_sequence): If there are both `local-map' and `keymap'
text properties at some buffer position, heed both.

* keymap.h: Declare additional optional arguments of
`Fcommand_remapping' and `Fkey_binding'.
2006-09-15 07:19:15 +00:00
Paul Eggert
4b1aaa8b07 * etc/NEWS: In terminal-oriented subshells, the EMACS environment
variable now defaults to Emacs's absolute file name, instead of
to "t".
* etc/PROBLEMS: Adjust tcsh advice for this.
* make-dist (EMACS): Exit and fail if the EMACS environment
variable is set to something other than an absolute file name.
* lisp/comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
not to "t".
* lisp/progmodes/compile.el (compilation-start): Likewise.
* lisp/progmodes/idlwave.el (idlwave-rescan-asynchronously):
Don't use expand-file-name on invocation-directory, since this
might mishandle special characters in invocation-directory.
* man/faq.texi (Escape sequences in shell output): EMACS is now set
to Emacs's absolute file name, not to "t".
(^M in the shell buffer): Likewise.
* man/misc.texi (Interactive Shell): Likewise.
2006-09-12 16:43:25 +00:00
Jan Djärv
1437ec2b76 Add "Emacs compiled with Gtk+ crashes when closing a display (x-close-connection)." 2006-09-10 12:29:10 +00:00
Juri Linkov
6a8c7cfe20 *** empty log message *** 2006-09-02 23:44:59 +00:00
Richard M. Stallman
f9de773811 *** empty log message *** 2006-08-25 21:08:44 +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
Eli Zaretskii
fa1f79270d *** empty log message *** 2006-08-18 12:51: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
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
27bd627377 *** empty log message *** 2006-08-06 00:39:02 +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
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
d753d9b7ad *** empty log message *** 2006-07-14 15:04:08 +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
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
c725107664 *** empty log message *** 2006-07-07 06:33:03 +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
Bill Wohler
70314b54e4 Update for MH-E release 8.0.2. 2006-07-04 00:44:46 +00:00
Carsten Dominik
7f70c4e9c8 *** empty log message *** 2006-07-03 10:57:16 +00:00
Francesco Potortì
9a4be099f2 -m and -M options do not exist. 2006-06-30 20:41:12 +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
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
Nick Roberts
576f72d789 *** empty log message *** 2006-06-23 23:42:56 +00:00
Carsten Dominik
353694fdea *** empty log message *** 2006-06-23 19:03:31 +00:00
Kim F. Storm
55b903a31d *** empty log message *** 2006-06-23 14:37:00 +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
Carsten Dominik
3d62681df6 *** empty log message *** 2006-06-19 06:55:27 +00:00