Juanma Barranquero
84b5fcf6be
* spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2009-10-04 01:32:08 +00:00
Juanma Barranquero
d789655614
*** empty log message ***
2009-10-04 01:14:56 +00:00
Juanma Barranquero
131ae8f212
* recentf.el (recentf-unload-function): New function.
2009-10-04 01:12:13 +00:00
Chong Yidong
0fd9cb9c21
* cedet/semantic/db-file.el (semanticdb-default-save-directory):
...
* cedet/srecode/map.el (srecode-map-save-file):
* cedet/ede.el (ede-project-placeholder-cache-file): Use
locate-user-emacs-file. Suggested by Juanma Barranquero.
2009-10-04 01:03:51 +00:00
Glenn Morris
72030c76e9
Add window-full-height-p.
2009-10-04 00:42:47 +00:00
Glenn Morris
ccafbf0696
(window-full-height-p): Add doc string.
2009-10-04 00:41:18 +00:00
Glenn Morris
02c6f0980b
Martin Rudalics <rudalics at gmx.at>
...
(window-full-height-p): New function. (Bug#4543)
2009-10-04 00:40:16 +00:00
Glenn Morris
68972a4f8f
Add 2009 to copyright years.
2009-10-04 00:01:24 +00:00
Chong Yidong
ddae09e52b
Fix last change.
2009-10-03 20:43:31 +00:00
Chong Yidong
8b440f7143
* cedet/ede.el (ede-project-placeholder-cache-file): Default to a file
...
in user-emacs-directory.
2009-10-03 20:40:21 +00:00
Chong Yidong
2f79fdf034
* cedet/srecode/map.el (srecode-map-save-file): Default to a file in
...
user-emacs-directory.
2009-10-03 20:38:30 +00:00
Chong Yidong
0b8cafba2c
* cedet/semantic.el (semantic-mode): Use js-mode-hook for Javascript hook.
2009-10-03 20:30:43 +00:00
Chong Yidong
a70bfe61c0
* cedet/srecode/insert.el: Require srecode/args.
...
* cedet/srecode/args.el: Require srecode/dictionary instead of
srecode/insert.
2009-10-03 19:43:07 +00:00
Chong Yidong
c05676c5ac
* srecode: New directory for SRecode template files.
2009-10-03 19:28:56 +00:00
Chong Yidong
e6e267fcba
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
...
* files.el (auto-mode-alist): Add .srt and Project.ede.
* cedet/semantic.el (semantic-mode): Handle
srecode-template-mode-hook as well.
* cedet/srecode/template.el: Remove hook variable.
* cedet/ede/proj-comp.el: Require ede/pmake when compiling.
* cedet/ede.el (ede-target-forms-menu): Don't enable if no
projects exist.
* cedet/srecode/map.el (srecode-map-base-template-dir): Look for
templates in data-directory.
* cedet/ede/srecode.el (ede-srecode-setup): Use default templates
directory.
* cedet/semantic/util-modes.el (semantic-highlight-func-mode): Doc
fix.
* cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
Only insert each variable once.
* cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
(ede-pmake-insert-variable-shared): Use it.
* cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
for lexical table iff table is nil.
2009-10-03 19:28:05 +00:00
Dan Nicolaescu
ed6b01957e
Remove commented out code.
...
(vc-derived-from-dir-mode): Remove, unused.
(vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2009-10-03 18:29:22 +00:00
Juanma Barranquero
dbf64827d9
* window.c (Fdelete_window): Check WINDOW argument. (Bug#4618)
2009-10-03 13:31:08 +00:00
Michael Albinus
1b8d1cc7b6
*** empty log message ***
2009-10-03 12:36:21 +00:00
Eli Zaretskii
920fd1fc7f
(clear_regexp_cache): Fix a typo in a comment.
2009-10-03 09:51:32 +00:00
Eli Zaretskii
a80ce21345
(fast_looking_at): Fix a typo in the commentary.
2009-10-03 09:34:37 +00:00
Glenn Morris
686ea556eb
(calendar-basic-setup): Handle the case where the frame is wide.
...
(calendar-generate-window): Test for shrinkability rather than width.
2009-10-03 02:19:22 +00:00
Glenn Morris
619392fc97
(data-debug-insert-tag-list): Comment out declaration, currently false.
2009-10-03 02:11:59 +00:00
Glenn Morris
ac3c593c97
(rmail-generate-viewer-buffer): Be more careful about reusing existing
...
buffers, in case we happen to visit two files with the same basename.
(Bug#4593)
2009-10-03 02:07:28 +00:00
Eli Zaretskii
de87fb719d
(WINS_BASIC): Fix last change.
2009-10-02 19:53:53 +00:00
Eli Zaretskii
8f885d01d2
(AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2009-10-02 18:56:05 +00:00
Eli Zaretskii
573709fd61
(WINS_BASIC): Add eieio.
2009-10-02 18:48:23 +00:00
Eli Zaretskii
b4a74f3033
(WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
...
(bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in subdirs
of cedet as well.
2009-10-02 18:46:37 +00:00
Juanma Barranquero
9c3c9fdf41
Fix typos.
2009-10-02 15:47:07 +00:00
Eli Zaretskii
a5b7b0eb47
(update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2009-10-02 15:46:46 +00:00
Stefan Monnier
8d6c1239cb
* help-fns.el (help-function-arglist): Don't check advertised-signature-table.
...
(describe-function-1): Do it here instead so it also applies to subrs.
* emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
Obey advertised-signature-table.
2009-10-02 14:36:54 +00:00
Michael Albinus
c4861de07b
*** empty log message ***
2009-10-02 13:37:38 +00:00
Michael Albinus
91f1142403
* simple.el (start-file-process): Say in the doc-string, that file
...
handlers might not support pty association, if PROGRAM is nil.
2009-10-02 13:27:29 +00:00
Michael Albinus
571c4c8757
*** empty log message ***
2009-10-02 13:21:15 +00:00
Michael Albinus
b3ee21ac4f
* net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
...
HOST and USER are strings. They are nil, when there are
incomplete entries in ~/.netrc, for example.
(ange-ftp-delete-directory): Implement RECURSIVE case. Change to
root directory ("device busy" error otherwise).
2009-10-02 13:20:14 +00:00
Juanma Barranquero
c980f176c5
*** empty log message ***
2009-10-02 12:52:17 +00:00
Eli Zaretskii
120283bd23
Fix arch-tag.
2009-10-02 12:39:29 +00:00
Eli Zaretskii
d2bda74fc9
(WINS_BASIC): Remove cedet.
...
(WINS_CEDET): Add cedet.
(update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2009-10-02 12:19:24 +00:00
Miles Bader
3999968a73
Add arch tagline
2009-10-02 10:53:34 +00:00
Glenn Morris
895d190402
Kevin Ryde <user42 at zip.com.au>
...
(browse-url): Pass any symbol in browse-url-browser-function to
`apply', since if you've mistakenly put an unbound symbol then the
error is clearer. (Bug#4531)
2009-10-02 07:11:13 +00:00
Michael Albinus
e9a0aef83c
* w32fns.c (Fsystem_move_file_to_trash): Use delete-directory.
2009-10-02 06:01:32 +00:00
Michael Albinus
c5c21b70c1
* lisp.h (Qdelete_directory_internal): Remove, because it is not
...
used anymore outside fileio.c.
2009-10-02 05:57:49 +00:00
Juanma Barranquero
32226619c5
Use called-interactively-p' instead of
interactive-p'.
2009-10-02 03:48:36 +00:00
Juanma Barranquero
12a3c28c78
* image-mode.el (image-toggle-display):
...
* emacs-lisp/elp.el (elp-instrument-function):
* emacs-lisp/advice.el (ad-make-advised-definition):
* emacs-lisp/easy-mmode.el (define-minor-mode):
* net/browse-url.el (browse-url-maybe-new-window):
* progmodes/sh-script.el (sh-learn-buffer-indent):
Pass new argument 'any to `called-interactively-p'.
2009-10-02 00:02:02 +00:00
Juanma Barranquero
8d148b0dd1
Fix entry.
2009-10-01 23:42:39 +00:00
Juanma Barranquero
1f70ec5c15
Restore copyright notice, accidentally removed while updating to Unicode 5.2.0.
2009-10-01 23:41:49 +00:00
Juanma Barranquero
171fda8ada
Update to Unicode 5.2.0.
...
* admin/unidata/UnicodeData.txt: Update.
* lisp/international/charprop.el:
* lisp/international/uni-bidi.el:
* lisp/international/uni-category.el:
* lisp/international/uni-combining.el:
* lisp/international/uni-comment.el:
* lisp/international/uni-decimal.el:
* lisp/international/uni-decomposition.e:
* lisp/international/uni-digit.el:
* lisp/international/uni-lowercase.el:
* lisp/international/uni-mirrored.el:
* lisp/international/uni-name.el:
* lisp/international/uni-numeric.el:
* lisp/international/uni-old-name.el:
* lisp/international/uni-titlecase.el:
* lisp/international/uni-uppercase.el:
Regenerate.
2009-10-01 23:34:27 +00:00
Juanma Barranquero
64eb2b561c
* lisp.h (Qdelete_directory_internal):
...
Declare, instead of Qdelete_directory.
* w32fns.c (Fsystem_move_file_to_trash): Use it.
2009-10-01 23:17:39 +00:00
Glenn Morris
b938bbde4d
Convert copyright of authors with assignment to FSF.
...
Remove trailing whitespace.
2009-10-01 17:52:36 +00:00
Glenn Morris
dcb9734a44
(ELCFILES): Regenerate.
2009-10-01 17:49:01 +00:00
Stefan Monnier
9d28c33ede
* eval.c (Fcalled_interactively_p): Add `kind' argument.
...
* subr.el (interactive-p): Mark obsolete.
(called-interactively-p): Make the optional-ness of `kind' obsolete.
* emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
advertised-signature-table for subroutines as well.
2009-10-01 17:47:38 +00:00