summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (dired-pop-to-buffer): Fix last fix.Martin Rudalics2009-05-151-1/+2
|
* (dired-pop-to-buffer): Try to make this behave theMartin Rudalics2009-05-152-2/+13
| | | | Emacs 22 way (Bug#1806).
* * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).Chong Yidong2009-05-142-3/+12
|
* Minor doc fix.Chong Yidong2009-05-131-1/+1
|
* * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorialChong Yidong2009-05-122-4/+3
| | | | buffer, since that is what the tutorial text assumes.
* * tutorial.el (help-with-tutorial): Don't use text mode, since theChong Yidong2009-05-122-1/+6
| | | | tutorial text assume Fundamental mode.
* Update.Juanma Barranquero2009-05-121-3/+5
|
* (completion-setup-function):Stefan Monnier2009-05-112-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 Yidong2009-05-102-2/+8
|
* Fix last change.Kim F. Storm2009-05-101-2/+2
|
* Add proper support for confirm-nonexistent-file-or-bufferKim F. Storm2009-05-102-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 Handa2009-05-082-0/+16
|
* (describe-coding-system): Fix for big5.Kenichi Handa2009-05-081-0/+1
|
* (split-window-sensibly): New function.Martin Rudalics2009-05-072-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 fromChong Yidong2009-05-072-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 Monnier2009-05-052-2/+6
|
* (vc-delete-file): Add autoload cookie (bug#3209).Stefan Monnier2009-05-052-0/+5
|
* (epg-wait-for-completion): Add a comment explaining the reason of theDaiki Ueno2009-05-041-0/+1
| | | | previous change.
* * emacs-lisp/bindat.el (bindat-pack): Allocate and set a stringChong Yidong2009-05-042-2/+7
| | | | directly (Bug#2878).
* * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)Juanma Barranquero2009-05-032-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 Ueno2009-05-032-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 Ueno2009-05-032-1/+6
|
* (widget-specify-field, widget-field-value-get, character):Glenn Morris2009-05-022-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 itMartin Rudalics2009-05-022-1/+6
| | | | does not represent a valid value.
* ldefs-boot.el: Regenerate.Chong Yidong2009-05-011-160/+63
|
* Bump version to 23.0.93.Chong Yidong2009-05-011-1/+1
|
* Fix typos.Juanma Barranquero2009-04-301-3/+2
|
* (ns-make-command-string, ns-grabenv)David Reitter2009-04-301-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 Reitter2009-04-301-0/+9
|
* Enhancements for Objective-C:Alan Mackenzie2009-04-303-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 Mackenzie2009-04-301-0/+15
|
* * subr.el (assoc-default): Doc fix.Chong Yidong2009-04-292-5/+11
|
* * files.el (hack-local-variables-prop-line)Chong Yidong2009-04-292-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 thatChong Yidong2009-04-282-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 Monnier2009-04-281-6/+5
|
* (quail-vunion): Remove unexplained nreverse.Stefan Monnier2009-04-282-11/+17
|
* Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el.Reiner Steib2009-04-282-5/+10
|
* (gdb-tooltip-print): Avoid "Non-X frame used"Nick Roberts2009-04-281-1/+2
| | | | error with gud-tooltip-mode in the Linux console.
* *** empty log message ***Nick Roberts2009-04-281-0/+5
|
* Change arg name to make it clear that it's ignored.Chong Yidong2009-04-281-1/+1
|
* * tooltip.el (tooltip-show-help): Fall back onChong Yidong2009-04-282-16/+25
| | | | tooltip-show-help-non-mode for text-only displays.
* (calc-mode): Replace `copy-list' with `copy-sequence'.Jay Belanger2009-04-272-1/+5
|
* (calc-set-mode-line): Check to make sure that the correct Calc bufferJay Belanger2009-04-262-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 backwardsChong Yidong2009-04-252-16/+27
| | | | | against a display string, temporarily ignore the goal column (Bug#3020).
* * startup.el (normal-top-level): Implement a work-around to handleChong Yidong2009-04-252-1/+21
| | | | changes to face-font-rescale-alist during initialization (Bug#1785).
* * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)Michael Albinus2009-04-242-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 Barranquero2009-04-241-9/+9
|
* Revert incorrect checkin.Chong Yidong2009-04-231-7/+1
|
* * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.Chong Yidong2009-04-233-7/+28
| | | | (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
* Fix bug number in comment.Martin Rudalics2009-04-212-2/+2
|