*** empty log message ***

This commit is contained in:
Stefan Monnier 2004-03-18 02:59:33 +00:00
parent 72d967dd1a
commit 372641015e
2 changed files with 31 additions and 17 deletions

View file

@ -2,6 +2,11 @@
* emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
* log-edit.el (log-edit-font-lock-keywords): New var.
(log-edit-mode): Use it.
2004-03-17 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
@ -9,8 +14,15 @@
2004-03-17 Masatake YAMATO <jet@gyve.org>
* smerge-mode.el (smerge-popup-context-menu): Put
`unwind-protect' around `overlay-put' and `popup-menu'.
* smerge-mode.el (smerge-popup-context-menu):
Put `unwind-protect' around `overlay-put' and `popup-menu'.
2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
(vc-arch-workfile-version, vc-arch-mode-line-rewrite):
Take sealed revisions into account.
(vc-arch-checkin): Extract a summary line from the message.
2004-03-16 Masatake YAMATO <jet@gyve.org>

View file

@ -1,3 +1,8 @@
2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
* fileio.c (Fread_file_name): Set completion-ignore-case for
case-insensitive systems.
2004-03-14 Masatake YAMATO <jet@gyve.org>
* xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
@ -18,11 +23,9 @@
2004-03-13 Eli Zaretskii <eliz@elta.co.il>
* Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is
defined.
* Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
* emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is
defined.
* emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
2004-03-12 Richard M. Stallman <rms@gnu.org>
@ -34,12 +37,11 @@
2004-03-12 Kim F. Storm <storm@cua.dk>
Fix image support on MAC. From YAMAMOTO Mitsuharu.
* dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
(image_background, image_background_transparent): Fix prototypes.
* image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to
dispextern.h.
* image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
* macfns.c (x_list_fonts, x_get_font_info, x_load_font)
(x_query_font, x_find_ccl_program, x_set_window_size)
@ -62,9 +64,9 @@
* dispextern.h: Move image related prototypes from xfns.c section
to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
HAVE_X_WINDOWS.
* Makefile.in (XOBJ): Consolidate into one list. Add image.o.
Move gtkutil.o to new GTK_OBJ list.
Move gtkutil.o to new GTK_OBJ list.
(XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
(GTK_OBJ) [USE_GTK]: New declaration.
(obj): Add $(GTK_OBJ) to list.
@ -87,7 +89,7 @@
* Makefile.in (XOBJ, MAC_OBJ): Add image.o.
(image.o): Add dependencies.
* image.c: New file with consolidated image support code.
(COLOR_TABLE_SUPPORT): New define to control whether
color table support is available (X only).
@ -101,8 +103,8 @@
(PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
(RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
(PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
(FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen): Define
with suitable equivalents on W32 and MAC for code sharing.
(FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
Define with suitable equivalents on W32 and MAC for code sharing.
(XDrawLine): Define on MAC for code sharing.
(Destroy_Image, Free_Pixmap): Wrappers for code sharing.
(IF_LIB_AVAILABLE): Macro to simplify code sharing.
@ -137,12 +139,12 @@
code from xfns.c, w32fns.c, and macfns.c.
(syms_of_image): Consolidate image related symbol setup here.
(init_image): Consolidate image related initializations here.
* emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
and init_image. Remove call to init_xfns.
* macterm.h (struct mac_bitmap_record): Add file member. Not
currently used, but simplifies code sharing.
* macterm.h (struct mac_bitmap_record): Add file member.
Not currently used, but simplifies code sharing.
* macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)