1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

47926 Commits

Author SHA1 Message Date
Martin Rudalics
19998f14b6 (dired-pop-to-buffer): Try to make this behave the
Emacs 22 way (Bug#1806).
2009-05-15 15:00:32 +00:00
Chong Yidong
92e0207223 * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276). 2009-05-14 03:50:53 +00:00
Chong Yidong
78e4a31a2d Minor doc fix. 2009-05-13 01:13:51 +00:00
Chong Yidong
b39d28c92a * tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial
buffer, since that is what the tutorial text assumes.
2009-05-12 16:42:20 +00:00
Chong Yidong
7951ca5346 * tutorial.el (help-with-tutorial): Don't use text mode, since the
tutorial text assume Fundamental mode.
2009-05-12 16:06:07 +00:00
Juanma Barranquero
ae232225a9 Update. 2009-05-12 12:28:40 +00:00
Stefan Monnier
a9e3ff690b (completion-setup-function):
Only modify the default-directory in *Completions* (bug#3250).
Take partial-completion into account when setting default-directory.
2009-05-11 15:35:44 +00:00
Chong Yidong
143770f236 * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178). 2009-05-10 22:01:20 +00:00
Kim F. Storm
5b54c385e9 Fix last change. 2009-05-10 21:23:26 +00:00
Kim F. Storm
11c238b380 Add proper support for confirm-nonexistent-file-or-buffer
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.
2009-05-10 21:22:00 +00:00
Kenichi Handa
3909e3a332 (encoded-kbd-setup-keymap): Fix for big5. 2009-05-08 02:25:43 +00:00
Kenichi Handa
c451e59ebc (describe-coding-system): Fix for big5. 2009-05-08 02:15:52 +00:00
Martin Rudalics
8b10a2d198 (split-window-sensibly): New function.
(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.
2009-05-07 09:21:23 +00:00
Chong Yidong
8c61dd01c0 * faces.el (x-handle-named-frame-geometry): Ignore errors from
x-get-resource due to not yet opened X connection.  This is a
temporary workaround for Bug#3194.
2009-05-07 00:03:42 +00:00
Stefan Monnier
e6c01f094d (vc-svn-parse-status): Accept ?D for removed files (bug#3213). 2009-05-05 04:17:27 +00:00
Stefan Monnier
97355c3832 (vc-delete-file): Add autoload cookie (bug#3209). 2009-05-05 04:02:45 +00:00
Daiki Ueno
2a268ee2c5 (epg-wait-for-completion): Add a comment explaining the reason of the
previous change.
2009-05-04 01:33:32 +00:00
Chong Yidong
22d47d5e2b * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
directly (Bug#2878).
2009-05-04 01:18:11 +00:00
Juanma Barranquero
2b4e72e1d5 * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
(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.
2009-05-03 23:19:35 +00:00
Daiki Ueno
de22b81de3 Fix timing problem of Bug#2412.
(epg-wait-for-completion): Sleep after the process
exits, to allow process-filter to run (Bug#2412).
2009-05-03 22:27:40 +00:00
Daiki Ueno
50f13b3e55 (epa--read-signature-type): Fix typo. 2009-05-03 05:46:08 +00:00
Glenn Morris
1d3c7fd69d (widget-specify-field, widget-field-value-get, character):
Revert 2009-03-24 change, since it causes a more serious problem than
the one it solves.  (Closes Bug#3136, reopens Bug#2689.)
2009-05-02 23:44:00 +00:00
Martin Rudalics
36fc09321b (pop-up-frame-function): Remove choice nil since it
does not represent a valid value.
2009-05-02 08:33:25 +00:00
Chong Yidong
904454509e ldefs-boot.el: Regenerate. 2009-05-01 15:32:34 +00:00
Chong Yidong
b336408c6b Bump version to 23.0.93. 2009-05-01 15:32:01 +00:00
Juanma Barranquero
35f5b1280e Fix typos. 2009-04-30 23:43:51 +00:00
David Reitter
1a1961c361 (ns-make-command-string, ns-grabenv)
(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.
2009-04-30 18:01:40 +00:00
David Reitter
9250c1e825 *** empty log message *** 2009-04-30 18:00:29 +00:00
Alan Mackenzie
f0e4b2f240 Enhancements for Objective-C:
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.
2009-04-30 10:36:24 +00:00
Alan Mackenzie
9e95e9f4b5 *** empty log message *** 2009-04-30 10:28:33 +00:00
Chong Yidong
753bc4f650 * subr.el (assoc-default): Doc fix. 2009-04-29 04:46:15 +00:00
Chong Yidong
91f68422d6 * files.el (hack-local-variables-prop-line)
(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.
2009-04-29 03:02:54 +00:00
Chong Yidong
1c6bf19606 * progmodes/which-func.el (which-function): Don't assume that
entries from `imenu--index-alist' are ordered by buffer position,
which fails when submenus are present (Bug#3153).
2009-04-28 21:29:47 +00:00
Stefan Monnier
0a56bf8c52 (load-library): Improve docstring. 2009-04-28 19:00:38 +00:00
Stefan Monnier
afa13c4ab2 (quail-vunion): Remove unexplained nreverse. 2009-04-28 18:58:33 +00:00
Reiner Steib
9cc20f6c21 Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el. 2009-04-28 16:57:53 +00:00
Nick Roberts
4dc5a19d8b (gdb-tooltip-print): Avoid "Non-X frame used"
error with gud-tooltip-mode in the Linux console.
2009-04-28 10:35:41 +00:00
Nick Roberts
a2ced5a9e5 *** empty log message *** 2009-04-28 10:35:08 +00:00
Chong Yidong
1b25a57914 Change arg name to make it clear that it's ignored. 2009-04-28 04:02:57 +00:00
Chong Yidong
68a4b77d15 * tooltip.el (tooltip-show-help): Fall back on
tooltip-show-help-non-mode for text-only displays.
2009-04-28 02:16:49 +00:00
Jay Belanger
7048562d01 (calc-mode): Replace copy-list' with copy-sequence'. 2009-04-27 23:12:20 +00:00
Jay Belanger
26361eae76 (calc-set-mode-line): Check to make sure that the correct Calc buffer
gets "Embed" in the mode line.
(calc-mode): Copy stack list for additional Calc buffers.
2009-04-26 01:39:48 +00:00
Chong Yidong
624a662f9a * simple.el (line-move-visual): If point is stuck moving backwards
against a display string, temporarily ignore the goal
column (Bug#3020).
2009-04-25 15:27:45 +00:00
Chong Yidong
4a0c006124 * startup.el (normal-top-level): Implement a work-around to handle
changes to face-font-rescale-alist during initialization (Bug#1785).
2009-04-25 14:25:06 +00:00
Michael Albinus
65a099b679 * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
(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>.
2009-04-24 13:54:50 +00:00
Juanma Barranquero
a94b978f91 Fix typos. 2009-04-24 00:46:01 +00:00
Chong Yidong
f6b94faa6e Revert incorrect checkin. 2009-04-23 12:22:19 +00:00
Chong Yidong
474749510e * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
(hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
2009-04-23 01:34:54 +00:00
Martin Rudalics
19a4c5043a Fix bug number in comment. 2009-04-21 07:19:01 +00:00
Martin Rudalics
5dadb083d4 (diff-find-source-location): Don't call
diff-sanity-check-hunk when NOPROMPT is non-nil.  (Bug#3030)
2009-04-21 06:56:51 +00:00