1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

73640 Commits

Author SHA1 Message Date
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
Juanma Barranquero
0f71f9da9c *** empty log message *** 2007-09-15 21:27:19 +00:00
Stefan Monnier
72d1ce6153 (vc-cvs-annotate-time): Use inhibit-read-only and inhibit-modification-hooks. 2007-09-15 21:07:32 +00:00
Stefan Monnier
03368919b3 (mark-bahai-diary-entries): Fix up typo.
(calendar-bahai-print-date, calendar-bahai-goto-date)
(diary-bahai-list-entries, diary-bahai-insert-entry):
New names to clean up the namespace a bit more.
(calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
2007-09-15 21:05:53 +00:00
Glenn Morris
96736d92c6 (css): New custom group.
(css-electrick-keys, css-selector, css-property)
(css-indent-offset): Specify custom group.
2007-09-15 20:45:41 +00:00
Glenn Morris
3c8e09dc2a (bibtex-style-indent-basic): Specify a custom group. 2007-09-15 20:44:17 +00:00
Glenn Morris
5fceaf9cab (holiday-list): Rename it back to `list-holidays', but leave
`holiday-list' as an alias.
2007-09-15 19:59:25 +00:00
Glenn Morris
24c6be9f95 *** empty log message *** 2007-09-15 19:58:15 +00:00
Glenn Morris
d4840f44f7 Fix makeinfo version regexp. 2007-09-15 19:45:45 +00:00
Glenn Morris
02ff9df473 *** empty log message *** 2007-09-15 19:45:17 +00:00
Stefan Monnier
62b84d3645 (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
(cvs-execute-single-file): Use process-file.
(cvs-run-process): Use start-file-process.
2007-09-15 02:22:12 +00:00
Dan Nicolaescu
aaeefd66c5 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
level.  Remove the hooks when turning off the mode.

* term/xterm.el: Require xt-mouse at compile time.
(terminal-init-xterm): Turn on xterm mouse tracking for this
terminal if xterm-mouse-mode is enabled.
2007-09-15 00:27:38 +00:00
Dan Nicolaescu
da600aad2b (xterm-function-map): Replace bindings that were
deleted by the merge.
2007-09-14 22:58:55 +00:00
Dan Nicolaescu
1fe912ee22 (xterm-function-map): Delete duplicated entries. 2007-09-14 22:51:44 +00:00
Thien-Thi Nguyen
ddc961c503 *** empty log message *** 2007-09-14 18:20:32 +00:00