]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Mon, 7 Feb 1994 01:05:06 +0000 (01:05 +0000)]
(single_keymap_panes): Use internal_condition_case_1.
(single_keymap_panes_1): New function.
Richard M. Stallman [Mon, 7 Feb 1994 01:03:39 +0000 (01:03 +0000)]
(menu_bar_item): Use internal_condition_case_1.
(menu_bar_item_1): New function.
Richard M. Stallman [Mon, 7 Feb 1994 01:02:05 +0000 (01:02 +0000)]
(internal_condition_case_1): New function.
Richard M. Stallman [Mon, 7 Feb 1994 00:55:58 +0000 (00:55 +0000)]
(indent-c-exp): If line starts with }, ignore what
the previous line ends with.
Richard M. Stallman [Sun, 6 Feb 1994 23:40:45 +0000 (23:40 +0000)]
(kill-region): Test inhibit-read-only.
Richard M. Stallman [Sun, 6 Feb 1994 19:33:18 +0000 (19:33 +0000)]
(auto-mode-alist): Add elt for .tcl files.
Move texinfo elts up.
Richard M. Stallman [Sun, 6 Feb 1994 18:11:59 +0000 (18:11 +0000)]
(dired-listing-switches): Doc fix.
Richard M. Stallman [Sun, 6 Feb 1994 16:32:46 +0000 (16:32 +0000)]
(rmail-output): Handle rmail-output-file-alist.
Richard M. Stallman [Sun, 6 Feb 1994 08:05:58 +0000 (08:05 +0000)]
(init_frame_faces): Clear FRAME_N_COMPUTED_FACES
and FRAME_SIZE_COMPUTED_FACES.
(compute_glyph_face): New arg CURRENT_FACE specifies face to merge with.
Richard M. Stallman [Sun, 6 Feb 1994 08:04:54 +0000 (08:04 +0000)]
(fix_glyph): New function.
(display_text_line, display_string): Use fix_glyph.
(copy_rope): Function deleted.
(copy_part_of_rope): Merge the glyph's face using compute_glyph_face.
Take frame as additional arg.
(display_text_line): Use copy_part_of_rope always, not copy_rope.
Pass the frame as arg.
(display_string): Likewise.
(display_count_lines): Pass new arg to scan_buffer.
(display_menu_bar): Pass explicit max arg to display_string.
(display_string): New arg OBEY_WINDOW_WIDTH. All callers changed.
Richard M. Stallman [Sun, 6 Feb 1994 02:53:16 +0000 (02:53 +0000)]
(mouse-yank-secondary): Do move point.
(mouse-yank-at-point): New var.
(mouse-yank-at-click, mouse-yank-secondary): Obey tha.
Richard M. Stallman [Sun, 6 Feb 1994 02:33:28 +0000 (02:33 +0000)]
(menu-bar-emerge-menu): New map.
Richard M. Stallman [Sun, 6 Feb 1994 02:33:02 +0000 (02:33 +0000)]
Use > as convention for another menu follows.
(menu-bar-edit-menu): Add entry for Emerge.
Richard M. Stallman [Sun, 6 Feb 1994 02:07:44 +0000 (02:07 +0000)]
Add defvars for many vars already being used.
(emerge-options-menu, emerge-merge-menu, emerge-move-menu): New vars.
(emerge-setup-fixed-keymaps): Set up emerge-move-menu,
emerge-merge-menu and emerge-options-menu. Put them into
emerge-fast-keymap.
(emerge-set-keys): Put them into the emerge-edit-keymap.
(emerge-minor-modes-list): Add defvar.
(emerge-before-flag, emerge-after-flag): Move defvars up.
(emerge-files-remote, emerge-files-with-ancestor-remote):
(emerge-remote-exit): Var exit-func renamed to emerge-exit-func.
Richard M. Stallman [Sun, 6 Feb 1994 01:39:23 +0000 (01:39 +0000)]
Comment change.
Richard M. Stallman [Sat, 5 Feb 1994 22:42:49 +0000 (22:42 +0000)]
(main) [AIX]: Don't handle signal 20, 21 or 22.
Call signal 24 by name (SIGXCPU).
Roland McGrath [Sat, 5 Feb 1994 21:13:43 +0000 (21:13 +0000)]
(rlogin-delchar-or-send-Ctrl-D): Call rlogin-send-Ctrl-D. Doc fix.
Roland McGrath [Sat, 5 Feb 1994 21:00:13 +0000 (21:00 +0000)]
Removed many extra autoload cookies.
(rlogin-send-Ctrl-D): New function, on C-c C-d.
Richard M. Stallman [Sat, 5 Feb 1994 07:19:04 +0000 (07:19 +0000)]
(internal_condition_case_1): Declared.
Richard M. Stallman [Sat, 5 Feb 1994 05:05:39 +0000 (05:05 +0000)]
Comment changes and doc fixes.
The C program in the comments was moved into ../lib-src/profile.c.
Richard M. Stallman [Sat, 5 Feb 1994 04:58:38 +0000 (04:58 +0000)]
(profile): New target.
(UTILITIES): Mention profile.
Richard M. Stallman [Sat, 5 Feb 1994 02:23:44 +0000 (02:23 +0000)]
(desktop-internal-v2s): Allow saving of markers and subrs.
(desktop-delay-hook): New variable.
(desktop-read): Run desktop-delay-hook.
(desktop-globals-to-save): Save register-alist.
Always make desktop-locals-to-save local.
(desktop-value-to-string): Make sure floating point numbers are
output with maximum accuracy.
(desktop-bug-report): New function.
(desktop-internal-v2s): New function.
(desktop-value-to-string): Use above function.
(desktop-buffers-not-to-save): Add regexp for "nn" temporary files.
(desktop-save, <top-level>): Remove support for Emacs 18, because
it's not worth the effort and didn't work anymore, anyway.
(desktop-save): Needn't bind `print-escape-newlines' anymore.
Richard M. Stallman [Sat, 5 Feb 1994 02:19:28 +0000 (02:19 +0000)]
(string-rectangle): Make operate-on-rectangle convert tabs.
(string-rectangle-line): After inserting string, insert the same
width of whitespace that we deleted earlier.
(operate-on-rectangle): Operate even if width is 0.
(open-rectangle-line): Clean up.
Richard M. Stallman [Sat, 5 Feb 1994 01:33:12 +0000 (01:33 +0000)]
(outline-end-of-subtree): If loop leaves us at eob,
don't move back from there.
Richard M. Stallman [Fri, 4 Feb 1994 23:11:34 +0000 (23:11 +0000)]
(Fwhere_is_internal): Take just one keymap arg.
(where_is_string): Pass Voverriding_local_map for that arg.
Richard M. Stallman [Fri, 4 Feb 1994 23:09:25 +0000 (23:09 +0000)]
(Fsubstitute_command_keys): Pass keymap as that arg
to Fwhere_is_internal. Init keymap from Voverriding_local_map.
Richard M. Stallman [Fri, 4 Feb 1994 23:01:27 +0000 (23:01 +0000)]
(vc-make-backup-files): Doc fix.
Richard M. Stallman [Fri, 4 Feb 1994 22:59:05 +0000 (22:59 +0000)]
(rmail-reply): If no resent-date, use ordinary date.
If no resent-to, use empty string for to.
Richard M. Stallman [Fri, 4 Feb 1994 21:24:31 +0000 (21:24 +0000)]
(outline-mode-map): Move C-c C-h to C-c C-d.
Karl Heuer [Fri, 4 Feb 1994 20:51:16 +0000 (20:51 +0000)]
(verify_interval_modification): When checking read-only, allow for the case
that stickiness might be t instead of a list.
Richard M. Stallman [Fri, 4 Feb 1994 20:41:54 +0000 (20:41 +0000)]
(kbd_buffer_get_event): Pass 1 to read_avail_input.
Karl Heuer [Fri, 4 Feb 1994 20:21:21 +0000 (20:21 +0000)]
(drem): Check for this function.
Richard M. Stallman [Fri, 4 Feb 1994 20:20:00 +0000 (20:20 +0000)]
(Using NON_GNU_CPP): Don't lose if it has spaces.
If CPP was inherited from environment, don't use NON_GNU_CPP.
(NON_GNU_CC): Likewise.
(handling with_gcc): Use explicit if in the `no' case.
(cc_specified): New variable; if set, don't use NON_GNU_CC.
Karl Heuer [Fri, 4 Feb 1994 20:18:59 +0000 (20:18 +0000)]
(fmod): Implement it on systems where it's missing, using drem if available.
Fred Pierresteguy [Fri, 4 Feb 1994 17:13:26 +0000 (17:13 +0000)]
(xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one to
avoid the flickering of the menubar.
Richard M. Stallman [Fri, 4 Feb 1994 06:46:02 +0000 (06:46 +0000)]
(te-escape-help, te-more-break-help, terminal-emulator):
Pass just one KEYMAP arg to where-is-internal.
Richard M. Stallman [Fri, 4 Feb 1994 06:45:41 +0000 (06:45 +0000)]
(insert-kbd-macro): Pass (keymap) as KEYMAP arg to where-is-internal.
Richard M. Stallman [Fri, 4 Feb 1994 06:45:26 +0000 (06:45 +0000)]
(edit-kbd-macro, edmacro-finish-edit, insert-kbd-macro):
Pass (keymap) as KEYMAP arg to where-is-internal.
Richard M. Stallman [Fri, 4 Feb 1994 06:44:55 +0000 (06:44 +0000)]
(calendar-mode-map): Pass (keymap) as KEYMAP arg to where-is-internal.
Richard M. Stallman [Fri, 4 Feb 1994 04:45:52 +0000 (04:45 +0000)]
(sentence-end-double-space): New variable.
(fill-region-as-paragraph): Handle it.
Richard M. Stallman [Fri, 4 Feb 1994 04:37:44 +0000 (04:37 +0000)]
(do-auto-fill): Don't break line at period-single-space.
Karl Heuer [Fri, 4 Feb 1994 01:18:01 +0000 (01:18 +0000)]
Add comments describing the rules used by the merge algorithm.
Richard M. Stallman [Fri, 4 Feb 1994 01:13:05 +0000 (01:13 +0000)]
(comment-region): Fix previous change.
Richard M. Stallman [Fri, 4 Feb 1994 01:04:15 +0000 (01:04 +0000)]
(define-mode-clone): Renamed from mode-clone.
Swap args PARENT and CHILD.
Don't use clone-run-setup-function.
(clone-run-setup-function): Function deleted.
Richard M. Stallman [Fri, 4 Feb 1994 00:30:33 +0000 (00:30 +0000)]
Initial revision
Michael I. Bushnell [Thu, 3 Feb 1994 23:48:59 +0000 (23:48 +0000)]
Rms (in his change to comment-region on Feb 1) decided to make
`interactive' in the function backward-word all upper case. Needless
to say, this isn't such a good idea.
Richard M. Stallman [Thu, 3 Feb 1994 19:51:07 +0000 (19:51 +0000)]
(init_cmdargs): Set Vinstallation_directory.
(syms_of_emacs): staticpro it.
Richard M. Stallman [Thu, 3 Feb 1994 19:39:21 +0000 (19:39 +0000)]
(record_first_change): Check for buffer-undo-list = t.
Make an undo boundary if appropriate. Set last_undo_buffer.
(record_property_change): Use BUFFER, not current_buffer,
when testing undo_list.
Karl Heuer [Thu, 3 Feb 1994 19:18:21 +0000 (19:18 +0000)]
(c-fill-paragraph): Delete extraneous close paren.
Karl Heuer [Thu, 3 Feb 1994 18:54:04 +0000 (18:54 +0000)]
(merge_properties_sticky): Preserve original order of properties.
Richard M. Stallman [Thu, 3 Feb 1994 06:07:47 +0000 (06:07 +0000)]
(X_IO_BUG): Defined.
Richard M. Stallman [Thu, 3 Feb 1994 05:56:36 +0000 (05:56 +0000)]
(Fwrite_region): If FILENAME has no handler, see if VISIT has one.
Richard M. Stallman [Thu, 3 Feb 1994 05:55:12 +0000 (05:55 +0000)]
(Using NON_GNU_CPP): Don't lose if it has spaces.
Richard M. Stallman [Thu, 3 Feb 1994 05:06:01 +0000 (05:06 +0000)]
(scan_buffer): New arg ALLOW_QUIT.
(find_next_newline): Pass new arg.
Richard M. Stallman [Thu, 3 Feb 1994 05:05:42 +0000 (05:05 +0000)]
(find_defun_start): Pass new arg to scan_buffer.
Richard M. Stallman [Thu, 3 Feb 1994 05:05:12 +0000 (05:05 +0000)]
(Fforward_line): Pass new arg to scan_buffer.
Richard M. Stallman [Wed, 2 Feb 1994 23:47:57 +0000 (23:47 +0000)]
(XTread_socket): Add X_IO_BUG conditional.
Richard M. Stallman [Wed, 2 Feb 1994 23:45:08 +0000 (23:45 +0000)]
(dired-font-lock-keywords): New variable.
(font-lock-set-defaults): Handle dired.el.
Richard M. Stallman [Wed, 2 Feb 1994 23:19:42 +0000 (23:19 +0000)]
(thing@pt-version): Removed variable.
Richard M. Stallman [Wed, 2 Feb 1994 23:19:11 +0000 (23:19 +0000)]
(mouse-sel-version): Don't base version number on
RCS revision. Updated to version 2.0.
(mouse-sel-set-selection-function, mouse-sel-get-selection-function,
mouse-sel-check-selection-function):
Check whether X11 functions are bound when setting defaults.
(mouse-extend): Check whether modify-frame-parameters is bound before
calling it. Add support to kill region with double-mouse-3.
Richard M. Stallman [Wed, 2 Feb 1994 22:53:39 +0000 (22:53 +0000)]
(server-program): Add exec-directory to value.
Richard M. Stallman [Wed, 2 Feb 1994 22:35:44 +0000 (22:35 +0000)]
(mips-mips-riscos4*): Set NON_GNU_CPP.
Karl Heuer [Wed, 2 Feb 1994 21:57:02 +0000 (21:57 +0000)]
(sort-paragraphs): Use proper paragraph definition instead of just checking
for whitespace.
Karl Heuer [Wed, 2 Feb 1994 21:35:07 +0000 (21:35 +0000)]
(ad-execute-defadvices): Don't allocate advice-infos in pure space, in case we
want to preload this file.
Richard M. Stallman [Wed, 2 Feb 1994 20:43:50 +0000 (20:43 +0000)]
Doc fix.
Richard M. Stallman [Wed, 2 Feb 1994 20:00:15 +0000 (20:00 +0000)]
(shell-font-lock-keywords): Doc fix.
Eric S. Raymond [Wed, 2 Feb 1994 18:56:02 +0000 (18:56 +0000)]
(vc-mode-line): use force-mode-line-update instead of the Emacs 18
kluge.
Richard M. Stallman [Wed, 2 Feb 1994 18:46:29 +0000 (18:46 +0000)]
(disable-command): Reject invalid commands.
Karl Heuer [Wed, 2 Feb 1994 07:44:43 +0000 (07:44 +0000)]
(make-help-screen): Remove debugging code.
Karl Heuer [Wed, 2 Feb 1994 07:34:08 +0000 (07:34 +0000)]
(x_iconify_frame): Fix misbalanced BLOCK_INPUT/UNBLOCK_INPUT.
Karl Heuer [Wed, 2 Feb 1994 07:25:37 +0000 (07:25 +0000)]
(try_window_id): Don't pass value beyond ZV to compute_motion.
Karl Heuer [Wed, 2 Feb 1994 07:16:51 +0000 (07:16 +0000)]
(Fpos_visible_in_window_p): Return nil if POS > ZV.
Karl Heuer [Wed, 2 Feb 1994 06:32:28 +0000 (06:32 +0000)]
(x_term_init): Use get_system_name instead of gethostname.
Karl Heuer [Wed, 2 Feb 1994 06:31:26 +0000 (06:31 +0000)]
(get_system_name): Declared.
Karl Heuer [Wed, 2 Feb 1994 06:26:21 +0000 (06:26 +0000)]
(x_get_customization_string): Use get_system_name instead of gethostname.
Karl Heuer [Wed, 2 Feb 1994 06:20:58 +0000 (06:20 +0000)]
(get_system_name): Remove restriction on hostname size.
Karl Heuer [Wed, 2 Feb 1994 04:39:22 +0000 (04:39 +0000)]
Fix file-relative-name to allow for ancestors as well as descendants.
Eric S. Raymond [Wed, 2 Feb 1994 03:27:26 +0000 (03:27 +0000)]
vc-parse-buffer: arrange for old properties to get cleared when their
match string is not found in the master file.
Richard M. Stallman [Wed, 2 Feb 1994 00:06:43 +0000 (00:06 +0000)]
(mail-mailer-swallows-blank-line): New variable.
(sendmail-send-it): Add extra newline if appropriate.
Richard M. Stallman [Wed, 2 Feb 1994 00:05:42 +0000 (00:05 +0000)]
(comment-region): Handle comment-end deletion for C-u.
Don't let short lines confuse the comment-end deletion.
(comment-region): Just C-u prefix means uncomment lines.
Karl Heuer [Tue, 1 Feb 1994 23:21:22 +0000 (23:21 +0000)]
(Fmod): Use HAVE_FMOD.
Karl Heuer [Tue, 1 Feb 1994 23:18:34 +0000 (23:18 +0000)]
(HAVE_FMOD): Add another #undef.
Karl Heuer [Tue, 1 Feb 1994 23:17:03 +0000 (23:17 +0000)]
Check whether fmod exists.
Richard M. Stallman [Tue, 1 Feb 1994 23:10:41 +0000 (23:10 +0000)]
(font-lock-set-defaults): Handle shell mode.
(shell-font-lock-keywords): New variable.
Richard M. Stallman [Tue, 1 Feb 1994 18:24:12 +0000 (18:24 +0000)]
(SYNTAX_MATCH, SYNTAX): Fix non-GNUC definitions.
Richard M. Stallman [Tue, 1 Feb 1994 18:21:00 +0000 (18:21 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 1 Feb 1994 18:14:56 +0000 (18:14 +0000)]
Many doc fixes.
(pascal-get-beg-of-line, pascal-get-end-of-line):
Use defsubst. Renamed from get-...
(pascal-within-string): Use defsubst.
(delete-whitespaces): Function deleted;
callers use delete-horizontal-space instead.
(pascal-string-diff): Renamed from string-diff.
Complete rewrite. Added an outline- minor-mode and completion.
Richard M. Stallman [Tue, 1 Feb 1994 17:46:53 +0000 (17:46 +0000)]
(auto-mode-alist): Add .p and .pas for pascal-mode.
Fred Pierresteguy [Tue, 1 Feb 1994 17:33:14 +0000 (17:33 +0000)]
(x_set_menu_bar_lines): Test also menubar_widget before calling
XtDestroyWidget.
Richard M. Stallman [Tue, 1 Feb 1994 17:25:41 +0000 (17:25 +0000)]
(calculate-fortran-indent): Handle
Fortran 90 INTERFACE and SELECT/CASE blocks.
Richard M. Stallman [Tue, 1 Feb 1994 06:49:18 +0000 (06:49 +0000)]
(dumpglyphs): Don't crash for invalid face code.
Richard M. Stallman [Tue, 1 Feb 1994 03:46:09 +0000 (03:46 +0000)]
(revert-buffer): Doc fix.
Karl Heuer [Tue, 1 Feb 1994 01:32:48 +0000 (01:32 +0000)]
(font-lock-mode): Use the new hooks to get proper behavior on a revert.
Karl Heuer [Tue, 1 Feb 1994 01:31:37 +0000 (01:31 +0000)]
(revert-buffer): reposition after-revert-hook, and add before-revert-hook.
Richard M. Stallman [Tue, 1 Feb 1994 00:16:31 +0000 (00:16 +0000)]
(tabify): Don't delete back before initial START.
Richard M. Stallman [Tue, 1 Feb 1994 00:00:36 +0000 (00:00 +0000)]
(appt-display-interval, appt-display-duration)
(appt-message-warning-time): Use larger defaults.
Roland McGrath [Mon, 31 Jan 1994 23:57:52 +0000 (23:57 +0000)]
Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog.
Roland McGrath [Mon, 31 Jan 1994 23:05:32 +0000 (23:05 +0000)]
(visit-tags-table-buffer): Don't change VISIT-TAGS-TABLE-BUFFER-CONT when
it is 'same. Do list verification frobbing for it being either 'same or
nil; but only set tags-table-list-started-at and tags-table-list-pointer
when it's nil.
Richard M. Stallman [Mon, 31 Jan 1994 16:41:12 +0000 (16:41 +0000)]
(show-children): Don't call outline-level at eob.
Richard M. Stallman [Mon, 31 Jan 1994 16:16:05 +0000 (16:16 +0000)]
(calendar-print-hebrew-date): Change to use calendar-hebrew-date-string.