]>
git.eshelyaron.com Git - emacs.git/log
Gerd Moellmann [Mon, 7 Aug 2000 13:12:32 +0000 (13:12 +0000)]
(config.status): Prepend `$(srcdir)/' to
`configure'.
Gerd Moellmann [Mon, 7 Aug 2000 12:32:04 +0000 (12:32 +0000)]
(sweep_weak_table): Fix survival conditions for
key-or-value and key-and-value weakness.
Gerd Moellmann [Mon, 7 Aug 2000 12:31:50 +0000 (12:31 +0000)]
(xhashtable): New command.
Gerd Moellmann [Mon, 7 Aug 2000 12:04:06 +0000 (12:04 +0000)]
(sweep_weak_hash_tables): Fix the code taking unmarked
tables out of the list of all weak hash tables.
Gerd Moellmann [Mon, 7 Aug 2000 10:34:08 +0000 (10:34 +0000)]
(ensure_echo_area_buffers): If a buffer was killed and a
new buffer is created, make sure make sure echo_area_buffer[]
references the new buffer.
Gerd Moellmann [Mon, 7 Aug 2000 10:06:54 +0000 (10:06 +0000)]
(shell-quote-wildcard-pattern): Make sure to return
PATTERN, in the Unix case.
Eli Zaretskii [Mon, 7 Aug 2000 07:51:40 +0000 (07:51 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 7 Aug 2000 07:50:13 +0000 (07:50 +0000)]
(zone): Discard any pending input before running
the randomly-chosen pgm.
Eli Zaretskii [Mon, 7 Aug 2000 07:47:53 +0000 (07:47 +0000)]
(Fmsdos_set_mouse_buttons): Add missing backslashes in
the doc string.
Kenichi Handa [Mon, 7 Aug 2000 05:57:08 +0000 (05:57 +0000)]
* syntax.c (skip_chars): Fix previous change. Make the handling of
unibyte string consistent with that of regex search.
Kenichi Handa [Mon, 7 Aug 2000 05:44:37 +0000 (05:44 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 7 Aug 2000 01:47:27 +0000 (01:47 +0000)]
(byte-compile-fix-header): Fix the way of checking the existence of
any multibyte characters.
Kenichi Handa [Mon, 7 Aug 2000 01:46:03 +0000 (01:46 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 6 Aug 2000 12:17:06 +0000 (12:17 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 6 Aug 2000 12:09:31 +0000 (12:09 +0000)]
(describe-mode): Test mini-mode symbol for being
bound before testing its value for being nil.
Eli Zaretskii [Sun, 6 Aug 2000 10:27:52 +0000 (10:27 +0000)]
Restore inadvertently-changed non-ASCII character.
Gerd Moellmann [Sun, 6 Aug 2000 09:26:26 +0000 (09:26 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 6 Aug 2000 09:18:02 +0000 (09:18 +0000)]
Use `nth' instead of `first', `second', and `third'.
Gerd Moellmann [Sun, 6 Aug 2000 09:17:27 +0000 (09:17 +0000)]
(third...tenth): Undo change of 2000-08-05.
(second): Make it an alias for `cadr'.
Eli Zaretskii [Sun, 6 Aug 2000 07:32:15 +0000 (07:32 +0000)]
(bs-apply-sort-faces): Don't use window-system, since all
types of display support faces now.
Gerd Moellmann [Sat, 5 Aug 2000 20:10:32 +0000 (20:10 +0000)]
*** empty log message ***
Gerd Moellmann [Sat, 5 Aug 2000 20:09:44 +0000 (20:09 +0000)]
(first, ..., tenth): Make them macros.
(toplevel): Remove `remq' and `remove' from autoloads.
(cl-fake-autoloads): New variable. If set, arrange for an error
when CL functions etc. are autoloaded.
Gerd Moellmann [Sat, 5 Aug 2000 20:08:49 +0000 (20:08 +0000)]
(require): Require `cl' during compilation, only.
Gerd Moellmann [Sat, 5 Aug 2000 19:29:39 +0000 (19:29 +0000)]
(run_mac_command, closedir): Use `xfree' instead of `free'.
Gerd Moellmann [Sat, 5 Aug 2000 19:27:14 +0000 (19:27 +0000)]
(error): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:27:01 +0000 (19:27 +0000)]
(current_minor_maps): Use xmalloc instead of malloc.
Gerd Moellmann [Sat, 5 Aug 2000 19:26:46 +0000 (19:26 +0000)]
(opendir, GetTempDirName, run_mac_command): Use xmalloc
instead of malloc.
(run_mac_command, closedir): Use `xfree' instead of `free'.
Gerd Moellmann [Sat, 5 Aug 2000 19:26:30 +0000 (19:26 +0000)]
(child_setup): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:26:20 +0000 (19:26 +0000)]
(Ftranspose_regions): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:26:04 +0000 (19:26 +0000)]
(Finsert_file_contents): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 19:25:41 +0000 (19:25 +0000)]
(popup_get_selection): Use xfree instead of free.
Gerd Moellmann [Sat, 5 Aug 2000 15:48:22 +0000 (15:48 +0000)]
Replace `illegal' with `invalid'.
(Fmake_hash_table, amke_hash_table): Allow table size of 0.
Gerd Moellmann [Sat, 5 Aug 2000 15:47:13 +0000 (15:47 +0000)]
Replace `illegal' with `invalid'.
Eli Zaretskii [Sat, 5 Aug 2000 08:25:09 +0000 (08:25 +0000)]
(src): Put gdb.tmp after -a, since -a requires an argument.
Noah Friedman [Sat, 5 Aug 2000 03:01:49 +0000 (03:01 +0000)]
(Fmake_hash_table): Add missing `\n\' to end of line in docstring.
Kenichi Handa [Sat, 5 Aug 2000 01:45:10 +0000 (01:45 +0000)]
(skip_chars): Fix handling of multibyte<->unibyte conversion.
Gerd Moellmann [Fri, 4 Aug 2000 15:07:44 +0000 (15:07 +0000)]
(skip_chars): Fix typo in error message.
Eli Zaretskii [Fri, 4 Aug 2000 12:21:12 +0000 (12:21 +0000)]
(zone, zone-pgm-stress): Don't use window-system.
Eli Zaretskii [Fri, 4 Aug 2000 11:45:03 +0000 (11:45 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 4 Aug 2000 11:39:24 +0000 (11:39 +0000)]
(hi-lock-unface-buffer): If a menu of regexps is
popped up, but the user clicks outside the menu, return an empty
regexp (that causes unhighlight-regexp to have no effect).
Eli Zaretskii [Fri, 4 Aug 2000 08:52:04 +0000 (08:52 +0000)]
*** empty log message ***
Andreas Schwab [Fri, 4 Aug 2000 08:48:52 +0000 (08:48 +0000)]
* m/ia64.h: Moved from s/ia64.h.
Eli Zaretskii [Fri, 4 Aug 2000 08:34:51 +0000 (08:34 +0000)]
(menu-bar-games-menu): Add Zone.
Eli Zaretskii [Fri, 4 Aug 2000 08:30:16 +0000 (08:30 +0000)]
(toplevel): Require font-lock.
Eli Zaretskii [Fri, 4 Aug 2000 06:06:05 +0000 (06:06 +0000)]
(Highlight Interactively): Document the hi-lock mode.
Kenichi Handa [Fri, 4 Aug 2000 05:53:39 +0000 (05:53 +0000)]
*** empty log message ***
Kenichi Handa [Fri, 4 Aug 2000 05:53:01 +0000 (05:53 +0000)]
(coding_restore_composition): Pay attention to the case that
cmp_data is not set properly (because of invalid code in the
source text).
(run_pre_post_conversion_on_str): Include text properties in the
resulting string.
(decode_coding_string): Set members of coding correctly.
Kenichi Handa [Fri, 4 Aug 2000 02:26:32 +0000 (02:26 +0000)]
(read_process_output): Big simplification. Handle
composition and post-read-conversion of coding system correctly.
(send_process): Handle composition correctly.
Kenichi Handa [Fri, 4 Aug 2000 02:12:39 +0000 (02:12 +0000)]
(Fcall_process): Handle post-read-conversion of coding system if any.
Kenichi Handa [Fri, 4 Aug 2000 02:05:39 +0000 (02:05 +0000)]
(decode_coding_iso2022): More strict check for handling single
shifting.
Kenichi Handa [Fri, 4 Aug 2000 02:05:08 +0000 (02:05 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 3 Aug 2000 20:24:26 +0000 (20:24 +0000)]
*** empty log message ***
Gerd Moellmann [Thu, 3 Aug 2000 20:22:34 +0000 (20:22 +0000)]
(set_frame_size, update_wm_hints, EmacsFrameSetValues):
Use NULL instead of 0 at the end of variable argument list of
XtVaGetValues and XtVaSetValues, because 0 fails on systems where
sizeof (int) < sizeof (void *).
Gerd Moellmann [Thu, 3 Aug 2000 20:22:17 +0000 (20:22 +0000)]
(update_frame_menubar): Use NULL instead of 0 at the end
of variable argument lists of XtVaGetValues and XtVaSetValues.
Gerd Moellmann [Thu, 3 Aug 2000 20:21:52 +0000 (20:21 +0000)]
(Fx_file_dialog): Use NULL instead of 0 at the end of
variable argument lists of XtVaGetValues and XtVaSetValues.
Gerd Moellmann [Thu, 3 Aug 2000 20:11:01 +0000 (20:11 +0000)]
Get around a bug on skip-chars-forward.
(ebnf-8-bit-chars): New var for bug fix.
(ebnf-string): Bug fix.
Gerd Moellmann [Thu, 3 Aug 2000 20:09:56 +0000 (20:09 +0000)]
Use NULL at the end of the
variable argument lists of XtVaSetValues and XtVaGetValues
functions because 0 is not sufficient on systems where sizeof
(int) < sizeof (void *).
Gerd Moellmann [Thu, 3 Aug 2000 20:08:27 +0000 (20:08 +0000)]
Add support for ia64*-*-linux*.
Sam Steingold [Thu, 3 Aug 2000 18:11:47 +0000 (18:11 +0000)]
* pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
instead of `buffer-string'.
(require 'cl): Always, not just when compiling.
`ignore-errors' in `interactive', `list*', `defun*' &c make this necessary.
Eli Zaretskii [Thu, 3 Aug 2000 14:50:28 +0000 (14:50 +0000)]
Fix typos in the entry for `ispell' command.
Eli Zaretskii [Thu, 3 Aug 2000 11:38:08 +0000 (11:38 +0000)]
(select-safe-coding-system): Make
the message text about selecting a safe coding system more clear.
Gerd Moellmann [Wed, 2 Aug 2000 21:29:36 +0000 (21:29 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 2 Aug 2000 20:23:23 +0000 (20:23 +0000)]
*** empty log message ***
Gerd Moellmann [Wed, 2 Aug 2000 20:21:53 +0000 (20:21 +0000)]
(ispell): New function, replacing an alias.
Spell-check active region if in transient-mark-mode and mark
is active; otherwise spell-check buffer.
Gerd Moellmann [Wed, 2 Aug 2000 20:21:24 +0000 (20:21 +0000)]
(occur): Set tab-width in the *Occur* buffer to the
value of tab-width in the original buffer. Choose a line number
format that's a multiple of the original buffer's tab width, so
that lines appear right.
Gerd Moellmann [Wed, 2 Aug 2000 20:20:55 +0000 (20:20 +0000)]
Fix a customization problem on
ps-mule-font-info-database-default.
Gerd Moellmann [Wed, 2 Aug 2000 20:17:01 +0000 (20:17 +0000)]
(display_buffer_reuse_frames): New variable.
(Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
frames displaying BUFFER.
(syms_of_window): Define Lisp variable
display-buffer-reuse-frames.
Gerd Moellmann [Wed, 2 Aug 2000 20:16:40 +0000 (20:16 +0000)]
(Fsingle_key_description): Add parameter NO_ANGLES.
Callers changed.
Gerd Moellmann [Wed, 2 Aug 2000 20:16:22 +0000 (20:16 +0000)]
(read_char_minibuf_menu_prompt): Add new parameter
in call to Fsingle_key_description.
Gerd Moellmann [Wed, 2 Aug 2000 20:15:51 +0000 (20:15 +0000)]
(lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
(xrealloc, xmalloc): Use size_t.
Gerd Moellmann [Wed, 2 Aug 2000 20:15:09 +0000 (20:15 +0000)]
(Fsingle_key_description, xmalloc, xrealloc): Change
prototype.
Eli Zaretskii [Wed, 2 Aug 2000 07:38:53 +0000 (07:38 +0000)]
(ebrowse-tree-mode-map): Use display-mouse-p instead of window-system.
(ebrowse-member-mode-map): Ditto.
Gerd Moellmann [Tue, 1 Aug 2000 19:58:35 +0000 (19:58 +0000)]
Update ps-print functions call. Indentation fix. Doc
fix.
(ebnf-version): New version number (3.2).
(ebnf-format-color, ebnf-begin-job): Code fix.
Miles Bader [Tue, 1 Aug 2000 12:56:24 +0000 (12:56 +0000)]
(Fconstrain_to_field): Fix the conditions for deciding when to constrain
NEW_POS (they were pretty screwed up before).
Eli Zaretskii [Tue, 1 Aug 2000 10:12:00 +0000 (10:12 +0000)]
(nslookup-font-lock-keywords): Don't condition font lock support
on window-system.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
Eli Zaretskii [Tue, 1 Aug 2000 06:25:13 +0000 (06:25 +0000)]
(ispell-highlight-spelling-error): Use
display-color-p, if fboundp, instead of window-system.
Eli Zaretskii [Mon, 31 Jul 2000 15:41:39 +0000 (15:41 +0000)]
(rmail-start-mail): Use display-multi-frame-p
instead of looking at window-system.
Eli Zaretskii [Mon, 31 Jul 2000 15:38:35 +0000 (15:38 +0000)]
(gomoku-font-lock-O-face, gomoku-font-lock-X-face)
(gomoku-plot-square, gomoku-init-display): Don't use window-system.
Eli Zaretskii [Mon, 31 Jul 2000 15:37:49 +0000 (15:37 +0000)]
(lm-font-lock-face-O, lm-font-lock-face-X)
(lm-plot-square, lm-init-display): Don't use window-system.
Eli Zaretskii [Mon, 31 Jul 2000 15:36:50 +0000 (15:36 +0000)]
(toplevel): Support faces on tty's.
Eli Zaretskii [Mon, 31 Jul 2000 15:35:51 +0000 (15:35 +0000)]
(strokes-file): Run the file name through
convert-standard-filename.
(strokes-mode): Call display-mouse-p instead of looking at
window-system. Change the error message accordingly.
Eli Zaretskii [Mon, 31 Jul 2000 15:35:08 +0000 (15:35 +0000)]
(widget-choose): Use display-mouse-p instead of window-system.
(widget-choice-mouse-down-action): Use display-popup-menus-p
instead of window-system.
Eli Zaretskii [Mon, 31 Jul 2000 15:34:07 +0000 (15:34 +0000)]
(appt-disp-window): Use display-multi-frame-p
instead of window-system.
Eli Zaretskii [Mon, 31 Jul 2000 10:27:45 +0000 (10:27 +0000)]
Fix a typo in a comment. Reported by Michel de Ruiter <Michel@smr.nl>.
Eli Zaretskii [Mon, 31 Jul 2000 10:10:28 +0000 (10:10 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 31 Jul 2000 10:09:44 +0000 (10:09 +0000)]
(src): Make the rule faster by using a single djecho
command instead of multiple redir invocations.
(install): Speed up by using a command.com's for loop.
Eli Zaretskii [Mon, 31 Jul 2000 10:07:46 +0000 (10:07 +0000)]
(MS-DOS Input): Document msdos-set-mouse-buttons.
Eli Zaretskii [Mon, 31 Jul 2000 06:45:34 +0000 (06:45 +0000)]
*** empty log message ***
Eli Zaretskii [Mon, 31 Jul 2000 06:38:19 +0000 (06:38 +0000)]
(Fmsdos_set_mouse_buttons, syms_of_msdos): New functions.
(syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
Eli Zaretskii [Mon, 31 Jul 2000 06:33:58 +0000 (06:33 +0000)]
(child_setup) [MSDOS]: malloc pwd_var instead of
using alloca; free it after run_msdos_command returns
Eli Zaretskii [Mon, 31 Jul 2000 06:24:21 +0000 (06:24 +0000)]
(run_msdos_command): Save and restore the master
environment, for the case that child_setup signals an error.
When mirroring slashes in DOS shell commands, don't fail if
argv[2] has embedded blanks.
Gerd Moellmann [Sun, 30 Jul 2000 14:03:38 +0000 (14:03 +0000)]
(iswitchb-entryfn-p): Test this-command instead
of testing if iswitchb-prepost-hooks is bound, because the
latter will always be true when invoking a recursive minibuffer
from an active Iswitchb buffer.
Eli Zaretskii [Sun, 30 Jul 2000 13:27:46 +0000 (13:27 +0000)]
(shell-quote-wildcard-pattern): New function.
(insert-directory): Call it. Only prepend "\" to command on Unix
and GNU/Linux systems.
Gerd Moellmann [Sun, 30 Jul 2000 11:50:38 +0000 (11:50 +0000)]
*** empty log message ***
Gerd Moellmann [Sun, 30 Jul 2000 11:49:57 +0000 (11:49 +0000)]
(glasses-make-readable): Fix uncapitalization of
identifiers like `myXMLDocument'.
Gerd Moellmann [Sun, 30 Jul 2000 11:49:38 +0000 (11:49 +0000)]
Fix bug 1: if ps-font-size-internal,
ps-header-font-size-internal and
ps-header-title-font-size-internal variables are not set,
ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
face text property is (foreground-color . COLOR) or
`(background-color . COLOR)', ps-print crashes. Doc fix.
(ps-print-version): New version number (5.2.4).
(ps-plot-region): Code fix.
(ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
(ps-face-attribute-list, ps-face-attributes, ps-face-background):
Bug fix 2.
Gerd Moellmann [Sun, 30 Jul 2000 11:49:11 +0000 (11:49 +0000)]
(dired-build-subdir-alist): Expand subdirectory names
correctly in recursive ange-ftp listings.
Gerd Moellmann [Sun, 30 Jul 2000 11:48:43 +0000 (11:48 +0000)]
Change custom :link file names from `eshell.info' to `eshell'.
Karl Fogel [Fri, 28 Jul 2000 18:22:57 +0000 (18:22 +0000)]
(mail-hist-previous-input, mail-hist-next-input): do the obvious code
factorization.
(mail-hist-retrieve-and-insert): new func, contains common code of
above two. If inserting a message body, leave point at top.
Sam Steingold [Fri, 28 Jul 2000 16:27:41 +0000 (16:27 +0000)]
Ange-ftp handles the output of the w32-style clients