bpt/emacs.git
23 years ago*** empty log message ***
Kenichi Handa [Sat, 30 Dec 2000 02:28:28 +0000 (02:28 +0000)]
*** empty log message ***

23 years ago(print-fontset): Indent font name by 24 columns, not 25.
Kenichi Handa [Sat, 30 Dec 2000 01:08:10 +0000 (01:08 +0000)]
(print-fontset): Indent font name by 24 columns, not 25.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 30 Dec 2000 01:07:49 +0000 (01:07 +0000)]
*** empty log message ***

23 years ago(check_current_matrix_flags) [GLYPH_DEBUG]: New
Gerd Moellmann [Fri, 29 Dec 2000 21:09:36 +0000 (21:09 +0000)]
(check_current_matrix_flags) [GLYPH_DEBUG]: New
function.
(update_window) [GLYPH_DEBUG]: Call it.
(scrolling_window): Prevent including current rows which are below
what's displayed in the window.

23 years ago(try_window_reusing_current_matrix)
Gerd Moellmann [Fri, 29 Dec 2000 21:08:50 +0000 (21:08 +0000)]
(try_window_reusing_current_matrix)
<new start <= old start>:  Disable rows in the current matrix
which are below the window after scrolling.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 29 Dec 2000 15:16:23 +0000 (15:16 +0000)]
*** empty log message ***

23 years ago(mail-mode-flyspell-verify): Spell-check
Gerd Moellmann [Fri, 29 Dec 2000 15:14:51 +0000 (15:14 +0000)]
(mail-mode-flyspell-verify): Spell-check
in Subject line.

23 years ago(move_it_by_lines): Don't do optimizations if NEED_Y_P
Gerd Moellmann [Fri, 29 Dec 2000 14:24:09 +0000 (14:24 +0000)]
(move_it_by_lines): Don't do optimizations if NEED_Y_P
is zero.  It's not worth the complexity.
(invisible_text_between_p): Put in #if 0 because unused.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 29 Dec 2000 13:29:13 +0000 (13:29 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 29 Dec 2000 12:26:18 +0000 (12:26 +0000)]
*** empty log message ***

23 years ago(mail-abbrevs-enable, mail-abbrevs-disable):
Gerd Moellmann [Fri, 29 Dec 2000 12:19:28 +0000 (12:19 +0000)]
(mail-abbrevs-enable, mail-abbrevs-disable):
Use mail-mode-hook instead of mail-setup-hook.  Otherwise
continuing an interrupted message with C-u C-x m for instence,
winds up in Mail mode without abbrevs.

23 years agoHandle form feed better when ps-zebra-stripe-follow is
Gerd Moellmann [Fri, 29 Dec 2000 11:48:50 +0000 (11:48 +0000)]
Handle form feed better when ps-zebra-stripe-follow is
non-nil.  Adding almost all customization variables on ps-setup.  Doc
Fix.
(ps-print-version): New version number (6.3.3).
(ps-end-with-control-d): Initialization fix.
(ps-lines-printed): New var.
(ps-skip-newline): New fun.
(ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
(ps-next-line, ps-continue-line, ps-plot-region)
(ps-generate-postscript-with-faces, ps-end-job): Code fix.

23 years agoHandle form feed better when ps-zebra-stripe-follow
Gerd Moellmann [Fri, 29 Dec 2000 11:47:19 +0000 (11:47 +0000)]
Handle form feed better when ps-zebra-stripe-follow
is non-nil.
(printZebra, BeginPage): Code fix.

23 years ago(x-complement-fontset-spec): Resolve
Kenichi Handa [Fri, 29 Dec 2000 06:14:42 +0000 (06:14 +0000)]
(x-complement-fontset-spec): Resolve
ASCII font name so that the same family name is used for fonts
registered in x-font-name-charset-alist.
(create-fontset-from-fontset-spec): Adjusted for the above change.
The name of fontset alias should be a unresolved ASCII font name.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 29 Dec 2000 06:13:53 +0000 (06:13 +0000)]
*** empty log message ***

