1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

92140 Commits

Author SHA1 Message Date
Karl Fogel
13901bcbc4 * bookmark.el
(bookmark-get-bookmark, bookmark-get-bookmark-record,
   bookmark-set-name, bookmark-prop-get, bookmark-prop-set,
   bookmark-get-annotation, bookmark-set-annotation, bookmark-get-filename,
   bookmark-set-filename, bookmark-get-position, bookmark-set-position,
   bookmark-get-front-context-string, bookmark-set-front-context-string,
   bookmark-get-rear-context-string, bookmark-set-rear-context-string,
   bookmark-location, bookmark-jump, bookmark-jump-other-window,
   bookmark-handle-bookmark, bookmark-relocate, bookmark-insert-location,
   bookmark-rename, bookmark-insert, bookmark-delete, bookmark-time-to-save-p,
   bookmark-edit-annotation-mode, bookmark-edit-annotation): Improve doc
   strings to say whether bookmark can be a string or a record or both,
   and make other consistency and clarity fixes.
  (bookmark-get-handler, bookmark--jump-via, bookmark-write-file,
   bookmark-default-annotation-text, bookmark-yank-word,
   bookmark-maybe-load-default-file, bookmark-maybe-sort-alist,
   bookmark-import-new-list, bookmark-maybe-rename,
   bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames,
   bookmark-bmenu-bookmark): Give these doc strings.
  (bookmark-bmenu-check-position): Give this a doc string, but also
   add a FIXME comment about how the function may be pointless.
  (bookmark-default-handler): Rework doc string and change a parameter
   name, to clarify that this takes a bookmark record not a bookmark name.
  (bookmark-set): Change a parameter name to indicate its meaning,
   and improve the doc string a bit.
(Bug#4188)
2009-10-05 01:35:34 +00:00
Karl Fogel
5c1b3e94ad (bookmark-alist): Document the new `handler' element in the param alist.
(bookmark-make-record-function): Adjust documentation for above.
(Bug#4193)
2009-10-04 23:48:33 +00:00
Karl Fogel
8559076d20 (Info-bookmark-make-record): Document this function.
(Info-bookmark-jump): Document with a doc string, not just a comment.
(Bug#4061)
2009-10-04 23:31:52 +00:00
Chong Yidong
d436f538ab * cedet/semantic.el (semantic-mode): Parse all existing buffers when
enabled.
2009-10-04 19:25:26 +00:00
Chong Yidong
82481502da * cedet/semantic.el (semantic-new-buffer-setup-functions): New
option.
(semantic-new-buffer-fcn): Call parser setup functions here.
(semantic-mode): Don't call parser setup functions here, it's done
in semantic-new-buffer-fcn now.

* cedet/srecode/compile.el (srecode-compile-file): Call
semantic-new-buffer-fcn if the buffer has not been parsed.
2009-10-04 19:22:09 +00:00
Chong Yidong
d91485a9a2 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
* cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
(proj-comp-insert-variable-once): New macro, renamed from
ede-pmake-insert-variable-once in ede/pmake.edl.
(ede-proj-makefile-insert-variables): Use it.
2009-10-04 19:00:54 +00:00
Chong Yidong
2e7eba6021 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
(ede-proj-makefile-insert-variables): Require ede/pmake.
2009-10-04 14:25:42 +00:00
Michael Albinus
9a03b2e1ee * NEWS: New function copy-directory. 2009-10-04 12:20:13 +00:00
Michael Albinus
b4583b8c21 * dired-aux.el (dired-copy-file-recursive): Use it. 2009-10-04 12:16:36 +00:00
Michael Albinus
8e692050bd * files.el (copy-directory): New defun. 2009-10-04 12:14:05 +00:00
Eli Zaretskii
b474425446 (syms_of_xdisp) <unibyte-display-via-language-environment>: Doc fix. 2009-10-04 09:07:40 +00:00
Eli Zaretskii
43b3b4d181 (Unibyte Mode): Emphasize that unibyte-display-via-language-environment
affects only the display.
2009-10-04 09:02:31 +00:00
Eli Zaretskii
6308321a84 (Horizontal Scrolling): Document cursor behavior under horizontal
scrolling when point moves off the screen (Bug#4564).  Improve wording.
2009-10-04 08:44:48 +00:00
Juanma Barranquero
a86cd3957b * anti.texi (Antinews):
* macros.texi (Indenting Macros):
* strings.texi (Creating Strings, Case Conversion):
  Remove duplicate words.
2009-10-04 04:00:46 +00:00
Juanma Barranquero
2b34df4ebc Fix typos in comments. 2009-10-04 02:58:53 +00:00
Juanma Barranquero
040759526f * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
(makefile-end-of-command):
* cedet/srecode/srt-mode.el (semantic-beginning-of-context)
  (semantic-end-of-context): Fix previous change.  Doc fixes.
2009-10-04 02:25:42 +00:00
Juanma Barranquero
b4dc7d9888 Fix typos in comments. 2009-10-04 02:11:57 +00:00
Juanma Barranquero
a30e71aee8 * files-x.el (modify-dir-local-variable)
(copy-dir-locals-to-file-locals-prop-line):
* cedet/ede/makefile-edit.el (makefile-beginning-of-command)
  (makefile-end-of-command):
* cedet/semantic/lex.el (semantic-lex-token):
* cedet/semantic/analyze/fcn.el
  (semantic-analyze-dereference-metatype-1):
* cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
  (semantic-lex-cpp-undef):
* cedet/semantic/wisent/wisent.el (wisent-skip-block):
* cedet/srecode/srt-mode.el (semantic-beginning-of-context)
  (semantic-end-of-context): Fix typos in docstrings.
2009-10-04 01:44:39 +00:00
Juanma Barranquero
04e65fdbb7 * org.el (org-directory, org-map-entries):
* org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
2009-10-04 01:36:07 +00:00
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