Juanma Barranquero
23dcd8ca14
*** empty log message ***
2008-02-05 14:46:11 +00:00
Juanma Barranquero
cb5bf6ba22
*** empty log message ***
2008-02-05 14:24:26 +00:00
Juanma Barranquero
4f9c00e2dc
(erc-valid-nick-regexp): Replace legal' with valid'.
2008-02-05 13:00:43 +00:00
Juanma Barranquero
42c28f29df
(erc-match-syntax-table): Replace legal' with valid'.
2008-02-05 12:50:10 +00:00
Juanma Barranquero
dfa0b1fc01
(erc-button-syntax-table): Replace legal' with valid'.
2008-02-05 12:48:48 +00:00
Juanma Barranquero
64ef5f3924
*** empty log message ***
2008-02-05 12:25:49 +00:00
Juanma Barranquero
0138efd4b3
*** empty log message ***
2008-02-05 12:07:11 +00:00
Juanma Barranquero
9b9a412286
*** empty log message ***
2008-02-05 11:51:30 +00:00
Juanma Barranquero
a7d51a21fb
(rcirc commands): Replace legal' with valid'.
2008-02-05 03:15:42 +00:00
Juanma Barranquero
cad1d37691
(Setting tags, In-buffer settings): Replace legal' with valid'.
2008-02-05 03:10:40 +00:00
Juanma Barranquero
05b33f7cfc
*** empty log message ***
2008-02-05 02:59:47 +00:00
Juanma Barranquero
74ac7057d6
(make_hdr): Replace legal' with valid'.
2008-02-05 02:49:26 +00:00
Juanma Barranquero
5af1f9fe9e
(read_header): Replace legal' with valid'.
2008-02-05 02:45:30 +00:00
Juanma Barranquero
4d90eee4f5
*** empty log message ***
2008-02-05 02:30:41 +00:00
Juanma Barranquero
4caf292da6
(w32-system-shells): Add TCC (new name for 4NT).
2008-02-04 22:46:47 +00:00
Richard M. Stallman
f4c4910c9e
Comment changes.
2008-02-04 16:54:05 +00:00
Dan Nicolaescu
7e2a60001e
* progmodes/verilog-mode.el (verilog-declaration-core-re):
...
Add port directions by themselves, with no qualification, as base
item of a declaration.
(verilog-pretty-declarations): Add new flag that inhibits printing
to the message buffer.
(verilog-pretty-expr): Add new flag that inhibits printing to the
message buffer. Improve handling of the many types of expression
line up.
(verilog-just-one-space): Don't print an empty message.
(verilog-get-lineup-indent): Rework to support the better handling
of expression lineup for verilog-pretty-expr.
(verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
(verilog-mode-version, verilog-mode-release-date): Update.
2008-02-04 16:36:48 +00:00
Stefan Monnier
cb11476b22
(cancel-change-group): Improve last fix.
2008-02-04 15:31:09 +00:00
Stefan Monnier
d9090cc15a
(cancel-change-group): Don't move point.
2008-02-04 15:29:44 +00:00
YAMAMOTO Mitsuharu
ca1617bfd6
(mac_to_emacs_modifiers): New argument UNMAPPED_MODS.
...
All callers changed.
(mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from
mapped modifiers together with original ones.
2008-02-04 11:43:42 +00:00
Miles Bader
cdd5307d74
Merge from gnus--rel--5.10
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-215
2008-02-04 09:42:16 +00:00
Chong Yidong
8e7e5143d9
Undo last change (mistakenly committed to branch).
2008-02-04 04:51:59 +00:00
Chong Yidong
80b61f4b15
Added "GTY" as synonym for __attribute__. Updated gperf output.
2008-02-04 04:45:16 +00:00
Chong Yidong
e46a3f5988
* etags.c: Added "GTY" as synonym for __attribute__. Updated
...
gperf output.
2008-02-04 04:45:00 +00:00
YAMAMOTO Mitsuharu
10fdc4c248
[MAC_OSX] (fn_keycode_to_keycode_table): Add more entries
...
that ignores kEventKeyModifierFnMask.
(XTread_socket) [MAC_OSX]: Move code for ignoring
kEventKeyModifierFnMask for some keys ...
(mac_mapped_modifiers) [MAC_OSX]: ... to here. Add argument KEY_CODE.
All callers changed.
(mac_quit_char_key_p, XTread_socket): Get Emacs modifiers from
mapped modifiers.
2008-02-04 03:03:52 +00:00
Eli Zaretskii
7ff926e0aa
(Tags): Fix last change.
2008-02-02 15:58:47 +00:00
Michael Albinus
6ab7aef1dc
* trampver.texi: Update release number.
2008-02-02 10:57:40 +00:00
Michael Albinus
7ed4a04762
* tramp.texi: Move @setfilename ../info/tramp up, outside the header
...
section. Reported by <poti@potis.org>.
Use new FSF's Back-Cover Text.
2008-02-02 10:56:12 +00:00
Michael Albinus
eef3f0c84c
* net/trampver.el: Update release number.
2008-02-02 10:51:50 +00:00
Michael Albinus
f88276af2f
* net/tramp-vc.el (tramp-vc-do-command): Use mapc' instead of mapcar'.
2008-02-02 10:50:03 +00:00
Michael Albinus
500d481b51
*** empty log message ***
2008-02-02 10:49:10 +00:00
Michael Albinus
8cee022b93
* net/tramp.el (tramp-handle-make-auto-save-file-name)
...
(tramp-completion-dissect-file-name, tramp-find-executable): Use
`mapc' instead of `mapcar'.
(tramp-open-connection-setup-interactive-shell): Send only single
prompt setting commands, in order to avoid double-prompt.
2008-02-02 10:46:08 +00:00
Eli Zaretskii
de04a3caaf
Restore copyright years. Update tutorial. Fix wording.
2008-02-02 10:00:12 +00:00
Chong Yidong
c61425073a
Undo last change.
...
(next-file): Improve revert message.
2008-02-01 23:35:30 +00:00
Chong Yidong
6e04a598ea
* progmodes/etags.el (next-file): Improve revert message.
2008-02-01 23:35:06 +00:00
Chong Yidong
773b7a0d21
Revert last change.
2008-02-01 23:31:23 +00:00
Chong Yidong
9a5ec44e0a
*** If tags-loop-revert-buffers has the value `ask', the tags-scanning
...
loop queries the user interactively if an already-visited file has
been changed since the last visit. The new default value is `ask'.
2008-02-01 23:28:00 +00:00
Chong Yidong
6272cd3f01
(tags-loop-revert-buffers): Value `ask' means to query the user interactively.
...
(next-file): Implement it.
2008-02-01 23:21:56 +00:00
Chong Yidong
bee68a7abe
* progmodes/etags.el (tags-loop-revert-buffers): Value `ask' means
...
to query the user interactively.
(next-file): Implement it.
2008-02-01 23:21:29 +00:00
Juanma Barranquero
299db7f8cf
(image-library-alist): Prefer libpng12 to libpng13, because
...
the latter is in fact a 1.2.8 build distributed with GTK+
(as of today, the most recent libpng is 1.2.24).
2008-02-01 15:19:59 +00:00
Thien-Thi Nguyen
eaf07ced98
(vc-update): Fix bug: Specify branch tip as vc-checkout REVISION.
2008-02-01 05:51:06 +00:00
Stefan Monnier
ed3fdc0ea2
(reindent-then-newline-and-indent): Be careful about the
...
unusual case where indent-according-to-mode moves point.
2008-02-01 04:04:51 +00:00
Dan Nicolaescu
f07fe18424
(verilog-sk-prompt-msb)
...
(verilog-sk-module, verilog-sk-function, verilog-sk-begin)
(verilog-sk-if, verilog-sk-wire, verilog-sk-for)
(verilog-sk-state-machine): Quote all calls to
"auxiliary skeleton"s to prevent infloops.
2008-02-01 03:12:44 +00:00
Kenichi Handa
0acdaf8df5
(CCL_WRITE_CHAR): Fix overflow checking.
...
(CCL_WRITE_MULTIBYTE_CHAR): Likewise.
2008-02-01 00:38:48 +00:00
Jason Rumney
ece646ab10
Added short descriptions of the exe files.
2008-02-01 00:14:53 +00:00
Jason Rumney
751be31e6c
Partially revert 2007-11-10 change.
2008-01-31 23:34:48 +00:00
Jason Rumney
30f8b2fa66
Add note about obtaining libXpm source, and its origin.
2008-01-31 15:41:43 +00:00
Chong Yidong
b31eeda3ff
Update tutorial.
2008-01-31 15:33:25 +00:00
Chong Yidong
6a850b35b5
* TUTORIAL.ru: Update tutorial.
2008-01-31 15:33:09 +00:00
Martin Rudalics
01e573290d
(rmail-highlight): Fix specification.
2008-01-31 10:40:14 +00:00