1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 20:42:26 -08:00
Commit graph

38745 commits

Author SHA1 Message Date
Thien-Thi Nguyen
94dbe99c42 Initial revision 2007-09-09 22:29:16 +00:00
Juri Linkov
3a155dd6a5 (menu-bar-help-menu):
Move "About Emacs" and "About GNU" to the end of the Help menu.
Move "Emacs Psychotherapist" after "Send Bug Report...".
Move "External Packages" after "Find Emacs Packages".
2007-09-09 12:28:36 +00:00
Juri Linkov
490a1ad61d (initial-buffer-choice): Rename choice "Splash screen"
to "Startup screen".  Fix docstring.
(inhibit-startup-screen): Rename from `inhibit-splash-screen'.
(inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
(inhibit-startup-message): Change alias to `inhibit-startup-screen'.
(initial-scratch-message): Fix docstring.
(fancy-startup-text): Move link to Emacs Manual below Emacs Guided
Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
Add link to "Customize Startup" and set interval between links to
5 spaces.
(fancy-about-text): Add links "Authors" and "Contributing".
(fancy-splash-head): Add text "Welcome to " on the startup screen,
and "This is " on the about screen.  Add link to
"http://www.gnu.org/software/emacs/" for "GNU Emacs".
For the about screen move emacs version to the header from
`fancy-splash-tail' (as it's done already for normal about screen).
(fancy-splash-tail): Insert emacs version only for startup screen.
(normal-splash-screen): Remove duplicate empty lines.
(normal-about-screen): Add links "Authors" and "Contributing".
2007-09-09 12:10:33 +00:00
Juri Linkov
ed5e089402 (update-authors): Add etc/ to AUTHORS. 2007-09-09 12:10:05 +00:00
Michael Albinus
8a4438b672 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
they are useless with the byte compiler.
(tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
(tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
(tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
(tramp-file-name-real-host, tramp-file-name-port)
(tramp-find-method, tramp-find-user, tramp-find-host): Make them
defuns.

* net/tramp-cache.el (top): Improve error message when
`tramp-persistency-file-name' is corrupted.
2007-09-09 08:31:27 +00:00
John Wiegley
d218d6a2ae Corrected a bad ChangeLog comment by adding full information from the package
author.
2007-09-09 07:51:35 +00:00
Eli Zaretskii
e80134cd12 (all): Add prefer-window-split-horizontally from window.c. 2007-09-08 10:35:27 +00:00
Eli Zaretskii
5edcabcbc6 (browse-url-galeon): Fix last change.
(top-level): Require cl when compiling.
2007-09-08 09:53:34 +00:00
Carsten Dominik
b1634ed294 * textmodes/org-export-latex.el: arch-tag restored. 2007-09-08 04:48:24 +00:00
Carsten Dominik
c426c0d11c *** empty log message *** 2007-09-08 04:45:49 +00:00
Carsten Dominik
4fbd475076 *** empty log message *** 2007-09-08 04:40:00 +00:00
Masatake YAMATO
59825017c8 Added diff-mode to `which-func-modes'. 2007-09-08 04:35:39 +00:00
Masatake YAMATO
6e33433dc0 Support new keywords added to objective-c frontend of gcc. 2007-09-08 04:31:08 +00:00
Michael Olson
3b55829a41 Check in ChangeLog entries for lisp/erc that were accidentally omitted 2007-09-08 04:00:40 +00:00
Michael Olson
526dc846a1 Sync ERC 5.3 (devel) from upstream 2007-09-08 03:07:09 +00:00
John Wiegley
0b8568f5fb Updated to org-mode 5.08 2007-09-07 20:16:46 +00:00
Stefan Monnier
08ea6d2fac (normal-erase-is-backspace-setup-frame): Massage. 2007-09-07 19:49:17 +00:00
Stefan Monnier
8b5f251b26 Add comment. 2007-09-07 19:47:56 +00:00
Stefan Monnier
0ba6bcb1d6 (xterm-function-map): Initialize in the declaration. 2007-09-07 19:47:46 +00:00
Stefan Monnier
ba76db87ef Comment style. 2007-09-07 19:46:59 +00:00
Stefan Monnier
98a6dc9f68 (vc-arch-checkin): Fix typo. 2007-09-07 19:00:30 +00:00
Romain Francoise
e141eb2e97 2007-09-07 Johan Bockg� <bojohan@gnu.org>
* cus-face.el (custom-theme-set-faces): Set face attributes
	locally for each frame.
2007-09-07 16:50:02 +00:00
Stefan Monnier
a227f16320 (fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults. 2007-09-07 15:07:13 +00:00
Stefan Monnier
5c7ffa0488 (byte-compile-log-file): Check major-mode via derived-mode-p. 2007-09-07 15:04:09 +00:00
Stefan Monnier
b0a96f7b20 "Todo" comment. 2007-09-07 15:02:40 +00:00
Thien-Thi Nguyen
4f060cc7af (autoconf-definition-regexp):
Handle optional square brackets around definition name.
2007-09-07 09:35:49 +00:00
Glenn Morris
645e533aee (erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter. 2007-09-07 04:38:47 +00:00
Glenn Morris
7262075dc6 (emacs-version): Revert 2007-08-29 change: no need to say if multi-tty
is present.
2007-09-07 04:38:06 +00:00
Glenn Morris
8c22c51a1b Johannes Weiner <hannes at saeurebad.de>
(browse-url-browser-function): Add elinks.
(browse-url-elinks-wrapper): New option.
(browse-url-encode-url, browse-url-elinks)
(browse-url-elinks-sentinel): New functions.
(browse-url-file-url, browse-url-netscape, browse-url-mozilla)
(browse-url-firefox, browse-url-galeon, browse-url-epiphany): Use
new function browse-url-encode-url.
2007-09-07 04:37:01 +00:00
Stefan Monnier
c8f1ea764e (split-window-preferred-function): Add custom info. 2007-09-07 03:32:35 +00:00
Stefan Monnier
2317a7cfea (holiday-list, calendar-check-holidays, calendar-mark-holidays)
(calendar-list-holidays, holiday-filter-visible-calendar):
New names to clean up namespace.
(filter-visible-calendar-holidays, list-calendar-holidays)
(mark-calendar-holidays, check-calendar-holidays, list-holidays):
Add compatibility aliases.
(calendar-check-holidays, calendar-mark-holidays)
(calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
(holiday-sexp): Replace append with list.
(holiday-filter-visible-calendar): Replace append with push.
2007-09-07 02:53:10 +00:00
Stefan Monnier
86970dbd22 Remove spurious * in docstrings.
(woman-mini-help, woman-non-underline-faces, woman0-rename)
(woman-topic-all-completions-merge, woman-file-name-all-completions)
(woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
(woman-write-directory-cache, woman-display-extended-fonts)
(WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
(woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
(woman-mode): Use inhibit-read-only.
(woman-negative-vertical-space): Use dotimes.
(woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
2007-09-07 02:45:28 +00:00
Romain Francoise
12451866c7 (vc-bzr-admin-lastrev): New defconst.
(vc-bzr-workfile-version): Use it.
2007-09-06 19:46:17 +00:00
Romain Francoise
9a8b3a5cd4 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
* complete.el (PC-do-completion): Don't try to treat
	  empty string as an abbreviation.
2007-09-06 17:12:17 +00:00
Glenn Morris
fccd9537b1 Johan Bockg� <bojohan at dd.chalmers.se>
(describe-variable): Keep doc's text properties.
2007-09-06 05:53:42 +00:00
Glenn Morris
27ba1132c9 *** empty log message *** 2007-09-06 05:53:04 +00:00
Dan Nicolaescu
d920b27aea (vc-default-diff-tree): Pass a list to the diff vc command
instead of a file.
2007-09-06 05:28:08 +00:00
Glenn Morris
b92317dc01 (checkdoc-minor-mode-string): New.
(checkdoc-minor-mode): Allow user to specify lighter via
checkdoc-minor-mode-string.
2007-09-06 05:19:23 +00:00
Glenn Morris
f657c21b5a Regenerate, and restore by hand the shell function message lost in
2007-08-29T06:36:57Z!jan.h.d@swipnet.se.
2007-09-06 05:19:06 +00:00
Richard M. Stallman
fad930b66d (fancy-startup-text): Renamed from fancy-splash-text.
Several items removed, simplified, or put on one line.
(fancy-about-text): Add substantial contents, part of startup text.
(fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
(normal-splash-screen): Call normal-mouse-startup-screen,
normal-no-mouse-startup-screen, or normal-about-screen.
(normal-mouse-startup-screen): New fn, broken out, shortened.
(normal-no-mouse-startup-screen): New fn, broken out.
(normal-about-screen): New function, contents all new.
2007-09-05 19:59:01 +00:00
Michaël Cadilhac
e8449cdb49 (rx): Fix typo in docstring. 2007-09-05 16:24:59 +00:00
Glenn Morris
d0da8f91f1 (custom-buffer-create-internal): Check tool-bar-mode is bound. 2007-09-05 03:49:26 +00:00
Glenn Morris
feb47a092c Johan Bockg� <bojohan at dd.chalmers.se>
(ad-make-advised-docstring): Highlight note in doc string.
2007-09-05 03:47:22 +00:00
Dan Nicolaescu
e4019195fd * server.el (server-start, server-unload-hook): Undo previous
change.

* xt-mouse.el: Undo previous change.

* term.c (Vsuspend_tty_functions, Vresume_tty_functions)
(syms_of_term, Fsuspend_tty, Fresume_tty): Undo previous change.
2007-09-04 23:28:49 +00:00
Juri Linkov
1d865f1510 (fancy-about-text): New variable.
(fancy-splash-delay, fancy-splash-max-time): Remove user options.
(fancy-current-text, fancy-splash-stop-time)
(fancy-splash-outer-buffer): Remove variables.
(fancy-splash-head, fancy-splash-tail): Add new optional argument
`startup' and use it to conditionally display different texts for
Startup and About screens.  Don't display Help commands on the About
screen.
(fancy-splash-screens-1): Remove function and move its content to
`fancy-splash-screens' to the part that dislpays the About screen.
(exit-splash-screen): Don't treat specially exiting from
alternating screens.
(fancy-splash-screens): Rename argument `static' to `startup'.
Fix docstring.  Remove code for displaying alternating screens.
Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
for `inhibit-read-only'.
(normal-splash-screen): Rename argument `static' to `startup'.
Fix docstring.  Use argument `startup' to conditionally display
different texts for Startup and About screens.  Don't display Help
commands on the About screen.  Remove `unwind-protect' `sit-for'
delay and `kill-buffer' after it.
(display-startup-echo-area-message): Remove call to
`use-fancy-splash-screens-p' because image.el is preloaded and
doesn't display "Loading image... done".
(display-splash-screen): Rename argument `static' to `startup'.
Fix docstring.
2007-09-04 22:52:31 +00:00
Dan Nicolaescu
92cd6a7c40 * server.el (server-start, server-unload-hook):
suspend-tty-functions has been renamed to suspend-tty-hook.

