]> git.eshelyaron.com Git - emacs.git/log
emacs.git
23 years agoAdd @dircategory.
Dave Love [Mon, 4 Dec 2000 14:39:37 +0000 (14:39 +0000)]
Add @dircategory.
(Create an Info File): Fix xref.

23 years agoAdd @dircategory.
Dave Love [Mon, 4 Dec 2000 13:47:05 +0000 (13:47 +0000)]
Add @dircategory.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 4 Dec 2000 13:33:03 +0000 (13:33 +0000)]
*** empty log message ***

23 years ago(format-decode): Don't change buffer's undo list.
Gerd Moellmann [Mon, 4 Dec 2000 13:32:26 +0000 (13:32 +0000)]
(format-decode): Don't change buffer's undo list.

23 years agoUpdate copyright.
Gerd Moellmann [Mon, 4 Dec 2000 13:31:13 +0000 (13:31 +0000)]
Update copyright.

23 years ago(Fprimitive_undo): Bind inhibit-read-only to t if
Gerd Moellmann [Mon, 4 Dec 2000 13:30:53 +0000 (13:30 +0000)]
(Fprimitive_undo): Bind inhibit-read-only to t if
current buffer is read-only, not if it isn't.

23 years ago(Finsert_file_contents): When VISIT is t, don't
Gerd Moellmann [Mon, 4 Dec 2000 13:30:09 +0000 (13:30 +0000)]
(Finsert_file_contents): When VISIT is t, don't
record undo information for format-decode.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 4 Dec 2000 12:28:37 +0000 (12:28 +0000)]
*** empty log message ***

23 years ago(save_excursion_restore): Don't move point
Gerd Moellmann [Mon, 4 Dec 2000 12:25:36 +0000 (12:25 +0000)]
(save_excursion_restore): Don't move point
in another window if it is showing the wrong buffer.
Avoid the call to Fwindow_live_p, for speed.

23 years ago(record_char): Record `help-echo' input events
Gerd Moellmann [Mon, 4 Dec 2000 12:22:46 +0000 (12:22 +0000)]
(record_char): Record `help-echo' input events
in recent_keys only if they display some help.  Don't record
`help-echo' events as macro char.

23 years agoChange the font registries for CJK
Kenichi Handa [Mon, 4 Dec 2000 06:27:35 +0000 (06:27 +0000)]
Change the font registries for CJK
fonts in the default fontset.  Don't append '*' to registries.

23 years ago(face-font-registry-alternatives): Add entries for CJK
Kenichi Handa [Mon, 4 Dec 2000 06:27:16 +0000 (06:27 +0000)]
(face-font-registry-alternatives): Add entries for CJK
fonts.  Doc-string adjusted for the actual usage of this data.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 4 Dec 2000 06:27:02 +0000 (06:27 +0000)]
*** empty log message ***

23 years ago(struct font_name): New member registry_priority.
Kenichi Handa [Mon, 4 Dec 2000 06:26:38 +0000 (06:26 +0000)]
(struct font_name): New member registry_priority.
(split_font_name): Initialize the above member to zero.
(concat_font_list): New function.
(font_list): Include fonts of all alternative registries.
(FONT_POINT_SIZE_QUANTUM): New macro.
(better_font_p): Ignore point size difference less than
FONT_POINT_SIZE_QUANTUM.  Use registry_prioprity as a last resort.

23 years ago(x_produce_glyphs): If a font for a component of
Kenichi Handa [Mon, 4 Dec 2000 01:20:30 +0000 (01:20 +0000)]
(x_produce_glyphs): If a font for a component of
a composition is not found, use 1 pixel dot ascent and 0 dot
descent value to avoid displaying terribly tall empty boxes.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 4 Dec 2000 01:20:05 +0000 (01:20 +0000)]
*** empty log message ***

23 years ago(stack_idx_of_map_multiple): Don't use C initializier.
Kenichi Handa [Mon, 4 Dec 2000 00:46:25 +0000 (00:46 +0000)]
(stack_idx_of_map_multiple): Don't use C initializier.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 4 Dec 2000 00:46:11 +0000 (00:46 +0000)]
*** empty log message ***

23 years ago(Fmake_variable_buffer_local, Fbuffer_file_name): Declare.
Ken Raeburn [Mon, 4 Dec 2000 00:29:36 +0000 (00:29 +0000)]
(Fmake_variable_buffer_local, Fbuffer_file_name): Declare.

23 years ago(Fmd5): Pass lisp objects, not integers, to call3.
Ken Raeburn [Mon, 4 Dec 2000 00:28:04 +0000 (00:28 +0000)]
(Fmd5): Pass lisp objects, not integers, to call3.

23 years ago(code_convert_string1): Declare.
Ken Raeburn [Mon, 4 Dec 2000 00:27:33 +0000 (00:27 +0000)]
(code_convert_string1): Declare.

23 years agoDon't quote lambdas.
Stefan Monnier [Sun, 3 Dec 2000 22:11:57 +0000 (22:11 +0000)]
Don't quote lambdas.

23 years ago(define-derived-mode,easy-mmode-derived-mode-p): Remove (moved to derived.el).
Stefan Monnier [Sun, 3 Dec 2000 21:41:06 +0000 (21:41 +0000)]
(define-derived-mode,easy-mmode-derived-mode-p): Remove (moved to derived.el).

23 years ago(define-derived-mode): Revived, moved from easy-mmode.el.
Stefan Monnier [Sun, 3 Dec 2000 21:39:34 +0000 (21:39 +0000)]
(define-derived-mode): Revived, moved from easy-mmode.el.
(derived-mode-p): New function.
(derived-mode-make-docstring): Add `docstring' argument.
Use it if available and complete it if necessary.

