1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
Commit graph

47896 commits

Author SHA1 Message Date
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
Kenichi Handa
4c7d14b399 Re-generated. 2009-04-21 02:10:41 +00:00
Roland Winkler
f67cf06438 (proced-sort): Declare it buffer-local.
(proced-send-signal): Handle non-nil signals.
2009-04-20 20:42:45 +00:00
Stefan Monnier
1dbc941a59 (rfc2047-decode-region): Don't skip past `start', which
could happen if the text is only composed of spaces and/or tabs.
2009-04-20 16:17:51 +00:00
Jason Rumney
c3f9cd4661 (list-colors-duplicates): w32-default-color-map is a function. 2009-04-18 13:52:29 +00:00
Daiki Ueno
68a0d89231 epa-file: fix garble with decode-coding-inserted-region
* epa-file.el (epa-file-decode-and-insert): Use string-to-multibyte
instead of set-buffer-multibyte.
2009-04-18 04:55:50 +00:00
Chong Yidong
d893706458 * net/rcirc.el (rcirc): Use correct property names (Bug#3037). 2009-04-18 03:44:57 +00:00
Chong Yidong
965b9376cf * thingatpt.el (thing-at-point-bounds-of-list-at-point): New
function (Bug#3027).
2009-04-18 03:39:28 +00:00
Kenichi Handa
293a9e7a83 Re-generated. 2009-04-17 02:31:20 +00:00
Chong Yidong
873f4645aa * textmodes/flyspell.el (flyspell-correct-word-before-point):
Don't create markers.
(tex-mode-flyspell-verify): Don't create markers.  Use
line-end-position.
(sgml-mode-flyspell-verify): Don't create markers.  Simplify code
using looking-at and looking-back.
2009-04-16 18:45:20 +00:00
Chong Yidong
05fcb8daf6 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
property (Bug#2984).
2009-04-16 04:31:13 +00:00
Chong Yidong
3257a7340a browse-url.el (browse-url-filename-alist): Update :version for last change. 2009-04-16 04:08:15 +00:00
Chong Yidong
23e41d1529 * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter
alist.
2009-04-16 03:50:30 +00:00
Chong Yidong
3d0dd8ff4a * outline.el (hide-sublevels): Ensure that arguments are passed to
outline-flag-region in the correct order (Bug#3000).
2009-04-15 23:32:23 +00:00
Chong Yidong
dee8ac1084 * net/browse-url.el (browse-url-filename-alist): Correct file
URI (Bug#2922).
2009-04-15 22:51:26 +00:00
Chong Yidong
7beba943ec * subr.el (posn-col-row): Properly compute line spacing.
Suggested by Nikolaj Schumacher (Bug#2933).
2009-04-15 22:41:20 +00:00
Ulf Jasper
b0f439fc19 newsticker: enable jump to virtual feeds 2009-04-15 18:13:41 +00:00
Dan Nicolaescu
524a655d93 (vc-svn-after-dir-status): Fix regexp to allow for
file names with leading spaces.  Ignore "." if it appears as a
filename.
2009-04-15 00:32:47 +00:00
Juanma Barranquero
ade29c44f6 * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
(scan-buf-previous-region): Fix typo in docstring.
2009-04-14 21:54:49 +00:00
Juanma Barranquero
6dea717381 * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring. 2009-04-14 21:40:07 +00:00
Michael Albinus
e09349c517 * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
2009-04-14 14:39:46 +00:00
Michael Albinus
260821d3d5 * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
Fix an error in flushing cache data.
(tramp-handle-process-file): Flush all file cache values for the
connection, because the remote process could have changed them.
Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
Handle QUIT.
2009-04-14 14:36:38 +00:00
Stefan Monnier
1afbbf8521 (completion--try-word-completion): Don't disable
`partial-completion' any more.  Mark the added char instead.
(completion-pcm--string->pattern): Notice chars added by
completion--try-word-completion and treat them specially.
2009-04-14 02:02:30 +00:00
Jason Rumney
df93e5136e (frame-set-background-mode): Window system frames
default to light. Use default in cases where specified color
does not exist (Bug#2969).
2009-04-13 14:06:48 +00:00
Kenichi Handa
759f43a0c4 (cp932): Delete alias for japanese-shift-jis. 2009-04-13 12:59:07 +00:00
Michael Albinus
5b36b5337f *** empty log message *** 2009-04-12 19:31:36 +00:00
Michael Albinus
5ab38c3c5a * tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
always the tmpfile.  (Bug#2962).
2009-04-12 19:26:36 +00:00
Chong Yidong
25760acbb9 * files.el (dir-locals-directory-cache): Change format to include
the mtime of the directory-local variables file (Bug#2833).
(dir-locals-set-directory-class): New arg mtime.  Store it in
dir-locals-directory-cache.
(dir-locals-find-file): Check cache validity using the mtime.
(dir-locals-read-from-file): Save the file mtime in the cache.
(hack-dir-local-variables): Adapt to new
dir-locals-directory-cache entry format.
2009-04-11 15:26:26 +00:00
Chong Yidong
9291a2d6ae * international/mule-diag.el (describe-font-internal): Change
ignored argument to IGNORED.
(describe-font): Elide unnecessary argument to
describe-font-internal (Bug#2945).
2009-04-11 14:44:16 +00:00
Andreas Schwab
cd093dcf56 Typo. 2009-04-10 15:46:37 +00:00
Richard M. Stallman
4f31ad74fd * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format. 2009-04-10 14:22:03 +00:00