Commit Graph

67571 Commits

Author SHA1 Message Date
Richard M. Stallman
616faee50d Say that C-d and DEL with arg do killing. 2006-12-17 22:12:59 +00:00
Alan Mackenzie
aca2cfd2b6 programs.texi (Left Margin Paren): Remove the bit which says
that CC Mode sets open-paren-in-column-0-is-defun-start to nil.
Discuss some of the issues of setting this option to nil.
2006-12-17 22:04:05 +00:00
Richard M. Stallman
fe963f844b (Parsing Expressions): Split up node.
(Motion via Parsing, Position Parse, Parser State)
(Low-Level Parsing, Control Parsing): New subnodes.
(Parser State): Document syntax-ppss-toplevel-pos.
2006-12-17 22:02:52 +00:00
Richard M. Stallman
07af30248a (List Motion): Punctuation fix. 2006-12-17 22:01:03 +00:00
Richard M. Stallman
15b8c5c69d Comment change. 2006-12-17 20:39:33 +00:00
Richard M. Stallman
294f1c392f *** empty log message *** 2006-12-17 20:16:00 +00:00
Richard M. Stallman
b6ce54d67a Fix previous change. 2006-12-17 20:14:13 +00:00
Richard M. Stallman
40a658890e (File Name Completion): Document PREDICATE arg to file-name-completion. 2006-12-17 20:13:13 +00:00
Richard M. Stallman
aaf469fc3d (Fread_file_name_internal): Pass Vread_file_name_predicate
to Ffile_name_completion.
2006-12-17 20:11:16 +00:00
Richard M. Stallman
abfb193276 (file_name_completion): New arg PREDICATE. Some cleanup.
(file_name_completion): New arg PREDICATE.
2006-12-17 20:10:33 +00:00
Richard M. Stallman
eb0455abe8 (magic-mode-alist): Mark as risky.
(make-backup-file-name-1): Expand backup-directory explicitly.
2006-12-17 18:03:26 +00:00
Magnus Henoch
b8976ce04f *** empty log message *** 2006-12-17 17:00:18 +00:00
Michael Albinus
210a7c2c92 * net/tramp.el (tramp-default-method): Before setting to "pscp",
check whether package password.el is loaded, or Pageant is running.
2006-12-17 12:58:04 +00:00
Juanma Barranquero
f6e22881e2 (Fkill_buffer): Doc fix.
(syms_of_buffer) <kill-buffer-query-functions>: Doc fix.
2006-12-17 11:54:10 +00:00
Glenn Morris
6110bf7c07 Copy copyright header from forms.el (at rms instruction). 2006-12-17 07:02:26 +00:00
Glenn Morris
1513a14b51 Add a copyright notice, with years based on earliest date in this
file, combined with broadest subsequent set used for other url files.
2006-12-17 07:00:03 +00:00
Glenn Morris
08a1e8ade4 Verna has assigned copyright to FSF, so merge his years info FSF's. 2006-12-17 06:51:14 +00:00
Glenn Morris
b2599f0913 Scholz has assigned copyright to FSF, so merge his years info FSF's. 2006-12-17 06:50:19 +00:00
Glenn Morris
c4ad63f6ed (Editing Abbrevs): Mention system abbrevs. 2006-12-17 06:48:06 +00:00
Glenn Morris
91e03a5166 *** empty log message *** 2006-12-17 06:47:42 +00:00
Glenn Morris
37b7b216f3 From Ulf Jasper <ulf.jasper at web.de>:
(icalendar-version): Increase to "0.14".
(icalendar--rris): First try Emacs, then XEmacs.
(icalendar--convert-ical-to-diary): Doc fix.  Insert
newline at end of target file.
2006-12-17 06:23:52 +00:00
Glenn Morris
dd7bf8ce57 Change from author with no copyright assignment was "tiny". 2006-12-17 06:14:02 +00:00
Richard M. Stallman
f57a293d54 *** empty log message *** 2006-12-17 04:39:52 +00:00
Kim F. Storm
203bef736b (outline-isearch-open-invisible-function): New defvar.
(outline-flag-region): Use it if non-nil for isearch-open-invisible
overlay property instead of outline-isearch-open-invisible.
2006-12-17 00:48:26 +00:00
Kim F. Storm
e18be86141 *** empty log message *** 2006-12-17 00:48:14 +00:00
Juanma Barranquero
f03c189460 *** empty log message *** 2006-12-16 20:43:50 +00:00
Juanma Barranquero
9b6b374a7d (Ftry_completion): Check that obarray buckets are symbols. 2006-12-16 20:38:14 +00:00
Eli Zaretskii
6d95228dad (Building Emacs, Writing Emacs Primitives): Add index entries. 2006-12-16 19:16:30 +00:00
Eli Zaretskii
1521f22e7f (Windows Keyboard): Fix last change. 2006-12-16 18:48:44 +00:00
Eli Zaretskii
b58d0378c5 *** empty log message *** 2006-12-16 14:39:33 +00:00
Eli Zaretskii
a01763cbe7 (w32-window-exists-p): New function.
(syms_of_w32fns): Defsubr it.
2006-12-16 14:38:44 +00:00
Eli Zaretskii
651f81720c Document problems with rebasing Cygwin DLLs. 2006-12-16 14:00:15 +00:00
Eli Zaretskii
04afd01e97 *** empty log message *** 2006-12-16 12:46:45 +00:00
Eli Zaretskii
28440f28b9 [STDC_HEADERS]: Include stdlib.h. 2006-12-16 12:45:59 +00:00
Eli Zaretskii
750998846b (Windows Files): `w32-get-true-file-attributes' is only relevant for NTFS
volumes.
(ls in Lisp): `links' in `ls-lisp-verbosity' is only relevant to NTFS volumes.
2006-12-16 12:31:22 +00:00
Eli Zaretskii
6041f4e1e2 (Windows Keyboard): Clarify `w32-recognize-altgr' effect. 2006-12-16 12:23:25 +00:00
Kim F. Storm
1fd1a9f248 (ido-toggle-ignore, ido-completion-help): Print message while
reading big directory.
2006-12-16 01:34:10 +00:00
Kim F. Storm
d762e2f00e *** empty log message *** 2006-12-16 01:33:58 +00:00
Kim F. Storm
c05b06127d (ido-completion-help): Build ido-cur-list and ido-matches
if ido-directory-too-big is set on entry.
2006-12-16 01:24:26 +00:00
Kim F. Storm
6e5af5e5c1 *** empty log message *** 2006-12-16 01:24:16 +00:00
Juanma Barranquero
33202706c2 (Ftry_completion): Use `check_obarray' if ALIST is a vector. 2006-12-16 00:47:30 +00:00
Richard M. Stallman
c3342e8eb3 (shell): Doc fix. 2006-12-15 21:21:43 +00:00
Richard M. Stallman
71af6fc467 (shell): Doc fix. 2006-12-15 21:17:01 +00:00
Richard M. Stallman
f038449950 Comment and whitespace changes. 2006-12-15 19:05:47 +00:00
Juanma Barranquero
0d3d671926 Rework a few comments. 2006-12-15 17:50:28 +00:00
Eli Zaretskii
75036d1c40 *** empty log message *** 2006-12-15 16:36:31 +00:00
Eli Zaretskii
ced748496e (USAGE3): Clarify documentation of --color. 2006-12-15 16:35:43 +00:00
Eli Zaretskii
6687ffc7be Replace /' with a -', to fix a problem on Cygwin. 2006-12-15 16:24:04 +00:00
Eli Zaretskii
09e5121dcb Update maintainer's email address. Corrects documentation of C-b binding. 2006-12-15 16:11:08 +00:00
Eli Zaretskii
8830e9daae Update maintainer's email address. 2006-12-15 16:09:17 +00:00