]>
git.eshelyaron.com Git - emacs.git/log
Gerd Moellmann [Wed, 22 Nov 2000 21:21:17 +0000 (21:21 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 22 Nov 2000 21:05:36 +0000 (21:05 +0000)]
(flyspell-prog-text-faces): New var.
(flyspell-generic-progmode-verify): Use it.
Sam Steingold [Wed, 22 Nov 2000 20:59:39 +0000 (20:59 +0000)]
* simple.el (delete-trailing-whitespace): New interactive function.
* progmodes/ada-mode.el (ada-mode): Use it instead of
`ada-remove-trailing-spaces'
(ada-remove-trailing-spaces): Removed.
* textmodes/two-column.el (2C-merge): Recommend it in the doc.
* textmodes/picture.el (picture-mode-exit): Call it instead of
`picture-clean'.
(picture-clean): Removed.
Gerd Moellmann [Wed, 22 Nov 2000 19:54:36 +0000 (19:54 +0000)]
(show-cursor-in-non-selected-windows): Doc fix.
Stefan Monnier [Wed, 22 Nov 2000 19:49:59 +0000 (19:49 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 19:47:33 +0000 (19:47 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 22 Nov 2000 19:47:30 +0000 (19:47 +0000)]
(comment-line-break-function): Use the new name
indent-new-comment-line -> comment-indent-new-line.
(clone-indirect-buffer): Don't ignore NORECORD.
(next-completion): Properly handle the case where items are adjacent.
Gerd Moellmann [Wed, 22 Nov 2000 19:44:43 +0000 (19:44 +0000)]
(hi-lock-refontify): Don't call non-existent
jit-lock-fontify-buffer; it should anyway be unneccessary to
dp anything special when jit-lock is active.
(hi-yellow, hi-pink, hi-green, hi-blue): Fix
defface specs.
Dave Love [Wed, 22 Nov 2000 19:38:25 +0000 (19:38 +0000)]
*** empty log message ***
Dave Love [Wed, 22 Nov 2000 19:28:28 +0000 (19:28 +0000)]
Use provide.
Eli Zaretskii [Wed, 22 Nov 2000 18:10:10 +0000 (18:10 +0000)]
(NSIG) [__DJGPP__ == 2 && __DJGPP_MINOR__ == 1]:
Define; it is undefined in DJGPP v2.01.
Dave Love [Wed, 22 Nov 2000 17:59:32 +0000 (17:59 +0000)]
*** empty log message ***
Dave Love [Wed, 22 Nov 2000 17:52:24 +0000 (17:52 +0000)]
(custom-buffer-create-internal): Save some consing.
(custom-variable-set): Improve validation error mesage.
Dave Love [Wed, 22 Nov 2000 17:33:21 +0000 (17:33 +0000)]
(string-rectangle): Revert last change.
(string-rectangle-line): New arg DELETE.
(string-rectangle): Check delete-selection-mode.
Gerd Moellmann [Wed, 22 Nov 2000 17:05:38 +0000 (17:05 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 17:05:02 +0000 (17:05 +0000)]
(recentf-menu-items-for-commands)
(recentf-make-menu-items, recentf-make-menu-item)
(recentf-filter-changer): Added :help and :active menu-item
properties.
(recentf-build-dir-rules, recentf-dump-variable)
(recentf-edit-list, recentf-open-files-item)
(recentf-open-files): Replaced unnecessary `mapcar' with new
built-in `mapc'.
Stefan Monnier [Wed, 22 Nov 2000 16:46:52 +0000 (16:46 +0000)]
(popup-menu): Stupid typo.
ShengHuo ZHU [Wed, 22 Nov 2000 16:37:04 +0000 (16:37 +0000)]
(message-send-news): Use buffer-substring-no-properties.
Miles Bader [Wed, 22 Nov 2000 16:34:53 +0000 (16:34 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 16:33:16 +0000 (16:33 +0000)]
(x_tool_bar_item, w32_handle_tool_bar_click)
(note_tool_bar_highlight): Change references to mambers deleted
from struct frame to use the new ones.
Dave Love [Wed, 22 Nov 2000 16:33:13 +0000 (16:33 +0000)]
2000-11-22 Simon Josefsson <simon@josefsson.org>
* gnus-uu.el (gnus-uu-digest-mail-forward): Search for "from:"
instead of "from: " for rfc822 compliance. Insert SPC.
Gerd Moellmann [Wed, 22 Nov 2000 16:32:36 +0000 (16:32 +0000)]
(mark_object) <frame>: Mark tool bar items differently.
Gerd Moellmann [Wed, 22 Nov 2000 16:32:00 +0000 (16:32 +0000)]
(update_frame): Do nothing with frame's tool bar
items.
Gerd Moellmann [Wed, 22 Nov 2000 16:31:28 +0000 (16:31 +0000)]
(update_tool_bar, build_desired_tool_bar_string): Change
references to mambers deleted from struct frame to use the new
ones.
Gerd Moellmann [Wed, 22 Nov 2000 16:29:33 +0000 (16:29 +0000)]
(x_handle_tool_bar_click, note_tool_bar_highlight):
Change references to mambers deleted from struct frame to use the
new ones.
Gerd Moellmann [Wed, 22 Nov 2000 16:28:38 +0000 (16:28 +0000)]
(make_frame): Change initialization of tool bar
items accordingly.
Gerd Moellmann [Wed, 22 Nov 2000 16:28:11 +0000 (16:28 +0000)]
(struct frame): Members desired_tool_bar_items,
current_tool_bar_items, n_desired_tool_bar_items,
n_current_tool_bar_items removed. Add tool_bar_items and
n_tool_bar_items.
Dave Love [Wed, 22 Nov 2000 16:24:34 +0000 (16:24 +0000)]
(edebug-version)
(edebug-maintainer-address): Deleted.
(edebug-submit-bug-report): Just alias to report-emacs-bug.
(edebug-read-function): Account for other `'#' read forms.
(edebug-mode-menus): Make some items toggles.
(edebug-outside-unread-command-event, unread-command-event):
Remove these to avoid warnings.
Miles Bader [Wed, 22 Nov 2000 15:34:56 +0000 (15:34 +0000)]
(display_menu_bar): Or `mode-line-inverse-video' with the face's
inverse-video attribute, rather than overriding it.
Miles Bader [Wed, 22 Nov 2000 15:32:13 +0000 (15:32 +0000)]
(menu): Make inverse-video on ttys too.
Gerd Moellmann [Wed, 22 Nov 2000 15:11:36 +0000 (15:11 +0000)]
Remove autoload cookied, add author,
maintainer, keywords tags.
Gerd Moellmann [Wed, 22 Nov 2000 15:06:10 +0000 (15:06 +0000)]
(replace-rectangle): Don't call string-rectangle-line
with too many arguments.
Gerd Moellmann [Wed, 22 Nov 2000 14:53:54 +0000 (14:53 +0000)]
(gnus-group-make-tool-bar): Fix a paren typo.
ShengHuo ZHU [Wed, 22 Nov 2000 14:27:40 +0000 (14:27 +0000)]
* message.el (message-send-mail): Use buffer-substring-no-properties.
Gerd Moellmann [Wed, 22 Nov 2000 14:27:38 +0000 (14:27 +0000)]
(x_set_tool_bar_lines): Clear internal border when
tool bar gets smaller.
Dave Love [Wed, 22 Nov 2000 14:07:59 +0000 (14:07 +0000)]
*** empty log message ***
Dave Love [Wed, 22 Nov 2000 14:04:22 +0000 (14:04 +0000)]
(Undisplayable Characters): New node.
Tweaks elsewhere.
Dave Love [Wed, 22 Nov 2000 13:55:24 +0000 (13:55 +0000)]
Tweak non-ASCII display.
André Spiegel [Wed, 22 Nov 2000 12:59:03 +0000 (12:59 +0000)]
#
André Spiegel [Wed, 22 Nov 2000 12:55:31 +0000 (12:55 +0000)]
(viper-file-checked-in-p): Call vc-state instead of vc-locking-user,
which no longer exists.
André Spiegel [Wed, 22 Nov 2000 12:54:21 +0000 (12:54 +0000)]
(ediff-file-checked-out-p, ediff-file-checked-in-p): Call vc-state
instead of vc-locking-user, which no longer exists.
Gerd Moellmann [Wed, 22 Nov 2000 12:50:52 +0000 (12:50 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 22 Nov 2000 12:50:24 +0000 (12:50 +0000)]
Use m/macppc.h instead of the non-existent
m/powerpc.h.
Dave Love [Wed, 22 Nov 2000 12:35:51 +0000 (12:35 +0000)]
*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 11:34:05 +0000 (11:34 +0000)]
(refill-adjust-ignorable-overlay, refill-fill-paragraph-at):
Remove debugging code.
Dave Love [Wed, 22 Nov 2000 11:17:23 +0000 (11:17 +0000)]
(md5): Fix error call.
Dave Love [Wed, 22 Nov 2000 11:14:50 +0000 (11:14 +0000)]
(md5): Provide.
Dave Love [Wed, 22 Nov 2000 10:41:06 +0000 (10:41 +0000)]
(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
Miles Bader [Wed, 22 Nov 2000 09:25:17 +0000 (09:25 +0000)]
*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 09:24:55 +0000 (09:24 +0000)]
(Display Vars): Note that `mode-line-inverse-video' is deprecated.
Miles Bader [Wed, 22 Nov 2000 09:06:14 +0000 (09:06 +0000)]
(generate-calendar-window): When we don't call `fit-window-to-buffer',
make sure the top line is fully visible.
Miles Bader [Wed, 22 Nov 2000 02:01:14 +0000 (02:01 +0000)]
*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 02:00:42 +0000 (02:00 +0000)]
(insert-image-file): Don't make `read-only' property rear-nonsticky.
Miles Bader [Wed, 22 Nov 2000 01:36:08 +0000 (01:36 +0000)]
(isearch-original-minibuffer-message-timeout): New var.
(isearch-mode): Set `minibuffer-message-timeout' to nil, after
stashing away its original value.
(isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
in the recursive edit.
Bind `isearch-original-minibuffer-message-timeout' to protect it.
(isearch-done): Restore `minibuffer-message-timeout'.
Miles Bader [Wed, 22 Nov 2000 01:34:53 +0000 (01:34 +0000)]
(Vminibuffer_message_timeout): New variable.
(command_loop_1): Use it to determine message timeout.
(syms_of_keyboard): Initialize it.
Miles Bader [Wed, 22 Nov 2000 01:20:31 +0000 (01:20 +0000)]
*** empty log message ***
Miles Bader [Wed, 22 Nov 2000 01:19:53 +0000 (01:19 +0000)]
Remove entry for `mode-line-inverse-video'.
Miles Bader [Wed, 22 Nov 2000 00:22:28 +0000 (00:22 +0000)]
(syms_of_xdisp): `mode-line-inverse-video' defualts to nil.
Miles Bader [Wed, 22 Nov 2000 00:18:43 +0000 (00:18 +0000)]
Correct spelling of `mode-line'.
`mode-line-inverse-video' is deprecated.
Stefan Monnier [Wed, 22 Nov 2000 00:14:10 +0000 (00:14 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 21 Nov 2000 23:56:56 +0000 (23:56 +0000)]
Move the code for declaring h_errno after #include <netdb.h>.
Kenichi Handa [Tue, 21 Nov 2000 23:56:29 +0000 (23:56 +0000)]
*** empty log message ***
Stefan Monnier [Tue, 21 Nov 2000 22:41:20 +0000 (22:41 +0000)]
(ada-mode): `set '' -> `setq'.
Gerd Moellmann [Tue, 21 Nov 2000 22:27:22 +0000 (22:27 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 22:27:08 +0000 (22:27 +0000)]
(xlwmenu_redisplay): New function.
Gerd Moellmann [Tue, 21 Nov 2000 22:26:20 +0000 (22:26 +0000)]
(Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
the menu bar when the tooltip is unmapped.
Stefan Monnier [Tue, 21 Nov 2000 22:18:23 +0000 (22:18 +0000)]
(gnus-configure-windows): switch-to-buffer -> set-buffer.
Stefan Monnier [Tue, 21 Nov 2000 22:07:43 +0000 (22:07 +0000)]
(find-lisp-find-files-internal):
Use dolist, when and file-name-as-directory.
Stefan Monnier [Tue, 21 Nov 2000 21:47:25 +0000 (21:47 +0000)]
(edebug-form-spec prop): use dolist.
(define-derived-mode, define-minor-mode): Add specs.
Stefan Monnier [Tue, 21 Nov 2000 21:44:25 +0000 (21:44 +0000)]
General comment and spacing fixes.
(save-selected-window): Use backquotes.
(window-safely-shrinkable-p): New function.
(shrink-window-if-larger-than-buffer): Use it.
Stefan Monnier [Tue, 21 Nov 2000 21:35:38 +0000 (21:35 +0000)]
(make-local-hook): Docstring fix.
Stefan Monnier [Tue, 21 Nov 2000 21:33:45 +0000 (21:33 +0000)]
(shell-mode): Use define-derived-mode.
Stefan Monnier [Tue, 21 Nov 2000 21:31:16 +0000 (21:31 +0000)]
(comment-indent): Insert comment before calling
comment-indent-function. Don't insert in column 0.
(comment-dwim): Indent before inserting comment.
Stefan Monnier [Tue, 21 Nov 2000 21:28:05 +0000 (21:28 +0000)]
(isearch-mode-map): Fix docstring. Init in defvar.
(minibuffer-local-isearch-map): Init in defvar. Use inheritance.
(isearch-clean-overlays, isearch-range-invisible, isearch-unread):
Use mapc rather than map.
Stefan Monnier [Tue, 21 Nov 2000 21:12:49 +0000 (21:12 +0000)]
(find-buffer-visiting): Compare all attributes before
declaring two files identical (rather than just their inode-no).
(auto-mode-alist): Use \' rather than $.
Stefan Monnier [Tue, 21 Nov 2000 21:04:31 +0000 (21:04 +0000)]
Update maintainer line.
Stefan Monnier [Tue, 21 Nov 2000 20:47:49 +0000 (20:47 +0000)]
* pcvs.el (uniquify-buffer-file-name): Remove advice.
* uniquify.el (uniquify-list-buffers-directory-modes): New var.
(uniquify-buffer-file-name): Use it.
Stefan Monnier [Tue, 21 Nov 2000 20:42:39 +0000 (20:42 +0000)]
(uniquify-list-buffers-directory-modes): New var.
(uniquify-buffer-file-name): Use it.
Gerd Moellmann [Tue, 21 Nov 2000 20:41:11 +0000 (20:41 +0000)]
(Fkill_buffer): Notice if the buffer to kill is the
sole visible buffer when we're currently in the mini-buffer, and
give up if so.
Jason Rumney [Tue, 21 Nov 2000 19:18:13 +0000 (19:18 +0000)]
(Fw32_set_clipboard_data): Save a copy of what is put on the clipboard.
(Fw32_get_clipboard_data): Compare data on clipboard with saved copy
of what Emacs last put there. If they are the same, do not use the
clipboard copy to avoid losing data due to coding conversions.
Jason Rumney [Tue, 21 Nov 2000 19:16:16 +0000 (19:16 +0000)]
*** empty log message ***
Dave Love [Tue, 21 Nov 2000 18:26:34 +0000 (18:26 +0000)]
Tweaks.
Jason Rumney [Tue, 21 Nov 2000 18:23:50 +0000 (18:23 +0000)]
(syms_of_ntproc): Doc fix for w32-downcase-file-names.
Miles Bader [Tue, 21 Nov 2000 18:02:47 +0000 (18:02 +0000)]
Mention that `minibuffer-prompt-properties' can be used to disallow
point from moving into the prompt.
Dave Love [Tue, 21 Nov 2000 17:54:40 +0000 (17:54 +0000)]
(gnus-mime-button-map): Don't inherit from
gnus-article-mode-map.
(gnus-mime-button-menu): Use mouse-set-point.
(gnus-insert-mime-button, gnus-mime-display-alternative)
(gnus-mime-display-alternative): Don't use local-map property.
Miles Bader [Tue, 21 Nov 2000 17:49:42 +0000 (17:49 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 16:47:35 +0000 (16:47 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 16:47:04 +0000 (16:47 +0000)]
(Fbyte_code) <Bvarbind, Bunwind_protect>: Add
BEFORE/AFTER_POTENTIAL_GC.
Gerd Moellmann [Tue, 21 Nov 2000 16:24:06 +0000 (16:24 +0000)]
Fix last change.
Gerd Moellmann [Tue, 21 Nov 2000 16:20:53 +0000 (16:20 +0000)]
(install-arch-indep): Also install info/eshell*
and info/speedbar*.
Miles Bader [Tue, 21 Nov 2000 16:01:32 +0000 (16:01 +0000)]
Add entry for `minibuffer-prompt-properties'.
Miles Bader [Tue, 21 Nov 2000 15:58:33 +0000 (15:58 +0000)]
(minibuffer-avoid-prompt): New function.
Miles Bader [Tue, 21 Nov 2000 15:57:34 +0000 (15:57 +0000)]
(Vminibuffer_prompt_properties): New variable.
(syms_of_minibuf): Initialize it.
(read_minibuf): Add properties from Vminibuffer_prompt_properties
to prompt, don't make read-only.
Gerd Moellmann [Tue, 21 Nov 2000 15:53:02 +0000 (15:53 +0000)]
(_FILE_OFFSET_BITS): Undef.
Dave Love [Tue, 21 Nov 2000 14:37:02 +0000 (14:37 +0000)]
Change @dircategory.
Dave Love [Tue, 21 Nov 2000 14:32:05 +0000 (14:32 +0000)]
Modify stuff about image libraries.
Gerd Moellmann [Tue, 21 Nov 2000 12:50:59 +0000 (12:50 +0000)]
*** empty log message ***
Gerd Moellmann [Tue, 21 Nov 2000 12:33:01 +0000 (12:33 +0000)]
(mmap_free_1): Avoid a compiler warning.
Gerd Moellmann [Tue, 21 Nov 2000 12:23:31 +0000 (12:23 +0000)]
(AC_OUTPUT): Arrange to emit definitions of
GCC and NON_GNU_CPP into config.status.
Gerd Moellmann [Tue, 21 Nov 2000 12:05:08 +0000 (12:05 +0000)]
Don't try to include termcap.h; see comment there.