- 09 Jul, 2011 4 commits
-
-
Glenn Morris authored
-
Martin Rudalics authored
* window.el (display-buffer-default-specifiers): Remove. (display-buffer-macro-specifiers): Remove default specifiers. (display-buffer-alist): Default to nil. (display-buffer-reuse-window): New optional argument other-window. (display-buffer-pop-up-window): Allow splitting internal windows. Check whether a live window was created. (display-buffer-other-window-means-other-frame) (display-buffer-normalize-arguments): Rename to display-buffer-normalize-argument and rewrite. Set the other-window specifier. (display-buffer-normalize-special): New function. (display-buffer-normalize-options): Rename to display-buffer-normalize-default and rewrite. (display-buffer-normalize-options-inhibit): Remove. (display-buffer-normalize-specifiers): Rewrite. (display-buffer): Process other-window specifier and call display-buffer-reuse-window with it. Emulate Emacs 23 behavior more faithfully. (pop-up-windows, even-window-heights): Restore Emacs 23 default values. (display-buffer-alist-set): Don't handle 'unset default values. (display-buffer-in-window, display-buffer-alist-set): Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn <tassilo@member.fsf.org>.
-
Leo Liu authored
-
Glenn Morris authored
-
- 08 Jul, 2011 6 commits
-
-
Andreas Schwab authored
initialization. * lisp/custom.el (custom-initialize-delay): Doc fix.
-
Stefan Monnier authored
Fixes: debbugs:5805
-
Michael Albinus authored
human-friendly prompt.
-
Stefan Monnier authored
provided by a particular plugin.
-
Lars Magne Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-query-smtp-server): Ditto. * mail/sendmail.el (sendmail-query-once): If we aren't allowed to save customizations (with "emacs -Q"), just set the variable instead of erroring out.
-
Juri Linkov authored
(archive-zip-update-case): Use 7z if found by `executable-find'. The order of searching the available programs is the same as in `archive-zip-extract'. Fixes: debbugs:8968
-
- 07 Jul, 2011 10 commits
-
-
Chong Yidong authored
* lisp/menu-bar.el (menu-bar-line-wrapping-menu): Revert last change. (menu-bar-options-menu): Tweak descriptions.
-
Lars Magne Ingebrigtsen authored
* menu-bar.el (menu-bar-line-wrapping-menu): Also refill to fit under 80 columns. Fixes: debbugs:1421
-
Chong Yidong authored
* lisp/info.el (info, Info-read-node-name-2, Info-read-node-name-1) (Info-read-node-name): Doc fix.
-
Chong Yidong authored
* lisp/thingatpt.el (forward-thing, bounds-of-thing-at-point) (thing-at-point, beginning-of-thing, end-of-thing, in-string-p) (end-of-sexp, beginning-of-sexp) (thing-at-point-bounds-of-list-at-point, forward-whitespace) (forward-symbol, forward-same-syntax, word-at-point) (sentence-at-point): Doc fix (Bug#1144).
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:1281
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:75
-
Lars Magne Ingebrigtsen authored
* net/network-stream.el (network-stream-open-starttls): If gnutls negotiation fails, then possibly try again with a non-encrypted connection. Fixes: debbugs:9017
-
Lars Magne Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can be used.
-
Richard M. Stallman authored
-
Chong Yidong authored
* lisp/window.el (next-buffer, previous-buffer): Signal an error if called from a minibuffer window. * lisp/bindings.el: Revert 2011-07-04 change.
-
- 06 Jul, 2011 18 commits
-
-
Kenichi Handa authored
-
Richard M. Stallman authored
-
Lars Magne Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-default-smtp-server): Made into a defcustom again for backwards compatibility.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:957
-
Lars Magne Ingebrigtsen authored
to "\\sw\\|\\s_" (bug#358).
-
Lars Magne Ingebrigtsen authored
(dired-unmark-backward): Ditto. (dired-flag-backup-files): Ditto. * dired-x.el (dired-mark-sexp): Ditto. Fixes: debbugs:8770
-
Richard M. Stallman authored
-
Lars Magne Ingebrigtsen authored
of faces when `M-C-x'-ing their definitions. Also clean up the code slightly. Fixes: debbugs:8378
-
Richard M. Stallman authored
-
Lars Magne Ingebrigtsen authored
* progmodes/grep.el (rgrep): Don't bind `process-connection-type', because that makes the colours go away.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
a plain connection even if the server offered STARTTLS, and we kinda wanted to use it, if Emacs doesn't have any STARTTLS capability. This should make smtpmail.el work in slightly more configurations.
-
Michael Albinus authored
* net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
-
Michael Mauger authored
(sql-product-alist): Added product :completion-object, :completion-column, and :statement attributes. (sql-mode-menu, sql-interactive-mode-map): Fixed List entries. (sql-mode-syntax-table): Mark all punctuation. (sql-font-lock-keywords-builder): Temporarily removed fallback on ansi keywords. (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions. (sql-mode-oracle-font-lock-keywords): Improved. (sql-oracle-show-reserved-words): New function for development. (sql-product-font-lock): Simplify for source code buffers. (sql-product-syntax-table, sql-product-font-lock-syntax-alist): New functions. (sql-highlight-product): Set product specific syntax table. (sql-mode-map): Added statement movement functions. (sql-ansi-statement-starters, sql-oracle-statement-starters): New variable. (sql-statement-regexp, sql-beginning-of-statement) (sql-end-of-statement, sql-signum): New functions. (sql-buffer-live-p, sql=find-sqli-buffer): Added CONNECTION parameter. (sql-show-sqli-buffer): Bug fix. (sql-interactive-mode): Store connection data as buffer local. (sql-connect): Added NEW-NAME parameter. Redesigned interaction with sql-interactive-mode. (sql-save-connection): Save buffer local settings. (sql-connection-menu-filter): Changed menu entry name. (sql-product-interactive): Bug fix. (sql-preoutput-hold): New variable. (sql-interactive-remove-continuation-prompt): Bug fixes. (sql-debug-redirect): New variable. (sql-str-literal): New function. (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute): Redesigned. (sql-oracle-save-settings, sql-oracle-restore-settings) (sql-oracle-list-all, sql-oracle-list-table): New functions. (sql-completion-object, sql-completion-column) (sql-completion-sqlbuf): New variables. (sql-build-completions-1, sql-build-completions) (sql-try-completion): New functions. (sql-read-table-name): Use them. (sql-contains-names): New buffer local variable. (sql-list-all, sql-list-table): Use it. (sql-oracle-completion-types): New variable. (sql-oracle-completion-object, sql-sqlite-completion-object) (sql-postgres-completion-object): New functions.
-
Glenn Morris authored
-
Glenn Morris authored
-
- 05 Jul, 2011 2 commits
-
-
Chong Yidong authored
Suggested by Dan Nicolaescu.
-
Stefan Monnier authored
(gdb-setup-windows, gdb-restore-windows): Avoid other-window and switch-to-buffer.
-