- 06 Oct, 2009 15 commits
-
-
Eli Zaretskii authored
whose value is an integer.
-
Eli Zaretskii authored
-
Juanma Barranquero authored
`indent-tabs-mode' and `show-trailing-whitespace' are nil. * play/animate.el (animate-sequence, animate-birthday-present): * misc.el (butterfly): Don't set `indent-tabs-mode'.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(autoload-generate-file-autoloads): Skip files in autoload-excludes. (batch-update-autoloads): Process a string value of autoload-excludes, set during the build process.
-
Glenn Morris authored
-
Glenn Morris authored
inside with-parsed... macro so that `v' is defined.
-
Glenn Morris authored
Also push mark in the macro case.
-
Glenn Morris authored
Also push mark in the macro case.
-
Glenn Morris authored
enters indirectly via DOC). See http://lists.gnu.org/archive/html/emacs-devel/2009-10/msg00022.html
-
Glenn Morris authored
-
Glenn Morris authored
understand, don't insert another. (Bug#4624) If changing mime charset, insert the new one in the right place.
-
Glenn Morris authored
(cal-tex-cursor-month-landscape) (cal-tex-cursor-month): Correctly increment the end date for diary and holiday listing. (Bug#4626)
-
- 05 Oct, 2009 21 commits
-
-
Stefan Monnier authored
-
Juanma Barranquero authored
* emacs-lisp/chart.el, emacs-lisp/eieio.el, emacs-lisp/eieio-base.el * emacs-lisp/eieio-comp.el, emacs-lisp/eieio-custom.el * emacs-lisp/eieio-datadebug.el, emacs-lisp/eieio-opt.el * emacs-lisp/eieio-speedbar.el
-
Dan Nicolaescu authored
(vc-hg-outgoing-mode, vc-hg-incoming-mode): Set log-view-vc-backend so that diff can work.
-
Dan Nicolaescu authored
vc-version-diff. (vc-diff-internal): Autoload this instead of vc-version-diff.
-
Michael Albinus authored
-
Eli Zaretskii authored
-
Michael Albinus authored
-
Eli Zaretskii authored
-
Michael Albinus authored
(tramp-methods): Add recursive option to `tramp-copy-args'. Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2", "scp1_old", "scp2_old", "rsync", "rsyncc". (tramp-default-method): Check also for `auth-source-user-or-password'. (tramp-file-name-handler-alist, tramp-file-name-for-operation): Add handler for `copy-directory'. (tramp-handle-copy-directory): New defun. (tramp-do-copy-or-rename-file-out-of-band): Handle directory case. (tramp-handle-start-file-process): Raise an error when PROGRAM is nil. Optimize sent command.
-
Eli Zaretskii authored
Update attributes of files.texi example to be more representative.
-
Eli Zaretskii authored
-
Michael Albinus authored
-
Michael Albinus authored
-
Michael Albinus authored
(delete-directory): Use it. (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
-
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 4 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.
-