1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-30 10:11:47 -07:00
Commit graph

73654 commits

Author SHA1 Message Date
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
Richard M. Stallman
993e30596b *** empty log message *** 2007-09-16 21:42:40 +00:00
Michaël Cadilhac
6fbc407a01 (list-holidays): Remove the cyclic alias. 2007-09-16 11:53:23 +00:00
Jan Djärv
45c94881d5 (xg_get_image_for_pixmap): Always create a GdkPixbuf
when we have no file name for the icon.
(xg_tool_bar_expose_callback): Remove.
(xg_create_tool_bar): Don't connect expose signal to
xg_tool_bar_expose_callback.
(xg_get_file_with_chooser): Move GCPRO1 after declarations.
2007-09-16 09:38:37 +00:00
Andreas Schwab
4d580af2d7 (reset_malloc_hooks): Set the hooks to the previous
values instead of zapping them.
2007-09-16 09:25:45 +00:00
Stefan Monnier
448f754fa8 (server-clients): Only keep procs, no properties any more.
(server-client): Remove.
(server-client-get, server-client-set): Remove, replace all callers by
process-get and process-put resp.
(server-clients-with, server-add-client, server-delete-client)
(server-create-tty-frame, server-create-window-system-frame)
(server-process-filter, server-execute, server-visit-files)
(server-buffer-done, server-kill-buffer-query-function)
(server-kill-emacs-query-function, server-switch-buffer)
(server-save-buffers-kill-terminal): Update accordingly.
2007-09-16 05:16:42 +00:00
Stefan Monnier
13ba37405b (server-with-environment): Simplify.
(server-select-display, server-unselect-display): Re-add functions that
seem to have been lost in the multi-tty merge.
(server-eval-and-print, server-create-tty-frame)
(server-create-window-system-frame, server-goto-toplevel)
(server-execute, server-return-error): New functions extracted from
server-process-filter.
(server-execute-continuation): New functions.
(server-process-filter): Restructure so that all arguments are analysed
first and then acted upon in a subsequent stage  This way
server-goto-toplevel can be executed later, when we know if
it's necessary.
Remove the "-version" and "-version-good" support.
2007-09-16 04:53:39 +00:00
Glenn Morris
47fdaab85a Drew Adams <drew.adams at oracle.com>
(custom-face-edit-activate): Doc fix.
2007-09-16 03:06:30 +00:00
Glenn Morris
c5da8ef67d *** empty log message *** 2007-09-16 02:36:16 +00:00
Glenn Morris
126050ffd9 (Holidays): Change all instances of holiday-list' back to list-holidays'. 2007-09-16 02:29:50 +00:00
Glenn Morris
31d0fa8c40 File gfdl.1 has been removed. 2007-09-16 02:26:37 +00:00
Glenn Morris
c8d2eff3ac Following cal-bahai renaming, update all
instances of list-bahai-diary-entries to diary-bahai-list-entries,
mark-bahai-diary-entries to diary-bahai-mark-entries,
calendar-goto-bahai-date to calendar-bahai-goto-date,
insert-bahai-diary-entry to diary-bahai-insert-entry,
insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
calendar-print-bahai-date to calendar-bahai-print-date.
2007-09-16 02:26:29 +00:00
Glenn Morris
4aefe5e2dc (cal-menu-diary-menu, cal-menu-goto-menu):
Following cal-bahai renaming, update all instances of
insert-bahai-diary-entry to diary-bahai-insert-entry,
insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
calendar-goto-bahai-date to calendar-bahai-goto-date
2007-09-16 02:20:02 +00:00
Glenn Morris
2d70319b27 Following cal-bahai renaming, update all instances of
list-bahai-diary-entries to diary-bahai-list-entries,
mark-bahai-diary-entries to diary-bahai-mark-entries, and
mark-bahai-calendar-date-pattern to calendar-bahai-mark-date-pattern.
2007-09-16 02:17:53 +00:00
Glenn Morris
92186479da Fix typos in aliases in previous change. 2007-09-16 02:12:50 +00:00
Glenn Morris
4a15561002 Remove unused file. 2007-09-16 02:09:51 +00:00
Glenn Morris
80c2ab0f7d (tex-region): Handle the case where the region is not in
`tex-main-file'.  Move the old code that applies to both cases...
(tex-region-1): ...to this new function.
2007-09-16 02:05:26 +00:00
Stefan Monnier
86e80023f4 (vc-process-sentinel): New function.
(vc-exec-after): Use it instead of using ugly hackish analysis and
construction of Elisp code.
(vc-sentinel-movepoint): New dynamically scoped var.
(vc-print-log, vc-annotate): Set it to move the user's point.
2007-09-15 22:25:55 +00:00