Reiner Steib
656065bd28
* international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
...
* international/code-pages.el: Add cp858.
2006-09-07 12:50:41 +00:00
Andreas Schwab
d7695a6342
(START_FILES, LIB_STANDARD): Override to
...
use lib64 instead of lib.
2006-09-07 10:48:21 +00:00
Jan Djärv
1df4d4a85f
* dnd.el: Fix bootstrapping
2006-09-07 10:12:51 +00:00
Jan Djärv
eaf6d473fb
Fix mailaddress
2006-09-07 09:56:22 +00:00
Jan Djärv
c79b0f8ffd
* dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
...
(dnd-open-remote-url): New function.
(dnd-open-remote-file-function): Set to dnd-open-remote-url if
not windows-nt.
2006-09-07 Jason Rumney <jasonr@gnu.org>
* dnd.el (dnd-open-remote-file-function): New variable.
(dnd-open-unc-file): New function.
(dnd-open-file): Call dnd-open-remote-file-function if set.
2006-09-07 07:44:33 +00:00
Miles Bader
31a7c2ff1f
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 134-135)
- Merge from emacs--devo--0
- Update from CVS
2006-09-06 Daiki Ueno <ueno@unixuser.org>
* lisp/pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
pgg-passphrase-coding-system rather than locale-coding-system.
* lisp/pgg-def.el (pgg-passphrase-coding-system): New user option.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-428
2006-09-07 05:58:54 +00:00
Stefan Monnier
be9b5a6076
Avoid double quotes when possible.
2006-09-06 17:53:59 +00:00
Stefan Monnier
d364dee6ba
Remove * in docstrings.
...
(prolog-program-name): Add SWI prolog.
(prolog-mode-menu): New menu.
(prolog-mode): Set comment-add.
(prolog-indent-line): Simplify. Use indent-line-to.
(inferior-prolog-buffer): New var.
(inferior-prolog-run, inferior-prolog-process): New funs.
(run-prolog, switch-to-prolog): Rewrite, using them.
(prolog-consult-region): Use inferior-prolog-buffer.
(inferior-prolog-load-file): New function.
(prolog-mode-map): Add bindings for load-file and switch-to-prolog.
2006-09-06 17:34:12 +00:00
Stefan Monnier
4a3608f504
(fill-single-word-nobreak-p): Allow breaking before
...
last word, if it's not the end of the paragraph.
2006-09-06 16:35:18 +00:00
Stefan Monnier
e959542d99
(abbreviate-file-name): Don't mistakenly match newlines in file name.
2006-09-06 16:32:18 +00:00
Kim F. Storm
bdd26918c5
*** empty log message ***
2006-09-06 13:01:57 +00:00
Kim F. Storm
13112157f0
(Display Feature Testing): display-mm-dimensions-alist.
2006-09-06 13:01:34 +00:00
Kim F. Storm
51e39dfcf1
(display-mm-dimensions-alist): New defcustom.
...
(display-mm-height, display-mm-width): Use it.
2006-09-06 11:51:57 +00:00
Kim F. Storm
2ca43ca550
*** empty log message ***
2006-09-06 11:51:26 +00:00
Kim F. Storm
ea169f66e4
fringe.el is now pre-loaded.
2006-09-06 10:35:12 +00:00
Kim F. Storm
2bc3d2ee2f
Task Done:
...
** Image scrolling problems reported by David Kastrup.
2006-09-06 10:25:42 +00:00
Kim F. Storm
99cdf26ddf
(Window Start): Update pos-visible-in-window-p.
2006-09-06 10:24:45 +00:00
Kim F. Storm
2010a78ce9
*** empty log message ***
2006-09-06 10:24:33 +00:00
Reiner Steib
676c18937f
(gnus-button-regexp, gnus-button-marker-list)
...
(gnus-button-last): Move up. Convert comments into doc strings.
2006-09-06 09:43:59 +00:00
Simon Josefsson
5f85272e5b
2006-09-06 Simon Josefsson <jas@extundo.com>
...
* smtpmail.texi (Authentication): Mention SSL.
2006-09-06 09:10:44 +00:00
Simon Josefsson
8bf5f8c5d2
2006-09-06 Simon Josefsson <jas@extundo.com>
...
* mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
2006-09-06 09:08:55 +00:00
Kenichi Handa
04e28558df
(Fformat_time_string): Use make_unibyte_string to make
...
a Lisp string from the result of emacs_memftimeu call.
2006-09-06 06:41:40 +00:00
Nick Roberts
8687849bab
(gdb-var-list-children-regexp)
...
(gdb-var-list-children-regexp-1): Tweak regexps to catch full
string values.
2006-09-06 02:45:03 +00:00
Nick Roberts
588daab2ea
*** empty log message ***
2006-09-06 02:43:00 +00:00
Kim F. Storm
b704b1f019
(line-move-partial): New function to do vscrolling for
...
partially visible images / tall lines. Rewrite based on code
previously in line-move. Simplify backwards vscrolling.
(line-move): Use it. Simplify.
2006-09-05 22:52:29 +00:00
Kim F. Storm
902f06edb1
*** empty log message ***
2006-09-05 22:52:17 +00:00
Kim F. Storm
7ca2645091
(pos_visible_p): Remove exact_mode_line_heights_p arg;
...
so always calculate heights even when pos-visible-in-window-p is
called with partially = t. Don't overshoot last_visible_y in move_it_to.
Return row height and row number in new rowh and vpos args.
(cursor_row_fully_visible_p): First line is always "fully visible".
(try_window): Don't clear matrix if vscrolled.
2006-09-05 22:49:51 +00:00
Kim F. Storm
5a857365b5
(Fpos_visible_in_window_p): Adapt to new pos_visible_p.
...
Return row height and row number for partially visible rows.
Modify return value to a 2 element list for fully visible rows
and 6 for partially visible row.
(window_scroll_pixel_based): Use pos_visible_p directly instead of
Fpos_visible_in_window_p. Fix auto vscrolling for partially visible lines.
Only vscroll backwards if already vscrolled forwards. Unconditionally
vscroll forwards if PT is first (and only) line. Set new window start
instead of scrolling at start/end of tall line.
2006-09-05 22:49:43 +00:00
Kim F. Storm
3ad5e58f3e
(pos_visible_p): Update prototype.
2006-09-05 22:49:36 +00:00
Kim F. Storm
53c11b7e04
(cua--pre-command-handler-1): Rewrite.
2006-09-05 20:54:16 +00:00
Kim F. Storm
865e69c8f3
*** empty log message ***
2006-09-05 20:54:05 +00:00
Chong Yidong
8d8f91ae02
ispell.el problem is a Windows-only bug (if it exists).
...
"Compilation mode error on gcc include messages" bug fixed.
2006-09-05 14:55:16 +00:00
Chong Yidong
6e1a95973d
* progmodes/compile.el (compilation-error-regexp-alist-alist):
...
Process the `gcc-include' after the `gnu' rule.
2006-09-05 14:53:24 +00:00
Kim F. Storm
695ff2779e
*** empty log message ***
2006-09-05 14:18:46 +00:00
Kim F. Storm
930f852ec4
(ido-visit-buffer): Use buffer name if buffer arg is a buffer.
2006-09-05 10:26:35 +00:00
Kim F. Storm
d07a839e80
*** empty log message ***
2006-09-05 10:26:21 +00:00
Richard M. Stallman
207678ccd0
*** empty log message ***
2006-09-05 09:58:54 +00:00
Miles Bader
8fbdffe57a
Merge from gnus--rel--5.10
...
Patches applied:
* gnus--rel--5.10 (patch 131-133)
- Update from CVS
2006-09-05 Daiki Ueno <ueno@unixuser.org>
* lisp/pgg.el (pgg-clear-string): Alias to clear-string for backward
compatibility.
* lisp/pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
inhibit-redisplay; encode passphrase with locale-coding-system.
2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (article-decode-encoded-words): Make it fast.
2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-424
2006-09-05 08:17:35 +00:00
Dan Nicolaescu
652bf3a19f
(terminal-init-xterm): Add more C-M- bindings.
2006-09-05 06:59:53 +00:00
Nick Roberts
ce22ee0163
(gdb-var-list-children-regexp)
...
(gdb-var-list-children-regexp): Make type field optional.
2006-09-05 03:41:24 +00:00
Nick Roberts
d4bc9efd83
(gud-speedbar-buttons): Allow for no type
...
e.g public, protected in C++.
2006-09-05 03:40:54 +00:00
Nick Roberts
eebb17af77
*** empty log message ***
2006-09-05 03:39:19 +00:00
YAMAMOTO Mitsuharu
750a6cf4b2
(install_window_handler, mac_handle_window_event)
...
[USE_CARBON_EVENTS]: Handle kEventWindowClose.
[USE_MAC_TSM] (mac_handle_text_input_event): Set modifiers for
ASCII keystroke event.
2006-09-05 01:03:33 +00:00
John Paul Wallington
d0fd091694
(completion-show-help): New defcustom.
...
(completion-setup-function): Heed it.
2006-09-04 18:26:03 +00:00
Richard M. Stallman
8f921acb25
(rsf-scanning-messages-now): Doc fix.
...
(rsf-min-region-to-spam-list): Doc fix.
(rsf-add-content-type-field): Doc fix.
2006-09-04 16:54:25 +00:00
Dan Nicolaescu
bb68962b53
(terminal-init-xterm): Add C-M- bindings.
2006-09-04 16:49:35 +00:00
Richard M. Stallman
bae1223792
*** empty log message ***
2006-09-04 15:08:13 +00:00
Richard M. Stallman
b375465493
(Accepting Output): Explain SECONDS=0 for accept-process-output.
2006-09-04 15:08:06 +00:00
Richard M. Stallman
0a369706ff
(Idle Timers): Explain why timer functions should not
...
loop until (input-pending-p).
2006-09-04 15:07:32 +00:00
Richard M. Stallman
f39d6be01d
(kill-region): Explicitly test there is a region.
2006-09-04 15:03:26 +00:00