]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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 ***

21 years ago(dired-at-point): Check whether the user can create a directory before asking
Juanma Barranquero [Thu, 6 Mar 2003 20:30:05 +0000 (20:30 +0000)]
(dired-at-point): Check whether the user can create a directory before asking
about creating it.

21 years ago(w32_get_rdb_resource): New function.
Juanma Barranquero [Thu, 6 Mar 2003 13:07:24 +0000 (13:07 +0000)]
(w32_get_rdb_resource): New function.
(x_get_string_resource): Use it, so resources passed with -xrm supercede the
ones in the registry.

21 years ago(Fx_get_resource, x_get_resource_string): Pass xrdb to check for resources
Juanma Barranquero [Thu, 6 Mar 2003 13:01:32 +0000 (13:01 +0000)]
(Fx_get_resource, x_get_resource_string): Pass xrdb to check for resources
passed on the command line.

21 years ago(w32_make_rdb): New function.
Juanma Barranquero [Thu, 6 Mar 2003 13:00:04 +0000 (13:00 +0000)]
(w32_make_rdb): New function.
(w32_term_init): Use it to initialize xrdb member of w32_display_info struct.
Delete leftover code.

21 years ago(struct w32_display_info): Add xrdb member to support passing resources via -xrm
Juanma Barranquero [Thu, 6 Mar 2003 12:56:56 +0000 (12:56 +0000)]
(struct w32_display_info): Add xrdb member to support passing resources via -xrm
on Windows.

21 years ago(electric-buffer-list): Respect `Buffer-menu-use-header-line'.
John Paul Wallington [Thu, 6 Mar 2003 10:52:39 +0000 (10:52 +0000)]
(electric-buffer-list): Respect `Buffer-menu-use-header-line'.
(electric-buffer-menu-looper): Likewise.

21 years ago(Buffer-menu-mode-map): Add docstring.
John Paul Wallington [Thu, 6 Mar 2003 03:53:12 +0000 (03:53 +0000)]
(Buffer-menu-mode-map): Add docstring.
(Buffer-menu-buffer): Fix indentation.
(list-buffers-noselect): Calculate header-line spacing to take
into account width of left fringe and left scrollbar.

21 years agoCheck if background and foreground color are the same.
Vinicius Jose Latorre [Thu, 6 Mar 2003 01:54:17 +0000 (01:54 +0000)]
Check if background and foreground color are the same.

21 years ago(query-replace-read-args): Use save-excursion.
Richard M. Stallman [Wed, 5 Mar 2003 20:51:33 +0000 (20:51 +0000)]
(query-replace-read-args): Use save-excursion.
(map-query-replace-regexp): Use prefix-numeric-value.

21 years ago(x-handle-geometry): Put sizes on `initial-frame-alist' too.
Juanma Barranquero [Wed, 5 Mar 2003 16:33:42 +0000 (16:33 +0000)]
(x-handle-geometry): Put sizes on `initial-frame-alist' too.

21 years ago(command-line-x-option-alist): Make --border-color set the border-color frame
Juanma Barranquero [Wed, 5 Mar 2003 16:31:44 +0000 (16:31 +0000)]
(command-line-x-option-alist): Make --border-color set the border-color frame
parameter, not border-width.

21 years ago(frame-set-background-mode): Fix reference to attribute "backgroundMode".
Juanma Barranquero [Wed, 5 Mar 2003 10:38:24 +0000 (10:38 +0000)]
(frame-set-background-mode): Fix reference to attribute "backgroundMode".

21 years agoVersion 3.32.12 released. Major revision.
Juanma Barranquero [Wed, 5 Mar 2003 07:51:51 +0000 (07:51 +0000)]
Version 3.32.12 released.  Major revision.

21 years agoRestore iso-2022-7bit
Jan Djärv [Tue, 4 Mar 2003 21:07:58 +0000 (21:07 +0000)]
Restore iso-2022-7bit

21 years ago* xterm.c (x_detect_focus_change): Call x_any_window_to_frame
Jan Djärv [Tue, 4 Mar 2003 19:33:04 +0000 (19:33 +0000)]
* xterm.c (x_detect_focus_change): Call x_any_window_to_frame
instead of x_top_window_to_frame.

