bpt/emacs.git
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.

23 years ago(x_destroy_window): Call x_free_gcs so that
Gerd Moellmann [Thu, 7 Dec 2000 11:43:06 +0000 (11:43 +0000)]
(x_destroy_window): Call x_free_gcs so that
resources of non-toolkit X windows will be freed.

23 years ago(describe-language-environment): Fix
Kenichi Handa [Thu, 7 Dec 2000 10:55:39 +0000 (10:55 +0000)]
(describe-language-environment): Fix
for the case that an input method title is not string but a list.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 7 Dec 2000 10:54:43 +0000 (10:54 +0000)]
*** empty log message ***

23 years ago(xlfd_charset_of_font): Fix last change.
Andrew Innes [Thu, 7 Dec 2000 10:41:54 +0000 (10:41 +0000)]
(xlfd_charset_of_font): Fix last change.

23 years ago(bdf-read-font-info): Modify the kludgy code for fonts
Kenichi Handa [Thu, 7 Dec 2000 00:00:11 +0000 (00:00 +0000)]
(bdf-read-font-info): Modify the kludgy code for fonts
of wrong SIZE record.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 6 Dec 2000 23:59:53 +0000 (23:59 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 6 Dec 2000 21:17:56 +0000 (21:17 +0000)]
*** empty log message ***

23 years ago(__P): Don't define -- it comes from config.h.
Dave Love [Wed, 6 Dec 2000 21:16:37 +0000 (21:16 +0000)]
(__P): Don't define -- it comes from config.h.

23 years ago(gc_sweep): Prevent symbols read during loadup
Gerd Moellmann [Wed, 6 Dec 2000 21:05:09 +0000 (21:05 +0000)]
(gc_sweep): Prevent symbols read during loadup
from being freed.

23 years agoclose @defopt.
Dave Love [Wed, 6 Dec 2000 20:51:15 +0000 (20:51 +0000)]
close @defopt.

23 years agoZap before-change-function, ftp-setup-write-file-hooks,
Dave Love [Wed, 6 Dec 2000 20:49:59 +0000 (20:49 +0000)]
Zap before-change-function, ftp-setup-write-file-hooks,
ftp-write-file-hook, m2-mode-hook, after-change-function.
Add mouse-position-function.

23 years agoWhy no package system.
Dave Love [Wed, 6 Dec 2000 20:48:43 +0000 (20:48 +0000)]
Why no package system.
Rationale for loading without effect.
Defining compatibility aliases.

23 years agoFix copyright years.
Dave Love [Wed, 6 Dec 2000 20:24:23 +0000 (20:24 +0000)]
Fix copyright years.

23 years ago*** empty log message ***
Dave Love [Wed, 6 Dec 2000 19:57:12 +0000 (19:57 +0000)]
*** empty log message ***

23 years agoChange some #if foo to #ifdef foo.
Dave Love [Wed, 6 Dec 2000 19:56:47 +0000 (19:56 +0000)]
Change some #if foo to #ifdef foo.
Fix copyright years.

23 years agoFix copyright years.
Dave Love [Wed, 6 Dec 2000 19:54:37 +0000 (19:54 +0000)]
Fix copyright years.
(comment-region, comment-dwim): Doc fix.

23 years agoFix copyright years.
Dave Love [Wed, 6 Dec 2000 19:37:56 +0000 (19:37 +0000)]
Fix copyright years.

23 years agoRequire tex-mode when compiling.
Dave Love [Wed, 6 Dec 2000 19:34:15 +0000 (19:34 +0000)]
Require tex-mode when compiling.
(texinfo-update-node): Doc fix.
(texinfo-imenu-generic-expression): Add @anchor.
(texinfo-font-lock-keywords): Add @uref.
(texinfo-inside-macro-p): Don't use ignore-errors.
(texinfo-insert-quote): Match more contexts.

23 years ago(decode-char, encode-char): Doc fix.
Dave Love [Wed, 6 Dec 2000 18:48:59 +0000 (18:48 +0000)]
(decode-char, encode-char): Doc fix.
(auto-coding-alist): Customize.

23 years ago(load-file): Fix change of 2000-03-12.
Dave Love [Wed, 6 Dec 2000 18:38:47 +0000 (18:38 +0000)]
(load-file): Fix change of 2000-03-12.

23 years ago(widget-text-keymap): Doc fix.
Dave Love [Wed, 6 Dec 2000 18:03:35 +0000 (18:03 +0000)]
(widget-text-keymap): Doc fix.

23 years agoExplain how to print on Windows to a printer that expecs DOS codepage
Eli Zaretskii [Wed, 6 Dec 2000 17:52:16 +0000 (17:52 +0000)]
Explain how to print on Windows to a printer that expecs DOS codepage
encoding.  Mention Windows codepages where codepages are explained.

