- 05 Oct, 2009 7 commits
-
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Karl Fogel authored
don't do anything related to relocating, just return nil. (bookmark-error-no-filename): New error. (bookmark-default-handler): Signal `bookmark-error-no-filename' if bookmark has no file. Don't even attempt to handle things that are not files; the whole point of custom handlers is to keep that knowledge elsewhere anyway. Tighten some comments. (bookmark-file-or-variation-thereof): Remove now-unused function. (bookmark-location): Doc string fix. (Bug#4250)
-
Karl Fogel authored
don't use a file dialog, because they usually don't know how to read a directory target from the user. (Bug#4230) Also, make sure the prompt can display directories as well as files.
-
Vinicius Jose Latorre authored
-
Karl Fogel authored
(Bug#1193)
-
Karl Fogel authored
(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)
-
- 04 Oct, 2009 26 commits
-
-
Karl Fogel authored
(bookmark-make-record-function): Adjust documentation for above. (Bug#4193)
-
Karl Fogel authored
(Info-bookmark-jump): Document with a doc string, not just a comment. (Bug#4061)
-
Chong Yidong authored
enabled.
-
Chong Yidong authored
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.
-
Chong Yidong authored
* 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.
-
Chong Yidong authored
(ede-proj-makefile-insert-variables): Require ede/pmake.
-
Michael Albinus authored
-
Michael Albinus authored
-
Michael Albinus authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
affects only the display.
-
Eli Zaretskii authored
scrolling when point moves off the screen (Bug#4564). Improve wording.
-
Juanma Barranquero authored
* macros.texi (Indenting Macros): * strings.texi (Creating Strings, Case Conversion): Remove duplicate words.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(makefile-end-of-command): * cedet/srecode/srt-mode.el (semantic-beginning-of-context) (semantic-end-of-context): Fix previous change. Doc fixes.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(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.
-
Juanma Barranquero authored
* org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Chong Yidong authored
* 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.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(window-full-height-p): New function. (Bug#4543)
-
Glenn Morris authored
-
- 03 Oct, 2009 7 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
in user-emacs-directory.
-
Chong Yidong authored
user-emacs-directory.
-
Chong Yidong authored
-
Chong Yidong authored
* cedet/srecode/args.el: Require srecode/dictionary instead of srecode/insert.
-
Chong Yidong authored
-
Chong Yidong authored
* 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.
-