1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00
Commit graph

33841 commits

Author SHA1 Message Date
Dan Nicolaescu
d041c8c961 (terminal-init-xterm): Fix typo. 2006-05-12 16:18:37 +00:00
Reiner Steib
da506f0599 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
* allout.el: (allout-view-change-hook): Marked as being deprecated,
	to be replaced by `allout-exposure-change-hook'.
	(allout-exposure-change-hook): New, replacing
	`allout-view-change-hook'.
	(allout-flag-region): Run new hook `allout-exposure-change-hook',
	in addition to `allout-view-change-hook'.
        (allout-show-bodies, allout-old-style-prefixes)
	(allout-stylish-prefixes, allout-use-hanging-indents): Quote the
	lambda forms to prevent their showing up in variable help
	presentations as inscrutable byte-compiled code.
	(allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
	Use string-or-null-p to qualify safe-local-variable values.
	(allout-reindent-bodies): Use memq to qualify matches against
	valid safe-local-variable values.  Also, quote the lambda as above.
	(allout-use-mode-specific-leader): Add missing candidate-value
	symbols, use memq, and quote the lambda.
	(allout-overlay-interior-modification-handler): Remove unused
	variables `msg' and 'opened'.
	(allout-hidden-p): Constrain invisibility consideration to allout's
	invisibility spec, disregarding invisibility for other reasons.
2006-05-12 15:45:09 +00:00
Thien-Thi Nguyen
7f0ea399d1 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
(ewoc--insert-new-node): New func.
Update callers of deleted funcs to use it, instead.
2006-05-12 15:14:45 +00:00
Reiner Steib
d10a6bf119 (url-http-file-exists-p): Test if status is integer. 2006-05-12 12:29:36 +00:00
Reiner Steib
e48335de35 (version-control): Correct safe values. 2006-05-12 12:29:08 +00:00
Thien-Thi Nguyen
340d99457e (ewoc-refresh): Compute PP once before looping. 2006-05-12 07:29:42 +00:00
Glenn Morris
64c02ed0e9 (diary-show-all-entries): Do not refer to
obsolete alias `show-all-diary-entries'.
(make-diary-entry): Not interactive.
(cal-tex-cursor-month, cal-tex-cursor-month-landscape)
(cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
(cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
(cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
(cal-tex-cursor-filofax-daily, cal-tex-cursor-year)
(cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year):
Interactive.
2006-05-12 06:45:46 +00:00
Glenn Morris
2455729599 *** empty log message *** 2006-05-12 06:45:32 +00:00
Glenn Morris
9d52da761c Johan Bockg� <bojohan at dd.chalmers.se>:
(calendar-french-date-string)
(calendar-mayan-date-string, calendar-chinese-date-string)
(calendar-astro-date-string, calendar-iso-date-string)
(calendar-islamic-date-string, calendar-bahai-date-string)
(calendar-hebrew-date-string, calendar-coptic-date-string)
(calendar-ethiopic-date-string, calendar-persian-date-string):
These functions are not interactive.
2006-05-12 06:37:26 +00:00
Glenn Morris
c0d3b4da8a *** empty log message *** 2006-05-12 06:36:45 +00:00
Luc Teirlinck
942efafab2 *** empty log message *** 2006-05-12 00:20:26 +00:00
Luc Teirlinck
7f385e4721 Balance parentheses. 2006-05-12 00:14:21 +00:00
Reiner Steib
631c8020a5 Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
Reiner Steib
53af865dd1 Remove bogus \n\n from last commit. 2006-05-11 11:10:45 +00:00
Reiner Steib
6fe7b8a42c (describe-variable): Don't print safe-var if it is
byte-code.  Improve wording as suggested by Luc Teirlinck
<teirllm@auburn.edu>.
2006-05-11 11:03:57 +00:00
Nick Roberts
d22b968f75 (gdb-reset): Update speedbar if necessary.
(gdb-var-evaluate-expression-handler, gdb-var-update-handler):
Use a token for pending-triggers to ensure gdb-var-update
gets called once per user input again for pre-GDB 6.4.
(gdb-var-delete): Match on more complex expressions.
(gdb-var-list-children-handler, gdb-var-create-handler):
Use a token for consistency.
2006-05-11 10:08:03 +00:00
Nick Roberts
5da4a80426 *** empty log message *** 2006-05-11 10:07:08 +00:00
Carsten Dominik
f6e25a10e3 (org-read-date, org-goto-calendar, org-agenda-goto-calendar): Bind
`view-calendar-holidays-initially' to nil.
2006-05-11 08:49:36 +00:00
Carsten Dominik
e3eea8436d *** empty log message *** 2006-05-11 08:48:45 +00:00
Thien-Thi Nguyen
bfbdb5cacf (ewoc--refresh-node): No longer save-excursion.
Update all callers to do it there, instead.
2006-05-11 08:02:11 +00:00
Glenn Morris
21f8fcfd24 (calendar-basic-setup): Set day to 1 in
prefix arg case, to avoid view-diary-entries-initially error.
Reported by Stephen Berman <Stephen.Berman at gmx.net>.
(calendar-date-is-legal-p): Handle dates with no day part.
2006-05-11 06:57:32 +00:00
Glenn Morris
68fdbaf800 *** empty log message *** 2006-05-11 06:57:11 +00:00
Nick Roberts
3e12c6736d (comint-insert-input): Just make it when
comint-use-prompt regexp is nil (default) and with the mouse.
(comint-copy-old-input): Reinstate from 2004-06-23.
(comint-mode-map): Bind C-c C-m to it.
2006-05-10 21:31:09 +00:00
Nick Roberts
afdf9b261c *** empty log message *** 2006-05-10 21:30:18 +00:00
J.D. Smith
d105bfecce (idlwave-shell-move-or-history): Remove spurious move to point-max (new
comint behavior fixes).
2006-05-10 18:24:52 +00:00
J.D. Smith
0dc2be2f92 (idlwave-push-mark): Removed obsolete compatibility function (Emacs 18/19).
(idlwave-is-continuation-line): Always return point at start of previous
non-blank continuation line.
`keyword-parameters': Fix continued comment font-lock matcher.
(idlwave-font-lock-fontify-region): Written, use as
font-lock-fontify-region-function, to fix continued keyword
fontification issues.
2006-05-10 18:24:15 +00:00
J.D. Smith
169f097114 *** empty log message *** 2006-05-10 18:22:56 +00:00
YAMAMOTO Mitsuharu
dec940492f *** empty log message *** 2006-05-10 08:25:29 +00:00
YAMAMOTO Mitsuharu
b905e80927 (mac-font-panel-mode): Doc fix.
(mac-service-selection, mac-service-open-file)
(mac-service-open-selection, mac-service-mail-selection)
(mac-service-mail-to, mac-service-insert-text): Rename from
mac-services-*.  All uses changed.
(mac-apple-event-map): Rename event symbol `services' to `service'.
2006-05-10 08:22:39 +00:00
Thien-Thi Nguyen
2c246c9f1a (ewoc--dll-create, ewoc--node-delete)
(ewoc--node-enter-first, ewoc--node-enter-last)
(ewoc--delete-node-internal): Merge funcs into unique callers.
2006-05-10 08:02:21 +00:00
Chong Yidong
ca75c9a268 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
return value of read-from-minibuffer for empty input.
2006-05-10 04:00:51 +00:00
Miles Bader
9a4d87c8d5 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-272
(comint-insert-input): Remove redundant calls to setq and goto-char
2006-05-10 02:07:12 +00:00
Miles Bader
1627b55f61 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-271
Rename "field-at-point" to "field-at-pos"
2006-05-10 01:58:37 +00:00
Nick Roberts
8c74ff6983 (comint-insert-input): Make it work when comint-use-prompt-regexp is t.
Use field-at-point.
2006-05-10 00:34:02 +00:00
Nick Roberts
1ecaae6cc9 (field-at-point): New function. 2006-05-10 00:32:34 +00:00
Nick Roberts
e0c6ac6055 *** empty log message *** 2006-05-10 00:29:24 +00:00
Juri Linkov
fb9d59d8a7 *** empty log message *** 2006-05-09 23:24:20 +00:00
Juri Linkov
ab3050bc5d (archive-set-buffer-as-visiting-file): Bind buffer-undo-list
to t (undo-ask is reproducible by visiting nested archives).
2006-05-09 23:10:24 +00:00
Juri Linkov
757210d152 (fancy-splash-screens, normal-splash-screen): Use
face `mode-line-buffer-id' for mode-line buffer face instead of
hard-coded `(:weight bold)'.
2006-05-09 23:08:49 +00:00
Juri Linkov
a70b0ff8f2 (diff-context->unified): Use region-beginning' and region-end'
instead of `mark' and `point'.
(diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
Operate on region in Transient Mark mode when the mark is active.
Use `region-beginning' and `region-end' instead of `mark' and `point'.
(diff-hunk-text, diff-goto-source): Doc fix.
2006-05-09 23:06:14 +00:00
Juri Linkov
10b35c39d0 (change-log-default-name): Put `string-or-null-p'
instead of lambda on `safe-local-variable' property.
2006-05-09 22:58:54 +00:00
Juri Linkov
0a51c121e4 Remove eval' and let' binding for now unused lambda `string-or-null'. 2006-05-09 22:55:30 +00:00
Juri Linkov
9b46a12cd5 (battery-linux-proc-acpi): Also try `/proc/acpi/thermal_zone/THR2/temperature'. 2006-05-09 22:43:35 +00:00
Kim F. Storm
c0b87c3fdb (rgrep): Set default directory of *grep*
buffer if we start M-x rgrep in the *grep* buffer and choose
a different base directory.
2006-05-09 12:47:12 +00:00
Kim F. Storm
8ebb843c15 *** empty log message *** 2006-05-09 12:46:42 +00:00
Michael Albinus
b5bbf8f27d * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
completion also when ido is loaded.
2006-05-09 04:26:23 +00:00
Masatake YAMATO
8c8b116446 (cpp-font-lock-keywords-source-directives): Addded
"warning" and "import".
(cpp-font-lock-keywords): Added "warning".
2006-05-09 04:07:25 +00:00
Dan Nicolaescu
a07d147e75 (terminal-init-xterm): Add more key bindings. 2006-05-08 23:21:34 +00:00
Stefan Monnier
44a50ffdbf (mwheel-scroll): Make sure that when scrolling multiple
pages at a time, if we signal the end, we should indeed reach that end.
2006-05-08 15:14:26 +00:00
Stefan Monnier
8c87a72c22 (define-minor-mode): Only preserve messages output during execution of the body. 2006-05-08 15:12:25 +00:00