23 years ago(dired-guess-shell-alist-default): Use xpdf instead of acroread.
Richard M. Stallman [Thu, 28 Dec 2000 18:01:33 +0000 (18:01 +0000)]
(dired-guess-shell-alist-default): Use xpdf instead of acroread.

23 years ago*** empty log message ***
Richard M. Stallman [Thu, 28 Dec 2000 18:00:57 +0000 (18:00 +0000)]
*** empty log message ***

23 years agoClean up delete vs kill explanation.
Richard M. Stallman [Thu, 28 Dec 2000 17:54:10 +0000 (17:54 +0000)]
Clean up delete vs kill explanation.
Explain both can be undone.

23 years ago(Fx_backspace_delete_keys_p): Check library and server
Gerd Moellmann [Thu, 28 Dec 2000 16:23:19 +0000 (16:23 +0000)]
(Fx_backspace_delete_keys_p): Check library and server
XKB versions.  Call XkbFreeKeyboard with 2nd arg 0.

23 years ago(delete-key-deletes-forward-mode): Bind backspace
Gerd Moellmann [Thu, 28 Dec 2000 15:16:15 +0000 (15:16 +0000)]
(delete-key-deletes-forward-mode): Bind backspace
and delete in isearch-mode-map.

23 years ago(push_key_description): Add prototype.
Gerd Moellmann [Thu, 28 Dec 2000 13:41:26 +0000 (13:41 +0000)]
(push_key_description): Add prototype.

23 years ago(push_key_description): Add parameter FORCE_MULTIBYTE.
Gerd Moellmann [Thu, 28 Dec 2000 13:38:55 +0000 (13:38 +0000)]
(push_key_description): Add parameter FORCE_MULTIBYTE.
If set, print multibyte text.
(Fsingle_key_description): Call push_key_description with
FORCE_MULTIBYTE set.
(describe_buffer_bindings): Likewise.

23 years ago(echo_char): If C is an integer, always call
Gerd Moellmann [Thu, 28 Dec 2000 13:37:33 +0000 (13:37 +0000)]
(echo_char): If C is an integer, always call
push_key_description.  Former code could signal an invalid
character error.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 28 Dec 2000 12:27:40 +0000 (12:27 +0000)]
*** empty log message ***

23 years ago(artist-butlast): Deleted.
Kenichi Handa [Thu, 28 Dec 2000 12:22:25 +0000 (12:22 +0000)]
(artist-butlast): Deleted.
(artist-ellipse-mirror-quadrant): Use butlast instead of
artist-last.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 28 Dec 2000 12:22:00 +0000 (12:22 +0000)]
*** empty log message ***

23 years ago(echo_area_display): Bind redisplay-dont-pause to t
Gerd Moellmann [Thu, 28 Dec 2000 12:19:58 +0000 (12:19 +0000)]
(echo_area_display): Bind redisplay-dont-pause to t
around the call to redisplay_internal.

23 years ago(butlast, nbutlast): Moved to subr.el.
Kenichi Handa [Thu, 28 Dec 2000 12:16:03 +0000 (12:16 +0000)]
(butlast, nbutlast): Moved to subr.el.

23 years ago(butlast, nbutlast): Moved from cl.el to here.
Kenichi Handa [Thu, 28 Dec 2000 12:15:44 +0000 (12:15 +0000)]
(butlast, nbutlast): Moved from cl.el to here.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 28 Dec 2000 12:15:20 +0000 (12:15 +0000)]
*** empty log message ***

23 years agoUse #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
Gerd Moellmann [Thu, 28 Dec 2000 10:12:26 +0000 (10:12 +0000)]
Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.

23 years agoUse #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
Gerd Moellmann [Thu, 28 Dec 2000 10:08:46 +0000 (10:08 +0000)]
Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.