23 years agoAdd Gerd. Bring Morten Welinder's and Eli Zaretskii's entry up to date.
Eli Zaretskii [Sun, 3 Dec 2000 17:44:11 +0000 (17:44 +0000)]
Add Gerd.  Bring Morten Welinder's and Eli Zaretskii's entry up to date.

23 years ago.
Andreas Schwab [Sun, 3 Dec 2000 16:18:13 +0000 (16:18 +0000)]
.

23 years ago(type-break): Don't make parent of itself.
Andreas Schwab [Sun, 3 Dec 2000 16:17:49 +0000 (16:17 +0000)]
(type-break): Don't make parent of itself.

23 years agoChange @dircategory to "Emacs".
Eli Zaretskii [Sun, 3 Dec 2000 07:22:24 +0000 (07:22 +0000)]
Change @dircategory to "Emacs".

23 years agoAdd an entry for PCL-CVS.
Eli Zaretskii [Sun, 3 Dec 2000 07:21:59 +0000 (07:21 +0000)]
Add an entry for PCL-CVS.

23 years ago(delete-trailing-whitespace): Don't delete newlines too.
Miles Bader [Sun, 3 Dec 2000 02:29:36 +0000 (02:29 +0000)]
(delete-trailing-whitespace): Don't delete newlines too.

23 years ago(tex-start-shell): Obey shell-file-name.
Stefan Monnier [Sat, 2 Dec 2000 21:57:41 +0000 (21:57 +0000)]
(tex-start-shell): Obey shell-file-name.
(tex-main-file, tex-file): Simplify.
(tex-generate-zap-file-name): Use subst-char-in-string.
(tex-strip-dots): Remove.

23 years ago(tmm-get-keymap): Eval the menu name in `menu-item'.
Stefan Monnier [Sat, 2 Dec 2000 21:31:12 +0000 (21:31 +0000)]
(tmm-get-keymap): Eval the menu name in `menu-item'.

