]> code.delx.au - gnu-emacs/log
gnu-emacs
18 years ago(org-table-column-names, org-table-column-name-regexp)
Carsten Dominik [Tue, 19 Jul 2005 16:54:26 +0000 (16:54 +0000)]
(org-table-column-names, org-table-column-name-regexp)
        (org-table-named-field-locations): New variables.
        (org-archive-subtree): Protect `this-command' when calling
        `org-copy-subtree' and `org-cut-subtree', to avoid appending
        to
        the kill buffer.
        (org-complete): Removed fixed-formula completion.
        (org-edit-formulas-map): New variable.
        (org-table-edit-formulas): New command.
        (org-finish-edit-formulas, org-abort-edit-formulas,
        org-show-variable, org-table-get-vertical-vector): New
        functions.
        (org-table-maybe-eval-formula): Handle `:=' fields.
        (org-table-get-stored-formulas, org-table-store-formulas)
        (org-table-get-formula, org-table-modify-formulas)
        (org-table-replace-in-formulas): Handle named field formulas.
        (org-table-get-specials): Store locations of named fields.

18 years ago(disabled-command-hook): Declare it with `define-obsolete-variable-alias'.
Juanma Barranquero [Tue, 19 Jul 2005 14:57:36 +0000 (14:57 +0000)]
(disabled-command-hook): Declare it with `define-obsolete-variable-alias'.

18 years ago(diff-font-lock-keywords): Simplify comments fontifying rule.
Juri Linkov [Tue, 19 Jul 2005 14:42:40 +0000 (14:42 +0000)]
(diff-font-lock-keywords): Simplify comments fontifying rule.

18 years ago(find-function-regexp): Add `define-compilation-mode'.
Juri Linkov [Tue, 19 Jul 2005 14:23:02 +0000 (14:23 +0000)]
(find-function-regexp): Add `define-compilation-mode'.

18 years ago(grep-regexp-alist)
Juri Linkov [Tue, 19 Jul 2005 14:21:23 +0000 (14:21 +0000)]
(grep-regexp-alist)
(grep-mode-font-lock-keywords, grep-process-setup):
Use default GNU grep match color "01;31m" instead of "01;41m".
(grep-regexp-alist, grep-mode-font-lock-keywords):
Use `\\[[0-9]*m' instead of `\\[00m'.
(grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
sgr_start where its handling is more important.  Use the real
length of sgr_start instead of constant 8.
(grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
specially.  Delete all remaining escape sequences.
(grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
(grep-regexp-alist): Make hyperlink only for binary file name
instead of the whole line.
(grep-mode-map): Bind `backtab' to `compilation-previous-file'.
(grep-mode): Add autoload.

18 years agoAdd example of grep output with context lines.
Juri Linkov [Tue, 19 Jul 2005 14:09:52 +0000 (14:09 +0000)]
Add example of grep output with context lines.

18 years agoExamples of messages grep recognizes
Juri Linkov [Tue, 19 Jul 2005 12:57:56 +0000 (12:57 +0000)]
Examples of messages grep recognizes

18 years ago*** empty log message ***
Juri Linkov [Tue, 19 Jul 2005 11:45:11 +0000 (11:45 +0000)]
*** empty log message ***

18 years ago(widget-inactive): Inherit from `shadow'.
Juri Linkov [Tue, 19 Jul 2005 11:43:26 +0000 (11:43 +0000)]
(widget-inactive): Inherit from `shadow'.

18 years ago(match): Use slightly more light RoyalBlue3 instead of dark RoyalBlue4.
Juri Linkov [Tue, 19 Jul 2005 11:41:20 +0000 (11:41 +0000)]
(match): Use slightly more light RoyalBlue3 instead of dark RoyalBlue4.

18 years ago(isearch): Use not-too-dark magenta3 instead of too-light magenta2.
Juri Linkov [Tue, 19 Jul 2005 11:39:16 +0000 (11:39 +0000)]
(isearch): Use not-too-dark magenta3 instead of too-light magenta2.

18 years ago(info-xref-visited): Use light foreground color `violet'
Juri Linkov [Tue, 19 Jul 2005 11:35:34 +0000 (11:35 +0000)]
(info-xref-visited): Use light foreground color `violet'
for dark backgrounds instead of dark color `magenta3'.
(info-title-1): Use `yellow' color for dark backgrounds.

18 years ago(Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes.
Juanma Barranquero [Tue, 19 Jul 2005 11:34:17 +0000 (11:34 +0000)]
(Fprog2, Fcalled_interactively_p), (syms_of_eval) <debug-on-quit>: Doc fixes.
(Finteractive_p), (syms_of_eval) <max-specpdl-size>: Fix typos in docstrings.

18 years ago(font-lock-regexp-grouping-backslash): Don't
Juri Linkov [Tue, 19 Jul 2005 11:31:31 +0000 (11:31 +0000)]
(font-lock-regexp-grouping-backslash): Don't
inherit from escape-glyph (use bold for all cases).

18 years ago(mode-line-highlight): Replace RoyalBlue4 with
Juri Linkov [Tue, 19 Jul 2005 11:30:29 +0000 (11:30 +0000)]
(mode-line-highlight): Replace RoyalBlue4 with
a button-like box.  Inherit from `highlight' on low colors.
(shadow): Use shades of gray only for color/grayscale with
more than 88 colors.  Use green for light backgrounds with
8 colors, and yellow for dark backgrounds with 8 colors.

18 years ago(diff-file-header): Change foreground color from
Juri Linkov [Tue, 19 Jul 2005 11:28:35 +0000 (11:28 +0000)]
(diff-file-header): Change foreground color from
yellow to green on light backgrounds.
(diff-context): Inherit from `shadow' only for color/grayscale
with more than 88 colors.
(diff-indicator-removed, diff-indicator-added)
(diff-indicator-changed): New faces.
(diff-font-lock-keywords): Use new faces.  Regroup rules.
Add "^---$" for `normal' diff format.  Fontify `#' lines with
font-lock-comment-delimiter-face and font-lock-comment-face.
Add `#' to ^[^...] in the rule for `diff-context-face'.

18 years ago(describe-char): Create link buttons for `charset'
Juri Linkov [Tue, 19 Jul 2005 11:23:14 +0000 (11:23 +0000)]
(describe-char): Create link buttons for `charset'
and `code point'.  Add the current input method name with a link
button to `to input' field.  Print face names of display table
characters in `The display table entry is displayed by' section
instead of printing face-id in the `display' field.
Guess hardcoded faces and create a link button for them.
Skip empty fields when calculating max-width.
Treat `widget-create' specially while inserting strings from the
collected field list.
(describe-char-after): Made obsolete in version 22.1, not 21.5.

18 years ago(custom-mode-map): Bind `C-c C-c' to `Custom-set'.
Juri Linkov [Tue, 19 Jul 2005 11:21:30 +0000 (11:21 +0000)]
(custom-mode-map): Bind `C-c C-c' to `Custom-set'.
(Custom-mode-menu): Use `info' instead of `Info-goto-node'.

18 years ago(Comparing Files): Mention resync for `compare-windows'.
Juri Linkov [Tue, 19 Jul 2005 11:19:44 +0000 (11:19 +0000)]
(Comparing Files): Mention resync for `compare-windows'.

18 years ago(compare-ignore-whitespace, compare-windows-sync)
Juri Linkov [Tue, 19 Jul 2005 11:19:13 +0000 (11:19 +0000)]
(compare-ignore-whitespace, compare-windows-sync)
(compare-windows-sync-string-size, compare-windows-recenter)
(compare-windows-highlight, compare-windows): Add version 22.1.
(compare-windows) <defface>: Inherit from lazy-highlight instead
of duplicating its default value.

18 years ago(desktop-enable, desktop-buffer-modes-to-save, (desktop-buffer-misc-functions,
Juanma Barranquero [Tue, 19 Jul 2005 09:54:05 +0000 (09:54 +0000)]
(desktop-enable, desktop-buffer-modes-to-save, (desktop-buffer-misc-functions,
desktop-buffer-handlers, desktop-load-default): Add release to obsolescence
info.
(desktop-globals-to-clear, desktop-buffer-mode-handlers,
desktop-append-buffer-args, desktop-read): Fix typos in docstrings.
(desktop-kill): Fix typo in message.
(desktop-save): Doc fix.

18 years ago* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv [Tue, 19 Jul 2005 09:35:56 +0000 (09:35 +0000)]
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
-R comes after i386 in setarch command.

18 years ago* lwlib-Xm.c (make_menu_in_widget): Disable drag and drop for
Jan Djärv [Tue, 19 Jul 2005 09:06:47 +0000 (09:06 +0000)]
* lwlib-Xm.c (make_menu_in_widget): Disable drag and drop for
labels in menu bar.

18 years ago(Vx_hand_shape): Variable removed.
Kim F. Storm [Tue, 19 Jul 2005 08:54:45 +0000 (08:54 +0000)]
(Vx_hand_shape): Variable removed.
(syms_of_w32fns): Intern and staticpro Qw32_charset_default.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 19 Jul 2005 08:54:32 +0000 (08:54 +0000)]
*** empty log message ***

18 years ago* viper-cmd.el (viper-escape-to-state): bug fix
Michael Kifer [Tue, 19 Jul 2005 05:01:20 +0000 (05:01 +0000)]
* viper-cmd.el (viper-escape-to-state): bug fix
(viper-envelop-ESC-key): changed the definition of fast keysequence so
it'll work with keyboard macros

* ediff.el (ediff-patch-buffer): changed the docstring.

18 years ago(Fstring_as_multibyte): Escape backslashes in the
Kenichi Handa [Tue, 19 Jul 2005 02:38:57 +0000 (02:38 +0000)]
(Fstring_as_multibyte): Escape backslashes in the
docstring.

18 years ago(find-auto-coding): New function created
Kenichi Handa [Tue, 19 Jul 2005 02:30:54 +0000 (02:30 +0000)]
(find-auto-coding): New function created
by modifying the body of set-auto-coding.
(set-auto-coding): Use find-auto-coding to find a coding.

18 years ago(select-safe-coding-system): Try to
Kenichi Handa [Tue, 19 Jul 2005 02:29:58 +0000 (02:29 +0000)]
(select-safe-coding-system): Try to
use an auto-coding (if any) before anything else.  If the found
auto-coding is invalid, show a warning message.

18 years ago(Fgenerate_new_buffer_name): Declare (for use in coding.c).
Stefan Monnier [Mon, 18 Jul 2005 21:34:41 +0000 (21:34 +0000)]
(Fgenerate_new_buffer_name): Declare (for use in coding.c).

18 years ago(redisplay_internal): Only try to hscroll each frame once
Kim F. Storm [Mon, 18 Jul 2005 20:59:41 +0000 (20:59 +0000)]
(redisplay_internal): Only try to hscroll each frame once
to avoid redisplay looping hscrolling back and forth ad infinitum.

18 years ago(struct frame): New member already_hscrolled_p.
Kim F. Storm [Mon, 18 Jul 2005 20:59:25 +0000 (20:59 +0000)]
(struct frame): New member already_hscrolled_p.

18 years ago*** empty log message ***
Kim F. Storm [Mon, 18 Jul 2005 20:59:09 +0000 (20:59 +0000)]
*** empty log message ***

18 years ago(allout-before-change-protect): Fix error message.
Richard M. Stallman [Mon, 18 Jul 2005 20:24:28 +0000 (20:24 +0000)]
(allout-before-change-protect): Fix error message.

18 years ago(allout-isearch-expose): Use isearch-mode-end-hook-quit,
Richard M. Stallman [Mon, 18 Jul 2005 18:47:54 +0000 (18:47 +0000)]
(allout-isearch-expose): Use isearch-mode-end-hook-quit,
not isearch-mode-end-hook-error.

18 years ago*** empty log message ***
Juri Linkov [Mon, 18 Jul 2005 16:39:33 +0000 (16:39 +0000)]
*** empty log message ***

18 years ago(mac-emulate-three-button-mouse): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:34:18 +0000 (16:34 +0000)]
(mac-emulate-three-button-mouse): Delete duplicate words.

18 years ago(Fminor_mode_key_binding): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:33:00 +0000 (16:33 +0000)]
(Fminor_mode_key_binding): Delete duplicate words.

18 years ago(scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:32:35 +0000 (16:32 +0000)]
(scroll-up-aggressively, scroll-down-aggressively): Delete duplicate words.

18 years ago(Ftest_completion): Fix odd syntax in test.
Ken Raeburn [Mon, 18 Jul 2005 16:31:54 +0000 (16:31 +0000)]
(Ftest_completion): Fix odd syntax in test.

18 years ago(GTK styles): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:20:32 +0000 (16:20 +0000)]
(GTK styles): Delete duplicate words.

18 years ago(History): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:19:22 +0000 (16:19 +0000)]
(History): Delete duplicate words.

18 years ago(After a Crash): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:18:23 +0000 (16:18 +0000)]
(After a Crash): Delete duplicate words.

18 years ago(Cell Justification): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:17:43 +0000 (16:17 +0000)]
(Cell Justification): Delete duplicate words.

18 years ago(Top): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:16:52 +0000 (16:16 +0000)]
(Top): Delete duplicate words.

