]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years agoInclude XPM and XBM files in lisp/ and subdirs
Gerd Moellmann [Tue, 19 Sep 2000 16:18:21 +0000 (16:18 +0000)]
Include XPM and XBM files in lisp/ and subdirs
in the distribution.

23 years ago(sh-search-word): Remove call to
Gerd Moellmann [Tue, 19 Sep 2000 16:02:51 +0000 (16:02 +0000)]
(sh-search-word): Remove call to
`debug'.

23 years agoDocstring fixes.
Stefan Monnier [Tue, 19 Sep 2000 15:50:54 +0000 (15:50 +0000)]
Docstring fixes.
(calendar-make-alist): Don't quote lambda.
(calendar-star-date): Use make-local-variable.

23 years agoAdd warning to top of source files
Jeff Bailey [Tue, 19 Sep 2000 15:47:02 +0000 (15:47 +0000)]
Add warning to top of source files

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 19 Sep 2000 15:37:17 +0000 (15:37 +0000)]
*** empty log message ***

23 years ago(sh-search-word): Rewritten for
Gerd Moellmann [Tue, 19 Sep 2000 15:36:55 +0000 (15:36 +0000)]
(sh-search-word): Rewritten for
speed.

23 years ago(update_window_line): Make sure to always draw
Gerd Moellmann [Tue, 19 Sep 2000 15:18:07 +0000 (15:18 +0000)]
(update_window_line): Make sure to always draw
mode-lines.

23 years ago(find-file-suppress-same-file-warnings): New
Gerd Moellmann [Tue, 19 Sep 2000 15:14:42 +0000 (15:14 +0000)]
(find-file-suppress-same-file-warnings): New
user-option.
(find-file-noselect): Use it.

23 years ago(fancy-splash-delay, fancy-splash-image): Add
Gerd Moellmann [Tue, 19 Sep 2000 15:00:29 +0000 (15:00 +0000)]
(fancy-splash-delay, fancy-splash-image): Add
version.
(fancy-splash-screen): Defgroup.

23 years ago(change-log-font-lock-keywords): Match names
Gerd Moellmann [Tue, 19 Sep 2000 14:55:58 +0000 (14:55 +0000)]
(change-log-font-lock-keywords): Match names
more exactly for the case that font-lock-constant-face is
underlined.

23 years ago#
André Spiegel [Tue, 19 Sep 2000 14:01:10 +0000 (14:01 +0000)]
#

23 years ago(vc-revert-buffer): Set vc-checkout-time correctly.
André Spiegel [Tue, 19 Sep 2000 13:58:56 +0000 (13:58 +0000)]
(vc-revert-buffer): Set vc-checkout-time correctly.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 19 Sep 2000 13:40:08 +0000 (13:40 +0000)]
*** empty log message ***

23 years agoUpdate to emacs-21-branch of the Gnus CVS repository.
Gerd Moellmann [Tue, 19 Sep 2000 13:37:09 +0000 (13:37 +0000)]
Update to emacs-21-branch of the Gnus CVS repository.

23 years ago(fancy-splash-text): New variable.
Gerd Moellmann [Tue, 19 Sep 2000 13:28:27 +0000 (13:28 +0000)]
(fancy-splash-text): New variable.
(fancy-splash-delay, fancy-splash-image): New user-options.
(fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
(fancy-splash-screens): New functions.
(command-line-1): If display has a `display' frame parameter, has
colors, and we have XPM support, show more fancy splash screens.

23 years ago(bootstrap-emacs): Don't change directory.
Andrew Innes [Tue, 19 Sep 2000 13:12:49 +0000 (13:12 +0000)]
(bootstrap-emacs): Don't change directory.

