1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

37018 Commits

Author SHA1 Message Date
Juanma Barranquero
2670654d2a *** empty log message *** 2007-05-14 10:36:51 +00:00
Juanma Barranquero
756c496fd0 (mode-require-final-newline, require-final-newline, enable-local-variables,
enable-local-eval): Doc fixes.
2007-05-14 10:28:06 +00:00
Vinicius Jose Latorre
c6f33bac6a Use default color when color is unspecified. 2007-05-13 21:29:33 +00:00
Chong Yidong
64488e52be (longlines-mode): Make longlines-auto-wrap buffer-local. Add hooks unconditionally.
(longlines-auto-wrap): Toggle wrapping.
(longlines-after-change-function)
(longlines-post-command-function): Check longlines-auto-wrap.
2007-05-12 23:19:08 +00:00
Chong Yidong
0a81a74a7d * longlines.el (longlines-mode): Make longlines-auto-wrap
buffer-local.  Add hooks unconditionally.
(longlines-auto-wrap): Toggle wrapping.
(longlines-after-change-function)
(longlines-post-command-function): Check longlines-auto-wrap.
2007-05-12 23:18:51 +00:00
Nick Roberts
315c417c80 (xterm-mouse-debug-buffer): New variable.
(xterm-mouse-translate): Use it.
2007-05-12 09:39:06 +00:00
Nick Roberts
06b6baf6f9 Qualify using a separate terminal for debugging. 2007-05-12 09:38:20 +00:00
Miles Bader
68380acf41 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 13)

   - Update from CVS

2007-05-10  Richard M. Stallman  <rms@gnu.org>

   * lisp/international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
   (iso-cvt-write-only): Likewise.

   * lisp/emacs-lisp/easy-mmode.el (define-minor-mode):
   Fix generated doc string.

   * lisp/startup.el (fancy-splash-text): Add URL of guided tour.
   Adjust horizontal and vertical whitespace.

   * lisp/progmodes/compile.el (compilation-handle-exit):
   Use run-hook-with-args to run compilation-finish-functions.

   * lisp/files.el (file-start-mode-alist): New variable.
   (magic-mode-regexp-match-limit): Doc fix.
   (set-auto-mode): Handle file-start-mode-alist.
   A little cleanup of structure.

2007-05-10  Richard M. Stallman  <rms@gnu.org>

   * lispref/keymaps.texi (Scanning Keymaps): Update where-is-internal example.

   * lispref/help.texi (Keys in Documentation): Add reference to
   Documentation Tips.

   * lispref/files.texi (Format Conversion): TO-FN gets three arguments.

   * lispref/modes.texi (Auto Major Mode): Document file-start-mode-alist.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-743
2007-05-11 04:44:30 +00:00
Reiner Steib
596e5f72f0 Remove the description comment (nndiary is now properly documented in the Gnus
manual).  Fix the spelling of "Back End".
2007-05-10 18:44:49 +00:00
Stefan Monnier
52319b0e59 (python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.
2007-05-10 17:39:27 +00:00
Richard M. Stallman
dd5983667c *** empty log message *** 2007-05-10 16:39:46 +00:00
Richard M. Stallman
4fb4bdcf6d (iso-cvt-read-only): Ignore arguments.
(iso-cvt-write-only): Likewise.
2007-05-10 16:34:28 +00:00
Richard M. Stallman
7d5e5e7087 (define-minor-mode): Fix generated doc string. 2007-05-10 16:33:50 +00:00
Richard M. Stallman
9adcbb0ce2 (timeclock-in): Fix non-interactive workday specifications.
(timeclock-log): Don't kill the log buffer if it already existed.
2007-05-10 16:32:30 +00:00
Richard M. Stallman
ef533d3e77 (fancy-splash-text): Add URL of guided tour.
Adjust horizontal and vertical whitespace.
2007-05-10 16:12:37 +00:00
Richard M. Stallman
e5a7834f45 (compilation-handle-exit):
Use run-hook-with-args to run compilation-finish-functions.
2007-05-10 16:10:27 +00:00
Richard M. Stallman
7d145fa308 *** empty log message *** 2007-05-10 14:53:13 +00:00
Richard M. Stallman
1477487565 (file-start-mode-alist): New variable.
(magic-mode-regexp-match-limit): Doc fix.
(set-auto-mode): Handle file-start-mode-alist.
A little cleanup of structure.
2007-05-10 14:48:46 +00:00
Richard M. Stallman
e2e7506851 (dabbrev-eliminate-newlines): Renamed from
dabbrev--eliminate-newlines.  All uses changed.
2007-05-10 14:46:52 +00:00
Michaël Cadilhac
b52efb9faf (Man-next-section): Don't consider the last line of the page as being
part of any section.
2007-05-10 11:54:33 +00:00
Stefan Monnier
00affaf137 (sgml-value): Fix handling of attributes which can take any number of values. 2007-05-10 06:02:15 +00:00
Stefan Monnier
1d16f33c78 (tex-font-lock-keywords-2): Add citet and citep
to the list of citation commands.
2007-05-10 06:00:48 +00:00
Miles Bader
93fe701da4 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 12)

   - Update from CVS