23 years ago(setup_coding_system): Initialize
Kenichi Handa [Thu, 28 Dec 2000 07:03:56 +0000 (07:03 +0000)]
(setup_coding_system): Initialize
coding->spec.ccl.eight_bit_carryover.
(ccl_coding_driver): Pay attention to carried over 8-bit bytes.

23 years ago(struct ccl_spec): New member eight_bit_carryover.
Kenichi Handa [Thu, 28 Dec 2000 07:03:19 +0000 (07:03 +0000)]
(struct ccl_spec): New member eight_bit_carryover.

23 years ago(CCL_WRITE_CHAR): Check variable `extra_bytes'.
Kenichi Handa [Thu, 28 Dec 2000 07:03:05 +0000 (07:03 +0000)]
(CCL_WRITE_CHAR): Check variable `extra_bytes'.
(ccl_driver): New local variable `extra_bytes'.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 28 Dec 2000 07:02:51 +0000 (07:02 +0000)]
*** empty log message ***

23 years ago(SAFE_ONE_MORE_BYTE): New macro.
Kenichi Handa [Thu, 28 Dec 2000 01:05:02 +0000 (01:05 +0000)]
(SAFE_ONE_MORE_BYTE): New macro.
(DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
(DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
(decode_composition_emacs_mule): New function.
(decode_coding_emacs_mule): Decode composition sequence by calling
decode_composition_emacs_mule.
(ENCODE_COMPOSITION_EMACS_MULE): New macro.
(encode_coding_emacs_mule): Changed from macro to function.  If
a text contains compostions, encode them correctly.
(setup_coding_system): Set coding->commong_flags for emacs-mule so
that decoding and encoding are required.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 28 Dec 2000 01:02:34 +0000 (01:02 +0000)]
*** empty log message ***

23 years agoFix a typo reported by "Andrew Hintz (Drew)" <adhintz@mail.utexas.edu>.
Eli Zaretskii [Wed, 27 Dec 2000 21:11:01 +0000 (21:11 +0000)]
Fix a typo reported by "Andrew Hintz (Drew)" <adhintz@mail.utexas.edu>.

23 years ago*** empty log message ***
Eli Zaretskii [Wed, 27 Dec 2000 17:08:35 +0000 (17:08 +0000)]
*** empty log message ***

23 years agoFrom Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
Eli Zaretskii [Wed, 27 Dec 2000 17:07:40 +0000 (17:07 +0000)]
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.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 27 Dec 2000 16:55:07 +0000 (16:55 +0000)]
*** empty log message ***

23 years ago(PT_PER_INCH): New macro.
Gerd Moellmann [Wed, 27 Dec 2000 16:54:09 +0000 (16:54 +0000)]
(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.

23 years agoNew info about Irix, AIX, and Solaris.
Eli Zaretskii [Wed, 27 Dec 2000 16:26:21 +0000 (16:26 +0000)]
New info about Irix, AIX, and Solaris.

23 years agoDocument the problems with S-C-t on X.
Eli Zaretskii [Wed, 27 Dec 2000 16:20:44 +0000 (16:20 +0000)]
Document the problems with S-C-t on X.

23 years agoAdd basic installation procedure which assumes `configure' does its job.
Eli Zaretskii [Wed, 27 Dec 2000 16:14:51 +0000 (16:14 +0000)]
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.

23 years ago(texinfo-mode): Set fill-column to 70.
Gerd Moellmann [Wed, 27 Dec 2000 16:12:51 +0000 (16:12 +0000)]
(texinfo-mode): Set fill-column to 70.

23 years agoComment out the line pointing to the Lesstif source
Gerd Moellmann [Wed, 27 Dec 2000 15:50:06 +0000 (15:50 +0000)]
Comment out the line pointing to the Lesstif source
directory.

23 years ago(Frecenter): Use displayed_window_lines instead
Gerd Moellmann [Wed, 27 Dec 2000 15:46:54 +0000 (15:46 +0000)]
(Frecenter): Use displayed_window_lines instead
of window_internal_height.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 27 Dec 2000 14:38:04 +0000 (14:38 +0000)]
*** empty log message ***

