]>
git.eshelyaron.com Git - emacs.git/log
Eli Zaretskii [Fri, 21 Dec 2001 15:22:06 +0000 (15:22 +0000)]
(insert-directory): Insert the amount of free disk
space, like files.el's insert-directory does.
Eli Zaretskii [Fri, 21 Dec 2001 15:20:42 +0000 (15:20 +0000)]
(directory-free-space-program): Mention
file-system-info in the doc string.
(get-free-disk-space): New function; code moved from insert-directory.
(insert-directory): Call get-free-disk-space to get the amount of free space.
Richard M. Stallman [Fri, 21 Dec 2001 14:12:30 +0000 (14:12 +0000)]
(define-minor-mode): Make no arg by default in an interactive call,
so that repeating the command toggles again.
Richard M. Stallman [Fri, 21 Dec 2001 14:07:45 +0000 (14:07 +0000)]
(eval-defun-1): Cope with atoms as args.
Eli Zaretskii [Fri, 21 Dec 2001 13:00:35 +0000 (13:00 +0000)]
(Font Lock): Mention jit-lock and its customization group.
Pavel Janík [Fri, 21 Dec 2001 12:47:12 +0000 (12:47 +0000)]
Fix typo.
Eli Zaretskii [Fri, 21 Dec 2001 12:46:51 +0000 (12:46 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 21 Dec 2001 12:43:55 +0000 (12:43 +0000)]
(jka-compr-partial-uncompress): Use null-device instead of a literal
/dev/null. Reported by Jens Schmidt <schmidt@mathematik.uni-kl.de>.
Eli Zaretskii [Fri, 21 Dec 2001 12:39:25 +0000 (12:39 +0000)]
Delete _gdbinit in distclean target.
Eli Zaretskii [Fri, 21 Dec 2001 12:29:36 +0000 (12:29 +0000)]
Fix last change.
Eli Zaretskii [Fri, 21 Dec 2001 12:25:47 +0000 (12:25 +0000)]
Document problems with AIX's /bin/c89 compiler and with old versions
of X-Symbol.
Eli Zaretskii [Fri, 21 Dec 2001 12:18:37 +0000 (12:18 +0000)]
Warn again using /bin/c89 on AIX 4.x.
From William J. Smith <William.Smith@eiStream.com>.
Eli Zaretskii [Fri, 21 Dec 2001 12:09:14 +0000 (12:09 +0000)]
*** empty log message ***
Eli Zaretskii [Fri, 21 Dec 2001 12:06:21 +0000 (12:06 +0000)]
(smtpmail-send-queued-mail): Use
with-temp-buffer instead of find-file-noselect, and bind
coding-system-for-read to no-conversion when reading the queued
messages. From Simon Josefsson <jas@extundo.com>.
Eli Zaretskii [Fri, 21 Dec 2001 11:40:15 +0000 (11:40 +0000)]
(distclean): Remove .gdbinit if we are building outside the source tree.
Eli Zaretskii [Fri, 21 Dec 2001 11:07:49 +0000 (11:07 +0000)]
(distclean): Remove Makefile in the build directory, not in the source
directory.
Eli Zaretskii [Fri, 21 Dec 2001 10:22:39 +0000 (10:22 +0000)]
Update Emacs memory and disk usage numbers.
Eli Zaretskii [Fri, 21 Dec 2001 10:17:16 +0000 (10:17 +0000)]
Set SHELL and VPATH when running makeinfo in lispintro.
Don't copy lispref/index.texi to the staging directory.
Eli Zaretskii [Fri, 21 Dec 2001 09:20:35 +0000 (09:20 +0000)]
loaddefs.el and finder-inf.el regenerated.
Pavel Janík [Fri, 21 Dec 2001 09:06:34 +0000 (09:06 +0000)]
Fix previous change.
Richard M. Stallman [Fri, 21 Dec 2001 09:06:29 +0000 (09:06 +0000)]
Comment changes.
Eli Zaretskii [Fri, 21 Dec 2001 09:03:16 +0000 (09:03 +0000)]
Document the inclusion of Leim in the standard tarball.
Eli Zaretskii [Fri, 21 Dec 2001 08:59:17 +0000 (08:59 +0000)]
Add info about the `leim' directory
Eli Zaretskii [Fri, 21 Dec 2001 08:56:39 +0000 (08:56 +0000)]
Remove text that describes Leim as a separate package.
Eli Zaretskii [Fri, 21 Dec 2001 08:46:42 +0000 (08:46 +0000)]
Removed, as Leim is now part of the standard tarball.
Eli Zaretskii [Fri, 21 Dec 2001 08:44:17 +0000 (08:44 +0000)]
Make Leim part of the standard tarball:
Don't copy noleim-Makefile.in to the leim subdirectory.
Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
Leim files out of the Emacs tree. Don't prepare a separate tarball
for Leim.
Werner LEMBERG [Thu, 20 Dec 2001 21:34:02 +0000 (21:34 +0000)]
(describe-coding-system, print-coding-system-briefly): Make printed output have a similar
format as describe-character-set.
Eli Zaretskii [Thu, 20 Dec 2001 20:14:29 +0000 (20:14 +0000)]
(EMACSSOURCES): Update the list of Emacs manual source files.
Pavel Janík [Thu, 20 Dec 2001 19:01:00 +0000 (19:01 +0000)]
Doc fix.
Pavel Janík [Thu, 20 Dec 2001 18:59:32 +0000 (18:59 +0000)]
Doc fixes.
Dave Love [Thu, 20 Dec 2001 18:43:45 +0000 (18:43 +0000)]
Fix un-doubled backslashes.
Pavel Janík [Thu, 20 Dec 2001 18:17:15 +0000 (18:17 +0000)]
Doc fix for commented out function.
Francesco Potortì [Thu, 20 Dec 2001 09:14:27 +0000 (09:14 +0000)]
In the Etags manual, when comparing the regular expression syntax to
that of Emacs, remove the references to the interval operator, which is
now part of Emacs as well as Etags, and add references to greedy
operators and shy groups, which are now part of Emacs, but not of Etags.
Pavel Janík [Thu, 20 Dec 2001 06:51:24 +0000 (06:51 +0000)]
(bb-member): Remove, use member instead.
(bb-delete): Remove, use delete instead.
Update copyright notice. Defvar for bb-board, bb-x, bb-y,
bb-score, bb-detour-count and bb-balls-placed.
Propertize results of rays.
Pavel Janík [Thu, 20 Dec 2001 06:38:24 +0000 (06:38 +0000)]
*** empty log message ***
Werner LEMBERG [Thu, 20 Dec 2001 05:23:10 +0000 (05:23 +0000)]
Adding euc-tw.
Karl Fogel [Wed, 19 Dec 2001 22:48:02 +0000 (22:48 +0000)]
(isearch-forward, isearch-edit-string): Make doc
strings mention keybinding for `isearch-yank-word-or-char',
rather than `isearch-yank-word', since the former is bound now
and the latter is not.
(isearch-yank-word-or-char): Fix formatting.
Werner LEMBERG [Wed, 19 Dec 2001 22:08:37 +0000 (22:08 +0000)]
*** empty log message ***
Werner LEMBERG [Wed, 19 Dec 2001 22:00:17 +0000 (22:00 +0000)]
More doc string fixes.
Eli Zaretskii [Wed, 19 Dec 2001 19:00:44 +0000 (19:00 +0000)]
(emacs_root_dir): New function.
Eli Zaretskii [Wed, 19 Dec 2001 18:55:01 +0000 (18:55 +0000)]
(Fexpand_file_name) [DOS_NT]: Use the root directory
of the current drive as the fallback for default_directory.
Eli Zaretskii [Wed, 19 Dec 2001 17:15:22 +0000 (17:15 +0000)]
*** empty log message ***
Eli Zaretskii [Wed, 19 Dec 2001 17:14:39 +0000 (17:14 +0000)]
(file_name_completion): Run the elements of
completion-ignored-extensions through ENCODE_FILE.
Eli Zaretskii [Wed, 19 Dec 2001 16:46:50 +0000 (16:46 +0000)]
Add "language" to the load-path.
Richard M. Stallman [Wed, 19 Dec 2001 16:33:16 +0000 (16:33 +0000)]
(describe-language-environment): Fix calls to help-xref-button.
Eli Zaretskii [Wed, 19 Dec 2001 16:08:23 +0000 (16:08 +0000)]
(scmp): Remove prototype, since it's now a static
function private to dired.c.
Pavel Janík [Wed, 19 Dec 2001 09:37:22 +0000 (09:37 +0000)]
Fix typos. From Juanma Barranquero <lektu@teleline.es>.
Pavel Janík [Wed, 19 Dec 2001 07:26:31 +0000 (07:26 +0000)]
Conditionally include config.h.
Clean-up whitespaces.
Pavel Janík [Wed, 19 Dec 2001 07:24:46 +0000 (07:24 +0000)]
Clean-up whitespaces.
Pavel Janík [Wed, 19 Dec 2001 07:23:54 +0000 (07:23 +0000)]
Conditionally include config.h.
Pavel Janík [Wed, 19 Dec 2001 07:21:17 +0000 (07:21 +0000)]
Include "config.h", not <../src/config.h>.
(main): Parenthesize assignment when used as truth value to
prevent gcc warnings.
Pavel Janík [Wed, 19 Dec 2001 06:03:57 +0000 (06:03 +0000)]
Include stdlib.h and string.h conditionally.
Miles Bader [Wed, 19 Dec 2001 02:23:26 +0000 (02:23 +0000)]
Require `ind-util' when compiling.
Richard M. Stallman [Tue, 18 Dec 2001 23:39:30 +0000 (23:39 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 18 Dec 2001 23:39:21 +0000 (23:39 +0000)]
(eval-expression-print-level, eval-expression-print-length): Doc fixes.
Richard M. Stallman [Tue, 18 Dec 2001 22:50:26 +0000 (22:50 +0000)]
(scmp): Function moved from minibuf.c.
Delete multibyte handling--used only on encoded strings.
Richard M. Stallman [Tue, 18 Dec 2001 22:49:19 +0000 (22:49 +0000)]
(scmp): Function moved to dired.c.
Richard M. Stallman [Tue, 18 Dec 2001 22:29:35 +0000 (22:29 +0000)]
Update location of Windows Emacs FAQ.
Minor fixes.
Pavel Janík [Tue, 18 Dec 2001 21:39:17 +0000 (21:39 +0000)]
Fix typos.
Pavel Janík [Tue, 18 Dec 2001 21:30:27 +0000 (21:30 +0000)]
(ethio-modify-vowel): Use char-to-string instead of
decompose-composite-char.
Richard M. Stallman [Tue, 18 Dec 2001 21:14:36 +0000 (21:14 +0000)]
(describe-character-set): Fix the arg to help-xref-button.
Richard M. Stallman [Tue, 18 Dec 2001 19:38:18 +0000 (19:38 +0000)]
(Fdefine_charset): Call Fupdate_coding_systems_internal.
Richard M. Stallman [Tue, 18 Dec 2001 19:37:37 +0000 (19:37 +0000)]
(auto-insert-alist): Redo finding C and C++ headers.
Add a DESCRIPTION for the makefile item.
Richard M. Stallman [Tue, 18 Dec 2001 19:36:46 +0000 (19:36 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 18 Dec 2001 19:35:20 +0000 (19:35 +0000)]
(dired-free-space-program): Variable deleted.
(dired-free-space-args): Variable deleted.
(dired-insert-directory): Don't try to determine free space.
Richard M. Stallman [Tue, 18 Dec 2001 19:35:09 +0000 (19:35 +0000)]
(directory-free-space-program): New variable.
(directory-free-space-args): New variable.
(insert-directory): Use those two variables for getting free space.
Use file-system-info instead, if that is defined.
(font-lock-defaults): Add risky-local-variables prop.
(hack-one-local-variable): Treat various font-lock variables as risky.
Dave Love [Tue, 18 Dec 2001 18:11:36 +0000 (18:11 +0000)]
(lisp, shortlisp): Add language/utf-8-lang.el,
language/georgian.el.
Eli Zaretskii [Tue, 18 Dec 2001 17:56:11 +0000 (17:56 +0000)]
*** empty log message ***
Werner LEMBERG [Tue, 18 Dec 2001 17:55:16 +0000 (17:55 +0000)]
Implementing euc-tw encoding.
Werner LEMBERG [Tue, 18 Dec 2001 17:51:50 +0000 (17:51 +0000)]
Improving doc strings.
Eli Zaretskii [Tue, 18 Dec 2001 17:48:08 +0000 (17:48 +0000)]
(main): Use time_t, not long, to avoid a compiler warning.
Werner LEMBERG [Tue, 18 Dec 2001 17:46:16 +0000 (17:46 +0000)]
Implementing euc-tw encoding.
Improving doc strings.
Pavel Janík [Tue, 18 Dec 2001 17:43:09 +0000 (17:43 +0000)]
Fix typo.
Pavel Janík [Tue, 18 Dec 2001 17:40:09 +0000 (17:40 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 18 Dec 2001 17:39:27 +0000 (17:39 +0000)]
Note that src/Makefile.in needs changes if DONTCOMPILE is modified.
Pavel Janík [Tue, 18 Dec 2001 17:39:22 +0000 (17:39 +0000)]
Fix previous change.
Dave Love [Tue, 18 Dec 2001 17:25:48 +0000 (17:25 +0000)]
*** empty log message ***
Eli Zaretskii [Tue, 18 Dec 2001 17:25:33 +0000 (17:25 +0000)]
(lisp, shortlisp): Synchronize with changes to lisp/Makefile.in:DONTCOMPILE.
Dave Love [Tue, 18 Dec 2001 17:23:14 +0000 (17:23 +0000)]
Add language/utf-8-lang, language/georgian.
Dave Love [Tue, 18 Dec 2001 16:47:01 +0000 (16:47 +0000)]
*** empty log message ***
Dave Love [Tue, 18 Dec 2001 16:45:17 +0000 (16:45 +0000)]
(image-file-name-extensions): Add pnm. Doc fix.
(image-file-name-regexps): Doc fix.
Dave Love [Tue, 18 Dec 2001 16:42:38 +0000 (16:42 +0000)]
(server-unload-hook): New function.
Dave Love [Tue, 18 Dec 2001 16:30:26 +0000 (16:30 +0000)]
(lm-copyright-prefix): Group the leader.
(lm-crack-copyright): Cope with multi-line copyright `lines'.
Pavel Janík [Tue, 18 Dec 2001 16:16:14 +0000 (16:16 +0000)]
(window_box_height): Do not return negative values.
From Gerd Moellmann <gerd@gnu.org>.
Dave Love [Tue, 18 Dec 2001 16:04:56 +0000 (16:04 +0000)]
Remove most-positive-fixnum, most-negative-fixnum.
Dave Love [Tue, 18 Dec 2001 16:02:14 +0000 (16:02 +0000)]
Conditionally include fcntl.h.
Dave Love [Tue, 18 Dec 2001 16:01:11 +0000 (16:01 +0000)]
Include "config.h", not <../src/config.h>.
(_XOPEN_SOURCE): Define as 500.
Dave Love [Tue, 18 Dec 2001 16:00:01 +0000 (16:00 +0000)]
Include "config.h", not <../src/config.h>.
Dave Love [Tue, 18 Dec 2001 15:59:09 +0000 (15:59 +0000)]
Include config.h, stdlib.h.
(xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
Dave Love [Tue, 18 Dec 2001 15:57:02 +0000 (15:57 +0000)]
Conditionally include various headers. Use "epaths.h",
not <../src/epaths.h>.
(malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
Dave Love [Tue, 18 Dec 2001 15:53:57 +0000 (15:53 +0000)]
(newline): Doc fix.
(eval-expression-print-level, eval-expression-print-length): Doc
fix. Amend :type.
(next-line, previous-line): Make arg optional.
(newline): Doc fix.
Dave Love [Tue, 18 Dec 2001 15:37:38 +0000 (15:37 +0000)]
(DONTCOMPILE): Add various language files.
Dave Love [Tue, 18 Dec 2001 15:35:35 +0000 (15:35 +0000)]
(quail-input-string-to-events): Don't use
string-to-list.
Dave Love [Tue, 18 Dec 2001 15:26:51 +0000 (15:26 +0000)]
*** empty log message ***
Pavel Janík [Tue, 18 Dec 2001 06:27:15 +0000 (06:27 +0000)]
*** empty log message ***
Pavel Janík [Tue, 18 Dec 2001 06:26:27 +0000 (06:26 +0000)]
(x_frame_parms): Add missing braces around initializer.
(visual_classes): Likewise.
Pavel Janík [Tue, 18 Dec 2001 06:25:50 +0000 (06:25 +0000)]
(keys): Add missing braces around initializer.
Pavel Janík [Tue, 18 Dec 2001 06:25:27 +0000 (06:25 +0000)]
(head_table): Add missing braces around initializer.
Pavel Janík [Tue, 18 Dec 2001 06:23:17 +0000 (06:23 +0000)]
(separator_names): Add missing braces around initializers.
Richard M. Stallman [Tue, 18 Dec 2001 04:14:20 +0000 (04:14 +0000)]
(comint-dynamic-list-input-ring-select): New function.
Switches back to the old window configuration.
(comint-dynamic-list-input-ring): Bind RET to that function.
(comint-dynamic-list-input-ring-window-conf): New variable.