bpt/emacs.git
21 years ago(XChar2b): Move typedef here for consolidation.
Kim F. Storm [Sun, 16 Mar 2003 20:48:31 +0000 (20:48 +0000)]
(XChar2b): Move typedef here for consolidation.
(STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.

21 years ago(FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
Kim F. Storm [Sun, 16 Mar 2003 20:48:21 +0000 (20:48 +0000)]
(FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
(FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
New macros for consolidation.

21 years agoRemove consolidated defines and code.
Kim F. Storm [Sun, 16 Mar 2003 20:47:48 +0000 (20:47 +0000)]
Remove consolidated defines and code.
(BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
(w32_per_char_metric): Change font_type arg to int for RIF.
(w32_encode_char): Return int according to RIF requirements.
(w32_compute_glyph_string_overhangs): Adapt to RIF.
(w32_get_glyph_overhangs): New function for RIF.  Uses generic
x_get_glyph_overhangs.
(w32_redisplay_interface): Add new members.

21 years ago(Display): Add dummy typedef for consolidation.
Kim F. Storm [Sun, 16 Mar 2003 20:47:30 +0000 (20:47 +0000)]
(Display): Add dummy typedef for consolidation.
(XChar2b): Define alias for wchar_t for consolidation.
(STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.

21 years ago(FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
Kim F. Storm [Sun, 16 Mar 2003 20:47:08 +0000 (20:47 +0000)]
(FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
(FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
(STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
New macros for consolidated code.

21 years agoRemove consolidated defines and code.
Kim F. Storm [Sun, 16 Mar 2003 20:46:42 +0000 (20:46 +0000)]
Remove consolidated defines and code.
(x_per_char_metric, x_encode_char)
(x_compute_glyph_string_overhangs): Adapt to RIF requirements.
(x_redisplay_interface): Add new members.

21 years agoConsolidate gui-independent "glyph string" code here.
Kim F. Storm [Sun, 16 Mar 2003 20:45:46 +0000 (20:45 +0000)]
Consolidate gui-independent "glyph string" code here.
(dump_glyph_string): Moved here.
(init_glyph_string, append_glyph_string_lists, append_glyph_string)
(prepend_glyph_string_lists, get_glyph_face_and_encoding)
(fill_composite_glyph_string, fill_glyph_string)
(fill_image_glyph_string, fill_stretch_glyph_string)
(left_overwritten, left_overwriting, right_overwritten)
(right_overwriting, get_char_face_and_encoding)
(set_glyph_string_background_width, compute_overhangs_and_x)
(append_glyph, append_composite_glyph, produce_image_glyph)
(take_vertical_position_into_account, append_stretch_glyph)
(produce_stretch_glyph): New generic functions (based on X version).
Call platform specific functions through rif.
(INIT_GLYPH_STRING): New macro, hides W32 details.
(BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
(BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
(BUILD_GLYPH_STRINGS): Generic macros (based on X version).
(x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
(notice_overwritten_cursor):
Generic functions exported to platform modules.  Users changed.

21 years ago(struct glyph): Reduce face_id member from 22 to
Kim F. Storm [Sun, 16 Mar 2003 20:45:20 +0000 (20:45 +0000)]
(struct glyph): Reduce face_id member from 22 to
21 bits (this reduces number of faces from 4M to 2M).
Replace W32 specific w32_font_type member (2 bits) by generic
font_type member (3 bits) for portability.
(FONT_TYPE_UNKNOWN): New define, default for font_type member.
(enum draw_glyphs_face): Define here.
(struct glyph_string): Define here.  Merge W32 and X versions.
(struct redisplay_interface): New members per_char_metric,
encode_char, compute_glyph_string_overhangs, draw_glyph_string.
(VCENTER_BASELINE_OFFSET): Define here.
(dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
(x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.

21 years agoThe following changes consolidate some of the gui-independent
Kim F. Storm [Sun, 16 Mar 2003 20:44:55 +0000 (20:44 +0000)]
The following changes consolidate some of the gui-independent
parts of the processing and drawing of "glyph strings" from
xterm.c, w32term.c, and macterm.c into xdisp.c.

21 years agoNotify minor change to calc-forms.el.
Deepak Goel [Sun, 16 Mar 2003 20:29:51 +0000 (20:29 +0000)]
Notify minor change to calc-forms.el.

21 years agoAlias UTC to GMT.
Deepak Goel [Sun, 16 Mar 2003 20:26:43 +0000 (20:26 +0000)]
Alias UTC to GMT.

21 years ago(xml-ucs-to-string): New function to convert Unicode codepoints to strings.
Juanma Barranquero [Sun, 16 Mar 2003 10:48:34 +0000 (10:48 +0000)]
(xml-ucs-to-string): New function to convert Unicode codepoints to strings.
Uses decode-char (mule.el) if available.
(xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,
xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
(xml-parse-attlist): Added attribute normalization.
(xml-parse-tag): Replace "\r\n" and "\r" with "\n".

21 years ago(cvs-mode!): Remove unused argument.
Stefan Monnier [Sun, 16 Mar 2003 01:09:05 +0000 (01:09 +0000)]
(cvs-mode!): Remove unused argument.

21 years ago(easy-menu-name-match): Catch any error that member-ignore-case might signal.
Stefan Monnier [Sun, 16 Mar 2003 00:39:23 +0000 (00:39 +0000)]
(easy-menu-name-match): Catch any error that member-ignore-case might signal.
(easy-menu-add-item): Default to the global map, as documented.
(easy-menu-convert-item-1): Use match-string.

21 years ago(Vmenu_events): New var.
Stefan Monnier [Sun, 16 Mar 2003 00:06:59 +0000 (00:06 +0000)]
(Vmenu_events): New var.
(syms_of_keymap): Initialize it.
(where_is_internal): Check more carefully what is a menu event.

21 years ago(indent-for-tab-command): If tab-always-indent is non-nil
Stefan Monnier [Fri, 14 Mar 2003 23:11:20 +0000 (23:11 +0000)]
(indent-for-tab-command): If tab-always-indent is non-nil
and the user hits TAB a second time, just insert a tab.

21 years ago(read1): After #!, exit loop on eof.
Richard M. Stallman [Fri, 14 Mar 2003 23:05:10 +0000 (23:05 +0000)]
(read1): After #!, exit loop on eof.

21 years ago* files.el (recover-session): Error if there are no previous
John Paul Wallington [Fri, 14 Mar 2003 22:38:46 +0000 (22:38 +0000)]
* files.el (recover-session): Error if there are no previous
sessions to recover.

* subr.el (posn-col-row): Simplify.

* arc-mode.el (archive-subtype, archive-file-list-start)
(archive-file-list-end, archive-proper-file-start)
(archive-read-only, archive-local-name, archive-mode-map)
(archive-file-name-indent, archive-remote)
(archive-alternate-display, archive-superior-buffer)
(archive-subfile-mode): Doc fixes.

21 years ago(texinfo-outline-level): Remove.
Stefan Monnier [Fri, 14 Mar 2003 22:29:13 +0000 (22:29 +0000)]
(texinfo-outline-level): Remove.
(texinfo-mode): Set outline-heading-alist instead.
(texinfo-section-list): Reorder for the needs of outline-heading-alist.
(texinfo-insert-block): Don't cons needlessly.
(texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
(texinfo-insert-quote): Use them.

21 years ago*** empty log message ***
Stefan Monnier [Fri, 14 Mar 2003 21:56:25 +0000 (21:56 +0000)]
*** empty log message ***

21 years ago(outline-level): Demote it to defvar.
Stefan Monnier [Fri, 14 Mar 2003 21:43:53 +0000 (21:43 +0000)]
(outline-level): Demote it to defvar.
(outline-heading-alist): Document extended semantics.
(outline-head-from-level): New fun.
(outline-promote, outline-demote): Use it.
(outline-show-heading): New fun.
(hide-sublevels, show-children): Use it together with outline-map-region.
(outline-get-next-sibling): Don't call outline-level at eob.

21 years ago*** empty log message ***
Stefan Monnier [Fri, 14 Mar 2003 20:49:04 +0000 (20:49 +0000)]
*** empty log message ***

21 years agogtkutil.h: Add declaration for xg_frame_cleared.
Jan Djärv [Fri, 14 Mar 2003 19:14:54 +0000 (19:14 +0000)]
gtkutil.h: Add declaration for xg_frame_cleared.

21 years agoClear frame didn't redraw scrollbars, fixed that.
Jan Djärv [Fri, 14 Mar 2003 19:13:17 +0000 (19:13 +0000)]
Clear frame didn't redraw scrollbars, fixed that.

21 years agoReduce flicker in GTK scrollbars.
Jan Djärv [Fri, 14 Mar 2003 18:34:18 +0000 (18:34 +0000)]
Reduce flicker in GTK scrollbars.

21 years ago*** empty log message ***
Simon Josefsson [Fri, 14 Mar 2003 16:22:57 +0000 (16:22 +0000)]
*** empty log message ***

21 years ago(fringe-mode): Autoload so that
Simon Josefsson [Fri, 14 Mar 2003 16:13:50 +0000 (16:13 +0000)]
(fringe-mode): Autoload so that
Options->Show/Hide->Fringe->Customize works.

21 years ago(ucs-tables): Don't require.
Dave Love [Thu, 13 Mar 2003 23:02:19 +0000 (23:02 +0000)]
(ucs-tables): Don't require.
(latin1-display-face): New.
(latin1-display-char): Use it.

21 years ago(outline-mode-menu-bar-map): Add entries.
Stefan Monnier [Thu, 13 Mar 2003 18:15:07 +0000 (18:15 +0000)]
(outline-mode-menu-bar-map): Add entries.
(outline-mode-prefix-map): Match new bindings to those of allout.
(outline-map-region): New fun.
(outline-map-tree): Remove.
(outline-promote, outline-demote): Apply to region if active.
Change the default to apply to the subtree.
(outline-move-subtree-up, outline-move-subtree-down): New funs.
(outline-invisible-p): Add optional `pos' argument.
(outline-next-visible-heading, outline-toggle-children): Use it.
(outline-get-next-sibling): Don't call outline-level at eob.

21 years ago(custom-set-minor-mode): New fun.
Stefan Monnier [Thu, 13 Mar 2003 18:10:41 +0000 (18:10 +0000)]
(custom-set-minor-mode): New fun.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Mar 2003 11:38:35 +0000 (11:38 +0000)]
*** empty log message ***

21 years ago(Fdetect_coding_region): Fix docstring.
Kenichi Handa [Thu, 13 Mar 2003 11:32:18 +0000 (11:32 +0000)]
(Fdetect_coding_region): Fix docstring.

21 years ago(Fdetect_coding_string): Fix docstring.
Kenichi Handa [Thu, 13 Mar 2003 11:16:16 +0000 (11:16 +0000)]
(Fdetect_coding_string): Fix docstring.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Mar 2003 08:41:15 +0000 (08:41 +0000)]
*** empty log message ***

21 years ago(iso-latin-1): Moved from european.el.
Kenichi Handa [Thu, 13 Mar 2003 08:35:07 +0000 (08:35 +0000)]
(iso-latin-1): Moved from european.el.

21 years ago(iso-latin-1): Definition of this coding
Kenichi Handa [Thu, 13 Mar 2003 08:34:22 +0000 (08:34 +0000)]
(iso-latin-1): Definition of this coding
system moved to mule-conf.el.

21 years ago(reset-language-environment): Set
Kenichi Handa [Thu, 13 Mar 2003 08:32:17 +0000 (08:32 +0000)]
(reset-language-environment): Set
default-file-name-coding-system to iso-latin-1.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Mar 2003 06:27:57 +0000 (06:27 +0000)]
*** empty log message ***

21 years ago(x-select-text): Don't set a text containing
Kenichi Handa [Thu, 13 Mar 2003 06:23:59 +0000 (06:23 +0000)]
(x-select-text): Don't set a text containing
eight-bit-control/graphic into the cut buffer.

21 years ago.
Andreas Schwab [Thu, 13 Mar 2003 00:10:12 +0000 (00:10 +0000)]
.

21 years agoAdd prototype for create_menus.
Andreas Schwab [Thu, 13 Mar 2003 00:07:29 +0000 (00:07 +0000)]
Add prototype for create_menus.

21 years ago.
Andreas Schwab [Wed, 12 Mar 2003 23:49:49 +0000 (23:49 +0000)]
.

21 years ago(selection_data_to_lisp_data): Use int instead of
Andreas Schwab [Wed, 12 Mar 2003 23:48:40 +0000 (23:48 +0000)]
(selection_data_to_lisp_data): Use int instead of
long for an integer of size 4.

21 years ago(long_to_cons): Fix type of top.
Andreas Schwab [Wed, 12 Mar 2003 23:46:41 +0000 (23:46 +0000)]
(long_to_cons): Fix type of top.

21 years ago(xg_tool_bar_help_callback): Add missing return value.
Andreas Schwab [Wed, 12 Mar 2003 23:28:03 +0000 (23:28 +0000)]
(xg_tool_bar_help_callback): Add missing return value.

21 years ago.
Andreas Schwab [Wed, 12 Mar 2003 23:26:15 +0000 (23:26 +0000)]
.

21 years ago(xg_update_frame_menubar): Add missing return value.
Andreas Schwab [Wed, 12 Mar 2003 23:24:52 +0000 (23:24 +0000)]
(xg_update_frame_menubar): Add missing return value.

21 years agoMake last change compile on non-X systems.
Kim F. Storm [Wed, 12 Mar 2003 22:57:28 +0000 (22:57 +0000)]
Make last change compile on non-X systems.

21 years ago(x_term_init) [USE_GTK]: Fix typo.
Andreas Schwab [Wed, 12 Mar 2003 22:56:38 +0000 (22:56 +0000)]
(x_term_init) [USE_GTK]: Fix typo.

21 years ago*** empty log message ***
Juanma Barranquero [Wed, 12 Mar 2003 21:37:27 +0000 (21:37 +0000)]
*** empty log message ***

21 years ago(print_help_and_exit): Print to stdout. Exit successfully. Added some blank
Juanma Barranquero [Wed, 12 Mar 2003 21:36:29 +0000 (21:36 +0000)]
(print_help_and_exit): Print to stdout.  Exit successfully.  Added some blank
lines for readability.
(decode_options): Don't call print_help_and_exit in default case. Print version
information to stdout.
(main): Don't call print_help_and_exit.

21 years ago*** empty log message ***
Stefan Monnier [Wed, 12 Mar 2003 19:22:41 +0000 (19:22 +0000)]
*** empty log message ***

21 years agoUse generic compute_fringe_widths.
Kim F. Storm [Wed, 12 Mar 2003 12:12:26 +0000 (12:12 +0000)]
Use generic compute_fringe_widths.

21 years agoThe following changes consolidates the fringe handling from
Kim F. Storm [Wed, 12 Mar 2003 12:11:00 +0000 (12:11 +0000)]
The following changes consolidates the fringe handling from
xterm.c, w32term.c, and macterm.c into xdisp.c.

* xdisp.c: Consolidate fringe handling code here.
(left_bits, right_bits, continued_bits, continuation_bits)
(ov_bits, zv_bits): Define fringe bitmaps.
(fringe_bitmaps): New array holding fringe bitmaps.
(draw_fringe_bitmap): Draw a specific bitmap; call display
specific drawing routine via rif->draw_fringe_bitmap.
(draw_row_fringe_bitmaps): Generic replacement for
x_draw_row_fringe_bitmaps; all callers changed.
(compute_fringe_widths): Generic replacement for
x_compute_fringe_widths; all callers changed.

21 years agoRemove generic fringe code.
Kim F. Storm [Wed, 12 Mar 2003 12:10:36 +0000 (12:10 +0000)]
Remove generic fringe code.
(x_draw_fringe_bitmap): Only perform actual fringe drawing.
(x_redisplay_interface): Add x_draw_fringe_bitmap member.

21 years agoRemove generic fringe code.
Kim F. Storm [Wed, 12 Mar 2003 12:10:19 +0000 (12:10 +0000)]
Remove generic fringe code.
(w32_draw_fringe_bitmap): Only perform actual fringe drawing.
(w32_redisplay_interface): Add w32_draw_fringe_bitmap member.

21 years ago(enum fringe_bitmap_type): Define here.
Kim F. Storm [Wed, 12 Mar 2003 12:09:39 +0000 (12:09 +0000)]
(enum fringe_bitmap_type): Define here.
(struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
(fringe_bitmaps): Declare extern.
(struct redisplay_interface): New member draw_fringe_bitmap.
(draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.

21 years ago*** empty log message ***
Kim F. Storm [Wed, 12 Mar 2003 12:09:19 +0000 (12:09 +0000)]
*** empty log message ***

21 years ago(insert-directory): Decode by what specified.
Kenichi Handa [Wed, 12 Mar 2003 08:02:32 +0000 (08:02 +0000)]
(insert-directory): Decode by what specified.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 12 Mar 2003 08:02:15 +0000 (08:02 +0000)]
*** empty log message ***

21 years ago(setup-japanese-environment-internal): Prefer japanese-shift-jis on
Kenichi Handa [Wed, 12 Mar 2003 07:39:24 +0000 (07:39 +0000)]
(setup-japanese-environment-internal): Prefer japanese-shift-jis on
DOS and Windows.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 12 Mar 2003 07:38:52 +0000 (07:38 +0000)]
*** empty log message ***

21 years ago(setup-japanese-environment-internal):
Kenichi Handa [Wed, 12 Mar 2003 07:23:51 +0000 (07:23 +0000)]
(setup-japanese-environment-internal):
By defalt, use japanese-iso-8bit for file names.

21 years ago(quail-show-guidance-buf): Make the quail
Kenichi Handa [Wed, 12 Mar 2003 02:37:07 +0000 (02:37 +0000)]
(quail-show-guidance-buf): Make the quail
guidance buffer inherit the current value of
quail-current-package.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 12 Mar 2003 02:36:50 +0000 (02:36 +0000)]
*** empty log message ***

21 years ago(ccl-decode-mule-utf-8): Don't loose
Kenichi Handa [Wed, 12 Mar 2003 00:46:32 +0000 (00:46 +0000)]
(ccl-decode-mule-utf-8): Don't loose
bytes on handling an invalid byte sequence.

21 years ago(auto-mode-alist): Add .xsl for sgml-mode.
Jason Rumney [Tue, 11 Mar 2003 22:17:21 +0000 (22:17 +0000)]
(auto-mode-alist): Add .xsl for sgml-mode.

21 years ago(xml-skip-dtd): Fix parsing of DOCTYPE.
Juanma Barranquero [Tue, 11 Mar 2003 21:59:49 +0000 (21:59 +0000)]
(xml-skip-dtd): Fix parsing of DOCTYPE.

21 years ago(Fprin1_to_string): Return unibyte string if possible.
Stefan Monnier [Tue, 11 Mar 2003 15:52:37 +0000 (15:52 +0000)]
(Fprin1_to_string): Return unibyte string if possible.

21 years ago(posn-col-row): Heed frame parameter `line-spacing' and
John Paul Wallington [Tue, 11 Mar 2003 12:49:20 +0000 (12:49 +0000)]
(posn-col-row): Heed frame parameter `line-spacing' and
`default-line-spacing', rather than buffer-local `line-spacing'.

21 years ago2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
Per Abrahamsen [Mon, 10 Mar 2003 14:06:57 +0000 (14:06 +0000)]
2003-03-10  Per Abrahamsen  <abraham@dina.kvl.dk>

* cus-edit.el (customize-rogue): New command.

21 years ago(vendor-specific-keysyms, x-last-selected-text-primary): Doc fixes.
John Paul Wallington [Mon, 10 Mar 2003 13:30:22 +0000 (13:30 +0000)]
(vendor-specific-keysyms, x-last-selected-text-primary): Doc fixes.
(x-win-suspend-error): Use proper noun in error message.

21 years ago(posn-col-row): Take into account `line-spacing'.
John Paul Wallington [Mon, 10 Mar 2003 13:25:42 +0000 (13:25 +0000)]
(posn-col-row): Take into account `line-spacing'.

21 years ago.
Andreas Schwab [Mon, 10 Mar 2003 13:05:04 +0000 (13:05 +0000)]
.

21 years ago(Info-extract-menu-node-name)
Andreas Schwab [Mon, 10 Mar 2003 13:04:10 +0000 (13:04 +0000)]
(Info-extract-menu-node-name)
(Info-following-node-name): Revert last change.

21 years ago(scheme-mode-syntax-table): Construct
Thien-Thi Nguyen [Mon, 10 Mar 2003 11:35:43 +0000 (11:35 +0000)]
(scheme-mode-syntax-table): Construct
w/o using `with-syntax-table'.

21 years ago*** empty log message ***
John Paul Wallington [Mon, 10 Mar 2003 03:14:46 +0000 (03:14 +0000)]
*** empty log message ***

21 years ago(electric-buffer-update-highlight): Do nothing
John Paul Wallington [Mon, 10 Mar 2003 03:06:13 +0000 (03:06 +0000)]
(electric-buffer-update-highlight): Do nothing
if major mode isn't `Electric-buffer-menu-mode'.

21 years agops-print fix
Vinicius Jose Latorre [Mon, 10 Mar 2003 01:09:05 +0000 (01:09 +0000)]
ps-print fix

21 years ago(read_process_output): We have allocated enough space
David Kastrup [Sun, 9 Mar 2003 22:48:08 +0000 (22:48 +0000)]
(read_process_output): We have allocated enough space
for readmax and carryover, so actually use the alloted space.

21 years ago*** empty log message ***
David Kastrup [Sun, 9 Mar 2003 22:47:22 +0000 (22:47 +0000)]
*** empty log message ***

21 years agoImplement Ctrl-Mouse-2 (split vertically) for toolkit scrollbars
Jan Djärv [Sun, 9 Mar 2003 20:43:04 +0000 (20:43 +0000)]
Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbars

21 years agoAnother fix for BadGC.
Jan Djärv [Sun, 9 Mar 2003 20:41:39 +0000 (20:41 +0000)]
Another fix for BadGC.

21 years ago* man.el (Man-getpage-in-background): Always use `setenv' for
Kai Großjohann [Sun, 9 Mar 2003 14:05:25 +0000 (14:05 +0000)]
* man.el (Man-getpage-in-background): Always use `setenv' for
environment variables, instead of modifying process-environment
directly.  The previous version let-bound process-environment --
the let-binding is skipped for GROFF_NO_SGR because there is
already a let-binding in effect in some outer scope.

* emulation/crisp.el (top-level): Interoperate with cua.

21 years agoProvide `cua' feature.
Kim F. Storm [Sat, 8 Mar 2003 19:38:02 +0000 (19:38 +0000)]
Provide `cua' feature.

21 years ago* gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
Jan Djärv [Sat, 8 Mar 2003 15:57:47 +0000 (15:57 +0000)]
* gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
struct image* when desciding to update (struct image* may have been
deleted from the image cache).

21 years ago*** empty log message ***
Juanma Barranquero [Sat, 8 Mar 2003 14:58:25 +0000 (14:58 +0000)]
*** empty log message ***

21 years ago(cua--standard-movement-commands): Fix docstring.
Juanma Barranquero [Sat, 8 Mar 2003 14:47:14 +0000 (14:47 +0000)]
(cua--standard-movement-commands): Fix docstring.

21 years ago* xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
Jan Djärv [Sat, 8 Mar 2003 10:16:04 +0000 (10:16 +0000)]
* xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
the event isn't for a frame (i.e. for dialogs).

21 years agoRemove superfluous font-lock for dcl-mode entry.
Thien-Thi Nguyen [Sat, 8 Mar 2003 02:13:59 +0000 (02:13 +0000)]
Remove superfluous font-lock for dcl-mode entry.

21 years ago(Man-getpage-in-background): Only change
Kai Großjohann [Fri, 7 Mar 2003 21:04:54 +0000 (21:04 +0000)]
(Man-getpage-in-background): Only change
default-directory if necessary.

21 years ago*** empty log message ***
Andreas Schwab [Fri, 7 Mar 2003 11:39:43 +0000 (11:39 +0000)]
*** empty log message ***

21 years ago(Info-following-node-name): Skip trailing period.
Andreas Schwab [Fri, 7 Mar 2003 11:34:40 +0000 (11:34 +0000)]
(Info-following-node-name): Skip trailing period.
(Info-extract-menu-node-name): Allow period in node name.

21 years agoMove recent DCL blurb from under "Installation Changes" to "Changes in".
Thien-Thi Nguyen [Fri, 7 Mar 2003 09:10:09 +0000 (09:10 +0000)]
Move recent DCL blurb from under "Installation Changes" to "Changes in".

21 years agoMention `dcl-font-lock-keywords' and `dcl-font-lock-defaults'.
Thien-Thi Nguyen [Fri, 7 Mar 2003 09:05:19 +0000 (09:05 +0000)]
Mention `dcl-font-lock-keywords' and `dcl-font-lock-defaults'.

21 years ago(dired-guess-shell-case-fold-search): New user option.
Juanma Barranquero [Fri, 7 Mar 2003 08:28:46 +0000 (08:28 +0000)]
(dired-guess-shell-case-fold-search): New user option.
(dired-guess-default): Use it.

21 years ago(CODING_ADD_COMPOSITION_COMPONENT): If the number of
Kenichi Handa [Fri, 7 Mar 2003 02:18:35 +0000 (02:18 +0000)]
(CODING_ADD_COMPOSITION_COMPONENT): If the number of
composition components reaches the limit, terminate composing.
(COMPOSITION_OK): New macro.
(detect_coding_iso2022): Use it if an escapse sequence for
composition is found.
(coding_restore_composition): Adjust the number of composition
components if it is not sane.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 7 Mar 2003 02:13:45 +0000 (02:13 +0000)]
*** empty log message ***

21 years ago(dcl-font-lock-keywords, dcl-font-lock-defaults): New vars.
Thien-Thi Nguyen [Thu, 6 Mar 2003 23:14:23 +0000 (23:14 +0000)]
(dcl-font-lock-keywords, dcl-font-lock-defaults): New vars.
(dcl-mode): Make and init local var `font-lock-defaults'.

21 years ago*** empty log message ***
Juanma Barranquero [Thu, 6 Mar 2003 20:35:23 +0000 (20:35 +0000)]
*** empty log message ***