23 years ago(x_estimate_mode_line_height): If `mode-line' face hasn't a font, use
Jason Rumney [Sat, 2 Dec 2000 21:05:01 +0000 (21:05 +0000)]
(x_estimate_mode_line_height): If `mode-line' face hasn't a font, use
that of the frame, as drawing glyphs does.
(note_mouse_highlight): Change the cursor shape on the vertical
border between windows [not enabled].

23 years ago(struct w32_output): Add member horizontal_drag_cursor.
Jason Rumney [Sat, 2 Dec 2000 21:02:59 +0000 (21:02 +0000)]
(struct w32_output): Add member horizontal_drag_cursor.

23 years ago(Fx_create_frame): Reintroduce the call to face-set-after-frame-defaults.
Jason Rumney [Sat, 2 Dec 2000 21:02:27 +0000 (21:02 +0000)]
(Fx_create_frame): Reintroduce the call to face-set-after-frame-defaults.
(Vx_window_horizontal_drag_shape): New variable.
(syms_of_xfns): DEFVAR_LISP it.
(x_set_mouse_color): Create frame's horizontal_drag_cursor [not enabled].

23 years ago(check-ispell-version): Don't use match-beginning
Stefan Monnier [Sat, 2 Dec 2000 20:28:44 +0000 (20:28 +0000)]
(check-ispell-version): Don't use match-beginning
to check if the match succeeded.

23 years ago(use-fancy-splash-screens-p): New function.
Gerd Moellmann [Sat, 2 Dec 2000 20:19:39 +0000 (20:19 +0000)]
(use-fancy-splash-screens-p): New function.
(command-line-1): Use it to determine whether or not to use
a fancy splash screen.

23 years ago.
Andreas Schwab [Sat, 2 Dec 2000 20:11:42 +0000 (20:11 +0000)]
.

23 years ago(eldoc): Don't make parent of itself.
Andreas Schwab [Sat, 2 Dec 2000 20:10:49 +0000 (20:10 +0000)]
(eldoc): Don't make parent of itself.

23 years ago*** empty log message ***
Gerd Moellmann [Sat, 2 Dec 2000 19:30:39 +0000 (19:30 +0000)]
*** empty log message ***

23 years agoMention msdos-set-mouse-buttons.
Eli Zaretskii [Sat, 2 Dec 2000 16:24:55 +0000 (16:24 +0000)]
Mention msdos-set-mouse-buttons.

23 years ago*** empty log message ***
Eli Zaretskii [Sat, 2 Dec 2000 16:07:38 +0000 (16:07 +0000)]
*** empty log message ***

23 years ago(make-char): Fix last change.
Eli Zaretskii [Sat, 2 Dec 2000 16:06:04 +0000 (16:06 +0000)]
(make-char): Fix last change.

23 years agoDon't tell that show-paren only works on X. Explain how to customize
Eli Zaretskii [Sat, 2 Dec 2000 15:48:44 +0000 (15:48 +0000)]
Don't tell that show-paren only works on X.  Explain how to customize
it.  Add an index entry.

23 years agoChange the category to "Emacs".
Eli Zaretskii [Sat, 2 Dec 2000 15:36:17 +0000 (15:36 +0000)]
Change the category to "Emacs".

23 years ago(texinfo-open-quote, texinfo-close-quote):
Eli Zaretskii [Sat, 2 Dec 2000 15:33:30 +0000 (15:33 +0000)]
(texinfo-open-quote, texinfo-close-quote):
New defcustoms.
(texinfo-insert-quote): Don't call tex-insert-quote, to avoid
autoloading tex-mode; instead, do the same manually.  Use
texinfo-open-quote and texinfo-close-quote.  Insert literal quote
with numeric argument.  Docstring fix.
(toplevel): Require cl when compiling.

23 years ago(make-char): Doc fix.
Eli Zaretskii [Sat, 2 Dec 2000 15:30:10 +0000 (15:30 +0000)]
(make-char): Doc fix.