18 years ago(Emacs 18 MUAs): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:10:59 +0000 (16:10 +0000)]
(Emacs 18 MUAs): Delete duplicate words.

18 years ago(TODO types): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:10:19 +0000 (16:10 +0000)]
(TODO types): Delete duplicate words.

18 years ago(Specify Coding): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:09:42 +0000 (16:09 +0000)]
(Specify Coding): Delete duplicate words.

18 years ago(Wheeled Mice): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:09:02 +0000 (16:09 +0000)]
(Wheeled Mice): Delete duplicate words.

18 years ago(Old Versions): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:08:22 +0000 (16:08 +0000)]
(Old Versions): Delete duplicate words.

18 years ago(Easy Customization): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:07:30 +0000 (16:07 +0000)]
(Easy Customization): Delete duplicate words.

18 years ago(Overview): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:06:46 +0000 (16:06 +0000)]
(Overview): Delete duplicate words.

18 years ago(Time Zones, Logical Operations): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 16:05:38 +0000 (16:05 +0000)]
(Time Zones, Logical Operations): Delete duplicate words.

18 years ago(Defining Minor Modes): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:39:33 +0000 (15:39 +0000)]
(Defining Minor Modes): Delete duplicate words.

18 years ago(The Mark): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:39:17 +0000 (15:39 +0000)]
(The Mark): Delete duplicate words.

