]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Mar 2004 02:59:33 +0000 (02:59 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 18 Mar 2004 02:59:33 +0000 (02:59 +0000)
lisp/ChangeLog
src/ChangeLog

index 89bf21ebb8926ed5954118752cfad2034c851725..274a280c6e43364397215c493ae1b46b37fea6be 100644 (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>
 
index 12e5bbfa62b65f368c99910acd6254bebf5a4a43..5f65301a7cd1dd471d4b7425cc289a986a0ca1c6 100644 (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
 
 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>
 
 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).
        (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.
        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)