Richard M. Stallman
1ebeeed058
Many doc fixes.
...
("danish-alt-postfix")
("esperanto-alt-postfix", "finnish-alt-postfix")
("german-alt-postfix", "icelandic-alt-postfix")
("norwegian-alt-postfix", "scandinavian-alt-postfix")
("spanish-alt-postfix", "swedish-alt-postfix"):
Deleted; they were identical to the non-alt versions.
2007-12-15 22:31:18 +00:00
Richard M. Stallman
8696223d6b
("scandinavian-postfix"): Doc fix.
2007-12-15 22:29:42 +00:00
Jason Rumney
2e3566d8b7
(w32_read_socket): Use MULTIBYTE_CHAR_KEYSTROKE_EVENT for characters above 127.
2007-12-14 12:26:31 +00:00
Jason Rumney
bf25403702
(w32_wnd_proc, Fw32_reconstruct_hot_key): Range check
...
before dereferencing array.
(lookup_vk_code): Remove zero comparison.
2007-12-13 15:53:26 +00:00
Thien-Thi Nguyen
7d2a95143a
Fix typo.
2007-12-12 10:12:51 +00:00
Thien-Thi Nguyen
f2f8d5f2d4
*** empty log message ***
2007-12-12 08:14:07 +00:00
Thien-Thi Nguyen
f26920db7e
(defcustom-c-stylevar): Rewrite.
2007-12-12 08:00:45 +00:00
Glenn Morris
812498713a
(url-make-private-file): New function.
2007-12-11 05:50:37 +00:00
Glenn Morris
57f44ca44a
(url-history-save-history): Use url-make-private-file and with-temp-buffer.
2007-12-11 05:50:11 +00:00
Glenn Morris
e6ed493502
(url-cookie-write-file): Use url-make-private-file and with-temp-buffer.
2007-12-11 05:49:53 +00:00
Dan Nicolaescu
38f584e90e
(set-buffer-menubar): Remove unused
...
function.
(add-submenu): Only define for XEmacs.
(verilog-regexp-words): Revert previous change, keep the other
definition.
2007-12-11 03:19:09 +00:00
Dan Nicolaescu
6ca0ff7375
(verilog-kill-existing-comment, verilog-insert-date)
...
(verilog-insert-year): Rename in order not to pollute the global
namespace from kill-existing-comment, insert-date and
insert-year, respectively.
(verilog-set-auto-endcomments, verilog-header): Update callers.
2007-12-09 19:38:37 +00:00
Dan Nicolaescu
2d5590e0a3
* progmodes/perl-mode.el (perl-continued-statement-offset)
...
(perl-continued-brace-offset, perl-brace-offset)
(perl-brace-imaginary-offset, perl-label-offset):
* progmodes/cperl-mode.el (cperl-brace-offset)
(cperl-continued-brace-offset, cperl-label-offset)
(cperl-continued-statement-offset)
(cperl-extra-newline-before-brace, cperl-merge-trailing-else): Add
safe-local-variable properties.
2007-12-09 19:19:46 +00:00
Miles Bader
819ee2f42a
Add arch tagline
2007-12-09 07:24:51 +00:00
Glenn Morris
637b4d3838
Fix copyright years.
...
Re-license under GPLv3+.
2007-12-09 01:32:56 +00:00
Dan Nicolaescu
30d48f20cd
* progmodes/verilog-mode.el (verilog-mode-map)
...
(verilog-template-map, verilog-mode-mouse-map): Fix typos.
(verilog-colorize-include-files): Use only overlay functions so
that it can work on both emacs and XEmacs.
(set-extent-keymap): Remove unused defun.
2007-12-08 20:43:01 +00:00
Dan Nicolaescu
7d49d8e100
* progmodes/verilog-mode.el (verilog-mode-map): Fix typo.
2007-12-08 19:59:24 +00:00
Dan Nicolaescu
62a7c35dbc
(auto-mode-alist): Recognize verilog files.
2007-12-08 19:39:26 +00:00
Dan Nicolaescu
b68a96b966
(verilog-string-replace-matches)
...
(verilog-string-remove-spaces, verilog-re-search-forward)
(verilog-re-search-backward, verilog-re-search-forward-quick)
(verilog-re-search-backward-quick, verilog-get-beg-of-line)
(verilog-get-end-of-line, verilog-within-string): Move definitions
before first use. No code changes.
2007-12-08 19:19:43 +00:00
Dan Nicolaescu
6edb57162c
(verilog-mode-version)
...
(verilog-mode-release-date): Don't use expanding keywords.
(provide): Move to the end of file.
(fboundp): Don't check if eval-when-compile is bound, it is used
later in the file without checking.
(when, unless): Copy definitions from subr.el.
(char-before, defcustom, defface, customize-group)
(verilog-batch-error-wrapper): Don't use old style backquotes.
(verilog-regexp-opt): Avoid using the cl function case.
(verilog-regexp-words): Remove duplicated definition.
(verilog-mode-abbrev-table): Remove, duplicate.
(verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
Declare and initialize in one step.
(verilog-declaration-prefix-re, verilog-declaration-re)
(verilog-end-of-statement, verilog-indent-declaration)
(verilog-get-lineup-indent): Remove trailing whitespace.
(verilog-mode): Fix autoload cookie. Set
beginning-of-defun-function and end-of-defun-function. Use when
instead of if.
(verilog-emacs-features, verilog-auto-ascii-enum)
(verilog-insert-indices): Escape braces in doc strings.
2007-12-08 18:43:17 +00:00
Dan Nicolaescu
6341f35755
New file.
2007-12-08 17:58:56 +00:00
Eli Zaretskii
be11f56846
""
2007-12-08 12:40:12 +00:00
Eli Zaretskii
d0b22d7de6
(latexenc-find-file-coding-system): If both coding-system-for-write and
...
buffer-file-coding-system of latex-main-file are nil, use `undecided'.
2007-12-08 12:38:46 +00:00
Jason Rumney
fc1f472bc4
(mouse-buffer-menu-alist): Keep buffer names left aligned.
2007-12-06 17:58:08 +00:00
Jason Rumney
142ff4de25
*** empty log message ***
2007-12-06 17:57:38 +00:00
Miles Bader
56b80656ed
Merge from gnus--rel--5.10
...
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-159
2007-12-06 00:47:08 +00:00
Richard M. Stallman
a2afc99dba
(Symbol Type): Fix typo.
2007-12-04 19:53:34 +00:00
Juanma Barranquero
4cbb4eb739
(ido-save-history): Use emacs-mule coding system instead of
...
utf-8 to save filenames (it's safer in Emacs 22). Set the
`coding' local variable on the first line of the file.
2007-12-04 15:43:26 +00:00
Karl Fogel
6054cc87fe
* lisp/saveplace.el (save-place-alist-to-file): Save with 'emacs-mule'
...
coding system. This ports 2007-12-02T21:15:22Z!kfogel@red-bean.com and 2007-12-02T21:24:38Z!kfogel@red-bean.com over to the
EMACS_22_BASE branch, but with the right coding system for Emacs 22
to reliably record filenames. Suggested by Eli Zaretskii.
2007-12-04 06:11:29 +00:00
Richard M. Stallman
0277bfa1a4
(make_process): Initialize pty_flag to 0.
2007-12-03 00:41:15 +00:00
Richard M. Stallman
b694135c73
(Standard Hooks): Add link to Hooks for Loading.
2007-12-03 00:12:06 +00:00
Richard M. Stallman
bb49cc3e62
*** empty log message ***
2007-12-02 20:03:56 +00:00
Jason Rumney
44b1dc2e97
(xbm_load) [WINDOWSNT]: Shuffle the bits of directly specified XBMs.
2007-12-02 16:18:47 +00:00
Glenn Morris
1a39318ad3
*** empty log message ***
2007-12-02 04:09:52 +00:00
Glenn Morris
0bb2aced74
(nntp-open-tls-stream, nntp-open-ssl-stream):
...
No need to define for compiler.
(url-snews): Use nntp-open-tls-stream unless ssl is requested.
2007-12-02 03:58:04 +00:00
Richard M. Stallman
e578482076
(widget-type): Doc fix.
2007-12-01 22:59:19 +00:00
Richard M. Stallman
28bc7488a3
*** empty log message ***
2007-12-01 22:54:47 +00:00
Richard M. Stallman
d0f44b7145
(syms_of_xdisp) <scroll-conservatively>: Doc fix.
2007-12-01 22:44:08 +00:00
Glenn Morris
c73c3ee9a0
Dan Nicolaescu <dann at ics.uci.edu>
...
(declare-function): Change to a macro.
2007-12-01 21:30:32 +00:00
Dan Nicolaescu
ff71e76d03
* vc-git.el (vc-git-dir-state): Fix the git command arguments.
2007-12-01 18:18:47 +00:00
Thien-Thi Nguyen
1fa1687718
*** empty log message ***
2007-12-01 13:00:16 +00:00
Stefan Monnier
a0e3c626e8
(perl-font-lock-syntactic-keywords): Don't match "sub { (...) ... }".
2007-11-30 19:21:33 +00:00
Jason Rumney
40632cf37d
bug fixed 2002-05-02 by rms.
2007-11-30 16:09:01 +00:00
Jason Rumney
7da88b5650
rm non-bug: see sdl.web@gmail.com, 09 Nov, Re: ps-lpr-switches has no effect
2007-11-30 15:53:26 +00:00
YAMAMOTO Mitsuharu
959116ef2c
(emacs_close) [MAC_OSX && HAVE_CARBON]:
...
Use mac_try_close_socket.
2007-11-30 08:20:08 +00:00
YAMAMOTO Mitsuharu
6bfb1e350d
(cfsockets_for_select) [MAC_OSX && SELECT_USE_CFSOCKET]:
...
New variable.
(mac_try_close_socket) [MAC_OSX]: New function.
[MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]:
Update cfsockets_for_select. Replace invalid CFRunLoop source.
2007-11-30 08:19:36 +00:00
Richard M. Stallman
61a2fe01d8
(Composite Types): Document `group' type.
2007-11-29 22:36:17 +00:00
Richard M. Stallman
023df4cfe3
(toggle-input-method-active): New var.
...
(toggle-input-method): Bind toggle-input-method-active to t.
Error if it was already non-nil.
2007-11-29 22:35:11 +00:00
Glenn Morris
ce1b7801e1
Regenerate, with the manual shell-function-message patch back from the dead.
2007-11-29 07:28:18 +00:00
Glenn Morris
e07ea83391
(with-decoded-time-value): Doc fix.
2007-11-29 04:48:15 +00:00