bpt/emacs.git
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.

20 years agoUTF-8 is now RFC3629.
Eli Zaretskii [Sun, 7 Mar 2004 19:54:13 +0000 (19:54 +0000)]
UTF-8 is now RFC3629.

20 years ago(woman-man.conf-path): Doc fix.
Eli Zaretskii [Sun, 7 Mar 2004 14:54:35 +0000 (14:54 +0000)]
(woman-man.conf-path): Doc fix.
(woman-parse-man.conf): Also parse OPTIONAL_MANPATH.  (Suggested
by Stefan Reich <xsteve@nit.at>.)

20 years agoFix typo.
Thien-Thi Nguyen [Sun, 7 Mar 2004 12:46:01 +0000 (12:46 +0000)]
Fix typo.
Remove eol whitespace.

20 years ago(sort-columns): Remove ms-dos from the list of systems
Eli Zaretskii [Sun, 7 Mar 2004 07:08:43 +0000 (07:08 +0000)]
(sort-columns): Remove ms-dos from the list of systems
where the external `sort' command is not used.

20 years agoFix a typo.
Eli Zaretskii [Sun, 7 Mar 2004 06:53:16 +0000 (06:53 +0000)]
Fix a typo.

20 years ago(gdb-overlay-arrow-position): Add defvar.
Kim F. Storm [Sun, 7 Mar 2004 00:24:42 +0000 (00:24 +0000)]
(gdb-overlay-arrow-position): Add defvar.
(gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
from overlay-arrow-variable-list.
(gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.

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

20 years ago(gdb-assembler-mode, gdb-assembler-custom): Set up
Nick Roberts [Sat, 6 Mar 2004 12:02:25 +0000 (12:02 +0000)]
(gdb-assembler-mode, gdb-assembler-custom): Set up
overlay arrow string properly for the assembler buffer.

20 years ago*** empty log message ***
Nick Roberts [Sat, 6 Mar 2004 12:01:36 +0000 (12:01 +0000)]
*** empty log message ***

20 years ago(gdb-assembler-mode): Create a second overlay arrow
Nick Roberts [Sat, 6 Mar 2004 00:00:21 +0000 (00:00 +0000)]
(gdb-assembler-mode): Create a second overlay arrow
for the assembler buffer.
(gdb-assembler-custom): Position the overlay arrow.
(gdb-put-arrow, gdb-remove-arrow): Delete functions.

20 years ago*** empty log message ***
Nick Roberts [Fri, 5 Mar 2004 23:59:08 +0000 (23:59 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Stefan Monnier [Fri, 5 Mar 2004 17:07:47 +0000 (17:07 +0000)]
*** empty log message ***

20 years ago(message-mode): Fix last change.
Stefan Monnier [Fri, 5 Mar 2004 12:56:55 +0000 (12:56 +0000)]
(message-mode): Fix last change.

20 years ago(mail-mode): Fix last change.
Stefan Monnier [Fri, 5 Mar 2004 12:56:03 +0000 (12:56 +0000)]
(mail-mode): Fix last change.

20 years ago(sort-columns): Don't use external 'sort' on ms-windows. Otherwise,
Richard M. Stallman [Fri, 5 Mar 2004 11:31:58 +0000 (11:31 +0000)]
(sort-columns): Don't use external 'sort' on ms-windows.  Otherwise,
do use it if the region only contains font-lock text properties.

20 years ago(help-at-pt-timer-delay): Minor doc fix (remove stray space).
Luc Teirlinck [Fri, 5 Mar 2004 04:42:46 +0000 (04:42 +0000)]
(help-at-pt-timer-delay): Minor doc fix (remove stray space).

20 years ago(sh-font-lock-paren): Add @ in case patterns.
Stefan Monnier [Thu, 4 Mar 2004 23:27:00 +0000 (23:27 +0000)]
(sh-font-lock-paren): Add @ in case patterns.

20 years agoMention with-local-quit.
Stefan Monnier [Thu, 4 Mar 2004 22:56:30 +0000 (22:56 +0000)]
Mention with-local-quit.

20 years ago(cvs-fileinfo->backup-file): Use a more constraining
Stefan Monnier [Thu, 4 Mar 2004 22:44:23 +0000 (22:44 +0000)]
(cvs-fileinfo->backup-file): Use a more constraining
regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.

20 years ago(comment-normalize-vars): Check the user-specified comment start marker.
Stefan Monnier [Thu, 4 Mar 2004 20:02:52 +0000 (20:02 +0000)]
(comment-normalize-vars): Check the user-specified comment start marker.

20 years ago(mail-mode): Set comment-start-skip.
Stefan Monnier [Thu, 4 Mar 2004 19:58:24 +0000 (19:58 +0000)]
(mail-mode): Set comment-start-skip.

20 years ago(message-mode): Set comment-start-skip.
Stefan Monnier [Thu, 4 Mar 2004 19:57:45 +0000 (19:57 +0000)]
(message-mode): Set comment-start-skip.

20 years ago(uncomment-region): Allow non-terminated comment.
Stefan Monnier [Thu, 4 Mar 2004 19:20:35 +0000 (19:20 +0000)]
(uncomment-region): Allow non-terminated comment.

20 years ago(hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc.
Masatake YAMATO [Thu, 4 Mar 2004 18:19:19 +0000 (18:19 +0000)]
(hexl-mode): Set `hexl-print-current-point-info' as the callback function for eldoc.
(hexl-print-current-point-info): New function.
(hexl-current-address): print the address in both decimal and hexadecimal format.

