Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (dired-pop-to-buffer): Fix last fix. | Martin Rudalics | 2009-05-15 | 1 | -1/+2 | |
| | ||||||
* | (dired-pop-to-buffer): Try to make this behave the | Martin Rudalics | 2009-05-15 | 2 | -2/+13 | |
| | | | | Emacs 22 way (Bug#1806). | |||||
* | * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276). | Chong Yidong | 2009-05-14 | 2 | -3/+12 | |
| | ||||||
* | Minor doc fix. | Chong Yidong | 2009-05-13 | 1 | -1/+1 | |
| | ||||||
* | * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial | Chong Yidong | 2009-05-12 | 2 | -4/+3 | |
| | | | | buffer, since that is what the tutorial text assumes. | |||||
* | * tutorial.el (help-with-tutorial): Don't use text mode, since the | Chong Yidong | 2009-05-12 | 2 | -1/+6 | |
| | | | | tutorial text assume Fundamental mode. | |||||
* | Update. | Juanma Barranquero | 2009-05-12 | 1 | -3/+5 | |
| | ||||||
* | (completion-setup-function): | Stefan Monnier | 2009-05-11 | 2 | -24/+28 | |
| | | | | | Only modify the default-directory in *Completions* (bug#3250). Take partial-completion into account when setting default-directory. | |||||
* | * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178). | Chong Yidong | 2009-05-10 | 2 | -2/+8 | |
| | ||||||
* | Fix last change. | Kim F. Storm | 2009-05-10 | 1 | -2/+2 | |
| | ||||||
* | Add proper support for confirm-nonexistent-file-or-buffer | Kim F. Storm | 2009-05-10 | 2 | -9/+36 | |
| | | | | | | | | | | | values `confirm' and `confirm-after-completion'. (ido-read-internal, ido-buffer-internal, ido-file-internal): Setup and handle require-match arg according to c-n-f-o-b. (ido-show-confirm-message): New dynamic variable. (ido-exit-minibuffer): Request confirmation for non-existing file or buffer according to confirm-nonexistent-file-or-buffer. (ido-decorations): Add 11th element for "confirm" message. (ido-completions): Show confirmation message when requested. | |||||
* | (encoded-kbd-setup-keymap): Fix for big5. | Kenichi Handa | 2009-05-08 | 2 | -0/+16 | |
| | ||||||
* | (describe-coding-system): Fix for big5. | Kenichi Handa | 2009-05-08 | 1 | -0/+1 | |
| | ||||||
* | (split-window-sensibly): New function. | Martin Rudalics | 2009-05-07 | 2 | -61/+126 | |
| | | | | | | | | | | | | | | (split-height-threshold, split-width-threshold): State in doc-string that these affect split-window-sensibly. Change customization subtype from number to integer. (window--splittable-p): Rename to window-splittable-p since it's referred to in doc-string of split-window-sensibly. Update doc-string. (window--try-to-split-window): Unconditionally call split-window-preferred-function and move splitting functionality to split-window-sensibly (Bug#3142). (split-window-preferred-function): Rewrite doc-string. Don't allow nil as customization type. | |||||
* | * faces.el (x-handle-named-frame-geometry): Ignore errors from | Chong Yidong | 2009-05-07 | 2 | -1/+14 | |
| | | | | | x-get-resource due to not yet opened X connection. This is a temporary workaround for Bug#3194. | |||||
* | (vc-svn-parse-status): Accept ?D for removed files (bug#3213). | Stefan Monnier | 2009-05-05 | 2 | -2/+6 | |
| | ||||||
* | (vc-delete-file): Add autoload cookie (bug#3209). | Stefan Monnier | 2009-05-05 | 2 | -0/+5 | |
| | ||||||
* | (epg-wait-for-completion): Add a comment explaining the reason of the | Daiki Ueno | 2009-05-04 | 1 | -0/+1 | |
| | | | | previous change. | |||||
* | * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string | Chong Yidong | 2009-05-04 | 2 | -2/+7 | |
| | | | | directly (Bug#2878). | |||||
* | * term/ns-win.el (ns-alternatives-map, ns-insert-working-text) | Juanma Barranquero | 2009-05-03 | 2 | -19/+29 | |
| | | | | | | | | (ns-echo-working-text, ns-utf8-nfd-post-read-conversion) (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu) (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec) (ns-set-background-alpha, ns-set-foreground-at-mouse) (ns-set-background-at-mouse): Fix typos in docstrings. | |||||
* | Fix timing problem of Bug#2412. | Daiki Ueno | 2009-05-03 | 2 | -1/+5 | |
| | | | | | (epg-wait-for-completion): Sleep after the process exits, to allow process-filter to run (Bug#2412). | |||||
* | (epa--read-signature-type): Fix typo. | Daiki Ueno | 2009-05-03 | 2 | -1/+6 | |
| | ||||||
* | (widget-specify-field, widget-field-value-get, character): | Glenn Morris | 2009-05-02 | 2 | -12/+11 | |
| | | | | | Revert 2009-03-24 change, since it causes a more serious problem than the one it solves. (Closes Bug#3136, reopens Bug#2689.) | |||||
* | (pop-up-frame-function): Remove choice nil since it | Martin Rudalics | 2009-05-02 | 2 | -1/+6 | |
| | | | | does not represent a valid value. | |||||
* | ldefs-boot.el: Regenerate. | Chong Yidong | 2009-05-01 | 1 | -160/+63 | |
| | ||||||
* | Bump version to 23.0.93. | Chong Yidong | 2009-05-01 | 1 | -1/+1 | |
| | ||||||
* | Fix typos. | Juanma Barranquero | 2009-04-30 | 1 | -3/+2 | |
| | ||||||
* | (ns-make-command-string, ns-grabenv) | David Reitter | 2009-04-30 | 1 | -160/+0 | |
| | | | | | | | | (ns-extended-platform-support-mode, menu-bar-ns-file-menu) (ns-arrange-all-frames, ns-arrange-visible-frames) (ns-arrange-frames): remove. These functionalities not available on other (free) platforms will be provided to users outside the Emacs project in the "ns-platform-support" package. | |||||
* | *** empty log message *** | David Reitter | 2009-04-30 | 1 | -0/+9 | |
| | ||||||
* | Enhancements for Objective-C: | Alan Mackenzie | 2009-04-30 | 3 | -4/+84 | |
| | | | | | | | | | | | | | | cc-vars.el (c-objc-method-arg-min-delta-to-bracket, c-objc-method-arg-unfinished-offset, c-objc-method-parameter-offset): New variables. (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry for objc-method-call-cont. cc-langs.el (c-constant-kwds): New ObjC keywords "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER". cc-align.el (c-lineup-ObjC-method-call-colons): New function. | |||||
* | *** empty log message *** | Alan Mackenzie | 2009-04-30 | 1 | -0/+15 | |
| | ||||||
* | * subr.el (assoc-default): Doc fix. | Chong Yidong | 2009-04-29 | 2 | -5/+11 | |
| | ||||||
* | * files.el (hack-local-variables-prop-line) | Chong Yidong | 2009-04-29 | 2 | -4/+14 | |
| | | | | | | | (hack-local-variables, dir-locals-read-from-file): Bind read-circle to nil before reading. * lread.c (Vread_circle): New variable. (read1): Disable recursive read if Vread_circle is nil. | |||||
* | * progmodes/which-func.el (which-function): Don't assume that | Chong Yidong | 2009-04-28 | 2 | -5/+8 | |
| | | | | | entries from `imenu--index-alist' are ordered by buffer position, which fails when submenus are present (Bug#3153). | |||||
* | (load-library): Improve docstring. | Stefan Monnier | 2009-04-28 | 1 | -6/+5 | |
| | ||||||
* | (quail-vunion): Remove unexplained nreverse. | Stefan Monnier | 2009-04-28 | 2 | -11/+17 | |
| | ||||||
* | Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el. | Reiner Steib | 2009-04-28 | 2 | -5/+10 | |
| | ||||||
* | (gdb-tooltip-print): Avoid "Non-X frame used" | Nick Roberts | 2009-04-28 | 1 | -1/+2 | |
| | | | | error with gud-tooltip-mode in the Linux console. | |||||
* | *** empty log message *** | Nick Roberts | 2009-04-28 | 1 | -0/+5 | |
| | ||||||
* | Change arg name to make it clear that it's ignored. | Chong Yidong | 2009-04-28 | 1 | -1/+1 | |
| | ||||||
* | * tooltip.el (tooltip-show-help): Fall back on | Chong Yidong | 2009-04-28 | 2 | -16/+25 | |
| | | | | tooltip-show-help-non-mode for text-only displays. | |||||
* | (calc-mode): Replace `copy-list' with `copy-sequence'. | Jay Belanger | 2009-04-27 | 2 | -1/+5 | |
| | ||||||
* | (calc-set-mode-line): Check to make sure that the correct Calc buffer | Jay Belanger | 2009-04-26 | 2 | -1/+10 | |
| | | | | | gets "Embed" in the mode line. (calc-mode): Copy stack list for additional Calc buffers. | |||||
* | * simple.el (line-move-visual): If point is stuck moving backwards | Chong Yidong | 2009-04-25 | 2 | -16/+27 | |
| | | | | | against a display string, temporarily ignore the goal column (Bug#3020). | |||||
* | * startup.el (normal-top-level): Implement a work-around to handle | Chong Yidong | 2009-04-25 | 2 | -1/+21 | |
| | | | | changes to face-font-rescale-alist during initialization (Bug#1785). | |||||
* | * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat) | Michael Albinus | 2009-04-24 | 2 | -2/+13 | |
| | | | | | | (tramp-handle-file-name-all-completions): Don't use "-b" as ls arg. It does not work on OpenBSD. Reported by Taylor Venable <taylor@metasyntax.net>. | |||||
* | Fix typos. | Juanma Barranquero | 2009-04-24 | 1 | -9/+9 | |
| | ||||||
* | Revert incorrect checkin. | Chong Yidong | 2009-04-23 | 1 | -7/+1 | |
| | ||||||
* | * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var. | Chong Yidong | 2009-04-23 | 3 | -7/+28 | |
| | | | | (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068). | |||||
* | Fix bug number in comment. | Martin Rudalics | 2009-04-21 | 2 | -2/+2 | |
| |