bpt/emacs.git
23 years ago*** empty log message ***
Gerd Moellmann [Mon, 11 Dec 2000 16:06:20 +0000 (16:06 +0000)]
*** empty log message ***

23 years ago(kill-new): Don't try to setcar kill-ring if it is
Gerd Moellmann [Mon, 11 Dec 2000 15:33:34 +0000 (15:33 +0000)]
(kill-new): Don't try to setcar kill-ring if it is
nil.

23 years ago(Fkey_description): If KEYS is an empty key sequence,
Gerd Moellmann [Mon, 11 Dec 2000 15:21:46 +0000 (15:21 +0000)]
(Fkey_description): If KEYS is an empty key sequence,
return an empty string.

23 years ago(try_cursor_movement): Check update_mode_lines instead
Gerd Moellmann [Mon, 11 Dec 2000 14:50:29 +0000 (14:50 +0000)]
(try_cursor_movement): Check update_mode_lines instead
of the window's update_mode_line flag, since the former is set by
force-mode-line-update, not the latter.  This makes
column-number-mode slightly faster.

23 years ago(try_window_id) <all changes above window start>:
Gerd Moellmann [Mon, 11 Dec 2000 14:37:14 +0000 (14:37 +0000)]
(try_window_id) <all changes above window start>:
Set the cursor.

