]>
git.eshelyaron.com Git - emacs.git/log
Joel N. Weber II [Wed, 21 May 1997 05:16:30 +0000 (05:16 +0000)]
thomas, not mib
Richard M. Stallman [Wed, 21 May 1997 05:06:23 +0000 (05:06 +0000)]
(mode-line-mule-info): Add a colon.
(mode-line-modified): Delete the initial dash.
Richard M. Stallman [Wed, 21 May 1997 03:46:47 +0000 (03:46 +0000)]
(Fformat_time_string): Doc update.
(Fformat_time_string): Doc update.
Handle emacs_strftime returning -1.
If it returns 0, compute actual buffer size needed.
Richard M. Stallman [Tue, 20 May 1997 21:55:30 +0000 (21:55 +0000)]
(set-word-help-file): Renamed from set-help-file.
Richard M. Stallman [Tue, 20 May 1997 21:48:58 +0000 (21:48 +0000)]
Initial revision
Richard M. Stallman [Tue, 20 May 1997 21:46:00 +0000 (21:46 +0000)]
(crisp-mode): Add autoload cookie.
Richard M. Stallman [Tue, 20 May 1997 19:38:31 +0000 (19:38 +0000)]
(dontcompilefiles): Add list of files that should not be byte-compiled.
Richard M. Stallman [Tue, 20 May 1997 19:12:17 +0000 (19:12 +0000)]
Fix copyright and permission notice.
Richard M. Stallman [Tue, 20 May 1997 18:51:22 +0000 (18:51 +0000)]
(add-untranslated-filesystem)
(remove-untranslated-filesystem): Add interactive spec.
Richard M. Stallman [Tue, 20 May 1997 18:49:06 +0000 (18:49 +0000)]
(crisp-last-last-command): Renamed from last-last-command
and defvar added.
Richard M. Stallman [Tue, 20 May 1997 18:37:35 +0000 (18:37 +0000)]
(m4-program): Guess which m4 binary to use.
(m4-start-m4): New function.
(m4-end-m4): New function.
(m4-m4-buffer, m4-m4-region): Now use m4-start-m4.
(m4-font-lock-keywords): Collaps 4 regex's into 1.
Richard M. Stallman [Tue, 20 May 1997 18:26:49 +0000 (18:26 +0000)]
(shortlisp): Add custom.elc and cus-start.elc.
Richard M. Stallman [Tue, 20 May 1997 17:17:39 +0000 (17:17 +0000)]
(event-closest-point): Fix paren error.
Per Abrahamsen [Tue, 20 May 1997 12:28:28 +0000 (12:28 +0000)]
Change load-path tag again.
Richard M. Stallman [Tue, 20 May 1997 05:58:25 +0000 (05:58 +0000)]
(sit_for): Delete #if 0.
Richard M. Stallman [Tue, 20 May 1997 05:27:50 +0000 (05:27 +0000)]
(path-separator, parse-colon-path): Doc fixes.
(revert-without-query): Renamed from
find-file-revert-without-query.
(find-file-noselect): Use new option.
(revert-buffer): Check the option here too.
Richard M. Stallman [Tue, 20 May 1997 05:26:22 +0000 (05:26 +0000)]
(mh-file-command-p): New function.
(mh-path-search): Use that.
(mh-find-progs): Don't check current directory
unless explicitly requested. Don't set mh-progs or mh-lib
if the programs are not found. Give an error message
unless they are found.
Richard M. Stallman [Tue, 20 May 1997 05:18:15 +0000 (05:18 +0000)]
(diary-float): Rewritten to fix bug when base date
of entry and entry date are in different months.
Added optional parameter DAY.
(list-sexp-diary-entries): Revise description of diary-float.
Richard M. Stallman [Tue, 20 May 1997 05:17:49 +0000 (05:17 +0000)]
(holiday-float): Rewritten to fix bug when base date
of holiday and holiday date are in different months.
Richard M. Stallman [Tue, 20 May 1997 04:03:24 +0000 (04:03 +0000)]
Fix previous change.
Per Abrahamsen [Mon, 19 May 1997 17:14:43 +0000 (17:14 +0000)]
Changed load-path look a little.
Kenichi Handa [Mon, 19 May 1997 08:32:44 +0000 (08:32 +0000)]
(HAVE_TERMIOS): Define it.
Kenichi Handa [Mon, 19 May 1997 08:30:55 +0000 (08:30 +0000)]
(PTY_OPEN): Call sigblock instead of sigblockx.
Richard M. Stallman [Mon, 19 May 1997 07:29:00 +0000 (07:29 +0000)]
Fix typo in previous change.
Kenichi Handa [Mon, 19 May 1997 07:17:38 +0000 (07:17 +0000)]
(xdisp.o): Add coding.h in dependency list.
Richard M. Stallman [Mon, 19 May 1997 06:29:13 +0000 (06:29 +0000)]
Update regexp syntax from Emacs manual.
Kenichi Handa [Mon, 19 May 1997 03:55:24 +0000 (03:55 +0000)]
Change the declaration o encoding
from `int' to `unsigned char'.
Kenichi Handa [Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)]
(fs_load_font): Modified to cope with the above change
in x_load_font (xterm.c).
Kenichi Handa [Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)]
(struct font_info): Change the declaration o encoding
from `char' to `int'.
Kenichi Handa [Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)]
(Ffind_charset_region): Change the declaration of
charsets from `char' to `int.
(find_charset_in_str): Likewize.
Kenichi Handa [Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)]
(struct iso2022_spec): Change the declaration of
requested_designation from `char' to `int'.
Kenichi Handa [Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)]
(lisp_data_to_selection_data): charsets from `char' to `int.
Kenichi Handa [Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)]
(x_load_font): Set 4 instead of -1 in fontp->encoding[1]
for the meaning of `can't decided'.
Richard M. Stallman [Mon, 19 May 1997 03:21:06 +0000 (03:21 +0000)]
(Fcall_interactively): Use num_input_events.
Richard M. Stallman [Mon, 19 May 1997 03:20:48 +0000 (03:20 +0000)]
(num_input_events, num_nonmacro_input_events):
Renamed from ..._input_chars.
Richard M. Stallman [Mon, 19 May 1997 02:52:50 +0000 (02:52 +0000)]
(set-fill-column): Make the C-u case work.
Richard M. Stallman [Mon, 19 May 1997 02:45:30 +0000 (02:45 +0000)]
(num_nonmacro_input_events):
Renamed from num_nonmacro_input_chars.
(syms_of_keyboard): Rename Lisp variable.
Richard M. Stallman [Mon, 19 May 1997 02:44:57 +0000 (02:44 +0000)]
(num_nonmacro_input_events):
Renamed from num_nonmacro_input_chars.
Richard M. Stallman [Mon, 19 May 1997 02:36:18 +0000 (02:36 +0000)]
(Vtty_erase_char): Declared.
Richard M. Stallman [Mon, 19 May 1997 02:35:09 +0000 (02:35 +0000)]
(Vtty_erase_char): Variable defined
(syms_of_keyboard): Set up Lisp variable.
Also set up `num-nonmacro-input-chars' to report actual keystrokes.
Richard M. Stallman [Mon, 19 May 1997 02:34:16 +0000 (02:34 +0000)]
(init_sys_modes): Initialize Vtty_erase_char if
possible from the stty settings, otherwise to nil.
Richard M. Stallman [Mon, 19 May 1997 02:17:26 +0000 (02:17 +0000)]
(Ffile_attributes): Return inode number as a cons only if necessary.
Richard M. Stallman [Mon, 19 May 1997 01:05:13 +0000 (01:05 +0000)]
(rmail-summary-delete-forward): Force the
argument to be a number, since we may be called with nil.
Richard M. Stallman [Mon, 19 May 1997 01:04:04 +0000 (01:04 +0000)]
(compilation-parse-errors): Fix paren error.
(compilation-arguments): New local variable.
(compile-internal): Set the variable compilation-arguments.
(compilation-revert-buffer): New function.
(compilation-mode): Set revert-buffer-function.
Richard M. Stallman [Mon, 19 May 1997 01:03:02 +0000 (01:03 +0000)]
(lpr-page-header-switches): Remove extra paren.
Richard M. Stallman [Mon, 19 May 1997 01:01:25 +0000 (01:01 +0000)]
(dabbrev-expand, dabbrev--abbrev-at-point)
(dabbrev--search): Use buffer-substring-no-properties.
Richard M. Stallman [Sun, 18 May 1997 20:18:16 +0000 (20:18 +0000)]
(strwidth): Fix previous change.
Richard M. Stallman [Sun, 18 May 1997 20:06:12 +0000 (20:06 +0000)]
(browse-url): Make `applicatations' the parent.
Richard M. Stallman [Sun, 18 May 1997 19:06:16 +0000 (19:06 +0000)]
(copy_keymap_1): Do nothing if ELT isn't a keymap.
Richard M. Stallman [Sat, 17 May 1997 18:40:38 +0000 (18:40 +0000)]
(set-case-syntax-offset): New variable.
(set-case-syntax-delims): Obey set-case-syntax-offset.
(set-case-syntax-pair, set-case-syntax): Likewise.
Richard M. Stallman [Sat, 17 May 1997 18:39:23 +0000 (18:39 +0000)]
(Info-set-mode-line): Add some spaces at the beginning.
Richard M. Stallman [Sat, 17 May 1997 18:38:17 +0000 (18:38 +0000)]
(event-closest-point): New function.
(event-closest-point-1): New subroutine.
(mouse-event-p, button-event-p): New functions.
Richard M. Stallman [Sat, 17 May 1997 18:37:32 +0000 (18:37 +0000)]
(make_terminal_frame): Don't add `Emacs' to frame name.
Richard M. Stallman [Sat, 17 May 1997 06:39:39 +0000 (06:39 +0000)]
(custom-facep): Defined (once again).
Richard M. Stallman [Sat, 17 May 1997 04:28:13 +0000 (04:28 +0000)]
(do-auto-fill): Check enable-kinsoku and enable-multibyte-characters.
(quoted-insert): Use nonascii-insert-offset.
(quoted-insert-character-offset): Variable deleted.
Richard M. Stallman [Sat, 17 May 1997 04:19:19 +0000 (04:19 +0000)]
(mode-line-modified): Delete one of the leading dashes.
Richard M. Stallman [Sat, 17 May 1997 03:12:03 +0000 (03:12 +0000)]
(outline-mode): Use `add-to-invisibility-spec' and
set the invisible property to `outline'.
(outline-minor-mode): Likewise.
Also, use `remove-from-invisibility-spec'.
(outline-flag-region): Set `outline' as the invisible property.
Kenichi Handa [Sat, 17 May 1997 02:01:42 +0000 (02:01 +0000)]
(enable-kinsoku): Name changed form do-kinsoku.
(fill-region-as-paragraph): Do `kinsoku' processing only if both
enable-kinsoku and enable-multibyte-characters are non-nil.
Richard M. Stallman [Fri, 16 May 1997 22:49:59 +0000 (22:49 +0000)]
(update-autoloads-from-directories): Renamed from
update-autoloads-from-directory. Take multiple directories as args.
Use locate-library to find loaddefs.el and the top level Lisp dir.
(batch-update-autoloads): Call update-autoloads-from-directories.
Richard M. Stallman [Fri, 16 May 1997 22:16:27 +0000 (22:16 +0000)]
Comment change for testing.
Richard M. Stallman [Fri, 16 May 1997 08:08:49 +0000 (08:08 +0000)]
(nonascii_insert_offset): New variable.
(Fself_insert_command, internal_self_insert):
Add nonascii_insert_offset to what we insert, when appropriate.
(syms_of_cmds): Set up Lisp variable.
Richard M. Stallman [Fri, 16 May 1997 08:05:14 +0000 (08:05 +0000)]
(iso-accents-insert-offset): Use nonascii-insert-offset.
Richard M. Stallman [Fri, 16 May 1997 08:04:19 +0000 (08:04 +0000)]
(iso-transl-define-keys): Use nonascii-insert-offset.
Richard M. Stallman [Fri, 16 May 1997 07:32:59 +0000 (07:32 +0000)]
(display_text_line): Move the code to fill out the line
with the newline's face to the end of the newline code.
Add changes (commented out) to record ellipsis positions in charstarts.
Richard M. Stallman [Fri, 16 May 1997 05:35:04 +0000 (05:35 +0000)]
(mallopt): Declare, if appropriate.
(r_alloc_init) [DOUG_LEA_MALLOC]: Call mallopt,
instead of setting __malloc_extra_blocks.
Kenichi Handa [Fri, 16 May 1997 02:23:12 +0000 (02:23 +0000)]
(charset.o): Add disptab.h in dependency list.
Kenichi Handa [Fri, 16 May 1997 02:22:39 +0000 (02:22 +0000)]
Include disptab.h.
Kenichi Handa [Fri, 16 May 1997 00:59:15 +0000 (00:59 +0000)]
(standard-fontset-spec): Name changed from
default-fontset-spec.
Kenichi Handa [Fri, 16 May 1997 00:59:09 +0000 (00:59 +0000)]
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Delete functions describe-LANGUAGE-support.
Delete describe-function entries and change documentation
entries in each language specific information.
Kenichi Handa [Fri, 16 May 1997 00:59:07 +0000 (00:59 +0000)]
(set-language-info): Change the special treatment
of key describe-function to documentation.
(describe-specified-language-support): Renamed from
describe-language-support-internal. Get language name from
last-command-event.
(describe-language-support): Call
describe-specified-language-support.
Kenichi Handa [Fri, 16 May 1997 00:59:00 +0000 (00:59 +0000)]
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
Kenichi Handa [Fri, 16 May 1997 00:58:58 +0000 (00:58 +0000)]
Create bold, italic, bold-italic variants of
startup fontset.
Kenichi Handa [Fri, 16 May 1997 00:58:57 +0000 (00:58 +0000)]
(make-unification-table): Fix handling of a generic
character.
Coding system names changed as follows:
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
(charset-list): Bug fixed.
Kenichi Handa [Fri, 16 May 1997 00:43:41 +0000 (00:43 +0000)]
(Fx_create_frame): Delete unnecessary code.
Kenichi Handa [Fri, 16 May 1997 00:43:29 +0000 (00:43 +0000)]
Name change through the code:
coding-category-internal => coding-category-emacs-mule,
XXX_coding_internal => XXX_coding_emacs_mule,
coding_type_internal => coding_type_emacs_mule,
coding_type_automatic => coding_type_undecided,
CODING_CATEGORY_MASK_INTERNAL => CODING_CATEGORY_MASK_EMACS_MULE,
CODING_CATEGORY_IDX_INTERNAL => CODING_CATEGORY_IDX_EMACS_MULE,
CODING_EOL_AUTOMATIC => CODING_EOL_UNDECIDED.
Kenichi Handa [Fri, 16 May 1997 00:43:27 +0000 (00:43 +0000)]
(non_ascii_char_to_string): Signal error if the
argument C is an invalid character code.
(Fconcat_chars): Use alloca instead of malloc.
Kenichi Handa [Fri, 16 May 1997 00:43:26 +0000 (00:43 +0000)]
(VALID_CHAR_P): New macro.
(CHAR_STRING): Comment modified
Kenichi Handa [Fri, 16 May 1997 00:43:22 +0000 (00:43 +0000)]
Declare Fcopy_keymap as Lisp_Object in advance to
avoid compiler error.
Kenichi Handa [Fri, 16 May 1997 00:43:18 +0000 (00:43 +0000)]
(BYTES_USED): Put # at the beginning of line.
(emacs_blocked_malloc): Likewise.
Kenichi Handa [Fri, 16 May 1997 00:43:15 +0000 (00:43 +0000)]
Declare set_internal as Lisp_Object in advance to avoid
compiler error.
Kenichi Handa [Fri, 16 May 1997 00:43:11 +0000 (00:43 +0000)]
Declare Fuser_full_name as Lisp_Object in advance to
avoid compiler error.
Kenichi Handa [Fri, 16 May 1997 00:43:09 +0000 (00:43 +0000)]
(struct ccl_prog_stack): Declear the member ccl_prog as
Lisp_Object *
Kenichi Handa [Fri, 16 May 1997 00:43:08 +0000 (00:43 +0000)]
(fontset_pattern_regexp): Cast to (char *) before
assigning to P0.
Kenichi Handa [Fri, 16 May 1997 00:43:05 +0000 (00:43 +0000)]
(copy_sub_char_table): Declare the argument ARG as
Lisp_Object.
(Fset_char_table_default): New function.
Kenichi Handa [Fri, 16 May 1997 00:42:53 +0000 (00:42 +0000)]
(dumpglyphs): Draw glyphs one by one if the font for
them is narrower than required.
(x_connection_closed): Put # at the beginning of line.
(x_load_font): Cast to (char *) before assigning to FONTNAME.
Richard M. Stallman [Thu, 15 May 1997 22:07:16 +0000 (22:07 +0000)]
Add GDB/Guile task.
Richard M. Stallman [Thu, 15 May 1997 21:28:03 +0000 (21:28 +0000)]
(Finsert_file_contents): Use xrealloc too.
Richard M. Stallman [Thu, 15 May 1997 21:19:48 +0000 (21:19 +0000)]
Fix previous change.
Richard M. Stallman [Thu, 15 May 1997 20:17:08 +0000 (20:17 +0000)]
(rmail-retry-failure): Rename local to rmail-this-buffer.
(rmail-primary-inbox-list): Don't use backquote.
Richard M. Stallman [Thu, 15 May 1997 20:15:56 +0000 (20:15 +0000)]
(Finsert_file_contents): Use xmalloc. not malloc.
Check correctly for whether no code translation is needed.
Richard M. Stallman [Thu, 15 May 1997 18:39:33 +0000 (18:39 +0000)]
(Fcopy_sequence): Correctly copy the char-table contents.
Richard M. Stallman [Thu, 15 May 1997 18:26:28 +0000 (18:26 +0000)]
(strwidth, Fchar_width): Handle display table.
Kenichi Handa [Thu, 15 May 1997 11:11:10 +0000 (11:11 +0000)]
Add Cyrillic script for Serbo-Croatian
Delete spaces at the tail for GB.
Karl Heuer [Thu, 15 May 1997 07:47:29 +0000 (07:47 +0000)]
Include charset.h.
(Qidentity): Define this variable.
(syms_of_casefiddle): Initialize and staticpro it.
(casify_object, casify_region): Handle multibyte.
Karl Heuer [Thu, 15 May 1997 07:35:32 +0000 (07:35 +0000)]
(compute_trt_identity, compute_trt_shuffle): Add comments.
Richard M. Stallman [Thu, 15 May 1997 05:18:28 +0000 (05:18 +0000)]
Don't create faces if make-face isn't defined.
Catch errors in setting face attributes.
(ansi-term-inv-fg-faces-vector): Define with defvar.
(ansi-term-inv-bg-faces-vector): Likewise.
(ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise.
(term-ignore-error): New mcro.
Richard M. Stallman [Thu, 15 May 1997 04:50:40 +0000 (04:50 +0000)]
(lpr-page-header-switches): Use -F, not -f.
Richard M. Stallman [Thu, 15 May 1997 04:02:49 +0000 (04:02 +0000)]
(mode-line-mule-info): Delete the colon.
(mode-line-buffer-identification): Delete %F:.
(mode-line-frame-identification): New variable.
(mode-line-format): Use mode-line-frame-identification.
Start with a dash.
(mode-line-modified): Delete the final dash.
Richard M. Stallman [Thu, 15 May 1997 03:59:36 +0000 (03:59 +0000)]
Fix previous change.
Richard M. Stallman [Thu, 15 May 1997 03:55:20 +0000 (03:55 +0000)]
(dired-mode): Don't include `Dired:' in mode line.