]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years agoAdd entry for emacs-mime.
Eli Zaretskii [Fri, 29 Sep 2000 16:19:01 +0000 (16:19 +0000)]
Add entry for emacs-mime.

23 years agoFix the @setfilename directive.
Eli Zaretskii [Fri, 29 Sep 2000 16:14:23 +0000 (16:14 +0000)]
Fix the @setfilename directive.

23 years agoTweak whitespace
Miles Bader [Fri, 29 Sep 2000 14:14:33 +0000 (14:14 +0000)]
Tweak whitespace

23 years agoUpdated
Miles Bader [Fri, 29 Sep 2000 14:10:56 +0000 (14:10 +0000)]
Updated

23 years ago(authors-print): Rephrase many-files string.
Miles Bader [Fri, 29 Sep 2000 13:55:23 +0000 (13:55 +0000)]
(authors-print): Rephrase many-files string.

23 years ago(image-file-name-extensions): New variable.
Miles Bader [Fri, 29 Sep 2000 13:52:39 +0000 (13:52 +0000)]
(image-file-name-extensions): New variable.
(image-file-name-regexps): Renamed from `image-file-regexps'.
  New default value is nil.  Call `auto-image-file-mode'.
(image-file-name-regexp): New function.
(auto-image-file-mode): New minor mode.
(insert-image-file): Don't make conditional on the image-file
  handler being enabled.
(image-file-handler): Make the call here conditional instead.
(set-image-file-handler-enabled, enable-image-file-handler)
(disable-image-file-handler): Functions removed.

23 years ago*** empty log message ***
Dave Love [Fri, 29 Sep 2000 13:37:08 +0000 (13:37 +0000)]
*** empty log message ***

23 years ago(updating_frame): Declare extern.
Gerd Moellmann [Fri, 29 Sep 2000 13:21:16 +0000 (13:21 +0000)]
(updating_frame): Declare extern.

23 years ago(x_set_tool_bar_lines): Clear frame when tool bar
Gerd Moellmann [Fri, 29 Sep 2000 13:18:44 +0000 (13:18 +0000)]
(x_set_tool_bar_lines): Clear frame when tool bar
disappears.

23 years ago.
Andreas Schwab [Fri, 29 Sep 2000 13:02:32 +0000 (13:02 +0000)]
.

23 years agoRemove hack of not prototyping bcopy, etc.
Andreas Schwab [Fri, 29 Sep 2000 13:00:37 +0000 (13:00 +0000)]
Remove hack of not prototyping bcopy, etc.

23 years ago(menu_bar_one_keymap): If KEYMAP is a symbol,
Gerd Moellmann [Fri, 29 Sep 2000 12:42:01 +0000 (12:42 +0000)]
(menu_bar_one_keymap): If KEYMAP is a symbol,
use its function definition.
(tool_bar_items): Likewise.

23 years ago*** empty log message ***
Dave Love [Fri, 29 Sep 2000 09:32:42 +0000 (09:32 +0000)]
*** empty log message ***

23 years agoFix alpha*-dec-osf4 using the osf5 config.
Dave Love [Fri, 29 Sep 2000 09:32:16 +0000 (09:32 +0000)]
Fix alpha*-dec-osf4 using the osf5 config.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 29 Sep 2000 09:01:41 +0000 (09:01 +0000)]
*** empty log message ***

23 years ago(fatal): Declare NO_RETURN.
Gerd Moellmann [Fri, 29 Sep 2000 09:01:16 +0000 (09:01 +0000)]
(fatal): Declare NO_RETURN.

23 years ago(latex-outline-regexp): Don't use `list*';
Gerd Moellmann [Fri, 29 Sep 2000 08:46:30 +0000 (08:46 +0000)]
(latex-outline-regexp): Don't use `list*';
it's a function from CL.
(latex-imenu-create-index): Replace eval-when-compile with progn
because latex-section-alist is not bound while compiling.

23 years agoRemove the line "#undef NULL".
Kenichi Handa [Fri, 29 Sep 2000 06:47:05 +0000 (06:47 +0000)]
Remove the line "#undef NULL".

23 years ago*** empty log message ***
Kenichi Handa [Fri, 29 Sep 2000 06:46:42 +0000 (06:46 +0000)]
*** empty log message ***

23 years ago(outline-minor-mode): Use define-minor-mode.
Stefan Monnier [Fri, 29 Sep 2000 03:36:26 +0000 (03:36 +0000)]
(outline-minor-mode): Use define-minor-mode.
(outline-mode): Use define-derived-mode.

