bpt/emacs.git
21 years ago(overlays_in): Declare static.
Stefan Monnier [Tue, 25 Mar 2003 16:20:38 +0000 (16:20 +0000)]
(overlays_in): Declare static.
(syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
`constant' field rather than the variable's `type' field.

21 years ago.
Andreas Schwab [Mon, 24 Mar 2003 22:38:56 +0000 (22:38 +0000)]
.

21 years agoRemove extra TAB in Greek entries.
Andreas Schwab [Mon, 24 Mar 2003 22:38:34 +0000 (22:38 +0000)]
Remove extra TAB in Greek entries.

21 years agoAllow building on Mac OS X again after Kim's merging of display code.
Andrew Choi [Mon, 24 Mar 2003 19:59:08 +0000 (19:59 +0000)]
Allow building on Mac OS X again after Kim's merging of display code.

21 years ago(define-minor-mode): Use custom-set-minor-mode.
Stefan Monnier [Mon, 24 Mar 2003 17:41:43 +0000 (17:41 +0000)]
(define-minor-mode): Use custom-set-minor-mode.
Pass unknown keyword args blindly to defcustom.

21 years ago(easy-menu-add-item): Align the docstring with the code.
Stefan Monnier [Mon, 24 Mar 2003 17:29:20 +0000 (17:29 +0000)]
(easy-menu-add-item): Align the docstring with the code.

21 years ago(easy-menu-add-item): Don't default to the global map.
John Paul Wallington [Mon, 24 Mar 2003 12:21:02 +0000 (12:21 +0000)]
(easy-menu-add-item): Don't default to the global map.

21 years ago(cua-set-mark): Check pop-global-mark-quick-repeat.
Kim F. Storm [Mon, 24 Mar 2003 11:01:17 +0000 (11:01 +0000)]
(cua-set-mark): Check pop-global-mark-quick-repeat.

21 years agotypo
Kim F. Storm [Mon, 24 Mar 2003 11:01:00 +0000 (11:01 +0000)]
typo

21 years agoRework last change so C-x C-SPC C-SPC does not
Kim F. Storm [Mon, 24 Mar 2003 11:00:39 +0000 (11:00 +0000)]
Rework last change so C-x C-SPC C-SPC does not
repeat pop-global-mark by default.
(pop-global-mark-quick-repeat): New user option.
(set-mark-command): Use it.

21 years ago*** empty log message ***
Kim F. Storm [Mon, 24 Mar 2003 10:57:09 +0000 (10:57 +0000)]
*** empty log message ***

21 years ago(emerge-show-file-name): Read event irrespective of whether minibuffer
John Paul Wallington [Mon, 24 Mar 2003 08:53:46 +0000 (08:53 +0000)]
(emerge-show-file-name): Read event irrespective of whether minibuffer
window is resized.  Clear minibuffer when done.

21 years ago(customize-create-theme): Rename from
John Paul Wallington [Mon, 24 Mar 2003 06:08:32 +0000 (06:08 +0000)]
(customize-create-theme): Rename from
`custom-theme-create'.

21 years ago(redisplay_window): If mini window's buffer is not
John Paul Wallington [Mon, 24 Mar 2003 03:33:53 +0000 (03:33 +0000)]
(redisplay_window): If mini window's buffer is not
empty, then redisplay it like other windows.

21 years ago2003-03-24 Luc Teirlinck <teirllm@mail.auburn.edu>
John Paul Wallington [Mon, 24 Mar 2003 01:46:29 +0000 (01:46 +0000)]
2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>

* cus-edit.el (custom-mode): Make `custom-local-buffer' local.

21 years agoAdd dns-lookup-program wrapper
Peter Breton [Sun, 23 Mar 2003 13:39:14 +0000 (13:39 +0000)]
Add dns-lookup-program wrapper

21 years ago(w32_draw_window_cursor): Fix last change.
Kim F. Storm [Sun, 23 Mar 2003 11:38:55 +0000 (11:38 +0000)]
(w32_draw_window_cursor): Fix last change.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 23 Mar 2003 11:38:33 +0000 (11:38 +0000)]
*** empty log message ***

21 years agoSetup categories for Indian characters.
Kenichi Handa [Sun, 23 Mar 2003 02:22:11 +0000 (02:22 +0000)]
Setup categories for Indian characters.

21 years ago(make_string_from_bytes, make_specified_string):
Kenichi Handa [Sun, 23 Mar 2003 02:08:35 +0000 (02:08 +0000)]
(make_string_from_bytes, make_specified_string):
Prototypes adjusted.

