Eli Zaretskii
753ad42497
Fix a typo reported by "Andrew Hintz (Drew)" <adhintz@mail.utexas.edu>.
2000-12-27 21:11:01 +00:00
Eli Zaretskii
b202115bbc
*** empty log message ***
2000-12-27 17:08:35 +00:00
Eli Zaretskii
3f51f5a958
From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
...
Better support for the Mac and MS-Windows.
(ls-lisp): New defgroup.
(ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
(ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
(ls-lisp-support-shell-wildcards): New defcustoms.
(ls-lisp-parse-symlink): New function.
(insert-directory): Code to convert switches to a list and set up
the wildcard argument copied from ls-lisp-insert-directory.
(ls-lisp-insert-directory): New argument TIME-INDEX. Add support
for -C and -R switches.
(ls-lisp-column-format): New function.
(ls-lisp-delete-matching, ls-lisp-handle-switches)
(ls-lisp-format-time): Add doc strings.
(ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
Support ls-lisp-dirs-first.
(ls-lisp-classify, ls-lisp-extension): New functions.
(ls-lisp-format): Optionally support emulation of symlinks.
Support -i, -s, and -G switches.
2000-12-27 17:07:40 +00:00
Gerd Moellmann
5e25feeec1
*** empty log message ***
2000-12-27 16:55:07 +00:00
Gerd Moellmann
c660ce4ec4
(PT_PER_INCH): New macro.
...
(xlfd_point_size): Compute real point size from font's pixel size.
(pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
instead of 72.
2000-12-27 16:54:09 +00:00
Eli Zaretskii
6a46357a1b
New info about Irix, AIX, and Solaris.
2000-12-27 16:26:21 +00:00
Eli Zaretskii
de121241e1
Document the problems with S-C-t on X.
2000-12-27 16:20:44 +00:00
Eli Zaretskii
071fcb2ceb
Add basic installation procedure which assumes `configure' does its job.
...
Elaborate on image support libraries. Add a pointer to Xaw3d library.
Add advice about solving configure-time problems by looking in
config.log and setting variables in the envoronment.
2000-12-27 16:14:51 +00:00
Gerd Moellmann
14ec09d77e
(texinfo-mode): Set fill-column to 70.
2000-12-27 16:12:51 +00:00
Gerd Moellmann
892d8fcd4d
Comment out the line pointing to the Lesstif source
...
directory.
2000-12-27 15:50:06 +00:00
Gerd Moellmann
12c8b416be
(Frecenter): Use displayed_window_lines instead
...
of window_internal_height.
2000-12-27 15:46:54 +00:00
Gerd Moellmann
6061fbf05a
*** empty log message ***
2000-12-27 14:38:04 +00:00
Gerd Moellmann
9315353b53
(toplevel): Check for x-toolkit-scroll-bars instead
...
of x-toolkit-scroll-bars-p.
2000-12-27 14:34:53 +00:00
Gerd Moellmann
1fc6e68101
(x-toolkit-scroll-bars): Check for
...
x-toolkit-scroll-bars instead of x-toolkit-scroll-bars-p.
2000-12-27 14:34:32 +00:00
Gerd Moellmann
3fac5d64cc
(emacs-version): Print X scroll bar information.
2000-12-27 14:34:09 +00:00
Gerd Moellmann
5bf045202f
(syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
...
instead of x-toolkit-scroll-bars-p.
(Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
2000-12-27 14:33:11 +00:00
Eli Zaretskii
25050dab1d
(ffap-bindings): Make interactive and add an autoload cookie.
...
(ffap-bindings): Doc fix, to reflect the above change.
2000-12-27 14:08:34 +00:00
Gerd Moellmann
9b0e97aaa0
(struct redisplay_history) [GLYPH_DEBUG]: New.
...
(REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
(redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]: New
variables.
(add_window_display_history, add_frame_display_history)
(Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
(build_frame_matrix_from_leaf_window): Remove unused code.
(build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
redisplay history.
(update_frame) [GLYPH_DEBUG]: Add to redisplay history.
(update_window) [GLYPH_DEBUG]: Likewise.
(syms_of_display): Defsubr dump-redisplay-history.
2000-12-27 12:43:22 +00:00
Gerd Moellmann
3e32cc273a
*** empty log message ***
2000-12-27 12:42:55 +00:00
Gerd Moellmann
0d44146bb4
(install-arch-indep): If tar fails, exit with
...
exit code 1.
2000-12-27 11:48:37 +00:00
Kenichi Handa
447086241b
(term-char-mode): Define all non-ascii self-inserting
...
characters to 'term-send-raw in term-raw-map.
2000-12-27 05:25:52 +00:00
Kenichi Handa
c178687453
*** empty log message ***
2000-12-27 05:25:29 +00:00
Michael Kifer
bea3997a05
2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
...
* viper-init (viper-restore-cursor-type): added condition-case
guard.
2000-12-25 08:02:26 +00:00
Michael Kifer
7261ece3c0
2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
...
* ediff-init.el (ediff-quit-hook,ediff-suspend-hook): changed
initialization; use add-hook.
(ediff-file-remote-p): use file-local-copy.
* ediff-ptch.el (ediff-prompt-for-patch-buffer): improved defaults.
* ediff.el (ediff-patch-buffer): bug fix.
(ediff-revision): allow selection of the file at the prompt.
2000-12-25 07:57:37 +00:00
ShengHuo ZHU
7dfb59f430
* message.el (message-mail): Support yank-action.
...
* message.el (message-setup): Revoke the last change.
2000-12-24 16:13:31 +00:00
ShengHuo ZHU
841696203a
* message.el (message-setup): Use cons. Suggested by Johan Vromans
...
<jvromans@squirrel.nl>.
* gnus-topic.el (gnus-topic-create-topic): Use list.
* gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
before binding gnus-default-article-saver.
* gnus-sum.el (gnus-summary-save-article):
(gnus-summary-pipe-output):
(gnus-summary-save-article-mail):
(gnus-summary-save-article-rmail):
(gnus-summary-save-article-file):
(gnus-summary-write-article-file):
(gnus-summary-save-article-body-file): Ditto.
* gnus-mh.el (gnus-summary-save-article-folder): Ditto.
2000-12-24 06:36:33 +00:00
Gerd Moellmann
f717c2baaa
(echo_prompt): Always set current_kboard->echoptr to
...
the end of the prompt. Set echo_after_prompt to the offset
of echoptr in echobuf.
2000-12-23 23:09:04 +00:00
Stefan Monnier
83f40583a4
*** empty log message ***
2000-12-23 20:54:14 +00:00
Stefan Monnier
9eab649a37
(define-minor-mode): Improve the spec and remove the rogue second spec.
2000-12-23 20:53:48 +00:00
Stefan Monnier
6a84719a02
(combine-run-hooks): Remove.
2000-12-23 20:53:24 +00:00
Gerd Moellmann
aeb2b8fc29
(init_from_display_pos): Pop until the iterator's
...
stack is empty; there may be frames for stretch or images
on the stack.
2000-12-23 19:23:24 +00:00
Gerd Moellmann
31798cfeb5
(save_frame_matrix, restore_frame_matrix): Removed.
...
(save_or_restore_current_matrix): New function for the same
purpose, but more efficient.
(adjust_frame_glyphs_for_frame_redisplay): Use it.
2000-12-23 17:22:45 +00:00
Eli Zaretskii
f81561561a
(syms_of_xdisp): Fix last change.
2000-12-23 16:20:22 +00:00
Gerd Moellmann
bdd6d4e85c
*** empty log message ***
2000-12-23 15:43:08 +00:00
Gerd Moellmann
e751216899
(compilation-forget-errors): Fix indentation.
2000-12-23 15:42:36 +00:00
Gerd Moellmann
504454e824
(syms_of_xdisp): Doc fix.
...
(redisplay_window): Remove label restore_buffers;
use finish_scroll_bars instead to make sure that scroll bars
are redeemed. If we don't do this, flickering can result from
scroll bars being destroyed and recreated.
2000-12-23 15:32:07 +00:00
Stefan Monnier
6eabfb2600
(smerge-basic-map): Use =' rather than d'.
...
Use minibuffer menu prompt for the `=' prefix.
(smerge-command-prefix): Change default to C-^.
(smerge-mode): Don't assume font-lock doesn't move point.
2000-12-22 23:19:47 +00:00
Stefan Monnier
0e86b6b04b
(smerge-basic-map): Use =' rather than d'.
...
Use minibuffer menu prompt for the `=' prefix.
(smerge-command-prefix): Change default to C-^.
2000-12-22 22:59:17 +00:00
Stefan Monnier
d21584d6d7
(skeleton-internal-1): Really make sure the first line of
...
the region is also re-indented.
(skeleton-end-newline): New var.
(skeleton-end-hook): Use it.
2000-12-22 22:56:36 +00:00
Stefan Monnier
26736ce36e
(skeleton-internal-1): Make sure the first line of
...
the region is also re-indented.
2000-12-22 19:37:31 +00:00
Miles Bader
95fa4fd795
From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
...
(comint-password-prompt-regexp): Support CVS.
2000-12-22 16:26:40 +00:00
ShengHuo ZHU
4481aa9880
* gnus-art.el (gnus-article-check-hidden-text): Return t.
...
* gnus-util.el (gnus-remove-text-properties-when): Return t.
* mm-decode.el (mm-dissect-multipart): Avoid errors owing to
malformatted messages.
2000-12-22 14:19:33 +00:00
Gerd Moellmann
856ff7a7ed
*** empty log message ***
2000-12-22 13:49:57 +00:00
Gerd Moellmann
f18625cd58
(size_window): When setting the window's too_small_ok
...
flag, compare old size with minimum size depending on WIDTH_P,
don't compare with window_min_width.
2000-12-22 13:48:19 +00:00
Gerd Moellmann
27940e1f01
([C-backspace]): Bind C-backspace to kill-word.
2000-12-22 13:18:44 +00:00
Gerd Moellmann
d25cc9a9b8
(delete-key-deletes-forward-mode): Simplify. Also
...
backspace key combinations, depending on
delete-key-deletes-forward.
2000-12-22 13:18:19 +00:00
Gerd Moellmann
f060b8348d
(delete-key-deletes-forward): Doc fix.
2000-12-22 12:50:39 +00:00
Gerd Moellmann
653558a1dc
(top level comment): Updated to reflect the fact that
...
white spaces are relevant in the XML file
(xml-parse-file): Do not kill an existing Emacs buffer if the file
to parse was already edited. This allows for on-the-fly analysis
of XML files
(xml-parse-tag): Check that the casing is the same in the start
tag and end tag, since XML is case-sensitive. Allows for spaces
in the end tag, after the name of the tag.
(xml-parse-attlist): Allow for the character '-' in the name of
attributes, as in the standard http-equiv attribute Do not save
the properties in the XML tree, since they are not relevant
2000-12-22 12:20:46 +00:00
Jason Rumney
9436cdf9a6
(w32_draw_bitmap): Fix drawing so it does not appear in the wrong colors
...
when the foreground is not black.
(expose_window): Don't redraw the window that's currently being updated.
2000-12-22 11:33:37 +00:00
Dave Love
85145dac0f
*** empty log message ***
2000-12-22 10:56:11 +00:00