20 years ago*** empty log message ***
Richard M. Stallman [Thu, 4 Mar 2004 17:25:52 +0000 (17:25 +0000)]
*** empty log message ***

20 years ago(Regexps): Explain that ^ and $ have their
Richard M. Stallman [Thu, 4 Mar 2004 17:25:34 +0000 (17:25 +0000)]
(Regexps): Explain that ^ and $ have their
special meanings only in certain contexts.

20 years ago(Expressions): Doc C-M-SPC as alias for C-M-@.
Richard M. Stallman [Thu, 4 Mar 2004 17:24:23 +0000 (17:24 +0000)]
(Expressions): Doc C-M-SPC as alias for C-M-@.

20 years ago(Specify Coding): Doc C-x RET F.
Richard M. Stallman [Thu, 4 Mar 2004 17:23:24 +0000 (17:23 +0000)]
(Specify Coding): Doc C-x RET F.

20 years ago(Misc Buffer): Explain use of M-x rename-uniquely
Richard M. Stallman [Thu, 4 Mar 2004 17:21:42 +0000 (17:21 +0000)]
(Misc Buffer): Explain use of M-x rename-uniquely
for multiple compile and grep buffers.
(Indirect Buffers): Don't recommand clone-indirect-buffer
for multiple compile and grep buffers.

20 years ago(LD_SWITCH_SYSTEM_TEMACS): New definition.
Richard M. Stallman [Thu, 4 Mar 2004 17:18:38 +0000 (17:18 +0000)]
(LD_SWITCH_SYSTEM_TEMACS): New definition.

20 years ago(Fdisplay_buffer): Doc fix.
Richard M. Stallman [Thu, 4 Mar 2004 17:16:56 +0000 (17:16 +0000)]
(Fdisplay_buffer): Doc fix.

20 years ago(Fpop_to_buffer): Doc fix.
Richard M. Stallman [Thu, 4 Mar 2004 17:15:13 +0000 (17:15 +0000)]
(Fpop_to_buffer): Doc fix.

20 years agoFix typos.
Richard M. Stallman [Thu, 4 Mar 2004 17:10:27 +0000 (17:10 +0000)]
Fix typos.

20 years ago(Building Lists): Minor clarification.
Richard M. Stallman [Thu, 4 Mar 2004 17:08:16 +0000 (17:08 +0000)]
(Building Lists): Minor clarification.

20 years ago(Creating Hash): Correct the meaning of t for WEAK in make-hash-table.
Richard M. Stallman [Thu, 4 Mar 2004 17:06:50 +0000 (17:06 +0000)]
(Creating Hash): Correct the meaning of t for WEAK in make-hash-table.

20 years ago(rmail-convert-to-babyl-format):
Richard M. Stallman [Thu, 4 Mar 2004 17:03:51 +0000 (17:03 +0000)]
(rmail-convert-to-babyl-format):
Specify t for UNIBYTE when calling mail-unquote-printable-region.

20 years ago(mail-unquote-printable-region): New arg UNIBYTE.
Richard M. Stallman [Thu, 4 Mar 2004 17:02:13 +0000 (17:02 +0000)]
(mail-unquote-printable-region): New arg UNIBYTE.

20 years ago(command-switch-alist): Doc fix.
Richard M. Stallman [Thu, 4 Mar 2004 17:01:17 +0000 (17:01 +0000)]
(command-switch-alist): Doc fix.

