bpt/emacs.git
15 years ago* pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
Chong Yidong [Sat, 2 Aug 2008 19:03:22 +0000 (19:03 +0000)]
* pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
pending output coming after the status change.

15 years ago(Fexpand_file_name): Convert the value of $HOME to a multibyte string.
Eli Zaretskii [Sat, 2 Aug 2008 09:31:21 +0000 (09:31 +0000)]
(Fexpand_file_name): Convert the value of $HOME to a multibyte string.

15 years ago(x_draw_composite_glyph_string_foreground): Force use of Unicode output.
Jason Rumney [Fri, 1 Aug 2008 15:10:50 +0000 (15:10 +0000)]
(x_draw_composite_glyph_string_foreground): Force use of Unicode output.

15 years ago(abbreviate-file-name): When replacing $HOME with ~, turn off
Chong Yidong [Thu, 31 Jul 2008 21:12:21 +0000 (21:12 +0000)]
(abbreviate-file-name): When replacing $HOME with ~, turn off
case-fold-search.

15 years ago* files.el (abbreviate-file-name): When replacing $HOME with ~, turn
Chong Yidong [Thu, 31 Jul 2008 21:11:38 +0000 (21:11 +0000)]
* files.el (abbreviate-file-name): When replacing $HOME with ~, turn
off case-fold-search.

15 years ago(c-style-alist): For the Ellemtel style, move the
Chong Yidong [Thu, 31 Jul 2008 14:24:20 +0000 (14:24 +0000)]
(c-style-alist): For the Ellemtel style, move the
(arglist-cont-nonempty) from c-offsets-alist to c-hanging-braces-alist
like other styles already have.

15 years ago* progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
Chong Yidong [Thu, 31 Jul 2008 14:23:37 +0000 (14:23 +0000)]
* progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
move the (arglist-cont-nonempty) from c-offsets-alist to
c-hanging-braces-alist like other styles already have.

15 years ago(menu_nav_ended): Remove.
Chong Yidong [Wed, 30 Jul 2008 13:57:56 +0000 (13:57 +0000)]
(menu_nav_ended): Remove.
(create_menus): Remove signal connect for menu_nav_ended.
(create_menus): Connect selection-done to menu_nav_ended.

15 years ago(Fx_menu_bar_open_internal): Use activate_item signal to open menu.
Chong Yidong [Wed, 30 Jul 2008 13:57:26 +0000 (13:57 +0000)]
(Fx_menu_bar_open_internal): Use activate_item signal to open menu.

15 years ago* xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
Chong Yidong [Wed, 30 Jul 2008 13:56:34 +0000 (13:56 +0000)]
* xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal to
open menu.

* gtkutil.c (menu_nav_ended): Remove.
(create_menus): Remove signal connect for menu_nav_ended.
(create_menus): Connect selection-done to menu_nav_ended.

15 years ago(image-mode): Set image-mode-text-map when image cannot be displayed.
Chong Yidong [Wed, 30 Jul 2008 13:38:28 +0000 (13:38 +0000)]
(image-mode): Set image-mode-text-map when image cannot be displayed.

15 years ago* image-mode.el (image-mode): Set image-mode-text-map when image
Chong Yidong [Wed, 30 Jul 2008 13:37:27 +0000 (13:37 +0000)]
* image-mode.el (image-mode): Set image-mode-text-map when image
cannot be displayed.

15 years ago(flyspell-word, flyspell-large-region, flyspell-region): Call
Chong Yidong [Mon, 28 Jul 2008 20:18:52 +0000 (20:18 +0000)]
(flyspell-word, flyspell-large-region, flyspell-region): Call
ispell-maybe-find-aspell-dictionaries.

15 years ago* textmodes/flyspell.el (flyspell-word, flyspell-large-region)
Chong Yidong [Mon, 28 Jul 2008 20:18:25 +0000 (20:18 +0000)]
* textmodes/flyspell.el (flyspell-word, flyspell-large-region)
(flyspell-region): Call ispell-maybe-find-aspell-dictionaries.

