Commit Graph

70806 Commits

Author SHA1 Message Date
Stefan Monnier
a22dec271e (new_backquote_output): Rename from old_backquote_output.
(print): Inverse its logic (according to its name) so as to match the
behavior of new_backquote_flag in lread.c.
2007-08-10 08:01:30 +00:00
Stefan Monnier
62fc0b713f *** empty log message *** 2007-08-10 06:52:54 +00:00
Stefan Monnier
3527bdcc43 (backquote-delay-process): New function.
(backquote-process): Add internal arg `level'.  Use the two to
correctly handle nested backquotes.
2007-08-10 06:52:30 +00:00
Stefan Monnier
33e5d7d4c9 (vc-bzr-registered): Use \0 instead of literal NULs.
(vc-bzr-state-words): Add "kind changed" state word.
(vc-bzr-status): New function.  Return Bzr idea of file status,
which is different from VC's.
(vc-bzr-state): Use vc-bzr-status.
(vc-workfile-unchanged-p): Use vc-bzr-status.
(vc-bzr-revert): Use synchronous process; expect exitcode 0.
(vc-dired-state): Process "kind changed" state word.
2007-08-09 14:57:45 +00:00
Stefan Monnier
a377373012 (vc-default-find-file-not-found-hook): Do nothing. 2007-08-09 14:42:00 +00:00
Stefan Monnier
9d8f43bfbf (vc-rcs-find-file-not-found-hook):
Move from vc-default-find-file-not-found-hook.
2007-08-09 14:39:20 +00:00
Glenn Morris
2b6cdf0a7f *** empty log message *** 2007-08-09 08:09:03 +00:00
YAMAMOTO Mitsuharu
e575132a04 (posix_memalign): New function. 2007-08-09 03:08:25 +00:00
Glenn Morris
6e4a68d2b8 (help-make-xrefs): Fix previous change. 2007-08-09 02:49:10 +00:00
Vinicius Jose Latorre
2540a3abbd username and password default 2007-08-09 01:41:08 +00:00
Martin Rudalics
219d320aab (Example Major Modes): Fix typo. 2007-08-08 21:14:52 +00:00
Stefan Monnier
a88459cd63 Remove spurious * in docstrings.
Merge defvars and toplevel setq-defaults.
(Man-highlight-references0): Limit=nil rather than point-max.
(Man-mode-map): Move initialization into the declaration.
(Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
(Man-view-header-file): Use expand-file-name rather than concat.
(Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
2007-08-08 19:52:03 +00:00
Stefan Monnier
4cb071a4bd (Man-next-section): Make sure we do not move backward. 2007-08-08 19:44:55 +00:00
Vinicius Jose Latorre
ea1711904f ps-print-color-p fix 2007-08-08 16:37:46 +00:00
Stefan Monnier
4aaffda19b (auto-mode-alist): Use the purecopied text (duh!). 2007-08-08 14:06:02 +00:00
Andreas Schwab
ece1116442 (sendmail-pre-abbrev-expand-hook): Check for
self-insert-command, not self-insert.
2007-08-08 11:51:48 +00:00
Glenn Morris
42be947978 (help-make-xrefs): Search for symbol constituents, rather than just `-'. 2007-08-08 08:03:53 +00:00
Glenn Morris
6c4a608e90 (Documentation Tips): Recommend against `iff'. 2007-08-08 08:01:42 +00:00
Glenn Morris
6d5baad533 *** empty log message *** 2007-08-08 07:56:20 +00:00
Glenn Morris
e0f24100c7 Replace `iff' in comments. 2007-08-08 07:49:21 +00:00
Glenn Morris
22e9fe2445 Replace `iff' in comments. 2007-08-08 07:48:26 +00:00
Glenn Morris
e17ca187e2 (nil and t): Do not use `iff' in documentation. 2007-08-08 07:41:51 +00:00
Glenn Morris
c7dd5e286d Replace `iff'. 2007-08-08 07:41:40 +00:00
Glenn Morris
178c3d4db1 (Glossary): Deprecate `iff'. 2007-08-08 07:40:33 +00:00
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Glenn Morris
5453fa4112 Remove time-stamp.
Replace `iff' in doc-strings and comments.
2007-08-08 07:37:59 +00:00
Glenn Morris
e7f767c25e Replace `iff' in doc-strings and comments. 2007-08-08 07:34:30 +00:00
Glenn Morris
3ecd3a56c0 Replace `iff' in doc-strings and comments. 2007-08-08 07:27:21 +00:00
Glenn Morris
df26688bd0 Replace `iff' in doc-strings and comments. 2007-08-08 07:21:11 +00:00
Glenn Morris
81bb49ce46 Replace `iff' in doc-strings and comments. 2007-08-08 07:18:57 +00:00
Glenn Morris
ab2d877d45 Replace `iff' in doc-strings and comments. 2007-08-08 07:17:12 +00:00
Glenn Morris
314125ec37 (checkdoc-ispell-lisp-words): Remove `iff'.
Replace `iff' in doc-strings and comments.
2007-08-08 07:15:01 +00:00
Glenn Morris
79f94cd0ab Replace `iff' in comments. 2007-08-08 07:12:39 +00:00
Glenn Morris
d95b32a480 Replace `iff'. 2007-08-08 07:12:04 +00:00
Glenn Morris
e317f3b423 `iff' item is dealt with. 2007-08-08 07:11:41 +00:00
Glenn Morris
cfbe273188 telnet, erc-server issues fixed. 2007-08-08 07:11:08 +00:00
Martin Rudalics
eaccbbd3c4 (2C-two-columns, 2C-merge): Use window-full-width-p instead of comparing
frame-width and window-width.
2007-08-08 06:04:51 +00:00
Martin Rudalics
0dad3dfecc (compilation-set-window-height): Use window-full-width-p instead of
comparing frame-width and window-width.
(compilation-find-buffer): Remove extra
argument in call to compilation-buffer-internal-p.
2007-08-08 05:57:54 +00:00
Martin Rudalics
70ad3da9ec Use window-full-width-p instead of comparing frame-width and
window-width.
2007-08-08 05:51:36 +00:00
Jason Rumney
1be8283dba Update for Emacs 22.2, including libxpm. 2007-08-07 20:21:42 +00:00
Michael Albinus
d62c9a33c4 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
parameters IDENTIFICATION and CONNECTED.
(tramp-handle-insert-file-contents): VISIT must be handled after
insertion of the local copy.  Reported by Peter Gordon
<peter@pg-consultants.com>.
(tramp-file-name-handler): No special handling for
`expand-file-name'.  But for `file-name-as-directory'.
(tramp-find-shell, tramp-open-connection-telnet)
(tramp-open-connection-rsh, tramp-open-connection-su)
(tramp-open-connection-multi)
(tramp-open-connection-setup-interactive-shell): Guard against
$PROMPT_COMMAND shell var.  Reported by Steve Youngs
<steve@sxemacs.org>.
(tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
the hint.

* net/trampver.el: Update release number.
2007-08-07 20:04:27 +00:00
Chong Yidong
cbaa22f40a ** sdl.web@gmail.com: problem with transparent PNG image display
Fixed.
2007-08-07 17:21:00 +00:00
Stefan Monnier
b14d552b33 (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop. 2007-08-07 17:00:44 +00:00
Chong Yidong
2438b9e44f (File Conveniences): Document point motion keys in Image mode. 2007-08-07 16:47:29 +00:00
Chong Yidong
30668bae48 * files.texi (File Conveniences): Document point motion keys in Image
mode.
2007-08-07 16:47:20 +00:00
Chong Yidong
108af9594b (Image Cache): Document image-refresh. 2007-08-07 16:43:16 +00:00
Chong Yidong
a607dc9298 * display.texi (Image Cache): Document image-refresh. 2007-08-07 16:43:06 +00:00
Chong Yidong
bbf4f0cd01 New function image-refresh. 2007-08-07 16:41:36 +00:00
Chong Yidong
403ac098e1 (image-toggle-display): Use image-refresh. 2007-08-07 16:40:29 +00:00
Chong Yidong
b13e2d29e9 * image-mode.el (image-toggle-display): Use image-refresh. 2007-08-07 16:40:18 +00:00