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

18 years ago(mh-display-completion-list-compat): New macro which calls
Bill Wohler [Mon, 17 Oct 2005 06:33:31 +0000 (06:33 +0000)]
(mh-display-completion-list-compat): New macro which calls
`display-completion-list' correctly in older environments. Versions of
Emacs prior to version 22 lacked a COMMON-SUBSTRING argument.
(mh-complete-word): Use it.

18 years ago(Getting Started, Search Index, Expert Info): Fix wording.
Juri Linkov [Mon, 17 Oct 2005 06:28:55 +0000 (06:28 +0000)]
(Getting Started, Search Index, Expert Info): Fix wording.
(Search Text): Replace `echo area' with `mode line'.
(Search Index): Both `i' and `,' find all index entries.
Replace example `C-f' with `C-l' (which exists in index of Info
manual) and delete spaces in its keyboard input sequence.
Delete unnecessary explanations about literal characters.

18 years ago(mh-image-load-path): Use locate-library to find MH-E. This simplified
Bill Wohler [Mon, 17 Oct 2005 05:52:53 +0000 (05:52 +0000)]
(mh-image-load-path): Use locate-library to find MH-E. This simplified
the code a lot. Flattened out nested statements even more.

18 years ago* net/tramp.el (tramp-completion-mode): New defvar. Used in
Michael Albinus [Mon, 17 Oct 2005 04:46:46 +0000 (04:46 +0000)]
* net/tramp.el (tramp-completion-mode): New defvar.  Used in
`tramp-completion-mode' for checking if we are in completion mode.
(tramp-completion-handle-file-name-all-completions): Reorder code
in order to complete for file names only in case there are no
method/user/host completions.  This is necessary for cooperation
with ido.  Reported by Kim F. Storm  <storm@cua.dk>.

18 years ago(Compilation Mode, Compilation): Clarified.
Richard M. Stallman [Mon, 17 Oct 2005 02:35:03 +0000 (02:35 +0000)]
(Compilation Mode, Compilation): Clarified.

18 years ago* longlines.el (longlines-search-forward)
Chong Yidong [Sun, 16 Oct 2005 23:46:15 +0000 (23:46 +0000)]
* longlines.el (longlines-search-forward)
(longlines-search-backward): Match any number of spaces.

18 years ago(diff-mode): Doc fix.
Thien-Thi Nguyen [Sun, 16 Oct 2005 21:49:00 +0000 (21:49 +0000)]
(diff-mode): Doc fix.

18 years agoAdd arch tagline
Miles Bader [Sun, 16 Oct 2005 21:21:05 +0000 (21:21 +0000)]
Add arch tagline

18 years ago* mh-init.el (mh-image-load-path): Remove use of pushnew since it
Satyaki Das [Sun, 16 Oct 2005 20:42:39 +0000 (20:42 +0000)]
* mh-init.el (mh-image-load-path): Remove use of pushnew since it
causes a compiler warning.

* mh-utils.el (mh-display-msg): Do MIME cleanup before inserting
the message to be viewed (closes SF #1306141).

18 years ago(send-mail-function): Use mailclient-send-it
Richard M. Stallman [Sun, 16 Oct 2005 17:52:04 +0000 (17:52 +0000)]
(send-mail-function): Use mailclient-send-it
as default on darwin and windows systems.

18 years ago(archive-zip-extract): Doc fix.
Richard M. Stallman [Sun, 16 Oct 2005 17:06:40 +0000 (17:06 +0000)]
(archive-zip-extract): Doc fix.

18 years ago(mouse-1-click-follows-link): Doc fix.
Romain Francoise [Sun, 16 Oct 2005 16:50:00 +0000 (16:50 +0000)]
(mouse-1-click-follows-link): Doc fix.

18 years ago*** empty log message ***
Stefan Monnier [Sun, 16 Oct 2005 15:34:32 +0000 (15:34 +0000)]
*** empty log message ***

18 years agoDon't require CL at runtime.
Stefan Monnier [Sun, 16 Oct 2005 15:22:37 +0000 (15:22 +0000)]
Don't require CL at runtime.
(savehist-xemacs): Remove.
(savehist-coding-system): Use utf-8 if available, regardless of religion.
(savehist-no-conversion): Use (featurep 'xemacs).
(savehist-load): Check existence of start-itimer rather than XEmacs.
Use an idle timer.
(savehist-process-for-saving): Replace use of CL funs `subseq' and
`delete-if-not'.

18 years ago(savehist-autosave-interval, savehist-coding-system, savehist-timer)
Stefan Monnier [Sun, 16 Oct 2005 15:02:39 +0000 (15:02 +0000)]
(savehist-autosave-interval, savehist-coding-system, savehist-timer)
(savehist-last-checksum, savehist-no-conversion): New vars.
(savehist-autosave, savehist-process-for-saving, savehist-printable): New funs.
(savehist-load, savehist-save): Use them.
(savehist-delimit): Remove.

18 years ago(compilation-goto-locus): Display the
Stefan Monnier [Sun, 16 Oct 2005 14:12:50 +0000 (14:12 +0000)]
(compilation-goto-locus): Display the
compilation buffer first and the source buffer second, in case they're
in overlapping frames.  Don't raise the compilation frame if it was the
selected window upon entry.  Pass the `other-window' arg to
pop-to-buffer.