23 years ago(perl-mode): Don't gratuitously override the default for comment-column.
Stefan Monnier [Fri, 29 Sep 2000 03:32:40 +0000 (03:32 +0000)]
(perl-mode): Don't gratuitously override the default for comment-column.

23 years ago(awk-mode): Don't gratuitously override the default for comment-column.
Stefan Monnier [Fri, 29 Sep 2000 03:32:07 +0000 (03:32 +0000)]
(awk-mode): Don't gratuitously override the default for comment-column.

23 years ago(asm-mode): Don't gratuitously override the default for comment-column.
Stefan Monnier [Fri, 29 Sep 2000 03:31:36 +0000 (03:31 +0000)]
(asm-mode): Don't gratuitously override the default for comment-column.

23 years ago(lisp-complete-symbol):
Stefan Monnier [Fri, 29 Sep 2000 03:30:04 +0000 (03:30 +0000)]
(lisp-complete-symbol):
Distinguish the let-binding case from the funcall case.
(forward-sexp-function): New variable.
(forward-sexp): Use it.

23 years ago(easy-mmode-define-keymap): Autoload.
Stefan Monnier [Fri, 29 Sep 2000 03:27:28 +0000 (03:27 +0000)]
(easy-mmode-define-keymap): Autoload.
(easy-mmode-defmap): Remove the now useless autoload.

23 years ago(display-time-mode): Use define-minor-mode.
Stefan Monnier [Fri, 29 Sep 2000 03:26:00 +0000 (03:26 +0000)]
(display-time-mode): Use define-minor-mode.

23 years ago(add-minor-mode): Don't eval NAME.
Stefan Monnier [Fri, 29 Sep 2000 03:23:49 +0000 (03:23 +0000)]
(add-minor-mode): Don't eval NAME.
Don't depend on the presence of TOGGLE-FUN for any special behavior.
Use if rather than cond.

23 years ago(read-expression-map): Define more properly.
Stefan Monnier [Fri, 29 Sep 2000 03:18:24 +0000 (03:18 +0000)]
(read-expression-map): Define more properly.
(comment-indent-hook): Remove.
(string-to-syntax): Bug fix.

23 years ago(cvs-ediff-exit-hook): Kill buffer before window.
Stefan Monnier [Fri, 29 Sep 2000 03:14:36 +0000 (03:14 +0000)]
(cvs-ediff-exit-hook): Kill buffer before window.
(cvs-ediff-diff): Fix typo.
(cvs-revert-if-needed): Don't bother preserving read-only.

23 years ago(show-paren-mode): Use define-minor-mode.
Stefan Monnier [Fri, 29 Sep 2000 03:11:01 +0000 (03:11 +0000)]
(show-paren-mode): Use define-minor-mode.

23 years ago(auto-compression-mode): Use define-minor-mode.
Stefan Monnier [Fri, 29 Sep 2000 02:38:03 +0000 (02:38 +0000)]
(auto-compression-mode): Use define-minor-mode.
(toggle-auto-compression): Remove.
(jka-compr-build-file-regexp): Remove useless grouping.

23 years ago(isearch-text-char-description): Pointless rewrite.
Stefan Monnier [Fri, 29 Sep 2000 02:35:56 +0000 (02:35 +0000)]
(isearch-text-char-description): Pointless rewrite.

