1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

48936 Commits

Author SHA1 Message Date
Kim F. Storm
9fc63a8939 (show_help_event): Remove unused code. 2003-12-27 22:24:01 +00:00
Kim F. Storm
942b13fa0d (eval.o): Depend on dispextern.h. 2003-12-27 22:03:40 +00:00
Kim F. Storm
a70343bdfd Handle non-readable directories.
(ido-decorations): Add 9th element for non-readable directory.
(ido-directory-nonreadable): New dynamic var.
(ido-set-current-directory): Set it.
(ido-read-buffer, ido-file-internal):
(ido-read-file-name, ido-read-directory-name): Let-bind it.
(ido-file-name-all-completions1): Return empty list for
non-readable directory.
(ido-exhibit): Print [Not readable] if directory is not readable.
(ido-expand-directory): New defun (based on tiny fix from Karl Chen).
(ido-read-file-name, ido-file-internal, ido-read-directory-name):
Use it.
2003-12-27 21:56:51 +00:00
Kim F. Storm
631ec144a1 *** empty log message *** 2003-12-27 21:56:10 +00:00
Lars Hansen
80ca57997d (ls-lisp-insert-directory): Add parameter 'string in
calls to directory-files-and-attributes and file-attributes.
(ls-lisp-format): Remove system dependent handling of user and
group id's.
2003-12-27 18:12:39 +00:00
Per Abrahamsen
cfa921fd39 2003-12-12 Jesper Harder <harder@ifa.au.dk>
* cus-edit.el (custom-add-parent-links): Define "many".

