bpt/emacs.git
27 years ago(store_frame_param): Allow setting a frame's minibuffer
Karl Heuer [Wed, 2 Oct 1996 01:03:22 +0000 (01:03 +0000)]
(store_frame_param): Allow setting a frame's minibuffer
to the value that it already has.

27 years ago(syms_of_buffer): Doc fix.
Richard M. Stallman [Tue, 1 Oct 1996 22:49:15 +0000 (22:49 +0000)]
(syms_of_buffer): Doc fix.

27 years ago(imenu--make-index-alist): Add doc string.
Richard M. Stallman [Mon, 30 Sep 1996 23:38:43 +0000 (23:38 +0000)]
(imenu--make-index-alist): Add doc string.

27 years ago(date): Make default format acceptable to CVS post v1.8
Paul Eggert [Mon, 30 Sep 1996 22:15:13 +0000 (22:15 +0000)]
(date): Make default format acceptable to CVS post v1.8
as well as earlier CVSs and RCS.

27 years ago(etags-file-of-tag): Fix looking-at regexp.
Richard M. Stallman [Sun, 29 Sep 1996 22:58:23 +0000 (22:58 +0000)]
(etags-file-of-tag): Fix looking-at regexp.

27 years ago(main): If the lock call fails with EBUSY or
Richard M. Stallman [Sun, 29 Sep 1996 22:45:55 +0000 (22:45 +0000)]
(main): If the lock call fails with EBUSY or
EAGAIN, retry a few times.

27 years ago(show_mouse_face): Undo 1996-08-30 change.
Richard M. Stallman [Sun, 29 Sep 1996 01:29:41 +0000 (01:29 +0000)]
(show_mouse_face): Undo 1996-08-30 change.

27 years agoCreate a subdir named `lisp'.
Erik Naggum [Sat, 28 Sep 1996 21:20:54 +0000 (21:20 +0000)]
Create a subdir named `lisp'.