23 years ago(toplevel): Check for x-toolkit-scroll-bars instead
Gerd Moellmann [Wed, 27 Dec 2000 14:34:53 +0000 (14:34 +0000)]
(toplevel): Check for x-toolkit-scroll-bars instead
of x-toolkit-scroll-bars-p.

23 years ago(x-toolkit-scroll-bars): Check for
Gerd Moellmann [Wed, 27 Dec 2000 14:34:32 +0000 (14:34 +0000)]
(x-toolkit-scroll-bars): Check for
x-toolkit-scroll-bars instead of x-toolkit-scroll-bars-p.

23 years ago(emacs-version): Print X scroll bar information.
Gerd Moellmann [Wed, 27 Dec 2000 14:34:09 +0000 (14:34 +0000)]
(emacs-version): Print X scroll bar information.

23 years ago(syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
Gerd Moellmann [Wed, 27 Dec 2000 14:33:11 +0000 (14:33 +0000)]
(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.

23 years ago(ffap-bindings): Make interactive and add an autoload cookie.
Eli Zaretskii [Wed, 27 Dec 2000 14:08:34 +0000 (14:08 +0000)]
(ffap-bindings): Make interactive and add an autoload cookie.
(ffap-bindings): Doc fix, to reflect the above change.

23 years ago(struct redisplay_history) [GLYPH_DEBUG]: New.
Gerd Moellmann [Wed, 27 Dec 2000 12:43:22 +0000 (12:43 +0000)]
(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.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 27 Dec 2000 12:42:55 +0000 (12:42 +0000)]
*** empty log message ***

23 years ago(install-arch-indep): If tar fails, exit with
Gerd Moellmann [Wed, 27 Dec 2000 11:48:37 +0000 (11:48 +0000)]
(install-arch-indep): If tar fails, exit with
exit code 1.

23 years ago(term-char-mode): Define all non-ascii self-inserting
Kenichi Handa [Wed, 27 Dec 2000 05:25:52 +0000 (05:25 +0000)]
(term-char-mode): Define all non-ascii self-inserting
characters to 'term-send-raw in term-raw-map.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 27 Dec 2000 05:25:29 +0000 (05:25 +0000)]
*** empty log message ***

23 years ago2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Mon, 25 Dec 2000 08:02:26 +0000 (08:02 +0000)]
2000-12-25  Michael Kifer  <kifer@cs.sunysb.edu>
* viper-init (viper-restore-cursor-type): added condition-case
guard.

23 years ago2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Mon, 25 Dec 2000 07:57:37 +0000 (07:57 +0000)]
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.

23 years ago* message.el (message-mail): Support yank-action.
ShengHuo ZHU [Sun, 24 Dec 2000 16:13:31 +0000 (16:13 +0000)]
* message.el (message-mail): Support yank-action.

* message.el (message-setup): Revoke the last change.

23 years ago* message.el (message-setup): Use cons. Suggested by Johan Vromans
ShengHuo ZHU [Sun, 24 Dec 2000 06:36:33 +0000 (06:36 +0000)]
* 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.

23 years ago(echo_prompt): Always set current_kboard->echoptr to
Gerd Moellmann [Sat, 23 Dec 2000 23:09:04 +0000 (23:09 +0000)]
(echo_prompt): Always set current_kboard->echoptr to
the end of the prompt.  Set echo_after_prompt to the offset
of echoptr in echobuf.

23 years ago*** empty log message ***
Stefan Monnier [Sat, 23 Dec 2000 20:54:14 +0000 (20:54 +0000)]
*** empty log message ***

23 years ago(define-minor-mode): Improve the spec and remove the rogue second spec.
Stefan Monnier [Sat, 23 Dec 2000 20:53:48 +0000 (20:53 +0000)]
(define-minor-mode): Improve the spec and remove the rogue second spec.