21 years ago*** empty log message ***
Martin Stjernholm [Sun, 23 Mar 2003 02:07:31 +0000 (02:07 +0000)]
*** empty log message ***

21 years ago(make_string_from_bytes): Add `const' for the arg
Kenichi Handa [Sun, 23 Mar 2003 02:07:13 +0000 (02:07 +0000)]
(make_string_from_bytes): Add `const' for the arg
CONTENTS.
(make_specified_string): Likewise.

21 years ago(c-parse-state): Added kludge to avoid an infinite loop when Emacs'
Martin Stjernholm [Sun, 23 Mar 2003 01:58:30 +0000 (01:58 +0000)]
(c-parse-state): Added kludge to avoid an infinite loop when Emacs'
open-paren-in-column-zero rule kicks in and causes the sexp functions
to misbehave.

21 years agoRemoved one line too many
Jan Djärv [Sun, 23 Mar 2003 01:09:49 +0000 (01:09 +0000)]
Removed one line too many

21 years ago* xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
Jan Djärv [Sun, 23 Mar 2003 01:03:23 +0000 (01:03 +0000)]
* xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif

21 years agoFinally (?) fix flicker in scroll bar.
Jan Djärv [Sun, 23 Mar 2003 00:59:23 +0000 (00:59 +0000)]
Finally (?) fix flicker in scroll bar.

21 years agoCosmetic changes only.
Kim F. Storm [Sat, 22 Mar 2003 21:44:38 +0000 (21:44 +0000)]
Cosmetic changes only.

21 years agoFix long lines.
Kim F. Storm [Sat, 22 Mar 2003 21:41:03 +0000 (21:41 +0000)]
Fix long lines.