23 years agoDocment that `eval' can be used with local variables in the first
Eli Zaretskii [Sat, 2 Dec 2000 15:26:21 +0000 (15:26 +0000)]
Docment that `eval' can be used with local variables in the first
line.  Tell that in shell scripts the second line is used for
local variables.

23 years agoElaborate on the normal operation with find-file-existing-other-name
Eli Zaretskii [Sat, 2 Dec 2000 15:23:24 +0000 (15:23 +0000)]
Elaborate on the normal operation with find-file-existing-other-name
set to t.

23 years ago*** empty log message ***
Jason Rumney [Sat, 2 Dec 2000 14:48:58 +0000 (14:48 +0000)]
*** empty log message ***

23 years ago(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual)
Jason Rumney [Sat, 2 Dec 2000 14:47:35 +0000 (14:47 +0000)]
(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual)

23 years ago(w32_bdf_per_char_metric): Dereference pointer correctly for single
Jason Rumney [Sat, 2 Dec 2000 14:38:57 +0000 (14:38 +0000)]
(w32_bdf_per_char_metric): Dereference pointer correctly for single
byte character case.
(w32_per_char_metric): Do not try to make any assumptions about the
metrics of BDF fonts.

23 years ago(find-buffer-file-type-coding-system): Doc fix.
Eli Zaretskii [Sat, 2 Dec 2000 11:29:40 +0000 (11:29 +0000)]
(find-buffer-file-type-coding-system): Doc fix.