23 years ago(combine-run-hooks): Remove.
Stefan Monnier [Sat, 23 Dec 2000 20:53:24 +0000 (20:53 +0000)]
(combine-run-hooks): Remove.

23 years ago(init_from_display_pos): Pop until the iterator's
Gerd Moellmann [Sat, 23 Dec 2000 19:23:24 +0000 (19:23 +0000)]
(init_from_display_pos): Pop until the iterator's
stack is empty; there may be frames for stretch or images
on the stack.

23 years ago(save_frame_matrix, restore_frame_matrix): Removed.
Gerd Moellmann [Sat, 23 Dec 2000 17:22:45 +0000 (17:22 +0000)]
(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.

23 years ago(syms_of_xdisp): Fix last change.
Eli Zaretskii [Sat, 23 Dec 2000 16:20:22 +0000 (16:20 +0000)]
(syms_of_xdisp): Fix last change.

23 years ago*** empty log message ***
Gerd Moellmann [Sat, 23 Dec 2000 15:43:08 +0000 (15:43 +0000)]
*** empty log message ***

23 years ago(compilation-forget-errors): Fix indentation.
Gerd Moellmann [Sat, 23 Dec 2000 15:42:36 +0000 (15:42 +0000)]
(compilation-forget-errors): Fix indentation.

23 years ago(syms_of_xdisp): Doc fix.
Gerd Moellmann [Sat, 23 Dec 2000 15:32:07 +0000 (15:32 +0000)]
(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.

23 years ago(smerge-basic-map): Use `=' rather than `d'.
Stefan Monnier [Fri, 22 Dec 2000 23:19:47 +0000 (23:19 +0000)]
(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.

23 years ago(smerge-basic-map): Use `=' rather than `d'.
Stefan Monnier [Fri, 22 Dec 2000 22:59:17 +0000 (22:59 +0000)]
(smerge-basic-map): Use `=' rather than `d'.
Use minibuffer menu prompt for the `=' prefix.
(smerge-command-prefix): Change default to C-^.

23 years ago(skeleton-internal-1): Really make sure the first line of
Stefan Monnier [Fri, 22 Dec 2000 22:56:36 +0000 (22:56 +0000)]
(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.

23 years ago(skeleton-internal-1): Make sure the first line of
Stefan Monnier [Fri, 22 Dec 2000 19:37:31 +0000 (19:37 +0000)]
(skeleton-internal-1): Make sure the first line of
the region is also re-indented.

23 years agoFrom Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
Miles Bader [Fri, 22 Dec 2000 16:26:40 +0000 (16:26 +0000)]
From Markus Rost <markus.rost@mathematik.uni-regensburg.de>:
(comint-password-prompt-regexp): Support CVS.

23 years ago* gnus-art.el (gnus-article-check-hidden-text): Return t.
ShengHuo ZHU [Fri, 22 Dec 2000 14:19:33 +0000 (14:19 +0000)]
* 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.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 22 Dec 2000 13:49:57 +0000 (13:49 +0000)]
*** empty log message ***

23 years ago(size_window): When setting the window's too_small_ok
Gerd Moellmann [Fri, 22 Dec 2000 13:48:19 +0000 (13:48 +0000)]
(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.

23 years ago([C-backspace]): Bind C-backspace to kill-word.
Gerd Moellmann [Fri, 22 Dec 2000 13:18:44 +0000 (13:18 +0000)]
([C-backspace]): Bind C-backspace to kill-word.

23 years ago(delete-key-deletes-forward-mode): Simplify. Also
Gerd Moellmann [Fri, 22 Dec 2000 13:18:19 +0000 (13:18 +0000)]
(delete-key-deletes-forward-mode): Simplify.  Also
backspace key combinations, depending on
delete-key-deletes-forward.

23 years ago(delete-key-deletes-forward): Doc fix.
Gerd Moellmann [Fri, 22 Dec 2000 12:50:39 +0000 (12:50 +0000)]
(delete-key-deletes-forward): Doc fix.

23 years ago(top level comment): Updated to reflect the fact that
Gerd Moellmann [Fri, 22 Dec 2000 12:20:46 +0000 (12:20 +0000)]
(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

23 years ago(w32_draw_bitmap): Fix drawing so it does not appear in the wrong colors
Jason Rumney [Fri, 22 Dec 2000 11:33:37 +0000 (11:33 +0000)]
(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.

23 years ago*** empty log message ***
Dave Love [Fri, 22 Dec 2000 10:56:11 +0000 (10:56 +0000)]
*** empty log message ***

23 years agoMove the cindex about moving to matching paren into the "List Commands"
Eli Zaretskii [Fri, 22 Dec 2000 10:52:16 +0000 (10:52 +0000)]
Move the cindex about moving to matching paren into the "List Commands"
node, where the commands are really described.
Add cindex entries to the "Defuns" node.

23 years ago(delete_window): Simplify somewhat.
Gerd Moellmann [Fri, 22 Dec 2000 10:51:42 +0000 (10:51 +0000)]
(delete_window): Simplify somewhat.
(Fset_window_configuration): Don't SET_FRAME_GARBAGED after
freeing window matrices.  The flag windows_or_buffers_changed is
set, so the next redisplay will consider all windows; this should
suffice.

23 years ago* gnus-art.el (article-treat-dumbquotes): Quote \.
ShengHuo ZHU [Fri, 22 Dec 2000 05:54:53 +0000 (05:54 +0000)]
* gnus-art.el (article-treat-dumbquotes): Quote \.
* gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
Emacs 20 runs on a terminal.
* gnus-art.el (article-treat-dumbquotes): More doc, provided by
Paul Stevenson <p.stevenson@surrey.ac.uk>

23 years ago(struct ccl_program): New member cr_consumed.
Kenichi Handa [Fri, 22 Dec 2000 00:07:09 +0000 (00:07 +0000)]
(struct ccl_program): New member cr_consumed.

23 years ago(CCL_WRITE_CHAR): Don't handle EOL conversion here.
Kenichi Handa [Fri, 22 Dec 2000 00:06:52 +0000 (00:06 +0000)]
(CCL_WRITE_CHAR): Don't handle EOL conversion here.
(CCL_READ_CHAR): Handle EOL conversion here.
(ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.

23 years ago(generic-read-type): Undo last change, inline into
Stefan Monnier [Thu, 21 Dec 2000 23:26:09 +0000 (23:26 +0000)]
(generic-read-type): Undo last change, inline into
`generic-mode' and then remove.
(generic-mode): Inline generic-read-type.
(define-generic-mode): Push the symbol name rather than the symbol
onto generic-mode-list.

23 years ago(ccl_coding_driver): Initialize ccl->cr_consumed.
Kenichi Handa [Thu, 21 Dec 2000 23:22:16 +0000 (23:22 +0000)]
(ccl_coding_driver): Initialize ccl->cr_consumed.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 21 Dec 2000 23:17:22 +0000 (23:17 +0000)]
*** empty log message ***

23 years agomake-char change
Dave Love [Thu, 21 Dec 2000 22:28:08 +0000 (22:28 +0000)]
make-char change

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 21 Dec 2000 21:27:37 +0000 (21:27 +0000)]
*** empty log message ***

23 years agoCommentry change, I've moved my web site.
Gerd Moellmann [Thu, 21 Dec 2000 21:27:11 +0000 (21:27 +0000)]
Commentry change, I've moved my web site.

23 years agoFix the same problem as described on ebnf2ps.el log
Gerd Moellmann [Thu, 21 Dec 2000 21:24:03 +0000 (21:24 +0000)]
Fix the same problem as described on ebnf2ps.el log
entry.  Doc fix.
(ebnf-yac-skip-code): Code fix.
(ebnf-yac-comment-chars): Const fix.