1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

52334 Commits

Author SHA1 Message Date
Dan Nicolaescu
08e8e7e924 Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
Reformat.
2004-09-26 18:39:10 +00:00
Dan Nicolaescu
d6be0122c1 term.el fixes 2004-09-26 18:39:10 +00:00
Dan Nicolaescu
aecde54d18 (term-ansi-at-eval-string, term-ansi-default-fg)
(term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
(map): Bind S-prior, S-next and S-insert.
(term-mode): Set `indent-tabs-mode\' to nil.
(term-paste): New function to be bound to S-insert.
(term-send-del, term-send-backspace): Change the strings sent.
(term-termcap-format): Synchronyze with etc/e/eterm.ti.
(term-handle-colors-array): Fix handling of underline and reverse.
(term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
(term-erase-in-line): Fix comparison.
(term-emulate-terminal): Fix line wrap handling.
(term-start-output-log): Rename from `term-set-output-log\'.
(term-stop-output-log): Rename from `term-stop-photo\'.
(term-switch-to-alternate-sub-buffer): Comment out, unused.
From Stefan  <monnier@iro.umontreal.ca>
(term-display-table): New variable.
(term-mode): Use it.
(term-exec-1): Set the coding system to binary.
(term-emulate-terminal): Decode the string before inserting it.
2004-09-26 18:39:10 +00:00
Luc Teirlinck
143e9e6aa1 *** empty log message *** 2004-09-26 02:34:13 +00:00
Jan Djärv
e888c2b318 * config.in: Rebuild. 2004-09-25 20:43:26 +00:00
Jan Djärv
6e5dce0251 Address was wrong. 2004-09-25 20:41:35 +00:00
Jan Djärv
dd571c2fb0 * configure.in (HAVE_EXECSHIELD): Only define on x86.
* configure: Rebuild.
2004-09-25 20:41:08 +00:00
Jan Djärv
1f02a4ba8d * PROBLEMS: Updated exec-shield description. 2004-09-25 20:39:13 +00:00
Stefan Monnier
1f3b4d04d0 (dired-move-to-filename): Don't output a message if
raise-error is non-nil.  Fix return position and value.
2004-09-25 18:35:53 +00:00
Stefan Monnier
52e281e87a (insert-directory): Obey --dired even with symlinks. 2004-09-25 15:29:35 +00:00
Luc Teirlinck
1723490639 Correct typos.
(Image Descriptors): Correct xref's.
2004-09-25 14:57:07 +00:00
Miles Bader
9b5773bc8c Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-571
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-31
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-33
   Update from CVS
2004-09-25 12:02:04 +00:00
Richard M. Stallman
4de43c8bd6 *** empty log message *** 2004-09-25 07:26:22 +00:00
Richard M. Stallman
7d252e6b3b (Special Properties): Cleanups in `cursor'.
Rewrites in `line-height' and `line-spacing'; exchange them.
2004-09-25 07:19:34 +00:00
Richard M. Stallman
26b763601b (Fringes): Rewrite previous change.
(Fringe Bitmaps): Merge text from Display Fringe Bitmaps.  Rewrite.
(Display Fringe Bitmaps): Node deleted, text moved.
(Customizing Bitmaps): Split off from Fringe Bitmaps.  Rewrite.
(Scroll Bars): Clarify set-window-scroll-bars.
(Pointer Shape): Rewrite.
(Specified Space): Clarify :align-to, etc.
(Pixel Specification): Use @var.  Clarify new text.
(Other Display Specs): Clarify `slice'.
(Image Descriptors): Cleanups.
(Showing Images): Cleanups.
2004-09-25 07:18:08 +00:00
Lars Hansen
b3df990b2d (ls-lisp-format): Mark file names with poperty dired-filename. 2004-09-25 06:56:03 +00:00
Lars Hansen
0869a86073 Fix entry sequence. 2004-09-25 06:54:17 +00:00
Luc Teirlinck
8a4e8a7f1d (Standard Hooks): Add `after-change-major-mode-hook'. 2004-09-25 02:43:35 +00:00
Luc Teirlinck
e88ebce620 *** empty log message *** 2004-09-25 02:41:19 +00:00
Luc Teirlinck
1e6c82a141 (delay-mode-hooks): Doc fix. 2004-09-25 02:32:15 +00:00
Luc Teirlinck
a3ee0299ed Various minor changes in addition to:
(Major Mode Conventions): Final call to `run-mode-hooks' should
not be inside the `delay-mode-hooks' form.
(Mode Hooks): New node.
(Hooks): Delete obsolete example.
Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
node "Mode Hooks".
2004-09-25 02:21:51 +00:00
Kenichi Handa
45c9a0f754 (ucs-input-method): Add error clause to
condition-case.
2004-09-25 02:08:41 +00:00
Kim F. Storm
cb65c373de (ido-max-directory-size): New defcustom.
(ido-decorations): Add "too big" element.
(ido-directory-too-big): New dynamic var.
(ido-may-cache-directory): Don't cache big directories.
(ido-directory-too-big-p): New defun.
(ido-set-current-directory): Update ido-directory-too-big.
(ido-read-internal): Make empty ido-cur-item if too-big.
(ido-buffer-internal): Use ido-read-internal directly instead of
ido-read-buffer.
(ido-file-internal): Init ido-directory-too-big.
(ido-complete): <TAB> If ido-directory-too-big is set, clear it,
and redo completion with full list.
(ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
it, and show completions.
(ido-all-completions): Let bind ido-directory-too-big to nil.
(ido-exhibit): Handle ido-directory-too-big.
(ido-read-buffer): Handle fallback to read-buffer.  Init
ido-directory-too-big.
(ido-read-file-name, ido-read-directory-name, ido-completing-read):
Init ido-directory-too-big.
2004-09-24 23:48:48 +00:00
Kim F. Storm
ffb032e2d3 *** empty log message *** 2004-09-24 23:48:24 +00:00
Kim F. Storm
dd3b1d60a4 Typo. 2004-09-24 09:36:50 +00:00
Kim F. Storm
7daf6654e7 *** empty log message *** 2004-09-24 07:25:18 +00:00
Jan Djärv
83f1cb949f * config.in: Rebuild.
* Makefile.in: Run setarh i386 ./temacs if exec-shield  is present.
2004-09-24 07:19:05 +00:00
Jan Djärv
4489ece266 * configure.in: Check for exec-shield.
* configure: Rebuild.
2004-09-24 07:18:15 +00:00
Glenn Morris
988c3fe319 *** empty log message *** 2004-09-23 22:54:22 +00:00
Luc Teirlinck
998733b3bf (enriched-default-text-properties-local-flag): New variable.
(enriched-mode): Make sure that enabling and disabling the mode is a no-op.
Doc fix.
2004-09-23 22:12:15 +00:00
Luc Teirlinck
6db2bc0254 *** empty log message *** 2004-09-23 04:18:12 +00:00
Luc Teirlinck
61e749685a Correct various typos.
(Display): Rename node "Pointer Shapes" to "Pointer Shape".  (There is
already a node called "Pointer Shapes" in frames.texi.)
(Images): Remove non-existent node "Image Slices" from menu.
2004-09-23 04:15:54 +00:00
Luc Teirlinck
2211e0c665 (Display Custom): Remove stray `@end defvar'. 2004-09-23 04:09:16 +00:00
Glenn Morris
97f3be50fb *** empty log message *** 2004-09-22 23:26:15 +00:00
Glenn Morris
d1493acd5a Update maintainer.
From H�n Malmedal <hmalmedal@yahoo.no>:
(christian-holidays): Adapt for new behaviour of holiday-advent and
holiday-easter-etc functions.
2004-09-22 23:21:18 +00:00
Glenn Morris
1a49949355 Update copyright, and add missing centuries.
Update maintainer.

From H�n Malmedal <hmalmedal@yahoo.no>:
(holiday-advent): Report on a specified day offset from advent, not
just advent.
(holiday-easter-etc): Report on one specified day offset from easter,
not all easter holidays. Various Easter holidays moved to
`christian-holidays' variable in calendar.el.
2004-09-22 23:19:58 +00:00
Kim F. Storm
b48bc93799 (insert-sliced-image): Add doc string. 2004-09-22 23:12:38 +00:00
Kim F. Storm
ed2846bd74 *** empty log message *** 2004-09-22 23:12:22 +00:00
Kim F. Storm
80174a9754 (Display Custom): Add `overflow-newline-into-fringe',
`indicate-buffer-boundaries' and `default-indicate-buffer-boundaries'.
2004-09-22 23:11:12 +00:00
Kim F. Storm
9b6e4bc3d9 (Display): Add 'Fringe Bitmaps' and 'Pointer
Shapes' to menu.
(Standard Faces): Doc fix for fringe face.
(Fringes): Add `overflow-newline-into-fringe' and
'indicate-buffer-boundaries'.
(Fringe Bitmaps, Pointer Shapes): New nodes.
(Display Property): Add 'Pixel Specification' and 'Display Fringe
Bitmaps' to menu.
(Specified Space): Describe pixel width and height.
(Pixel Specification): New node.
(Other Display Specs): Add `slice' property.
(Display Fringe Bitmaps): New node.
(Images): Add 'Image Slices' to menu.
(Image Descriptors): Add `:pointer' and `:map' properties.
(Showing Images): Add slice arg to `insert-image'.  Add
'insert-sliced-image'.
2004-09-22 23:06:58 +00:00
Kim F. Storm
a10db310a6 (Special Properties): Add cursor', pointer',
`line-height', and `line-spacing' properties.
2004-09-22 23:06:39 +00:00
Kim F. Storm
db9f395b92 (ido-choice-list): New dynamic var for `list' context.
(ido-context-switch-command): New dynamic var.
(ido-define-mode-map): Generalize switch between file/buffer contexts.
(ido-read-internal): Handle new `list' context.
Handle insert-buffer and insert-file ido-exit values.
(ido-buffer-internal): New arg switch-cmd.  Use it to setup
ido-context-switch-command. Handle insert-file ido-exit value.
(ido-read-buffer): Set ido-context-switch-command to 'ignore
unless it is already bound by caller.
(ido-file-internal): New arg switch-cmd.  Use it to setup
ido-context-switch-command.  Handle insert-buffer ido-exit value.
(ido-enter-insert-buffer, ido-enter-insert-file): New commands
used for context switching.
(ido-all-completions): Handle new `list' context.
(ido-make-choice-list): Return choices for `list' context.
(ido-find-file-in-dir, ido-display-file, ido-write-file)
(ido-display-buffer, ido-kill-buffer): Disable context switching.
(ido-insert-buffer, ido-insert-file): Setup context switching.
(ido-exhibit): Handle `list' context.
(ido-read-file-name): Disable context switching.  Handle fallback.
(ido-read-directory-name): Disable context switching.
(ido-completing-read): New defun like completing-read.  Setup and
use new `list' context.
2004-09-22 22:49:07 +00:00
Kim F. Storm
54e7526bd6 *** empty log message *** 2004-09-22 22:48:51 +00:00
Jay Belanger
2fcdfa833a (Vectors as Lists): Added a warning that the tutorial might be hidden
during part of the session.
2004-09-22 20:56:42 +00:00
Jesper Harder
a2052295e8 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer. 2004-09-22 17:31:03 +00:00
Vinicius Jose Latorre
082b436964 Doc fix (gsprint). 2004-09-22 02:28:21 +00:00
Luc Teirlinck
a0c3bd3ee4 (after-change-major-mode-hook): Further doc fix. 2004-09-22 00:13:16 +00:00
Luc Teirlinck
d45774a39a (after-change-major-mode-hook): Doc fix. 2004-09-22 00:10:15 +00:00
Jay Belanger
b881982543 (calc-graph-add-curve): Moved the call to `calc-graph-set-styles' so
the gnuplot buffer will appear in a separate window.
2004-09-21 18:52:00 +00:00
Kenichi Handa
88a74fa51b *** empty log message *** 2004-09-21 02:27:01 +00:00