bpt/emacs.git
20 years ago(Fread_file_name): Set completion-ignore-case for case-insensitive systems.
Stefan Monnier [Thu, 18 Mar 2004 02:58:45 +0000 (02:58 +0000)]
(Fread_file_name): Set completion-ignore-case for case-insensitive systems.

20 years ago(clone-buffer): Doc fix.
Luc Teirlinck [Thu, 18 Mar 2004 02:57:32 +0000 (02:57 +0000)]
(clone-buffer): Doc fix.

20 years ago(log-edit-font-lock-keywords): New var.
Stefan Monnier [Thu, 18 Mar 2004 02:48:51 +0000 (02:48 +0000)]
(log-edit-font-lock-keywords): New var.
(log-edit-mode): Use it.

20 years ago(Advanced): Replace @unnumberedsubsec by @subheading (as suggested by
Luc Teirlinck [Thu, 18 Mar 2004 02:48:20 +0000 (02:48 +0000)]
(Advanced): Replace @unnumberedsubsec by @subheading (as suggested by
Karl Berry).  Update information about colored stars in menus.  Add
new subheading describing M-n.

20 years ago(vc-arch-workfile-version, vc-arch-mode-line-rewrite):
Stefan Monnier [Thu, 18 Mar 2004 02:48:06 +0000 (02:48 +0000)]
(vc-arch-workfile-version, vc-arch-mode-line-rewrite):
Take sealed revisions into account.
(vc-arch-checkin): Extract a summary line from the message.

20 years ago(make-obsolete-variable): Fix docstring.
Juanma Barranquero [Thu, 18 Mar 2004 00:20:44 +0000 (00:20 +0000)]
(make-obsolete-variable): Fix docstring.

20 years ago(gdb-var-list-children-handler): Handle C++ classes
Nick Roberts [Wed, 17 Mar 2004 23:53:00 +0000 (23:53 +0000)]
(gdb-var-list-children-handler): Handle C++ classes
properly for watching in speedbar.

20 years ago*** empty log message ***
Nick Roberts [Wed, 17 Mar 2004 23:52:11 +0000 (23:52 +0000)]
*** empty log message ***

20 years ago(smerge-popup-context-menu): Put `unwind-protect' arround `overlay-put' and `popup...
Masatake YAMATO [Tue, 16 Mar 2004 16:27:10 +0000 (16:27 +0000)]
(smerge-popup-context-menu): Put `unwind-protect' arround `overlay-put' and `popup-menu'.

20 years ago(vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
Stefan Monnier [Tue, 16 Mar 2004 15:20:17 +0000 (15:20 +0000)]
(vc-arch-workfile-unchanged-p): Define to avoid dup-diff.

20 years ago*** empty log message ***
Stefan Monnier [Tue, 16 Mar 2004 15:16:59 +0000 (15:16 +0000)]
*** empty log message ***

20 years ago(note_mode_line_or_margin_highlight): Accept HEADER_LINE when keymap and cursor are...
Masatake YAMATO [Tue, 16 Mar 2004 13:12:03 +0000 (13:12 +0000)]
(note_mode_line_or_margin_highlight): Accept HEADER_LINE when keymap and cursor are setup.

20 years agoProvide `register' feature.
Masatake YAMATO [Tue, 16 Mar 2004 09:52:37 +0000 (09:52 +0000)]
Provide `register' feature.

20 years ago(File): Add SMTP and SES.
Luc Teirlinck [Mon, 15 Mar 2004 21:16:20 +0000 (21:16 +0000)]
(File): Add SMTP and SES.

20 years ago*** empty log message ***
Stefan Monnier [Mon, 15 Mar 2004 18:06:06 +0000 (18:06 +0000)]
*** empty log message ***

20 years ago2004-03-15 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO [Mon, 15 Mar 2004 11:27:47 +0000 (11:27 +0000)]
2004-03-15  Masatake YAMATO  <jet@gyve.org>

Added context menu support in smerge mode.
Most of the part is written by Stefan Monnier.

* smerge-mode.el (smerge-context-menu-map, smerge-context-menu): New
keyman and menu.
(smerge-text-properties): New function.
(smerge-remove-props): New function.
(smerge-popup-context-menu): New function.
(smerge-resolve): Call `smerge-remove-props'.
(smerge-keep-base, smerge-keep-other, smerge-keep-mine):
Ditto.
(smerge-keep-current): Ditto.
(smerge-kill-current): New function.
(smerge-match-conflict): Detect the file as `a same-diff conflict'
if the filename is "ANCESTOR". Put text properties.

20 years ago2004-03-15 David Ponce <david@dponce.com>
Masatake YAMATO [Mon, 15 Mar 2004 08:39:06 +0000 (08:39 +0000)]
2004-03-15  David Ponce  <david@dponce.com>

* ruler-mode.el: (ruler-mode-left-fringe-cols)
(ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
(ruler-mode-right-scroll-bar-cols): Remove.
(ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
(ruler-mode-mouse-set-right-margin, ruler-mode-ruler): Use
fringe-columns and scroll-bar-columns.

20 years agoFix a typo.
Masatake YAMATO [Mon, 15 Mar 2004 07:28:38 +0000 (07:28 +0000)]
Fix a typo.

20 years ago2004-03-15 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO [Mon, 15 Mar 2004 07:27:02 +0000 (07:27 +0000)]
2004-03-15  Masatake YAMATO  <jet@gyve.org>

* hl-line.el (hl-line-range-function): New variable.
(hl-line-move): New function.
(global-hl-line-highlight): Use `hl-line-move'.
(hl-line-highlight): Ditto.

* scroll-bar.el (scroll-bar-columns): New function derived from
ruler-mode.el.

* fringe.el (fringe-columns): New function derived from
ruler-mode.el.

* ruler-mode.el (top-level): Require scroll-bar and fringe.
(ruler-mode-left-fringe-cols)
(ruler-mode-right-fringe-cols): Use `fringe-columns'.
(ruler-mode-right-scroll-bar-cols)
(ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
(ruler-mode-ruler-function): New variable.
(ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
if the value for `ruler-mode-ruler-function'is given.

* hexl.el (hexl-mode-hook): Make the hook customizable.
(hexl-address-area, hexl-ascii-area, hexl-ascii-cursor): New
customize variables.
(hexlify-buffer): Put font-lock-faces on the address area and
the ascii area.
(hexl-activate-ruler): New function.
(hexl-follow-line): New function.
(hexl-highlight-line-range): New function.
(hexl-mode-ruler): New function.

20 years agoDocument new find-file-hook operation.
Stefan Monnier [Mon, 15 Mar 2004 03:55:24 +0000 (03:55 +0000)]
Document new find-file-hook operation.

20 years ago(vc-handled-backends): Add Arch. Move MCVS down.
Stefan Monnier [Mon, 15 Mar 2004 03:53:05 +0000 (03:53 +0000)]
(vc-handled-backends): Add Arch.  Move MCVS down.
(vc-default-find-file-hook): New fun.
(vc-find-file-hook): Call new find-file-hook operation.

20 years agoNew file.
Stefan Monnier [Mon, 15 Mar 2004 03:39:09 +0000 (03:39 +0000)]
New file.

20 years ago(Lisp History): Replace xref to `cl' manual with inforef.
Luc Teirlinck [Mon, 15 Mar 2004 02:41:11 +0000 (02:41 +0000)]
(Lisp History): Replace xref to `cl' manual with inforef.

20 years ago* Makefile.in (XMENU_OBJ): Do not include xmenu.o if
Steven Tamm [Sun, 14 Mar 2004 18:43:56 +0000 (18:43 +0000)]
* Makefile.in (XMENU_OBJ): Do not include xmenu.o if
HAVE_CARBON is defined.

20 years ago(x_find_image_file): Remove prototype.
Kim F. Storm [Sun, 14 Mar 2004 00:28:46 +0000 (00:28 +0000)]
(x_find_image_file): Remove prototype.

20 years ago(x_find_image_file): Make extern.
Kim F. Storm [Sun, 14 Mar 2004 00:28:35 +0000 (00:28 +0000)]
(x_find_image_file): Make extern.

20 years ago(x_find_image_file): Add prototype.
Kim F. Storm [Sun, 14 Mar 2004 00:28:01 +0000 (00:28 +0000)]
(x_find_image_file): Add prototype.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 14 Mar 2004 00:27:38 +0000 (00:27 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Eli Zaretskii [Sat, 13 Mar 2004 13:13:14 +0000 (13:13 +0000)]
*** empty log message ***

20 years ago(info-lookup): Reuse an existing Info window.
Eli Zaretskii [Sat, 13 Mar 2004 13:12:09 +0000 (13:12 +0000)]
(info-lookup): Reuse an existing Info window.

20 years ago(woman-preserve-ascii): Default value changed to t and
Eli Zaretskii [Sat, 13 Mar 2004 13:06:48 +0000 (13:06 +0000)]
(woman-preserve-ascii): Default value changed to t and
doc string revised.

20 years ago(XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
Eli Zaretskii [Sat, 13 Mar 2004 12:56:53 +0000 (12:56 +0000)]
(XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.

20 years ago(main): Call syms_of_xmenu only if HAVE_MENUS is defined.
Eli Zaretskii [Sat, 13 Mar 2004 12:55:41 +0000 (12:55 +0000)]
(main): Call syms_of_xmenu only if HAVE_MENUS is defined.

20 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Mar 2004 15:03:10 +0000 (15:03 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Fri, 12 Mar 2004 13:56:49 +0000 (13:56 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Richard M. Stallman [Fri, 12 Mar 2004 10:16:20 +0000 (10:16 +0000)]
*** empty log message ***

20 years ago(Top): Rename top node.
Richard M. Stallman [Fri, 12 Mar 2004 10:16:03 +0000 (10:16 +0000)]
(Top): Rename top node.

20 years ago(Misc Buffer): Add index entry for rename-uniquely.
Richard M. Stallman [Fri, 12 Mar 2004 10:15:18 +0000 (10:15 +0000)]
(Misc Buffer): Add index entry for rename-uniquely.

20 years ago(Version Info): Add arg to emacs-version.
Richard M. Stallman [Fri, 12 Mar 2004 10:13:59 +0000 (10:13 +0000)]
(Version Info): Add arg to emacs-version.
(Lisp History): Change xref to CL manual.

20 years ago(cvs-mode-add-change-log-entry-other-window): Fix minor bug.
Richard M. Stallman [Fri, 12 Mar 2004 10:12:14 +0000 (10:12 +0000)]
(cvs-mode-add-change-log-entry-other-window): Fix minor bug.

20 years ago(occur-engine): Change message for count of matches.
Richard M. Stallman [Fri, 12 Mar 2004 10:11:16 +0000 (10:11 +0000)]
(occur-engine): Change message for count of matches.

20 years ago(byte-compile-get-constant): For strings, do compare text properties.
Richard M. Stallman [Fri, 12 Mar 2004 10:09:59 +0000 (10:09 +0000)]
(byte-compile-get-constant): For strings, do compare text properties.

20 years ago(internal_equal): New arg PROPS controls comparing
Richard M. Stallman [Fri, 12 Mar 2004 10:07:36 +0000 (10:07 +0000)]
(internal_equal): New arg PROPS controls comparing
text properties.  All callers changed.
(Fequal_including_properties): New function.
(syms_of_fns): defsubr it.

20 years ago(kill-grep): Move here from compile.el
Stefan Monnier [Thu, 11 Mar 2004 22:56:19 +0000 (22:56 +0000)]
(kill-grep): Move here from compile.el
(grep-error, grep-hit-face, grep-error-face)
(grep-mode-font-lock-keywords): New variables.
(grep-regexp-alist): Simplify regexp and add `binary' case.
(grep-mode): New mode.
(grep-process-setup): Simplify.

20 years agoRemove PATH_LOCK, add PATH_BITMAPS.
Jason Rumney [Thu, 11 Mar 2004 22:54:34 +0000 (22:54 +0000)]
Remove PATH_LOCK, add PATH_BITMAPS.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 11 Mar 2004 22:48:33 +0000 (22:48 +0000)]
*** empty log message ***

20 years ago(compilation-error-regexp-alist-alist): Whitespace fixup.
Stefan Monnier [Thu, 11 Mar 2004 22:46:54 +0000 (22:46 +0000)]
(compilation-error-regexp-alist-alist): Whitespace fixup.

20 years ago* macterm.h (x_list_fonts, x_get_font_info, x_load_font)
Kim F. Storm [Thu, 11 Mar 2004 22:43:49 +0000 (22:43 +0000)]
* macterm.h (x_list_fonts, x_get_font_info, x_load_font)
(x_query_font, x_find_ccl_program, x_set_window_size)
(x_make_frame_visible, mac_initialize, XCreatePixmap)
(XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
(mac_draw_line_to_pixmap): Add prototypes.

20 years ago(XTread_socket): Fix mouse click on tool bar.
Kim F. Storm [Thu, 11 Mar 2004 22:43:32 +0000 (22:43 +0000)]
(XTread_socket): Fix mouse click on tool bar.

20 years agoInitial import.
Stefan Monnier [Thu, 11 Mar 2004 22:43:24 +0000 (22:43 +0000)]
Initial import.

20 years ago(x_list_fonts, x_get_font_info, x_load_font)
Kim F. Storm [Thu, 11 Mar 2004 22:43:18 +0000 (22:43 +0000)]
(x_list_fonts, x_get_font_info, x_load_font)
(x_query_font, x_find_ccl_program, x_set_window_size)
(x_make_frame_visible, mac_initialize, XCreatePixmap)
(XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
(mac_draw_line_to_pixmap): Move prototypes to macterm.h.

20 years ago(XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
Kim F. Storm [Thu, 11 Mar 2004 22:43:06 +0000 (22:43 +0000)]
(XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.

20 years ago* dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
Kim F. Storm [Thu, 11 Mar 2004 22:42:47 +0000 (22:42 +0000)]
* dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
(image_background, image_background_transparent): Fix prototypes.

20 years ago(compile-auto-highlight)
Stefan Monnier [Thu, 11 Mar 2004 22:39:29 +0000 (22:39 +0000)]
(compile-auto-highlight)
(compilation-error-list, compilation-old-error-list)
(compilation-parse-errors-function, compilation-parsing-end)
(compilation-error-message, compilation-directory-stack)
(compilation-enter-directory-regexp-alist)
(compilation-leave-directory-regexp-alist)
(compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
(compilation-current-file, compilation-regexps): Remove vars.

(compile-error-at-point, compilation-error-filedata)
(compilation-error-filedata-file-name, compile-reinitialize-errors)
(compilation-next-error-locus, compilation-forget-errors)
(count-regexp-groupings, compilation-parse-errors)
(compile-collect-regexps, compile-buffer-substring): Remove funs.

(compile-internal): Make obsolete.

(compilation-first-column, compilation-error)
(compilation-directory-matcher, compilation-page-delimiter)
(compilation-mode-font-lock-keywords, compilation-debug)
(compilation-error-face, compilation-warning-face)
(compilation-info-face, compilation-line-face)
(compilation-column-face, compilation-enter-directory-face)
(compilation-leave-directory-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): New vars.

(compilation-warning-face, compilation-info-face)
(compilation-message-face): New faces.

(compilation-error-regexp-alist-alist): New constant.

(compilation-face, compilation-directory-properties)
(compilation-assq, compilation-error-properties, compilation-start)
(define-compilation-mode, compilation-loop)
(compilation-set-window): New functions.

(compile): Additional argument for interactive compiles like TeX.

20 years ago(ldap-search-internal): Handle file URLs with drive
Jason Rumney [Thu, 11 Mar 2004 21:10:21 +0000 (21:10 +0000)]
(ldap-search-internal): Handle file URLs with drive
letters on DOS/Windows.

20 years ago*** empty log message ***
Stefan Monnier [Thu, 11 Mar 2004 18:46:47 +0000 (18:46 +0000)]
*** empty log message ***

20 years ago(server-name): New var.
Stefan Monnier [Thu, 11 Mar 2004 18:35:20 +0000 (18:35 +0000)]
(server-name): New var.
(server-socket-dir): New var to replace server-socket-name.
(server-start): Use them.

20 years agoMove image related prototypes from xfns.c section to image.c.
Kim F. Storm [Thu, 11 Mar 2004 11:17:27 +0000 (11:17 +0000)]
Move image related prototypes from xfns.c section to image.c.
Condition them by HAVE_WINDOW_SYSTEM rather than HAVE_X_WINDOWS.

20 years ago*** empty log message ***
Kim F. Storm [Thu, 11 Mar 2004 11:16:52 +0000 (11:16 +0000)]
*** empty log message ***

20 years agoTypo
Kim F. Storm [Thu, 11 Mar 2004 11:08:44 +0000 (11:08 +0000)]
Typo

20 years ago(XOBJ): Consolidate into one list. Add fringe.o.
Kim F. Storm [Thu, 11 Mar 2004 11:05:55 +0000 (11:05 +0000)]
(XOBJ): Consolidate into one list.  Add fringe.o.
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.

20 years ago(smtpmail-read-response): Abort if process has
Simon Josefsson [Thu, 11 Mar 2004 10:53:22 +0000 (10:53 +0000)]
(smtpmail-read-response): Abort if process has
died to avoid infloop.  Reported by Jonathan Glauner
<jglauner@sbum.org>.

20 years ago* image.c [MAC_OSX]: Include sys/stat.h
Steven Tamm [Thu, 11 Mar 2004 05:56:41 +0000 (05:56 +0000)]
* image.c [MAC_OSX]: Include sys/stat.h
* macfns.c (syms_of_macfns): Remove definitions of things now
defined in image.c

20 years agoAdd arch tagline
Miles Bader [Thu, 11 Mar 2004 05:45:22 +0000 (05:45 +0000)]
Add arch tagline

20 years ago(foldout-fold-list, foldout-modeline-string): Declare them as
John Paul Wallington [Thu, 11 Mar 2004 01:27:10 +0000 (01:27 +0000)]
(foldout-fold-list, foldout-modeline-string): Declare them as
variables, not constants.

20 years agoImage consolidation.
Kim F. Storm [Thu, 11 Mar 2004 00:31:31 +0000 (00:31 +0000)]
Image consolidation.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:29:25 +0000 (00:29 +0000)]
Image consolidation:
(XOBJ, MAC_OBJ): Add image.o.
(image.o): Add dependencies.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:29:12 +0000 (00:29 +0000)]
Image consolidation:
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_create_bitmap_mask): Move prototypes from dispextern.h.
(gamma_correct) [MAC_OS]: Add prototype.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:28:46 +0000 (00:28 +0000)]
Image consolidation:
(main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
and init_image.  Remove call to init_xfns.

20 years agoNew file (image.c) for Image consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:28:24 +0000 (00:28 +0000)]
New file (image.c) for Image consolidation:
(COLOR_TABLE_SUPPORT): New define to control whether
color table support is available (X only).
(Bitmap_Record): Common name for x_bitmap_record,
w32_bitmap_record, and mac_bitmap_record.
(XImagePtr): Common name for pointer to XImage or equivalent.
(XImagePtr_or_DC): New type to simplify code sharing; equivalent
to XImagePtr on X+MAC, and to HDC on W32.
(GET_PIXEL): Wrapper for XGetPixel or equivalent.
(NO_PIXMAP): Common name for "None" or equivalent.
(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.
(XDrawLine): Define on MAC for code sharing.
(Destroy_Image, Free_Pixmap): Wrappers for code sharing.
(IF_LIB_AVAILABLE): Macro to simplify code sharing.
(Vx_bitmap_file_path, Vimage_cache_eviction_delay)
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_destroy_all_bitmaps, x_create_bitmap_mask)
(XGetImage, XPutPixel, XGetPixel, XDestroyImage)
(QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
(QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
(Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
(define_image_type, lookup_image_type, valid_image_p)
(image_error, enum image_value_type, struct image_keyword)
(parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
(make_image, free_image, prepare_image_for_display, image_ascent)
(four_corners_best, image_background, image_background_transparent)
(x_clear_image_1,  x_clear_image, x_alloc_image_color)
(make_image_cache, free_image_cache, clear_image_cache)
(Fclear_image_cache, postprocess_image, lookup_image, cache_image)
(forall_images_in_image_cache, x_create_x_image_and_pixmap)
(x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
(find_image_fsspec, image_load_qt_1, image_load_quicktime)
(init_image_func_pointer, image_load_quartz2d)
(struct ct_color, init_color_table, free_color_table)
(lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
(cross_disabled_images, x_to_xcolors, x_from_xcolors)
(x_detect_edges, x_emboss, x_laplace, x_edge_detection)
(x_disable_image, x_build_heuristic_mask)
(XBM support, XPM support, PBM support, PNG support, JPEG support)
(TIFF support, GIF support, Ghostscript support): Consolidate image
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.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:27:33 +0000 (00:27 +0000)]
Image consolidation:
(syms_of_image, init_image): Add protoypes.
(init_xfns): Remove prototype.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:27:13 +0000 (00:27 +0000)]
Image consolidation:
(Vx_bitmap_file_path, Vimage_cache_eviction_delay)
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_destroy_all_bitmaps, x_create_bitmap_mask)
(XGetImage, XPutPixel, XGetPixel, XDestroyImage)
(QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
(QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
(Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
(define_image_type, lookup_image_type, valid_image_p)
(image_error, enum image_value_type, struct image_keyword)
(parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
(make_image, free_image, prepare_image_for_display, image_ascent)
(four_corners_best, image_background, image_background_transparent)
(x_clear_image_1,  x_clear_image, x_alloc_image_color)
(make_image_cache, free_image_cache, clear_image_cache)
(Fclear_image_cache, postprocess_image, lookup_image, cache_image)
(forall_images_in_image_cache, x_create_x_image_and_pixmap)
(x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
(find_image_fsspec, image_load_qt_1, image_load_quicktime)
(init_image_func_pointer, image_load_quartz2d)
(struct ct_color, init_color_table, free_color_table)
(lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
(cross_disabled_images, x_to_xcolors, x_from_xcolors)
(x_detect_edges, x_emboss, x_laplace, x_edge_detection)
(x_disable_image, x_build_heuristic_mask)
(XBM support, XPM support, PBM support, PNG support, JPEG support)
(TIFF support, GIF support, Ghostscript support): Merge with image
code from xfns.c and macfns.c into image.c.
(syms_of_xfns): Move image related symbols to image.c.
(init_external_image_libraries, init_xfns): Remove; initialization
moved to init_image in image.c.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:26:50 +0000 (00:26 +0000)]
Image consolidation:
(struct mac_bitmap_record): Add file member.  Not
currently used, but simplifies code sharing.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:26:37 +0000 (00:26 +0000)]
Image consolidation:
(OBJ1): Add image.o.
($(BLD)/image.$(O)): Add dependencies.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:26:21 +0000 (00:26 +0000)]
Image consolidation:
(Vx_bitmap_file_path, Vimage_cache_eviction_delay)
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_destroy_all_bitmaps, x_create_bitmap_mask)
(QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
(QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
(Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
(define_image_type, lookup_image_type, valid_image_p)
(image_error, enum image_value_type, struct image_keyword)
(parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
(make_image, free_image, prepare_image_for_display, image_ascent)
(four_corners_best, image_background, image_background_transparent)
(x_clear_image_1,  x_clear_image, x_alloc_image_color)
(make_image_cache, free_image_cache, clear_image_cache)
(Fclear_image_cache, postprocess_image, lookup_image, cache_image)
(forall_images_in_image_cache, x_create_x_image_and_pixmap)
(x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
(struct ct_color, init_color_table, free_color_table)
(lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
(cross_disabled_images, x_to_xcolors, x_from_xcolors)
(x_detect_edges, x_emboss, x_laplace, x_edge_detection)
(x_disable_image, x_build_heuristic_mask)
(XBM support, XPM support, PBM support, PNG support, JPEG support)
(TIFF support, GIF support, Ghostscript support): Merge with image
code from xfns.c and macfns.c into image.c.
(syms_of_xfns): Move image related symbols to image.c.
(init_external_image_libraries, init_xfns): Remove; initialization
moved to init_image in image.c.

20 years agoImage consolidation:
Kim F. Storm [Thu, 11 Mar 2004 00:25:38 +0000 (00:25 +0000)]
Image consolidation:
(Vx_bitmap_file_path, Vimage_cache_eviction_delay)
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_destroy_all_bitmaps, x_create_bitmap_mask)
(QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
(QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
(Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
(define_image_type, lookup_image_type, valid_image_p)
(image_error, enum image_value_type, struct image_keyword)
(parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
(make_image, free_image, prepare_image_for_display, image_ascent)
(four_corners_best, image_background, image_background_transparent)
(x_clear_image_1,  x_clear_image, x_alloc_image_color)
(make_image_cache, free_image_cache, clear_image_cache)
(Fclear_image_cache, postprocess_image, lookup_image, cache_image)
(forall_images_in_image_cache, x_create_x_image_and_pixmap)
(x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
(struct ct_color, init_color_table, free_color_table)
(lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
(cross_disabled_images, x_to_xcolors, x_from_xcolors)
(x_detect_edges, x_emboss, x_laplace, x_edge_detection)
(x_disable_image, x_build_heuristic_mask)
(XBM support, XPM support, PBM support, PNG support, JPEG support)
(TIFF support, GIF support, Ghostscript support): Merge with
w32fns.c and macfns.c image code into image.c.
(syms_of_xfns): Move image related symbols to image.c.
(init_xfns): Remove; initialization moved to init_image in image.c.

20 years ago(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
Kim F. Storm [Thu, 11 Mar 2004 00:24:27 +0000 (00:24 +0000)]
(x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
(x_reference_bitmap, x_create_bitmap_from_data)
(x_create_bitmap_from_file, x_destroy_bitmap)
(x_create_bitmap_mask): Move prototypes to dispextern.h.

20 years agoNew tips in Tips section.
Vinicius Jose Latorre [Wed, 10 Mar 2004 23:47:54 +0000 (23:47 +0000)]
New tips in Tips section.

20 years ago(smerge-check-cache, smerge-check): New var and fun.
Stefan Monnier [Wed, 10 Mar 2004 23:42:37 +0000 (23:42 +0000)]
(smerge-check-cache, smerge-check): New var and fun.
(smerge-mode-menu): Use it to deactivate menu entries.
(smerge-keep-current): New fun.
(smerge-keep-current): Use it.

20 years agoModification to print *Messages* buffer.
Vinicius Jose Latorre [Wed, 10 Mar 2004 22:56:45 +0000 (22:56 +0000)]
Modification to print *Messages* buffer.

20 years ago(install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.
Juanma Barranquero [Wed, 10 Mar 2004 21:40:58 +0000 (21:40 +0000)]
(install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.

20 years ago(Completion Commands): Add xref to Emacs manual for Partial Completion mode.
Luc Teirlinck [Wed, 10 Mar 2004 03:52:59 +0000 (03:52 +0000)]
(Completion Commands): Add xref to Emacs manual for Partial Completion mode.

20 years agoDoc fix.
Vinicius Jose Latorre [Wed, 10 Mar 2004 00:47:45 +0000 (00:47 +0000)]
Doc fix.

20 years agoChanges to support ChangeLog.10+.
Juanma Barranquero [Tue, 9 Mar 2004 22:47:27 +0000 (22:47 +0000)]
Changes to support ChangeLog.10+.
(main): Tidy up usage string.  Fix "Use of uninitialized value" warning.
Set version to 0.2.  Parse the directory listing to get any ChangeLog.n
file, not just 1..9.
(header_match_p, entry_match_p, print_log, parse_changelog): Remove Perl
prototypes (their purpose is to help the parser, which isn't needed here,
not declare arguments).
(parse_changelog): Make --reverse faster on big batches by not modifying
the entries list.

20 years ago(type-break-emacs-variant): Remove.
Stefan Monnier [Tue, 9 Mar 2004 15:28:27 +0000 (15:28 +0000)]
(type-break-emacs-variant): Remove.
(type-break-run-at-time, type-break-cancel-function-timers):
Use fboundp rather than version name and number.

20 years ago(decode_coding_emacs_mule): Handle insufficent source correctly.
Kenichi Handa [Tue, 9 Mar 2004 12:27:26 +0000 (12:27 +0000)]
(decode_coding_emacs_mule): Handle insufficent source correctly.

20 years ago2004-03-09 Masatake YAMATO <jet@gyve.org>
Masatake YAMATO [Tue, 9 Mar 2004 01:25:27 +0000 (01:25 +0000)]
2004-03-09  Masatake YAMATO  <jet@gyve.org>

* hexl.el (hexl-mode): Use `make-local-variable' instead of
`make-variable-buffer-local'.

20 years ago.
Karl Berry [Tue, 9 Mar 2004 00:03:07 +0000 (00:03 +0000)]
.

20 years ago\input texinfo.tex instead of just texinfo, to
Karl Berry [Tue, 9 Mar 2004 00:01:14 +0000 (00:01 +0000)]
\input texinfo.tex instead of just texinfo, to
avoid problems making the texinfo distribution.

20 years ago* find-dired.el (find-dired): Call `shell-command' instead of
Michael Albinus [Mon, 8 Mar 2004 21:47:59 +0000 (21:47 +0000)]
* find-dired.el (find-dired): Call `shell-command' instead of
`start-process-shell-command'.  By this, Tramp takes over
handling of remote directories.

20 years ago(lisp-mode-variables): Set it.
Stefan Monnier [Mon, 8 Mar 2004 02:15:05 +0000 (02:15 +0000)]
(lisp-mode-variables): Set it.

20 years ago(comment-use-global-state): New var.
Stefan Monnier [Mon, 8 Mar 2004 01:20:53 +0000 (01:20 +0000)]
(comment-use-global-state): New var.
(comment-search-forward): Use it.

20 years ago(fill) <defgroup>: Move to fill.el.
Stefan Monnier [Mon, 8 Mar 2004 01:10:23 +0000 (01:10 +0000)]
(fill) <defgroup>: Move to fill.el.

20 years ago(fill) <defgroup>: Move from cus-edit.el.
Stefan Monnier [Mon, 8 Mar 2004 01:07:13 +0000 (01:07 +0000)]
(fill) <defgroup>: Move from cus-edit.el.
(enable-kinsoku): Make it a defcustom.
(fill-comment-paragraph): Don't rely on fill-prefix to bound the
paragraph to same-comment-start-marker.

20 years agoAdd Mac OS X's .DS_Store mystery file.
Stefan Monnier [Sun, 7 Mar 2004 23:50:26 +0000 (23:50 +0000)]
Add Mac OS X's .DS_Store mystery file.

20 years ago*** empty log message ***
Stefan Monnier [Sun, 7 Mar 2004 23:49:02 +0000 (23:49 +0000)]
*** empty log message ***

20 years agoRemove redundant whitespace.
Eli Zaretskii [Sun, 7 Mar 2004 20:04:51 +0000 (20:04 +0000)]
Remove redundant whitespace.

20 years ago(rfc2368-unhexify-char): Deleted.
Eli Zaretskii [Sun, 7 Mar 2004 20:02:02 +0000 (20:02 +0000)]
(rfc2368-unhexify-char): Deleted.
(rfc2368-unhexify-string): Use replace-regexp-in-string.

20 years ago(rfc2368-parse-mailto-url): Autoload.
Eli Zaretskii [Sun, 7 Mar 2004 19:59:15 +0000 (19:59 +0000)]
(rfc2368-parse-mailto-url): Autoload.
(browse-url-mail): Use it.

20 years agoUTF-8 is now RFC 3629.
Eli Zaretskii [Sun, 7 Mar 2004 19:55:42 +0000 (19:55 +0000)]
UTF-8 is now RFC 3629.