1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

92108 Commits

Author SHA1 Message Date
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
Stefan Monnier
ced10a4c9f * emacs-lisp/byte-run.el (advertised-signature-table): New var.
(set-advertised-calling-convention): New function.
(make-obsolete, define-obsolete-function-alias)
(make-obsolete-variable, define-obsolete-variable-alias):
Make the optional-ness of `when' obsolete.
(define-obsolete-face-alias): Make `when' non-optional.
* help-fns.el (help-function-arglist):
* emacs-lisp/bytecomp.el (byte-compile-fdefinition):
Use advertised-signature-table.
2009-10-01 16:54:21 +00:00
Michael Albinus
d308026462 * files.texi (Directories): delete-directory has an optional
parameter RECURSIVE.
2009-10-01 15:51:43 +00:00
Michael Albinus
bd51ea7fe5 * files.texi (Directories): delete-directory prompts for recursive
deletion.
2009-10-01 15:44:10 +00:00
Michael Albinus
cc3dda16b9 * net/tramp-smb.el (tramp-smb-errors): Add error message for
connection timeout.
(tramp-smb-handle-delete-directory): Handle optional parameter
RECURSIVE.
2009-10-01 15:40:59 +00:00
Michael Albinus
93776a8c4a * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Handle
optional parameter RECURSIVE.
2009-10-01 15:39:25 +00:00
Michael Albinus
ecacb4d68c * net/tramp-fish.el (tramp-fish-handle-delete-directory): Handle
optional parameter RECURSIVE.
2009-10-01 15:35:35 +00:00
Michael Albinus
c15cdf0268 * net/tramp.el (tramp-handle-make-directory): Flush upper
directory's file properties.
(tramp-handle-delete-directory): Handle optional parameter
RECURSIVE.
(tramp-handle-dired-recursive-delete-directory): Flush directory
properties after the remove command only.
2009-10-01 15:34:56 +00:00
Michael Albinus
c90a8a9f87 * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
parameter RECURSIVE.  Implementation is missing.
2009-10-01 15:33:44 +00:00
Michael Albinus
9d8f3bd914 * fileio.c (Fdelete_directory_internal): Renamed from
Fdelete_directory.  It is not a command anymore.  It has no file
name handler.
2009-10-01 15:08:13 +00:00
Michael Albinus
96ad4c3575 * files.el (delete-directory): New defun. The original function
in fileio.c has been renamed to `delete-directory-internal'.
2009-10-01 15:04:22 +00:00
Michael Albinus
56808ea036 *** empty log message *** 2009-10-01 15:01:32 +00:00
Stefan Monnier
85d145633b (Swapping Text): Minor clarification. 2009-10-01 14:33:58 +00:00
Carsten Dominik
0c0d84594d 2009-10-01 Carsten Dominik <dominik@u016822.science.uva.nl>
* refcards/orgcard.tex: New version number.
2009-10-01 08:04:46 +00:00