15 years ago(next-error): Do a redisplay to prevent incorrect
Chong Yidong [Mon, 28 Jul 2008 20:02:04 +0000 (20:02 +0000)]
(next-error): Do a redisplay to prevent incorrect
recentering (workaround for bug#197).

15 years ago* simple.el (next-error): Do a redisplay to prevent incorrect
Chong Yidong [Mon, 28 Jul 2008 20:01:45 +0000 (20:01 +0000)]
* simple.el (next-error): Do a redisplay to prevent incorrect
recentering (workaround for bug#197).

15 years agoRevert last change.
Chong Yidong [Mon, 28 Jul 2008 19:52:35 +0000 (19:52 +0000)]
Revert last change.

15 years ago(redisplay_window): Check return value of
Chong Yidong [Mon, 28 Jul 2008 19:41:11 +0000 (19:41 +0000)]
(redisplay_window): Check return value of
compute_window_start_on_continuation_line before forcing a window
start.

15 years ago* xdisp.c (redisplay_window): Check return value of
Chong Yidong [Mon, 28 Jul 2008 19:40:22 +0000 (19:40 +0000)]
* xdisp.c (redisplay_window): Check return value of
compute_window_start_on_continuation_line before forcing a window
start.

15 years ago* net/tramp.el (tramp-perl-directory-files-and-attributes)
Michael Albinus [Mon, 28 Jul 2008 03:56:41 +0000 (03:56 +0000)]
* net/tramp.el (tramp-perl-directory-files-and-attributes)
(tramp-get-device): Make device number a cons cell.

15 years ago(syms_of_term): Fix last change.
Eli Zaretskii [Sat, 26 Jul 2008 07:34:26 +0000 (07:34 +0000)]
(syms_of_term): Fix last change.

15 years ago(tex-compilation-parse-errors): Check for
Chong Yidong [Fri, 25 Jul 2008 18:41:50 +0000 (18:41 +0000)]
(tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).

15 years ago* textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
Chong Yidong [Fri, 25 Jul 2008 18:41:36 +0000 (18:41 +0000)]
* textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
invalid filename strings when parsing tex errors (bug#376).

15 years ago(syms_of_term): Initialize default_orig_pair, default_set_foreground,
Chong Yidong [Fri, 25 Jul 2008 18:12:41 +0000 (18:12 +0000)]
(syms_of_term): Initialize default_orig_pair, default_set_foreground,
and default_set_background.

15 years ago* term.c (syms_of_term): Initialize default_orig_pair,
Chong Yidong [Fri, 25 Jul 2008 18:12:23 +0000 (18:12 +0000)]
* term.c (syms_of_term): Initialize default_orig_pair,
default_set_foreground, and default_set_background.

15 years ago(nl): Rename to name_list to avoid ncurses.h clash (bug#86).
Chong Yidong [Fri, 25 Jul 2008 18:06:09 +0000 (18:06 +0000)]
(nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.

15 years ago* getloadavg.c (nl): Rename to name_list to avoid ncurses.h clash (bug#86).
Chong Yidong [Fri, 25 Jul 2008 18:05:40 +0000 (18:05 +0000)]
* getloadavg.c (nl): Rename to name_list to avoid ncurses.h clash (bug#86).
(getloadavg): Callers changed.

15 years agoRegenerate.
Chong Yidong [Fri, 25 Jul 2008 17:52:20 +0000 (17:52 +0000)]
Regenerate.

15 years agoCheck for getrlimit.
Chong Yidong [Fri, 25 Jul 2008 17:51:59 +0000 (17:51 +0000)]
Check for getrlimit.

15 years agoRegenerate.
Chong Yidong [Fri, 25 Jul 2008 17:51:06 +0000 (17:51 +0000)]
Regenerate.

15 years ago* configure.in: Check for getrlimit.
Chong Yidong [Fri, 25 Jul 2008 17:50:32 +0000 (17:50 +0000)]
* configure.in: Check for getrlimit.

* configure: Regenerate.

15 years ago(dired-copy-file-recursive): Avoid calling set-file-modes when
Chong Yidong [Thu, 24 Jul 2008 16:16:00 +0000 (16:16 +0000)]
(dired-copy-file-recursive): Avoid calling set-file-modes when
creating target directories.

15 years ago* dired-aux.el (dired-copy-file-recursive): Avoid calling
Chong Yidong [Thu, 24 Jul 2008 16:14:50 +0000 (16:14 +0000)]
* dired-aux.el (dired-copy-file-recursive): Avoid calling
set-file-modes when creating target directories.

15 years ago(enriched-mode-map): Bind C-a and C-j via key remapping, not directly.
Chong Yidong [Thu, 24 Jul 2008 05:47:38 +0000 (05:47 +0000)]
(enriched-mode-map): Bind C-a and C-j via key remapping, not directly.

15 years ago* textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
Chong Yidong [Thu, 24 Jul 2008 05:47:22 +0000 (05:47 +0000)]
* textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
key remapping, not directly.

15 years ago(flymake-errline, flymake-warnline): Use more suitable colors on dark
Chong Yidong [Wed, 23 Jul 2008 22:02:06 +0000 (22:02 +0000)]
(flymake-errline, flymake-warnline): Use more suitable colors on dark
displays.

15 years ago* progmodes/flymake.el (flymake-errline, flymake-warnline): Use
Chong Yidong [Wed, 23 Jul 2008 22:01:47 +0000 (22:01 +0000)]
* progmodes/flymake.el (flymake-errline, flymake-warnline): Use
more suitable colors on dark displays.

15 years ago(shell-dynamic-complete-functions): Use
Chong Yidong [Wed, 23 Jul 2008 21:58:39 +0000 (21:58 +0000)]
(shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).

15 years ago* shell.el (shell-dynamic-complete-functions): Use
Chong Yidong [Wed, 23 Jul 2008 21:58:27 +0000 (21:58 +0000)]
* shell.el (shell-dynamic-complete-functions): Use
comint-dynamic-complete-filename as well (bug#361).

15 years ago(XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.
YAMAMOTO Mitsuharu [Tue, 22 Jul 2008 03:01:23 +0000 (03:01 +0000)]
(XDrawLine) [USE_MAC_IMAGE_IO]: Remove spurious return.

15 years ago(print_object): Check print_depth before searching for circularities.
Chong Yidong [Mon, 21 Jul 2008 05:05:56 +0000 (05:05 +0000)]
(print_object): Check print_depth before searching for circularities.

15 years ago* print.c (print_object): Check print_depth before searching for
Chong Yidong [Mon, 21 Jul 2008 05:04:14 +0000 (05:04 +0000)]
* print.c (print_object): Check print_depth before searching for
circularities.

15 years ago(kCGBitmapByteOrder32Host): New define for non-universal SDKs.
YAMAMOTO Mitsuharu [Mon, 21 Jul 2008 04:21:43 +0000 (04:21 +0000)]
(kCGBitmapByteOrder32Host): New define for non-universal SDKs.

15 years ago(XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:
YAMAMOTO Mitsuharu [Mon, 21 Jul 2008 04:20:49 +0000 (04:20 +0000)]
(XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:
Remove conditionals for kCGBitmapByteOrder32Host.

15 years ago(mac_create_cg_image_from_image, image_load_image_io)
YAMAMOTO Mitsuharu [Mon, 21 Jul 2008 04:20:37 +0000 (04:20 +0000)]
(mac_create_cg_image_from_image, image_load_image_io)
[USE_MAC_IMAGE_IO]: Remove conditionals for kCGBitmapByteOrder32Host.

15 years agoBackport of long term bug from trunk:
Jason Rumney [Fri, 18 Jul 2008 08:59:50 +0000 (08:59 +0000)]
Backport of long term bug from trunk:

2008-07-18  David Robinow  <drobinow@gmail.com>  (tiny change)

        * w32inevt.c: Include dispextern.h.  Don't declare change_frame_size
        here.
        (maybe_generate_resize_event, resize_event): Call change_frame_size
        with SAFE arg.

15 years agoMerge from gnus--rel--5.10
Miles Bader [Thu, 17 Jul 2008 23:21:03 +0000 (23:21 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-281

15 years agoMention setsid after vfork.
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:07:32 +0000 (09:07 +0000)]
Mention setsid after vfork.

15 years ago(create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:06:58 +0000 (09:06 +0000)]
(create_process) [!WINDOWSNT && FD_CLOEXEC]: Wait for
child process to complete child_setup.  Undo 2005-09-21 change.

15 years ago(Foverlay_buffer): Add EXFUN.
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:06:49 +0000 (09:06 +0000)]
(Foverlay_buffer): Add EXFUN.

15 years agoInclude <config.h> instead of "config.h".
YAMAMOTO Mitsuharu [Thu, 17 Jul 2008 09:06:42 +0000 (09:06 +0000)]
Include <config.h> instead of "config.h".

15 years ago[USE_MAC_TSM] (mac_handle_text_input_event):
YAMAMOTO Mitsuharu [Fri, 11 Jul 2008 08:53:44 +0000 (08:53 +0000)]
[USE_MAC_TSM] (mac_handle_text_input_event):
Check if FACE_FROM_ID returns NULL.

15 years ago(gestaltSystemVersionMajor, gestaltSystemVersionMinor)
YAMAMOTO Mitsuharu [Fri, 11 Jul 2008 08:53:20 +0000 (08:53 +0000)]
(gestaltSystemVersionMajor, gestaltSystemVersionMinor)
(gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]:
Remove enumerators.

15 years ago(keycode_to_xkeysym_table): Add entries for f17, f18, and f19.
YAMAMOTO Mitsuharu [Fri, 11 Jul 2008 08:53:12 +0000 (08:53 +0000)]
(keycode_to_xkeysym_table): Add entries for f17, f18, and f19.
[MAC_OSX] (fn_keycode_to_keycode_table): Likewise.

15 years ago(Fx_server_version): Don't use gestaltSystemVersionMajor,
YAMAMOTO Mitsuharu [Fri, 11 Jul 2008 08:53:01 +0000 (08:53 +0000)]
(Fx_server_version): Don't use gestaltSystemVersionMajor,
gestaltSystemVersionMinor, or gestaltSystemVersionBugFix.

15 years ago(frame.o, keyboard.o, xdisp.o, xfaces.o): Depend on macgui.h.
YAMAMOTO Mitsuharu [Fri, 11 Jul 2008 08:52:53 +0000 (08:52 +0000)]
(frame.o, keyboard.o, xdisp.o, xfaces.o): Depend on macgui.h.

15 years ago(png_load): Use correct bit-depth for setting background color.
YAMAMOTO Mitsuharu [Mon, 7 Jul 2008 09:31:49 +0000 (09:31 +0000)]
(png_load): Use correct bit-depth for setting background color.

16 years ago(c-guess-basic-syntax CASE 5D.5): Fix an infinite loop on invalid syntax.
Alan Mackenzie [Sat, 21 Jun 2008 08:47:10 +0000 (08:47 +0000)]
(c-guess-basic-syntax CASE 5D.5): Fix an infinite loop on invalid syntax.

16 years ago*** empty log message ***
Alan Mackenzie [Sat, 21 Jun 2008 08:45:03 +0000 (08:45 +0000)]
*** empty log message ***

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 17 Jun 2008 02:35:25 +0000 (02:35 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-276

16 years ago* net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.
Michael Albinus [Wed, 11 Jun 2008 17:31:02 +0000 (17:31 +0000)]
* net/tramp.el (tramp-make-temp-file): Backport from Tramp 2.1.

16 years ago* uniquify.el (uniquify-get-proposed-name): Handle remote files.
Michael Albinus [Sun, 8 Jun 2008 11:09:23 +0000 (11:09 +0000)]
* uniquify.el (uniquify-get-proposed-name): Handle remote files.

16 years ago(tar-header-block-summarize): Ensure one space around user&group.
Stefan Monnier [Mon, 26 May 2008 17:41:30 +0000 (17:41 +0000)]
(tar-header-block-summarize): Ensure one space around user&group.

16 years agoMerge from gnus--rel--5.10
Miles Bader [Mon, 26 May 2008 07:03:02 +0000 (07:03 +0000)]
Merge from gnus--rel--5.10

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-272

16 years agoEd Reingold <reingold at emr.cs.iit.edu>
Glenn Morris [Sun, 25 May 2008 20:09:05 +0000 (20:09 +0000)]
Ed Reingold  <reingold at emr.cs.iit.edu>

(diary-hebrew-yahrzeit): Use diary-ordinal-suffix.

16 years ago(tar-summarize-buffer): Handle GNU Tar @LongLink format.
Stefan Monnier [Sun, 25 May 2008 13:48:22 +0000 (13:48 +0000)]
(tar-summarize-buffer): Handle GNU Tar @LongLink format.

16 years ago* progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
Alan Mackenzie [Sat, 24 May 2008 12:31:59 +0000 (12:31 +0000)]
* progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
if c-file-style is set to a non-string

(c-neutralize-CPP-line): Surround by `save-excursion'.
(c-neutralize-syntax-in-CPP): Optimize for speed.

16 years ago*** empty log message ***
Alan Mackenzie [Sat, 24 May 2008 12:17:18 +0000 (12:17 +0000)]
*** empty log message ***

16 years ago(vc-hg-annotate-re): Recognize the output of --follow.
Dan Nicolaescu [Sun, 18 May 2008 07:22:25 +0000 (07:22 +0000)]
(vc-hg-annotate-re): Recognize the output of --follow.

16 years ago(fortran-font-lock-keywords-2): Add keywords for
Stefan Monnier [Sun, 18 May 2008 04:17:11 +0000 (04:17 +0000)]
(fortran-font-lock-keywords-2): Add keywords for
logic operators .eqv. and .neqv.

16 years ago(vc-hg-annotate-command): Allow white space before version number.
Dan Nicolaescu [Sat, 17 May 2008 15:16:50 +0000 (15:16 +0000)]
(vc-hg-annotate-command): Allow white space before version number.

16 years ago(x_draw_relief_rect): Remove unused variable `dpy'.
YAMAMOTO Mitsuharu [Thu, 15 May 2008 09:35:50 +0000 (09:35 +0000)]
(x_draw_relief_rect): Remove unused variable `dpy'.

16 years ago(mac_store_event_ref_as_apple_event)
YAMAMOTO Mitsuharu [Thu, 15 May 2008 09:05:53 +0000 (09:05 +0000)]
(mac_store_event_ref_as_apple_event)
[TARGET_API_MAC_CARBON]: Fix last change.

16 years ago(handle_one_xevent): Don't pass buttons higher than 3
Jan Djärv [Tue, 13 May 2008 08:13:24 +0000 (08:13 +0000)]
(handle_one_xevent): Don't pass buttons higher than 3
to Gtk+ menus.

16 years agoMention CVE name: CVE-2008-2142.
Romain Francoise [Mon, 12 May 2008 20:07:57 +0000 (20:07 +0000)]
Mention CVE name: CVE-2008-2142.

16 years ago(fast-lock-cache-directories): Remove "." from its
Stefan Monnier [Mon, 12 May 2008 17:30:29 +0000 (17:30 +0000)]
(fast-lock-cache-directories): Remove "." from its
default value and give it the risky-local-variable property.

16 years ago(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
YAMAMOTO Mitsuharu [Mon, 12 May 2008 08:30:56 +0000 (08:30 +0000)]
(FORWARD_SIGNAL_TO_MAIN_THREAD): New define.
(main_thread, SIGNAL_THREAD_CHECK): Conditionalize on
FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.

16 years ago(main_thread): Conditionalize on
YAMAMOTO Mitsuharu [Mon, 12 May 2008 08:30:13 +0000 (08:30 +0000)]
(main_thread): Conditionalize on
FORWARD_SIGNAL_TO_MAIN_THREAD instead of HAVE_GTK_AND_PTHREAD.
(main) [FORWARD_SIGNAL_TO_MAIN_THREAD]: Initialize it.

16 years ago(smerge-command-prefix): Fix custom type.
Reiner Steib [Sat, 10 May 2008 13:06:33 +0000 (13:06 +0000)]
(smerge-command-prefix): Fix custom type.

16 years ago(Fdirectory_files_and_attributes, Ffile_attributes): Mention
Eli Zaretskii [Sat, 10 May 2008 09:01:28 +0000 (09:01 +0000)]
(Fdirectory_files_and_attributes, Ffile_attributes): Mention
w32-get-true-file-attributes in the doc strings.

16 years ago(Windows Files): Update the documentation of w32-get-true-file-attributes.
Eli Zaretskii [Sat, 10 May 2008 08:43:19 +0000 (08:43 +0000)]
(Windows Files): Update the documentation of w32-get-true-file-attributes.

16 years ago(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.
Eli Zaretskii [Sat, 10 May 2008 07:58:50 +0000 (07:58 +0000)]
(syms_of_ntproc) <w32-get-true-file-attributes>: Doc fix.

16 years ago(stat): Fix test of Vw32_get_true_file_attributes against the value returned
Eli Zaretskii [Sat, 10 May 2008 07:56:42 +0000 (07:56 +0000)]
(stat): Fix test of Vw32_get_true_file_attributes against the value returned
by GetDriveType.

16 years agoFix spelling.
Reiner Steib [Thu, 8 May 2008 21:41:03 +0000 (21:41 +0000)]
Fix spelling.

16 years ago(Appending Kills): Remove a strangely off-topic index entry.
Chong Yidong [Thu, 8 May 2008 18:08:55 +0000 (18:08 +0000)]
(Appending Kills): Remove a strangely off-topic index entry.

16 years ago* killing.texi (Appending Kills): Remove a strangely off-topic index
Chong Yidong [Thu, 8 May 2008 18:08:49 +0000 (18:08 +0000)]
* killing.texi (Appending Kills): Remove a strangely off-topic index
entry.

16 years ago2008-05-05 Carsten Dominik <dominik@science.uva.nl>
Carsten Dominik [Mon, 5 May 2008 15:09:49 +0000 (15:09 +0000)]
2008-05-05  Carsten Dominik  <dominik@science.uva.nl>

* textmodes/org.el (org-read-date-get-relative): Interpret lone
weekday abbreviation as relative to today.

16 years ago*** empty log message ***
Carsten Dominik [Mon, 5 May 2008 15:09:21 +0000 (15:09 +0000)]
*** empty log message ***

16 years agoDocument removal of duplicated "alt-" input methods.
Reiner Steib [Sun, 4 May 2008 10:22:59 +0000 (10:22 +0000)]
Document removal of duplicated "alt-" input methods.

16 years ago(XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:
YAMAMOTO Mitsuharu [Sun, 4 May 2008 00:32:24 +0000 (00:32 +0000)]
(XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:
Create bitmap context in native byte order.

16 years ago[USE_MAC_IMAGE_IO] (image_load_image_io):
YAMAMOTO Mitsuharu [Sun, 4 May 2008 00:31:59 +0000 (00:31 +0000)]
[USE_MAC_IMAGE_IO] (image_load_image_io):
Create bitmap context in native byte order.

16 years agoCorrect authorship of patch from Red Hat.
Glenn Morris [Sat, 3 May 2008 19:04:09 +0000 (19:04 +0000)]
Correct authorship of patch from Red Hat.

16 years ago(Ffile_attributes): Don't allow the device number become negative.
Eli Zaretskii [Sat, 3 May 2008 10:11:22 +0000 (10:11 +0000)]
(Ffile_attributes): Don't allow the device number become negative.

16 years ago[HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:40:19 +0000 (09:40 +0000)]
[HAVE_CARBON && HAVE_AVAILABILITYMACROS_H]:
Include AvailabilityMacros.h.
(USE_MAC_IMAGE_IO, LIBS_IMAGE) [HAVE_CARBON]: New defines.
(LIBS_CARBON) [HAVE_CARBON]: Use LIBS_IMAGE.

16 years ago(ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:31 +0000 (09:39 +0000)]
(ARGB_TO_ULONG, ALPHA_FROM_ULONG): New macros.
(RED_FROM_ULONG): Mask off higher bits.
(mac_cg_color_space_rgb) [USE_MAC_IMAGE_IO]: New extern.

16 years ago(mac_cg_color_space_rgb) [USE_CG_DRAWING]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:23 +0000 (09:39 +0000)]
(mac_cg_color_space_rgb) [USE_CG_DRAWING]:
Make variable non-static.
(XDrawLine, XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
[USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.

16 years ago(Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:12 +0000 (09:39 +0000)]
(Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O.

16 years ago(PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:39:01 +0000 (09:39 +0000)]
(PIX_MASK_DRAW, PIX_MASK_RETAIN) [USE_MAC_IMAGE_IO]:
New definitions for Image I/O support.
(XGetImage, XPutPixel, XGetPixel, XDestroyImage)
(mac_create_cg_image_from_image, x_create_x_image_and_pixmap)
[USE_MAC_IMAGE_IO]: Add implementations for Image I/O support.
(mac_data_provider_release_data, image_load_image_io)
[USE_MAC_IMAGE_IO]: New functions.
(CGImageCreateWithPNGDataProviderProcType) [MAC_OSX]: Remove typedef.
(MyCGImageCreateWithPNGDataProvider) [MAC_OSX]: Remove variable.
(init_image_func_pointer) [MAC_OSX]: Remove function.
(image_load_quartz2d) [MAC_OSX]: Check availability of
CGImageCreateWithPNGDataProvider at compile time.
Use lowercase `false' for boolean constant.
(png_load, jpeg_load, tiff_load, gif_load) [USE_MAC_IMAGE_IO]:
Use image_load_image_io.
(png_load) [!USE_MAC_IMAGE_IO && MAC_OSX]:
Don't check MyCGImageCreateWithPNGDataProvider.
(init_image) [MAC_OSX && TARGET_API_MAC_CARBON]:
Don't call init_image_func_pointer.

16 years agoRegenerate.
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:52 +0000 (09:38 +0000)]
Regenerate.

16 years agoCheck availability of AvailabilityMacros.h
YAMAMOTO Mitsuharu [Fri, 2 May 2008 09:38:39 +0000 (09:38 +0000)]
Check availability of AvailabilityMacros.h
if HAVE_CARBON.