23 years ago(diff-mode-map, diff-minor-mode-prefix):
Stefan Monnier [Fri, 29 Sep 2000 02:25:32 +0000 (02:25 +0000)]
(diff-mode-map, diff-minor-mode-prefix):
Avoid user-reserved bindings.
(diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
(diff-header-face): Revert to grey85.

23 years ago(cvs-status-entry-leader-re): Minor fix.
Stefan Monnier [Fri, 29 Sep 2000 02:19:10 +0000 (02:19 +0000)]
(cvs-status-entry-leader-re): Minor fix.

23 years ago(partial-completion-mode) <defcustom>: Remove.
Stefan Monnier [Fri, 29 Sep 2000 02:17:56 +0000 (02:17 +0000)]
(partial-completion-mode) <defcustom>: Remove.
(partial-completion-mode): Use define-minor-mode.
(PC-do-completion): Understand `completion-auto-help = delay'
to mean to popup the completion buffer only the second time.
(PC-include-file-all-completions, PC-include-file-all-completions)
(PC-include-file-all-completions): Don't quote lambda.

23 years ago(comint-mode-hook): Docstring fix.
Stefan Monnier [Fri, 29 Sep 2000 02:05:07 +0000 (02:05 +0000)]
(comint-mode-hook): Docstring fix.
(comint-mode): Use define-derived-mode.
(comint-mode-map): Remove obsolete comment.
(make-comint): Minor stylistic change.
(comint-insert-clicked-input): Be more careful to find the overlay.
Use this-command-keys rather than hardcoding mouse-2.

23 years agoReplace confusing (,@ with ,
Stefan Monnier [Fri, 29 Sep 2000 01:53:42 +0000 (01:53 +0000)]
Replace confusing (,@ with ,
(tex-font-lock-keywords-1, tex-font-lock-keywords-2):
Don't use regexp-opt-depth.  Spice up the regexp for args.
Don't distinguish between cmds that can take an opt arg or not.
Use `append' and `prepend' rather than `keep'.

23 years ago(latex-imenu-indent-string): Add a space.
Stefan Monnier [Fri, 29 Sep 2000 01:45:46 +0000 (01:45 +0000)]
(latex-imenu-indent-string): Add a space.
(latex-outline-regexp): New var.
(latex-outline-level): New fun.
(latex-section-alist): New var.
(latex-imenu-create-index): Use it.  Use `push' as well.
(tex-shell-map): Initialize it properly.
(tex-mode): Minor stylistic change.
(plain-tex-mode): Use define-derived-mode.
(latex-mode): Use define-derived-mode.
Construct the paragraph regexps in a more readable way.
Set the buffer-local outline-{level,regexp} vars.
(slitex-mode): Derive from latex-mode.
(tex-common-initialization): Don't kill-all-vars anymore.
Add setting for comment-add and font-lock-defaults.
(tex-start-shell): Use with-current-buffer and don't re-init keymap.
(tex-main-file): New fun.  Obey TeX-master as well and remove `.tex'.
(tex-start-tex): New arg DIR (and send a chdir command for it).
Also display the shell buffer and save it in tex-last-buffer-texed.
(tex-region): Use expand-file-name rather than concat.
Remove code made useless by changes in tex-start-tex.
(tex-file): Use tex-main-file and adapt to new tex-start-tex.

23 years ago(map-y-or-n-p): Fix missing backquotes.
Stefan Monnier [Fri, 29 Sep 2000 01:00:18 +0000 (01:00 +0000)]
(map-y-or-n-p): Fix missing backquotes.

23 years ago(USE_MMAP_FOR_BUFFERS): Define.
Dave Love [Thu, 28 Sep 2000 21:49:46 +0000 (21:49 +0000)]
(USE_MMAP_FOR_BUFFERS): Define.

23 years ago*** empty log message ***
Dave Love [Thu, 28 Sep 2000 21:31:46 +0000 (21:31 +0000)]
*** empty log message ***

23 years agoadded *.dvi
Sam Steingold [Thu, 28 Sep 2000 20:34:01 +0000 (20:34 +0000)]
added *.dvi

23 years ago* xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41
Sam Steingold [Thu, 28 Sep 2000 20:30:52 +0000 (20:30 +0000)]
* xlwmenu.c: Before including <X11/Xos.h> on SUN, define SUNOS41
to avoid redefining struct timeval and struct timezone.

23 years ago(gnus-mode-line-buffer-identification) [Emacs]: Change
Gerd Moellmann [Thu, 28 Sep 2000 20:19:44 +0000 (20:19 +0000)]
(gnus-mode-line-buffer-identification) [Emacs]: Change
image's :ascent to 80.  That gives a mode-line which is approx.
as tall as the normal one.

23 years ago(xreload): Note its need on GNU/Linux.
Dave Love [Thu, 28 Sep 2000 19:16:27 +0000 (19:16 +0000)]
(xreload): Note its need on GNU/Linux.

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

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 28 Sep 2000 16:38:54 +0000 (16:38 +0000)]
*** empty log message ***

23 years ago(authors-add): Use `nconc' instead of
Gerd Moellmann [Thu, 28 Sep 2000 16:21:17 +0000 (16:21 +0000)]
(authors-add): Use `nconc' instead of
`append'.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 28 Sep 2000 15:53:17 +0000 (15:53 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 28 Sep 2000 15:02:12 +0000 (15:02 +0000)]
*** empty log message ***

23 years agoChange copyright notice.
Gerd Moellmann [Thu, 28 Sep 2000 15:01:34 +0000 (15:01 +0000)]
Change copyright notice.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 28 Sep 2000 14:46:35 +0000 (14:46 +0000)]
*** empty log message ***

23 years ago(Continuation Lines): Add description of
Gerd Moellmann [Thu, 28 Sep 2000 14:46:24 +0000 (14:46 +0000)]
(Continuation Lines): Add description of
toggle-truncate-lines.