18 years ago(Text Terminal Colors, Resources): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:38:48 +0000 (15:38 +0000)]
(Text Terminal Colors, Resources): Delete duplicate words.

18 years ago(Accessing Events): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:38:19 +0000 (15:38 +0000)]
(Accessing Events): Delete duplicate words.

18 years agoDelete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:33:45 +0000 (15:33 +0000)]
Delete duplicate words.

18 years ago(picture-mode): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:29:39 +0000 (15:29 +0000)]
(picture-mode): Delete duplicate words.

18 years ago(ethio-sera-to-fidel-region): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:29:09 +0000 (15:29 +0000)]
(ethio-sera-to-fidel-region): Delete duplicate words.

18 years ago(calendar-goto-hebrew-date)
Juri Linkov [Mon, 18 Jul 2005 15:28:22 +0000 (15:28 +0000)]
(calendar-goto-hebrew-date)
(calendar-goto-coptic-date, calendar-goto-ethiopic-date)
(calendar-goto-persian-date): Delete duplicate words.

18 years ago(font-lock-mode): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:24:00 +0000 (15:24 +0000)]
(font-lock-mode): Delete duplicate words.

18 years ago(basic-save-buffer): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:23:04 +0000 (15:23 +0000)]
(basic-save-buffer): Delete duplicate words.

