]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years ago($(TIT)): Add $(SUBDIRS) as dependents, instead
Andrew Innes [Sat, 21 Oct 2000 13:20:17 +0000 (13:20 +0000)]
($(TIT)): Add $(SUBDIRS) as dependents, instead
of conditional invocation of make.
(TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
(NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
(TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
files to .elc.
($(TIT)): Adjusted for the above change.
(clean mostlyclean): Likewise.
(.el.elc): New target.

23 years ago(make-auto-save-file-name): Don't apply conversion to
Andrew Innes [Sat, 21 Oct 2000 13:11:56 +0000 (13:11 +0000)]
(make-auto-save-file-name): Don't apply conversion to
remote (ange-ftp) file names.

23 years ago(Fminibuffer_complete): Call Fpos_visible_in_window_p
Eli Zaretskii [Sat, 21 Oct 2000 08:57:18 +0000 (08:57 +0000)]
(Fminibuffer_complete): Call Fpos_visible_in_window_p
with an additional argument of Qt.

23 years ago(quail-update-guidance): Balance parens.
Miles Bader [Sat, 21 Oct 2000 08:07:01 +0000 (08:07 +0000)]
(quail-update-guidance): Balance parens.

23 years ago(Fpos_visible_in_window_p): Update prototype
Miles Bader [Sat, 21 Oct 2000 08:02:17 +0000 (08:02 +0000)]
(Fpos_visible_in_window_p): Update prototype

23 years ago(pos_fully_visible_in_window_p):
Miles Bader [Sat, 21 Oct 2000 07:57:20 +0000 (07:57 +0000)]
(pos_fully_visible_in_window_p):
  New function.
(Fpos_visible_in_window_p):
  Add FULLY argument.
  Use pos_fully_visible_in_window_p.
(window_scroll_pixel_based, window_scroll_line_based):
  Update calls to Fpos_visible_in_window_p.

23 years ago(quail-update-guidance):
Miles Bader [Sat, 21 Oct 2000 05:50:56 +0000 (05:50 +0000)]
(quail-update-guidance):
  Use `fit-window-to-buffer' instead of `set-window-text-height'.

23 years ago(resize-temp-buffer-window): Use `fit-window-to-buffer'.
Miles Bader [Sat, 21 Oct 2000 05:40:19 +0000 (05:40 +0000)]
(resize-temp-buffer-window): Use `fit-window-to-buffer'.

23 years ago(fit-window-to-buffer): New function.
Miles Bader [Sat, 21 Oct 2000 05:38:11 +0000 (05:38 +0000)]
(fit-window-to-buffer): New function.
(shrink-window-if-larger-than-buffer): Use it.

23 years ago(quail-update-guidance): Force a redisplay before setting the guidance
Miles Bader [Fri, 20 Oct 2000 22:56:41 +0000 (22:56 +0000)]
(quail-update-guidance): Force a redisplay before setting the guidance
window size, to ensure we see any minibuffer expansion it causes.

23 years agoCorrect typos, fix markup, add index entries.
Eli Zaretskii [Fri, 20 Oct 2000 22:24:55 +0000 (22:24 +0000)]
Correct typos, fix markup, add index entries.

23 years ago(toplevel): Conditionalize compilation of mem_*
Gerd Moellmann [Fri, 20 Oct 2000 19:14:07 +0000 (19:14 +0000)]
(toplevel): Conditionalize compilation of mem_*
functions differently.

23 years agoMove #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not...
Jason Rumney [Fri, 20 Oct 2000 18:45:17 +0000 (18:45 +0000)]
Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined
otherwise.

23 years ago*** empty log message ***
Jason Rumney [Fri, 20 Oct 2000 18:44:10 +0000 (18:44 +0000)]
*** empty log message ***

23 years ago(quail-show-guidance-buf): Make sure guidance window really has enough room.
Miles Bader [Fri, 20 Oct 2000 16:38:06 +0000 (16:38 +0000)]
(quail-show-guidance-buf): Make sure guidance window really has enough room.
(quail-update-guidance): If quail-guidance-win is already shown, make
  sure its height is OK.

23 years ago(set-window-text-height): Force window-min-height to 1.
Miles Bader [Fri, 20 Oct 2000 16:33:54 +0000 (16:33 +0000)]
(set-window-text-height): Force window-min-height to 1.

23 years ago(_malloc_internal) [GC_MALLOC_CHECK]: Use
Gerd Moellmann [Fri, 20 Oct 2000 15:57:00 +0000 (15:57 +0000)]
(_malloc_internal) [GC_MALLOC_CHECK]: Use
_malloc_internal instead of malloc.
(_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
of free.

23 years ago(toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
Gerd Moellmann [Fri, 20 Oct 2000 15:55:14 +0000 (15:55 +0000)]
(toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
GC_MALLOC_CHECK.
(toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
structure definition and related variabled to the top of the file.
Include this code when GC_MALLOC_CHECK is defined.
(lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
register/unregister allocated region.
(emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
which isn't allocated.
(emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
something which is already in use.
(emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
(mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
(mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
(init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.

23 years ago(resize-temp-buffer-window): Use `set-window-text-height'
Miles Bader [Fri, 20 Oct 2000 15:19:04 +0000 (15:19 +0000)]
(resize-temp-buffer-window): Use `set-window-text-height'
instead of `enlarge-window' & `mode-line-window-height-fudge'.

23 years ago(window-text-height, set-window-text-height): New functions.
Miles Bader [Fri, 20 Oct 2000 15:16:46 +0000 (15:16 +0000)]
(window-text-height, set-window-text-height): New functions.
(shrink-window-if-larger-than-buffer): Use `window-text-height'
instead of `window-height' & `mode-line-window-height-fudge'.
(mode-line-window-height-fudge): Add FACE parameter.

23 years ago[!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
Andrew Innes [Fri, 20 Oct 2000 14:49:19 +0000 (14:49 +0000)]
[!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
Windows.
(my_strftime) <macro>: Don't use macro arg list when redefining as
_strftime_copytm.
(my_strftime) <function>: Supply 0 as ut argument.

23 years ago(ispell-mode-line-window-height-fudge):
Miles Bader [Fri, 20 Oct 2000 12:23:37 +0000 (12:23 +0000)]
(ispell-mode-line-window-height-fudge):
New function, conditionally aliased to `mode-line-window-height-fudge'.
(ispell-help): Use it.
(ispell-choices-win-default-height): Don't include mode-line fudge.
(ispell-choices-win-default-height): New function.
(ispell-show-choices, ispell-command-loop): Use function
`ispell-choices-win-default-height' instead of variable.

23 years ago(height-affecting-face-attributes): Use `defconst'.
Miles Bader [Fri, 20 Oct 2000 12:21:30 +0000 (12:21 +0000)]
(height-affecting-face-attributes): Use `defconst'.

23 years ago(resize-temp-buffer-window): Use `mode-line-window-height-fudge'.
Miles Bader [Fri, 20 Oct 2000 09:23:20 +0000 (09:23 +0000)]
(resize-temp-buffer-window): Use `mode-line-window-height-fudge'.

23 years ago(mode-line-window-height-fudge): New variable.
Miles Bader [Fri, 20 Oct 2000 09:21:59 +0000 (09:21 +0000)]
(mode-line-window-height-fudge): New variable.
(height-affecting-face-attributes): New variable.
(mode-line-window-height-fudge): New function.
(shrink-window-if-larger-than-buffer): Use it.

23 years agoAdd `emacs-35', `emacs-mime', `eshell', and `speedbar'.
Miles Bader [Fri, 20 Oct 2000 03:00:17 +0000 (03:00 +0000)]
Add `emacs-35', `emacs-mime', `eshell', and `speedbar'.

23 years ago(Info-fontify-node):
Miles Bader [Fri, 20 Oct 2000 02:58:00 +0000 (02:58 +0000)]
(Info-fontify-node):
  Add support for @subsubsection titles, which use `Info-title-4-face'.
(Info-title-4-face):
  New face.
(Info-title-3-face):
  Inherit from Info-title-4-face instead of variable-pitch.

23 years agoAdded Speedbar.
Eric M. Ludlam [Fri, 20 Oct 2000 02:25:28 +0000 (02:25 +0000)]
Added Speedbar.

23 years ago*** empty log message ***
Eric M. Ludlam [Fri, 20 Oct 2000 02:15:13 +0000 (02:15 +0000)]
*** empty log message ***

23 years ago* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam [Fri, 20 Oct 2000 02:00:52 +0000 (02:00 +0000)]
* Makefile.in (Speedbar): Added build targets for speedbar.texi

23 years agoFirst Edition.
Eric M. Ludlam [Fri, 20 Oct 2000 01:53:35 +0000 (01:53 +0000)]
First Edition.

23 years ago*** empty log message ***
Jason Rumney [Thu, 19 Oct 2000 19:54:58 +0000 (19:54 +0000)]
*** empty log message ***

23 years ago(dired-insert-directory): Do not let errors signalled by
Jason Rumney [Thu, 19 Oct 2000 19:50:13 +0000 (19:50 +0000)]
(dired-insert-directory): Do not let errors signalled by
attempt to run dired-free-space-program prevent dired from working.

23 years ago(add_menu_item): Do not use MF_OWNERDRAW for titles, as it has stopped working.
Jason Rumney [Thu, 19 Oct 2000 19:25:53 +0000 (19:25 +0000)]
(add_menu_item): Do not use MF_OWNERDRAW for titles, as it has stopped working.
(Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like menu-bar.

23 years ago(x_produce_glyphs): Handle unibyte_display_via_language_environment correctly.
Jason Rumney [Thu, 19 Oct 2000 19:21:07 +0000 (19:21 +0000)]
(x_produce_glyphs): Handle unibyte_display_via_language_environment correctly.
(w32_draw_box_rect): Fix the calculation of width and height.

23 years ago(Fx_create_frame): Don't bother calling
Jason Rumney [Thu, 19 Oct 2000 19:12:51 +0000 (19:12 +0000)]
(Fx_create_frame): Don't bother calling
face-set-after-frame-default since the caller does it for us
anyway. Clean up calls to x_get_arg to be consistent with X.

23 years agoDo not undef HAVE_WINDOW_SYSTEM before
Jason Rumney [Thu, 19 Oct 2000 19:06:38 +0000 (19:06 +0000)]
Do not undef HAVE_WINDOW_SYSTEM before
including dispextern.h, as it stops faces from working.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 19 Oct 2000 15:42:49 +0000 (15:42 +0000)]
*** empty log message ***

23 years ago(diff-find-file-name): Fix regex subgroup number.
Stefan Monnier [Thu, 19 Oct 2000 15:42:21 +0000 (15:42 +0000)]
(diff-find-file-name): Fix regex subgroup number.

23 years ago(dirtrack): Fix call to run-hooks.
Gerd Moellmann [Thu, 19 Oct 2000 14:55:12 +0000 (14:55 +0000)]
(dirtrack): Fix call to run-hooks.

23 years ago(cmuscheme-program-name): Renamed from
Gerd Moellmann [Thu, 19 Oct 2000 14:45:45 +0000 (14:45 +0000)]
(cmuscheme-program-name): Renamed from
scheme-program-name because xscheme.el contains a defcustom with
the same name.  As a consequence, customizing group `cmuscheme'
loaded `xscheme' which redefined run-scheme.
(run-scheme): Use cmuscheme-program-name.

23 years agoscheme-program-name -> cmuscheme-program-name
Gerd Moellmann [Thu, 19 Oct 2000 14:44:49 +0000 (14:44 +0000)]
scheme-program-name -> cmuscheme-program-name

23 years ago(doctor-death): Update the Samaritans'
Gerd Moellmann [Thu, 19 Oct 2000 13:29:26 +0000 (13:29 +0000)]
(doctor-death): Update the Samaritans'
anonymous address, and add a website for Befrienders
International.

23 years ago(skip_debugger): Prevent a compiler warning.
Gerd Moellmann [Thu, 19 Oct 2000 12:03:08 +0000 (12:03 +0000)]
(skip_debugger): Prevent a compiler warning.
(Fcondition_case): Likewise.
(Fbacktrace_frame): Use a null interactive spec.

23 years ago(ps-print-emacs-type): Move into the
Gerd Moellmann [Thu, 19 Oct 2000 10:55:15 +0000 (10:55 +0000)]
(ps-print-emacs-type): Move into the
eval-and-compile.

23 years agoEven/odd pages fix. Fix little bug on XEmacs. Avoid
Gerd Moellmann [Thu, 19 Oct 2000 10:46:51 +0000 (10:46 +0000)]
Even/odd pages fix.  Fix little bug on XEmacs.  Avoid
compilation gripes.  Doc fix.
(ps-print-version): New version number (6.2).
(ps-x-color-instance-p, ps-x-color-instance-rgb-components)
(ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
(ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
(ps-x-extent-priority, ps-x-extent-start-position)
(ps-x-face-font-instance, ps-x-find-coding-system)
(ps-x-font-instance-properties, ps-x-make-color-instance)
(ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
avoid compilation gripes without defining functions.
(ps-e-find-composition): Alias for function find-composition, to have a
suitable function depending on Emacs version.
(ps-color-device, ps-color-values, ps-face-foreground-name)
(ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
(ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
(ps-print-ensure-fontified): Function definitions surrounded by
`eval-and-compile' to avoid compilation gripes.
(ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
by symbol-value to avoid compilation gripes.
(ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
(ps-generate-postscript-with-faces): Fix little bug on XEmacs.

23 years ago(normal-top-level):
Miles Bader [Thu, 19 Oct 2000 09:04:26 +0000 (09:04 +0000)]
(normal-top-level):
  Call `frame-set-background-mode' after `frame-notice-user-settings'
  because the latter doesn't call the former on a tty.

23 years ago(frame-set-background-mode): `unspecified' &c are symbols, not strings.
Miles Bader [Thu, 19 Oct 2000 08:37:11 +0000 (08:37 +0000)]
(frame-set-background-mode): `unspecified' &c are symbols, not strings.

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 19 Oct 2000 07:24:01 +0000 (07:24 +0000)]
*** empty log message ***

23 years ago(color-name-rgb-alist): Add a comment explaining why some "light*"
Eli Zaretskii [Thu, 19 Oct 2000 07:18:06 +0000 (07:18 +0000)]
(color-name-rgb-alist): Add a comment explaining why some "light*"
colors are deliberately absent from the alist.

23 years agoUse registry "MuleTibetan-2" for Tibetan.
Kenichi Handa [Thu, 19 Oct 2000 07:09:20 +0000 (07:09 +0000)]
Use registry "MuleTibetan-2" for Tibetan.
(ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
for ISO10646-1 fonts.
(x-font-name-charset-alist): Add an entry for "iso10646-1".

23 years ago(Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader.
Eli Zaretskii [Thu, 19 Oct 2000 06:59:00 +0000 (06:59 +0000)]
(Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 19 Oct 2000 06:58:33 +0000 (06:58 +0000)]
*** empty log message ***

23 years ago(frame-set-background-mode): If a tty frame defines a
Eli Zaretskii [Thu, 19 Oct 2000 06:56:50 +0000 (06:56 +0000)]
(frame-set-background-mode): If a tty frame defines a
background color, use that to compute the background mode, instead
of always defaulting to "dark".

23 years ago(x_find_ccl_program): Check also fontp->full_name.
Kenichi Handa [Thu, 19 Oct 2000 06:55:02 +0000 (06:55 +0000)]
(x_find_ccl_program): Check also fontp->full_name.

23 years ago(Antinews): Many changes from Richard M. Stallman.
Eli Zaretskii [Thu, 19 Oct 2000 06:52:31 +0000 (06:52 +0000)]
(Antinews): Many changes from Richard M. Stallman.

23 years ago*** empty log message ***
Miles Bader [Thu, 19 Oct 2000 04:31:37 +0000 (04:31 +0000)]
*** empty log message ***

23 years ago(Shell Mode):
Miles Bader [Thu, 19 Oct 2000 04:30:51 +0000 (04:30 +0000)]
(Shell Mode):
  Document `comint-write-output', name change to `comint-delete-output'.

23 years agoDocument recent comint changes.
Miles Bader [Thu, 19 Oct 2000 04:26:24 +0000 (04:26 +0000)]
Document recent comint changes.

23 years ago(comint-write-output): Add APPEND argument. Rework interactive spec.
Miles Bader [Thu, 19 Oct 2000 04:21:09 +0000 (04:21 +0000)]
(comint-write-output):  Add APPEND argument.  Rework interactive spec.
(comint-append-output-to-file): Function removed.

23 years ago*** empty log message ***
Miles Bader [Thu, 19 Oct 2000 03:58:37 +0000 (03:58 +0000)]
*** empty log message ***

23 years ago(comint-mode-map): Bind `C-c C-s' to comint-write-output.
Miles Bader [Thu, 19 Oct 2000 03:46:11 +0000 (03:46 +0000)]
(comint-mode-map): Bind `C-c C-s' to comint-write-output.

23 years ago(comint-write-output, comint-append-output-to-file): New functions.
Miles Bader [Thu, 19 Oct 2000 02:12:30 +0000 (02:12 +0000)]
(comint-write-output, comint-append-output-to-file): New functions.
(comint-mode-map): Add them to the menu.

23 years agoSync with glibc, file version 1.78.
Gerd Moellmann [Wed, 18 Oct 2000 19:12:39 +0000 (19:12 +0000)]
Sync with glibc, file version 1.78.
(my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
should no longer be used according to ISO 8601.

23 years ago(mm-uu-decode-function)
Dave Love [Wed, 18 Oct 2000 17:08:35 +0000 (17:08 +0000)]
(mm-uu-decode-function)
(mm-uu-binhex-decode-function): Defvar when compiling.

23 years ago(gnus-nocem-issuers): Update.
Dave Love [Wed, 18 Oct 2000 16:50:53 +0000 (16:50 +0000)]
(gnus-nocem-issuers): Update.
(gnus-nocem-check-from): New option.
(gnus-nocem-scan-groups): Use it.
(gnus-nocem-check-article): Bind gnus-newsgroup-name.
(gnus-nocem-check-article-limit): Add :version.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 18 Oct 2000 15:20:26 +0000 (15:20 +0000)]
*** empty log message ***

23 years ago(Display Vars): Fix description of the role of
Gerd Moellmann [Wed, 18 Oct 2000 15:20:11 +0000 (15:20 +0000)]
(Display Vars): Fix description of the role of
baud-rate for window-systems.

23 years ago(comint-read-input-ring): Bugfix such that the first
Gerd Moellmann [Wed, 18 Oct 2000 14:42:38 +0000 (14:42 +0000)]
(comint-read-input-ring): Bugfix such that the first
and the last entry of the input ring file are not lost.

23 years ago(sql-sybase-options): New option.
Gerd Moellmann [Wed, 18 Oct 2000 14:38:55 +0000 (14:38 +0000)]
(sql-sybase-options): New option.
(sql-sybase): Use it.  Add sql-database to the list of parameters
provided for login.  The options -w 2048 -n are not used any more.

23 years agoInternal variable changes to defcustom,
Gerd Moellmann [Wed, 18 Oct 2000 14:31:05 +0000 (14:31 +0000)]
Internal variable changes to defcustom,
make-local-hook changes to defvar.  Doc fix.
(ps-print-version): New version number (6.1).
(ps-setup, ps-do-despool): Code fix.
(ps-printer-name): Customization fix.
(ps-printer-name-option): Now is a defcustom instead of an
internal variable.
(ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
(ps-print-begin-column-hook): Now are defvar instead of
make-local-hook.

23 years ago(fancy-splash-screens): Use fancy-splash-delay.
Gerd Moellmann [Wed, 18 Oct 2000 14:27:55 +0000 (14:27 +0000)]
(fancy-splash-screens): Use fancy-splash-delay.

23 years ago(fancy-splash-screens): Set buffer-undo-list to t.
Gerd Moellmann [Wed, 18 Oct 2000 14:23:10 +0000 (14:23 +0000)]
(fancy-splash-screens): Set buffer-undo-list to t.

23 years ago(access_keymap): If IDX has a meta prefix, and there's
Gerd Moellmann [Wed, 18 Oct 2000 14:20:53 +0000 (14:20 +0000)]
(access_keymap): If IDX has a meta prefix, and there's
no map for meta_prefix_char, don't try to use it as a keymap.
Instead, if T_OK is non-zero, look up a default binding, if any,
otherwise, if T_OK is zero, return nil.

23 years ago(comint-delete-output): Renamed from `comint-kill-output'.
Miles Bader [Wed, 18 Oct 2000 14:09:54 +0000 (14:09 +0000)]
(comint-delete-output): Renamed from `comint-kill-output'.
(comint-kill-output): Changed into an alias for `comint-delete-output',
  and made obsolete.
(comint-mode-map): Rename references to comint-kill-output.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Oct 2000 12:08:07 +0000 (12:08 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Oct 2000 12:00:33 +0000 (12:00 +0000)]
*** empty log message ***

23 years ago(allocate_string) [GC_CHECK_STRING_BYTES]: Call
Gerd Moellmann [Wed, 18 Oct 2000 11:59:20 +0000 (11:59 +0000)]
(allocate_string) [GC_CHECK_STRING_BYTES]: Call
check_string_bytes only if not noninteractive, increase count to 50.

23 years ago(struct x_display_info): Add color_cells and ncolor_cells.
Gerd Moellmann [Wed, 18 Oct 2000 11:58:27 +0000 (11:58 +0000)]
(struct x_display_info): Add color_cells and ncolor_cells.
(x_query_color, x_query_colors): Add prototype.

23 years ago(x_color_cells, x_query_colors, x_query_color): New
Gerd Moellmann [Wed, 18 Oct 2000 11:58:07 +0000 (11:58 +0000)]
(x_color_cells, x_query_colors, x_query_color): New
functions.
(x_alloc_nearest_color): Use it to reduce calls to XQueryColors
which can be slow.
(x_copy_color, x_alloc_lighter_color): Likewise.

23 years ago(x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
Gerd Moellmann [Wed, 18 Oct 2000 11:57:35 +0000 (11:57 +0000)]
(x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
(x_to_xcolors, png_load): Use x_query_color.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Oct 2000 11:51:24 +0000 (11:51 +0000)]
*** empty log message ***

23 years ago(diff-header-face, diff-file-header-face)
Eli Zaretskii [Wed, 18 Oct 2000 08:52:23 +0000 (08:52 +0000)]
(diff-header-face, diff-file-header-face)
(diff-changed-face): Add bold and italic attributes to tty faces.
(diff-function-face): New face.
(diff-font-lock-keywords): Use it.

23 years ago(adjust_markers_for_delete): Handle before-insertion markers correctly.
Miles Bader [Wed, 18 Oct 2000 06:20:27 +0000 (06:20 +0000)]
(adjust_markers_for_delete): Handle before-insertion markers correctly.

23 years ago*** empty log message ***
Miles Bader [Wed, 18 Oct 2000 01:55:32 +0000 (01:55 +0000)]
*** empty log message ***

23 years ago(gnus-nocem-check-article-limit): New variable.
Miles Bader [Wed, 18 Oct 2000 01:54:57 +0000 (01:54 +0000)]
(gnus-nocem-check-article-limit): New variable.
(gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.

23 years ago(comint-output-filter):
Miles Bader [Wed, 18 Oct 2000 01:43:01 +0000 (01:43 +0000)]
(comint-output-filter):
  Fixup comint-last-input-end too.
  Remove commented-out call to force-mode-line-update.
(comint-kill-output):
  Use `forward-line 0' instead of beginning-of-line to make sure we get
  past the prompt.

23 years agoMissed this file in previous commit.
Kai Großjohann [Tue, 17 Oct 2000 22:48:39 +0000 (22:48 +0000)]
Missed this file in previous commit.

23 years agoObsolete variable `after-make-frame-hook'.
Kai Großjohann [Tue, 17 Oct 2000 22:20:22 +0000 (22:20 +0000)]
Obsolete variable `after-make-frame-hook'.

23 years ago(pure_bytes_used): Renamed from pureptr.
Gerd Moellmann [Tue, 17 Oct 2000 19:39:17 +0000 (19:39 +0000)]
(pure_bytes_used): Renamed from pureptr.
(ALIGN): New macro.
(pure_alloc): New function.
(make_pure_string, pure_cons, make_pure_float, make_pure_vector):
Use it.
(Fpurecopy): Use PURE_POINTER_P.

23 years ago(try_cursor_movement): Use cursor_row_p also when
Gerd Moellmann [Tue, 17 Oct 2000 19:32:44 +0000 (19:32 +0000)]
(try_cursor_movement): Use cursor_row_p also when
PT has moved backward.

23 years ago(cursor_row_p): Take continued lines into account.
Gerd Moellmann [Tue, 17 Oct 2000 16:08:57 +0000 (16:08 +0000)]
(cursor_row_p): Take continued lines into account.

23 years ago(diff-header-face, diff-file-header-face):
Stefan Monnier [Tue, 17 Oct 2000 15:55:20 +0000 (15:55 +0000)]
(diff-header-face, diff-file-header-face):
Add specific setting for dark background.
(diff-context-face): Renamed from diff-comment-face.
Set explicitly rather than inheriting from font-lock-comment-face.

23 years ago(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann [Tue, 17 Oct 2000 15:38:30 +0000 (15:38 +0000)]
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
string's size_byte.
(check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
(check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
(allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
string allocated.

23 years ago(forward_to_next_line_start): Switch iterator's handling
Gerd Moellmann [Tue, 17 Oct 2000 14:08:06 +0000 (14:08 +0000)]
(forward_to_next_line_start): Switch iterator's handling
of selective display off while searching for the next line start.

23 years ago(command-line): Move the code which registers the default colors to
Eli Zaretskii [Tue, 17 Oct 2000 12:59:41 +0000 (12:59 +0000)]
(command-line): Move the code which registers the default colors to
before before-init-hook.

23 years ago(jit-lock-stealth-time): Doc fix.
Gerd Moellmann [Tue, 17 Oct 2000 12:47:29 +0000 (12:47 +0000)]
(jit-lock-stealth-time): Doc fix.

23 years ago(auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS.
Eli Zaretskii [Tue, 17 Oct 2000 12:36:26 +0000 (12:36 +0000)]
(auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS.

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 17 Oct 2000 12:18:11 +0000 (12:18 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 17 Oct 2000 12:13:09 +0000 (12:13 +0000)]
*** empty log message ***