20 years ago(undo): Temporarily set this-command to `undo-start',
Richard M. Stallman [Thu, 4 Mar 2004 17:00:09 +0000 (17:00 +0000)]
(undo): Temporarily set this-command to `undo-start',
then set it to `undo' once undo-start returns without error.

(minibuffer-history-sexp-flag): Doc fix.

(kill-line): Don't disregard trailing whitespace
in eol condition, if show-trailing-whitespace is set.

20 years agoComment change.
Richard M. Stallman [Thu, 4 Mar 2004 16:56:14 +0000 (16:56 +0000)]
Comment change.

20 years ago(mouse-sel-has-been-enabled): New var.
Richard M. Stallman [Thu, 4 Mar 2004 16:55:51 +0000 (16:55 +0000)]
(mouse-sel-has-been-enabled): New var.
(mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
When disabling, restore old values only if mouse-sel-has-been-enabled.

20 years ago(isearch-*-char): New arg WANT-BACKSLASH.
Richard M. Stallman [Thu, 4 Mar 2004 16:54:08 +0000 (16:54 +0000)]
(isearch-*-char): New arg WANT-BACKSLASH.
(isearch-{-char): New function.
(isearch-mode-map): Bind { to isearch-{-char.

20 years ago(lisp-font-lock-keywords-2):
Richard M. Stallman [Thu, 4 Mar 2004 16:52:00 +0000 (16:52 +0000)]
(lisp-font-lock-keywords-2):
Turn off the CL with-... and do-... general patterns.
Instead, recognize several specific with... and do... constructs.

20 years ago(switch-to-buffer-other-window): Bind
Richard M. Stallman [Thu, 4 Mar 2004 16:49:23 +0000 (16:49 +0000)]
(switch-to-buffer-other-window): Bind
same-window-buffer-names and same-window-regexps to nil.
(switch-to-buffer-other-frame): Likewise.

20 years ago(fill-comment-paragraph): Be more careful when
Stefan Monnier [Thu, 4 Mar 2004 00:29:50 +0000 (00:29 +0000)]
(fill-comment-paragraph): Be more careful when
recognizing leading comment on code line.

20 years agoTypo.
Kim F. Storm [Wed, 3 Mar 2004 23:43:02 +0000 (23:43 +0000)]
Typo.

20 years ago(display_line): Fix call to get_overlay_arrow_glyph_row.
Kim F. Storm [Wed, 3 Mar 2004 09:02:50 +0000 (09:02 +0000)]
(display_line): Fix call to get_overlay_arrow_glyph_row.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 3 Mar 2004 09:02:24 +0000 (09:02 +0000)]
*** empty log message ***

20 years ago(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.
Stefan Monnier [Wed, 3 Mar 2004 03:57:32 +0000 (03:57 +0000)]
(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.

20 years ago(fill-paragraph): Don't check comment-start-skip,
Stefan Monnier [Tue, 2 Mar 2004 22:19:19 +0000 (22:19 +0000)]
(fill-paragraph): Don't check comment-start-skip,
only comment-start (in case the mode hasn't set it).

20 years ago*** empty log message ***
Stefan Monnier [Tue, 2 Mar 2004 22:13:02 +0000 (22:13 +0000)]
*** empty log message ***

20 years ago(maintainer-clean): Clean in the lisp dir as well.
Stefan Monnier [Tue, 2 Mar 2004 22:11:53 +0000 (22:11 +0000)]
(maintainer-clean): Clean in the lisp dir as well.
(bootstrap): Use the new boostrap-prepare target in lisp.

20 years ago(AUTOGENEL): New var.
Stefan Monnier [Tue, 2 Mar 2004 22:10:07 +0000 (22:10 +0000)]
(AUTOGENEL): New var.
(bootstrap-prepare): Rename from bootstrap-clean.  Don't remove elc files.
(maintainer-clean): New target.

20 years ago(xml-get-attribute-or-nil): Simplify.
Stefan Monnier [Tue, 2 Mar 2004 21:45:06 +0000 (21:45 +0000)]
(xml-get-attribute-or-nil): Simplify.

20 years ago(Ftranslate_region): Lisp_Object/int mixup.
Stefan Monnier [Tue, 2 Mar 2004 21:42:03 +0000 (21:42 +0000)]
(Ftranslate_region): Lisp_Object/int mixup.

20 years ago(compute_motion): Save vpos in prev_vpos, like hpos etc.
Richard M. Stallman [Tue, 2 Mar 2004 16:04:57 +0000 (16:04 +0000)]
(compute_motion): Save vpos in prev_vpos, like hpos etc.

20 years agoFix typo.
Richard M. Stallman [Tue, 2 Mar 2004 15:57:05 +0000 (15:57 +0000)]
Fix typo.

20 years agonet/browse-url.el
Juri Linkov [Tue, 2 Mar 2004 14:56:26 +0000 (14:56 +0000)]
net/browse-url.el

20 years ago(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov [Tue, 2 Mar 2004 14:55:32 +0000 (14:55 +0000)]
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
browse-url-epiphany): Encode dollar signs in URL to prevent their
substitution with the environment variable values by browsers.

20 years agoAdd overlay-arrow-variable-list variable.
Kim F. Storm [Tue, 2 Mar 2004 11:09:29 +0000 (11:09 +0000)]
Add overlay-arrow-variable-list variable.

20 years ago(Fsubstitute_command_keys): Fix counding bytes.
Kenichi Handa [Tue, 2 Mar 2004 06:12:15 +0000 (06:12 +0000)]
(Fsubstitute_command_keys): Fix counding bytes.

20 years agoDoc fix.
Vinicius Jose Latorre [Tue, 2 Mar 2004 04:54:04 +0000 (04:54 +0000)]
Doc fix.

20 years ago(gdb-mouse-toggle-breakpoint): Remove debug message.
Kim F. Storm [Tue, 2 Mar 2004 00:15:01 +0000 (00:15 +0000)]
(gdb-mouse-toggle-breakpoint): Remove debug message.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 2 Mar 2004 00:14:33 +0000 (00:14 +0000)]
*** empty log message ***

20 years ago(draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
Kim F. Storm [Mon, 1 Mar 2004 23:56:44 +0000 (23:56 +0000)]
(draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
(update_window_fringes): Remove unused code.