Stefan Monnier
7d56ddc576
(cvs-mode-add-change-log-entry-other-window): Use a directory
...
name for buffer-file-name if it refers to a directory.
2007-07-23 05:32:32 +00:00
Jason Rumney
d93290ed10
(comint-simple-send): Concat newline before sending.
...
(comint-password-prompt-regexp): Recognize plink's passphrase prompt.
2007-07-22 22:55:09 +00:00
Jason Rumney
4fc066e164
(set-default-process-coding-system): Use dos line ends
...
for input to cmdproxy on all versions of Windows.
Use dos line ends for input to plink.
2007-07-22 22:53:48 +00:00
Juri Linkov
e81ab98642
(isearch-edit-string): Save old point and
...
isearch-other-end to old-point and old-other-end before reading
the search string from minibuffer. After exiting minibuffer set
point to old-other-end if point and the search direction is the
same as before reading the search string.
(isearch-del-char): Don't set isearch-yank-flag to t. Put point
to isearch-other-end. Instead of isearch-search-and-update call
three functions isearch-search, isearch-push-state and isearch-update.
2007-07-22 22:35:10 +00:00
Reiner Steib
49bbf1b953
(reftex-access-parse-file): Do not risk destroying an existing buffer.
2007-07-22 18:55:07 +00:00
Jan Djärv
af849acd5d
(command-line-x-option-alist): Use x-handle-no-bitmap-icon.
2007-07-22 12:17:31 +00:00
Jan Djärv
3f235d5d30
(x-handle-no-bitmap-icon): New function.
2007-07-22 12:17:05 +00:00
Reiner Steib
a0f55a1df2
(reftex-access-parse-file): Create parse file in a way that does not interfere
...
with recentf.
2007-07-22 09:02:02 +00:00
Thien-Thi Nguyen
99bfbfa9d2
(image-dired-sane-db-file): New func.
...
(image-dired-write-tags, image-dired-remove-tag)
(image-dired-list-tags, image-dired-write-comments)
(image-dired-get-comment, image-dired-mark-tagged-files)
(image-dired-create-gallery-lists): Call new func.
2007-07-21 23:47:30 +00:00
Dan Nicolaescu
0c3b8cc477
(vc-hg-diff): Use vc-hg-command.
...
(vc-hg-dir-state): Fix loop.
(vc-hg-print-log): Fix expected return value for vc-hg-command.
(vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
(vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
(vc-hg-revert): Likewise.
(vc-hg-revision-table, vc-hg-revision-completion-table): New
functions.
2007-07-21 17:51:13 +00:00
Thien-Thi Nguyen
26716cc246
(calculate-lisp-indent): In the
...
case of alignment under a constant symbol, find and consider
the sexp actually at indentation to be the "last sexp".
2007-07-21 09:06:17 +00:00
Eli Zaretskii
1d2646ccb6
(extraclean): Don't delete *~.
2007-07-20 19:50:36 +00:00
Eli Zaretskii
effb3d94de
(clean): Don't delete *~.
2007-07-20 19:45:30 +00:00
Eli Zaretskii
b395d6e1f5
(clean): Don't delete *~.
2007-07-20 19:43:01 +00:00
Eli Zaretskii
f37b8e41a1
(bootstrap, bootstrap-nmake, bootstrap-gmake): Depend on cmdproxy.
...
(cleanall): Don't delete *~.
2007-07-20 19:32:26 +00:00
Eli Zaretskii
e4fe7e5e95
(install-lisp-SH, install-lisp-CMD): New targets.
...
(install): Use them to copy all *.el files before *.elc.
(clean): Don't delete *~.
2007-07-20 19:27:27 +00:00
Eli Zaretskii
75be52584d
(IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): Define
...
if not defined.
2007-07-20 19:20:58 +00:00
Dan Nicolaescu
727bdea106
(vc-hg-workfile-unchanged-p): New function.
2007-07-20 06:54:40 +00:00
Dan Nicolaescu
ad54692916
(vc-hg-registered): Replace if with when.
...
(vc-hg-state): Deal with nonexistent files.
2007-07-19 23:51:28 +00:00
Jason Rumney
2b6e2f4db6
(w32_executable_type): Handle 64 bit executables.
2007-07-18 22:20:42 +00:00
Juanma Barranquero
ebdf47ca11
*** empty log message ***
2007-07-18 12:50:56 +00:00
Juanma Barranquero
6a34aec97f
(follow-mode-hook, follow-mode-off-hook, follow-mode,
...
follow-delete-other-windows-and-split, follow-recenter,
follow-windows-aligned-p, follow-point-visible-all-windows-p, follow-redisplay,
follow-estimate-first-window-start, follow-xemacs-scrollbar-support,
follow-intercept-process-output): Fix typos in docstrings.
2007-07-18 12:40:30 +00:00
Thien-Thi Nguyen
089fb40e27
(bookmark-maybe-sort-alist): Don't modify bookmark-alist.
...
Instead, if not sorting, simply return it.
(bookmark-bmenu-list): Call bookmark-maybe-sort-alist
for its return value, not for its side effect.
2007-07-17 16:14:25 +00:00
Thien-Thi Nguyen
23fe28f248
(bookmark-show-all-annotations):
...
Make sure each inserted annotation ends with newline.
2007-07-17 16:10:13 +00:00
Dan Nicolaescu
73770b0319
Add more info about the vc-registered function.
2007-07-17 04:48:56 +00:00
Juanma Barranquero
1faa97e48f
(Fsave_window_excursion): Doc fix.
2007-07-16 10:43:34 +00:00
Juanma Barranquero
327ffff8e7
(Fwith_output_to_temp_buffer): Doc fix.
2007-07-16 10:40:03 +00:00
Juanma Barranquero
a0efc5b9e3
(Ftrack_mouse): Doc fix.
2007-07-16 10:39:15 +00:00
Juanma Barranquero
755ab04c03
(For, Fand, Fprogn): Doc fixes.
2007-07-16 10:33:02 +00:00
Juanma Barranquero
fc9c3ac9d6
(Ffind_operation_coding_system): Doc fix.
2007-07-16 10:31:56 +00:00
Juanma Barranquero
a1aa5e1795
*** empty log message ***
2007-07-16 10:23:31 +00:00
Juanma Barranquero
6c4f5400cd
(defadvice): Doc fix.
2007-07-16 10:17:51 +00:00
Juanma Barranquero
bac3c7494a
(when, unless): Doc fix.
2007-07-16 10:16:26 +00:00
Dan Nicolaescu
908265fc31
(vc-hg-state): Handle removed files.
...
(vc-hg-dir-state, vc-hg-dired-state-info): New functions.
(vc-hg-checkout): Re-enable.
2007-07-16 03:58:54 +00:00
Richard M. Stallman
f6be091c47
(Defining Faces): Fix previous change.
2007-07-16 03:50:51 +00:00
Glenn Morris
fae7f7ebd8
Jeff Miller <jmiller at cablespeed.com> (tiny change)
...
(calendar-goto-bahai-date): Autoload it.
2007-07-15 19:16:34 +00:00
Glenn Morris
9513cf1003
Move autoload from previous change to calendar.el.
2007-07-15 19:15:02 +00:00
Richard M. Stallman
ec07b64b8e
(Fsetq): Doc fix.
2007-07-15 18:58:25 +00:00
Richard M. Stallman
70e9f39931
(Fsetq_default): Doc fix.
2007-07-15 18:57:10 +00:00
Richard M. Stallman
be3eb6a622
(kmacro-bind-to-key): Avoid comparisons on function keys.
2007-07-15 18:45:59 +00:00
Richard M. Stallman
0e01e4afb9
(tutorial--find-changed-keys): Handle C-x specially like ESC.
2007-07-15 18:40:19 +00:00
Richard M. Stallman
f9b9868496
(add-change-log-entry): Check add-log-full-name
...
and add-log-mailing-address later, after change-log-mode-hook.
2007-07-15 18:16:21 +00:00
Richard M. Stallman
0a2ea418fc
(isearch-mode, isearch-done): Delete unintended code in previous change.
2007-07-15 17:56:23 +00:00
Richard M. Stallman
98738cd927
(ps-default-bg): Change to White.
2007-07-15 15:26:33 +00:00
Richard M. Stallman
f09bbd9388
(tar-get-descriptor): No error for zero-length file.
2007-07-15 14:36:26 +00:00
Martin Rudalics
1d16d0504b
(mouse-drag-track): Reset transient-mark-mode to nil
...
when handling the terminating event.
2007-07-15 08:31:26 +00:00
Miles Bader
82fe1aeda6
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 235-236)
- Update from CVS
2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
(gnus-server-closed-face, gnus-server-denied-face)
(gnus-server-offline-face): Remove variable.
(gnus-server-font-lock-keywords): Use faces that are not aliases.
* lisp/gnus/mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
(mm-decode-coding-region, mm-encode-coding-region): Don't modify string
if the coding-system argument is nil for XEmacs.
* lisp/gnus/nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
mm-charset-override-alist.
* lisp/gnus/rfc2047.el: Don't require base64; require rfc2045 for the function
rfc2045-encode-string.
(rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
to quote the parameter value.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-58
2007-07-15 04:45:41 +00:00
Glenn Morris
43335a6daa
Sync from trunk:
...
Werner Lemberg <wl at gnu.org>
* emacs.1: Completely revised. Fix many typographical glitches.
Updated to handle current state of options and resources.
2007-07-15 01:23:15 +00:00
Glenn Morris
792a2519da
Jeff Miller <jmiller at cablespeed.com> (tiny change)
...
(calendar-goto-bahai-date): Add autoload cookie.
2007-07-15 01:15:36 +00:00
Jan Djärv
f6021509c5
Mention gtk-engines-qt problem.
2007-07-14 09:02:06 +00:00