21 years ago(vhdl-comment-uncomment-region): Remove two comment characters at start
Francesco Potortì [Tue, 4 Mar 2003 14:43:03 +0000 (14:43 +0000)]
(vhdl-comment-uncomment-region): Remove two comment characters at start
of line instead of one.

21 years ago*** empty log message ***
Francesco Potortì [Tue, 4 Mar 2003 14:42:45 +0000 (14:42 +0000)]
*** empty log message ***

21 years agovinicius: printing.el change
Vinicius Jose Latorre [Mon, 3 Mar 2003 20:22:17 +0000 (20:22 +0000)]
vinicius: printing.el change

21 years agovinicius: copyright date fix. Move pr-get-symbol into eval-and-compile.
Vinicius Jose Latorre [Mon, 3 Mar 2003 20:03:18 +0000 (20:03 +0000)]
vinicius: copyright date fix. Move pr-get-symbol into eval-and-compile.

21 years agoxsmfns.c (smc_save_yourself_CB): Add --no-splash to options
Jan Djärv [Mon, 3 Mar 2003 19:55:10 +0000 (19:55 +0000)]
xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
when restarting Emacs.

21 years ago(Fkill_buffer): Use Frun_hook_with_args_until_failure
Richard M. Stallman [Mon, 3 Mar 2003 19:09:40 +0000 (19:09 +0000)]
(Fkill_buffer): Use Frun_hook_with_args_until_failure
to run kill-buffer-query-functions.
(Qkill_buffer_query_functions): New var.
(syms_of_buffer): Init and staticpro it.

21 years ago*** empty log message ***
Rob Browning [Mon, 3 Mar 2003 18:31:22 +0000 (18:31 +0000)]
*** empty log message ***

21 years ago* configure.in: add AC_CHECK_FUNCS for memcmp and memmove.
Rob Browning [Mon, 3 Mar 2003 18:29:58 +0000 (18:29 +0000)]
* configure.in: add AC_CHECK_FUNCS for memcmp and memmove.
(AH_BOTTOM): switch tests to prefer memcmp, memset, and memmove
over bzero, bcmp, and bcopy.