2007-05-08  Richard M. Stallman  <rms@gnu.org>

   * lisp/mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
   Don't include non-self-insert commands in the exception for `-'.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-739
2007-05-09 23:47:51 +00:00
Reiner Steib
a57de0d420 (nndiary-request-move-article): Revert hunk from previous commit. 2007-05-09 21:02:29 +00:00
Reiner Steib
eca818096e Remove the description comment (nndiary is now properly documented in the Gnus
manual).  Fix the spelling of "Back End".
2007-05-09 19:29:12 +00:00
Stefan Monnier
c709388394 (vc-find-root): Stop searching when the user changes. 2007-05-09 17:09:08 +00:00
Stefan Monnier
0b480dc773 (python-font-lock-keywords, python-open-block-statement-p, python-mode):
Add support for the new "with" keyword.
2007-05-09 16:56:20 +00:00
Stefan Monnier
0f21ecf3c5 (python-end-of-block): Revert last change.
(python-end-of-statement): Make sure we move *forward*.
2007-05-09 16:53:13 +00:00
Richard M. Stallman
75dcf19e44 (sendmail-pre-abbrev-expand-hook):
Don't include non-self-insert commands in the exception for `-'.
2007-05-08 18:15:58 +00:00
Stefan Monnier
44a07c5a3c (diff-apply-hunk, diff-test-hunk): Don't do by default
the exact opposite of diff-goto-source.
2007-05-08 16:07:32 +00:00
Stefan Monnier
5d08a78606 (ad-special-forms): Remove.
(ad-special-form-p): Use subr-arity.
2007-05-08 16:05:02 +00:00
Stefan Monnier
44038dc83b (compilation-find-file): Add a big comment. 2007-05-08 16:02:14 +00:00
Stefan Monnier
2ed8e1f79e (comment-search-forward): Make sure we search forward.
(comment-enter-backward): Try and distinguish the non-matching case at
EOB from the non-matching case with a missing comment-end-skip for
a 2-char comment ender.
(comment-choose-indent): New function extracted from comment-indent.
Improve the alignment algorithm.
(comment-indent): Use it.
2007-05-08 15:59:45 +00:00
Stefan Monnier
121f19217d (sgml-lexical-context): Add handling of XML style Processing Instructions.
(sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
(sgml-calculate-indent): Handle `pi' context.
2007-05-08 06:57:38 +00:00
Stefan Monnier
45fd3a0071 Ensure that update-changelog issues an error when used with
a backend that does not implement it.
(vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
Remove `backend' argument.  Use expand-file-name.
(vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
2007-05-08 04:26:41 +00:00
Miles Bader
6e1504ad81 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 11)

   - Update from CVS

2007-05-08  David Reitter  <david.reitter@gmail.com>

   * lisp/progmodes/python.el (python-guess-indent): Check non-nullness
   before comparing indent against the 2..8 interval.

2007-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>

   * src/editfns.c (Ftranspose_regions): Yet another int/Lisp_Object mixup
     (YAILOM)

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-736
2007-05-08 02:07:17 +00:00
Stefan Monnier
11c4b29d3a (python-guess-indent): Check non-nullness before comparing indent against
the 2..8 interval.
2007-05-08 01:35:26 +00:00
YAMAMOTO Mitsuharu
b70b6847b7 (mac-ts-unicode-for-key-event): Check if text is available. 2007-05-07 08:06:55 +00:00
YAMAMOTO Mitsuharu
59c58feafb (mac-ts-unicode-for-key-event): Check if text is available. 2007-05-07 08:05:55 +00:00
Miles Bader
589e28cdeb Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 9-10)

   - Update from CVS

