]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years agoAdd a --compressed-dist option to compress info
Eli Zaretskii [Thu, 20 Oct 2005 15:49:36 +0000 (15:49 +0000)]
Add a --compressed-dist option to compress info
files and .el files that have been byte-compiled. It defaults to "no".

18 years agoDocument eterm to eterm-color renaming.
Eli Zaretskii [Thu, 20 Oct 2005 15:42:04 +0000 (15:42 +0000)]
Document eterm to eterm-color renaming.

18 years agoRenamed eterm to eterm-color and eterm.ti to eterm-color.ti.
Eli Zaretskii [Thu, 20 Oct 2005 15:37:48 +0000 (15:37 +0000)]
Renamed eterm to eterm-color and eterm.ti to eterm-color.ti.

18 years ago(e/eterm-color): Rename eterm to eterm-color.
Eli Zaretskii [Thu, 20 Oct 2005 15:30:54 +0000 (15:30 +0000)]
(e/eterm-color): Rename eterm to eterm-color.

18 years ago(term-term-name): Initialize to "eterm-color".
Eli Zaretskii [Thu, 20 Oct 2005 15:28:58 +0000 (15:28 +0000)]
(term-term-name): Initialize to "eterm-color".

18 years agoDescribe changes in allout.
Eli Zaretskii [Thu, 20 Oct 2005 15:07:51 +0000 (15:07 +0000)]
Describe changes in allout.

18 years ago(x_calc_absolute_position): Remove unused vars win_x, win_y.
Kim F. Storm [Thu, 20 Oct 2005 15:04:13 +0000 (15:04 +0000)]
(x_calc_absolute_position): Remove unused vars win_x, win_y.

18 years ago(Fwindow_tree): Remove unused var alist.
Kim F. Storm [Thu, 20 Oct 2005 15:04:05 +0000 (15:04 +0000)]
(Fwindow_tree): Remove unused var alist.

18 years ago(encode_terminal_code): Remove unused var src_start.
Kim F. Storm [Thu, 20 Oct 2005 15:03:58 +0000 (15:03 +0000)]
(encode_terminal_code): Remove unused var src_start.

18 years ago(display_completion_list_1): New wrapper function
Kim F. Storm [Thu, 20 Oct 2005 15:03:32 +0000 (15:03 +0000)]
(display_completion_list_1): New wrapper function
for Fdisplay_completion_list.
(Fminibuffer_completion_help): Use it.

18 years ago(Fchar_table_range): Remove unused var i.
Kim F. Storm [Thu, 20 Oct 2005 15:03:26 +0000 (15:03 +0000)]
(Fchar_table_range): Remove unused var i.

18 years ago(auto_save_error): Call SAFE_FREE.
Kim F. Storm [Thu, 20 Oct 2005 15:03:10 +0000 (15:03 +0000)]
(auto_save_error): Call SAFE_FREE.

18 years ago(check_ccl_update): Remove unused var vp.
Kim F. Storm [Thu, 20 Oct 2005 15:02:59 +0000 (15:02 +0000)]
(check_ccl_update): Remove unused var vp.

