1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00
Commit Graph

2773 Commits

Author SHA1 Message Date
Bill Wohler
d720535fae Update for MH-E release 8.0.3. 2006-11-13 05:29:54 +00:00
Juanma Barranquero
ac2072cdbf Two more entries (yes, I'm easily amused). 2006-11-10 16:57:46 +00:00
Glenn Morris
9e21382c27 *** empty log message *** 2006-11-10 09:14:46 +00:00
Carsten Dominik
72e16456a2 *** empty log message *** 2006-11-10 08:55:11 +00:00
Juanma Barranquero
33462dfacd Add "add-log-time-zone-rule: t" to Local Variables section. 2006-11-10 00:21:57 +00:00
Chong Yidong
82c1177c37 Fix typo. 2006-11-05 17:27:52 +00:00
Chong Yidong
454d572cb7 (eargs) Provide eldoc message for builtin types.
Make sure eargs always outputs sentinel, to avoid emacs freeze.
2006-11-05 17:26:45 +00:00
Chong Yidong
0b0cccd5ef * emacs.py: (eargs) Provide eldoc message for builtin types.
Make sure eargs always outputs sentinel, to avoid emacs freeze.
2006-11-05 17:25:57 +00:00
Eli Zaretskii
9c9f008165 Document problems with Cygwin builds of GCC 3.4.4. 2006-11-04 12:11:21 +00:00
Kim F. Storm
3443198806 Add Tip to speed up copy/kill for remote X session. 2006-11-03 09:24:40 +00:00
Glenn Morris
9f6ee97abb New package cal-html.el. 2006-10-28 22:02:20 +00:00
Chong Yidong
7902148a5e * emacs.py (eargs): Return expected _emacs_out string even if
errors occur.
2006-10-22 23:03:09 +00:00
Chong Yidong
57d8692df7 * emacs.py (eargs): Return expected _emacs_out string even if
errors occur.
2006-10-22 14:04:02 +00:00
Chong Yidong
1cdc4e4360 %c and %l constructs are now ignored in frame-title-format. 2006-10-13 14:26:25 +00:00
David Kastrup
73a99edb21 Add the topic line for last entry since that was
what the joke was about.
2006-10-09 16:21:58 +00:00
Eli Zaretskii
857b15e998 *** empty log message *** 2006-10-07 11:13:23 +00:00
Eli Zaretskii
9126264591 Synchronize with TUTORIAL. 2006-10-07 10:48:25 +00:00
Juanma Barranquero
5879ac6869 *** empty log message *** 2006-10-06 11:05:07 +00:00
Juanma Barranquero
e2fc34ada3 New file for (sometimes unintended) humor in the Emacs developer's list. 2006-10-06 10:31:18 +00:00
Chong Yidong
0e71e4a868 * PROBLEMS: Document Emacs/XIM/gnome-settings-terminal clash. 2006-09-30 17:58:29 +00:00
Richard M. Stallman
de25ebb8e3 *** empty log message *** 2006-09-28 19:10:27 +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
Kim F. Storm
b521ddce87 *** empty log message *** 2006-09-20 23:38:23 +00:00
Kim F. Storm
c78450fd77 Add window-line-height. 2006-09-20 12:39:11 +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
Eli Zaretskii
f21168f053 Update the `allout' entry. 2006-09-16 10:35:47 +00:00
Jay Belanger
45a2056c56 *** empty log message *** 2006-09-15 17:47:12 +00:00
Jay Belanger
f7e4411110 Replace "Library Public License" by "Lesser Public License" throughout. 2006-09-15 17:19:05 +00:00
Richard M. Stallman
004d27a668 *** empty log message *** 2006-09-15 14:26:04 +00:00
Richard M. Stallman
1525b2b0dc Update with the latest footnotes from www.gnu.org/gnu/the-gnu-project.html 2006-09-15 14:20:22 +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
Chong Yidong
834ea62881 + Disqualification of aberrent topics in allout.el 2006-09-14 17:52:57 +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
Richard M. Stallman
9844f06627 Clarify. 2006-09-10 13:48:42 +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
Richard M. Stallman
af09dd7814 *** empty log message *** 2006-09-08 12:22:01 +00:00
Kim F. Storm
bdd26918c5 *** empty log message *** 2006-09-06 13:01:57 +00:00
Kim F. Storm
ea169f66e4 fringe.el is now pre-loaded. 2006-09-06 10:35:12 +00:00
Juri Linkov
6a8c7cfe20 *** empty log message *** 2006-09-02 23:44:59 +00:00
Juri Linkov
8e3a74e046 Regroup Europe Non-ASCII examples by similar scripts. 2006-09-02 23:42:04 +00:00
Chong Yidong
70b49b72ee Document `buffer-chars-modified-tick' 2006-09-01 13:36:35 +00:00
Richard M. Stallman
f9de773811 *** empty log message *** 2006-08-25 21:08:44 +00:00
Richard M. Stallman
288b9df9b9 Give priority to graphical terminals over text terminals regarding C-z. 2006-08-25 20:27:58 +00:00
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