]>
git.eshelyaron.com Git - emacs.git/log
Thien-Thi Nguyen [Tue, 10 Oct 2000 01:28:06 +0000 (01:28 +0000)]
(with-vc-file, edit-vc-file): Specify `indent-function' property.
Dave Love [Mon, 9 Oct 2000 20:19:11 +0000 (20:19 +0000)]
Make b/g transparent.
Andreas Schwab [Mon, 9 Oct 2000 20:01:56 +0000 (20:01 +0000)]
.
Andreas Schwab [Mon, 9 Oct 2000 20:01:10 +0000 (20:01 +0000)]
(Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
-1 after socket is closed, to fall through to error processing.
Dave Love [Mon, 9 Oct 2000 17:56:11 +0000 (17:56 +0000)]
(tool-bar-add-item-from-menu): Add autoload cookie.
Eli Zaretskii [Mon, 9 Oct 2000 16:34:21 +0000 (16:34 +0000)]
Mention MS-Windows together with X11.
Eli Zaretskii [Mon, 9 Oct 2000 16:26:43 +0000 (16:26 +0000)]
Mention that `u' might or might not restore point.
Eli Zaretskii [Mon, 9 Oct 2000 16:16:54 +0000 (16:16 +0000)]
Fix last change.
Eli Zaretskii [Mon, 9 Oct 2000 16:05:35 +0000 (16:05 +0000)]
(IT_set_frame_parameters): Don't initialize Lisp_Object
variables. If ALIST includes foreground-color or
background-color, change also the colors of the default face for
this frame.
Dave Love [Mon, 9 Oct 2000 13:35:39 +0000 (13:35 +0000)]
(mail-source-fetch-imap): Bind
default-enable-multibyte-characters rather than using
mm-disable-multibyte.
Dave Love [Mon, 9 Oct 2000 11:12:06 +0000 (11:12 +0000)]
(tool-bar-mode): Check whether tool-bar-map
has been initialized before calling tool-bar-setup.
Eli Zaretskii [Mon, 9 Oct 2000 10:28:16 +0000 (10:28 +0000)]
(send-mail-item-name): New function.
(menu-bar-tools-menu) <compose-mail>: Use it to display the value
of mail-user-agent in the menu. Don't display the "Send Mail"
item if mail-user-agent is nil or its value is ignore.
(menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
if read-mail-command is nil or its value is ignore.
Eli Zaretskii [Mon, 9 Oct 2000 10:23:49 +0000 (10:23 +0000)]
([header-line mouse-1]): Bind to mouse-select-window.
Miles Bader [Mon, 9 Oct 2000 02:29:48 +0000 (02:29 +0000)]
Cleanup whitespace.
Stefan Monnier [Mon, 9 Oct 2000 01:59:03 +0000 (01:59 +0000)]
Maintainer line updated.
(tags-table-format-functions): Renamed from tags-table-format-hooks.
Miles Bader [Mon, 9 Oct 2000 01:03:32 +0000 (01:03 +0000)]
Flip to put highlight in correct place.
Correct image size.
Miles Bader [Mon, 9 Oct 2000 01:01:02 +0000 (01:01 +0000)]
Correct image size.
Miles Bader [Mon, 9 Oct 2000 00:27:48 +0000 (00:27 +0000)]
(popup-menu): Balance parens.
Miles Bader [Sun, 8 Oct 2000 23:35:47 +0000 (23:35 +0000)]
Don't call `jka-compr-install' when loading (it will be done by the
definition of `auto-compression-mode' if necessary).
Move code to uninstall existing file-name handler before definition of
`auto-compression-mode'.
Miles Bader [Sun, 8 Oct 2000 23:23:55 +0000 (23:23 +0000)]
(auto-image-file-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
Dave Love [Sun, 8 Oct 2000 21:48:42 +0000 (21:48 +0000)]
Convert to GFDL.
Dave Love [Sun, 8 Oct 2000 21:27:56 +0000 (21:27 +0000)]
*** empty log message ***
Dave Love [Sun, 8 Oct 2000 21:06:44 +0000 (21:06 +0000)]
gnus-user-agent
Stefan Monnier [Sun, 8 Oct 2000 20:16:56 +0000 (20:16 +0000)]
(popup-menu): Move the command call outside the loop
so that popup-menu returns whatever the command returns.
Stefan Monnier [Sun, 8 Oct 2000 19:25:30 +0000 (19:25 +0000)]
Docstring fixes.
(initialize-new-tags-table): Use run-hook-with-args-until-success.
(find-tag): Use pop-to-buffer if switch-to-buffer failed.
Stefan Monnier [Sun, 8 Oct 2000 19:12:52 +0000 (19:12 +0000)]
(vc-version-diff): diff-switches can be a list.
Stefan Monnier [Sun, 8 Oct 2000 19:11:34 +0000 (19:11 +0000)]
(cvs-append-to-ignore, cvs-vc-command-advice)
(vc-post-command-functions): Remove old-VC compatibility code.
Eli Zaretskii [Sun, 8 Oct 2000 19:10:44 +0000 (19:10 +0000)]
Mark `keep-lines', `flush-lines' and `how-many' as documented in the manual.
Mark C-down-mouse-3 as documented.
Stefan Monnier [Sun, 8 Oct 2000 19:07:41 +0000 (19:07 +0000)]
(comment-indent-default): Autoload.
Stefan Monnier [Sun, 8 Oct 2000 19:07:14 +0000 (19:07 +0000)]
(font-lock-defaults): Make buffer-local.
(font-lock-turn-on-thing-lock): Use jit-lock-refontify.
(font-lock-choose-keywords):
Ignore LEVEL unless KEYWORDS is a list of syms.
(c-keywords, c++-keywords, objc-keywords, java-keywords):
Don't wrap regexp-opt things in \(...\) unnecessarily.
Stefan Monnier [Sun, 8 Oct 2000 19:01:17 +0000 (19:01 +0000)]
Don't require font-lock any more.
(jit-lock-functions): Make buffer-local.
(jit-lock-saved-fontify-buffer-function): Remove.
(jit-lock-mode): Remove autoload cookie.
Remove font-lock specific code.
(jit-lock-unregister): Don't bother handling complex hooks any more.
(jit-lock-refontify): New function.
(jit-lock-fontify-buffer): Use it.
(jit-lock-function-1): Replaced by jit-lock-fontify-now.
(jit-lock-fontify-now): Renamed from jit-lock-function-1.
Add optional args START and END.
Never call font-lock-fontify-region directly.
(jit-lock-function, jit-lock-stealth-fontify): Use it.
Stefan Monnier [Sun, 8 Oct 2000 18:50:43 +0000 (18:50 +0000)]
(regexp-opt): Add \< and \> if PAREN=`words'.
Dave Love [Sun, 8 Oct 2000 18:30:12 +0000 (18:30 +0000)]
browse-url-gnome-moz
Dave Love [Sun, 8 Oct 2000 17:53:13 +0000 (17:53 +0000)]
*** empty log message ***
Dave Love [Sun, 8 Oct 2000 17:47:56 +0000 (17:47 +0000)]
Fix header line, copyright notice.
Dave Love [Sun, 8 Oct 2000 17:47:03 +0000 (17:47 +0000)]
(ada-mode-menu): Add name to menu map.
Dave Love [Sun, 8 Oct 2000 17:39:40 +0000 (17:39 +0000)]
(icon-mode-map): Add name to menu-bar keymap.
Dave Love [Sun, 8 Oct 2000 17:37:14 +0000 (17:37 +0000)]
(morse-region, unmorse-region): Add autoload
cookie.
Dave Love [Sun, 8 Oct 2000 17:36:39 +0000 (17:36 +0000)]
(studlify-region, studlify-word): Add autoload
cookie.
Dave Love [Sun, 8 Oct 2000 17:32:00 +0000 (17:32 +0000)]
(spook-phrases-file): Use expand-file-name, not
concat.
Dave Love [Sun, 8 Oct 2000 17:30:59 +0000 (17:30 +0000)]
Byte-compile-dynamic since it gets loaded by
Gnus with little use.
(mail-setup-hook): Add mail-abbrevs-setup to options.
Dave Love [Sun, 8 Oct 2000 17:23:50 +0000 (17:23 +0000)]
(lisp-imenu-generic-expression): Don't
insist on symbols starting with word syntax.
(lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
(eval-defun-1): Doc fix.
(indent-sexp): Use nconc to build up indent-stack.
Dave Love [Sun, 8 Oct 2000 16:53:40 +0000 (16:53 +0000)]
*** empty log message ***
Dave Love [Sun, 8 Oct 2000 16:34:14 +0000 (16:34 +0000)]
Doc fixes.
Dave Love [Sun, 8 Oct 2000 16:31:12 +0000 (16:31 +0000)]
(vcursor-cs-binding): Remove compatibility code.
Clean up remainder.
Dave Love [Sun, 8 Oct 2000 16:26:04 +0000 (16:26 +0000)]
(timezone-parse-date): Doc fix. Fix regexps for (5)
without timezone and (8) with timezone to enforce some whitespace.
Simplify code somewhat.
Dave Love [Sun, 8 Oct 2000 16:20:55 +0000 (16:20 +0000)]
(list-options): Doc that you should use customize.
Dave Love [Sun, 8 Oct 2000 16:19:28 +0000 (16:19 +0000)]
(iswitchb-mode): Add :require.
Dave Love [Sun, 8 Oct 2000 15:52:38 +0000 (15:52 +0000)]
*** empty log message ***
Dave Love [Sun, 8 Oct 2000 15:44:36 +0000 (15:44 +0000)]
(Info-goto-node, Info-menu): Doc fix.
(Info-mode-menu): Bind beginning-of-buffer, Info-edit
(info-tool-bar-map): New variable.
(Info-mode): Use it.
(Info-edit-map): Define all in defvar.
(speedbar-attached-frame): Avoid compiler warning.
Dave Love [Sun, 8 Oct 2000 15:29:52 +0000 (15:29 +0000)]
(tool-bar-map): Define it empty.
(global-map): Bind [tool-bar] to a filtered map.
(tool-bar-add-item): Remove MAP arg. Allow PBM icons.
(tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
Allow PBM icons.
(tool-bar-setup): Adjust calls of tool-bar-add-item.
Dave Love [Sun, 8 Oct 2000 15:13:43 +0000 (15:13 +0000)]
(imenu-add-to-menubar): Fix again.
Peter Breton [Sun, 8 Oct 2000 12:24:23 +0000 (12:24 +0000)]
Removed eval-when-compile statements from rul-generic-mode
Eli Zaretskii [Sun, 8 Oct 2000 11:30:37 +0000 (11:30 +0000)]
Fix previous change.
Eli Zaretskii [Sun, 8 Oct 2000 10:56:01 +0000 (10:56 +0000)]
Fix a typo.
Dave Love [Sun, 8 Oct 2000 09:37:01 +0000 (09:37 +0000)]
(imenu-add-to-menubar): Fix last change.
Eli Zaretskii [Sun, 8 Oct 2000 09:27:58 +0000 (09:27 +0000)]
(quail-cxterm-package-ext-info): Fix typos in doc strings.
Eli Zaretskii [Sun, 8 Oct 2000 09:14:38 +0000 (09:14 +0000)]
(Help): Describe an orderly procedure to find features in the docs.
Eli Zaretskii [Sun, 8 Oct 2000 08:53:46 +0000 (08:53 +0000)]
(Language Environments): Mention the requirement to have a suitable font
installed, for displaying a given language.
Eli Zaretskii [Sun, 8 Oct 2000 08:43:31 +0000 (08:43 +0000)]
(Font Lock): Explain how to customize Font Lock faces.
(Faces): Document set-face-foreground and set-face-background.
Eli Zaretskii [Sun, 8 Oct 2000 06:51:37 +0000 (06:51 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 8 Oct 2000 06:50:22 +0000 (06:50 +0000)]
(font-lock-mode, global-font-lock-mode): Mention in
the doc strings how to customize Font Lock faces.
Eli Zaretskii [Sun, 8 Oct 2000 06:24:44 +0000 (06:24 +0000)]
(top-level) <Qbackground_color, Qforeground_color>: Make
them extern (they are defined on xfaces.c).
(syms_of_msdos): Don't intern and don't staticpro
Qbackground_color and Qforeground_color.
Eli Zaretskii [Sun, 8 Oct 2000 06:16:42 +0000 (06:16 +0000)]
(mouse-drag-mode-line-1): Fix an off-by-one error in
computing growth when dragging the header line.
Eli Zaretskii [Sun, 8 Oct 2000 06:10:40 +0000 (06:10 +0000)]
(kill-line): Doc fix.
Eli Zaretskii [Sun, 8 Oct 2000 06:01:19 +0000 (06:01 +0000)]
Mark auto-image-file-name as documented in the manual.
Miles Bader [Sun, 8 Oct 2000 04:28:35 +0000 (04:28 +0000)]
(secondary-selection): Make foreground visible on tty.
Miles Bader [Sun, 8 Oct 2000 02:58:24 +0000 (02:58 +0000)]
(auto-compression-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
(with-auto-compression-mode): Add autoload cookie.
Miles Bader [Sun, 8 Oct 2000 01:41:04 +0000 (01:41 +0000)]
Document `display-message-or-buffer'.
Miles Bader [Sun, 8 Oct 2000 01:37:42 +0000 (01:37 +0000)]
Doc fix.
Miles Bader [Sun, 8 Oct 2000 01:36:35 +0000 (01:36 +0000)]
Add entry for `display-message-or-buffer'.
Dave Love [Sat, 7 Oct 2000 21:32:58 +0000 (21:32 +0000)]
Fix missing @ends.
Eli Zaretskii [Sat, 7 Oct 2000 19:31:08 +0000 (19:31 +0000)]
Mark auto-image-mode as not yet documented.
Eli Zaretskii [Sat, 7 Oct 2000 19:15:54 +0000 (19:15 +0000)]
Fixed a typo.
Eli Zaretskii [Sat, 7 Oct 2000 18:59:12 +0000 (18:59 +0000)]
*** empty log message ***
Eli Zaretskii [Sat, 7 Oct 2000 18:57:36 +0000 (18:57 +0000)]
(Fframe_parameter): For non-windowed frames, if
f->param_alist says foreground or background color is unspecified,
call tty_color_name to return the color name computed from the
frame's current colors.
Eli Zaretskii [Sat, 7 Oct 2000 18:49:14 +0000 (18:49 +0000)]
(find-backup-file-name) [ms-dos]: If support for long
file names is not available, behave as if version-control were set
to never.
Eli Zaretskii [Sat, 7 Oct 2000 18:41:26 +0000 (18:41 +0000)]
Don't remove the Unix shell invocations.
Eli Zaretskii [Sat, 7 Oct 2000 18:40:14 +0000 (18:40 +0000)]
(${TIT}, clean): Use {TIT:.elc=.el} instead of shell `command` expansion.
Dave Love [Sat, 7 Oct 2000 18:35:40 +0000 (18:35 +0000)]
Fix last.
Dave Love [Sat, 7 Oct 2000 18:33:47 +0000 (18:33 +0000)]
Modify licence notice.
Dave Love [Sat, 7 Oct 2000 18:33:10 +0000 (18:33 +0000)]
Modify licence notice. QP, base64 changes.
Dave Love [Sat, 7 Oct 2000 18:05:28 +0000 (18:05 +0000)]
(browse-url-browser-function): Use it.
Dave Love [Sat, 7 Oct 2000 17:58:33 +0000 (17:58 +0000)]
(browse-url-gnome-moz-arguments): New option.
(browse-url-gnome-moz): New function.
Suggested by Colin Walters <walters@cis.ohio-state.edu>.
Peter Breton [Sat, 7 Oct 2000 12:00:26 +0000 (12:00 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 7 Oct 2000 04:13:09 +0000 (04:13 +0000)]
(tab-always-indent): New var.
(indent-for-tab-command): Use it.
Stefan Monnier [Sat, 7 Oct 2000 03:05:14 +0000 (03:05 +0000)]
(set-auto-mode): Ignore unknown -*- mode -*- rather than
raise an error. This way it can still defaults to a sane value.
Miles Bader [Sat, 7 Oct 2000 02:38:22 +0000 (02:38 +0000)]
Fix merge screwup.
Dave Love [Fri, 6 Oct 2000 22:55:11 +0000 (22:55 +0000)]
*** empty log message ***
Dave Love [Fri, 6 Oct 2000 22:53:30 +0000 (22:53 +0000)]
(ospeed): Don't declare.
Dave Love [Fri, 6 Oct 2000 22:51:10 +0000 (22:51 +0000)]
Don't include string.h.
(h_errno): Declare conditional also on TRY_AGAIN.
Dave Love [Fri, 6 Oct 2000 22:47:22 +0000 (22:47 +0000)]
(Ffind_charset_string): Doc fix.
Dave Love [Fri, 6 Oct 2000 22:42:46 +0000 (22:42 +0000)]
(Fbase64_encode_region, Fbase64_encode_string)
(Fbase64_decode_region, Fbase64_decode_string): More explicit
error messages.
Stefan Monnier [Fri, 6 Oct 2000 22:19:23 +0000 (22:19 +0000)]
(fancy-splash-screens): Use local rather than global map.
Don't use `update-menu-bindings' any more.
Get rid of assumptions about keymap representation.
Dave Love [Fri, 6 Oct 2000 19:50:40 +0000 (19:50 +0000)]
(sentence-end-double-space)
(sentence-end-without-period): Doc fix.
(adaptive-fill-regexp): Purecopy.
(unjustify-current-line): Use line-end-position.
(fill-individual-paragraphs-prefix): Use line-beginning-position.
Dave Love [Fri, 6 Oct 2000 18:56:44 +0000 (18:56 +0000)]
(eudc): Add :version, :link.
Dave Love [Fri, 6 Oct 2000 18:45:08 +0000 (18:45 +0000)]
file-coding-system-alist): Use \',
not $.
Dave Love [Fri, 6 Oct 2000 18:37:50 +0000 (18:37 +0000)]
Comment.
Dave Love [Fri, 6 Oct 2000 18:35:24 +0000 (18:35 +0000)]
(find-function-regexp): Remove spurion.
Fix for define-minor-mode.
(function-at-point): Alias to function-called-at-point.
Dave Love [Fri, 6 Oct 2000 18:30:32 +0000 (18:30 +0000)]
(custom-declare-variable, custom-set-variables): Use mapc.