18 years ago(clone_per_buffer_values): Remove unused var tem.
Kim F. Storm [Thu, 20 Oct 2005 15:02:52 +0000 (15:02 +0000)]
(clone_per_buffer_values): Remove unused var tem.
(init_buffer): Remove unused vars dotstat, pwdstat.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 20 Oct 2005 15:02:42 +0000 (15:02 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Eli Zaretskii [Thu, 20 Oct 2005 15:00:21 +0000 (15:00 +0000)]
*** empty log message ***

18 years agoAdd autoloads of crypt++ and mailcrypt routines, all for encryption
Eli Zaretskii [Thu, 20 Oct 2005 14:59:51 +0000 (14:59 +0000)]
Add autoloads of crypt++ and mailcrypt routines, all for encryption
functionality.
allout customization subgroup now positioned in `outlines' group
instead of prior `editing' group.
(allout-encrypt-string, allout-encryption-produce-work-buffer)
(allout-encrypted-topic-p, allout-encrypted-text-type)
(allout-mc-activate-passwd, allout-create-encryption-key-verifier)
(allout-situate-encryption-key-verifier)
(allout-get-encryption-key-verifier, allout-verify-key)
(allout-next-topic-pending-encryption)
(allout-encrypt-decrypted, allout-encrypted-type-prefix): New
functions.
(outline-topic-encryption-bullet, outline-default-encryption-scheme)
(outline-key-verifier-handling, outline-key-hint-handling)
(outline-encrypt-unencrypted-on-saves): New defcustoms.
(allout-file-key-verifier-string, allout-encryption-scheme)
(allout-key-verifier-string, allout-key-hint-string)
(allout-after-save-decrypt): New variables.
(allout-write-file-hook-handler, allout-auto-save-hook-handler)
(allout-after-saves-handler): New hook functions.
(allout-post-command-business): Do allout-after-save-decrypt.
(allout-enable-file-variable-adjustment): Custom var to enable
mechanism for adding and adjusting settings of Emacs file variables.
(allout-adjust-file-variable, allout-file-vars-section-data): New
functions, implement the mechanism.
(outlineify-sticky): Use the file vars mechanism.
(allout-inhibit-protection, allout-during-write-cue)
(allout-override-protect, allout-before-change-protect): Removed.
(allout-flag-region, allout-open-topic): Revised to adjust
read-only text.
(allout-open-line-not-read-only): Added to facilitate read-only
text based protection.
(allout-kill-line): Revised to adjust read-only text, clue the
user about the inhibition.
(allout-unprotected): Robustified with an unwind-protect.
(allout-shift-in, allout-shift-out): Disallow manually shifting a
topic deeper than the offspring depth of the previous topic -
avoiding confusing "containment discontinuities".
(allout-reindent-bodies): Fixed retention of body relative hanging
indent during promotion of collapsed bodies.
(allout-open-topic): Made it easy to open new topic with same
bullet as current topic - topic creation functions provided with
any universal argument provokes now prompt for bullet, defaulting
to the bullet of the previous topic.
(allout-plain-bullets-string, allout-distinctive-bullets-string):
Plain bullet alternates '.' period and ',' comma only.  All other
bullets are relegated to special status (but customizable).
(allout-end-of-entry): Renamed from 'allout-end-of-current-entry
since it actually operates w.r.t. most immediately containing
entry, visible or not.
(allout-hide-current-entry, allout-show-current-entry): Use the
revised version.
(allout-old-expose-topic): Solidify deprecation.
(allout-end-of-subtree): Added, so we can span concealed as well
as visible topics.
(allout-end-of-current-subtree): Use `allout-end-of-subtree'.
(allout-end-of-current-heading): Tweaked to just respect the first
line.
(allout-get-body-text): Added.
(allout-ascend-to-depth, allout-ascend): Position at end of prefix
when invoked interactively.
(allout-up-current-level): Use `interactive-p'.
(allout-mode, allout-init): Miscellaneous docstring and
operational refinements, as well as hookups of new encryption stuff.
(allout-beginning-of-current-entry): Now works as advertised.
(allout-end-of-current-entry): Relieved of superfluous
allout-show-entry.
(allout-isearch-rectification): Refine condition for isearching
(allout-isearch-abort, allout-enwrap-isearch).
(allout-flag-region, my-region-active-p): Relocated some macros.
(allout-title): Fallback title is '(buffer-name)', not
non-existing '(current-buffer-name)'.
(subst-char-in-string): Define if absent (for some XEmacs versions).
Corrected commentary 'keywords' to legitimate ones.
Updated comentary author info (using my current email address,
obscurified).

18 years ago(mail-setup-hook, mail-aliases)
Eli Zaretskii [Thu, 20 Oct 2005 14:34:42 +0000 (14:34 +0000)]
(mail-setup-hook, mail-aliases)
(mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
(mail-citation-prefix-regexp, mail-signature-file)
(mail-default-headers, mail-bury-selects-summary)
(mail-send-nonascii): Add autoload cookies.

18 years ago*** empty log message ***
Eli Zaretskii [Thu, 20 Oct 2005 14:25:49 +0000 (14:25 +0000)]
*** empty log message ***

18 years ago(blink-cursor-mode): Add `mac' to the list of window-system's that
Eli Zaretskii [Thu, 20 Oct 2005 14:23:26 +0000 (14:23 +0000)]
(blink-cursor-mode): Add `mac' to the list of window-system's that
support blinking cursor.

18 years agoRemove XEmacs conditionals.
Eli Zaretskii [Thu, 20 Oct 2005 14:17:14 +0000 (14:17 +0000)]
Remove XEmacs conditionals.

18 years ago(org-level-color-stars-only): Fix typo in doc string.
Reiner Steib [Thu, 20 Oct 2005 14:05:27 +0000 (14:05 +0000)]
(org-level-color-stars-only): Fix typo in doc string.

18 years ago(unexec): Fix calls to `fatal' with less than 3 arguments.
Eli Zaretskii [Thu, 20 Oct 2005 13:59:31 +0000 (13:59 +0000)]
(unexec): Fix calls to `fatal' with less than 3 arguments.

18 years ago[__Lynx__]: Undef SIGPOLL along with SIGIO.
Eli Zaretskii [Thu, 20 Oct 2005 13:18:50 +0000 (13:18 +0000)]
[__Lynx__]: Undef SIGPOLL along with SIGIO.

18 years agoFix date of last entry.
Eli Zaretskii [Thu, 20 Oct 2005 13:17:59 +0000 (13:17 +0000)]
Fix date of last entry.

18 years agoUndef STDIN if defined. (LynxOS defines it in system header files.)
Eli Zaretskii [Thu, 20 Oct 2005 13:13:42 +0000 (13:13 +0000)]
Undef STDIN if defined.  (LynxOS defines it in system header files.)

18 years ago(Fdisplay_completion_list): Doc fix.
Andreas Schwab [Thu, 20 Oct 2005 13:07:29 +0000 (13:07 +0000)]
(Fdisplay_completion_list): Doc fix.

18 years agoFix my email address.
Eli Zaretskii [Thu, 20 Oct 2005 12:46:50 +0000 (12:46 +0000)]
Fix my email address.

18 years ago($(lisp)/mh-e/mh-loaddefs.el): Bind find-file-suppress-same-file-warnings
Eli Zaretskii [Thu, 20 Oct 2005 12:08:25 +0000 (12:08 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Bind find-file-suppress-same-file-warnings
to t, to avoid warnings due to different drive letter case in D:/foo/bar.el
vs d:/foo/bar.el.

18 years ago(font-lock-mode): Doc fix.
Romain Francoise [Thu, 20 Oct 2005 05:48:50 +0000 (05:48 +0000)]
(font-lock-mode): Doc fix.

18 years ago(ido-is-tramp-root): Simplify regexp matching tramp root.
Kim F. Storm [Wed, 19 Oct 2005 22:21:18 +0000 (22:21 +0000)]
(ido-is-tramp-root): Simplify regexp matching tramp root.
(ido-set-current-directory): Don't add / after final @.
(ido-file-name-all-completions-1): Adapt to fixed tramp completion.
Explicitly handle ange-ftp completion oddities.
(ido-make-file-list): Don't rotate list at tramp root to avoid
triggering tramp file handler for expand-file-name via get-file-buffer.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 19 Oct 2005 22:21:00 +0000 (22:21 +0000)]
*** empty log message ***

18 years agoSimplify max-image-size entry.
Kim F. Storm [Wed, 19 Oct 2005 21:54:41 +0000 (21:54 +0000)]
Simplify max-image-size entry.

18 years ago(Showing Images): Add max-image-size integer value.
Kim F. Storm [Wed, 19 Oct 2005 21:54:11 +0000 (21:54 +0000)]
(Showing Images): Add max-image-size integer value.

18 years ago(check_image_size): Handle integer Vmax_image_size value
Kim F. Storm [Wed, 19 Oct 2005 21:52:13 +0000 (21:52 +0000)]
(check_image_size): Handle integer Vmax_image_size value
directly as max pixel value.  Use default frame size for null frame.
(syms_of_image) <max-image-size>: Describe integer value.

18 years ago(math-standard-units): Add units, adjust symbols and update values.
Jay Belanger [Wed, 19 Oct 2005 20:19:04 +0000 (20:19 +0000)]
(math-standard-units): Add units, adjust symbols and update values.
(math-unit-prefixes):  Add more prefixes.

18 years ago(savehist-coding-system): Revert to checking XEmacs.
Stefan Monnier [Wed, 19 Oct 2005 19:09:58 +0000 (19:09 +0000)]
(savehist-coding-system): Revert to checking XEmacs.

18 years agoOops, 2004, not 2005.
Romain Francoise [Wed, 19 Oct 2005 16:56:17 +0000 (16:56 +0000)]
Oops, 2004, not 2005.

18 years ago(main): Update copyright year.
Romain Francoise [Wed, 19 Oct 2005 16:53:31 +0000 (16:53 +0000)]
(main): Update copyright year.

18 years agosplit-window has already been implemented.
Chong Yidong [Wed, 19 Oct 2005 12:54:43 +0000 (12:54 +0000)]
split-window has already been implemented.

18 years ago(bookmark-menu-heading): New face.
Romain Francoise [Wed, 19 Oct 2005 09:45:43 +0000 (09:45 +0000)]
(bookmark-menu-heading): New face.
(bookmark-bmenu-list): Use it.
Don't fiddle with `baud-rate' at top-level.

18 years agoFix prev change.
Richard M. Stallman [Wed, 19 Oct 2005 04:47:50 +0000 (04:47 +0000)]
Fix prev change.

18 years agomax-image-size implemented.
Chong Yidong [Wed, 19 Oct 2005 03:57:26 +0000 (03:57 +0000)]
max-image-size implemented.

18 years ago* NEWS: New variable `max-image-size'.
Chong Yidong [Wed, 19 Oct 2005 03:56:09 +0000 (03:56 +0000)]
* NEWS: New variable `max-image-size'.

18 years ago* display.texi (Showing Images): Document max-image-size.
Chong Yidong [Wed, 19 Oct 2005 03:55:44 +0000 (03:55 +0000)]
* display.texi (Showing Images): Document max-image-size.

18 years ago* image.el (create-image, find-image): Mention max-image-size in
Chong Yidong [Wed, 19 Oct 2005 03:55:20 +0000 (03:55 +0000)]
* image.el (create-image, find-image): Mention max-image-size in
docstring.

18 years ago* image.c (Vmax_image_size): New variable.
Chong Yidong [Wed, 19 Oct 2005 03:54:56 +0000 (03:54 +0000)]
* image.c (Vmax_image_size): New variable.
(check_image_size): New function.
(xbm_read_bitmap_data, pbm_load, png_load, jpeg_load, tiff_load)
(gif_load, gs_load): Use it.
(lookup_image): Try loading again if previous load failed.
(xbm_read_bitmap_data): Add a new argument, a pointer to the frame
to display in, NULL if none.
(xbm_load_image, xbm_file_p): Pass xbm_read_bitmap_data the new
argument.

18 years ago(Fstring_match): Doc fix.
Richard M. Stallman [Wed, 19 Oct 2005 01:52:59 +0000 (01:52 +0000)]
(Fstring_match): Doc fix.

18 years ago* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
Romain Francoise [Tue, 18 Oct 2005 18:29:11 +0000 (18:29 +0000)]
* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
(bookmark-bmenu-hide-filenames): Improve help-echo text.

18 years ago(savehist-load): Revert to checking XEmacs.
Stefan Monnier [Tue, 18 Oct 2005 16:13:18 +0000 (16:13 +0000)]
(savehist-load): Revert to checking XEmacs.

18 years agoDon't use font-lock-defaults-alist.
Stefan Monnier [Tue, 18 Oct 2005 15:30:53 +0000 (15:30 +0000)]
Don't use font-lock-defaults-alist.
Various docstring and line-width fixups.
(conf-mode): Use cond.
Set font-lock-defaults.  Don't set comment-use-syntax.

18 years ago(tree-widget-button-click): New function.
David Ponce [Tue, 18 Oct 2005 11:30:18 +0000 (11:30 +0000)]
(tree-widget-button-click): New function.
(tree-widget-button-keymap): Use it.

18 years ago*** empty log message ***
David Ponce [Tue, 18 Oct 2005 11:29:55 +0000 (11:29 +0000)]
*** empty log message ***

18 years ago* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
Romain Francoise [Tue, 18 Oct 2005 11:05:11 +0000 (11:05 +0000)]
* bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
(bookmark-bmenu-hide-filenames): Add follow-link property.

18 years ago(find-file-at-point): Doc fix.
Romain Francoise [Tue, 18 Oct 2005 09:46:34 +0000 (09:46 +0000)]
(find-file-at-point): Doc fix.

18 years ago*** empty log message ***
Romain Francoise [Tue, 18 Oct 2005 09:36:34 +0000 (09:36 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Tue, 18 Oct 2005 08:07:52 +0000 (08:07 +0000)]
*** empty log message ***

18 years ago(note_mouse_movement): Use PtInRect.
YAMAMOTO Mitsuharu [Tue, 18 Oct 2005 08:07:06 +0000 (08:07 +0000)]
(note_mouse_movement): Use PtInRect.
(XTread_socket): Also ignore mouse motion just before a button
release event.  Don't process button release event when mouse is
not grabbed.

18 years ago(mouse-set-region): Don't do sit-for on a mac frame.
YAMAMOTO Mitsuharu [Tue, 18 Oct 2005 08:04:11 +0000 (08:04 +0000)]
(mouse-set-region): Don't do sit-for on a mac frame.

18 years ago* files.texi (Version Systems): Capitalize GNU.
Romain Francoise [Tue, 18 Oct 2005 08:01:51 +0000 (08:01 +0000)]
* files.texi (Version Systems): Capitalize GNU.

* viper.texi (Viper Specials): Likewise.

18 years agoInstall to the CVS repository what I forgot to install in my
Masatake YAMATO [Tue, 18 Oct 2005 04:31:16 +0000 (04:31 +0000)]
Install to the CVS repository what I forgot to install in my
2005-10-16 changes.

* progmodes/python.el (python-complete-symbol): Pass the common
prefix substring of completion to `display-completion-list'.

* textmodes/org.el (org-complete): Ditto.

18 years ago* woman.el (WoMan-xref-man-page): New button type derived
Masatake YAMATO [Tue, 18 Oct 2005 04:21:51 +0000 (04:21 +0000)]
* woman.el (WoMan-xref-man-page): New button type derived
from `Man-abstract-xref-man-page'.
(woman-mode): Pass `WoMan-xref-man-page' to
`Man-highlight-references'.

* man.el (Man-abstract-xref-man-page): New button type.
(Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
(Man-highlight-references): Add new optiolnal argument `xref-man-type'.

18 years agoWrite about the 2nd optional argument of `display-completion-list'.
Masatake YAMATO [Tue, 18 Oct 2005 04:14:36 +0000 (04:14 +0000)]
Write about the 2nd optional argument of `display-completion-list'.

18 years ago(gud-menu-map): Correct condition for fringe.
Nick Roberts [Tue, 18 Oct 2005 03:44:25 +0000 (03:44 +0000)]
(gud-menu-map): Correct condition for fringe.

18 years ago*** empty log message ***
Nick Roberts [Tue, 18 Oct 2005 03:43:30 +0000 (03:43 +0000)]
*** empty log message ***

18 years ago* mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
Peter Galbraith [Tue, 18 Oct 2005 00:51:43 +0000 (00:51 +0000)]
* mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
compare against header field for mixed-case "From:".

18 years ago* gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
Chong Yidong [Tue, 18 Oct 2005 00:29:41 +0000 (00:29 +0000)]
* gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
widget-move-and-invoke.
(gnus-custom-mode): Use gnus-custom-map.

18 years ago* cus-edit.el (Custom-move-and-invoke): Deleted.
Chong Yidong [Tue, 18 Oct 2005 00:28:57 +0000 (00:28 +0000)]
* cus-edit.el (Custom-move-and-invoke): Deleted.
(custom-mode-map): Bind mouse-1 to widget-move-and-invoke.

* wid-edit.el (widget-move-and-invoke): New function, from
Custom-move-and-invoke.

18 years agoRevert last change.
Chong Yidong [Mon, 17 Oct 2005 23:46:28 +0000 (23:46 +0000)]
Revert last change.

18 years ago* cus-edit.el (Custom-move-and-invoke): Delete function.
Chong Yidong [Mon, 17 Oct 2005 23:39:24 +0000 (23:39 +0000)]
* cus-edit.el (Custom-move-and-invoke): Delete function.
(custom-mode-map): Remove Custom-move-and-invoke binding.

* wid-edit.el (widget-move-and-invoke): New function.
(widget-keymap): Bind mouse-1 to it.

18 years agoMoved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler [Mon, 17 Oct 2005 22:21:06 +0000 (22:21 +0000)]
Moved all remaining images from lisp/toolbar to etc/images, moved
lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
resolution images were placed in their own directory (low-color).
Replaced underscore (_) in filenames with dash (-) per convention

* make-dist: Create and populate etc/images/low-color.

* admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
  since it's gone. Also marked mh-e as done.

* lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*:
* lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*:
* lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*:
* lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*:
* lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, *
* lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*:
* lisp/toolbar/saveas.*, lisp/toolbar/search.*:
* lisp/toolbar/search-replace.*: lisp/toolbar/spell.*:
* lisp/toolbar/undo.*: Moved to etc/images.

* lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
* lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
* lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
* lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
* lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
* lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
* lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
* lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
* lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*.
* lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
* lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
* lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
* lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
* lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
* lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.

To conform with convention, the underscore (_) in the following image
names were replaced with dash (-) or (/) as appropriate.

* lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
* lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*.
* lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
* lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*.
* lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
* lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
* lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
* lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
* lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
* lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
* lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
* lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*.
* lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
* lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
* lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*.

* lisp/info.el (info-tool-bar-map): Replaced underscores in image
names with dashes.

* lisp/makefile.w32-in (WINS): Removed toolbar.

* lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
comment.

* lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that
lisp/toolbar is empty, it should be deleted when folks run "cvs up
-P".

* etc/images/README: Incorporated the content of lisp/toolbar/README
now that all of the images are here.

18 years ago*** empty log message ***
Jay Belanger [Mon, 17 Oct 2005 21:51:50 +0000 (21:51 +0000)]
*** empty log message ***

18 years ago(Compilation Mode): Remove redundant paragraph.
Nick Roberts [Mon, 17 Oct 2005 21:32:37 +0000 (21:32 +0000)]
(Compilation Mode): Remove redundant paragraph.
(Watch Expressions): Remove paragraph to reflect code change.

18 years ago*** empty log message ***
Nick Roberts [Mon, 17 Oct 2005 21:31:53 +0000 (21:31 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jason Rumney [Mon, 17 Oct 2005 21:11:14 +0000 (21:11 +0000)]
*** empty log message ***

18 years ago(speedbar-set-mode-line-format): Indent properly.
Nick Roberts [Mon, 17 Oct 2005 21:10:48 +0000 (21:10 +0000)]
(speedbar-set-mode-line-format): Indent properly.
(speedbar-insert-button, speedbar-make-button):
Use add-text-properties.
(speedbar-update-localized-contents)
(speedbar-update-directory-contents)
(speedbar-update-special-contents): Use dolist.
(speedbar-buffer-easymenu-definition): Add a menu separator.

18 years ago(gdb-var-create-handler): Make watch
Nick Roberts [Mon, 17 Oct 2005 21:09:38 +0000 (21:09 +0000)]
(gdb-var-create-handler): Make watch
expressions display in speedbar for all buffers when debugging.
(gdb-speedbar-expand-node): Ensure node contraction is always
updated.

18 years ago*** empty log message ***
Nick Roberts [Mon, 17 Oct 2005 21:08:15 +0000 (21:08 +0000)]
*** empty log message ***

18 years agoUse $(lisp) when referencing files in the lisp directory.
Jason Rumney [Mon, 17 Oct 2005 21:08:06 +0000 (21:08 +0000)]
Use $(lisp) when referencing files in the lisp directory.

18 years ago(pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
Jason Rumney [Mon, 17 Oct 2005 20:53:10 +0000 (20:53 +0000)]
(pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
New targets for shell specific generation of mh-autoloads.

18 years ago*** empty log message ***
Jason Rumney [Mon, 17 Oct 2005 20:52:16 +0000 (20:52 +0000)]
*** empty log message ***

18 years ago(calc-store-into): Get proper variable name to display in message.
Jay Belanger [Mon, 17 Oct 2005 20:51:34 +0000 (20:51 +0000)]
(calc-store-into): Get proper variable name to display in message.

18 years ago(jit-lock-fontify-now): Fix copy/paste mess up in last change.
Stefan Monnier [Mon, 17 Oct 2005 17:39:57 +0000 (17:39 +0000)]
(jit-lock-fontify-now): Fix copy/paste mess up in last change.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 17 Oct 2005 16:23:43 +0000 (16:23 +0000)]
*** empty log message ***

18 years ago(tex-font-lock-keywords-2): Undo prev change.
Richard M. Stallman [Mon, 17 Oct 2005 16:23:28 +0000 (16:23 +0000)]
(tex-font-lock-keywords-2): Undo prev change.

18 years ago(Quitting): Minor clarification.
Richard M. Stallman [Mon, 17 Oct 2005 16:19:56 +0000 (16:19 +0000)]
(Quitting): Minor clarification.

18 years ago(Sentinels): Clarify about output and quitting.
Richard M. Stallman [Mon, 17 Oct 2005 16:16:27 +0000 (16:16 +0000)]
(Sentinels): Clarify about output and quitting.
(Filter Functions): Mention with-local-quit.

18 years ago(jit-lock-fontify-now): Move jit-lock-context-unfontify-pos.
Stefan Monnier [Mon, 17 Oct 2005 15:15:31 +0000 (15:15 +0000)]
(jit-lock-fontify-now): Move jit-lock-context-unfontify-pos.

18 years ago*** empty log message ***
Juri Linkov [Mon, 17 Oct 2005 06:50:12 +0000 (06:50 +0000)]
*** empty log message ***

18 years ago(Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
Juri Linkov [Mon, 17 Oct 2005 06:49:47 +0000 (06:49 +0000)]
(Change Hooks): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Syntax Table Functions):
Juri Linkov [Mon, 17 Oct 2005 06:49:14 +0000 (06:49 +0000)]
(Syntax Table Functions):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
Juri Linkov [Mon, 17 Oct 2005 06:48:54 +0000 (06:48 +0000)]
(Output Functions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Excursions): Replace arg `forms' with `body' in `save-excursion'.
Juri Linkov [Mon, 17 Oct 2005 06:48:32 +0000 (06:48 +0000)]
(Excursions): Replace arg `forms' with `body' in `save-excursion'.

18 years ago(Mode Hooks, Defining Minor Modes):
Juri Linkov [Mon, 17 Oct 2005 06:48:00 +0000 (06:48 +0000)]
(Mode Hooks, Defining Minor Modes):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Writing to Files): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
Juri Linkov [Mon, 17 Oct 2005 06:47:26 +0000 (06:47 +0000)]
(Writing to Files): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Progress, Defining Faces):
Juri Linkov [Mon, 17 Oct 2005 06:46:57 +0000 (06:46 +0000)]
(Progress, Defining Faces):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Group Definitions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
Juri Linkov [Mon, 17 Oct 2005 06:46:14 +0000 (06:46 +0000)]
(Group Definitions): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Eval During Compile, Compiler Errors):
Juri Linkov [Mon, 17 Oct 2005 06:45:48 +0000 (06:45 +0000)]
(Eval During Compile, Compiler Errors):
Replace `...' with `@dots{}' in `@defmac' and `@defspec'.

18 years ago(Event Input Misc): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
Juri Linkov [Mon, 17 Oct 2005 06:45:26 +0000 (06:45 +0000)]
(Event Input Misc): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
(Quitting): Replace arg `forms' with `body' in `with-local-quit'.

18 years ago(Current Buffer): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
Juri Linkov [Mon, 17 Oct 2005 06:44:50 +0000 (06:44 +0000)]
(Current Buffer): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.