* xt-mouse.el: Likewise. resume-tty-functions has been renamed to
resume-tty-hook.

* term.c (Vsuspend_tty_hook): Rename from Vsuspend_tty_functions.
(Vresume_tty_hook): Rename from Vresume_tty_functions.
(syms_of_term): Rename suspend-tty-functions to suspend-tty-hook
and resume-tty-function to resume-tty-hook.
(Fsuspend_tty, Fresume_tty): Use new names.
2007-09-04 15:44:11 +00:00
Dan Nicolaescu
84a7b24341 Rewrite changelog entry. 2007-09-04 06:47:41 +00:00
Glenn Morris
72f252993b Diane Murray <disumu at x3y2z1.net>
(url-http-parse-headers): Bind the current buffer rather than calling
`url-mark-buffer-as-dead' with `current-buffer', so that the correct
buffer is killed if `url-retrieve-synchronously' gets redirected to a
new URL.
2007-09-03 19:28:23 +00:00
Dan Nicolaescu
b7185a731c * loadup.el: Fix merge problem, only load "button" once. 2007-09-03 16:48:04 +00:00
Glenn Morris
ad70e472bd Improve previous change.
(vc-svn-print-log): If there is only one file, use "Working file:" as
the prefix, for the sake of log-view-current-file.
2007-09-03 06:25:50 +00:00