- 28 Mar, 2010 7 commits
-
-
Katsumi Yamaoka authored
* auth.texi (Secret Service API): Add TODO node. (Help for users): Explain the new source options for `auth-sources'.
-
Katsumi Yamaoka authored
* auth-source.el (auth-sources): Change default to be simpler. Explain about Secret Service API sources. Improve Customize options. (auth-source-pick): Change to accept any number of search parameters. Implement fallbacks iteratively, not recursively. Add scoring on the second pass and sort by score. Call Secret Service API when needed. (auth-source-user-or-password): Use it. Call Secret Service API directly when needed to get the user name and the password.
-
Nick Roberts authored
-
Chong Yidong authored
* progmodes/compile.el (compilation-start): Fix regexp detection of initial cd command (Bug#5771).
-
Chong Yidong authored
-
Glenn Morris authored
-
Nick Roberts authored
-
- 27 Mar, 2010 5 commits
-
-
Nick Roberts authored
added: lisp/progmodes/gdb-mi.el removed: lisp/progmodes/gdb-ui.el modified: doc/emacs/building.texi doc/emacs/emacs.texi etc/NEWS lisp/Makefile.in lisp/progmodes/gud.el
-
Eli Zaretskii authored
makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the argument of "-l" in $(ARGQUOTE), in case it includes blanks or other special characters.
-
Eli Zaretskii authored
config.bat <lib-src>: Edit out lines that begin with several # characters. msdos/sedlisp.inp (VPATH): Don't edit, no longer needed. (lisp, srcdir): Adapt to lisp/Makefile.in changes. (abs_top_builddir): New edit. msdos/sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values. msdos/sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values. msdos/sed1v2.inp (abs_builddir): Edit into "../src".
-
Eli Zaretskii authored
-
Chong Yidong authored
-
- 25 Mar, 2010 5 commits
-
-
YAMAMOTO Mitsuharu authored
-
Helmut Eller authored
-
Glenn Morris authored
* desktop.el (desktop-save-buffer-p): Don't mistakenly include all dired buffers, even tramp ones.
-
Ted Zlatanov authored
(url-http-parse-headers): Fix wrong variable name.
-
Stefan Monnier authored
* mpc.el: Remove backward compatibility code. (mpc-browser-tags): Change default. (mpc--find-memoize-union-tags): New var. (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun. (mpc-cmd-find): Handle the case where the playlist does not exist. Handle union-tags. (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags. (mpc-cmd-add): Use mpc-cmd-flush. (mpc-tagbrowser-tag-name): New fun. (mpc-tagbrowser-buf): Use it. (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
-
- 24 Mar, 2010 18 commits
-
-
Stefan Monnier authored
* progmodes/make-mode.el (makefile-bsdmake-rule-action-regex): Use replace-regexp-in-string. (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table. (makefile-imake-mode-syntax-table): Move init into defvar. (makefile-mode): Use define-derived-mode.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(makefile-make-font-lock-keywords): Adjust rule since submatch 1 may not be present any more.
-
Sam Steingold authored
-
Ted Zlatanov authored
* url-http.el (url-http-codes): New variable to hold a mapping of HTTP status codes' numbers, their symbolic name, and their text. (url-http-parse-headers): Use it, leaving the original numeric code in a comment.
-
Glenn Morris authored
log-edit-before-checkin-process.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
(log-view-process-buffer, log-edit-extra-flags): Declare.
-
Glenn Morris authored
-
Glenn Morris authored
(mail-source-delete-old-incoming): Require gnus-util.
-
Glenn Morris authored
Consistently check ede-object is bound throughout.
-
Glenn Morris authored
* ack.texi (Acknowledgments): * emacs.texi (Acknowledgments): Fix ispell attribution.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
* faces.el (set-face-attribute): Fix typo in docstring. (face-valid-attribute-values): Reflow docstring. * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
-
Arni Magnusson authored
-
- 23 Mar, 2010 5 commits
-
-
Sam Steingold authored
modifications, not on file modifications. (buffer-modtime): New buffer-local variable: the buffer modification time, for buffers not associated with files. (compilation-mode): Create it. (compilation-filter): Update it. (compilation-next-error-function): Use it instead of `visited-file-modtime' for timestamp.
-
Sam Steingold authored
-
Juri Linkov authored
-
Juri Linkov authored
http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html * replace.el (occur): Doc fix. (occur-engine): Set `begpt' to the beginning of the first line. Set `endpt' to the end of the last match line. At first, count line numbers between `origpt' and `begpt'. Split out code from `out-line' variable to new let-bindings `match-prefix' and `match-str'. In `out-line' add non-numeric prefix to all non-first lines of multi-line matches. Finally, count lines between `begpt' and `endpt' and add to `lines'.
-
Juri Linkov authored
(occur-accumulate-lines, occur-engine): Add arg `keep-props'.
-