summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-17(unload-feature): Maybe call elp-restore-list andDave Love
ad-unadvise.
2000-09-17*** empty log message ***Dave Love
2000-09-17*** empty log message ***Dave Love
2000-09-17Copyright up-date.Dave Love
2000-09-17(scroll-calendar-left)Dave Love
(scroll-calendar-right): Make arg optional (for active mode line).
2000-09-17(calendar-mode-line-format): Make fieldsDave Love
mouse-sensitive. (calendar-read-date, calendar-read-date, calendar-window-list): Unquote lambda. (calendar-month-name): Use aref, not sref.
2000-09-17(header-line): Tweak face.Miles Bader
2000-09-17(info-node, info-xref): Add dark-background variants.Miles Bader
(info-header-xref, info-header-node): Change to inherit from non-header faces.
2000-09-17(minor-mode-alist): Propertize the string.Dave Love
2000-09-17(standard-case-table): Add entriesDave Love
for Greek.
2000-09-17(header-line): Change defaults to be less confusing when mixed with mode-lines.Miles Bader
2000-09-17(Info-fontify-node):Miles Bader
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.
2000-09-17*** empty log message ***Stefan Monnier
2000-09-17(print-region-function): Don't quote lambda.Stefan Monnier
2000-09-17(tempo-expand-if-complete): Quote paren in docstring.Stefan Monnier
2000-09-17(lm-get-header-re): Allow spaces between the header and the colon.Stefan Monnier
(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.
2000-09-16(popup-menu, popup-menu-internal, popup-menu-popup): Remove.Stefan Monnier
2000-09-16(update_window): Make sure to make desired rowsGerd Moellmann
current even if they are completely invisible at the top of a window.
2000-09-15*** empty log message ***Gerd Moellmann
2000-09-15(lookup_image): Build mask before applying an algorithm.Gerd Moellmann
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.
2000-09-15(build_desired_tool_bar_string): For a toolbar item inGerd Moellmann
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.
2000-09-15(toolbar-add-item): Use the same imageGerd Moellmann
specification if or if not tool-bar item contains an `:enabled' property.
2000-09-15Sort alphabetically and add `Makefile' and `elc.tar.gz'.Stefan Monnier
2000-09-15Sort alphabetically and add `Makefile'.Stefan Monnier
2000-09-15(menu-bar-files-menu): Disable ``Save'' ifGerd Moellmann
current buffer has no file name.
2000-09-15*** empty log message ***Dave Love
2000-09-15(clean mostlyclean): Ignore errors when removing files.Andrew Innes
2000-09-15Strokes update. Toolbar stuff.Dave Love
2000-09-15Sync with maintainer's current version with changesDave Love
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.
2000-09-15*** empty log message ***Gerd Moellmann
2000-09-15(toolbar-add-item): Use image-mask-p.Gerd Moellmann
2000-09-15(ALLOC_XPM_COLORS): Define if we can use Emacs' colorGerd Moellmann
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.
2000-09-15*** empty log message ***Gerd Moellmann
2000-09-15(create-image): Doc fix.Gerd Moellmann
2000-09-15(toolbar-add-item): Use `:mask heuristic'Gerd Moellmann
instead of `:heuristic-mask t'.
2000-09-15(QCmatrix, QCcolor_adjustment, QCmask, Qemboss)Gerd Moellmann
(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.
2000-09-14*** empty log message ***Andrew Innes
2000-09-14Revert to Unix line endings.Andrew Innes
2000-09-14*** empty log message ***Andrew Innes
2000-09-14Standardize indentation somewhat.Andrew Innes
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.
2000-09-14(SHELLTYPE): New define.Andrew Innes
2000-09-14(SHELLTYPE): New define.Andrew Innes
(SETLOADPATH): New define.
2000-09-14Change to DOS line endings.Andrew Innes
Simplify the generation of makefiles (don't need to generate various top-level targets that invoke make in other directories).
2000-09-14Add note about expected error messages when configureAndrew Innes
is run.
2000-09-14(w32_per_char_metric): Handle non-TrueType fonts.Andrew Innes
2000-09-14Standardize indentation somewhat.Andrew Innes
(bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to cater for differences between shells.
2000-09-14(clean mostlyclean): Ignore errors when deletingAndrew Innes
leim-list.el. (distclean maintainer-clean): Ditto for stamp-subdir.
2000-09-14Rename skkdic to ja-dic.Andrew Innes
2000-09-14Add bootstrap support. Also copy lisp sourceAndrew Innes
when installing.
2000-09-14(DONTCOMPILE): Fix typo.Andrew Innes