27 years ago(Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.
Richard M. Stallman [Sat, 28 Sep 1996 20:38:18 +0000 (20:38 +0000)]
(Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.

27 years ago(perldb): Supply visited file name, or -e 0, as default args.
Richard M. Stallman [Sat, 28 Sep 1996 20:37:44 +0000 (20:37 +0000)]
(perldb): Supply visited file name, or -e 0, as default args.

27 years ago(ps-print-prologue-1): Fix bug in postscript comment lines.
Richard M. Stallman [Sat, 28 Sep 1996 04:34:34 +0000 (04:34 +0000)]
(ps-print-prologue-1): Fix bug in postscript comment lines.
(ps-nb-pages): Call ps-setup _before_ switching to the other
buffer, because of buffer variables.

Major rewrite.
(ps-page-dimensions-database, ps-paper-type): Replace the
following global variables:
(ps-a4-page-height, ps-a4-page-width, ps-legal-page-height,
ps-legal-page-width, ps-letter-page-height, ps-letter-page-width,
ps-pages-alist, ps-page-dimensions): Variables deleted.
(ps-page-height-i, ps-page-width-i): Variables deleted.
(ps-print-prologue): Variable deleted.
(ps-print-prologue-1, ps-print-prologue-2): New variables.
Major rewrite of the postscript code to handle landscape mode,
multiple columns and new font management.
(ps-landscape-mode, ps-number-of-columns, ps-inter-column): New
variables.
Add landscape mode and multiple columns with interspacing.
(ps-font-info-database, ps-font-family, ps-font-size,
ps-header-font-family, ps-header-font-size, ps-header-title-font,
ps-header-title-font-size): New variables.
New font management interface.
(ps-header-line-pad, ps-header-offset): New variables.
(ps-header-font, ps-landscape-page-height): New internal variables.
(ps-top-margin): Change its semantics.  It is now really the top
margin, not anymore twice the top margin.
(/ReportAllFontInfo):  New postscript function to get all the font
families of the printer.
(ps-setup): New function.
(ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region): New
utility functions.
(ps-page-dimensions-get-width, ps-page-dimensions-get-height): New macros.
(/HeaderOffset): Fix bug with /PrintStartY.
(/SetHeaderLines): Fix bug.

27 years ago(with-temp-file): Add lisp-indent-function property.
Richard M. Stallman [Sat, 28 Sep 1996 04:21:22 +0000 (04:21 +0000)]
(with-temp-file): Add lisp-indent-function property.

27 years ago(with-temp-file): New macro.
Richard M. Stallman [Sat, 28 Sep 1996 04:16:00 +0000 (04:16 +0000)]
(with-temp-file): New macro.

27 years agoAdd `provide' call.
Richard M. Stallman [Sat, 28 Sep 1996 03:17:21 +0000 (03:17 +0000)]
Add `provide' call.

27 years ago(x_set_scroll_bar_width): Move cursor to the
Richard M. Stallman [Fri, 27 Sep 1996 23:44:49 +0000 (23:44 +0000)]
(x_set_scroll_bar_width): Move cursor to the
left margin, past a scroll bar, if any.

27 years ago(tex-main-file): Add missing initial value.
Richard M. Stallman [Fri, 27 Sep 1996 20:42:12 +0000 (20:42 +0000)]
(tex-main-file): Add missing initial value.
(tex-file): Set tex-print-file to source-file always.

27 years ago(Vdebug_force): New variable.
Richard M. Stallman [Fri, 27 Sep 1996 20:39:38 +0000 (20:39 +0000)]
(Vdebug_force): New variable.
(syms_of_eval): Set up Lisp var.
(find_handler_clause): If Vdebug_force, call debugger
even if there are handlers.

27 years ago(save-current-buffer, with-current-buffer)
Richard M. Stallman [Fri, 27 Sep 1996 20:38:03 +0000 (20:38 +0000)]
(save-current-buffer, with-current-buffer)
(with-output-to-string): Specify how to indent.

27 years ago(ange-ftp-skip-msgs): Recognize `passive'.
Richard M. Stallman [Fri, 27 Sep 1996 19:28:43 +0000 (19:28 +0000)]
(ange-ftp-skip-msgs): Recognize `passive'.

27 years ago(XTflash): Don't flash in the internal borders.
Richard M. Stallman [Fri, 27 Sep 1996 07:46:54 +0000 (07:46 +0000)]
(XTflash): Don't flash in the internal borders.
or between a scroll bar and the edge.

(XTflash): Flash just top and bottom screen line.

(XTread_socket): Finish previous change.

27 years ago(x_set_internal_border_width, Fx_create_frame):
Richard M. Stallman [Fri, 27 Sep 1996 06:53:49 +0000 (06:53 +0000)]
(x_set_internal_border_width, Fx_create_frame):
Call widget_store_internal_border.
(Fx_create_frame): Don't use a superclass when
checking for an internalBorder resource.

27 years ago(widget_store_internal_border): New function.
Richard M. Stallman [Fri, 27 Sep 1996 06:52:45 +0000 (06:52 +0000)]
(widget_store_internal_border): New function.
(EmacsFrameSetValues): Undo previous change.

27 years agoDelete all the autoload calls.
Richard M. Stallman [Fri, 27 Sep 1996 00:34:05 +0000 (00:34 +0000)]
Delete all the autoload calls.

27 years agoAdd many autoload cookies.
Richard M. Stallman [Fri, 27 Sep 1996 00:33:39 +0000 (00:33 +0000)]
Add many autoload cookies.

27 years ago(rmail-edit-current-message): Add autoload.
Richard M. Stallman [Fri, 27 Sep 1996 00:31:16 +0000 (00:31 +0000)]
(rmail-edit-current-message): Add autoload.

27 years ago(set-rmail-inbox-list): Add autoload cookie.
Richard M. Stallman [Fri, 27 Sep 1996 00:30:40 +0000 (00:30 +0000)]
(set-rmail-inbox-list): Add autoload cookie.

27 years ago(rmail-read-label, rmail-add-label, rmail-kill-label)
Richard M. Stallman [Fri, 27 Sep 1996 00:29:24 +0000 (00:29 +0000)]
(rmail-read-label, rmail-add-label, rmail-kill-label)
(rmail-previous-labeled-message, rmail-next-labeled-message):
Add autoloads.

27 years ago(rmail-summary-by-senders, rmail-summary): Add autoload.
Richard M. Stallman [Fri, 27 Sep 1996 00:25:55 +0000 (00:25 +0000)]
(rmail-summary-by-senders, rmail-summary): Add autoload.
(rmail-summary-by-topic, rmail-summary-by-regexp): Likewise.
(rmail-summary-by-recipients, rmail-summary-by-labels): Likewise.

27 years ago(rmail-fields-not-to-output): Add autoload cookie.
Richard M. Stallman [Fri, 27 Sep 1996 00:22:02 +0000 (00:22 +0000)]
(rmail-fields-not-to-output): Add autoload cookie.
(rmail-output-to-rmail-file, rmail-output): Likewise.

27 years ago(isfloat_string): Accept E like e.
Richard M. Stallman [Thu, 26 Sep 1996 21:20:05 +0000 (21:20 +0000)]
(isfloat_string): Accept E like e.

27 years ago(KERNEL_FILE): Redefine it here.
Richard M. Stallman [Thu, 26 Sep 1996 08:44:42 +0000 (08:44 +0000)]
(KERNEL_FILE): Redefine it here.

27 years ago(exec-to-string): New alias.
Richard M. Stallman [Thu, 26 Sep 1996 07:48:03 +0000 (07:48 +0000)]
(exec-to-string): New alias.

27 years ago(Fset_text_properties, Fadd_text_properties)
Richard M. Stallman [Thu, 26 Sep 1996 03:48:10 +0000 (03:48 +0000)]
(Fset_text_properties, Fadd_text_properties)
(Fremove_text_properties): Call modify_region and signal_after_change
only for buffers, not for strings.

27 years ago(syms_of_window): Doc fixes.
Richard M. Stallman [Thu, 26 Sep 1996 03:43:31 +0000 (03:43 +0000)]
(syms_of_window): Doc fixes.

27 years ago(sigsetmask, _longjmp, _setjmp): #undef them.
Richard M. Stallman [Thu, 26 Sep 1996 03:36:38 +0000 (03:36 +0000)]
(sigsetmask, _longjmp, _setjmp): #undef them.
(_BSD_SIGNALS): Definition deleted.

27 years ago(struct frame): New field window_width.
Richard M. Stallman [Wed, 25 Sep 1996 22:41:09 +0000 (22:41 +0000)]
(struct frame): New field window_width.
(FRAME_WINDOW_WIDTH): Refer to window_width field.
(SET_FRAME_WIDTH): Set window_width field as well as width field.

27 years ago(init_dosfns): When setting `__opendir_flags' value,
Richard M. Stallman [Wed, 25 Sep 1996 22:39:43 +0000 (22:39 +0000)]
(init_dosfns): When setting `__opendir_flags' value,
override the bits recorded when dumping.

27 years ago(auto-mode-alist): Add lower-case varieties of
Richard M. Stallman [Wed, 25 Sep 1996 22:37:27 +0000 (22:37 +0000)]
(auto-mode-alist): Add lower-case varieties of
ChangeLog filenames, for case-insensitive MSDOS and MS-Windows.

(insert-file-contents-literally): Doc fix.

27 years ago(split-string): Fix minor bug.
Richard M. Stallman [Wed, 25 Sep 1996 22:35:17 +0000 (22:35 +0000)]
(split-string): Fix minor bug.

27 years ago(rlog_options): Use $rlog, not rlog, when deciding whether to append -zLT.
Paul Eggert [Wed, 25 Sep 1996 09:53:56 +0000 (09:53 +0000)]
(rlog_options): Use $rlog, not rlog, when deciding whether to append -zLT.

27 years ago(set_properties, add_properties, remove_properties):
Richard M. Stallman [Wed, 25 Sep 1996 08:01:52 +0000 (08:01 +0000)]
(set_properties, add_properties, remove_properties):
Don't call modify_region or signal_after_change here.
(Fset_text_properties, Fadd_text_properties, Fremove_text_properties):
Call them here when appropriate.

27 years ago(XTread_socket): Delete WAITP arg.
Richard M. Stallman [Wed, 25 Sep 1996 08:00:39 +0000 (08:00 +0000)]
(XTread_socket): Delete WAITP arg.

27 years ago(vip-window-display-p): Don't treat MS-DOS as a windowed display.
Richard M. Stallman [Wed, 25 Sep 1996 07:45:15 +0000 (07:45 +0000)]
(vip-window-display-p): Don't treat MS-DOS as a windowed display.

27 years ago(forward-paragraph): Don't ever move forward again across a line if we
Richard M. Stallman [Wed, 25 Sep 1996 07:20:19 +0000 (07:20 +0000)]
(forward-paragraph): Don't ever move forward again across a line if we
stopped there because it doesn't start with the fill prefix.

27 years ago(gud-perldb-massage-args): Handle -e in ARGS.
Richard M. Stallman [Wed, 25 Sep 1996 07:17:18 +0000 (07:17 +0000)]
(gud-perldb-massage-args): Handle -e in ARGS.
(gud-perldb-marker-filter): Handle drive letters in file name.
(perldb): Update comint-prompt-regexp for latest Perl.

(gud-mode): Locally set comint-input-ignoredups to t.

27 years ago(w32_read_socket): Delete WAITP arg.
Richard M. Stallman [Wed, 25 Sep 1996 03:54:23 +0000 (03:54 +0000)]
(w32_read_socket): Delete WAITP arg.

27 years ago(read_avail_input): Don't pass WAITP to read_socket_hook.
Richard M. Stallman [Wed, 25 Sep 1996 03:52:58 +0000 (03:52 +0000)]
(read_avail_input): Don't pass WAITP to read_socket_hook.

27 years ago(HAVE_GETCWD): Add #undef.
Richard M. Stallman [Wed, 25 Sep 1996 03:51:05 +0000 (03:51 +0000)]
(HAVE_GETCWD): Add #undef.

27 years agoCheck for getcwd.
Richard M. Stallman [Wed, 25 Sep 1996 03:50:06 +0000 (03:50 +0000)]
Check for getcwd.

27 years agoComment changes.
Richard M. Stallman [Wed, 25 Sep 1996 03:35:44 +0000 (03:35 +0000)]
Comment changes.

27 years agoInitial revision
Richard M. Stallman [Wed, 25 Sep 1996 03:34:52 +0000 (03:34 +0000)]
Initial revision

27 years ago(mouse-drag-throw): Bind adjusted-mouse-delta.
Richard M. Stallman [Wed, 25 Sep 1996 03:32:13 +0000 (03:32 +0000)]
(mouse-drag-throw): Bind adjusted-mouse-delta.

27 years agoInitial revision
Richard M. Stallman [Wed, 25 Sep 1996 03:30:55 +0000 (03:30 +0000)]
Initial revision

27 years ago(mouse-drag-secondary): Make sure to return nil
Richard M. Stallman [Wed, 25 Sep 1996 03:27:04 +0000 (03:27 +0000)]
(mouse-drag-secondary): Make sure to return nil
if we don't make a selection.

27 years ago(Vuser_login_name): Declared extern.
Richard M. Stallman [Wed, 25 Sep 1996 03:23:03 +0000 (03:23 +0000)]
(Vuser_login_name): Declared extern.
(minibuf_level): extern decl moved to top level.
(Fwrite_region): Query before writing to a file that is locked,
even if it is locked by the same user.

27 years ago(shell-command-to-string): Make the buffer current
Richard M. Stallman [Tue, 24 Sep 1996 23:54:08 +0000 (23:54 +0000)]
(shell-command-to-string): Make the buffer current
since output goes in current buffer.  Use shell-command-switch.

27 years ago(imenu--cleanup): Handle shared structure in alist.
Richard M. Stallman [Tue, 24 Sep 1996 22:50:24 +0000 (22:50 +0000)]
(imenu--cleanup): Handle shared structure in alist.

27 years ago(split-string): New function.
Richard M. Stallman [Tue, 24 Sep 1996 21:19:03 +0000 (21:19 +0000)]
(split-string): New function.

27 years ago(LIBES): Add LOADLIBES and LDLIBS.
Richard M. Stallman [Tue, 24 Sep 1996 20:31:40 +0000 (20:31 +0000)]
(LIBES): Add LOADLIBES and LDLIBS.

27 years ago(shell-command-to-string): New function.
Richard M. Stallman [Tue, 24 Sep 1996 20:04:48 +0000 (20:04 +0000)]
(shell-command-to-string): New function.

27 years ago(with-output-to-string): New macro.
Richard M. Stallman [Tue, 24 Sep 1996 20:03:15 +0000 (20:03 +0000)]
(with-output-to-string): New macro.

27 years ago(run_msdos_command): When testing whether a shell
Richard M. Stallman [Tue, 24 Sep 1996 19:40:24 +0000 (19:40 +0000)]
(run_msdos_command): When testing whether a shell
belongs to the MSDOS family, convert its name to lower-case.

27 years agoExplain better about building in separate directory.
Richard M. Stallman [Tue, 24 Sep 1996 06:56:29 +0000 (06:56 +0000)]
Explain better about building in separate directory.

27 years ago(edebug-original-signal): Don't define it.
Richard M. Stallman [Tue, 24 Sep 1996 06:54:18 +0000 (06:54 +0000)]
(edebug-original-signal): Don't define it.
(edebug-signal): Call signal, not edebug-original-signal.
(edebug-enter): Bind signal-hook-function instead of fsetting signal.
(edebug-recursive-edit): Clear or clear signal-hook-function.

27 years agoComment change.
Richard M. Stallman [Tue, 24 Sep 1996 04:50:39 +0000 (04:50 +0000)]
Comment change.

27 years ago(-vxsim*): New operating system.
Richard Kenner [Tue, 24 Sep 1996 02:44:17 +0000 (02:44 +0000)]
(-vxsim*): New operating system.

27 years ago(x_window): With Motif, double extra_borders.
Richard M. Stallman [Tue, 24 Sep 1996 00:37:53 +0000 (00:37 +0000)]
(x_window): With Motif, double extra_borders.
Use a preprocessor conditional to test for Motif.

27 years ago(mouse-drag-region): Ignore event end-point if it is not a number.
Richard M. Stallman [Mon, 23 Sep 1996 17:44:50 +0000 (17:44 +0000)]
(mouse-drag-region): Ignore event end-point if it is not a number.

27 years ago(iso-languages): Add element for latin-3.
Richard M. Stallman [Mon, 23 Sep 1996 06:57:54 +0000 (06:57 +0000)]
(iso-languages): Add element for latin-3.

27 years ago(Fx_create_frame): Default Qinternal_border_width to 1.
Richard M. Stallman [Mon, 23 Sep 1996 04:45:16 +0000 (04:45 +0000)]
(Fx_create_frame): Default Qinternal_border_width to 1.

(x_set_scroll_bar_width): Default the width to 3 cols.
Call change_frame_size.

27 years ago(x_scroll_bar_create, x_scroll_bar_move):
Richard M. Stallman [Mon, 23 Sep 1996 04:44:15 +0000 (04:44 +0000)]
(x_scroll_bar_create, x_scroll_bar_move):
(x_scroll_bar_expose): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM.

(XTchange_line_highlight, dumpglyphs, XTclear_end_of_line)
(do_line_dance, pixel_to_glyph_coords): Use FRAME_WINDOW_WIDTH.

(x_scroll_bar_move, x_scroll_bar_create):
Add a border around the actual window.

(x_scroll_bar_expose): Don't trim the width here.

27 years ago(EmacsFrameSetValues): Copy internal_border_width
Richard M. Stallman [Mon, 23 Sep 1996 04:40:39 +0000 (04:40 +0000)]
(EmacsFrameSetValues): Copy internal_border_width
from the Emacs frame if caller isn't changing it.

27 years ago(pre-command-hook, post-command-hook): Defvars deleted.
Richard M. Stallman [Mon, 23 Sep 1996 04:39:19 +0000 (04:39 +0000)]
(pre-command-hook, post-command-hook): Defvars deleted.
(post-command-idle-hook): Defvar deleted.
(edebug-outside-post-command-idle-hook): Defvar deleted.
(edebug-enter): Don't look at or set post-command-idle-hook.
(edebug-outside-excursion): Likewise.
(edebug-emacs-19-specific): Don't define read-expression-history
and read-expression-map.

27 years ago(Fsave_current_buffer): New function.
Richard M. Stallman [Mon, 23 Sep 1996 04:37:40 +0000 (04:37 +0000)]
(Fsave_current_buffer): New function.
(syms_of_editfns): defsubr it.

27 years ago(Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro.
Richard M. Stallman [Mon, 23 Sep 1996 04:36:43 +0000 (04:36 +0000)]
(Fwindow_edges): Use new WINDOW_RIGHT_EDGE macro.
(coordinates_in_window): Use WINDOW_LEFT_MARGIN, WINDOW_RIGHT_MARGIN,
and WINDOW_RIGHT_EDGE.  Adjust for left-side scroll bar margin.
(window_loop, Fdisplay_buffer): Use new WINDOW_FULL_WIDTH_P macro.
(window_internal_width): Window width now always includes the
scroll bar, if any.  Use WINDOW_RIGHTMOST_P and WINDOW_FULL_WIDTH_P.

27 years ago(syms_of_eval): Initialize Vrun_hooks here.
Richard M. Stallman [Mon, 23 Sep 1996 04:31:38 +0000 (04:31 +0000)]
(syms_of_eval): Initialize Vrun_hooks here.
Don't make it a Lisp variable.

27 years ago(ctl-x-5-map, ctl-x-5-prefix): Duplicate defs deleted.
Richard M. Stallman [Mon, 23 Sep 1996 04:29:50 +0000 (04:29 +0000)]
(ctl-x-5-map, ctl-x-5-prefix): Duplicate defs deleted.

(scroll-bar-side): New variable.
(toggle-scroll-bar): Use scroll-bar-side.

27 years ago(run-hooks): defconst deleted.
Richard M. Stallman [Mon, 23 Sep 1996 04:29:04 +0000 (04:29 +0000)]
(run-hooks): defconst deleted.
The initialization is now in eval.c.

27 years ago(add-timeout): Duplicate definition deleted.
Richard M. Stallman [Mon, 23 Sep 1996 04:28:20 +0000 (04:28 +0000)]
(add-timeout): Duplicate definition deleted.
(screenw-width, screen-height): Likewise.
(disable-timeout, keymap-parent, set-keymap-parent): Likewise.

27 years ago(Bsave_current_buffer): New macro.
Richard M. Stallman [Mon, 23 Sep 1996 04:27:27 +0000 (04:27 +0000)]
(Bsave_current_buffer): New macro.
(Fbyte_code): Handle Bsave_current_buffer.

27 years agoDoc fixes.
Richard M. Stallman [Sun, 22 Sep 1996 22:56:31 +0000 (22:56 +0000)]
Doc fixes.

27 years ago(archive-mode, archive-extract, archive-check-dos)
Richard M. Stallman [Sun, 22 Sep 1996 22:54:58 +0000 (22:54 +0000)]
(archive-mode, archive-extract, archive-check-dos)
(archive-write-file-member): Set buffer-file-type only if
default-buffer-file-type is bound.
(buffer-file-type): Don't make this buffer-local or permanent.
Just don't mess with it.

27 years ago(rmail-keywords): Don't initialize.
Richard M. Stallman [Sun, 22 Sep 1996 22:37:34 +0000 (22:37 +0000)]
(rmail-keywords): Don't initialize.

27 years ago(unread-command-event, unread-command-events)
Richard M. Stallman [Sun, 22 Sep 1996 22:23:25 +0000 (22:23 +0000)]
(unread-command-event, unread-command-events)
(last-command-event): defvars deleted.

27 years ago(time-stamp-old-format-warn): new variable.
Karl Heuer [Sun, 22 Sep 1996 22:20:58 +0000 (22:20 +0000)]
(time-stamp-old-format-warn): new variable.
(time-stamp-format): use ISO 8601 format for date.

27 years ago(path-separator): Duplicate definition deleted.
Richard M. Stallman [Sun, 22 Sep 1996 22:11:25 +0000 (22:11 +0000)]
(path-separator): Duplicate definition deleted.
(ffap-what-domain): Don't define mail-extr-all-top-level-domains here.

27 years ago(bib-capitalize-title-stop-words): Renamed from capit...
Richard M. Stallman [Sun, 22 Sep 1996 21:48:30 +0000 (21:48 +0000)]
(bib-capitalize-title-stop-words): Renamed from capit...
(bib-capitalize-title-stop-regexp): Renamed from capit...
(bib-capitalize-title-region): Renamed from capitalize...
(bib-capitalize-title): Renamed from capitalize...

27 years ago(r2b-capitalize-title-stop-words): Renamed from capit...
Richard M. Stallman [Sun, 22 Sep 1996 21:45:39 +0000 (21:45 +0000)]
(r2b-capitalize-title-stop-words): Renamed from capit...
(r2b-capitalize-title-stop-regexp): Renamed from capit...
(r2b-capitalize-title-region): Renamed from capitalize...
(r2b-capitalize-title): Renamed from capitalize...

27 years ago(insert-kbd-macro): Duplicate definition deleted.
Richard M. Stallman [Sun, 22 Sep 1996 21:38:19 +0000 (21:38 +0000)]
(insert-kbd-macro): Duplicate definition deleted.

27 years ago(eql): Incorrect definition deleted.
Richard M. Stallman [Sun, 22 Sep 1996 21:31:56 +0000 (21:31 +0000)]
(eql): Incorrect definition deleted.
Now it is only in cl.el.

27 years agoComment change.
Richard M. Stallman [Sun, 22 Sep 1996 21:13:49 +0000 (21:13 +0000)]
Comment change.

27 years ago(Fdelete_frame): Set update_mode_lines.
Richard M. Stallman [Sun, 22 Sep 1996 08:48:16 +0000 (08:48 +0000)]
(Fdelete_frame): Set update_mode_lines.

27 years agoNew kind of register value is a file name and position.
Richard M. Stallman [Sun, 22 Sep 1996 05:09:27 +0000 (05:09 +0000)]
New kind of register value is a file name and position.
(jump-to-register): Handle file-query.
(register-swap-out): New function.  Add it to kill-buffer-hook.
(register-alist): Doc fix.

27 years ago(main): Add copyright etc. to --version output.
Richard M. Stallman [Sun, 22 Sep 1996 04:58:35 +0000 (04:58 +0000)]
(main): Add copyright etc. to --version output.

27 years ago(with-current-buffer): New macro.
Richard M. Stallman [Sun, 22 Sep 1996 04:40:37 +0000 (04:40 +0000)]
(with-current-buffer): New macro.

27 years ago(byte-optimize-form-code-walker):
Richard M. Stallman [Sun, 22 Sep 1996 04:38:36 +0000 (04:38 +0000)]
(byte-optimize-form-code-walker):
Treat save-current-buffer like save-excursion.

27 years ago(REGEXP_CACHE_SIZE): Increase to 20.
Richard M. Stallman [Sun, 22 Sep 1996 04:38:10 +0000 (04:38 +0000)]
(REGEXP_CACHE_SIZE): Increase to 20.
(compile_pattern): Check for size match before calling Fstring_equal.

27 years ago(save-current-buffer): Compile it like save-excursion.
Richard M. Stallman [Sun, 22 Sep 1996 04:37:55 +0000 (04:37 +0000)]
(save-current-buffer): Compile it like save-excursion.
(byte-compile-save-current-buffer): New function.

27 years ago(locate-library): Print no messages if called from Lisp.
Richard M. Stallman [Sat, 21 Sep 1996 23:07:06 +0000 (23:07 +0000)]
(locate-library): Print no messages if called from Lisp.

27 years ago(imenu--split-menu): Keep the rescan item at top level.
Richard M. Stallman [Sat, 21 Sep 1996 23:00:40 +0000 (23:00 +0000)]
(imenu--split-menu): Keep the rescan item at top level.
Keep subalists at top level too.
Name the split-off submenus from the first item in them.
(imenu--generic-function): Avoid adding nil as elt of the result.