Commit graph

26066 commits

Author SHA1 Message Date
Eli Zaretskii
8691412347 Renamed lisp/epa-file-hook.el to lisp/epa-hook.el. 2008-05-08 11:05:25 +00:00
Juanma Barranquero
67b5d7deb1 (Ffont_match_p): Don't use `iff' in docstring. 2008-05-08 04:07:39 +00:00
Glenn Morris
4b15862983 Switch to recommended form of GPLv3 permissions notice. 2008-05-07 07:18:17 +00:00
Glenn Morris
eb3d11efed Switch to recommended form of GPLv3 permissions notice. 2008-05-07 07:05:59 +00:00
Dan Nicolaescu
1a1113949e (Fx_create_frame): Make a copy of frame parameters
because the original parameters are in pure storage now.
(mac_window): Remove unused params.  Update callers.
2008-05-07 06:01:08 +00:00
Glenn Morris
5a1dde61e2 Switch to recommended form of GPLv3 permissions notice. 2008-05-07 02:56:35 +00:00
Stefan Monnier
7a3d90dc24 (substitute_object_recurse): Use lower-level primitives.
Don't signal errors when traversing sub-char-tables.
Don't loop over all the possible characters when traversing char-tables.
2008-05-06 20:11:13 +00:00
Stefan Monnier
6d77fa953a (print_preprocess): Add sub-char-tables to the print-table,
just like we do in print.c.
2008-05-06 18:27:54 +00:00
Juanma Barranquero
80fe7c4c35 *** empty log message *** 2008-05-05 20:40:20 +00:00
Stefan Monnier
140eb7640b (Ftry_completion): Remove code left over from when we used
scmp instead of Fcompare_strings.
2008-05-05 09:51:29 +00:00
Juanma Barranquero
e9184ccb47 (Fw32_battery_status): Fix computation of %t (h:min) format. 2008-05-04 23:20:35 +00:00
Miles Bader
f67e15be8d Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1142
2008-05-04 19:46:16 +00:00
YAMAMOTO Mitsuharu
0e9378b398 (XDrawLine, XCreatePixmapFromBitmapData) [USE_MAC_IMAGE_IO]:
Create bitmap context in native byte order.
2008-05-04 00:32:24 +00:00
YAMAMOTO Mitsuharu
4c75652929 [USE_MAC_IMAGE_IO] (image_load_image_io):
Create bitmap context in native byte order.
2008-05-04 00:31:59 +00:00
Glenn Morris
e0e02da34c Correct authorship of patch from Red Hat. 2008-05-03 19:04:09 +00:00
Glenn Morris
175aea10f7 Correct authorship of patch from Red Hat. 2008-05-03 19:03:37 +00:00
Stefan Monnier
c6bff69edc (Fset_char_table_range): If range is t, really set all chars to that value. 2008-05-03 14:31:55 +00:00
Eli Zaretskii
7412d42903 (Ffile_attributes): Don't allow the device number become negative. 2008-05-03 10:17:22 +00:00
Eli Zaretskii
064032d030 (Ffile_attributes): Don't allow the device number become negative. 2008-05-03 10:11:22 +00:00
Daiki Ueno
5a81d3d7fe Add epa-file-hook.elc to shortlisp as well. 2008-05-02 22:22:03 +00:00
Daiki Ueno
f83bbfac27 (lisp): Add epa-file-hook.elc. 2008-05-02 21:53:02 +00:00
YAMAMOTO Mitsuharu
50eff40ff1 [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.
2008-05-02 09:40:19 +00:00
YAMAMOTO Mitsuharu
afc09abd4d (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.
2008-05-02 09:39:31 +00:00
YAMAMOTO Mitsuharu
b03daa516d (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.
2008-05-02 09:39:23 +00:00
YAMAMOTO Mitsuharu
f5d13fd80a (Pixmap) [USE_MAC_IMAGE_IO]: New definition for Image I/O. 2008-05-02 09:39:12 +00:00
YAMAMOTO Mitsuharu
2ff0845e68 (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.
2008-05-02 09:39:01 +00:00
YAMAMOTO Mitsuharu
61540c1eb6 Regenerate. 2008-05-02 09:38:52 +00:00
Juri Linkov
2e3148e277 (Fread_from_minibuffer, Fread_string, Fread_command)
(Fread_variable, Fread_buffer, Fcompleting_read): Document
the DEFAULT argument as a list of default values in docstrings.
2008-05-02 01:02:46 +00:00
Chong Yidong
dffd9d9ad6 (BASE_PURESIZE): Increase to 1210000. 2008-05-01 22:53:09 +00:00
Chong Yidong
923fb88c8f * puresize.h (BASE_PURESIZE): Increase to 1210000. 2008-05-01 22:53:02 +00:00
Martin Rudalics
047aaeb9fd (make_window): Initialize resize_proportionally.
(enlarge_window): Temporarily set resize_proportionally to make
sure that shrink_windows does scale the window proportionally.
(shrink_windows): When window has resize_proportionally set try
to shrink it proportionally by stealing from other windows.
(struct saved_window, Fset_window_configuration)
(compare_window_configurations): Handle resize_proportionally.
(WINDOW_TOTAL_SIZE): New macro.
(window_min_size, shrink_windows, size_window): Use it.
(check_min_window_sizes): Removed.  Invalid values of
window-min-height|width are handled by window_min_size_2 now.
(size_window, Fsplit_window, enlarge_window)
(adjust_window_trailing_edge, grow_mini_window): Don't call
check_min_window_sizes.
(window_min_size_2, window_min_size_1, window_min_size): New
argument safe_p for retrieving "safe" minimum sizes.
(Fdisplay_buffer, Fsplit_window, enlarge_window):
(adjust_window_trailing_edge, grow_mini_window): Adjust
arguments of window_min_size... functions.
(shrink_windows): Argument min_size removed.  New argument
safe_p allows shrinking windows to their safe minimum sizes.
Calculate minimum size and decide whether a window shall be
deleted for each window individually.
(size_window): When nodelete_p equals 2, tell shrink_windows to
delete windows only if their new minimum size is no more safe.
(shrink_window_lowest_first): Call window_min_size_1 to make
sure to preserve modeline of bottom-most window when resizing
the minibuffer.
(Fset_window_configuration, Fcurrent_window_configuration)
(compare_window_configurations): Do not handle
window-min-height|width any more.
(syms_of_window): Clarify window-min-height|width doc-strings.
2008-05-01 10:17:47 +00:00
Martin Rudalics
92f774f36e (struct window): Replace field too_small_ok by field
resize_proportionally.
2008-05-01 10:14:44 +00:00
Martin Rudalics
f8748f0fa0 (change_frame_size_1): Preserve small windows when shrinking
frames by calling set_window_height|width with third arg 2.
2008-05-01 10:12:50 +00:00
Stefan Monnier
2a54a229c0 (file_name_completion): Fix up the encoding/decoding issue
some more.  Copy some of the code from Ftry_completions.
Remove special case code that dates back to initial revision when the
slash was only added when necessary and that can't trigger nowadays.
2008-04-30 07:16:08 +00:00
Kenichi Handa
384bc6347c *** empty log message *** 2008-04-30 02:39:04 +00:00
Jason Rumney
2c2279c6c2 (Fw32_battery_status): New defun.
(syms_of_w32fns): Defsubr it.
2008-04-29 00:51:07 +00:00
Andreas Schwab
fb4a622af4 (file_name_completion): Fix another mixing of encoded
and decoded names.
2008-04-28 18:33:06 +00:00
Juanma Barranquero
23f250f4e1 (Fw32_define_rgb_color): Fix typo in docstring. 2008-04-28 16:44:15 +00:00
Juanma Barranquero
d8d30dffc2 *** empty log message *** 2008-04-27 22:03:05 +00:00
Juanma Barranquero
6b72791f2f (Fdefine_fringe_bitmap): Doc fix. 2008-04-27 21:51:50 +00:00
Andreas Schwab
9c691c002b (file_name_completion): Fix inappropriate mixing of
encoded and decoded names.
2008-04-27 18:06:51 +00:00
Andreas Schwab
ec1bf773df (XTread_socket): Fix use of uninitialized variable. 2008-04-27 10:44:37 +00:00
Andreas Schwab
ea6104a81e (BASE_PURESIZE): Increase to 1200000. 2008-04-27 10:21:48 +00:00
Kenichi Handa
382abc20c4 (font_prop_validate): Signal error' instead of font'. 2008-04-27 09:06:42 +00:00
Eli Zaretskii
01388a3dd2 (Ffile_attributes) [WINDOWSNT]: Undo change from 2008-03-31, it's not needed
anymore with `struct stat' definition on nt/inc/sys/stat.h.  Undo changes
from 2007-01-12 and 2007-01-13 for the same reasons.
2008-04-26 08:23:21 +00:00
Chong Yidong
a08ea1818b Additional redefinitions for GNU/Linux. 2008-04-25 14:30:52 +00:00
Chong Yidong
1bdbfed76b Additional redefinitions for GNU/Linux. 2008-04-25 14:30:41 +00:00
Chong Yidong
27af566c2e * m/sparc.h: Additional redefinitions for GNU/Linux. 2008-04-25 14:30:32 +00:00
Chong Yidong
5cc830c61a * m/sparc.h: Additional redefinitions for GNU/Linux. 2008-04-25 14:29:51 +00:00
Glenn Morris
9ea37b9ddd Fix dates of merge entries. 2008-04-24 05:40:09 +00:00