1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 23:50:30 -08:00
Commit graph

21513 commits

Author SHA1 Message Date
Andreas Schwab
7874f8a695 (RE_TRANSLATE_P): Define. 1998-04-15 10:35:44 +00:00
Andreas Schwab
28703c16f3 Use RE_TRANSLATE_P to check whether translation is
needed.
1998-04-15 10:33:18 +00:00
Andreas Schwab
4da4775f0d (RE_TRANSLATE_P): New macro. 1998-04-15 10:32:29 +00:00
André Spiegel
edcb979fe4 (vc-dired-mode): Redefine dired-move-to-filename-regexp locally.
(vc-dired-reformat-line): Streamlined.  Should handle all sorts of
date formats now.
1998-04-15 10:13:07 +00:00
Andreas Schwab
ae4c702967 (vc-backend-revert): Fix missing argument for
vc-file-setprop.
1998-04-15 09:48:04 +00:00
Andreas Schwab
64e3c718c6 (realloc) <emacs>: Define to xrealloc. 1998-04-15 09:39:40 +00:00
Andreas Schwab
6437ca0426 (install-arch-indep): Install customize and reftex info files. 1998-04-15 09:27:20 +00:00
Kenichi Handa
db6089c5e9 (Fccl_execute_on_string): Put \n\ at eol of docstring. 1998-04-15 07:49:16 +00:00
Kenichi Handa
49965a2998 (x_set_font): Give 2nd arg nil to Fquery_fontset.
(Fx_create_frame): Likewise.
1998-04-15 07:38:29 +00:00
Kenichi Handa
b5a647bfb5 (coding-system-change-eol-coding): New function.
(coding-system-change-text-coding): New function.
1998-04-15 07:15:01 +00:00
Kenichi Handa
727fb7903d (find_ccl_program_func): New variable.
(fs_load_font): Call a function pointed by find_ccl_program_func
instead of finding CCL program to encode a character by itself.
(Fquery_fontset): New optional 2nd arg REGEXPP.  Callers changed.
1998-04-15 07:12:49 +00:00
Kenichi Handa
c2c8997eb3 (FONT_ENCODING_NOT_DECIDED): The value is changed to 255.
(find_ccl_program_func): Extern it.
(Fquery_fontset): Args number changed to 2.
1998-04-15 07:12:49 +00:00
Kenichi Handa
6ae21908b0 Typo in comments fixed.
(Qccl_program_idx, Qunification_table, Qunification_table_id): New
variables.
(syms_of_ccl): Initialize and staticpro them.
(CCL_ReadMultibyteChar2): Macro name changed from
CCL_ReadMultibyteCharacter.
(CCL_WriteMultibyteChar2): Macro name changed from
CCL_WriteMultibyteChar2.
(CCL_
(MAX_TABLE_SET_LEVEL): New macro.
(tr_stack): New type.
(translate_stack, translate_stack_pointer): New variables.
(PUSH_TRANSLATE_STACK, POP_TRANSLATE_STACK): New macros.
(ccl_driver): Adjusted for the above changes.
(resolve_symbol_ccl_program): New function.
(Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
program.  If CCL-PRGRAM is a vector, convert symbols in it to ID
numbers by resolve_symbol_ccl_program.
(Fccl_execute_on_string): Likewise.
(Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
convert symbols in it to ID numbers by resolve_symbol_ccl_program.
1998-04-15 07:12:49 +00:00
Kenichi Handa
1cfae2bf37 (Vccl_program_table, Qccl_program_idx): Extern them. 1998-04-15 07:12:49 +00:00
Kenichi Handa
bc1958c4cb (syms_of_xfns): Initialize find_ccl_program_func. 1998-04-15 07:12:49 +00:00
Kenichi Handa
a65826769e (x_find_ccl_program): New function. 1998-04-15 07:12:49 +00:00
Kenichi Handa
d7fcdd913e (x_find_ccl_program): Extern it. 1998-04-15 07:12:49 +00:00
Karl Heuer
09130c7ebf (mh-quit): mh-show-buffer can be nil. 1998-04-15 06:31:29 +00:00
Karl Heuer
d3db616e13 (mail-mode): Doc fix. 1998-04-15 06:30:16 +00:00
Karl Heuer
f06552d463 (outline-font-lock-level): New function. 1998-04-15 06:28:28 +00:00
Karl Heuer
154a307db3 (file_name_as_directory): For empty arg, return `./'. 1998-04-15 06:12:48 +00:00
Karl Heuer
170c97338b (byte-compile-warn-about-unresolved-functions): Fix whitespace. 1998-04-15 06:10:51 +00:00
Dan Nicolaescu
23e7714ec3 *** empty log message *** 1998-04-15 01:55:18 +00:00
Dan Nicolaescu
2c8d97b090 Initial revision 1998-04-15 01:52:10 +00:00
Dave Love
055234ef11 Revert erroneous 1998-04-08 change. 1998-04-14 21:02:17 +00:00
Dave Love
20ecf81c6f Don't eval-*and*-compile font-lock stuff. 1998-04-14 20:57:00 +00:00
Stephen Eglen
8b776ea85c (mspools-folder-directory): Takes default value of ~/MAIL/ if
vm-folder-directory not bound.
(mspools-vm-system-mail): Customize the variable so that if the
environment variable $MAIL is not set, the user can easily set it.
(mspools-vm-system-mail-crash): Variable deleted; we now use
vm-crash-box.
(mspools-set-vm-spool-files): Error if mspools-folder-directory
hasn't been set.
(mspools-set-vm-spool-files): Use mspools-folder-directory rather
than vm-folder-directory.
(mspools-get-spool-files): Error if mspools-folder-directory is nil.
(mspools-get-spool-files): Add $ to regexp to ensure mspools-suffix
matches the end of the filename.
(mspools-mode-map): Bind n and p to next-line and previous-line.
1998-04-14 19:23:37 +00:00
Karl Heuer
968b123401 (x_destroy_bitmap): Declare as void, not int.
(x_report_frame_params, x_set_border_pixel): Likewise.
(x_set_internal_border_width): widget_store_internal_border takes
just one arg, not two.
1998-04-14 18:59:48 +00:00
Karl Heuer
26dd83e682 (find-file-noselect): Set buffer-file-coding-system
if RAWFILE.
1998-04-14 18:42:32 +00:00
Andreas Schwab
975d21ea0c (try_window): Fix mixing of Lisp_Object and int. 1998-04-14 13:12:18 +00:00
Andreas Schwab
f8ad443a57 (Fset_window_configuration): Fix mixing of Lisp_Object
and int.
1998-04-14 13:11:34 +00:00
Andreas Schwab
a61e51f0d2 (init_sys_modes): Fix mixing of Lisp_Object and int 1998-04-14 13:10:35 +00:00
Andreas Schwab
59fab36902 (compile_pattern, compile_pattern_1): Fix mixing of
Lisp_Object and int.
1998-04-14 13:09:08 +00:00
Andreas Schwab
e6d6dff2d0 (read_process_output): Fix mixing of Lisp_Object and
int.
1998-04-14 13:05:38 +00:00
Andreas Schwab
dab3ab3ce5 (Fself_insert_and_exit): Fix mixing of Lisp_Object and
int.
1998-04-14 13:03:30 +00:00
Andreas Schwab
6acce4eaa2 (set_marker_both): Remove bogus checks on charpos. 1998-04-14 13:02:50 +00:00
Andreas Schwab
d52a7a9263 (parse_menu_item): Don't GCPRO non-lisp variables. 1998-04-14 13:01:59 +00:00
Andreas Schwab
d6b81c0f2f (signal_after_change): Fix mixing of Lisp_Object and
int.
1998-04-14 13:01:05 +00:00
Andreas Schwab
d5d6f7060f (indented_beyond_p): Fix mixing of Lisp_Object and int. 1998-04-14 13:00:27 +00:00
Andreas Schwab
d4d76014dc (Fset_mouse_position, Fset_mouse_pixel_position): Fix
mixing of Lisp_Object and int.
1998-04-14 13:00:00 +00:00
Andreas Schwab
21ab867fb9 (Fsubstring, substring_both, Fchar_table_range,
Fset_char_table_range): Fix mixing of Lisp_Object and int.
1998-04-14 12:59:32 +00:00
Andreas Schwab
b266ae04d7 (Fwrite_region): Fix mixing of Lisp_Object and int. 1998-04-14 12:58:24 +00:00
Andreas Schwab
b98ef0dcdb (Fchar_after, Fchar_before): Fix mixing of Lisp_Object
and int
1998-04-14 12:56:53 +00:00
Andreas Schwab
b39f748c48 (code_convert_region): Fix mixing of Lisp_Object and
int.
1998-04-14 12:55:11 +00:00
Andreas Schwab
a8c21066b7 (Fchars_in_region): Fix mixing of Lisp_Object and int. 1998-04-14 12:53:36 +00:00
Andreas Schwab
d387866ae5 (ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
int.
1998-04-14 12:52:08 +00:00
André Spiegel
4b81132caf (vc-next-action-on-file): Don't check out after registering. This is
two steps instead of one, and the second does not make sense under
CVS.
(vc-next-action): Changed doc string to reflect the above.
1998-04-14 12:38:25 +00:00
Andreas Schwab
0120348b59 Update return types of declarations. 1998-04-14 12:34:43 +00:00
Andreas Schwab
ec5d8db72d Add more prototypes. 1998-04-14 12:33:47 +00:00
Andreas Schwab
dfcf069d56 Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00