2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>

	* wid-edit.el (widget-child-value-get, widget-child-value-inline)
	(widget-child-validate, widget-type-value-create)
	(widget-type-default-get, widget-type-match): New functions.
	(lazy): New widget.
	(menu-choice, checklist, radio-button-choice, editable-list)
	(group, documentation-string): Removed redundant (per 2003-10-25
	change) calls to `widget-children-value-delete'.
	(widget-choice-value-get, widget-choice-value-inline): Removed
	functions.
	(menu-choice): Updated widget.
2003-12-27 16:41:13 +00:00
Paul Eggert
c91406620c (rlog_options): Append -rbranchtag if CVS/Tag indicates
a tag, and if the user has not specified an rlog option.
Adapted from a suggestion by Martin Stjernholm in
<http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
(Copyright): Update to 2003.
2003-12-27 08:18:42 +00:00
Kenichi Handa
c7211bc531 *** empty log message *** 2003-12-26 11:39:22 +00:00
Robert J. Chassell
d7fc69d16f (texinfo-multi-file-update): create a new list of included files,
called `files-with-node-lines', that only have node lines.  This way
@include commands can include any file, such as version and update
files without node lines, not just files that are chapters.
2003-12-25 20:20:50 +00:00
Luc Teirlinck
fc052137c5 *** empty log message *** 2003-12-25 18:07:44 +00:00
Luc Teirlinck
7b86ef7dbb (ffap-read-file-or-url): Revert previous change. 2003-12-25 17:44:48 +00:00
Luc Teirlinck
86408abdf4 (Fcompleting_read): Undo previous change. 2003-12-25 17:31:23 +00:00
Lars Hansen
b91485007d (Fdirectory_files, Fdirectory_files_and_attributes):
Arguments GCPRO'ed in call to file name handler.
2003-12-25 17:12:59 +00:00
Markus Rost
67fafe38b4 (Fringes): Fix typo "set-buffer-window" -> "set-window-buffer". 2003-12-25 14:10:31 +00:00
Thien-Thi Nguyen
56ffd19437 (tgetst1): Scan for "%pN"; if all
N are continuous in [1,9], remove all "%pN".
2003-12-25 12:13:59 +00:00
Andreas Schwab
8290faa335 (jka-compr-insert-file-contents): Avoid error when
file not found.
2003-12-25 11:06:14 +00:00
Luc Teirlinck
0773471800 Remove trailing whitespace. 2003-12-25 04:52:54 +00:00
Luc Teirlinck
070b546b23 Remove trailing whitespace 2003-12-25 04:20:44 +00:00
Luc Teirlinck
68e74f2578 *** empty log message *** 2003-12-25 04:03:49 +00:00
Luc Teirlinck
70057f39ff (Documentation Tips): Add anchor. 2003-12-25 04:00:56 +00:00
Luc Teirlinck
da9f5ab259 (How Programs Do Loading): Add anchor. 2003-12-25 03:59:14 +00:00
Luc Teirlinck
1bff11dc27 (Accessing Documentation): Add anchor. 2003-12-25 03:57:38 +00:00
Luc Teirlinck
4bdcd3ef21 Replace all occurrences of @acronym{CAR} with @sc{car}, for
consistency with the rest of the Elisp manual.  `car' and `cdr' are
historically acronyms, but are no longer widely thought of as such.
2003-12-25 03:54:16 +00:00
Luc Teirlinck
568ffbeed8 (Pure Storage): Mention that `purecopy' does not copy text properties.
(Object Internals): Now 29 bits are used (in most implementations) to
address Lisp objects.
2003-12-25 03:52:43 +00:00
Luc Teirlinck
74ab3aa34a (Variables with Restricted Values): New node. 2003-12-25 03:49:55 +00:00
Luc Teirlinck
b51785c121 (Lisp Data Types): Mention that certain variables can only take on a
restricted set of values and add an xref to the new node "Variables
with Restricted Values".
2003-12-25 03:45:43 +00:00
Luc Teirlinck
636a7460c9 (Function Indirection): Describe the errors that `indirect-function'
can signal.
(Eval): Clarify the descriptions of `eval-region' and `values'.
Describe `eval-buffer' instead of `eval-current-buffer' and mention
`eval-current-buffer' as an alias for `current-buffer'.  Correct the
description and mention all optional arguments.
2003-12-25 03:42:52 +00:00
Luc Teirlinck
136b1dff19 (Process Information): Add anchor. 2003-12-25 03:38:35 +00:00
Luc Teirlinck
3586412455 Various small changes in addition to the following.
(Converting Representations): Clarify behavior of
`string-make-multibyte' and `string-to-multibyte' for unibyte all
ASCII arguments.
(Character Sets): Document the variable `charset-list' and adapt the
definition of the function `charset-list' accordingly.
(Translation of Characters): Clarify use of generic characters in
`make-translation-table'.  Clarify and correct the description of the
use of translation tables in encoding and decoding.
(User-Chosen Coding Systems): Correct and clarify the description of
`select-safe-coding-system'.
(Default Coding Systems): Clarify description of `file-coding-system-alist'.
2003-12-25 03:34:38 +00:00
Miles Bader
8af1a978a8 Fixup some ChangeLogs 2003-12-24 23:32:12 +00:00
Miles Bader
5ea32bebc8 Add .arch-inventory to .cvsignore 2003-12-24 23:31:55 +00:00
Miles Bader
e311f68bf2 Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
Add .arch-inventory to .cvsignore.
2003-12-24 23:19:06 +00:00
Markus Rost
5378f5e7db *** empty log message *** 2003-12-24 23:19:04 +00:00
Miles Bader
8a372755cf Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-135
Make dired more robust for non-english locales.

lisp/dired.el (dired-between-files): Always use dired-move-to-filename,
which is more robust in non-english locales.
2003-12-24 23:18:55 +00:00
Markus Rost
3c85843f33 (vc-dired-purge): Avoid error from `kill-line'. 2003-12-24 23:18:10 +00:00
Andreas Schwab
7862d3a8e9 Rebuild. 2003-12-24 16:46:28 +00:00
Andreas Schwab
ce6e4c2107 Check for <sys/socket.h>. Include it before
including <net/if.h>.  Move check for <net/if.h> before its use.
2003-12-24 16:45:27 +00:00
Jan Djärv
0b1ec9e984 * Makefile.in (install-arch-dep): Don't let cd output go into
pipe for carbon_appdir.
2003-12-24 12:02:26 +00:00
Andreas Schwab
35996d2260 Rebuild. 2003-12-24 10:46:12 +00:00
Andreas Schwab
cf59a5b753 *** empty log message *** 2003-12-24 10:45:46 +00:00
Andreas Schwab
f60d0e8f8f (PKG_CHECK_MODULES): Fix quoting. 2003-12-24 10:45:25 +00:00
Jan Djärv
f26fab360e * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint. 2003-12-24 10:35:24 +00:00
Jan Djärv
5202d23dfe * xfaces.c (lface_fully_specified_p): Take into account that
MAC OS always have unspecified stipple.
2003-12-24 10:29:59 +00:00
Andreas Schwab
56090b0b3b (shell-file-name-quote-list): Add backslash. 2003-12-24 10:05:48 +00:00
Andreas Schwab
702b4f7f9b (comint-quote-filename): Correctly handle backslash
in comint-file-name-quote-list.
2003-12-24 10:05:31 +00:00
Thien-Thi Nguyen
8babaa5960 *** empty log message *** 2003-12-24 07:32:41 +00:00
Thien-Thi Nguyen
9ad4bf7a45 (tparam1): Add handling for `%pN', which
means use param N for the next substitution.
2003-12-24 07:31:42 +00:00
Thien-Thi Nguyen
08a39b8304 (main): For return code, no longer special-case VMS.
Instead, use `EXIT_SUCCESS' and `EXIT_FAILURE' from stdlib.h.
2003-12-24 06:49:23 +00:00
Thien-Thi Nguyen
2d176448ab (Fcolor_gray_p): Fix omission bug:
In case `frame' is nil, consult the selected frame.
(Fcolor_supported_p): Likewise.
2003-12-24 06:39:58 +00:00
Luc Teirlinck
f74b529c5f *** empty log message *** 2003-12-24 02:58:53 +00:00