23 years ago(map-y-or-n-p): Check use-dialog-box. Don't lose
Dave Love [Tue, 19 Sep 2000 11:57:46 +0000 (11:57 +0000)]
(map-y-or-n-p): Check use-dialog-box.  Don't lose
with null `help'.  Use modern backquote syntax.

23 years ago(font-lock-mode): Change message telling the user
Gerd Moellmann [Tue, 19 Sep 2000 11:03:14 +0000 (11:03 +0000)]
(font-lock-mode): Change message telling the user
that ``the buffer is too big''.

23 years ago(dired-font-lock-keywords): Allow tabs and spaces,
Gerd Moellmann [Tue, 19 Sep 2000 10:38:41 +0000 (10:38 +0000)]
(dired-font-lock-keywords): Allow tabs and spaces,
for instance for the case that tab-width is 2.

23 years agoDoc fix.
Miles Bader [Tue, 19 Sep 2000 02:43:33 +0000 (02:43 +0000)]
Doc fix.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 19 Sep 2000 00:39:37 +0000 (00:39 +0000)]
*** empty log message ***

23 years ago(UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
Kenichi Handa [Tue, 19 Sep 2000 00:33:58 +0000 (00:33 +0000)]
(UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.

23 years ago(Fccl_execute_on_string): Make multibyte string correctly.
Kenichi Handa [Tue, 19 Sep 2000 00:14:17 +0000 (00:14 +0000)]
(Fccl_execute_on_string): Make multibyte string correctly.
If output buffer is too small, signal an appropriated error.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 19 Sep 2000 00:13:47 +0000 (00:13 +0000)]
*** empty log message ***

23 years ago(x_display_and_set_cursor): Don't show a hollow box
Gerd Moellmann [Mon, 18 Sep 2000 21:12:22 +0000 (21:12 +0000)]
(x_display_and_set_cursor): Don't show a hollow box
cursor for buffers whose cursor_type is nil.

23 years ago(menu_bar_items, tool_bar_items)
Dave Love [Mon, 18 Sep 2000 18:45:34 +0000 (18:45 +0000)]
(menu_bar_items, tool_bar_items)
(current_active_maps): Remove redundant get_local_map call.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 18 Sep 2000 13:40:30 +0000 (13:40 +0000)]
*** empty log message ***

23 years ago(skk): Rename to `ja-dic' because the leim directory
Gerd Moellmann [Mon, 18 Sep 2000 13:39:43 +0000 (13:39 +0000)]
(skk): Rename to `ja-dic' because the leim directory
was renamed.

23 years ago(x_draw_image_glyph_string): Remove a comment describing
Gerd Moellmann [Mon, 18 Sep 2000 13:18:16 +0000 (13:18 +0000)]
(x_draw_image_glyph_string): Remove a comment describing
a feature to implement that is already implemented.
(note_mouse_highlight, x_find_ccl_program): Avoid some compiler
warnings.

23 years ago(x_clear_image_1): New function.
Gerd Moellmann [Mon, 18 Sep 2000 13:17:55 +0000 (13:17 +0000)]
(x_clear_image_1): New function.
(x_clear_image): Use it.
(x_from_xcolors): Use x_clear_image_1; don't free the image's
mask.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 18 Sep 2000 12:25:57 +0000 (12:25 +0000)]
*** empty log message ***

23 years ago(toolbar-like-menu-item): Like in
Gerd Moellmann [Mon, 18 Sep 2000 12:25:36 +0000 (12:25 +0000)]
(toolbar-like-menu-item): Like in
toolbar-add-item, if image doesn't have a mask add a `:mask
heuristic'.

23 years ago(update_window): Move test for invisible lines
Gerd Moellmann [Mon, 18 Sep 2000 11:39:53 +0000 (11:39 +0000)]
(update_window): Move test for invisible lines
at the top to update_window_line.
(update_window_line): Handle invisible lines here.

23 years ago(clear_image_cache): Clear current matrices of all
Gerd Moellmann [Mon, 18 Sep 2000 11:17:46 +0000 (11:17 +0000)]
(clear_image_cache): Clear current matrices of all
frames sharing an image cache.  Block input while freeing
images.  Fix timestamp comparison.
(x_clear_image): Also free the mask.

