1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

73671 commits

Author SHA1 Message Date
Glenn Morris
d60a4e3a42 Change by author without assignment is tiny. 2007-09-20 03:11:55 +00:00
Glenn Morris
c6228f1452 Refill copyright.
NB previous change had incorrect CVS log entry.  Correct log:

(tex-validate-buffer): Use paragraph motion functions, rather than
hard-coding "\n\n".
(tex-validate-region): Check for eobp, to speed up.
(tex-next-unmatched-end): Doc fix.
2007-09-20 03:08:03 +00:00
Glenn Morris
0a4daff51e Revert previous change. 2007-09-20 03:01:01 +00:00
Glenn Morris
3cfff67b9e Revert previous change. 2007-09-20 02:53:58 +00:00
Glenn Morris
eba25e7c2c (Fmake_network_process): Doc fix. 2007-09-20 02:46:49 +00:00
Stefan Monnier
31fa65956d (current_frame): Change the default.
(longopts): Replace --current-frame by --create-frame.
(decode_options): Reverse the meaning of -c.
(print_help_and_exit): Update help text accordingly.
(main): Remove the -version and -good-version messages.
2007-09-20 01:11:57 +00:00
Jason Rumney
2a29c3c1ae (w32_init_fringe, mac_init_fringe): Declare rif argument. 2007-09-19 20:50:40 +00:00
Stefan Monnier
e7988f0920 (auto-mode-alist): Use archive-mode for .rar files. 2007-09-19 17:26:29 +00:00
Stefan Monnier
a3862583b3 (auto-coding-alist): Rar archives are binary. 2007-09-19 17:26:02 +00:00
Stefan Monnier
e6a01e4e29 *** empty log message *** 2007-09-19 17:24:37 +00:00
Stefan Monnier
7e9a3fef0b Add basic support for Rar.
(archive-find-type): Recognize Rar's signature.
(archive-desummarize): New fun.
(archive-summarize): Use it to restore the buffer's data in case
someone wants to switch to some other major mode.
(archive-resummarize): Use it as well.
(archive-rar-summarize, archive-rar-extract): New functions.
2007-09-19 17:19:59 +00:00
Stefan Monnier
91cc505c59 Remove spurious * in docstrings.
(filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
(filesets-conditional-sort): Remove unused arg `simply-do-it'.
(filesets-ingroup-collect): Remove unused arg `depth'.
(filesets-update): Remove unused arg `version'.
2007-09-19 15:16:31 +00:00
Stefan Monnier
bf8aa90140 (finder-compile-keywords): Fix up comment style.
(finder-mouse-face-on-line): previous-line -> forward-line.
2007-09-19 14:57:02 +00:00
Stefan Monnier
1cbfaab92f Fix up comment style. 2007-09-19 14:54:21 +00:00
Stefan Monnier
2aa7c4d53f Remove spurious * in docstrings.
(recentf-save-list): Fix up comment style.
2007-09-19 14:53:44 +00:00
Stefan Monnier
d296d2c9bb Fix up comment style. 2007-09-19 14:49:27 +00:00
Stefan Monnier
e22bbd4896 Remove spurious * in docstrings.
(octave-mode-map): Move init into declaration and remove \t binding.
(octave-mode-startup-message): Remove unused var.
(octave-scan-blocks): Remove unused arg `from'.
(octave-forward-block, octave-down-block, octave-up-block): Update callers.
2007-09-19 14:47:51 +00:00
Stefan Monnier
ff31979050 (meta-mode-syntax-table): Move init into decl.
(meta-mode-map): Likewise and remove \t binding.
2007-09-19 14:32:53 +00:00
Stefan Monnier
ab8e678c8c Remove spurious * in docstrings.
(snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
(snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
(snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
that completion accepts lists of strings.
(snmp-mode-syntax-table): Move initialization into declaration.
(snmp-mode-map): Likewise and remove \t binding.
(snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
(snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
(snmp-indent-command): Remove.
2007-09-19 14:20:54 +00:00
Stefan Monnier
b608e3027e (lisp-mode-shared-map): Use the default TAB binding to obey tab-always-indent. 2007-09-19 13:44:43 +00:00
Michaël Cadilhac
a38de16e85 (browse-url-elinks-new-window): New function.
(browse-url-elinks): Use browse-url-elinks-new-window.  Accept
optional second argument `new-window'.  Fix typo in doc-string.
(browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
Improve error message.
2007-09-19 11:26:57 +00:00
Michaël Cadilhac
59c4e1dad9 (browse-url-url-encode-chars): Use the right parameter name in the function body.
Reported by Johannes Weiner.
2007-09-19 11:22:03 +00:00
Michaël Cadilhac
ba1cbad789 (detect_eol_type, detect_eol_type_in_2_octet_form):
Fix a C warning regarding variable constness.
2007-09-19 10:02:43 +00:00
Michaël Cadilhac
44342f4b79 (handle_one_xevent): Fix a C warning. 2007-09-19 10:02:13 +00:00
Glenn Morris
b87474fca5 (socks-open-network-stream): Standardize error message from previous
change.
2007-09-19 07:57:47 +00:00
Glenn Morris
15bd294df1 (socks-open-network-stream): Signal an explicit error if the port
associated with a service string can't be found.
2007-09-19 07:52:30 +00:00
Glenn Morris
ff0a21d667 *** empty log message *** 2007-09-19 07:52:19 +00:00
Glenn Morris
bab41d38f0 Changes from author without assignment are tiny. 2007-09-19 07:39:43 +00:00
Glenn Morris
120d9fb5a2 (tex-terminate-paragraph): Leave point at the site of any mismatch. 2007-09-19 07:24:45 +00:00
Glenn Morris
41c12ad876 (tex-terminate-paragraph): Use backward-paragraph. 2007-09-19 07:24:17 +00:00
Glenn Morris
b5355a9aee *** empty log message *** 2007-09-19 07:20:22 +00:00
Michael Olson
d20cf916c0 Sync changes from upstream ERC 2007-09-19 03:29:03 +00:00
Stefan Monnier
44954c2f94 (server-running-p): New function. 2007-09-19 02:00:54 +00:00
Jason Rumney
44fe0f6571 (w32-focus-frame): Make obsolete alias for x-focus-frame. 2007-09-18 22:18:09 +00:00
Jason Rumney
31e0520c90 (select-frame-set-input-focus, select-frame-by-name): Use x-focus-frame for w32. 2007-09-18 22:17:29 +00:00
Jason Rumney
334a1195ab (Fx_focus_frame): Rename from Fw32_focus_frame. 2007-09-18 22:15:06 +00:00
Dan Nicolaescu
9372a95843 *** empty log message *** 2007-09-18 01:31:07 +00:00
Richard M. Stallman
299ea3d32e (tex-verbatim-environments): Eliminate CL dependency. 2007-09-17 22:23:13 +00:00
Richard M. Stallman
5266b06b4f (comment-add): New arg EXTRA.
(comment-region-default): Pass EXTRA if not indenting lines.
2007-09-17 16:40:58 +00:00
Michaël Cadilhac
6eddc3bb42 (browse-url-url-encode-chars): New function.
URL-encode some chars in a string.
(browse-url-encode-url): Rewrite using the previous function.
(browse-url-file-url): Use `browse-url-url-encode-chars'.
(browse-url-elinks-sentinel): Fix typo.
(browse-url-new-window-flag): Doc change.
2007-09-17 15:59:55 +00:00
Jan Djärv
879ffad913 (gdpy_def): New variable.
(xg_initialize): Initialize gdpy_def.
(xg_display_close): If no other display exists, set gdpy_def to a
new connection.
2007-09-17 08:07:28 +00:00
Glenn Morris
3d1634c64a (tex-compilation-parse-errors): Prefer the filename from
`--file-line-error', if it is available.
2007-09-17 07:04:46 +00:00
Glenn Morris
e47a29adbf Joe Wells <jbw at macs.hw.ac.uk> (tiny change)
(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.
2007-09-17 07:02:35 +00:00
Dan Nicolaescu
9f596249ba Delete add-hook calls that were moved to
xterm-mouse-mode.
(xterm-mouse-mode): Disable resume-tty-functions, explain why it
does not work.
2007-09-17 06:54:23 +00:00
Dan Nicolaescu
b9451e8538 Delete add-hook calls that were moved to
xterm-mouse-mode.
2007-09-17 06:34:16 +00:00
Richard M. Stallman
578b4e9dee (custom-theme-set-faces): Undo previous change. 2007-09-17 02:55:37 +00:00
Richard M. Stallman
01d2eac830 (face-spec-set): When FRAME nil, look up each frame in SPEC. 2007-09-17 02:13:51 +00:00
Glenn Morris
595a68b473 (tex-region): Simplify previous change,
handling the case where the region is not in `tex-main-file'.
(tex-region-1): Delete.
(tex-region-header): New function, doing the header part of the
old tex-region-1.
2007-09-17 00:24:12 +00:00
Glenn Morris
f73dcb6f54 *** empty log message *** 2007-09-17 00:23:55 +00:00
Stefan Monnier
3137dda821 (newline): Simplify use of prefix-numeric-value.
(line-move-partial): Remove unused var `ppos'.
(line-move-1): Replace 9999 with most-positive-fixnum.
(move-end-of-line): Use more efficient single-property search.
(move-beginning-of-line): Remove unused var `start'.
(blink-matching-open): Restructure in a more functional style.
2007-09-16 22:11:33 +00:00