23 years ago(Info-extract-pointer): Undo last change.
Stefan Monnier [Thu, 28 Sep 2000 14:33:56 +0000 (14:33 +0000)]
(Info-extract-pointer): Undo last change.
Instead, fix the position of the `bound' arg to re-search-backward.

23 years agosentence-end-without-period
Dave Love [Thu, 28 Sep 2000 14:25:03 +0000 (14:25 +0000)]
sentence-end-without-period

23 years ago(eshell) <defgroup>: Add :version.
Dave Love [Thu, 28 Sep 2000 14:17:33 +0000 (14:17 +0000)]
(eshell) <defgroup>: Add :version.

23 years ago(x_make_frame_visible): Try harder to make the frame
Gerd Moellmann [Thu, 28 Sep 2000 14:00:51 +0000 (14:00 +0000)]
(x_make_frame_visible): Try harder to make the frame
visible.

23 years agoDefine REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Dave Love [Thu, 28 Sep 2000 09:41:28 +0000 (09:41 +0000)]
Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.

23 years ago*** empty log message ***
Dave Love [Thu, 28 Sep 2000 09:34:54 +0000 (09:34 +0000)]
*** empty log message ***

23 years ago(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
Dave Love [Thu, 28 Sep 2000 09:29:02 +0000 (09:29 +0000)]
(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
r_alloc, r_alloc_free.

23 years ago(skip_chars): Handle negation correctly.
Kenichi Handa [Thu, 28 Sep 2000 01:42:31 +0000 (01:42 +0000)]
(skip_chars): Handle negation correctly.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 28 Sep 2000 01:42:12 +0000 (01:42 +0000)]
*** empty log message ***

23 years ago(Info-extract-pointer):
Stefan Monnier [Wed, 27 Sep 2000 21:55:54 +0000 (21:55 +0000)]
(Info-extract-pointer):
Widen more carefully, to avoid finding pointers in other nodes.
(Info-index): Use push.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 27 Sep 2000 14:23:47 +0000 (14:23 +0000)]
*** empty log message ***

23 years ago(realize_default_face): Call set_lface_from_font_name
Gerd Moellmann [Wed, 27 Sep 2000 14:23:01 +0000 (14:23 +0000)]
(realize_default_face): Call set_lface_from_font_name
with non-zero FORCE_P argument.

23 years ago(set-frame-font): Remove call to obsolete function
Gerd Moellmann [Wed, 27 Sep 2000 13:49:21 +0000 (13:49 +0000)]
(set-frame-font): Remove call to obsolete function
frame-update-faces.
(set-foreground-color, set-background-color): Likewise for
frame-update-face-colors.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 27 Sep 2000 13:42:31 +0000 (13:42 +0000)]
*** empty log message ***

23 years ago(frame-notice-user-settings): Don't call
Gerd Moellmann [Wed, 27 Sep 2000 13:23:52 +0000 (13:23 +0000)]
(frame-notice-user-settings): Don't call
frame-update-faces, which is a no-op now.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 27 Sep 2000 12:37:52 +0000 (12:37 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Miles Bader [Wed, 27 Sep 2000 12:24:29 +0000 (12:24 +0000)]
*** empty log message ***

23 years agoInitial checkin.
Miles Bader [Wed, 27 Sep 2000 11:57:14 +0000 (11:57 +0000)]
Initial checkin.

23 years ago(adjust_glyph_matrix, enable_glyph_matrix_rows):
Gerd Moellmann [Wed, 27 Sep 2000 11:46:33 +0000 (11:46 +0000)]
(adjust_glyph_matrix, enable_glyph_matrix_rows):
Add assertions.

23 years ago(window_box_height): Add an assertion.
Gerd Moellmann [Wed, 27 Sep 2000 11:43:08 +0000 (11:43 +0000)]
(window_box_height): Add an assertion.

23 years ago(x_set_tool_bar_lines): Don't use more lines for the
Gerd Moellmann [Wed, 27 Sep 2000 11:42:27 +0000 (11:42 +0000)]
(x_set_tool_bar_lines): Don't use more lines for the
tool-bar than is available.
(x_change_window_heights): Renamed from x_set_menu_bar_lines_1.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 27 Sep 2000 11:39:14 +0000 (11:39 +0000)]
*** empty log message ***

23 years ago(ediff-control-frame-parameters): Add zero
Gerd Moellmann [Wed, 27 Sep 2000 11:29:23 +0000 (11:29 +0000)]
(ediff-control-frame-parameters): Add zero
tool-bar-lines.

23 years agoIrix64.
Dave Love [Wed, 27 Sep 2000 09:41:51 +0000 (09:41 +0000)]
Irix64.

23 years ago*** empty log message ***
Dave Love [Wed, 27 Sep 2000 09:33:11 +0000 (09:33 +0000)]
*** empty log message ***

23 years agoNow works 64-bit. Tidied.
Dave Love [Wed, 27 Sep 2000 09:32:32 +0000 (09:32 +0000)]
Now works 64-bit.  Tidied.

23 years agoAdd entry for Info using emacs header-lines.
Miles Bader [Wed, 27 Sep 2000 09:22:01 +0000 (09:22 +0000)]
Add entry for Info using emacs header-lines.

23 years agoFix last change.
Dave Love [Wed, 27 Sep 2000 08:59:33 +0000 (08:59 +0000)]
Fix last change.

23 years ago(tool-bar-help): Use `mouse-pixel-position'.
Miles Bader [Wed, 27 Sep 2000 04:20:25 +0000 (04:20 +0000)]
(tool-bar-help): Use `mouse-pixel-position'.

23 years ago(quail-help): The output message is improved.
Kenichi Handa [Wed, 27 Sep 2000 00:03:12 +0000 (00:03 +0000)]
(quail-help): The output message is improved.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 27 Sep 2000 00:02:40 +0000 (00:02 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 26 Sep 2000 19:24:22 +0000 (19:24 +0000)]
*** empty log message ***

23 years agoMake this the leim Makefile.in.
Gerd Moellmann [Tue, 26 Sep 2000 19:23:56 +0000 (19:23 +0000)]
Make this the leim Makefile.in.
(clean): Also remove $NON-TIT and $WORLD.
(RUN-EMACS): Set EMACSLOADPATH.

23 years agoAdapt to the change of leim/Makefile which was
Gerd Moellmann [Tue, 26 Sep 2000 19:22:44 +0000 (19:22 +0000)]
Adapt to the change of leim/Makefile which was
necessary to ensure a reasonably working `make dist'.