2007-05-06  Richard M. Stallman  <rms@gnu.org>

   * lisp/emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.

2007-05-03  Ryan Yeske  <rcyeske@gmail.com>

   * lisp/net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
   disconnections.

2007-05-06  Richard M. Stallman  <rms@gnu.org>

   * lispref/processes.texi (Accepting Output): Revert most of previous change.

2007-05-05  Richard M. Stallman  <rms@gnu.org>

   * lispref/processes.texi (Accepting Output): accept-process-output
   uses microseconds, not milliseconds.  But that arg is obsolete.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-734
2007-05-07 01:09:35 +00:00
Richard M. Stallman
205f01b404 *** empty log message *** 2007-05-06 18:10:44 +00:00
Richard M. Stallman
e850c5e182 (turn-on-eldoc-mode): Doc fix. 2007-05-06 18:10:35 +00:00
Stefan Monnier
d4871b4f71 (diff): Use buffer-local vars diff-old-file and diff-new-file
rather than storing their value in the revert-buffer function.
2007-05-05 22:12:40 +00:00
Richard M. Stallman
39f3dff9f3 *** empty log message *** 2007-05-05 04:50:04 +00:00
Richard M. Stallman
2e8750896b (rcirc-timeout-seconds): Increase to prevent unwanted disconnections. 2007-05-05 04:49:51 +00:00
Juanma Barranquero
65f557b406 Fix typos. 2007-05-04 14:06:32 +00:00
Nick Roberts
1a12af30ce (t-mouse-mode): Do nothing on a graphical display
when disabling t-mouse-mode.
2007-05-04 02:26:14 +00:00
Nick Roberts
12bf4a28f2 *** empty log message *** 2007-05-04 02:23:56 +00:00
Richard M. Stallman
b94bc09b74 Update version number.
(timeclock-modeline-display): Mention timeclock-use-display-time
in explanatory message.
(timeclock-in): Fix non-interactive workday specifications.
(timeclock-log): Don't kill the log buffer if it already existed.
Suppress warnings when finding the log.  Don't check for a nil
project twice.  Run hooks after killing the buffer (if applicable).
(timeclock-geometric-mean): Rename to `timeclock-mean' (it never
was geometric).  All uses changed.
(timeclock-generate-report): Support prefix argument.
2007-05-01 15:25:21 +00:00
Miles Bader
04990d0389 Merge from emacs--rel--22: lisp/dired-x.el: Revert 2007-04-06 change.
Patches applied:

 * emacs--rel--22  (patch 4-5)

   - Update from CVS

2007-05-01  Romain Francoise  <romain@orebokech.com>

   * lisp/dired-x.el: Revert 2007-04-06 change.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-723
2007-05-01 09:55:06 +00:00
Romain Francoise
d7af463c59 Revert 2007-04-06 change. 2007-05-01 09:33:51 +00:00
Nick Roberts
e795222265 (gud-menu-map): Pdb can't handle SIGINT so
don't put stop on toolbar.
2007-04-30 22:05:51 +00:00
Nick Roberts
4f1cc23d2e *** empty log message *** 2007-04-30 22:03:30 +00:00
Richard M. Stallman
78f0d1fc66 *** empty log message *** 2007-04-29 21:57:37 +00:00
Richard M. Stallman
2ad0815095 (find-dired-filter): Propertize all text down to eob. 2007-04-29 21:11:42 +00:00
Richard M. Stallman
ece59c4641 (find-dired-filter): Propertize all text down to eob. 2007-04-29 21:10:46 +00:00
Richard M. Stallman
eeadde0340 *** empty log message *** 2007-04-29 14:46:51 +00:00
Richard M. Stallman
6f37a5760b (auto-coding-alist): Add pdf => no-conversion. 2007-04-29 14:43:28 +00:00
Richard M. Stallman
dd45bc8635 (auto-coding-alist): Add pdf => no-conversion. 2007-04-29 14:39:07 +00:00
Miles Bader
570d87805e Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (patch 3)

   - Update from CVS

2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.

2007-04-28  Eli Zaretskii  <eliz@gnu.org>

   * lisp/makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
   instead of $(lisp)/mh-e.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-719
2007-04-29 01:04:39 +00:00
Glenn Morris
b409bcaf0b *** empty log message *** 2007-04-28 20:39:52 +00:00
Glenn Morris
46ff758022 Stefan Monnier <monnier at iro.umontreal.ca>
(c-before-change): Use point-min rather than 1.
2007-04-28 20:39:11 +00:00
Glenn Morris
52ce07055e Stefan Monnier <monnier at iro.umontreal.ca>
(c-before-change): Use point-min rather than 1.
2007-04-28 20:37:52 +00:00
Glenn Morris
161039c9cf *** empty log message *** 2007-04-28 20:37:14 +00:00
Glenn Morris
ca4680f90b (locate-in-alternate-database): Doc fix mistakenly left out of
previous change ("command" -> "program").
2007-04-28 19:44:37 +00:00
Glenn Morris
59f3a54345 (locate-in-alternate-database): Doc fix mistakenly left out of
previous change ("command" -> "program").
2007-04-28 19:44:06 +00:00
Richard M. Stallman
fa58f4b581 *** empty log message *** 2007-04-28 18:06:15 +00:00
Richard M. Stallman
157e31825a *** empty log message *** 2007-04-28 17:46:24 +00:00
Richard M. Stallman
68c2f86d7c (sh-mode): Recognize .profile as sh style. 2007-04-28 17:46:09 +00:00
Richard M. Stallman
534ea50c22 (sh-mode): Recognize .profile as sh style. 2007-04-28 15:37:58 +00:00
Stefan Monnier
456e749f1f (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. 2007-04-28 14:08:58 +00:00
Eli Zaretskii
f2fd2cf5c0 ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e. 2007-04-28 09:34:36 +00:00
Eli Zaretskii
a9bdfaa4e4 (fill-paragraph): Doc fix. 2007-04-28 09:32:26 +00:00
Eli Zaretskii
43618a5715 ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e instead of $(lisp)/mh-e. 2007-04-28 09:24:38 +00:00
Nick Roberts
e283bc4dde (gud-menu-map): Pdb can't handle SIGINT so
don't put stop button on toolbar.
2007-04-28 08:57:20 +00:00
Nick Roberts
5e1cd4de65 *** empty log message *** 2007-04-28 08:56:26 +00:00
Glenn Morris
16bbdfc0e5 (image-dired-cmd-create-thumbnail-options)
(image-dired-cmd-create-temp-image-options): Replace option
+profile "*" with -strip.
2007-04-28 04:13:48 +00:00
Glenn Morris
2942d0b6a5 (image-dired-cmd-create-thumbnail-options)
(image-dired-cmd-create-temp-image-options): Replace option
+profile "*" with -strip.
2007-04-28 04:11:53 +00:00
Glenn Morris
f089fbd89e *** empty log message *** 2007-04-28 04:10:51 +00:00
Miles Bader
d095a90466 Merge from emacs--rel--22
Patches applied:

 * emacs--rel--22  (base, patch 1-2)

   - tag of emacs@sv.gnu.org/emacs--devo--0--patch-709
   - Sync to CVS tag EMACS_22_BRANCHPOINT
   - Sync to CVS branch EMACS_22_BASE

2007-04-25  Richard M. Stallman  <rms@gnu.org>

   * lisp/hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.

2007-04-24  Richard M. Stallman  <rms@gnu.org>

   * lispref/text.texi (Special Properties): Add xref to Overlay Properties.

   * lispref/display.texi (Overlay Properties): Add xref to Special Properties.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-716
2007-04-28 03:47:01 +00:00
Chong Yidong
229d40d887 (flyspell-auto-correct-previous-word): Use window-start and
window-end.
2007-04-27 18:56:26 +00:00
Chong Yidong
58f1302510 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
window-start and window-end.
2007-04-27 18:56:16 +00:00
Chong Yidong
30133f6dcc (flyspell-auto-correct-previous-word): Use window-start and
window-end.
2007-04-27 18:53:31 +00:00
Chong Yidong
752d8efb27 * textmodes/flyspell.el (flyspell-auto-correct-previous-word): Use
window-start and window-end.
2007-04-27 18:53:22 +00:00
Andreas Schwab
edaeebf556 *** empty log message *** 2007-04-27 15:17:48 +00:00
Andreas Schwab
92fbf041e1 (sregexq): Fix doc string quoting. 2007-04-27 15:17:28 +00:00
Eli Zaretskii
96bbf28bb8 (fill-paragraph): Doc fix. 2007-04-27 13:29:20 +00:00
Glenn Morris
66b08d69be Restore file pending consideration of legal issues. 2007-04-26 19:43:05 +00:00
J.D. Smith
580ee99dca Merge in change report to idlwave.el from trunk. 2007-04-26 17:58:30 +00:00
J.D. Smith
cca132607a Merged in trunk change 3.61. 2007-04-26 17:54:40 +00:00
Juanma Barranquero
2f2c687b8d *** empty log message *** 2007-04-26 14:22:04 +00:00
Glenn Morris
0701603152 *** empty log message *** 2007-04-26 03:44:07 +00:00
Glenn Morris
169bac4365 Luc Teirlinck <teirllm at dms.auburn.edu>:
(locate-in-alternate-database): Doc fix.
2007-04-26 03:43:32 +00:00
Glenn Morris
8baa97f9c5 Luc Teirlinck <teirllm at dms.auburn.edu>:
(locate-in-alternate-database): Doc fix.
2007-04-26 03:43:10 +00:00
Glenn Morris
36f1d95778 whitespace 2007-04-26 03:42:42 +00:00
Glenn Morris
cfb9f63d0a *** empty log message *** 2007-04-26 03:42:18 +00:00
Glenn Morris
5ba76e083b Increase version to 22.1.50. 2007-04-26 03:32:48 +00:00
Glenn Morris
f5430f7f5b *** empty log message *** 2007-04-26 03:32:40 +00:00
Glenn Morris
f8ac059ace (button): Use underline if supported, else fall back to color. 2007-04-26 03:20:48 +00:00
Glenn Morris
5eabdf0fe8 (button): Use underline if supported, else fall back to color. 2007-04-26 03:19:13 +00:00
Glenn Morris
4f54692cb2 *** empty log message *** 2007-04-26 03:18:37 +00:00
J.D. Smith
77ae614b76 (idlwave-beginning-of-subprogram, idlwave-end-of-subprogram): Take
optional NOMARK arg to prevent pushing mark.
(idlwave-current-routine): Don't push mark.
2007-04-25 20:44:54 +00:00
Richard M. Stallman
2d0f33df9c *** empty log message *** 2007-04-25 14:01:37 +00:00
Richard M. Stallman
cf995676d5 (hi-lock-file-patterns-policy): Default to `ask'. 2007-04-25 14:01:26 +00:00
Glenn Morris
e40e449f41 *** empty log message *** 2007-04-25 05:53:28 +00:00
Glenn Morris
e28f9ad3c6 *** empty log message *** 2007-04-25 05:53:17 +00:00
Glenn Morris
1b39254775 Mathias Dahl <mathias.dahl at gmail.com>:
(image-dired-display-image): Derive image-type from filename rather
than assuming jpeg, in case no resizing was needed.
2007-04-25 05:00:00 +00:00
Glenn Morris
e0717d738d Mathias Dahl <mathias.dahl at gmail.com>:
(image-dired-display-image): Derive image-type from filename rather
than assuming jpeg, in case no resizing was needed.
2007-04-25 04:58:14 +00:00
Glenn Morris
5cdd251c3d Johan Bockg� <bojohan at dd.chalmers.se>:
(defface): Doc fix.
2007-04-25 04:45:59 +00:00
Glenn Morris
89dfa103e3 *** empty log message *** 2007-04-25 04:45:45 +00:00
Glenn Morris
ebdaed17f4 Johan Bockg� <bojohan at dd.chalmers.se>:
(defface): Doc fix.
2007-04-25 04:44:28 +00:00
Glenn Morris
d497fd17a1 *** empty log message *** 2007-04-25 04:43:51 +00:00
Chong Yidong
af6a8551b4 Regenerate. 2007-04-24 02:28:53 +00:00
Chong Yidong
07ef6df709 Bump version to 22.0.99. 2007-04-24 02:28:19 +00:00
Chong Yidong
1469546508 * progmodes/python.el: File removed due to unclear legal status. 2007-04-24 01:59:46 +00:00
Chong Yidong
9b71a937c3 Remove python.el due to unclear legal issues. 2007-04-24 01:52:53 +00:00
J.D. Smith
815c75b5a5 (idlwave-shell-clear-all-bp): Don't re-query for each cleared BP.
(idlwave-shell-clear-bp): Optionally skip BP query.
(idlwave-shell-update-bp-overlays): Use set-window-margins instead of
set-window-buffer, which incorrectly moves displayed region.
2007-04-24 00:24:19 +00:00
Luc Teirlinck
0ee501e182 Whitespace change. 2007-04-24 00:10:21 +00:00
Chong Yidong
20bf672efe Add comment. 2007-04-23 22:12:05 +00:00
Chong Yidong
c63ae00402 Tweak ChangeLog entry. 2007-04-23 22:11:17 +00:00
Jay Belanger
6a896b1f44 *** empty log message *** 2007-04-23 21:41:06 +00:00
Jay Belanger
e8fff8ed68 Update maintainer's address. 2007-04-23 21:30:42 +00:00
Jay Belanger
b943a9d642 Update maintainer's address.
(calc-bug-address): Update maintainer's address.
2007-04-23 21:29:30 +00:00
Richard M. Stallman
bdfeaf613f *** empty log message *** 2007-04-23 21:27:55 +00:00
Richard M. Stallman
034ce0ec5b (set-mark-command-repeat-pop): Put in `editing-basics' group. 2007-04-23 21:19:11 +00:00
Richard M. Stallman
ebd2fc0d03 (set-mark-command-repeat-pop): Doc fix. 2007-04-23 21:16:31 +00:00
Alan Mackenzie
32b147b57d Remove spurious entry which duplicated an entry already made. 2007-04-23 21:10:53 +00:00
Chong Yidong
8aab84229c (Info-mouse-scroll-up, Info-mouse-scroll-down): New functions.
(Info-mode-line-node-keymap): Bind mouse commands to
Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2007-04-23 15:21:47 +00:00
Chong Yidong
a9da35e0e5 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New functions.
(Info-mode-line-node-keymap): Bind mouse commands to
Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2007-04-23 15:21:11 +00:00
Chong Yidong
7861843e91 (locate-local-prompt): New var.
(locate-prompt-for-search-string): New function.
(locate): Make locate-local-prompt buffer-local.  Use
locate-prompt-for-search-string.
(locate-with-filter): New optional arg.  Use
locate-prompt-for-search-string.
(locate-update): Bind locate-prompt-for-command.
2007-04-23 14:54:04 +00:00
Chong Yidong
5c03c62821 * locate.el (locate-local-prompt): New var.
(locate-prompt-for-search-string): New function.
(locate): Make locate-local-prompt buffer-local.  Use
locate-prompt-for-search-string.
(locate-with-filter): New optional arg.  Use
locate-prompt-for-search-string.
(locate-update): Bind locate-prompt-for-command.
2007-04-23 14:53:51 +00:00
Glenn Morris
815fde3466 (magic-mode-alist): `<!DOCTYPE HTML' in html-mode. 2007-04-23 07:17:08 +00:00
Glenn Morris
f4aad089ed *** empty log message *** 2007-04-23 07:16:10 +00:00
Nick Roberts
35136493f8 (button): Inherit from link face on a tty. 2007-04-23 03:32:12 +00:00
Nick Roberts
39f80270f6 *** empty log message *** 2007-04-23 03:27:57 +00:00
Glenn Morris
e7d313a0ad (magic-mode-alist): Allow for carriage-returns in sgml-mode entries. 2007-04-23 01:23:12 +00:00
Glenn Morris
42d7477b7f *** empty log message *** 2007-04-23 01:22:39 +00:00
Glenn Morris
efaa82ff8d (magic-mode-alist): Allow for carriage-returns in html-mode entry. 2007-04-23 01:21:11 +00:00
Glenn Morris
a5d0382b4e *** empty log message *** 2007-04-23 01:20:02 +00:00
Glenn Morris
1bebbd494d (button): Use color for this face on a tty. 2007-04-23 00:36:14 +00:00
Glenn Morris
19cae9da87 *** empty log message *** 2007-04-23 00:35:43 +00:00
Richard M. Stallman
5fe751c925 *** empty log message *** 2007-04-22 17:00:58 +00:00
Richard M. Stallman
44395dee2e (define-globalized-minor-mode): Improve doc string of generated command. 2007-04-22 16:58:23 +00:00
Richard M. Stallman
219f06f7b8 (read-number): Catch errors. 2007-04-22 16:56:19 +00:00
Richard M. Stallman
c05ddcf77b Whitespace change. 2007-04-22 16:53:13 +00:00
Richard M. Stallman
06b1a5ef97 (hi-lock-file-patterns-policy): Doc fix. 2007-04-22 16:52:29 +00:00
Alan Mackenzie
510798ee72 *** empty log message *** 2007-04-22 14:47:20 +00:00
Chong Yidong
4913c25d5d * image-dired.el: Rename from thumbnails.el. All instances of
"thumbnails" replaced with "image-dired".
2007-04-22 13:45:26 +00:00
Chong Yidong
a6009bd1e7 Commentary fix. 2007-04-22 13:44:43 +00:00
Chong Yidong
f7c84295ee Rename from "thumbnails.el"; all instances of "thumbnails" changed to
"image-dired".
2007-04-22 13:44:05 +00:00
Chong Yidong
615aef6ed0 Remove file. 2007-04-22 13:43:24 +00:00
Chong Yidong
19b8b65a17 * dired.el (dired-mode-map): Rename "thumbnails" again, to
"image-dired".
2007-04-22 13:41:11 +00:00
Chong Yidong
aa1a7612ac Rename "thumbnails" to "image-dired". 2007-04-22 13:40:00 +00:00
Kim F. Storm
d064fb446f *** empty log message *** 2007-04-22 10:49:48 +00:00
Kim F. Storm
79ef576382 (ido-kill-buffer-at-head, ido-delete-file-at-head):
Don't use kill-line.
2007-04-22 10:37:08 +00:00
Kim F. Storm
5477ee28d7 *** empty log message *** 2007-04-22 10:36:45 +00:00
Nick Roberts
73e9b6a4e0 (t-mouse-make-event): Pass on mev's more informative
error message.
2007-04-22 09:08:14 +00:00
Nick Roberts
af0f5c395f *** empty log message *** 2007-04-22 09:07:43 +00:00
Chong Yidong
8914e2617a Rename "tumme" to "thumbnails". 2007-04-22 03:39:14 +00:00
Chong Yidong
a441fa7965 "tumme" renamed to "thumbnails". 2007-04-22 03:34:54 +00:00
Chong Yidong
1f6f1c0fa9 All instances of "tumme" replaced with "thumbnails".
(tumme): Define alias to thumbnails-show-all-from-dir
2007-04-22 03:32:05 +00:00
Chong Yidong
41a4299469 * dired.el: Rename "tumme" to "thumbnails". 2007-04-22 03:30:23 +00:00
Chong Yidong
1ffd65b5b0 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
replaced with "thumbnails".
2007-04-22 03:29:28 +00:00
Chong Yidong
b3aabc25d7 Rename tumme.el to thumbnails.el 2007-04-22 03:28:34 +00:00
Glenn Morris
67ccd6cbc5 *** empty log message *** 2007-04-22 01:56:17 +00:00
Glenn Morris
176eb1f17f (hi-lock-file-patterns-policy): Make it a defcustom, and give it the
risky-local-variable property.
2007-04-22 01:49:46 +00:00
Glenn Morris
bd95c2c0f6 Fix some typos. 2007-04-22 01:26:45 +00:00
Glenn Morris
2aebf08d10 (flyspell-define-abbrev): Downcase abbrev before defining it. 2007-04-22 00:22:14 +00:00
Martin Rudalics
33a9c08c34 (c-remove-any-local-eval-or-mode-variables): Use delete-region
instead of kill-line.
2007-04-21 22:00:45 +00:00
Chong Yidong
861b8236ef Fix author entry. 2007-04-21 20:10:50 +00:00
Chong Yidong
a89d4ed8ae (perl-indent-command): Use delete-region instead of kill-region. 2007-04-21 20:06:49 +00:00
Chong Yidong
041d3802a0 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
instead of kill-region.
2007-04-21 20:06:41 +00:00
Alan Mackenzie
0abe900ba1 (c-electric-slash): Replace wrong use of `kill-region' by
`delete-region'.
2007-04-21 20:05:53 +00:00
Chong Yidong
97f67490e4 (mantemp-make-mantemps-region)
(mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
(mantemp-remove-memfuncs): Use delete-region instead of kill-word
and kill-line.
2007-04-21 20:04:06 +00:00
Chong Yidong
895041fa6c * progmodes/mantemp.el (mantemp-make-mantemps-region)
(mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
(mantemp-remove-memfuncs): Use delete-region instead of kill-word
and kill-line.
2007-04-21 20:03:53 +00:00
Alan Mackenzie
cef9e6ec13 *** empty log message *** 2007-04-21 20:03:29 +00:00
Chong Yidong
453cfeb31b (vhdl-template-type)
(vhdl-template-record, vhdl-template-nature)
(vhdl-template-configuration-spec, vhdl-template-component-inst)
(vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
delete-region instead of kill-word and kill-line.
2007-04-21 19:53:39 +00:00
Chong Yidong
ecff835def * progmodes/vhdl-mode.el (vhdl-template-type)
(vhdl-template-record, vhdl-template-nature)
(vhdl-template-configuration-spec, vhdl-template-component-inst)
(vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
delete-region instead of kill-word and kill-line.
2007-04-21 19:53:28 +00:00
Glenn Morris
b94d76ae71 Johan Bockg� <bojohan at dd.chalmers.se>:
(dired-virtual-mode): Doc fix.
2007-04-21 19:49:03 +00:00
Glenn Morris
b1e6882f00 *** empty log message *** 2007-04-21 19:48:15 +00:00
Richard M. Stallman
3b2d0d760c (font-lock-keywords-alist): Mark as risky. 2007-04-21 14:30:38 +00:00
Richard M. Stallman
1e35b3c196 *** empty log message *** 2007-04-21 13:15:03 +00:00
Richard M. Stallman
f2aded1747 *** empty log message *** 2007-04-21 08:59:33 +00:00
Richard M. Stallman
3238cde382 (read-number): Doc fix. 2007-04-21 08:55:41 +00:00
Richard M. Stallman
fb2c06a3b9 (pop-to-mark-command): Display message "mark popped" if point does not move.
(set-mark-command): Doc fix.
2007-04-21 08:55:15 +00:00
Chong Yidong
1f8330fb64 Revert 2006-09-09 and 2007-04-20 changes.
(locate-local-filter, locate-local-search): New vars.
(locate): Make variables local.
(locate-update): Bind locate-buffer-name.  Call locate using
locate-local-filter and locate-local-search.
2007-04-21 03:28:56 +00:00
Chong Yidong
d6fa26a442 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
(locate-local-filter, locate-local-search): New vars.
(locate): Make variables local.
(locate-update): Bind locate-buffer-name.  Call locate using
locate-local-filter and locate-local-search.
2007-04-21 03:28:45 +00:00
Chong Yidong
faeb756c39 * hi-lock.el (hi-lock-file-patterns-policy): New var.
(hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
(hi-lock-mode): Update docstring.
2007-04-20 19:25:03 +00:00
Chong Yidong
c898bef77f (hi-lock-file-patterns-policy): New var.
(hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
(hi-lock-mode): Update docstring.
2007-04-20 19:24:19 +00:00
Stefan Monnier
03832c9d5b (fill-move-to-break-point): Don't inhibit
fill-nobreak-predicate when the break is past fill-column.
2007-04-20 18:24:05 +00:00
Chong Yidong
1b7e3006a8 Revert last change. 2007-04-20 14:08:36 +00:00
Chong Yidong
2dd62d7ccc * textmodes/fill.el (fill-move-to-break-point): Don't bind
fill-nobreak-predicate.
2007-04-20 14:02:28 +00:00
Chong Yidong
5d53900f80 (fill-move-to-break-point): Don't bind fill-nobreak-predicate. 2007-04-20 14:01:37 +00:00
Chong Yidong
c8785218b0 (locate): Output from shell-command should go in the current buffer
rather than *Shell Command Output*.
2007-04-20 13:58:01 +00:00
Chong Yidong
0715a41bf8 * locate.el (locate): Output from shell-command should go in the
current buffer rather than *Shell Command Output*.
2007-04-20 13:57:53 +00:00
Chong Yidong
1b6c47f570 (show-paren-function): Fix last fix. 2007-04-20 13:52:11 +00:00
Chong Yidong
2d0989b5d2 * paren.el (show-paren-function): Fix last fix. 2007-04-20 13:52:04 +00:00
Chong Yidong
fcb006c4ee (archive-find-type): lzh-exe for lzh self-extracting exe.
(archive-lzh-summarize): Add optional start arg for where to start
looking at the archive.
(archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2007-04-19 23:53:02 +00:00
Chong Yidong
9cd04e1639 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
(archive-lzh-summarize): Add optional start arg for where to start
looking at the archive.
(archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.

* international/mule.el (auto-coding-alist): no-conversion for .exe
and .EXE.
2007-04-19 23:52:40 +00:00
Chong Yidong
3a6a598107 (auto-coding-alist): no-conversion for .exe and .EXE. 2007-04-19 23:51:59 +00:00