23 years ago(lookup_image): Block input while loading the image so
Gerd Moellmann [Mon, 18 Sep 2000 10:52:08 +0000 (10:52 +0000)]
(lookup_image): Block input while loading the image so
that we won't get interrupted in a state where the image isn't yet
set up completely.
(xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
(lookup_pixel_color, x_to_xcolors, x_from_xcolors)
(x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
(jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock
input.

23 years ago(diff-hunk-text):
Miles Bader [Mon, 18 Sep 2000 08:18:36 +0000 (08:18 +0000)]
(diff-hunk-text):
  Add new optional arg LINE-OFFSET, and return a cons if it's non-nil.
(diff-apply-hunk):
  Try to jump to the exact line in the source text corresponding to the
    position of point in the in the hunk.

23 years ago(Info-title-3-face, Info-title-2-face, Info-title-1-face):
Miles Bader [Mon, 18 Sep 2000 05:55:03 +0000 (05:55 +0000)]
(Info-title-3-face, Info-title-2-face, Info-title-1-face):
  Use face inheritance and relative sizes instead of hard-wiring things.

23 years ago(secondary-selection): Make dark-background variant sane.
Miles Bader [Mon, 18 Sep 2000 05:48:14 +0000 (05:48 +0000)]
(secondary-selection): Make dark-background variant sane.

23 years ago*** empty log message ***
Andrew Innes [Sun, 17 Sep 2000 21:00:54 +0000 (21:00 +0000)]
*** empty log message ***

23 years agoRevert to Unix line endings.
Andrew Innes [Sun, 17 Sep 2000 21:00:02 +0000 (21:00 +0000)]
Revert to Unix line endings.

23 years ago($(TIT)): Set EMACSLOADPATH when running emacs.
Andrew Innes [Sun, 17 Sep 2000 20:58:19 +0000 (20:58 +0000)]
($(TIT)): Set EMACSLOADPATH when running emacs.
(leim-list.el): Ditto.

23 years ago(compile-files): No need to make .elc files
Andrew Innes [Sun, 17 Sep 2000 20:54:47 +0000 (20:54 +0000)]
(compile-files): No need to make .elc files
read-only, since they aren't under VC now.

23 years agoReplace mapcar with mapc in several places.
Dave Love [Sun, 17 Sep 2000 19:44:42 +0000 (19:44 +0000)]
Replace mapcar with mapc in several places.

23 years ago(unload-feature): Maybe call elp-restore-list and
Dave Love [Sun, 17 Sep 2000 19:29:19 +0000 (19:29 +0000)]
(unload-feature): Maybe call elp-restore-list and
ad-unadvise.

23 years ago*** empty log message ***
Dave Love [Sun, 17 Sep 2000 17:44:47 +0000 (17:44 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Sun, 17 Sep 2000 17:14:02 +0000 (17:14 +0000)]
*** empty log message ***

23 years agoCopyright up-date.
Dave Love [Sun, 17 Sep 2000 17:08:37 +0000 (17:08 +0000)]
Copyright up-date.

23 years ago(scroll-calendar-left)
Dave Love [Sun, 17 Sep 2000 17:08:04 +0000 (17:08 +0000)]
(scroll-calendar-left)
(scroll-calendar-right): Make arg optional (for active mode line).

23 years ago(calendar-mode-line-format): Make fields
Dave Love [Sun, 17 Sep 2000 17:06:00 +0000 (17:06 +0000)]
(calendar-mode-line-format): Make fields
mouse-sensitive.
(calendar-read-date, calendar-read-date, calendar-window-list):
Unquote lambda.
(calendar-month-name): Use aref, not sref.

23 years ago(header-line): Tweak face.
Miles Bader [Sun, 17 Sep 2000 17:05:15 +0000 (17:05 +0000)]
(header-line): Tweak face.

23 years ago(info-node, info-xref): Add dark-background variants.
Miles Bader [Sun, 17 Sep 2000 17:03:20 +0000 (17:03 +0000)]
(info-node, info-xref): Add dark-background variants.
(info-header-xref, info-header-node): Change to inherit from non-header faces.

23 years ago(minor-mode-alist): Propertize the string.
Dave Love [Sun, 17 Sep 2000 17:00:05 +0000 (17:00 +0000)]
(minor-mode-alist): Propertize the string.

23 years ago(standard-case-table): Add entries
Dave Love [Sun, 17 Sep 2000 16:58:20 +0000 (16:58 +0000)]
(standard-case-table): Add entries
for Greek.

23 years ago(header-line): Change defaults to be less confusing when mixed with mode-lines.
Miles Bader [Sun, 17 Sep 2000 16:42:09 +0000 (16:42 +0000)]
(header-line): Change defaults to be less confusing when mixed with mode-lines.

23 years ago(Info-fontify-node):
Miles Bader [Sun, 17 Sep 2000 16:21:42 +0000 (16:21 +0000)]
(Info-fontify-node):
  Make a few cleanups.
  Add extra `help-echo' and `local-map' props to node xrefs.
  Use header-specific faces for node-names & xrefs.
(Info-use-header-line, Info-header-line):
  New variables.
(info-header, info-header-xref, info-header-node):
  New faces.
(Info-setup-header-line):
  New function.
(Info-select-node):
  Call Info-setup-header-line when enabled.
(Info-extract-pointer):
  Work even if the header line is hidden.

23 years ago*** empty log message ***
Stefan Monnier [Sun, 17 Sep 2000 03:28:25 +0000 (03:28 +0000)]
*** empty log message ***

23 years ago(print-region-function): Don't quote lambda.
Stefan Monnier [Sun, 17 Sep 2000 01:07:56 +0000 (01:07 +0000)]
(print-region-function): Don't quote lambda.

23 years ago(tempo-expand-if-complete): Quote paren in docstring.
Stefan Monnier [Sun, 17 Sep 2000 01:04:35 +0000 (01:04 +0000)]
(tempo-expand-if-complete): Quote paren in docstring.

23 years ago(lm-get-header-re): Allow spaces between the header and the colon.
Stefan Monnier [Sun, 17 Sep 2000 01:00:09 +0000 (01:00 +0000)]
(lm-get-header-re): Allow spaces between the header and the colon.
(lm-header-prefix): Cleanup the regexp.
(lm-header): Allow $ in non-RCS headers.
(lm-header-multiline): Put the strings back into order.
Stop at an empty line.  Don't require two space chars if the
line is clearly not another header line.

23 years ago(popup-menu, popup-menu-internal, popup-menu-popup): Remove.
Stefan Monnier [Sat, 16 Sep 2000 23:35:51 +0000 (23:35 +0000)]
(popup-menu, popup-menu-internal, popup-menu-popup): Remove.

23 years ago(update_window): Make sure to make desired rows
Gerd Moellmann [Sat, 16 Sep 2000 13:39:36 +0000 (13:39 +0000)]
(update_window): Make sure to make desired rows
current even if they are completely invisible at the top
of a window.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Sep 2000 21:01:39 +0000 (21:01 +0000)]
*** empty log message ***

23 years ago(lookup_image): Build mask before applying an algorithm.
Gerd Moellmann [Fri, 15 Sep 2000 21:01:29 +0000 (21:01 +0000)]
(lookup_image): Build mask before applying an algorithm.
Recognize algorithm `disabled'.
(cross_disabled_images): New variable.
(COLOR_INTENSITY): New macro.
(x_detect_edges): Use COLOR_INTENSITY.
(x_disable_image): New function.
(syms_of_xfns): DEFVAR_BOOL cross_disabled_images.

23 years ago(build_desired_tool_bar_string): For a toolbar item in
Gerd Moellmann [Fri, 15 Sep 2000 21:01:14 +0000 (21:01 +0000)]
(build_desired_tool_bar_string): For a toolbar item in
disabled state, don't apply an image transformation algorithm if
the user specified an image for the disabled state.  Use
`:algorthm disabled' for creating a disabled item's image if the
user hasn't specified an image.

23 years ago(toolbar-add-item): Use the same image
Gerd Moellmann [Fri, 15 Sep 2000 21:00:32 +0000 (21:00 +0000)]
(toolbar-add-item): Use the same image
specification if or if not tool-bar item contains an `:enabled'
property.

23 years agoSort alphabetically and add `Makefile' and `elc.tar.gz'.
Stefan Monnier [Fri, 15 Sep 2000 20:59:32 +0000 (20:59 +0000)]
Sort alphabetically and add `Makefile' and `elc.tar.gz'.

23 years agoSort alphabetically and add `Makefile'.
Stefan Monnier [Fri, 15 Sep 2000 20:58:45 +0000 (20:58 +0000)]
Sort alphabetically and add `Makefile'.

23 years ago(menu-bar-files-menu): Disable ``Save'' if
Gerd Moellmann [Fri, 15 Sep 2000 20:28:56 +0000 (20:28 +0000)]
(menu-bar-files-menu): Disable ``Save'' if
current buffer has no file name.

23 years ago*** empty log message ***
Dave Love [Fri, 15 Sep 2000 18:00:07 +0000 (18:00 +0000)]
*** empty log message ***

23 years ago(clean mostlyclean): Ignore errors when removing files.
Andrew Innes [Fri, 15 Sep 2000 17:50:43 +0000 (17:50 +0000)]
(clean mostlyclean): Ignore errors when removing files.

23 years agoStrokes update. Toolbar stuff.
Dave Love [Fri, 15 Sep 2000 17:33:37 +0000 (17:33 +0000)]
Strokes update.  Toolbar stuff.

23 years agoSync with maintainer's current version with changes
Dave Love [Fri, 15 Sep 2000 17:22:25 +0000 (17:22 +0000)]
Sync with maintainer's current version with changes
for Emacs, but avoid runtime cl and levents.
(toplevel):  Change autoloads and compilation requires.
(strokes-version, strokes-bug-address, strokes-lift): Values
changed.
(strokes-xpm-header, strokes-insinuated): New variable.
(strokes): Add :link.
(strokes-mode): Customized.
(strokes-while-inhibiting-garbage-collector): New macro.
(strokes-remassoc): Avoid remove-if.
(strokes-fix-button2-command): Don't use ad-do-it.
(strokes-insinuate): New function.
(strokes-button-press-event-p, strokes-button-release-event-p):
New functions, used instead of non-`strokes-' versions..
(strokes-mouse-event-p): Rewritten.
(strokes-event-closest-point): Avoid event-point.
(strokes-get-grid-position): Avoid cdadr, caadr
(strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
functions.
(strokes-help): Use with-output-to-temp-buffer.
(strokes-window-configuration-changed-p): New function.
(strokes-update-window-configuration): Use buffer-live-p,
strokes-window-configuration-changed-p.
(strokes-mode): Use strokes-insinuate.  Alter mouse bindings.
(strokes-char-face): New face.
(strokes-char-table, strokes-base64-chars): New variable.
(strokes-xpm-for-stroke, strokes-list-strokes)
(strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
(strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
(strokes-xpm-to-compressed-string, strokes-decode-buffer)
(strokes-encode-buffer, strokes-xpm-for-compressed-string)
(strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
functions.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Sep 2000 15:22:07 +0000 (15:22 +0000)]
*** empty log message ***

23 years ago(toolbar-add-item): Use image-mask-p.
Gerd Moellmann [Fri, 15 Sep 2000 15:21:42 +0000 (15:21 +0000)]
(toolbar-add-item): Use image-mask-p.

23 years ago(ALLOC_XPM_COLORS): Define if we can use Emacs' color
Gerd Moellmann [Fri, 15 Sep 2000 15:19:03 +0000 (15:19 +0000)]
(ALLOC_XPM_COLORS): Define if we can use Emacs' color
allocation functions with the XPM lib.
(struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
(XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
(xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
(xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
(xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New
functions.
(xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
functions, if possible, because these handle color allocation
failure more gracefully.
(Fimage_mask_p): New function.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 15 Sep 2000 11:49:22 +0000 (11:49 +0000)]
*** empty log message ***

23 years ago(create-image): Doc fix.
Gerd Moellmann [Fri, 15 Sep 2000 11:49:07 +0000 (11:49 +0000)]
(create-image): Doc fix.

23 years ago(toolbar-add-item): Use `:mask heuristic'
Gerd Moellmann [Fri, 15 Sep 2000 11:48:44 +0000 (11:48 +0000)]
(toolbar-add-item): Use `:mask heuristic'
instead of `:heuristic-mask t'.

23 years ago(QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
Gerd Moellmann [Fri, 15 Sep 2000 11:48:16 +0000 (11:48 +0000)]
(QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
(Qedge_detection, Qheuristic): New symbols.
(syms_of_xfns): Initialize new symbols.
(lookup_image): Handle `:mask X', `:algorithm emboss', and
`algorithm (edge-detection ...)'.
(xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
(tiff_format, gif_format, gs_format): Add `:mask'.
(XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
(GIF_MASK, GS_MASK): New enumerators.
(x_laplace_read_row, x_laplace_write_row): Functions removed.
(emboss_matrix, laplace_matrix): New variables.
(x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
(x_edge_detection): New functions.
(x_laplace): Rewritten in terms of x_detect_edges.
(x_build_heuristic_mask): If image has a mask, free it.

23 years ago*** empty log message ***
Andrew Innes [Thu, 14 Sep 2000 22:00:54 +0000 (22:00 +0000)]
*** empty log message ***

23 years agoRevert to Unix line endings.
Andrew Innes [Thu, 14 Sep 2000 21:59:59 +0000 (21:59 +0000)]
Revert to Unix line endings.

23 years ago*** empty log message ***
Andrew Innes [Thu, 14 Sep 2000 21:51:49 +0000 (21:51 +0000)]
*** empty log message ***

23 years agoStandardize indentation somewhat.
Andrew Innes [Thu, 14 Sep 2000 21:51:16 +0000 (21:51 +0000)]
Standardize indentation somewhat.
Add bootstrap support.
Pass $(MFLAGS) when invoking make recursively.
Add shell-specific variants of top-level targets that invoke make
recursively in other directories, and add necessary computed
dependencies.

23 years ago(SHELLTYPE): New define.
Andrew Innes [Thu, 14 Sep 2000 21:45:45 +0000 (21:45 +0000)]
(SHELLTYPE): New define.

23 years ago(SHELLTYPE): New define.
Andrew Innes [Thu, 14 Sep 2000 21:45:18 +0000 (21:45 +0000)]
(SHELLTYPE): New define.
(SETLOADPATH): New define.

23 years agoChange to DOS line endings.
Andrew Innes [Thu, 14 Sep 2000 21:40:59 +0000 (21:40 +0000)]
Change to DOS line endings.
Simplify the generation of makefiles (don't need to generate
various top-level targets that invoke make in other directories).

23 years agoAdd note about expected error messages when configure
Andrew Innes [Thu, 14 Sep 2000 21:37:44 +0000 (21:37 +0000)]
Add note about expected error messages when configure
is run.

23 years ago(w32_per_char_metric): Handle non-TrueType fonts.
Andrew Innes [Thu, 14 Sep 2000 21:34:22 +0000 (21:34 +0000)]
(w32_per_char_metric): Handle non-TrueType fonts.

23 years agoStandardize indentation somewhat.
Andrew Innes [Thu, 14 Sep 2000 21:32:40 +0000 (21:32 +0000)]
Standardize indentation somewhat.
(bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
cater for differences between shells.

23 years ago(clean mostlyclean): Ignore errors when deleting
Andrew Innes [Thu, 14 Sep 2000 21:27:11 +0000 (21:27 +0000)]
(clean mostlyclean): Ignore errors when deleting
leim-list.el.
(distclean maintainer-clean): Ditto for stamp-subdir.

23 years agoRename skkdic to ja-dic.
Andrew Innes [Thu, 14 Sep 2000 21:25:13 +0000 (21:25 +0000)]
Rename skkdic to ja-dic.

23 years agoAdd bootstrap support. Also copy lisp source
Andrew Innes [Thu, 14 Sep 2000 21:22:43 +0000 (21:22 +0000)]
Add bootstrap support.  Also copy lisp source
when installing.

23 years ago(DONTCOMPILE): Fix typo.
Andrew Innes [Thu, 14 Sep 2000 21:19:58 +0000 (21:19 +0000)]
(DONTCOMPILE): Fix typo.

23 years ago(shell-write-history-on-exit): New function.
Andrew Innes [Thu, 14 Sep 2000 21:15:44 +0000 (21:15 +0000)]
(shell-write-history-on-exit): New function.
(shell-dumb-shell-regexp): New custom variable.
(shell-mode): Make shell-write-history-on-exit the process
sentinel if shell name matches shell-dumb-shell-regexp.

23 years agoComment out before-init-hook function which resets
Andrew Innes [Thu, 14 Sep 2000 21:13:08 +0000 (21:13 +0000)]
Comment out before-init-hook function which resets
source-directory based; this breaks bootstrap.

23 years ago(x_produce_glyphs): If the distance from the current
Gerd Moellmann [Thu, 14 Sep 2000 20:20:51 +0000 (20:20 +0000)]
(x_produce_glyphs): If the distance from the current
position to the next tab stop is less than a canonical character
width, use the tab stop after that.

23 years ago*** empty log message ***
Dave Love [Thu, 14 Sep 2000 19:47:28 +0000 (19:47 +0000)]
*** empty log message ***

23 years ago(alloc_buffer_text): Fix xmalloc call.
Dave Love [Thu, 14 Sep 2000 19:39:11 +0000 (19:39 +0000)]
(alloc_buffer_text): Fix xmalloc call.

23 years ago(handle_fontified_prop): While running fontification
Gerd Moellmann [Thu, 14 Sep 2000 19:17:36 +0000 (19:17 +0000)]
(handle_fontified_prop): While running fontification
functions, bind `fontification-functions' and
`after-change-functions' to nil.

23 years agoTool bar, mention c-mouse-3.
Dave Love [Thu, 14 Sep 2000 19:17:05 +0000 (19:17 +0000)]
Tool bar, mention c-mouse-3.