23 years agoMoved to leim/Makefile.in..
Gerd Moellmann [Tue, 26 Sep 2000 19:21:46 +0000 (19:21 +0000)]
Moved to leim/Makefile.in..

23 years ago(find-file-suppress-same-file-warnings): period in doc string
Sam Steingold [Tue, 26 Sep 2000 16:25:29 +0000 (16:25 +0000)]
(find-file-suppress-same-file-warnings): period in doc string

23 years ago*** empty log message ***
Dave Love [Tue, 26 Sep 2000 15:45:25 +0000 (15:45 +0000)]
*** empty log message ***

23 years ago(popup-menu): If POSITION is nil, set it using
Dave Love [Tue, 26 Sep 2000 15:34:39 +0000 (15:34 +0000)]
(popup-menu): If POSITION is nil, set it using
mouse-position.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 26 Sep 2000 15:32:27 +0000 (15:32 +0000)]
*** empty log message ***

23 years ago(frame-notice-user-settings): Don't add a
Gerd Moellmann [Tue, 26 Sep 2000 15:24:08 +0000 (15:24 +0000)]
(frame-notice-user-settings): Don't add a
tool-bar-lines frame parameter to default-frame-alist in batch
mode.

23 years ago(browse-url-file-url): Check for null maps.
Sam Steingold [Tue, 26 Sep 2000 13:05:29 +0000 (13:05 +0000)]
(browse-url-file-url): Check for null maps.

23 years ago(XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
Gerd Moellmann [Tue, 26 Sep 2000 13:03:24 +0000 (13:03 +0000)]
(XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
instead of BITS_PER_INT.
(XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
EMACS_UINT, respectively.
(NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.

23 years ago(BITS_PER_EMACS_INT) [__arch64__]: Don't define.
Gerd Moellmann [Tue, 26 Sep 2000 13:02:21 +0000 (13:02 +0000)]
(BITS_PER_EMACS_INT) [__arch64__]: Don't define.

23 years ago(ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
Gerd Moellmann [Tue, 26 Sep 2000 13:01:57 +0000 (13:01 +0000)]
(ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 26 Sep 2000 12:37:39 +0000 (12:37 +0000)]
*** empty log message ***

23 years ago(freeze_window_starts): Construct last argument for
Gerd Moellmann [Tue, 26 Sep 2000 12:36:55 +0000 (12:36 +0000)]
(freeze_window_starts): Construct last argument for
foreach_window differently.

23 years ago(x_decode_color): Don't return a Lisp_Object.
Gerd Moellmann [Tue, 26 Sep 2000 12:36:33 +0000 (12:36 +0000)]
(x_decode_color): Don't return a Lisp_Object.