1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

35449 Commits

Author SHA1 Message Date
Chong Yidong
8a6137df3a * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
initial down event.
2006-12-02 21:46:52 +00:00
Kim F. Storm
c64a6023b9 (cua-toggle-set-mark): Doc fix.
(cua-repeat-replace-region): Make M-v more robust.
(cua-paste-pop-rotate-temporarily): New defcustom.
(cua-paste-pop): Use it.
(cua-auto-mark-last-change): New defcustom.
(cua-pop-to-last-change): New helper function.
(cua-set-mark): Use them.
2006-12-02 00:30:00 +00:00
Kim F. Storm
85e3d48f01 *** empty log message *** 2006-12-02 00:29:50 +00:00
Nick Roberts
493ded4fe1 *** empty log message *** 2006-12-01 21:55:43 +00:00
Nick Roberts
f5be22a273 (toggle-case-fold-search): Clarify doc/help string and
mini-buffer message.
2006-12-01 21:52:51 +00:00
Nick Roberts
ba3a449e44 *** empty log message *** 2006-12-01 21:52:07 +00:00
Vinicius Jose Latorre
f9914209c8 Fix the highlight overlay extension 2006-12-01 21:03:19 +00:00
Juanma Barranquero
2acb13b129 *** empty log message *** 2006-12-01 14:12:04 +00:00
Vinicius Jose Latorre
4abc74e836 Eliminate Emacs 20 & 21 compatibility. 2006-12-01 13:13:19 +00:00
Miles Bader
5538c331d1 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 169-170)

   - Merge from emacs--devo--0
   - Update from CVS

2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml2015.el (mml2015-pgg-clear-verify): Replace encode-coding-string
   with mm-encode-coding-string.

2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nneething.el (nneething-decode-file-name): Replace
   decode-coding-string with mm-decode-coding-string.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-534