18 years ago*** empty log message ***
Stefan Monnier [Sun, 16 Oct 2005 14:12:35 +0000 (14:12 +0000)]
*** empty log message ***

18 years ago(Info-fontify-node): Use dolist.
Stefan Monnier [Sun, 16 Oct 2005 14:12:03 +0000 (14:12 +0000)]
(Info-fontify-node): Use dolist.
(Info-fontify-node): Change add-text-properties to put-text-property.

18 years ago(bibtex-font-lock-url): Catch when point past bound of search.
Stefan Monnier [Sun, 16 Oct 2005 14:07:33 +0000 (14:07 +0000)]
(bibtex-font-lock-url): Catch when point past bound of search.

18 years ago*** empty log message ***
Romain Francoise [Sun, 16 Oct 2005 13:28:59 +0000 (13:28 +0000)]
*** empty log message ***

18 years ago* message.el (message-expand-group): Pass the common
Masatake YAMATO [Sun, 16 Oct 2005 09:31:48 +0000 (09:31 +0000)]
* message.el (message-expand-group): Pass the common
prefix substring of completion to `display-completion-list'.

* mh-comp.el (mh-complete-word): Pass the common
prefix substring of completion to `display-completion-list'.

* dabbrev.el (dabbrev-completion): Pass the common
prefix substring of completion to `display-completion-list'.

* filecache.el (file-cache-minibuffer-complete)
(file-cache-complete): Ditto.

* tempo.el (tempo-display-completions): Ditto.

* wid-edit.el (widget-file-complete, widget-color-complete): Ditto.

* emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.

* eshell/em-hist.el (eshell-list-history): Ditto.

* mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.

* progmodes/etags.el (complete-tag): Ditto.

* progmodes/make-mode.el (makefile-complete): Ditto.

* progmodes/meta-mode.el (meta-complete-symbol): Ditto.

* progmodes/octave-mod.el (octave-complete-symbol): Ditto.

* progmodes/pascal.el (pascal-complete-word)
(pascal-show-completions): Ditto.

* textmodes/bibtex.el (bibtex-complete-internal): Ditto.

* simple.el (completion-common-substring): New variable.
(completion-setup-function): Use `completion-common-substring'
to put faces.

* minibuf.c (Fdisplay_completion_list): Add new optional
argument COMMON_SUBSTRING. Bind `completion-common-substring'
to the optional argument during running `completion-setup-hook'.