23 years ago(draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:
Dave Love [Mon, 11 Dec 2000 14:33:47 +0000 (14:33 +0000)]
(draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:
<SEPARATOR_SHADOW_ETCHED_OUT_DASH>: Fix call of draw_separator.

23 years ago*** empty log message ***
Carsten Dominik [Mon, 11 Dec 2000 13:00:47 +0000 (13:00 +0000)]
*** empty log message ***

23 years agoFixed setfilename and setdircategory. This was to undo incorrect
Carsten Dominik [Mon, 11 Dec 2000 12:52:59 +0000 (12:52 +0000)]
Fixed setfilename and setdircategory.  This was to undo incorrect
changes in the previous commit.

23 years agoUpdated IDLWAVE to version 4.7
Carsten Dominik [Mon, 11 Dec 2000 12:45:42 +0000 (12:45 +0000)]
Updated IDLWAVE to version 4.7

23 years agoUpdated IDLWAVE manual to version 4.7
Carsten Dominik [Mon, 11 Dec 2000 12:41:49 +0000 (12:41 +0000)]
Updated IDLWAVE manual to version 4.7

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 11 Dec 2000 12:15:07 +0000 (12:15 +0000)]
*** empty log message ***

23 years agoUpdate comment about _XOPEN_SOURCE.
Gerd Moellmann [Mon, 11 Dec 2000 11:59:52 +0000 (11:59 +0000)]
Update comment about _XOPEN_SOURCE.

23 years ago(_FILE_OFFSET_BITS): Do not undef.
Gerd Moellmann [Mon, 11 Dec 2000 11:57:42 +0000 (11:57 +0000)]
(_FILE_OFFSET_BITS): Do not undef.

23 years ago(file_offset, file_tell): Depend on HAVE_FSEEKO, not
Gerd Moellmann [Mon, 11 Dec 2000 11:57:04 +0000 (11:57 +0000)]
(file_offset, file_tell): Depend on HAVE_FSEEKO, not
HAVE_FTELLO.

23 years ago(HAVE_FTELLO): Remove.
Gerd Moellmann [Mon, 11 Dec 2000 11:56:04 +0000 (11:56 +0000)]
(HAVE_FTELLO): Remove.
(HAVE_FSEEKO): Add.
(_XOPEN_SOURCE): Remove; the large-file code no longer needs it.

23 years ago(AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
Gerd Moellmann [Mon, 11 Dec 2000 11:54:38 +0000 (11:54 +0000)]
(AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
Merge fixes from latest GNU tar version.  These macros no longer
futz with _XOPEN_SOURCE, as that was not portable in practice.
(AC_FUNC_FSEEKO): New macro.

23 years agoUse it instead of invoking AC_CHECK_FUNCS on
Gerd Moellmann [Mon, 11 Dec 2000 11:53:06 +0000 (11:53 +0000)]
Use it instead of invoking AC_CHECK_FUNCS on
ftello.

23 years ago(custom-save-variables, custom-save-faces):
Gerd Moellmann [Mon, 11 Dec 2000 10:42:44 +0000 (10:42 +0000)]
(custom-save-variables, custom-save-faces):
Comment fix.

23 years agoMoved here from lisp/.
Gerd Moellmann [Mon, 11 Dec 2000 10:21:06 +0000 (10:21 +0000)]
Moved here from lisp/.

23 years agoMoved to `obsolete' subdir.
Gerd Moellmann [Mon, 11 Dec 2000 10:19:46 +0000 (10:19 +0000)]
Moved to `obsolete' subdir.

23 years ago*** empty log message ***
Miles Bader [Mon, 11 Dec 2000 07:33:18 +0000 (07:33 +0000)]
*** empty log message ***

23 years ago(window-text-height): Function removed (now in C).
Miles Bader [Mon, 11 Dec 2000 07:31:08 +0000 (07:31 +0000)]
(window-text-height): Function removed (now in C).

23 years ago(displayed_window_lines): Fix off-by-one error.
Miles Bader [Mon, 11 Dec 2000 07:28:51 +0000 (07:28 +0000)]
(displayed_window_lines): Fix off-by-one error.

23 years ago(displayed_window_lines): Handle non-newline-terminated final lines properly.
Miles Bader [Mon, 11 Dec 2000 07:22:38 +0000 (07:22 +0000)]
(displayed_window_lines): Handle non-newline-terminated final lines properly.
(Fwindow_text_height): New function (used to be in lisp).
(syms_of_window): Initialize it.

23 years ago(gnus-summary-recenter): When trying to keep the bottom line visible,
Miles Bader [Mon, 11 Dec 2000 05:02:17 +0000 (05:02 +0000)]
(gnus-summary-recenter): When trying to keep the bottom line visible,
check to see if it's partially obscured, and if so, either scroll one
more line to make it fully visible, or revert to showing the second line
from the top.

23 years ago(cvs-mode-marked): Set up the default for CMD manually.
Stefan Monnier [Mon, 11 Dec 2000 03:20:29 +0000 (03:20 +0000)]
(cvs-mode-marked): Set up the default for CMD manually.

23 years ago*** empty log message ***
Stefan Monnier [Mon, 11 Dec 2000 02:59:40 +0000 (02:59 +0000)]
*** empty log message ***

23 years ago(displayed_window_lines): Don't round up when converting empty space at
Miles Bader [Mon, 11 Dec 2000 02:20:55 +0000 (02:20 +0000)]
(displayed_window_lines): Don't round up when converting empty space at
bottom to lines.

23 years agoUpdate references to CVS-Edit (now Log-Edit).
Stefan Monnier [Sun, 10 Dec 2000 21:20:56 +0000 (21:20 +0000)]
Update references to CVS-Edit (now Log-Edit).
(cvs-mode-diff-help): Remove.
(cvs-mode-commit): Use the new `log-edit' BUFFER argument.

23 years agoMinor doc/comment changes.
Stefan Monnier [Sun, 10 Dec 2000 21:18:03 +0000 (21:18 +0000)]
Minor doc/comment changes.

23 years ago(cvs-mode-diff-map): Use minibuffer menu prompts.
Stefan Monnier [Sun, 10 Dec 2000 21:17:14 +0000 (21:17 +0000)]
(cvs-mode-diff-map): Use minibuffer menu prompts.

23 years ago(log-edit-parent-buffer): New var.
Stefan Monnier [Sun, 10 Dec 2000 21:08:55 +0000 (21:08 +0000)]
(log-edit-parent-buffer): New var.
(log-edit): Set it.  Add BUFFER argument.
(log-edit-done): Use char-before.
Don't bother checking validity of vc-comment-ring.
Only bury the buffer if log-edit popped it up.

23 years agoRefTeX 4.15 update
Carsten Dominik [Sun, 10 Dec 2000 11:06:26 +0000 (11:06 +0000)]
RefTeX 4.15 update

23 years agoUpdate to RefTeX 4.15, see ChangeLog for details
Carsten Dominik [Sun, 10 Dec 2000 11:00:45 +0000 (11:00 +0000)]
Update to RefTeX 4.15, see ChangeLog for details

23 years agoUpdate `maintainer'.
Stefan Monnier [Sat, 9 Dec 2000 22:06:44 +0000 (22:06 +0000)]
Update `maintainer'.

23 years ago(scan_lists): Check that the right quote char has the
Stefan Monnier [Sat, 9 Dec 2000 20:17:59 +0000 (20:17 +0000)]
(scan_lists): Check that the right quote char has the
right Sstring syntax when jumping over strings.
(init_syntax_once): Use Smax rather than 13.

23 years ago*** empty log message ***
Stefan Monnier [Sat, 9 Dec 2000 18:20:51 +0000 (18:20 +0000)]
*** empty log message ***

23 years ago(time-stamp-old-format-warn): reorder custom
Gerd Moellmann [Sat, 9 Dec 2000 13:23:20 +0000 (13:23 +0000)]
(time-stamp-old-format-warn): reorder custom
choices to match documentation string.

23 years agoEntry for `minibuffer-electric-default-mode'.
Miles Bader [Sat, 9 Dec 2000 04:12:01 +0000 (04:12 +0000)]
Entry for `minibuffer-electric-default-mode'.

23 years ago*** empty log message ***
Miles Bader [Sat, 9 Dec 2000 04:09:22 +0000 (04:09 +0000)]
*** empty log message ***

23 years agoInitial checkin.
Miles Bader [Sat, 9 Dec 2000 04:02:59 +0000 (04:02 +0000)]
Initial checkin.

23 years ago(Window Start): Update documentation for `pos-visible-in-window-p'.
Miles Bader [Sat, 9 Dec 2000 02:58:55 +0000 (02:58 +0000)]
(Window Start): Update documentation for `pos-visible-in-window-p'.

23 years agoUpdate entry for `pos-visible-in-window-p'.
Miles Bader [Sat, 9 Dec 2000 02:53:58 +0000 (02:53 +0000)]
Update entry for `pos-visible-in-window-p'.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 9 Dec 2000 01:34:13 +0000 (01:34 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Fri, 8 Dec 2000 22:25:39 +0000 (22:25 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Fri, 8 Dec 2000 20:31:08 +0000 (20:31 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Miles Bader [Fri, 8 Dec 2000 18:57:37 +0000 (18:57 +0000)]
*** empty log message ***

23 years ago(Fmove_to_window_line): Skip past any partially visible first line.
Miles Bader [Fri, 8 Dec 2000 18:56:35 +0000 (18:56 +0000)]
(Fmove_to_window_line): Skip past any partially visible first line.

23 years ago(fit-window-to-buffer): Don't pass last argument to
Miles Bader [Fri, 8 Dec 2000 18:14:23 +0000 (18:14 +0000)]
(fit-window-to-buffer): Don't pass last argument to
pos-visible-in-window-p, now that its meaning is inverted.

23 years ago(Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY,
Miles Bader [Fri, 8 Dec 2000 18:12:48 +0000 (18:12 +0000)]
(Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY,
inverting the sense.
(window_scroll_pixel_based): Scroll partially visible lines into place
if we hit the beginning or end of the buffer.
(displayed_window_lines): Don't include partially visible line at bottom.

23 years ago(auto-insert-alist): Add missing final \n.
Stefan Monnier [Fri, 8 Dec 2000 17:33:34 +0000 (17:33 +0000)]
(auto-insert-alist): Add missing final \n.

23 years ago(create-image): Doc fix; spotted by Per Cederqvist <ceder@lysator.liu.se>.
Eli Zaretskii [Fri, 8 Dec 2000 17:08:25 +0000 (17:08 +0000)]
(create-image): Doc fix; spotted by Per Cederqvist <ceder@lysator.liu.se>.

23 years ago* pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
Stefan Monnier [Fri, 8 Dec 2000 16:58:57 +0000 (16:58 +0000)]
* pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
(cvs-mode-quit): Turn it back into a plain function.

23 years ago* pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
Stefan Monnier [Fri, 8 Dec 2000 16:58:37 +0000 (16:58 +0000)]
* pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
(cvs-menu-map): Remove.

23 years ago(texinfo-chapter-level-regexp)
Stefan Monnier [Fri, 8 Dec 2000 16:35:24 +0000 (16:35 +0000)]
(texinfo-chapter-level-regexp)
(texinfo-filter): Removed (moved to texinfo.el).

23 years agoMove the (require 'cl) to the front of the
Stefan Monnier [Fri, 8 Dec 2000 16:31:50 +0000 (16:31 +0000)]
Move the (require 'cl) to the front of the
file where it's more visible.
(texinfo-filter, texinfo-chapter-level-regexp): New variables
moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
(texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
(texinfo-inside-macro-p): Only catch `scan-error's.
(texinfo-inside-env-p): Make better use of the match info.
(texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
(texinfo-insert-@end): Slight re-organization.
Also remove useless `looking-at' call.

23 years agoRemove stuff about selection timeout, which is
Andrew Innes [Fri, 8 Dec 2000 14:34:15 +0000 (14:34 +0000)]
Remove stuff about selection timeout, which is
irrelevant on Windows.  Move clipboard support to w32-fns.el, so
it is accessible in -nw mode.

23 years agoAdd clipboard support from term/w32-win.el, so it is
Andrew Innes [Fri, 8 Dec 2000 14:32:49 +0000 (14:32 +0000)]
Add clipboard support from term/w32-win.el, so it is
accessible in -nw mode.

23 years ago(load-file): Fix last change.
Dave Love [Fri, 8 Dec 2000 14:19:00 +0000 (14:19 +0000)]
(load-file): Fix last change.

23 years ago(lisp-mode): Set
Dave Love [Fri, 8 Dec 2000 12:14:26 +0000 (12:14 +0000)]
(lisp-mode): Set
font-lock-keywords-case-fold-search.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 8 Dec 2000 10:49:46 +0000 (10:49 +0000)]
*** empty log message ***

23 years ago(ispell): Doc fix.
Gerd Moellmann [Fri, 8 Dec 2000 10:49:20 +0000 (10:49 +0000)]
(ispell): Doc fix.

23 years ago(Fsubstitute_command_keys): Change the way buffers
Gerd Moellmann [Fri, 8 Dec 2000 09:59:52 +0000 (09:59 +0000)]
(Fsubstitute_command_keys): Change the way buffers
are reallocated so that it is portable.

23 years ago(read1): Change the way buffers are reallocated to be
Gerd Moellmann [Fri, 8 Dec 2000 09:59:34 +0000 (09:59 +0000)]
(read1): Change the way buffers are reallocated to be
portable and less obfuscated.

23 years ago(store_kbd_macro_char): Change the way buffers are
Gerd Moellmann [Fri, 8 Dec 2000 09:59:12 +0000 (09:59 +0000)]
(store_kbd_macro_char): Change the way buffers are
reallocated to be portable and less obfuscated.

23 years ago(tparam1): Change the way buffers are reallocated to be
Gerd Moellmann [Fri, 8 Dec 2000 09:58:48 +0000 (09:58 +0000)]
(tparam1): Change the way buffers are reallocated to be
portable and less obfuscated.

23 years ago(current_minor_maps): Use malloc. Prevent a leak.
Gerd Moellmann [Fri, 8 Dec 2000 09:58:28 +0000 (09:58 +0000)]
(current_minor_maps): Use malloc.  Prevent a leak.

23 years ago(tgetent): Change the way buffers are reallocated to
Gerd Moellmann [Fri, 8 Dec 2000 09:58:04 +0000 (09:58 +0000)]
(tgetent): Change the way buffers are reallocated to
be portable and less obfuscated.

23 years ago(quail-insert-decode-map): Check the
Kenichi Handa [Fri, 8 Dec 2000 00:06:01 +0000 (00:06 +0000)]
(quail-insert-decode-map): Check the
frame width of a window displaying the current buffer, not that of
the selected frame.
(quail-help): Make sure that the help buffer has window before
inserting text in it.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Dec 2000 00:05:25 +0000 (00:05 +0000)]
*** empty log message ***

23 years ago(vox_configure): Change order of ioctls. Don't
Gerd Moellmann [Thu, 7 Dec 2000 22:09:00 +0000 (22:09 +0000)]
(vox_configure): Change order of ioctls.  Don't
set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
Ignore errors when changing volume.
(vox_close): Don't reset the device.

23 years ago(read_process_output): Make sure the process marker's
Gerd Moellmann [Thu, 7 Dec 2000 15:53:18 +0000 (15:53 +0000)]
(read_process_output): Make sure the process marker's
position is valid when the process buffer is changed in
after-change functions.  W3 does that.

23 years agoLoad emacs-lisp/backquote instead of autoloading
Sam Steingold [Thu, 7 Dec 2000 15:23:07 +0000 (15:23 +0000)]
Load emacs-lisp/backquote instead of autoloading

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 7 Dec 2000 15:03:29 +0000 (15:03 +0000)]
*** empty log message ***

23 years ago(normal-top-level-add-subdirs-to-load-path): Ignore
Eli Zaretskii [Thu, 7 Dec 2000 15:01:59 +0000 (15:01 +0000)]
(normal-top-level-add-subdirs-to-load-path): Ignore
the CVS and RCS subdirectories case-insensitively.

23 years ago(Ffile_system_info): New function.
Eli Zaretskii [Thu, 7 Dec 2000 14:53:45 +0000 (14:53 +0000)]
(Ffile_system_info): New function.
(syms_of_dosfns): Defsubr it.

23 years ago(dired-insert-directory): If file-system-info is
Eli Zaretskii [Thu, 7 Dec 2000 14:52:50 +0000 (14:52 +0000)]
(dired-insert-directory): If file-system-info is
fboundp, call it instead of invoking dired-free-space-program.

23 years ago(server-visit-files): Push files on file-name-history.
Gerd Moellmann [Thu, 7 Dec 2000 13:53:21 +0000 (13:53 +0000)]
(server-visit-files): Push files on file-name-history.

23 years agoUpdate copyright.
Gerd Moellmann [Thu, 7 Dec 2000 13:44:45 +0000 (13:44 +0000)]
Update copyright.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 7 Dec 2000 13:38:11 +0000 (13:38 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 7 Dec 2000 13:27:34 +0000 (13:27 +0000)]
*** empty log message ***

23 years ago(mode-line-mode-menu): Add glasses-mode.
Gerd Moellmann [Thu, 7 Dec 2000 13:27:08 +0000 (13:27 +0000)]
(mode-line-mode-menu): Add glasses-mode.

23 years ago(glasses-mode): Update mode line at the end
Gerd Moellmann [Thu, 7 Dec 2000 13:25:18 +0000 (13:25 +0000)]
(glasses-mode): Update mode line at the end
of the function.

23 years ago(mode-line-mode-menu): Reverse the order
Gerd Moellmann [Thu, 7 Dec 2000 13:22:12 +0000 (13:22 +0000)]
(mode-line-mode-menu): Reverse the order
of define-keys so that the menu appears in alphabetical order.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 7 Dec 2000 13:21:55 +0000 (13:21 +0000)]
*** empty log message ***

23 years ago(xm_arm_callback): Fix last change.
Gerd Moellmann [Thu, 7 Dec 2000 12:33:32 +0000 (12:33 +0000)]
(xm_arm_callback): Fix last change.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 7 Dec 2000 12:20:55 +0000 (12:20 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Thu, 7 Dec 2000 12:17:57 +0000 (12:17 +0000)]
*** empty log message ***

23 years ago(jka-compr-compression-info-list): Fix :type.
Dave Love [Thu, 7 Dec 2000 12:14:58 +0000 (12:14 +0000)]
(jka-compr-compression-info-list): Fix :type.

23 years ago(facemenu-unlisted-faces): Fix value.
Dave Love [Thu, 7 Dec 2000 12:14:08 +0000 (12:14 +0000)]
(facemenu-unlisted-faces): Fix value.

23 years ago(mailcap-download-directory): Fix :type.
Dave Love [Thu, 7 Dec 2000 12:12:08 +0000 (12:12 +0000)]
(mailcap-download-directory): Fix :type.

23 years ago(smiley-data-directory): Fix :type.
Dave Love [Thu, 7 Dec 2000 12:11:06 +0000 (12:11 +0000)]
(smiley-data-directory): Fix :type.

23 years ago(gnus-audio-directory): Fix :type.
Dave Love [Thu, 7 Dec 2000 12:09:25 +0000 (12:09 +0000)]
(gnus-audio-directory): Fix :type.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 7 Dec 2000 12:02:25 +0000 (12:02 +0000)]
*** empty log message ***

23 years ago(gc_sweep): Add comment.
Stefan Monnier [Thu, 7 Dec 2000 12:00:51 +0000 (12:00 +0000)]
(gc_sweep): Add comment.

23 years ago(font-lock-default-fontify-region):
Stefan Monnier [Thu, 7 Dec 2000 11:59:38 +0000 (11:59 +0000)]
(font-lock-default-fontify-region):
Include the terminating \n (off-by-one error).
(font-lock-set-defaults): Use dolist.

23 years ago(define-derived-mode): Don't use combine-run-hooks.
Stefan Monnier [Thu, 7 Dec 2000 11:52:01 +0000 (11:52 +0000)]
(define-derived-mode): Don't use combine-run-hooks.

23 years ago(x_free_gcs): New function.
Gerd Moellmann [Thu, 7 Dec 2000 11:45:33 +0000 (11:45 +0000)]
(x_free_gcs): New function.

23 years ago(x_free_gcs): Add prototype.
Gerd Moellmann [Thu, 7 Dec 2000 11:43:37 +0000 (11:43 +0000)]
(x_free_gcs): Add prototype.

23 years ago(EmacsFrameDestroy): Call x_free_gcs instead of
Gerd Moellmann [Thu, 7 Dec 2000 11:43:22 +0000 (11:43 +0000)]
(EmacsFrameDestroy): Call x_free_gcs instead of
freeing GCs here.