23 years agoMention the `mac' subdirectory.
Eli Zaretskii [Wed, 6 Dec 2000 17:49:56 +0000 (17:49 +0000)]
Mention the `mac' subdirectory.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 6 Dec 2000 17:15:05 +0000 (17:15 +0000)]
*** empty log message ***

23 years ago(occur): Make line-number-width 1 smaller for the
Gerd Moellmann [Wed, 6 Dec 2000 17:14:38 +0000 (17:14 +0000)]
(occur): Make line-number-width 1 smaller for the
colon following the line number.

23 years ago(face_at_string_position): Update function comment.
Gerd Moellmann [Wed, 6 Dec 2000 16:55:58 +0000 (16:55 +0000)]
(face_at_string_position): Update function comment.

23 years ago(underlying_face_id): New function.
Gerd Moellmann [Wed, 6 Dec 2000 16:53:44 +0000 (16:53 +0000)]
(underlying_face_id): New function.
(handle_face_prop, face_before_or_after_it_pos): Use it
to determine the face ``under'' a string.  Let strings inherit
the face of the buffer under them.

23 years ago(fancy-splash-text, command-line-1): Use
Gerd Moellmann [Wed, 6 Dec 2000 16:01:31 +0000 (16:01 +0000)]
(fancy-splash-text, command-line-1): Use
`File' for the menu name instead of `Files'.

23 years ago*** empty log message ***
Andrew Innes [Wed, 6 Dec 2000 15:54:45 +0000 (15:54 +0000)]
*** empty log message ***

23 years ago(xlfd_charset_of_font): Don't overwrite fontname
Andrew Innes [Wed, 6 Dec 2000 15:54:02 +0000 (15:54 +0000)]
(xlfd_charset_of_font): Don't overwrite fontname
argument.
(w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
(w32_list_fonts): Don't choke if pattern doesn't specify a
codepage.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 6 Dec 2000 15:53:27 +0000 (15:53 +0000)]
*** empty log message ***

23 years ago(CP_INVALID): Rename to CP_UNKNOWN.
Andrew Innes [Wed, 6 Dec 2000 15:53:11 +0000 (15:53 +0000)]
(CP_INVALID): Rename to CP_UNKNOWN.

23 years agoUpdate copyright.
Gerd Moellmann [Wed, 6 Dec 2000 15:51:13 +0000 (15:51 +0000)]
Update copyright.

23 years ago(struct glyph_matrix): Add member window_left_x.
Gerd Moellmann [Wed, 6 Dec 2000 15:47:10 +0000 (15:47 +0000)]
(struct glyph_matrix): Add member window_left_x.

23 years ago(adjust_glyph_matrix): Don't reuse a window's current
Gerd Moellmann [Wed, 6 Dec 2000 15:46:27 +0000 (15:46 +0000)]
(adjust_glyph_matrix): Don't reuse a window's current
matrix if the window's left position has changed; we need to
redraw it in this case.

23 years ago(coordinates_in_window): Check mouse on mode-line or
Gerd Moellmann [Wed, 6 Dec 2000 15:19:50 +0000 (15:19 +0000)]
(coordinates_in_window): Check mouse on mode-line or
header-line first.

23 years ago(SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
Andrew Innes [Wed, 6 Dec 2000 15:01:54 +0000 (15:01 +0000)]
(SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
relative to $(CURDIR).

23 years ago(CURDIR): New define.
Andrew Innes [Wed, 6 Dec 2000 14:55:40 +0000 (14:55 +0000)]
(CURDIR): New define.

23 years ago(lisp): Set to an absolute directory, namely
Andrew Innes [Wed, 6 Dec 2000 14:55:02 +0000 (14:55 +0000)]
(lisp): Set to an absolute directory, namely
$(CURDIR).

23 years ago(buildlisppath): Set to an absolute directory,
Andrew Innes [Wed, 6 Dec 2000 14:53:33 +0000 (14:53 +0000)]
(buildlisppath): Set to an absolute directory,
relative to $(CURDIR).
(INSTALLDIR): Use forward slash.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 6 Dec 2000 14:22:46 +0000 (14:22 +0000)]
*** empty log message ***

23 years ago(Fgarbage_collect): Dox fix. Return a list as
Gerd Moellmann [Wed, 6 Dec 2000 14:22:15 +0000 (14:22 +0000)]
(Fgarbage_collect): Dox fix.  Return a list as
advertized by the function documentation.

23 years agoAdd event-window-heights.
Gerd Moellmann [Wed, 6 Dec 2000 14:02:38 +0000 (14:02 +0000)]
Add event-window-heights.