23 years ago*** empty log message ***
Gerd Moellmann [Sat, 2 Dec 2000 11:27:15 +0000 (11:27 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Sat, 2 Dec 2000 11:26:08 +0000 (11:26 +0000)]
*** empty log message ***

23 years ago(Qwrite_region, Qcoding_system_error): Declare extern.
Gerd Moellmann [Sat, 2 Dec 2000 11:25:59 +0000 (11:25 +0000)]
(Qwrite_region, Qcoding_system_error): Declare extern.

23 years ago(Fmd5): Use a different logic to decide the coding system
Gerd Moellmann [Sat, 2 Dec 2000 11:25:35 +0000 (11:25 +0000)]
(Fmd5): Use a different logic to decide the coding system
to use.

23 years ago(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual).
Eli Zaretskii [Sat, 2 Dec 2000 11:21:44 +0000 (11:21 +0000)]
(x-select-enable-clipboard): Customize (as per the Emacs Lisp manual).

23 years ago(Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL.
Eli Zaretskii [Sat, 2 Dec 2000 11:16:13 +0000 (11:16 +0000)]
(Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL.

23 years ago*** empty log message ***
Gerd Moellmann [Sat, 2 Dec 2000 10:23:33 +0000 (10:23 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Sat, 2 Dec 2000 10:18:08 +0000 (10:18 +0000)]
*** empty log message ***

23 years ago(next-line-add-newlines): Change default to nil.
Gerd Moellmann [Sat, 2 Dec 2000 10:14:48 +0000 (10:14 +0000)]
(next-line-add-newlines): Change default to nil.

23 years ago(x_calc_absolute_position): Don't subtract menubar's
Gerd Moellmann [Fri, 1 Dec 2000 22:15:12 +0000 (22:15 +0000)]
(x_calc_absolute_position): Don't subtract menubar's
height for YNegative.
(x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
height; also see comment there.

23 years ago(coordinates_in_window): Handle computations for
Gerd Moellmann [Fri, 1 Dec 2000 20:45:45 +0000 (20:45 +0000)]
(coordinates_in_window): Handle computations for
positions on the vertical bar and fringes differently for
window-system frames.  Consider some pixels near the vertical bar
as on the bar if the frame doesn't have vertical scroll bars.
Associate positions between mode or header lines with the
right window, the left one.

23 years ago(get_frame_dc): Avoid changing the palette on an invalid frame.
Jason Rumney [Fri, 1 Dec 2000 20:11:23 +0000 (20:11 +0000)]
(get_frame_dc): Avoid changing the palette on an invalid frame.

23 years ago(x_draw_vertical_border): Fix call to w32_fill_rect.
Jason Rumney [Fri, 1 Dec 2000 19:47:36 +0000 (19:47 +0000)]
(x_draw_vertical_border): Fix call to w32_fill_rect.

23 years ago*** empty log message ***
Jason Rumney [Fri, 1 Dec 2000 19:44:19 +0000 (19:44 +0000)]
*** empty log message ***

23 years ago(struct saved_window): Add members orig_top and
Gerd Moellmann [Fri, 1 Dec 2000 19:32:27 +0000 (19:32 +0000)]
(struct saved_window): Add members orig_top and
orig_height.
(SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
(save_window_save, Fset_window_configuration): Save/restore
window's orig_top and orig_height.

23 years agoFix last change.
Jason Rumney [Fri, 1 Dec 2000 19:08:11 +0000 (19:08 +0000)]
Fix last change.

23 years ago*** empty log message ***
Jason Rumney [Fri, 1 Dec 2000 19:06:43 +0000 (19:06 +0000)]
*** empty log message ***

23 years agoExplain why `no-conversion' is no longer appropriate for reading
Eli Zaretskii [Fri, 1 Dec 2000 15:47:46 +0000 (15:47 +0000)]
Explain why `no-conversion' is no longer appropriate for reading
files with MULE internal representation, such as auto-save files.

23 years ago(revert-buffer, recover-file): Bind
Eli Zaretskii [Fri, 1 Dec 2000 15:30:43 +0000 (15:30 +0000)]
(revert-buffer, recover-file): Bind
coding-system-for-read to emacs-mule-unix, not to no-conversion.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 1 Dec 2000 14:36:21 +0000 (14:36 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 1 Dec 2000 14:13:31 +0000 (14:13 +0000)]
*** empty log message ***

23 years ago(tempdir): Remove epaths.h from the distribution
Gerd Moellmann [Fri, 1 Dec 2000 10:24:23 +0000 (10:24 +0000)]
(tempdir): Remove epaths.h from the distribution
instead of paths.h.

23 years ago(fit-window-to-buffer): Handle non-nil `truncate-lines'.
Miles Bader [Fri, 1 Dec 2000 08:11:55 +0000 (08:11 +0000)]
(fit-window-to-buffer): Handle non-nil `truncate-lines'.

23 years ago(describe-char-after): Fix typo.
Kenichi Handa [Fri, 1 Dec 2000 06:20:04 +0000 (06:20 +0000)]
(describe-char-after): Fix typo.
(describe-character-set, non-iso-charset-alist): Fix typo.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 1 Dec 2000 06:19:31 +0000 (06:19 +0000)]
*** empty log message ***

23 years ago(image-file-name-regexp): Automatically add upper-case variants of each
Miles Bader [Fri, 1 Dec 2000 04:37:30 +0000 (04:37 +0000)]
(image-file-name-regexp): Automatically add upper-case variants of each
filename extension in `image-file-name-extensions', since they seem to
be common.

23 years ago(file-cache-directory-name, file-cache-minibuffer-complete):
Miles Bader [Fri, 1 Dec 2000 03:35:56 +0000 (03:35 +0000)]
(file-cache-directory-name, file-cache-minibuffer-complete):
  Ignore the minibuffer prompt.

From Milan Zamazal <Milan.Zamazal@qbizm.com>:
(file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.

23 years ago(minibuffer-contents, minibuffer-contents-no-properties)
Miles Bader [Fri, 1 Dec 2000 03:31:49 +0000 (03:31 +0000)]
(minibuffer-contents, minibuffer-contents-no-properties)
(delete-minibuffer-contents): New functions.

23 years agoFrom Milan Zamazal <Milan.Zamazal@qbizm.com>:
Miles Bader [Fri, 1 Dec 2000 02:59:07 +0000 (02:59 +0000)]
From Milan Zamazal <Milan.Zamazal@qbizm.com>:
(file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.

23 years ago(echo_area_display): If cursor is in the echo area, make
Gerd Moellmann [Thu, 30 Nov 2000 21:57:27 +0000 (21:57 +0000)]
(echo_area_display): If cursor is in the echo area, make
sure that the next redisplay displays the minibuffer, so that
the cursor will be replaced with what the minibuffer wants.

23 years agoTest USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
Gerd Moellmann [Thu, 30 Nov 2000 19:52:51 +0000 (19:52 +0000)]
Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
#ifndef instead of using #if.
(XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
USE_TOOLKIT_SCROLL_BARS is defined.

23 years agoFix again.
Dave Love [Thu, 30 Nov 2000 19:12:41 +0000 (19:12 +0000)]
Fix again.

23 years agoFix read-buffer-function type.
Dave Love [Thu, 30 Nov 2000 19:06:22 +0000 (19:06 +0000)]
Fix read-buffer-function type.

23 years ago(x_set_cursor_color): Use x_update_cursor instead of x_display_cursor.
Jason Rumney [Thu, 30 Nov 2000 18:20:01 +0000 (18:20 +0000)]
(x_set_cursor_color): Use x_update_cursor instead of x_display_cursor.

23 years ago*** empty log message ***
Jason Rumney [Thu, 30 Nov 2000 18:18:57 +0000 (18:18 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Thu, 30 Nov 2000 17:43:17 +0000 (17:43 +0000)]
*** empty log message ***

23 years ago(message-set-auto-save-file-name): Use gnus-make-directory.
Dave Love [Thu, 30 Nov 2000 17:09:44 +0000 (17:09 +0000)]
(message-set-auto-save-file-name): Use gnus-make-directory.

23 years ago(message-mail-alias-type): Customize.
Dave Love [Thu, 30 Nov 2000 17:04:49 +0000 (17:04 +0000)]
(message-mail-alias-type): Customize.
(message-headers): Remove duplicate defgroup.

23 years ago(message-auto-save-directory): Use
Dave Love [Thu, 30 Nov 2000 16:46:52 +0000 (16:46 +0000)]
(message-auto-save-directory): Use
file-name-as-directory.
(message-set-auto-save-file-name): Create
message-auto-save-directory if necessary.
(message-replace-chars-in-string): Removed -- unused.

23 years ago(rmail-set-message-counters): Don't use "D"
Gerd Moellmann [Thu, 30 Nov 2000 16:22:12 +0000 (16:22 +0000)]
(rmail-set-message-counters): Don't use "D"
as dummy 0-th char of rmail-deleted-vector.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Nov 2000 14:03:56 +0000 (14:03 +0000)]
*** empty log message ***

23 years ago(Fmd5): Doc fix.
Gerd Moellmann [Thu, 30 Nov 2000 14:03:30 +0000 (14:03 +0000)]
(Fmd5): Doc fix.

23 years agoReplaced with built-in function.
Gerd Moellmann [Thu, 30 Nov 2000 13:51:33 +0000 (13:51 +0000)]
Replaced with built-in function.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 30 Nov 2000 13:47:34 +0000 (13:47 +0000)]
*** empty log message ***

23 years ago(Fmd5): New function.
Gerd Moellmann [Thu, 30 Nov 2000 13:46:42 +0000 (13:46 +0000)]
(Fmd5): New function.
(syms_of_fns): Defsubr md5.

23 years ago(obj): Add md5.o
Gerd Moellmann [Thu, 30 Nov 2000 13:46:08 +0000 (13:46 +0000)]
(obj): Add md5.o

23 years agoFix typos and spelling errors.
Gerd Moellmann [Thu, 30 Nov 2000 13:24:19 +0000 (13:24 +0000)]
Fix typos and spelling errors.
(bs-appearance) <defgroup>: Renamed from bs-appearence.
(bs-configuration): Doc fix.