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

47943 Commits

Author SHA1 Message Date
Chong Yidong
70cb3ee246 Bump version to 23.0.94. 2009-05-23 03:13:49 +00:00
Chong Yidong
2657775f8b Regenerate. 2009-05-23 03:12:49 +00:00
Chong Yidong
d4bbd646f4 * progmodes/grep.el (grep-compute-defaults): Simplify how settings
are looked up.
(grep-apply-setting): New function.
(grep-highlight-matches, grep-command, grep-template)
(grep-use-null-device, grep-find-command, grep-find-template):
Clarify role of grep-compute-defaults in docstrings.  Use
grep-apply-setting to apply changes (Bug#3343).
2009-05-23 00:11:53 +00:00
Glenn Morris
d5a8ed1053 (calendar-forward-day): Fix 2008-06-21 change -
always move cursor to new date.  (Bug#3338)
2009-05-21 04:40:08 +00:00
Stefan Monnier
24d2266c20 (tex-uptodate-p): Accept [1{/var/foo}] as a page number. 2009-05-20 15:14:20 +00:00
Jason Rumney
41c4018353 (locate-dominating-stop-dir-regexp): Add terminal
directory separator to UNC path case (Bug#3252).
2009-05-20 12:53:54 +00:00
Chong Yidong
ae8ba4092c * indent.el (indent-for-tab-command): Fix typo in docstring. 2009-05-20 02:35:45 +00:00
Chong Yidong
4b77f8a33f * international/encoded-kb.el (encoded-kbd-setup-display): Change
DISPLAY arg to TERMINAL.

* international/mule.el (set-terminal-coding-system)
(set-keyboard-coding-system): Change DISPLAY arg to TERMINAL.
2009-05-20 02:17:50 +00:00
Alan Mackenzie
a0526d5ee5 cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed from
c-neutralize-syntax-in-CPP.  Set the variables c-new-BEG and c-new-END,
thus extending the font-lock region.
(c-font-lock-init): Don't set obsolete variable font-lock-lines-before.

cc-langs.el (c-before-font-lock-function): Rename a value to
c-extend-and-neutralize-syntax-in-CPP.
2009-05-19 22:35:07 +00:00
Alan Mackenzie
30d01cdc47 *** empty log message *** 2009-05-19 22:31:26 +00:00
Kenichi Handa
3a92c09593 (set-face-attribute): Fix handling of :family "FOUNDRY-FAMILY". 2009-05-19 01:28:54 +00:00
Chong Yidong
5858bcc49b * register.el (register-alist): Doc fix (Bug#3311). 2009-05-18 17:08:19 +00:00
Richard M. Stallman
0b508a2736 * progmodes/compile.el (compilation-filter): If inserting at end
of accessible part of buffer, keep end of output visible.
2009-05-18 16:30:59 +00:00
Richard M. Stallman
4df49ff1d2 * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do.
Don't call rmail-modify-format here.
(rmail-expunge): Call it here after expunge is confirmed.
(rmail-confirm-expunge): Doc fix.  Mark as risky.
(rmail-convert-babyl-to-mbox): Call rmail-modify-format.
(rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'.
For other attributes, call `rmail-modify-format',
and propagate the modified flag to rmail-buffer.
2009-05-18 16:26:57 +00:00
Richard M. Stallman
f5b574ad03 * mail/rmailedit.el (rmail-edit-current-message):
Call rmail-modify-format here.
(rmail-cease-edit): Not here.
2009-05-17 16:11:23 +00:00
Stefan Monnier
2793b89ee4 (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case
of any kind of error (e.g. when "sha1sum" is not found).
2009-05-17 03:38:41 +00:00
Martin Rudalics
b50e9ccf43 (dired-pop-to-buffer): Fix last fix. 2009-05-15 18:14:03 +00:00
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