bpt/emacs.git
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.

23 years agoDoc fix.
Gerd Moellmann [Thu, 21 Dec 2000 21:23:21 +0000 (21:23 +0000)]
Doc fix.

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

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

23 years agoFix a problem with skip-chars-forward: it doesn't accept
Gerd Moellmann [Thu, 21 Dec 2000 21:22:34 +0000 (21:22 +0000)]
Fix a problem with skip-chars-forward: it doesn't accept
ranges like \177-\237, but accepts the character sequence from \177 to
\237.  Doc fix.
(ebnf-version): New version (3.4).
(ebnf-setup): Code fix.
(ebnf-range-regexp): New fun.
(ebnf-8-bit-chars): Const fix.

23 years agoFix a typo.
Gerd Moellmann [Thu, 21 Dec 2000 20:42:01 +0000 (20:42 +0000)]
Fix a typo.

23 years ago(Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
Gerd Moellmann [Thu, 21 Dec 2000 20:41:26 +0000 (20:41 +0000)]
(Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
GLYPHS.

23 years ago(GLYPH_EQUAL_P): Also compare pixel widths,
Gerd Moellmann [Thu, 21 Dec 2000 20:40:58 +0000 (20:40 +0000)]
(GLYPH_EQUAL_P): Also compare pixel widths,
otherwise tabs of different size compare equal.

23 years ago(Fcall_interactively): Prevent a compiler warning.
Gerd Moellmann [Thu, 21 Dec 2000 20:40:40 +0000 (20:40 +0000)]
(Fcall_interactively): Prevent a compiler warning.

23 years ago(print_unwind): Return nil.
Gerd Moellmann [Thu, 21 Dec 2000 20:40:10 +0000 (20:40 +0000)]
(print_unwind): Return nil.
(PRINTDECLARE): Initialize all local variables.
(print_preprocess): Add a default case.

23 years ago* mml.el (gnus-add-minor-mode): Autoload.
ShengHuo ZHU [Thu, 21 Dec 2000 19:58:34 +0000 (19:58 +0000)]
* mml.el (gnus-add-minor-mode): Autoload.

* message.el (message-forward): Save-restriction.

* message.el (message-mail-user-agent): Add :version.

* message.el (message-mail-user-agent): New variable.
(message-setup): Renamed to message-setup-1. Support
mail-user-agent.
(message-mail-user-agent): New function.
(message-mail): Use it.
(message-reply): Use it.
(message-resend): Use it.
(message-mail-other-window): Use it.
(message-mail-other-frame): Use it.

* gnus-msg.el (gnus-bug): Support mail-user-agent.

23 years ago(Qinhibit_point_motion_hooks): Declare extern.
Gerd Moellmann [Thu, 21 Dec 2000 16:57:00 +0000 (16:57 +0000)]
(Qinhibit_point_motion_hooks): Declare extern.

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

23 years ago(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
Gerd Moellmann [Thu, 21 Dec 2000 16:56:13 +0000 (16:56 +0000)]
(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.

23 years agoBuild an alist for completing-read as in 20.7.
Gerd Moellmann [Thu, 21 Dec 2000 16:39:28 +0000 (16:39 +0000)]
Build an alist for completing-read as in 20.7.

23 years ago(lm): Use interactive spec `P'.
Gerd Moellmann [Thu, 21 Dec 2000 16:13:06 +0000 (16:13 +0000)]
(lm): Use interactive spec `P'.
(toplevel): Don't set debug-on-error.

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

23 years ago(server-switch-buffer): Choose a window on a visible
Gerd Moellmann [Thu, 21 Dec 2000 15:57:01 +0000 (15:57 +0000)]
(server-switch-buffer): Choose a window on a visible
frame.

23 years ago(dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
Gerd Moellmann [Thu, 21 Dec 2000 15:39:58 +0000 (15:39 +0000)]
(dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
[GLYPH_DEBUG]: Extended to dump glyphs in short form.

23 years ago(ensure_frame_matrix): Removed.
Gerd Moellmann [Thu, 21 Dec 2000 15:39:27 +0000 (15:39 +0000)]
(ensure_frame_matrix): Removed.
(save_frame_matrix, restore_frame_matrix): New functions.
(adjust_frame_glyphs_for_frame_redisplay): Use them.

23 years ago(ensure_frame_matrix): Function declaration removed.
Gerd Moellmann [Thu, 21 Dec 2000 15:39:04 +0000 (15:39 +0000)]
(ensure_frame_matrix): Function declaration removed.

23 years ago(delete_window, Fsplit_window)
Gerd Moellmann [Thu, 21 Dec 2000 15:38:38 +0000 (15:38 +0000)]
(delete_window, Fsplit_window)
(Fset_window_configuration): Calls to ensure_frame_matrix removed.

23 years ago(x_update_begin): Regenerate the palette here, rather
Andrew Innes [Thu, 21 Dec 2000 14:58:55 +0000 (14:58 +0000)]
(x_update_begin): Regenerate the palette here, rather
than for each window.

23 years ago(select_palette): Avoid calling SelectPalette if
Andrew Innes [Thu, 21 Dec 2000 14:58:09 +0000 (14:58 +0000)]
(select_palette): Avoid calling SelectPalette if
palette is NULL, since this corrupts memory!  Also get
display_info reference from frame.

23 years agoCredits for the last change.
Eli Zaretskii [Thu, 21 Dec 2000 14:46:37 +0000 (14:46 +0000)]
Credits for the last change.

23 years ago(insert-directory-safely): New function.
Eli Zaretskii [Thu, 21 Dec 2000 14:44:35 +0000 (14:44 +0000)]
(insert-directory-safely): New function.
(recover-file): Use it instead of insert-directory.

23 years ago(x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid
Jason Rumney [Thu, 21 Dec 2000 11:06:32 +0000 (11:06 +0000)]
(x_draw_hollow_cursor): Delay obtaining the frame's DC to avoid
returning without releasing it.

23 years ago(w32_init_bdf_font): Fix test for valid bmp heap.
Jason Rumney [Thu, 21 Dec 2000 11:05:33 +0000 (11:05 +0000)]
(w32_init_bdf_font): Fix test for valid bmp heap.

23 years ago*** empty log message ***
Jason Rumney [Thu, 21 Dec 2000 11:04:01 +0000 (11:04 +0000)]
*** empty log message ***

23 years ago(select-safe-coding-system): Improve help message.
Kenichi Handa [Thu, 21 Dec 2000 06:46:52 +0000 (06:46 +0000)]
(select-safe-coding-system):  Improve help message.

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

23 years ago(select-safe-coding-system): Check coding-category-list more rigidly.
Kenichi Handa [Thu, 21 Dec 2000 05:45:08 +0000 (05:45 +0000)]
(select-safe-coding-system): Check coding-category-list more rigidly.

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

23 years ago(dired-move-to-filename-regexp): Fix previous change.
Kenichi Handa [Thu, 21 Dec 2000 02:43:08 +0000 (02:43 +0000)]
(dired-move-to-filename-regexp): Fix previous change.

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

23 years ago*** empty log message ***
Miles Bader [Thu, 21 Dec 2000 02:18:46 +0000 (02:18 +0000)]
*** empty log message ***

23 years ago(mail-mode): Set `comment-start' to the yank prefix.
Miles Bader [Thu, 21 Dec 2000 02:11:01 +0000 (02:11 +0000)]
(mail-mode): Set `comment-start' to the  yank prefix.