2006-12-01 11:53:31 +00:00
Juanma Barranquero
310afa177a *** empty log message *** 2006-11-30 23:34:05 +00:00
Juanma Barranquero
5232b4cdfa (hexl-goto-address, hexl-forward-char, hexl-forward-short, hexl-forward-word,
hexl-previous-line, hexl-beginning-of-1k-page, hexl-end-of-1k-page): Doc fixes.
(hexl-address-region, hexl-ascii-region, hexl-highlight-line-range): Fix typos
in docstrings.
2006-11-30 23:30:52 +00:00
Kim F. Storm
10b19e8897 2006-11-30 Michaël Cadilhac <michael.cadilhac@lrde.org>
(ido-local-file-exists-p): New. Tell if a file exists
locally, i.e. without using file name handlers.
(ido-read-internal): Allow mono letter host names, avoiding the
`c:' problem by testing if the file exists locally.
(ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2006-11-30 20:50:31 +00:00
Kim F. Storm
939cb3e871 *** empty log message *** 2006-11-30 20:50:07 +00:00
Juanma Barranquero
1b7ef4aaec *** empty log message *** 2006-11-30 16:41:31 +00:00
Juanma Barranquero
9bb2e9f86b (byte-optimize, byte-compile-warnings): Doc fixes. 2006-11-30 16:26:37 +00:00
Masatake YAMATO
3fc29559f5 (hl-line-range-function, hl-line-face): Declare variables to avoid bytecomp warnings.
(hexl-mode-old-ruler-function): New variable.
(hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'	and `hl-line-range-function' after `require' hl-line.
Then bind `hl-line-range-function' and `hl-line-face'.
Don't require frame. Don't use `with-no-warnings'.
(hexl-activate-ruler): Store the original value of `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
(hexl-mode-exit): Restore the original value of `ruler-mode-ruler-function'.
2006-11-30 16:10:03 +00:00
Masatake YAMATO
6ac2ae62e2 (hexl-mode-old-hl-line-range-function): New variable
(hexl-mode-old-hl-line-face): New variable
(hexl-mode, hexl-mode-exit): Fix the highlighting of the current line when exit from the hexl-mode.
2006-11-30 15:55:14 +00:00
Juanma Barranquero
33fac69773 (create-fontset-from-ascii-font, create-fontset-from-fontset-spec,
x-compose-font-name): Doc fixes.
(fontset-name-p): Fix typo in docstring.
2006-11-30 15:50:08 +00:00
Juanma Barranquero
1726419131 (c-indent-exp): Fix typo in docstring. 2006-11-30 15:42:04 +00:00
Vinicius Jose Latorre
8a3ee455f6 Fix ChangeLog date. 2006-11-30 10:05:08 +00:00
Vinicius Jose Latorre
0723946185 Fix maintainer email. Emacs 20/21 compatibility. 2006-11-30 10:03:25 +00:00
J.D. Smith
e141c335c0 (idlwave-auto-fill): Remove paragraph-start let to prevent auto-fill
giving up.
2006-11-29 19:16:52 +00:00
Juanma Barranquero
4fc9bd5699 Fix trivial issues in developers' names. 2006-11-29 16:10:13 +00:00
Juanma Barranquero
9fa04a08cb (led-state): Fix typo in previous change. 2006-11-28 22:03:32 +00:00
Chong Yidong
9e288f7521 (easy-mmode-define-navigation): Fix interactive spec of the functions
getting defined to make them work as documented.
2006-11-28 19:22:31 +00:00
Chong Yidong
3b46a8f760 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Fix
interactive spec of the functions getting defined to make them
work as documented.
2006-11-28 19:22:02 +00:00
Chong Yidong
0c3e8c6c32 * startup.el (fancy-splash-screens): Hide initial splash buffer. 2006-11-28 16:47:26 +00:00
Chong Yidong
fbd6b42988 (fancy-splash-screens): Hide initial splash buffer. 2006-11-28 16:46:33 +00:00
Kim F. Storm
fe689fb661 (icomplete-tidy, icomplete-exhibit): Check that
icomplete-mode is enabled.
2006-11-28 09:22:13 +00:00
Kim F. Storm
c09908a3bd *** empty log message *** 2006-11-28 09:21:58 +00:00
Carsten Dominik
e31ececb16 (require): Require gnus-sum during compilation
to avoid problem with a macro call.
2006-11-28 07:31:25 +00:00
Carsten Dominik
a1afc2606c *** empty log message *** 2006-11-28 07:30:56 +00:00
Glenn Morris
9dfa87262e (authors-aliases): Add new alias. 2006-11-28 03:46:00 +00:00
Glenn Morris
742695df24 (fortran-font-lock-keywords-4): Add `min'.
(fortran-window-create-momentarily): Do not need string-to-char.
2006-11-28 03:45:39 +00:00
Glenn Morris
bf897a90de *** empty log message *** 2006-11-28 03:44:39 +00:00
Richard M. Stallman
7bc297d702 *** empty log message *** 2006-11-28 02:23:45 +00:00
Richard M. Stallman
7fb4fa10a8 (byte-compile-get-constant):
Replace incorrect use of assoc-default with a loop.
2006-11-28 02:22:17 +00:00
Richard M. Stallman
503bc651bd (term-exec-1): Set envvar INSIDE_EMACS. 2006-11-28 02:21:28 +00:00
Richard M. Stallman
ee4dc5d959 (next-error-find-buffer): Improve messages. 2006-11-28 02:21:03 +00:00
Richard M. Stallman
b2d239c1ba (revert-buffer): Special error message if file is now not readable. 2006-11-28 02:20:32 +00:00
Richard M. Stallman
3187841b68 (facemenu-add-new-face): Improve doc strings of constructed commands. 2006-11-28 02:19:58 +00:00
Richard M. Stallman
4c1793001c (comint-exec-1): Provide Emacs version and `comint' in INSIDE_EMACS. 2006-11-28 02:19:20 +00:00
Juanma Barranquero
a3d2f0a3b8 (erc-cmd-BANLIST, erc-cmd-MASSUNBAN): Simplify.
(erc-prompt-for-channel-key, erc-ignore-reply-list, erc-send-post-hook,
erc-active-buffer, erc-join-buffer, erc-frame-alist, erc-with-buffer,
erc-modules, erc-display-message-highlight, erc-process-input-line,
erc-cmd-HELP, erc-server-hooks, erc-echo-notice-in-user-buffers,
erc-format-my-nick, erc-echo-notice-in-user-and-target-buffers,
erc-echo-notice-in-first-user-buffer, erc-connection-established,
erc-update-user-nick, erc-update-channel-member, erc-highlight-notice,
erc-command-symbol, erc-add-query, erc-process-script-line,
erc-determine-parameters, erc-client-info, erc-popup-input-buffer,
erc-script-echo): Fix typos in docstrings.
(erc-channel-user-op-p, erc-channel-user-voice-p, erc-startup-file-list,
define-erc-module, erc-once-with-server-event,
erc-once-with-server-event-global, erc-debug-irc-protocol, erc-log-irc-protocol,
erc-cmd-LOAD, erc-update-user, erc-update-current-channel-member,
erc-load-script, erc-mode-line-away-status-format): Doc fixes.
2006-11-28 01:39:08 +00:00
Stefan Monnier
fe39af99e5 (diff-mode-map): Add a binding for unified->context. 2006-11-27 20:59:54 +00:00
Stefan Monnier
ff348fba8b Remove spurious * in docstrings.
(server-process-filter): Exit from recursive editing before processing
a new request.
2006-11-27 20:58:37 +00:00
J.D. Smith
c8aab130e9 (hs-already-hidden-p): Move to end of line so hidden blocks will be
correctly identified.
2006-11-27 18:08:51 +00:00
Juanma Barranquero
b8f11c5851 *** empty log message *** 2006-11-27 17:13:39 +00:00
Juanma Barranquero
e4e0a304b9 (led-state, led-on): Fix typo in docstring. 2006-11-27 17:06:34 +00:00
Juanma Barranquero
30cf0c33e1 (subprocess-input, start-subprocess, subprocess-command, command-send-input,
command-kill-line): Fix typo in docstring.
2006-11-27 17:05:54 +00:00