21 years ago(ibuffer-aif): Use `make-symbol' instead of
John Paul Wallington [Mon, 3 Mar 2003 15:13:01 +0000 (15:13 +0000)]
(ibuffer-aif): Use `make-symbol' instead of
`gensym' in case user calls macro at runtime.
(ibuffer-save-marks): Likewise.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 3 Mar 2003 10:41:49 +0000 (10:41 +0000)]
*** empty log message ***

21 years agoList TUTORIAL.cn and TUTORIAL.zh.
Kenichi Handa [Mon, 3 Mar 2003 10:41:37 +0000 (10:41 +0000)]
List TUTORIAL.cn and TUTORIAL.zh.

21 years ago(japanese-symbol-table): Add two entries to make it complete.
Kenichi Handa [Mon, 3 Mar 2003 01:45:32 +0000 (01:45 +0000)]
(japanese-symbol-table): Add two entries to make it complete.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 3 Mar 2003 01:45:18 +0000 (01:45 +0000)]
*** empty log message ***

21 years ago.
Andreas Schwab [Sun, 2 Mar 2003 23:35:36 +0000 (23:35 +0000)]
.

21 years ago(Info-fontify-node): Don't hide indentation before the
Andreas Schwab [Sun, 2 Mar 2003 23:33:56 +0000 (23:33 +0000)]
(Info-fontify-node): Don't hide indentation before the
reference name.  Don't process a reference twice when a new tag is
inserted.
(Info-hide-note-references): Fix doc and customize type.

21 years ago.
Stefan Monnier [Sun, 2 Mar 2003 20:02:19 +0000 (20:02 +0000)]
.

21 years ago*** empty log message ***
Matthew Swift [Sun, 2 Mar 2003 16:26:32 +0000 (16:26 +0000)]
*** empty log message ***

21 years ago(emacs-lisp-docstring-fill-column): New custom variable.
Matthew Swift [Sun, 2 Mar 2003 16:18:36 +0000 (16:18 +0000)]
(emacs-lisp-docstring-fill-column): New custom variable.
(lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
that first docstring lines ending with a comma are respected.  Add
"`(" to same so that function and macro bodies beginning with a
backquote do not get disturbed.  Revise the comments.

21 years ago* xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
Jan Djärv [Sun, 2 Mar 2003 13:13:33 +0000 (13:13 +0000)]
* xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.

21 years agoA lot of lines removed at checkin version 1.3108, restore them
Jan Djärv [Sun, 2 Mar 2003 12:45:29 +0000 (12:45 +0000)]
A lot of lines removed at checkin version 1.3108, restore them

21 years agoFix typos.
Kim F. Storm [Sat, 1 Mar 2003 19:04:28 +0000 (19:04 +0000)]
Fix typos.

21 years ago* startup.el (command-line): Call menu-bar-mode with 1 instead of t.
Jan Djärv [Sat, 1 Mar 2003 15:55:04 +0000 (15:55 +0000)]
* startup.el (command-line): Call menu-bar-mode with 1 instead of t.

* menu-bar.el (menu-bar-mode): Change to define-minor-mode
and initialize as for tool-bar-mode.

21 years agoVersion 2.0.30 released.
Kai Großjohann [Fri, 28 Feb 2003 18:29:33 +0000 (18:29 +0000)]
Version 2.0.30 released.
Replace word "path" with "localname" where used as a component of
a Tramp file name.

21 years agoVersion 2.0.30 released.
Kai Großjohann [Fri, 28 Feb 2003 18:28:47 +0000 (18:28 +0000)]
Version 2.0.30 released.
Replace term "path" with "localname" unless it is used for a
search path.
(tramp-handle-expand-file-name): Allow ".." to cross host
boundaries.
(tramp-open-connection-setup-interactive-shell): Unset $ENV in
addition to setting $PS1 when starting the Bourne-ish shell.  Some
sh implementations (eg, bash when called as sh) read the file
named there on startup, which could clobber $PS1.
(tramp-do-copy-or-rename-file-one-local): New function.  Not
implemented.  Not used.  Should invoke rcp or scp directly to keep
the time.

21 years agoNew file.
Richard M. Stallman [Fri, 28 Feb 2003 15:25:33 +0000 (15:25 +0000)]
New file.

21 years ago* nnfolder.el (nnfolder-request-accept-article): Don't use
ShengHuo ZHU [Fri, 28 Feb 2003 13:36:11 +0000 (13:36 +0000)]
* nnfolder.el (nnfolder-request-accept-article): Don't use
mail-header-unfold-field.

* imap.el (imap-ssl-open): Don't depend on ssl.el.
* nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.

21 years ago*** empty log message ***
Matthew Swift [Fri, 28 Feb 2003 02:09:19 +0000 (02:09 +0000)]
*** empty log message ***

21 years ago(greek-babel): add koronis transliteration.
David Kastrup [Thu, 27 Feb 2003 19:25:12 +0000 (19:25 +0000)]
(greek-babel): add koronis transliteration.

21 years ago*** empty log message ***
David Kastrup [Thu, 27 Feb 2003 19:24:52 +0000 (19:24 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Stefan Monnier [Wed, 26 Feb 2003 16:34:27 +0000 (16:34 +0000)]
*** empty log message ***

21 years ago* startup.el: Streamline code in several functions and use a more
Matthew Swift [Wed, 26 Feb 2003 10:59:58 +0000 (10:59 +0000)]
* startup.el: Streamline code in several functions and use a more
consistent idiom within the file, for ease of reading and
maintenance.  Rephrase booleans to avoid `(not noninteractive)'.
Clarify several booleans expressions using De Morgan's laws.

(command-line): Fix barf when first command-line option handled by
`command-line-1' is in the form --OPT=VAL.
(command-line-1): Restore intended behavior of the --directory/-L
command-line option: "-L a -L b -L c" on the command-line now puts
'(a b c) at the front of `load-path'.

21 years ago(gamegrid-add-score): Add info to docstring.
Juanma Barranquero [Wed, 26 Feb 2003 10:19:29 +0000 (10:19 +0000)]
(gamegrid-add-score): Add info to docstring.
(gamegrid-add-score-with-update-game-score-1): New function, factored out of
`gamegriod-add-score-with-update-game-score'.
(gamegrid-add-score-with-update-game-score): Use it.  Fall back on
`gamegrid-add-score-insecure' if the requested file does not exist in
$(gamedir), in case the user has installed a game on his own.
(gamegrid-add-score-insecure): Accept optional directory argument.

21 years agoM-s is only available in Text mode and its submodes.
Richard M. Stallman [Wed, 26 Feb 2003 09:56:08 +0000 (09:56 +0000)]
M-s is only available in Text mode and its submodes.

21 years ago(Regexps): Convert the main table into @table @asis.
Richard M. Stallman [Wed, 26 Feb 2003 09:55:45 +0000 (09:55 +0000)]
(Regexps): Convert the main table into @table @asis.

21 years agoClarify where insert-abbrevs puts point.
Richard M. Stallman [Wed, 26 Feb 2003 09:54:36 +0000 (09:54 +0000)]
Clarify where insert-abbrevs puts point.
Clarify how C-u - M-/ searches.

21 years ago*** empty log message ***
Andreas Schwab [Tue, 25 Feb 2003 21:36:18 +0000 (21:36 +0000)]
*** empty log message ***

21 years ago(redisplay_window): Fix infinite loop in redisplay.
Kim F. Storm [Tue, 25 Feb 2003 12:33:32 +0000 (12:33 +0000)]
(redisplay_window): Fix infinite loop in redisplay.
If centering point failed to make whole line visible and vscroll
is non-zero, disable vscroll and try centering point again.

21 years ago(read1): Accept `single space' syntax like (? x).
Kim F. Storm [Tue, 25 Feb 2003 12:29:03 +0000 (12:29 +0000)]
(read1): Accept `single space' syntax like (? x).

21 years ago(setenv): Fix previous change.
Kenichi Handa [Tue, 25 Feb 2003 06:19:36 +0000 (06:19 +0000)]
(setenv): Fix previous change.

21 years ago* keyboard.c (cancel_hourglass_unwind): Surround with
Jan Djärv [Tue, 25 Feb 2003 06:00:40 +0000 (06:00 +0000)]
* keyboard.c (cancel_hourglass_unwind): Surround with
#ifdef HAVE_X_WINDOWS

21 years ago*** empty log message ***
Kenichi Handa [Tue, 25 Feb 2003 02:25:58 +0000 (02:25 +0000)]
*** empty log message ***

21 years ago(Fset_buffer_multibyte): Pay attention to the buffer
Kenichi Handa [Tue, 25 Feb 2003 02:24:53 +0000 (02:24 +0000)]
(Fset_buffer_multibyte): Pay attention to the buffer
process only when "subprocesses" is defined.

21 years ago(mlm-char-glyph): Fix more rules.
Kenichi Handa [Tue, 25 Feb 2003 02:17:27 +0000 (02:17 +0000)]
(mlm-char-glyph): Fix more rules.

21 years agoMove abbrev loading to after the fun it uses.
Stefan Monnier [Tue, 25 Feb 2003 01:45:55 +0000 (01:45 +0000)]
Move abbrev loading to after the fun it uses.
(simula-install-standard-abbrevs): Use dolist.
Use system-flag when calling define-abbrev.

21 years ago(back_comment): Only check nestedness of 2nd char if needed.
Stefan Monnier [Tue, 25 Feb 2003 01:36:23 +0000 (01:36 +0000)]
(back_comment): Only check nestedness of 2nd char if needed.

21 years ago(makefile-font-lock-keywords): Protect
Andreas Schwab [Mon, 24 Feb 2003 23:49:27 +0000 (23:49 +0000)]
(makefile-font-lock-keywords): Protect
shell variable references by requireing that $ is not preceded by
another $.

21 years ago*** empty log message ***
Dave Love [Mon, 24 Feb 2003 23:09:57 +0000 (23:09 +0000)]
*** empty log message ***

21 years ago(read-envvar-name): Decode names.
Dave Love [Mon, 24 Feb 2003 22:51:41 +0000 (22:51 +0000)]
(read-envvar-name): Decode names.
(substitute-env-vars): Use eval-when-compile and char class.
(setenv): Doc fix.  Encode the data (after checking that's
possible).
(getenv): Encode the name and decode the result.

21 years agoDeleted. (Requires removed c-mode.el.)
Dave Love [Mon, 24 Feb 2003 22:49:24 +0000 (22:49 +0000)]
Deleted.  (Requires removed c-mode.el.)

21 years agoReally fix maintainer's e-mail address.
Juanma Barranquero [Mon, 24 Feb 2003 17:29:49 +0000 (17:29 +0000)]
Really fix maintainer's e-mail address.

21 years ago*** empty log message ***
Stefan Monnier [Mon, 24 Feb 2003 17:28:34 +0000 (17:28 +0000)]
*** empty log message ***

21 years agoUpdate maintainer's e-mail address.
Juanma Barranquero [Mon, 24 Feb 2003 17:28:28 +0000 (17:28 +0000)]
Update maintainer's e-mail address.

21 years ago(allout-pre-command-business): Fix docstring.
Juanma Barranquero [Mon, 24 Feb 2003 17:27:21 +0000 (17:27 +0000)]
(allout-pre-command-business): Fix docstring.

21 years agoGive example of using special-display-buffer-names to specify frame parameters.
Richard M. Stallman [Mon, 24 Feb 2003 16:50:00 +0000 (16:50 +0000)]
Give example of using special-display-buffer-names to specify frame parameters.

21 years agoFirst line of function doc string should mention the most important
Richard M. Stallman [Mon, 24 Feb 2003 16:48:54 +0000 (16:48 +0000)]
First line of function doc string should mention the most important
args, in order.

21 years agoClarify about POSIX functions and non-greedy repetition operators.
Richard M. Stallman [Mon, 24 Feb 2003 16:47:27 +0000 (16:47 +0000)]
Clarify about POSIX functions and non-greedy repetition operators.

21 years ago(query-replace-read-args): Return just 3 values.
Richard M. Stallman [Mon, 24 Feb 2003 16:45:47 +0000 (16:45 +0000)]
(query-replace-read-args): Return just 3 values.
(query-replace, query-replace-regexp)
(query-replace-regexp-eval, map-query-replace-regexp)
(replace-string, replace-regexp): Read the start and end args
separately so that the expressions are recorded in command-history.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Feb 2003 16:45:24 +0000 (16:45 +0000)]
*** empty log message ***

21 years ago(mlm-char-glyph): Fix several composing rules.
Kenichi Handa [Mon, 24 Feb 2003 11:03:44 +0000 (11:03 +0000)]
(mlm-char-glyph): Fix several composing rules.

21 years ago(fix_command): Declare as static void and move before Fcall_interactively.
Juanma Barranquero [Mon, 24 Feb 2003 10:57:59 +0000 (10:57 +0000)]
(fix_command): Declare as static void and move before Fcall_interactively.

21 years ago(Qwhen): Declare external; it's now defined in callint.c.
Juanma Barranquero [Mon, 24 Feb 2003 07:58:51 +0000 (07:58 +0000)]
(Qwhen): Declare external; it's now defined in callint.c.
(syms_of_xdisp): Don't initialize Qwhen.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 24 Feb 2003 04:57:03 +0000 (04:57 +0000)]
*** empty log message ***

21 years ago(sentence-end): Add Chinese and Japanese characters.
Kenichi Handa [Mon, 24 Feb 2003 04:50:59 +0000 (04:50 +0000)]
(sentence-end): Add Chinese and Japanese characters.

21 years ago("Japanese"): Delete `exit-function'.
Kenichi Handa [Mon, 24 Feb 2003 04:50:33 +0000 (04:50 +0000)]
("Japanese"): Delete `exit-function'.