18 years ago(dired-omit-marker-char): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:21:16 +0000 (15:21 +0000)]
(dired-omit-marker-char): Delete duplicate words.

18 years ago(dired-desktop-buffer-misc-data, dired-restore-desktop-buffer):
Juri Linkov [Mon, 18 Jul 2005 15:18:33 +0000 (15:18 +0000)]
(dired-desktop-buffer-misc-data, dired-restore-desktop-buffer):
Delete duplicate words.

18 years ago(custom-known-themes): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:17:30 +0000 (15:17 +0000)]
(custom-known-themes): Delete duplicate words.

18 years ago(calculator-copy): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:16:47 +0000 (15:16 +0000)]
(calculator-copy): Delete duplicate words.

18 years ago(allout-mode): Delete duplicate words.
Juri Linkov [Mon, 18 Jul 2005 15:15:19 +0000 (15:15 +0000)]
(allout-mode): Delete duplicate words.

18 years ago(isearch-process-search-multibyte-characters): Remove unneeded `concat'.
Juri Linkov [Mon, 18 Jul 2005 14:33:38 +0000 (14:33 +0000)]
(isearch-process-search-multibyte-characters): Remove unneeded `concat'.
Add intermediate values to `junk-hist' instead of `minibuffer-history'.
Test the length of `str'.

18 years ago(isearch-mode-map): Remove key bindings for regexp chars * ? } |.
Juri Linkov [Mon, 18 Jul 2005 14:32:30 +0000 (14:32 +0000)]
(isearch-mode-map): Remove key bindings for regexp chars * ? } |.
(isearch-fallback): Don't call `isearch-process-search-char'.
(isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
(isearch-process-search-char): Call `isearch-fallback' for regexp chars * ? } |.
(isearch-return-char): Make obsolete with `make-obsolete' instead
of simply documenting it as obsolete in the docstring.
(isearch-fallback): Refill docstring.

18 years ago*** empty log message ***
Juanma Barranquero [Mon, 18 Jul 2005 13:30:00 +0000 (13:30 +0000)]
*** empty log message ***

18 years ago(ada-make-body): Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
Juanma Barranquero [Mon, 18 Jul 2005 11:28:53 +0000 (11:28 +0000)]
(ada-make-body): Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.

18 years ago(zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'.
Juanma Barranquero [Mon, 18 Jul 2005 11:17:42 +0000 (11:17 +0000)]
(zone-pgm-stress-destress): Use `insert-buffer-substring', not `insert-buffer'.

18 years ago(icalendar--get-unfolded-buffer): Use `insert-buffer-substring' and `goto-char',
Juanma Barranquero [Mon, 18 Jul 2005 11:05:16 +0000 (11:05 +0000)]
(icalendar--get-unfolded-buffer): Use `insert-buffer-substring' and `goto-char',
not `insert-buffer'.

18 years ago(tar-subfile-save-buffer): Use `insert-buffer-substring', not `insert-buffer'.
Juanma Barranquero [Mon, 18 Jul 2005 10:46:17 +0000 (10:46 +0000)]
(tar-subfile-save-buffer): Use `insert-buffer-substring', not `insert-buffer'.

18 years ago(dired-log): Use `insert-buffer-substring', not `insert-buffer'.
Juanma Barranquero [Mon, 18 Jul 2005 10:24:58 +0000 (10:24 +0000)]
(dired-log): Use `insert-buffer-substring', not `insert-buffer'.

18 years ago(array-mode, array-reconfigure-rows, untabify-backward): Fix typos in
Juanma Barranquero [Mon, 18 Jul 2005 09:35:43 +0000 (09:35 +0000)]
(array-mode, array-reconfigure-rows, untabify-backward): Fix typos in
docstrings.
(array-reconfigure-rows): Use `insert-buffer-substring', not `insert-buffer'.

18 years ago(allout-resolve-xref): Fix typos in error strings.
Juanma Barranquero [Mon, 18 Jul 2005 09:03:05 +0000 (09:03 +0000)]
(allout-resolve-xref): Fix typos in error strings.
(allout-before-change-protect): Remove unneeded `concat'.

18 years ago[MAC_OS] (XCreateGC): Remove extern.
YAMAMOTO Mitsuharu [Mon, 18 Jul 2005 05:42:23 +0000 (05:42 +0000)]
[MAC_OS] (XCreateGC): Remove extern.

18 years ago(struct mac_display_info): Change types of scratch_cursor_gc
YAMAMOTO Mitsuharu [Mon, 18 Jul 2005 05:41:03 +0000 (05:41 +0000)]
(struct mac_display_info): Change types of scratch_cursor_gc
black_relief.gc, and white_relief.gc to GC.
(XCreateGC, XParseGeometry): Move externs from macgui.h.

18 years ago(x_bitmap_icon, x_make_frame_visible): Remove declarations.
YAMAMOTO Mitsuharu [Mon, 18 Jul 2005 05:40:30 +0000 (05:40 +0000)]
(x_bitmap_icon, x_make_frame_visible): Remove declarations.
(XSetFont): Add declaration.
(mac_set_forecolor, mac_set_backcolor, mac_set_colors): Remove
functions.
(GC_FORE_COLOR, GC_BACK_COLOR, GC_FONT, MAC_WINDOW_NORMAL_GC): New
defines.
(XDrawLine, mac_draw_line_to_pixmap, XClearWindow)
(mac_draw_bitmap, XCreatePixmapFromBitmapData, XFillRectangle)
(mac_draw_rectangle, mac_draw_string_common, mac_scroll_area): Use
them.
(mac_erase_rectangle): New function.
(XClearArea, x_draw_fringe_bitmap, x_clear_glyph_string_rect)
(x_draw_stretch_glyph_string): Use it.
(XChangeGC, XCreateGC, XGetGCValues, XSetForeground)
(XSetBackground, XSetFont): Adjust for new GC implementation.
(x_draw_fringe_bitmap, x_draw_box_rect): Use GC to set colors.
(XTset_vertical_scroll_bar): Clear area under scroll bar.

18 years ago(struct _XGC): New struct.
YAMAMOTO Mitsuharu [Mon, 18 Jul 2005 05:39:27 +0000 (05:39 +0000)]
(struct _XGC): New struct.
(GC): Use it.
(GCForeground, GCBackground, GCFont): Use X11 mask values.
(XCreateGC, XParseGeometry): Move externs to macterm.h.

18 years ago(x_set_cursor_color): Use XSetBackground and XSetForeground.
YAMAMOTO Mitsuharu [Mon, 18 Jul 2005 05:38:38 +0000 (05:38 +0000)]
(x_set_cursor_color): Use XSetBackground and XSetForeground.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 17 Jul 2005 22:27:29 +0000 (22:27 +0000)]
*** empty log message ***

18 years ago(Creating Frames): Fix foreground color example.
Richard M. Stallman [Sun, 17 Jul 2005 19:50:08 +0000 (19:50 +0000)]
(Creating Frames): Fix foreground color example.

18 years ago(Init Examples): Clean up text about conditionals.
Richard M. Stallman [Sun, 17 Jul 2005 19:47:56 +0000 (19:47 +0000)]
(Init Examples): Clean up text about conditionals.

18 years ago(smtpmail-auth-supported): Prefer PLAIN over LOGIN.
Simon Josefsson [Sun, 17 Jul 2005 07:44:34 +0000 (07:44 +0000)]
(smtpmail-auth-supported): Prefer PLAIN over LOGIN.

18 years ago(smtpmail-auth-supported): Added the 'plain auth method
Simon Josefsson [Sun, 17 Jul 2005 07:43:29 +0000 (07:43 +0000)]
(smtpmail-auth-supported): Added the 'plain auth method
(smtpmail-try-auth-methods): added the AUTH PLAIN dialog

18 years ago*** empty log message ***
Richard M. Stallman [Sun, 17 Jul 2005 03:47:36 +0000 (03:47 +0000)]
*** empty log message ***

18 years ago(Fmake_overlay): Doc fix.
Richard M. Stallman [Sun, 17 Jul 2005 03:47:19 +0000 (03:47 +0000)]
(Fmake_overlay): Doc fix.

18 years ago(Managing Overlays): Clarify make-overlay args for insertion types.
Richard M. Stallman [Sun, 17 Jul 2005 03:45:41 +0000 (03:45 +0000)]
(Managing Overlays): Clarify make-overlay args for insertion types.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 17 Jul 2005 00:42:25 +0000 (00:42 +0000)]
*** empty log message ***

18 years ago(dired-other-window): Put ido property on dired-other-window.
Kim F. Storm [Sun, 17 Jul 2005 00:32:57 +0000 (00:32 +0000)]
(dired-other-window): Put ido property on dired-other-window.

18 years ago*** empty log message ***
Kim F. Storm [Sun, 17 Jul 2005 00:32:45 +0000 (00:32 +0000)]
*** empty log message ***

18 years ago(def-edebug-form-spec): Add obsolescence info and delete redundant message. Doc
Juanma Barranquero [Sat, 16 Jul 2005 21:20:32 +0000 (21:20 +0000)]
(def-edebug-form-spec): Add obsolescence info and delete redundant message.  Doc
fix.
(edebug-install-custom-print-funcs, edebug-reset-print-funcs,
edebug-uninstall-custom-print-funcs): Define as obsolete aliases.

18 years ago(byte-compile-maybe-guarded): Fix typo in docstring.
Juanma Barranquero [Sat, 16 Jul 2005 21:17:10 +0000 (21:17 +0000)]
(byte-compile-maybe-guarded): Fix typo in docstring.
(byte-compile-interactive-only-functions): Add `insert-buffer' and
`insert-file-literally'.

18 years ago(find-gc-subrs-callers): Renamed from find-gc-subrs-used.
Richard M. Stallman [Sat, 16 Jul 2005 19:21:10 +0000 (19:21 +0000)]
(find-gc-subrs-callers): Renamed from find-gc-subrs-used.
(find-gc-subrs-called): Renamed from subrs-called, and defvar'd.

18 years ago(allout-isearch-did-quit): Variable deleted.
Richard M. Stallman [Sat, 16 Jul 2005 19:15:35 +0000 (19:15 +0000)]
(allout-isearch-did-quit): Variable deleted.
(allout-real-isearch-abort): Function name no longer used.
(allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
(allout-isearch-rectification): isearch-mode always exists.
Don't set allout-isearch-did-quit.
(allout-isearch-expose): Check isearch-mode-end-hook-error, not
allout-isearch-did-quit.
(allout-enwrap-isearch): Just add the hook.
(allout-isearch-abort): Function deleted.
(allout-pre-command-business): Avoid warning.

18 years ago(isearch-mode-end-hook-quit): New variable.
Richard M. Stallman [Sat, 16 Jul 2005 19:13:30 +0000 (19:13 +0000)]
(isearch-mode-end-hook-quit): New variable.
(isearch-done): Bind it.
(isearch-mode-end-hook): Doc fix.

18 years ago(byte-compile-maybe-guarded): Doc fix.
Richard M. Stallman [Sat, 16 Jul 2005 19:04:57 +0000 (19:04 +0000)]
(byte-compile-maybe-guarded): Doc fix.