1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

60023 commits

Author SHA1 Message Date
Kim F. Storm
b5572755df Simplify max-image-size entry. 2005-10-19 21:54:41 +00:00
Kim F. Storm
1ac3cfd843 (Showing Images): Add max-image-size integer value. 2005-10-19 21:54:11 +00:00
Kim F. Storm
7df4765a4c (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.
2005-10-19 21:52:13 +00:00
Jay Belanger
cf39c18286 (math-standard-units): Add units, adjust symbols and update values.
(math-unit-prefixes):  Add more prefixes.
2005-10-19 20:19:04 +00:00
Stefan Monnier
e27e4e7a3b (savehist-coding-system): Revert to checking XEmacs. 2005-10-19 19:09:58 +00:00
Romain Francoise
51391fb92d Oops, 2004, not 2005. 2005-10-19 16:56:17 +00:00
Romain Francoise
d7b94c98ba (main): Update copyright year. 2005-10-19 16:53:31 +00:00
Chong Yidong
4754e17927 split-window has already been implemented. 2005-10-19 12:54:43 +00:00
Romain Francoise
3778929297 (bookmark-menu-heading): New face.
(bookmark-bmenu-list): Use it.
Don't fiddle with `baud-rate' at top-level.
2005-10-19 09:45:43 +00:00
Richard M. Stallman
b85acc4bc2 Fix prev change. 2005-10-19 04:47:50 +00:00
Chong Yidong
2e2099ebf0 max-image-size implemented. 2005-10-19 03:57:26 +00:00
Chong Yidong
436a2ccd3f * NEWS: New variable `max-image-size'. 2005-10-19 03:56:09 +00:00
Chong Yidong
63ab30d0bd * display.texi (Showing Images): Document max-image-size. 2005-10-19 03:55:44 +00:00
Chong Yidong
8646a62e20 * image.el (create-image, find-image): Mention max-image-size in
docstring.
2005-10-19 03:55:20 +00:00
Chong Yidong
f1f25b9966 * 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.
2005-10-19 03:54:56 +00:00
Richard M. Stallman
f42d19a283 (Fstring_match): Doc fix. 2005-10-19 01:52:59 +00:00
Romain Francoise
8b1b64617b * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
(bookmark-bmenu-hide-filenames): Improve help-echo text.
2005-10-18 18:29:11 +00:00
Stefan Monnier
67f05bf61a (savehist-load): Revert to checking XEmacs. 2005-10-18 16:13:18 +00:00
Stefan Monnier
d902d95e82 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.
2005-10-18 15:30:53 +00:00
David Ponce
42fbd80885 (tree-widget-button-click): New function.
(tree-widget-button-keymap): Use it.
2005-10-18 11:30:18 +00:00
David Ponce
93883b09c2 *** empty log message *** 2005-10-18 11:29:55 +00:00
Romain Francoise
ee9791afe2 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
(bookmark-bmenu-hide-filenames): Add follow-link property.
2005-10-18 11:05:11 +00:00
Romain Francoise
57eb2e2490 (find-file-at-point): Doc fix. 2005-10-18 09:46:34 +00:00
Romain Francoise
ab945c4707 *** empty log message *** 2005-10-18 09:36:34 +00:00
YAMAMOTO Mitsuharu
bcbdafcef4 *** empty log message *** 2005-10-18 08:07:52 +00:00
YAMAMOTO Mitsuharu
0e41b66d96 (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.
2005-10-18 08:07:06 +00:00
YAMAMOTO Mitsuharu
1405937493 (mouse-set-region): Don't do sit-for on a mac frame. 2005-10-18 08:04:11 +00:00
Romain Francoise
be245005ca * files.texi (Version Systems): Capitalize GNU.
* viper.texi (Viper Specials): Likewise.
2005-10-18 08:01:51 +00:00
Masatake YAMATO
283780dc88 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.
2005-10-18 04:31:16 +00:00
Masatake YAMATO
50071f01ec * 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'.
2005-10-18 04:21:51 +00:00
Masatake YAMATO
ae3d4650ba Write about the 2nd optional argument of `display-completion-list'. 2005-10-18 04:14:36 +00:00
Nick Roberts
04d3b870df (gud-menu-map): Correct condition for fringe. 2005-10-18 03:44:25 +00:00
Nick Roberts
cafc272cdb *** empty log message *** 2005-10-18 03:43:30 +00:00
Peter Galbraith
fba3b4d833 * mh-identity.el (mh-identity-field-handler): Use `assoc-ignore-case' to
compare against header field for mixed-case "From:".
2005-10-18 00:51:43 +00:00
Chong Yidong
bd2cef663b * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
widget-move-and-invoke.
	(gnus-custom-mode): Use gnus-custom-map.
2005-10-18 00:29:41 +00:00
Chong Yidong
e6038ca330 * 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.
2005-10-18 00:28:57 +00:00
Chong Yidong
a008c8f4fc Revert last change. 2005-10-17 23:46:28 +00:00
Chong Yidong
185d1922fb * 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.
2005-10-17 23:39:24 +00:00
Bill Wohler
ffda926c9c 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.
2005-10-17 22:21:06 +00:00
Jay Belanger
3c4f06985e *** empty log message *** 2005-10-17 21:51:50 +00:00
Nick Roberts
dc075b1428 (Compilation Mode): Remove redundant paragraph.
(Watch Expressions): Remove paragraph to reflect code change.
2005-10-17 21:32:37 +00:00
Nick Roberts
284ab7490a *** empty log message *** 2005-10-17 21:31:53 +00:00
Jason Rumney
4fc267d00d *** empty log message *** 2005-10-17 21:11:14 +00:00
Nick Roberts
28126f297c (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.
2005-10-17 21:10:48 +00:00
Nick Roberts
695bdd0107 (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.
2005-10-17 21:09:38 +00:00
Nick Roberts
425fbda641 *** empty log message *** 2005-10-17 21:08:15 +00:00
Jason Rumney
bad197f0d1 Use $(lisp) when referencing files in the lisp directory. 2005-10-17 21:08:06 +00:00
Jason Rumney
e3188d80c4 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD):
New targets for shell specific generation of mh-autoloads.
2005-10-17 20:53:10 +00:00
Jason Rumney
595f93acea *** empty log message *** 2005-10-17 20:52:16 +00:00
Jay Belanger
970dd01268 (calc-store-into): Get proper variable name to display in message. 2005-10-17 20:51:34 +00:00