]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Sat, 7 Oct 1995 22:00:06 +0000 (22:00 +0000)]
(describe_vector): Use Flength to get length of vector.
Richard M. Stallman [Sat, 7 Oct 1995 21:59:28 +0000 (21:59 +0000)]
(describe_syntax): Handle new syntax-table data format.
(Fmodify_syntax_entry, init_syntax_once): Use SET_RAW_SYNTAX_ENTRY.
Handle new syntax-table data format.
(check_syntax_table): Use CHECK_CHAR_TABLE. Now static.
Don't return anything; callers changed.
(Fcopy_syntax_table): Use Fcopy_sequence.
(Fchar_syntax, Fmatching_paren, Fforward_comment): Copy complex args
to SYNTAX into variables before using them.
(Fsyntax_table_p): Accept any char-table.
(syntax_parent_lookup): New function.
(syntax_temp): New variable.
Richard M. Stallman [Sat, 7 Oct 1995 21:55:20 +0000 (21:55 +0000)]
Use char tables as syntax tables.
(RAW_SYNTAX, RAW_SYNTAX_MATCH): Macros deleted.
(RAW_SYNTAX_ENTRY, SET_RAW_SYNTAX_ENTRY): New macros.
(SYNTAX, SYNTAX_MATCH): Rewritten.
(SYNTAX_ENTRY, SYNTAX_WITH_FLAGS): New macros.
(SYNTAX_COMSTART_SECOND, SYNTAX_COMEND_FIRST, SYNTAX_COMEND_SECOND)
(SYNTAX_PREFIX, SYNTAX_COMMENT_STYLE): Use SYNTAX_WITH_FLAGS.
Richard M. Stallman [Sat, 7 Oct 1995 21:54:29 +0000 (21:54 +0000)]
(callint_message, callint_message_size): New vars.
(syms_of_callint): Set up new vars.
(Fcall_interactively): Keep the prompt in the heap.
Richard M. Stallman [Sat, 7 Oct 1995 21:53:27 +0000 (21:53 +0000)]
(Fmake_chartable, Fmake_boolvector): New functions.
(syms_of_alloc): defsubr them.
Richard M. Stallman [Sat, 7 Oct 1995 21:52:15 +0000 (21:52 +0000)]
(Fset_char_table_range): New function.
(make_char_table, Fmap_char_table): New function.
(Fchar_table_extra_slot, Fset_char_table_extra_slot): New functions.
(Fcopy_sequence, Felt, internal_equal, Ffillarray):
Handle chartables and boolvectors.
(Flength, concat): Handle boolvectors as args.
(Flength): Handle chartables as args.
Richard M. Stallman [Sat, 7 Oct 1995 16:07:24 +0000 (16:07 +0000)]
(bytecode.o): Depend on syntax.h.
Richard M. Stallman [Fri, 6 Oct 1995 22:42:19 +0000 (22:42 +0000)]
(byte-compile-from-buffer): Bind print-level.
Richard M. Stallman [Fri, 6 Oct 1995 22:40:25 +0000 (22:40 +0000)]
(newline): Call barf-if-buffer-read-only.
Richard M. Stallman [Fri, 6 Oct 1995 15:12:44 +0000 (15:12 +0000)]
Fix typo calling iso-accents-customize.
(iso-accents-compose): If this-command is non-nil, do prompt.
Michael Kifer [Fri, 6 Oct 1995 04:36:30 +0000 (04:36 +0000)]
Added ${lispsource}ediff-hook.elc after vc-hooks.
Michael Kifer [Fri, 6 Oct 1995 01:20:06 +0000 (01:20 +0000)]
Added (load "ediff-hook") after loading vc-hook.
Michael Kifer [Fri, 6 Oct 1995 01:01:08 +0000 (01:01 +0000)]
(ediff-files,ediff-merge-files): better file-name defaults.
(ediff-split-string): new function.
(ediff-exec-process): now handles diff args separated by space.
(ediff-backup-extension): new variable.
Replaced -hooks with -hook.
(ediff-revision-key): variable deleted.
Moved menubar definitions to a new file, ediff-hook.el
Michael Kifer [Fri, 6 Oct 1995 01:00:10 +0000 (01:00 +0000)]
(ediff-make-frame-position): fixed bugs.
(ediff-control-frame-parameters): fixed defaults.
Michael Kifer [Fri, 6 Oct 1995 00:59:04 +0000 (00:59 +0000)]
(ediff-toggle-read-only,ediff-read-file-name):
replaced abbreviate-file-name with ediff-abbreviate-file-name.
(ediff-documentation): bug fix.
(ediff-setup,ediff-really-quit): modified to work with Ediff session groups.
(ediff-quit,ediff-really-quit): now ask if the user wants to delete buffers.
Michael Kifer [Fri, 6 Oct 1995 00:57:20 +0000 (00:57 +0000)]
Initial revision
Michael Kifer [Fri, 6 Oct 1995 00:56:53 +0000 (00:56 +0000)]
*** empty log message ***
Michael Kifer [Fri, 6 Oct 1995 00:55:57 +0000 (00:55 +0000)]
(ediff-abbreviate-file-name): function modified.
(ediff-truncate-string-left): new function.
(ediff-strip-last-dir,ediff-key-press-event-p,ediff-event-point,
ediff-event-buffer): new functions.
(ediff-frame-has-menubar,ediff-protect-meta-chars): functions deleted.
Michael Kifer [Fri, 6 Oct 1995 00:54:28 +0000 (00:54 +0000)]
(ediff-setup-diff-regions,ediff-setup-diff-regions3,
ediff-setup-fine-diff-regions): functions modified.
(ediff-shell-command,ediff-shell-command-sentinel,
ediff-shell-command-filter): deleted.
(ediff-exec-process,ediff-process-sentinel,ediff-process-filter): new.
Richard M. Stallman [Thu, 5 Oct 1995 23:44:20 +0000 (23:44 +0000)]
(Fset_window_hscroll): Don't reject args > SHORTBITS.
Richard M. Stallman [Thu, 5 Oct 1995 23:40:03 +0000 (23:40 +0000)]
(appt-disp-window): Call raise-frame.
Richard M. Stallman [Thu, 5 Oct 1995 23:15:11 +0000 (23:15 +0000)]
(Fmove_to_column): Make it interactive.
Richard M. Stallman [Thu, 5 Oct 1995 22:26:26 +0000 (22:26 +0000)]
Fix typo in prev change.
Richard M. Stallman [Thu, 5 Oct 1995 22:25:38 +0000 (22:25 +0000)]
(View-search-regexp-forward, View-search-regexp-backward):
If arg is empty, use view-last-regexp.
(view-overlay): New variable, local in all buffers.
(view-search): Highlight the match using view-overlay.
(view-exit): Delete view-overlay.
Richard M. Stallman [Thu, 5 Oct 1995 16:35:45 +0000 (16:35 +0000)]
Add `athen' as synonym for `athena'.
Richard M. Stallman [Wed, 4 Oct 1995 20:07:33 +0000 (20:07 +0000)]
(gnus-summary-save-in-mail): Use mail-file-babyl-p.
Richard M. Stallman [Wed, 4 Oct 1995 20:02:20 +0000 (20:02 +0000)]
(gnus-inews-do-fcc): Use mail-file-babyl-p.
Richard M. Stallman [Wed, 4 Oct 1995 19:42:04 +0000 (19:42 +0000)]
(recover-session): Use auto-save-list-file-prefix.
Richard M. Stallman [Wed, 4 Oct 1995 19:41:15 +0000 (19:41 +0000)]
(auto-save-list-file-prefix): New variable.
(normal-top-level): Use it.
Richard M. Stallman [Wed, 4 Oct 1995 19:34:25 +0000 (19:34 +0000)]
(mail-signature-file): New variable.
Fix various doc strings to mention it.
(mail-signature): Use mail-signature-file.
Richard M. Stallman [Wed, 4 Oct 1995 18:34:14 +0000 (18:34 +0000)]
(recover-session-finish): Ask only about files that
have auto-save files now. Don't put "temp" into temp file names.
Richard M. Stallman [Wed, 4 Oct 1995 17:24:33 +0000 (17:24 +0000)]
(Fmake_indirect_buffer): Was taking marker positions
from current buffer, which is irrelevant.
Richard M. Stallman [Wed, 4 Oct 1995 16:07:50 +0000 (16:07 +0000)]
(unrmail): Call rmail-toggle-header.
Richard M. Stallman [Wed, 4 Oct 1995 16:00:11 +0000 (16:00 +0000)]
(isearch-forward): Doc fix.
André Spiegel [Wed, 4 Oct 1995 15:13:04 +0000 (15:13 +0000)]
(vc-next-action-on-file): When locking the latest trunk version,
use empty version number.
Richard M. Stallman [Tue, 3 Oct 1995 18:43:12 +0000 (18:43 +0000)]
(Fmake_overlay): Set end-marker's insertion_type to 1.
Richard M. Stallman [Tue, 3 Oct 1995 15:11:56 +0000 (15:11 +0000)]
Fix name of buffer-substring-no-properties.
Richard M. Stallman [Tue, 3 Oct 1995 09:17:37 +0000 (09:17 +0000)]
(Vsuggest_key_bindings): New variable.
(syms_of_keyboard): Set up Lisp variable.
(Fexecute_extended_command): When enabled, show an equivalent key binding.
Richard M. Stallman [Tue, 3 Oct 1995 09:15:49 +0000 (09:15 +0000)]
(write_segment): Use pagesize as unit of writing instead of 128.
Richard M. Stallman [Tue, 3 Oct 1995 09:14:54 +0000 (09:14 +0000)]
(Qmouse_leave_buffer_hook): New variable.
(syms_of_frame_1): Initialize it.
(Fhandle_switch_frame): Run the hooks.
Richard M. Stallman [Tue, 3 Oct 1995 09:13:55 +0000 (09:13 +0000)]
(get_display_line): Don't abort if there's text
in the line to the right beyond HPOS.
(quit_error_check): Make this a no-op.
Richard M. Stallman [Tue, 3 Oct 1995 09:12:50 +0000 (09:12 +0000)]
(Qwindow_scroll_functions, Vwindow_scroll_functions): New variables.
(syms_of_xdisp): Initialize them.
(redisplay_window): Call the functions when appropriate.
Richard M. Stallman [Tue, 3 Oct 1995 09:11:08 +0000 (09:11 +0000)]
(run_hook_with_args_2): New function.
Richard M. Stallman [Tue, 3 Oct 1995 09:09:30 +0000 (09:09 +0000)]
(window_scroll): Always set force_start.
Noah Friedman [Sun, 1 Oct 1995 21:31:09 +0000 (21:31 +0000)]
(te-escape): Remove spurious partial duplicate definition.
Richard M. Stallman [Sun, 1 Oct 1995 20:17:02 +0000 (20:17 +0000)]
(re_search_2): Use 0, not -1, as the lower bound
for the match position when we adjust RANGE.
Richard M. Stallman [Sun, 1 Oct 1995 20:00:22 +0000 (20:00 +0000)]
(print-help-return-message): Handle lists in
special-display-regexps and same-window-regexps. Also in
special-display-buffer-names and same-window-buffer-names
Richard M. Stallman [Sun, 1 Oct 1995 07:14:42 +0000 (07:14 +0000)]
(barf_or_query_if_file_exists): New arg STATPTR. Callers changed.
(Fcopy_file): Error if input and output are the same file.
Richard M. Stallman [Sun, 1 Oct 1995 03:43:42 +0000 (03:43 +0000)]
Add early support for Solaris 2.5 on PowerPCs.
[USG5_4] (CANNOT_DUMP): Define this if USG5_4.
(UNEXEC): Don't define if already defined.
[USG5_4] (DATA_SEG_BITS, LIBS_MACHINE): Alternate definitions.
(C_SWITCH_MACHINE, LD_SWITCH_MACHINE, NLIST_STRUCT, WORDS_BIG_ENDIAN)
(TEXT_START, DATA_START, TEXT_END, DATA_END):
Don't define, if USG5_4.
Richard M. Stallman [Sun, 1 Oct 1995 03:43:11 +0000 (03:43 +0000)]
(powerpc-*-solaris2): New alternative.x
Roland McGrath [Sat, 30 Sep 1995 16:35:12 +0000 (16:35 +0000)]
(cd): Fix interactive spec to require match if there is no CDPATH.
Richard M. Stallman [Fri, 29 Sep 1995 03:50:47 +0000 (03:50 +0000)]
Fix previous change.
Richard M. Stallman [Fri, 29 Sep 1995 03:49:35 +0000 (03:49 +0000)]
(comint-password-prompt-regexp): Recognize
Old Password and New password.
Richard M. Stallman [Fri, 29 Sep 1995 00:48:05 +0000 (00:48 +0000)]
(ispell-message-text-end): Match reporter.el bug reports.
Richard M. Stallman [Thu, 28 Sep 1995 19:19:08 +0000 (19:19 +0000)]
(interpreter-mode-alist): Handle nawk.
Richard M. Stallman [Thu, 28 Sep 1995 02:34:44 +0000 (02:34 +0000)]
(sendmail-send-it): Handle FCC after all text changes.
(mail-do-fcc): Don't add From field here.
Richard M. Stallman [Wed, 27 Sep 1995 17:39:32 +0000 (17:39 +0000)]
(ange-ftp-dumb-unix-host): Avoid error if HOST is nil.
Richard M. Stallman [Wed, 27 Sep 1995 15:26:15 +0000 (15:26 +0000)]
(undigestify-rmail-message): Better error messages.
Richard M. Stallman [Mon, 25 Sep 1995 23:22:40 +0000 (23:22 +0000)]
Fix minor error.
Richard M. Stallman [Mon, 25 Sep 1995 22:15:11 +0000 (22:15 +0000)]
(add-log-current-defun): Ignore quotes before fcn name.
Karl Heuer [Mon, 25 Sep 1995 19:50:22 +0000 (19:50 +0000)]
(Info-fontify-node): Fix previous change.
Karl Heuer [Mon, 25 Sep 1995 18:58:51 +0000 (18:58 +0000)]
(Info-title-face-alist): New var.
(Info-fontify-node): Check for headings that are `underlined' with
characters on the following line.
Richard M. Stallman [Mon, 25 Sep 1995 18:46:19 +0000 (18:46 +0000)]
(Fx_create_frame): Set up buffer-predicate slot.
(x_decode_color): Get error if color not defined.
Richard M. Stallman [Mon, 25 Sep 1995 18:44:59 +0000 (18:44 +0000)]
(safe_run_hooks): No longer static.
(read_char_x_menu_prompt):
When unreading events generated by a menu,
turn symbols and integers into lists,
for the sake of last_nonmenu_event and thus y-or-n-p.
Richard M. Stallman [Mon, 25 Sep 1995 18:42:00 +0000 (18:42 +0000)]
(read_minibuf_unwind): Use safe_run_hooks.
Richard M. Stallman [Mon, 25 Sep 1995 18:40:24 +0000 (18:40 +0000)]
(undigestify-rmail-message): Scan back as far as start
of message, to find end of digest.
Richard M. Stallman [Mon, 25 Sep 1995 18:39:31 +0000 (18:39 +0000)]
(help-mode): Call view-mode.
Richard M. Stallman [Mon, 25 Sep 1995 18:36:32 +0000 (18:36 +0000)]
(view-mode-enter): Renamed from view-mode. Callers changed.
Don't create local vars here. Set view-mode-auto-exit.
Don't change local map--just set view-mode.
(view-mode): New function toggles minor mode in the usual way.
(view-mode-map): Put this on minor-mode-map-alist.
(view-mode-exit): Do the exit actions only if view-mode-auto-exit.
(View-scroll-lines-forward): Exit only if view-scroll-lines-forward.
(view-mode-auto-exit, view-old-buffer-read-only)
(view-old-Helper-return-blurb, view-scroll-size, view-last-regexp)
(view-exit-action, view-return-here, view-exit-position):
Defvar them and make them always-local.
Richard M. Stallman [Mon, 25 Sep 1995 18:21:48 +0000 (18:21 +0000)]
(clipboard-yank): Add delete-selection property.
Richard M. Stallman [Mon, 25 Sep 1995 18:20:30 +0000 (18:20 +0000)]
(dun-climb): Handle unknown object name.
(dun-objnames): Add "palm" as alias for "tree".
Richard M. Stallman [Mon, 25 Sep 1995 14:55:02 +0000 (14:55 +0000)]
(mark-sexp-diary-entries): Add \ for C-M-f's sake.
Richard M. Stallman [Mon, 25 Sep 1995 14:50:42 +0000 (14:50 +0000)]
Fix typo.
Erik Naggum [Mon, 25 Sep 1995 11:04:07 +0000 (11:04 +0000)]
(command-line-1): --insert: Don't complain on --insert=file.
Erik Naggum [Mon, 25 Sep 1995 10:56:15 +0000 (10:56 +0000)]
(command-line-1): --eval: Don't print the value.
Richard M. Stallman [Sun, 24 Sep 1995 23:33:06 +0000 (23:33 +0000)]
(popup_get_selection): Pop menu down if button is pressed
outside the menu.
(xmenu_show): Ignore `quote' when looking up the result.
Richard M. Stallman [Sun, 24 Sep 1995 23:28:18 +0000 (23:28 +0000)]
(server-process-filter): Ignore lines that don't start
with `Error:' or `Client:'.
Richard M. Stallman [Sun, 24 Sep 1995 23:25:06 +0000 (23:25 +0000)]
(occur): Indent better for matches that contain newlines.
Richard M. Stallman [Sun, 24 Sep 1995 23:20:39 +0000 (23:20 +0000)]
[These changes were actually in the previous version.
This version is a doc fix.]
(mouse-drag-vertical-line): New function.
(mouse-scroll-min-lines): New variable.
(mouse-scroll-subr): Use it.
(mouse-drag-region): Record where the mouse drag has reached
and use that to adjust the drag event before replaying it.
(mouse-drag-region): Store the right end position
in the drag-event before replaying it at the end.
(mouse-skip-word): Skip complete symbol when over a
character with symbol syntax.
Richard M. Stallman [Sun, 24 Sep 1995 03:59:02 +0000 (03:59 +0000)]
(auto-compression-mode): Add autoload cookie.
Renamed from toggle-auto-compression.
(toggle-auto-compression): Define as alias.
Erik Naggum [Fri, 22 Sep 1995 21:51:21 +0000 (21:51 +0000)]
(get-setf-method): Protect caller's match-data from string-match.
Karl Heuer [Fri, 22 Sep 1995 21:34:12 +0000 (21:34 +0000)]
(edt-setup-default-bindings): Revert function is
revert-buffer, not revert-file.
Karl Heuer [Fri, 22 Sep 1995 21:31:45 +0000 (21:31 +0000)]
Major revision.
Much improved and quicker highlighting using font-lock.
Support for hilit19 removed.
Support for imenu added.
Changed indentation for continue statements.
Added treatment of preprocessor directives.
(f90-directive-comment-re) is now a regular expression.
Many bug fixes.
Edward M. Reingold [Fri, 22 Sep 1995 19:36:26 +0000 (19:36 +0000)]
Fix display of Chinese date.
Richard M. Stallman [Fri, 22 Sep 1995 02:48:04 +0000 (02:48 +0000)]
(mail-do-fcc): Clear read-only flag in ` mail-temp' buffer.
Richard M. Stallman [Fri, 22 Sep 1995 02:46:46 +0000 (02:46 +0000)]
(mail-do-fcc): Erase the ` mail-temp' buffer.
Erik Naggum [Thu, 21 Sep 1995 22:03:57 +0000 (22:03 +0000)]
(byte-boolean-vars): Update list to reflect actual DEFVAR_BOOL symbols in
the C code.
Karl Heuer [Thu, 21 Sep 1995 21:06:26 +0000 (21:06 +0000)]
(edt-set-term-width-80, edt-set-term-width-132):
Terminal-specific functions.
Don't redefine edt-set-screen-width-80 and edt-set-screen-width-132.
Karl Heuer [Thu, 21 Sep 1995 21:06:09 +0000 (21:06 +0000)]
(edt-set-screen-width-80, edt-set-screen-width-132):
If a terminal-specific function exists, call it.
Karl Heuer [Thu, 21 Sep 1995 20:54:35 +0000 (20:54 +0000)]
(te-escape, te-escape-help): Handle non-ASCII events.
Richard M. Stallman [Thu, 21 Sep 1995 20:21:16 +0000 (20:21 +0000)]
(mail-file-babyl-p): Function deleted.
(sendmail-send-it): Load mail-utils first thing.
Richard M. Stallman [Thu, 21 Sep 1995 20:20:49 +0000 (20:20 +0000)]
(mail-file-babyl-p): Function moved from rmail.el and renamed.
Richard M. Stallman [Thu, 21 Sep 1995 20:20:11 +0000 (20:20 +0000)]
(rmail-file-p): Function moved to mail-utils.el
and renamed to mail-file-babyl-p.
(rmail-output, rmail-output-to-rmail-file): Use new name.
Edward M. Reingold [Thu, 21 Sep 1995 03:11:06 +0000 (03:11 +0000)]
Initial revision
Edward M. Reingold [Thu, 21 Sep 1995 03:05:13 +0000 (03:05 +0000)]
New file.
Edward M. Reingold [Thu, 21 Sep 1995 03:04:16 +0000 (03:04 +0000)]
*** empty log message ***
Edward M. Reingold [Thu, 21 Sep 1995 02:57:43 +0000 (02:57 +0000)]
Initial revision
Edward M. Reingold [Thu, 21 Sep 1995 02:54:58 +0000 (02:54 +0000)]
Minor fixes; moved some code here from other calendar files.
Edward M. Reingold [Thu, 21 Sep 1995 02:51:24 +0000 (02:51 +0000)]
Minor fixes.
Edward M. Reingold [Thu, 21 Sep 1995 02:49:54 +0000 (02:49 +0000)]
Added new calendars to menus and made minor fixes.
Edward M. Reingold [Thu, 21 Sep 1995 02:48:58 +0000 (02:48 +0000)]
Moved stuff to calendar.el, as per RSM's request.