18 years ago* mh-init.el (mh-image-load-path-called-flag): New variable which
Satyaki Das [Sun, 16 Oct 2005 03:24:54 +0000 (03:24 +0000)]
* mh-init.el (mh-image-load-path-called-flag): New variable which
is used by mh-image-load-path so that it runs only once.
(mh-image-load-path): Modified so that it gets run only once. Also
flatten out heavily nested if statements to make it clearer.

* mh-e.el (mh-folder-mode): Call mh-image-load-path to allow Emacs
to find images used in the toolbar.

* mh-customize.el (:folder): Remove call to mh-image-load-path.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Sun, 16 Oct 2005 02:23:23 +0000 (02:23 +0000)]
*** empty log message ***

18 years ago(mac_clear_area): Add extern.
YAMAMOTO Mitsuharu [Sun, 16 Oct 2005 02:23:09 +0000 (02:23 +0000)]
(mac_clear_area): Add extern.

18 years ago(MAC_WINDOW_NORMAL_GC): Remove macro.
YAMAMOTO Mitsuharu [Sun, 16 Oct 2005 02:22:59 +0000 (02:22 +0000)]
(MAC_WINDOW_NORMAL_GC): Remove macro.
(FRAME_NORMAL_GC): New macro.
(mac_draw_line, mac_clear_area, mac_clear_window)
(mac_fill_rectangle, mac_draw_string, mac_draw_string_16)
(mac_draw_image_string, mac_draw_image_string_16): Rename from
XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString,
XDrawString16, XDrawImageString, and XDrawImageString16, respectively.
All uses changed.
(mac_draw_line, mac_erase_rectangle, mac_clear_area)
(mac_clear_window, mac_draw_bitmap, mac_draw_rectangle)
(mac_invert_rectangle, mac_draw_string_common, mac_draw_string)
(mac_draw_string_16, mac_draw_image_string)
(mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask)
(mac_scroll_area): Drawing functions now take frame as destination.
All uses changed.
(mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT.
(x_draw_fringe_bitmap): Set clipping area in face->gc.

18 years ago(Fx_create_frame): Add debugging code.
YAMAMOTO Mitsuharu [Sun, 16 Oct 2005 02:22:35 +0000 (02:22 +0000)]
(Fx_create_frame): Add debugging code.
(Fx_show_tip): Set frame pixel width and height.

18 years ago[TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): Allow nil
YAMAMOTO Mitsuharu [Sun, 16 Oct 2005 02:22:16 +0000 (02:22 +0000)]
[TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): Allow nil
as argument.
[TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil
for encoding arguments as UTF-16 in native byte order, no BOM.

18 years agoApply 2005-10-09 change for term/x-win.el.
YAMAMOTO Mitsuharu [Sun, 16 Oct 2005 02:21:16 +0000 (02:21 +0000)]
Apply 2005-10-09 change for term/x-win.el.
(x-get-selection, mac-select-convert-to-string): Convert from/to
UTF-16 clipboard data as in native byte order, no BOM.

18 years agoNew file.
Richard M. Stallman [Sun, 16 Oct 2005 02:10:39 +0000 (02:10 +0000)]
New file.

18 years ago(gud-tool-bar-map): Rename the images
Nick Roberts [Sat, 15 Oct 2005 22:58:11 +0000 (22:58 +0000)]
(gud-tool-bar-map): Rename the images
appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
(gud-sentinel): Use speedbar-frame to check for speedbar.

18 years ago* images/gud/n.pbm, images/gud/n.xpm
Nick Roberts [Sat, 15 Oct 2005 22:56:30 +0000 (22:56 +0000)]
* images/gud/n.pbm, images/gud/n.xpm
* images/gud/ni.xpm, images/gud/ni.xpm
* images/gud/s.xpm, images/gud/s.xpm
* images/gud/si.xpm, images/gud/si.xpm: Rename to
next.*, nexti.*, step.*, and stepi.* , respectively, as the
file-name no longer clashes on 8+3 filesystems.

18 years ago*** empty log message ***
Nick Roberts [Sat, 15 Oct 2005 22:51:57 +0000 (22:51 +0000)]
*** empty log message ***

18 years agoCreate and populate etc/images/gud.
Bill Wohler [Sat, 15 Oct 2005 17:42:34 +0000 (17:42 +0000)]
Create and populate etc/images/gud.

18 years agoDon't try to autoload hash table functions.
Richard M. Stallman [Sat, 15 Oct 2005 14:48:26 +0000 (14:48 +0000)]
Don't try to autoload hash table functions.

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 15 Oct 2005 13:42:32 +0000 (13:42 +0000)]
*** empty log message ***

18 years ago(Saving Emacs Sessions): Mention savehist library.
Richard M. Stallman [Sat, 15 Oct 2005 13:41:24 +0000 (13:41 +0000)]
(Saving Emacs Sessions): Mention savehist library.

18 years ago(tex-font-lock-keywords-2): Fix bug in \bf fontification.
Richard M. Stallman [Sat, 15 Oct 2005 13:38:59 +0000 (13:38 +0000)]
(tex-font-lock-keywords-2): Fix bug in \bf fontification.

18 years ago(cvs-edit-log-files): New var.
Stefan Monnier [Sat, 15 Oct 2005 12:04:34 +0000 (12:04 +0000)]
(cvs-edit-log-files): New var.
(cvs-mode-edit-log): New arg `file'.
(cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
Instead force the use of the original file and nothing else.
(cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
the cvs-minor-wrap-function is set.
(cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.

18 years ago*** empty log message ***
Bill Wohler [Sat, 15 Oct 2005 06:00:10 +0000 (06:00 +0000)]
*** empty log message ***

18 years ago* toolbar/gud-break.*: Moved to etc/images/gud/break.*.
Bill Wohler [Sat, 15 Oct 2005 05:41:11 +0000 (05:41 +0000)]
* toolbar/gud-break.*: Moved to etc/images/gud/break.*.
* toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
* toolbar/gud-down.*: Moved to etc/images/gud/down.*.
* toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
* toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
* toolbar/gud-n.*: Moved to etc/images/gud/n.*.
* toolbar/gud-print.*: Moved to etc/images/gud/print.*.
* toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
* toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
* toolbar/gud-run.*: Moved to etc/images/gud/run.*.
* toolbar/gud-si.*: Moved to etc/images/gud/si.*.
* toolbar/gud-s.*: Moved to etc/images/gud/s.*.
* toolbar/gud-until.*: Moved to etc/images/gud/until.*.
* toolbar/gud-up.*: Moved to etc/images/gud/up.*.
* toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.

* progmodes/gud.el (gud-tool-bar-map): Renamed the images
  appropriately (for example, gud-break to gud/break).

18 years ago(Version, mh-version): Added +cvs to version.
Bill Wohler [Sat, 15 Oct 2005 00:49:23 +0000 (00:49 +0000)]
(Version, mh-version): Added +cvs to version.

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597
Miles Bader [Sat, 15 Oct 2005 00:20:58 +0000 (00:20 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-597

Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 133-141)

   - Update from CVS
   - Merge from emacs--cvs-trunk--0
   - Update from CVS: texi/gnus.texi (RSS): Fix key description.
   - Update from CVS: texi/gnus.texi (Document Server Internals): Addition.

2005-10-04  David Hansen  <david.hansen@gmx.net>

   * lisp/gnus/nnrss.el (nnrss-request-article): Add support for the comments tag.
   (nnrss-check-group): Ditto.

2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Document Server Internals): Addition.

2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (A note on namespaces): Fix RFC reference.

2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (RSS): Fix key description.

2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi: Emacs/w3 -> Emacs/W3.
   (Browsing the Web): Fix description.
   (Web Searches): Ditto.
   (Customizing W3): Ditto.

2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Maildir): Clarify expire-age and expire-group.