21 years ago*** empty log message ***
Stefan Monnier [Sat, 22 Mar 2003 20:54:45 +0000 (20:54 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Peter Breton [Sat, 22 Mar 2003 13:19:51 +0000 (13:19 +0000)]
*** empty log message ***

21 years agoUse fixes to rul-generic-mode, contributed by "Rolf Sandau" <Rolf.Sandau@marconi...
Peter Breton [Sat, 22 Mar 2003 13:00:38 +0000 (13:00 +0000)]
Use fixes to rul-generic-mode, contributed by "Rolf Sandau" <Rolf.Sandau@marconi.com>
Add etc-modules-conf-generic-mode

21 years agoRemove timestamp
Peter Breton [Sat, 22 Mar 2003 12:49:03 +0000 (12:49 +0000)]
Remove timestamp
Add dirtrack-cygwin-directory-function

21 years agoAdd file-cache-add-directory-recursively function
Peter Breton [Sat, 22 Mar 2003 12:43:50 +0000 (12:43 +0000)]
Add file-cache-add-directory-recursively function
Add file-cache-complete function
Add file-cache-display function

21 years agoMake sure space precedes end-of-line backslashes.
Thien-Thi Nguyen [Sat, 22 Mar 2003 01:35:32 +0000 (01:35 +0000)]
Make sure space precedes end-of-line backslashes.

21 years ago(ido-mode): Remove unused NOBIND arg. Fix doc string accordingly.
Kim F. Storm [Sat, 22 Mar 2003 01:21:09 +0000 (01:21 +0000)]
(ido-mode): Remove unused NOBIND arg. Fix doc string accordingly.
(ido-define-mode-map): Bind C-l for both file and dir modes.
(ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
Let-bind enable-recursive-minibuffers to t around read-string.

21 years ago*** empty log message ***
Kim F. Storm [Sat, 22 Mar 2003 01:20:44 +0000 (01:20 +0000)]
*** empty log message ***

21 years ago(setup-default-fontset): Use
Kenichi Handa [Sat, 22 Mar 2003 01:08:45 +0000 (01:08 +0000)]
(setup-default-fontset): Use
indian-font-char-range for specifying ranges of indian-glyph
chars.  Setup for AKRUTI fonts.

21 years ago(indian-font-foundry): New variable.
Kenichi Handa [Sat, 22 Mar 2003 01:07:17 +0000 (01:07 +0000)]
(indian-font-foundry): New variable.
(indian-script-language-alist): New variable.
(indian-font-char-index-table): New variable.
(indian-font-char): New function.
(indian-font-char-range): New function.
(font-ccl-encoder-alist): Add entry for AKRUTI font.

21 years ago(cperl-electric-backspace): Add delete-selection property.
Kim F. Storm [Sat, 22 Mar 2003 00:40:00 +0000 (00:40 +0000)]
(cperl-electric-backspace): Add delete-selection property.

21 years ago*** empty log message ***
Kim F. Storm [Sat, 22 Mar 2003 00:39:38 +0000 (00:39 +0000)]
*** empty log message ***

21 years ago(cua-set-mark): Doc fixes.
Kim F. Storm [Sat, 22 Mar 2003 00:18:12 +0000 (00:18 +0000)]
(cua-set-mark): Doc fixes.
Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
C-u C-u C-SPC now unconditionally sets the mark.

21 years ago*** empty log message ***
Kim F. Storm [Sat, 22 Mar 2003 00:17:48 +0000 (00:17 +0000)]
*** empty log message ***

21 years ago(set-mark-command): Doc fixes.
Kim F. Storm [Fri, 21 Mar 2003 23:49:23 +0000 (23:49 +0000)]
(set-mark-command): Doc fixes.
Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
C-u C-u C-SPC now unconditionally sets the mark.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Mar 2003 23:48:53 +0000 (23:48 +0000)]
*** empty log message ***

21 years agoFix compilation with --with-x=no.
Kim F. Storm [Fri, 21 Mar 2003 23:08:04 +0000 (23:08 +0000)]
Fix compilation with --with-x=no.

21 years ago(STORE_NATIVE_RECT): New macro.
Kim F. Storm [Fri, 21 Mar 2003 23:00:21 +0000 (23:00 +0000)]
(STORE_NATIVE_RECT): New macro.

21 years ago* xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
Kim F. Storm [Fri, 21 Mar 2003 22:56:52 +0000 (22:56 +0000)]
* xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
Add generic versions here.  Remove system specific versions
defined elsewhere.

21 years ago(pixel_to_glyph_coords, glyph_to_pixel_coords):
Kim F. Storm [Fri, 21 Mar 2003 22:55:56 +0000 (22:55 +0000)]
(pixel_to_glyph_coords, glyph_to_pixel_coords):
Add prototypes.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Mar 2003 22:55:37 +0000 (22:55 +0000)]
*** empty log message ***

21 years ago(get_glyph_string_clip_rect): Use FRAME_INTERNAL_BORDER_WIDTH.
Kim F. Storm [Fri, 21 Mar 2003 21:48:44 +0000 (21:48 +0000)]
(get_glyph_string_clip_rect): Use FRAME_INTERNAL_BORDER_WIDTH.

21 years ago(struct redisplay_interface): Add active_p argument to
Kim F. Storm [Fri, 21 Mar 2003 21:47:46 +0000 (21:47 +0000)]
(struct redisplay_interface): Add active_p argument to
draw_window_cursor member.  All uses changed.

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

21 years agoFix compilation for --with-x=no.
Kim F. Storm [Fri, 21 Mar 2003 14:23:32 +0000 (14:23 +0000)]
Fix compilation for --with-x=no.

21 years ago(xdisp.c.x): Add dependency on blockinput.h and
Kim F. Storm [Fri, 21 Mar 2003 14:05:27 +0000 (14:05 +0000)]
(xdisp.c.x):  Add dependency on blockinput.h and
files included from it.  Add dependency on keymap.h.

21 years ago*** empty log message ***
Kim F. Storm [Fri, 21 Mar 2003 14:05:12 +0000 (14:05 +0000)]
*** empty log message ***

21 years ago(No_Cursor): Declare as None for X.
Kim F. Storm [Fri, 21 Mar 2003 13:52:57 +0000 (13:52 +0000)]
(No_Cursor): Declare as None for X.
(struct mac_output): Replace member cross_cursor by hand_cursor.

21 years ago* xterm.c: Remove consolidated defines and code.
Kim F. Storm [Fri, 21 Mar 2003 13:52:48 +0000 (13:52 +0000)]
* xterm.c: Remove consolidated defines and code.
(BETWEEN): Remove unused macro.
(x_draw_vertical_window_border, x_shift_glyphs_for_insert)
(x_define_frame_cursor, x_clear_frame_area)
(x_draw_window_cursor): New X-specific functions for RIF.
(x_redisplay_interface): Add new members.

21 years agoSetup and use hand_cursor instead of cross_cursor.
Kim F. Storm [Fri, 21 Mar 2003 13:52:37 +0000 (13:52 +0000)]
Setup and use hand_cursor instead of cross_cursor.

21 years agoThe following changes consolidate code related to writing and
Kim F. Storm [Fri, 21 Mar 2003 13:52:28 +0000 (13:52 +0000)]
The following changes consolidate code related to writing and
inserting glyphs, exposing frame, the tool bar, the mouse face,
the output cursor, and help echo from xterm.c, w32term.c and
macterm.c into xdisp.c.  It also generalizes the use of the
window_part enum instead of using numeric values throughout.

* xdisp.c: Consolidate gui-independent code here.
Include keymap.h.
(Qhelp_echo): Import.
(mouse_autoselect_window, x_stretch_cursor_p): Declare here.
(help_echo_string, help_echo_window, help_echo_object)
(previous_help_echo_string, help_echo_pos): Declare here.
(output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
(estimate_mode_line_height): Define here.  Handle windowing
systems directly (without using estimate_mode_line_height_hook).
(x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
(update_window_cursor, update_cursor_in_window_tree)
(fast_find_position, fast_find_string_pos)
(note_mode_line_highlight, note_mode_line_or_margin_highlight)
(expose_area, expose_line, expose_overlaps, expose_window)
(expose_window_tree, phys_cursor_in_rect_p): New generic versions;
declared static as they are only used locally in xdisp.c.
(draw_glyphs): Rename from x_draw_glyphs and make static.
(tool_bar_item_info, notice_overwritten_cursor): Make static.
(frame_to_window_pixel_xy, get_glyph_string_clip_rect)
(set_output_cursor, x_cursor_to, handle_tool_bar_click)
(x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
(x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
(display_and_set_cursor, x_update_cursor, x_clear_cursor)
(show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
(note_mouse_highlight, x_clear_window_mouse_face)
(cancel_mouse_face, x_draw_vertical_border, expose_frame)
(x_intersect_rectangles): New generic functions for use by xdisp.c
and GUI front-ends.
(syms_of_xdisp): Initialize and staticpro help_echo* variables.
Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.

21 years ago(window_from_coordinates): Fix prototype.
Kim F. Storm [Fri, 21 Mar 2003 13:52:14 +0000 (13:52 +0000)]
(window_from_coordinates): Fix prototype.

21 years ago* window.c (enum window_part): Move to dispextern.h.
Kim F. Storm [Fri, 21 Mar 2003 13:52:06 +0000 (13:52 +0000)]
* window.c (enum window_part): Move to dispextern.h.
(coordinates_in_window): Use enum window_part member names
instead of numbers to describe return value.
(struct check_window_data): Change part member to window_part.
(check_window_containing): Return window_part unaltered.
(window_from_coordinates): Change part arg from int to enum
window_part.  Allow part arg to be null.  All users changed.

21 years ago(struct w32_output): Remove cross_cursor member.
Kim F. Storm [Fri, 21 Mar 2003 13:51:52 +0000 (13:51 +0000)]
(struct w32_output): Remove cross_cursor member.

21 years ago* w32term.c: Remove consolidated defines and code.
Kim F. Storm [Fri, 21 Mar 2003 13:51:43 +0000 (13:51 +0000)]
* w32term.c: Remove consolidated defines and code.
(BETWEEN): Remove unused macro.
(w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
(w32_define_frame_cursor, w32_clear_frame_area)
(w32_draw_window_cursor): New W32-specific functions for RIF.
(w32_redisplay_interface): Add new members.

21 years ago(No_Cursor): Define as 0 for W32.
Kim F. Storm [Fri, 21 Mar 2003 13:51:33 +0000 (13:51 +0000)]
(No_Cursor):  Define as 0 for W32.
(XRectangle): Add X compatible rectangle type.
(NativeRectangle): Declare as RECT for W32.
(CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.

21 years agoRemove setup of cross_cursor (already has hand_cursor).
Kim F. Storm [Fri, 21 Mar 2003 13:51:25 +0000 (13:51 +0000)]
Remove setup of cross_cursor (already has hand_cursor).

21 years agoRemove consolidated defines and code.
Kim F. Storm [Fri, 21 Mar 2003 13:51:17 +0000 (13:51 +0000)]
Remove consolidated defines and code.

21 years ago(estimate_mode_line_height): Move to xdisp.c.
Kim F. Storm [Fri, 21 Mar 2003 13:51:06 +0000 (13:51 +0000)]
(estimate_mode_line_height): Move to xdisp.c.

21 years ago(Display_Info): Add generic typedef.
Kim F. Storm [Fri, 21 Mar 2003 13:50:50 +0000 (13:50 +0000)]
(Display_Info): Add generic typedef.

21 years agoRemove consolidated defines and code.
Kim F. Storm [Fri, 21 Mar 2003 13:50:39 +0000 (13:50 +0000)]
Remove consolidated defines and code.
(IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.

21 years ago(xdisp.o): Add dependency on keymap.h.
Kim F. Storm [Fri, 21 Mar 2003 13:50:27 +0000 (13:50 +0000)]
(xdisp.o): Add dependency on keymap.h.

21 years ago(struct mac_output): Replace member cross_cursor by
Kim F. Storm [Fri, 21 Mar 2003 13:50:20 +0000 (13:50 +0000)]
(struct mac_output): Replace member cross_cursor by
hand_cursor.
(activate_scroll_bars, deactivate_scroll_bars): Add prototypes.

21 years ago* macterm.c: Remove consolidated defines and code.
Kim F. Storm [Fri, 21 Mar 2003 13:50:10 +0000 (13:50 +0000)]
* macterm.c: Remove consolidated defines and code.
(BETWEEN): Remove unused macro.
(mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
(mac_define_frame_cursor, mac_clear_frame_area)
(mac_draw_window_cursor): New Mac-specific functions for RIF.
(x_redisplay_interface): Add new members.

21 years ago(No_Cursor): Define as 0 for Mac.
Kim F. Storm [Fri, 21 Mar 2003 13:49:57 +0000 (13:49 +0000)]
(No_Cursor): Define as 0 for Mac.
(XRectangle): Add X compatible rectangle type.
(NativeRectangle): Declare as Rect for Mac.
(CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.

21 years ago(x_set_mouse_color): Setup hand_cursor instead of cross_cursor.
Kim F. Storm [Fri, 21 Mar 2003 13:49:48 +0000 (13:49 +0000)]
(x_set_mouse_color): Setup hand_cursor instead of cross_cursor.
(x_set_cursor_color): Use x_display_and_set_cursor instead of x_display_cursor.

21 years ago(make_lispy_event): Use enum window_part.
Kim F. Storm [Fri, 21 Mar 2003 13:49:39 +0000 (13:49 +0000)]
(make_lispy_event): Use enum window_part.

21 years ago(mode_line_string, marginal_area_string): Use enum
Kim F. Storm [Fri, 21 Mar 2003 13:49:31 +0000 (13:49 +0000)]
(mode_line_string, marginal_area_string): Use enum
window_part instead of int in arg list.  Users changed.

21 years ago* dispextern.h (Display_Info): Generic typedef for *_display_info.
Kim F. Storm [Fri, 21 Mar 2003 13:49:19 +0000 (13:49 +0000)]
* dispextern.h (Display_Info): Generic typedef for *_display_info.
(NativeRectangle): Generic typedef for rectangle type.
(enum window_part): Move here from window.c.
(struct redisplay_interface): New members flush_display_optional,
define_frame_cursor, clear_frame_area, draw_window_cursor,
draw_vertical_window_border, shift_glyphs_for_insert.
Rename member clear_mouse_face to clear_window_mouse_face.
(estimate_mode_line_height_hook): Remove hook.
(auto_raise_tool_bar_buttons_p): Don't declare extern.
(tool_bar_item_info): Remove prototype.
(help_echo_string, help_echo_window, help_echo_object)
(previous_help_echo_string, help_echo_pos)
(last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
(x_stretch_cursor_p, output_cursor): Declare extern.
(x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
(x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
(x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
(display_and_set_cursor, set_output_cursor, x_cursor_to)
(x_update_cursor, x_clear_cursor, x_draw_vertical_border)
(frame_to_window_pixel_xy, get_glyph_string_clip_rect)
(note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
(handle_tool_bar_click, clear_mouse_face, show_mouse_face)
(cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
Add prototypes.
(mode_line_string, marginal_area_string): Fix prototypes.

21 years ago(xdisp.o): Add dependency on blockinput.h and files
Kim F. Storm [Fri, 21 Mar 2003 13:48:50 +0000 (13:48 +0000)]
(xdisp.o):  Add dependency on blockinput.h and files
included from it.  Add dependency on keymap.h.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 21 Mar 2003 05:55:03 +0000 (05:55 +0000)]
*** empty log message ***

21 years ago(Fexpand_file_name): Fix previous change.
Kenichi Handa [Fri, 21 Mar 2003 05:45:23 +0000 (05:45 +0000)]
(Fexpand_file_name): Fix previous change.

21 years ago(xml-parse-attlist): typo in attribute parsing.
Juanma Barranquero [Thu, 20 Mar 2003 18:01:58 +0000 (18:01 +0000)]
(xml-parse-attlist): typo in attribute parsing.

21 years ago(ccl-decode-mule-utf-8): Fix a bug of
Kenichi Handa [Wed, 19 Mar 2003 23:36:15 +0000 (23:36 +0000)]
(ccl-decode-mule-utf-8): Fix a bug of
invalid 5 to 6 bytes sequence.

21 years ago(makefile-font-lock-syntactic-keywords): New variable.
Juanma Barranquero [Wed, 19 Mar 2003 22:25:11 +0000 (22:25 +0000)]
(makefile-font-lock-syntactic-keywords): New variable.
(makefile-mode): Use it for value of font-lock-syntactic-keywords.

21 years ago(custom-theme-create): Add autoload cookie.
John Paul Wallington [Wed, 19 Mar 2003 17:17:58 +0000 (17:17 +0000)]
(custom-theme-create): Add autoload cookie.

21 years ago(cvs-mode-tag): Docstring improvement.
Stefan Monnier [Wed, 19 Mar 2003 14:34:24 +0000 (14:34 +0000)]
(cvs-mode-tag): Docstring improvement.

21 years agoRelease instructions added.
Francesco Potortì [Wed, 19 Mar 2003 13:02:12 +0000 (13:02 +0000)]
Release instructions added.

21 years ago(make_specified_string): Fix previous change.
Kenichi Handa [Wed, 19 Mar 2003 12:24:43 +0000 (12:24 +0000)]
(make_specified_string): Fix previous change.

21 years ago(Fread_file_name): Fix previous change.
Kenichi Handa [Wed, 19 Mar 2003 12:09:37 +0000 (12:09 +0000)]
(Fread_file_name): Fix previous change.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 19 Mar 2003 11:58:43 +0000 (11:58 +0000)]
*** empty log message ***

21 years ago* dired.el (dired-get-filename): Pay attention to the case that
Kenichi Handa [Wed, 19 Mar 2003 11:58:25 +0000 (11:58 +0000)]
* dired.el (dired-get-filename): Pay attention to the case that
`read' returns a unibyte string.  Don't encode the file name by
buffer-file-coding-system.

21 years ago(Ffile_name_directory): Reconstruct file name by
Kenichi Handa [Wed, 19 Mar 2003 11:54:57 +0000 (11:54 +0000)]
(Ffile_name_directory): Reconstruct file name by
make_specified_string.
(Ffile_name_nondirectory, Ffile_name_as_directory)
(Fdirectory_file_name, Fexpand_file_name)
(Fsubstitute_in_file_name): Likewise.
(Fread_file_name): Compare decoded homedir with DIR and
DEFAULT_FILENAME.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 19 Mar 2003 11:37:35 +0000 (11:37 +0000)]
*** empty log message ***

21 years ago("Latin-6"): Fix input-method.
Kenichi Handa [Wed, 19 Mar 2003 11:11:50 +0000 (11:11 +0000)]
("Latin-6"): Fix input-method.
("Latin-7"): Fix input-method.

21 years agoFix compilation with --with-x=no.
Kim F. Storm [Tue, 18 Mar 2003 23:46:21 +0000 (23:46 +0000)]
Fix compilation with --with-x=no.

21 years ago* gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
Jan Djärv [Tue, 18 Mar 2003 22:09:06 +0000 (22:09 +0000)]
* gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
    all widgets.

21 years ago*** empty log message ***
Juanma Barranquero [Tue, 18 Mar 2003 21:20:51 +0000 (21:20 +0000)]
*** empty log message ***

21 years ago(Faccessible_keymaps): Remove unused var.
Stefan Monnier [Tue, 18 Mar 2003 19:35:23 +0000 (19:35 +0000)]
(Faccessible_keymaps): Remove unused var.

21 years ago(accessible_keymaps_1): Break cycles but without preventing
Stefan Monnier [Tue, 18 Mar 2003 19:34:31 +0000 (19:34 +0000)]
(accessible_keymaps_1): Break cycles but without preventing
multiple occurrences of the same keymap under different prefixes.
(Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.

21 years agogtkutil.h: Removed xg_ignore_next_thumb.
Jan Djärv [Tue, 18 Mar 2003 17:48:45 +0000 (17:48 +0000)]
gtkutil.h: Removed xg_ignore_next_thumb.

21 years ago(command-line-1): Use command-execute for any command.
Stefan Monnier [Tue, 18 Mar 2003 09:41:39 +0000 (09:41 +0000)]
(command-line-1): Use command-execute for any command.