]> git.eshelyaron.com Git - emacs.git/log
emacs.git
17 years ago(xmenu_show): Remove #ifdef C_ALLOCA block.
Glenn Morris [Wed, 12 Sep 2007 07:23:12 +0000 (07:23 +0000)]
(xmenu_show): Remove #ifdef C_ALLOCA block.

17 years ago(boyer_moore): Remove #ifdef C_ALLOCA block.
Glenn Morris [Wed, 12 Sep 2007 07:22:20 +0000 (07:22 +0000)]
(boyer_moore): Remove #ifdef C_ALLOCA block.

17 years ago(C_ALLOCA): Remove all references and code that was only used when
Glenn Morris [Wed, 12 Sep 2007 07:21:32 +0000 (07:21 +0000)]
(C_ALLOCA): Remove all references and code that was only used when
this was defined.

17 years ago(command_loop_1): Remove #ifdef C_ALLOCA block.
Glenn Morris [Wed, 12 Sep 2007 07:19:55 +0000 (07:19 +0000)]
(command_loop_1): Remove #ifdef C_ALLOCA block.

17 years ago(cnt): Rename to menu_grab_callback_cnt for clarity.
Glenn Morris [Wed, 12 Sep 2007 07:18:59 +0000 (07:18 +0000)]
(cnt): Rename to menu_grab_callback_cnt for clarity.
(menu_grab_callback): All uses changed.

17 years agoUpdate comment referring to C_ALLOCA.
Glenn Morris [Wed, 12 Sep 2007 07:17:16 +0000 (07:17 +0000)]
Update comment referring to C_ALLOCA.

17 years ago(alloca): Do not undef.
Glenn Morris [Wed, 12 Sep 2007 07:16:39 +0000 (07:16 +0000)]
(alloca): Do not undef.
(allocaobj, alloca.o): Remove.
(otherobj): Remove allocaobj.

17 years ago*** empty log message ***
Glenn Morris [Wed, 12 Sep 2007 07:16:19 +0000 (07:16 +0000)]
*** empty log message ***

17 years ago(C_ALLOCA): Remove references to this.
Glenn Morris [Wed, 12 Sep 2007 07:09:37 +0000 (07:09 +0000)]
(C_ALLOCA): Remove references to this.

17 years agoRegenerate, with shell function message patch.
Glenn Morris [Wed, 12 Sep 2007 07:06:39 +0000 (07:06 +0000)]
Regenerate, with shell function message patch.

17 years ago(AC_FUNC_ALLOCA): Throw an error if a system implementation of alloca
Glenn Morris [Wed, 12 Sep 2007 07:03:30 +0000 (07:03 +0000)]
(AC_FUNC_ALLOCA): Throw an error if a system implementation of alloca
is not found.

17 years ago(install-arch-indep): Do not exclude the etc/ Makefiles.
Glenn Morris [Wed, 12 Sep 2007 07:03:18 +0000 (07:03 +0000)]
(install-arch-indep): Do not exclude the etc/ Makefiles.

17 years agoDelete file (last info moved to e/README).
Glenn Morris [Wed, 12 Sep 2007 07:01:46 +0000 (07:01 +0000)]
Delete file (last info moved to e/README).

17 years agoMention how to remake eterm-color (moved here from ../Makefile).
Glenn Morris [Wed, 12 Sep 2007 06:59:32 +0000 (06:59 +0000)]
Mention how to remake eterm-color (moved here from ../Makefile).

17 years ago(SOURCES, unlock, relock): Delete.
Glenn Morris [Wed, 12 Sep 2007 06:58:49 +0000 (06:58 +0000)]
(SOURCES, unlock, relock): Delete.

17 years ago(SOURCES, unlock, relock): Delete.
Glenn Morris [Wed, 12 Sep 2007 06:55:36 +0000 (06:55 +0000)]
(SOURCES, unlock, relock): Delete.

17 years ago(SOURCES, unlock, relock): Delete.
Glenn Morris [Wed, 12 Sep 2007 06:54:54 +0000 (06:54 +0000)]
(SOURCES, unlock, relock): Delete.

17 years ago*** empty log message ***
Glenn Morris [Wed, 12 Sep 2007 06:53:51 +0000 (06:53 +0000)]
*** empty log message ***

17 years ago(diff-sanity-check-hunk): Also accept single-line hunks.
Thien-Thi Nguyen [Tue, 11 Sep 2007 07:00:04 +0000 (07:00 +0000)]
(diff-sanity-check-hunk): Also accept single-line hunks.

17 years ago*** empty log message ***
Bill Wohler [Tue, 11 Sep 2007 04:46:49 +0000 (04:46 +0000)]
*** empty log message ***

17 years ago(Version, mh-version): Add +cvs to version.
Bill Wohler [Tue, 11 Sep 2007 04:41:39 +0000 (04:41 +0000)]
(Version, mh-version): Add +cvs to version.

17 years ago(load_warn_old_style_backquotes): Change message to look
Stefan Monnier [Tue, 11 Sep 2007 01:15:37 +0000 (01:15 +0000)]
(load_warn_old_style_backquotes): Change message to look
better when it appears in the middle of byte-compiler messages.

17 years ago* s/darwin.h (MULTI_KBOARD): Only define for Carbon.
Dan Nicolaescu [Tue, 11 Sep 2007 01:04:00 +0000 (01:04 +0000)]
* s/darwin.h (MULTI_KBOARD): Only define for Carbon.

17 years ago(startup-screen-inhibit-startup-screen)
Chong Yidong [Mon, 10 Sep 2007 22:07:27 +0000 (22:07 +0000)]
(startup-screen-inhibit-startup-screen)
(pure-space-overflow-message): New vars.
(fancy-splash-insert): Allow functions for face and link specs.
(fancy-splash-head): Remove unused arg.  Move splash text...
(fancy-startup-text, fancy-about-text): ...here.
(fancy-startup-tail): Rename from fancy-splash-tail.
(fancy-startup-screen, fancy-about-screen): Split off from
fancy-splash-screens.
(display-startup-screen): New function.
(display-about-screen): Rename from display-splash-screen.
(command-line-1): Use concise startup screen if necessary.

17 years ago* startup.el (startup-screen-inhibit-startup-screen)
Chong Yidong [Mon, 10 Sep 2007 22:07:16 +0000 (22:07 +0000)]
* startup.el (startup-screen-inhibit-startup-screen)
(pure-space-overflow-message): New vars.
(fancy-splash-insert): Allow functions for face and link specs.
(fancy-splash-head): Remove unused arg.  Move splash text...
(fancy-startup-text, fancy-about-text): ...here.
(fancy-startup-tail): Rename from fancy-splash-tail.
(fancy-startup-screen, fancy-about-screen): Split off from
fancy-splash-screens.
(display-startup-screen): New function.
(display-about-screen): Rename from display-splash-screen.
(command-line-1): Use concise startup screen if necessary.

17 years ago* xterm.c (x_create_terminal): Add comment.
Dan Nicolaescu [Mon, 10 Sep 2007 21:25:32 +0000 (21:25 +0000)]
* xterm.c (x_create_terminal): Add comment.

* term.c (clear_tty_hooks, set_tty_hooks): Add comments.

17 years agoFix changelog entries.
Dan Nicolaescu [Mon, 10 Sep 2007 21:16:03 +0000 (21:16 +0000)]
Fix changelog entries.

17 years ago(browse-url-encode-url): Use copy-sequence.
Thien-Thi Nguyen [Mon, 10 Sep 2007 18:24:38 +0000 (18:24 +0000)]
(browse-url-encode-url): Use copy-sequence.

17 years ago(outline-4, outline-5, outline-7):
Stefan Monnier [Mon, 10 Sep 2007 18:21:58 +0000 (18:21 +0000)]
(outline-4, outline-5, outline-7):
Move font-lock-builtin-face down from 4 to 7 to better keep the
progression of color brightness, and to better match Org-mode's faces.

17 years ago(x_term_init): Give error if can't open DISPLAY_NAME.
Richard M. Stallman [Mon, 10 Sep 2007 17:34:24 +0000 (17:34 +0000)]
(x_term_init): Give error if can't open DISPLAY_NAME.

17 years ago(meta-indent-unfinished-line): Do not say that a `%' in a string is
Michaël Cadilhac [Mon, 10 Sep 2007 17:25:58 +0000 (17:25 +0000)]
(meta-indent-unfinished-line): Do not say that a `%' in a string is
a comment-start.
(meta-indent-previous-line): Fix style.

17 years ago(meta-font-lock-keywords)
Michaël Cadilhac [Mon, 10 Sep 2007 14:21:31 +0000 (14:21 +0000)]
(meta-font-lock-keywords)
(font-lock-match-meta-declaration-item-and-skip-to-next)
(meta-comment-indent, meta-indent-previous-line)
(meta-indent-unfinished-line, meta-beginning-of-defun)
(meta-end-of-defun, meta-common-initialization): Handle \f.

17 years agoAdd arch tagline
Miles Bader [Mon, 10 Sep 2007 11:53:00 +0000 (11:53 +0000)]
Add arch tagline

17 years ago*** empty log message ***
Juanma Barranquero [Mon, 10 Sep 2007 11:29:07 +0000 (11:29 +0000)]
*** empty log message ***

17 years agoRevert mistakenly deleted entries.
Michaël Cadilhac [Mon, 10 Sep 2007 10:55:24 +0000 (10:55 +0000)]
Revert mistakenly deleted entries.

17 years ago(dired-do-chmod): Change to use the built-in `set-file-modes' and the
Michaël Cadilhac [Mon, 10 Sep 2007 09:58:29 +0000 (09:58 +0000)]
(dired-do-chmod): Change to use the built-in `set-file-modes' and the
symbolic mode parsing functions.

17 years agoDocument the interactive specification for C functions.
Michaël Cadilhac [Mon, 10 Sep 2007 09:56:11 +0000 (09:56 +0000)]
Document the interactive specification for C functions.
Say that `set-file-modes' is now interactive.

17 years ago(Fset_file_modes): Add an interactive spec that reads a file
Michaël Cadilhac [Mon, 10 Sep 2007 09:53:45 +0000 (09:53 +0000)]
(Fset_file_modes): Add an interactive spec that reads a file
name and file modes.

17 years ago(file-modes-char-to-who, file-modes-char-to-right)
Michaël Cadilhac [Mon, 10 Sep 2007 09:51:44 +0000 (09:51 +0000)]
(file-modes-char-to-who, file-modes-char-to-right)
(file-modes-rights-to-number): Auxiliary functions for symbolic to
numeric notation of file modes.
(file-modes-symbolic-to-number): New.  Convert symbolic modes to its
numeric value.
(read-file-modes): New.  Read either an octal value of a file mode or a
symbolic value, and return its numeric value.

17 years ago(Finteractive_form): If the interactive specification starts with a `(',
Michaël Cadilhac [Mon, 10 Sep 2007 09:42:13 +0000 (09:42 +0000)]
(Finteractive_form): If the interactive specification starts with a `(',
use it as a Lisp form.

17 years ago(Fcommandp): Change `->prompt' to `->intspec'.
Michaël Cadilhac [Mon, 10 Sep 2007 09:41:13 +0000 (09:41 +0000)]
(Fcommandp): Change `->prompt' to `->intspec'.

17 years ago(struct Lisp_Subr): Rename `prompt' field to `intspec'.
Michaël Cadilhac [Mon, 10 Sep 2007 09:40:37 +0000 (09:40 +0000)]
(struct Lisp_Subr): Rename `prompt' field to `intspec'.
(DEFUN): Document `intspec', use it instead of `prompt'.

17 years ago(Fcall_interactively): Comment fixes.
Michaël Cadilhac [Mon, 10 Sep 2007 09:32:42 +0000 (09:32 +0000)]
(Fcall_interactively): Comment fixes.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Mon, 10 Sep 2007 04:02:09 +0000 (04:02 +0000)]
Remove spurious * in docstrings.
(texinfo-mode-syntax-table, texinfo-mode-map): Initialize in the declaration.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Mon, 10 Sep 2007 03:46:53 +0000 (03:46 +0000)]
Remove spurious * in docstrings.
(tmm-prompt): Use with-current-buffer.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Mon, 10 Sep 2007 03:42:14 +0000 (03:42 +0000)]
Remove spurious * in docstrings.
(vcursor-map): Initialize in the declaration.
(vcursor-use-vcursor-map): Use define-minor-mode.
(vcursor-toggle-vcursor-map): Keep as an obsolete alias.

17 years ago(widget-browse-mode-map, widget-minor-mode-map): Initialize in the declaration.
Stefan Monnier [Mon, 10 Sep 2007 03:26:58 +0000 (03:26 +0000)]
(widget-browse-mode-map, widget-minor-mode-map): Initialize in the declaration.
(widget-minor-mode): Use define-minor-mode.

17 years ago(woman-mode-map, woman-syntax-table): Initialize in the declaration.
Stefan Monnier [Mon, 10 Sep 2007 03:22:12 +0000 (03:22 +0000)]
(woman-mode-map, woman-syntax-table): Initialize in the declaration.

17 years ago(Fcall_interactively): Use Finteractive_form also for subrs
Stefan Monnier [Mon, 10 Sep 2007 02:29:42 +0000 (02:29 +0000)]
(Fcall_interactively): Use Finteractive_form also for subrs
and compiled functions.

17 years agoERC-NEWS: Improve description of erc-ssl and erc-tls change
Michael Olson [Mon, 10 Sep 2007 01:20:44 +0000 (01:20 +0000)]
ERC-NEWS: Improve description of erc-ssl and erc-tls change

17 years agoMention doc-view.el.
Thien-Thi Nguyen [Sun, 9 Sep 2007 22:31:45 +0000 (22:31 +0000)]
Mention doc-view.el.

17 years agoInitial revision
Thien-Thi Nguyen [Sun, 9 Sep 2007 22:29:16 +0000 (22:29 +0000)]
Initial revision

17 years ago*** empty log message ***
Juri Linkov [Sun, 9 Sep 2007 12:58:40 +0000 (12:58 +0000)]
*** empty log message ***

17 years ago(menu-bar-help-menu):
Juri Linkov [Sun, 9 Sep 2007 12:28:36 +0000 (12:28 +0000)]
(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".

17 years ago(initial-buffer-choice): Rename choice "Splash screen"
Juri Linkov [Sun, 9 Sep 2007 12:10:33 +0000 (12:10 +0000)]
(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".

17 years ago(update-authors): Add etc/ to AUTHORS.
Juri Linkov [Sun, 9 Sep 2007 12:10:05 +0000 (12:10 +0000)]
(update-authors): Add etc/ to AUTHORS.

17 years agoAdd etc/ to AUTHORS.
Juri Linkov [Sun, 9 Sep 2007 11:55:09 +0000 (11:55 +0000)]
Add etc/ to AUTHORS.

17 years agoAdd doc/ to documentation directories.
Juri Linkov [Sun, 9 Sep 2007 11:54:21 +0000 (11:54 +0000)]
Add doc/ to documentation directories.

17 years agoRemove AUTHORS and CONTRIBUTE (moved to etc).
Juri Linkov [Sun, 9 Sep 2007 11:52:28 +0000 (11:52 +0000)]
Remove AUTHORS and CONTRIBUTE (moved to etc).

17 years agoMove here from the root dir.
Juri Linkov [Sun, 9 Sep 2007 11:48:59 +0000 (11:48 +0000)]
Move here from the root dir.

17 years agoMove to etc.
Juri Linkov [Sun, 9 Sep 2007 11:47:47 +0000 (11:47 +0000)]
Move to etc.

17 years ago* net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
Michael Albinus [Sun, 9 Sep 2007 08:31:27 +0000 (08:31 +0000)]
* 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.

17 years agoCorrected a bad ChangeLog comment by adding full information from the package
John Wiegley [Sun, 9 Sep 2007 07:51:35 +0000 (07:51 +0000)]
Corrected a bad ChangeLog comment by adding full information from the package
author.

17 years agoDocument prefer-window-split-horizontally.
Eli Zaretskii [Sat, 8 Sep 2007 10:40:00 +0000 (10:40 +0000)]
Document prefer-window-split-horizontally.

17 years ago(all): Add prefer-window-split-horizontally from window.c.
Eli Zaretskii [Sat, 8 Sep 2007 10:35:27 +0000 (10:35 +0000)]
(all): Add prefer-window-split-horizontally from window.c.

17 years ago(prefer_window_split_horizontally): New variable.
Eli Zaretskii [Sat, 8 Sep 2007 10:34:03 +0000 (10:34 +0000)]
(prefer_window_split_horizontally): New variable.
(display_buffer): Consider splitting window horizontally depending on
prefer_window_split_horizontally.

17 years ago(browse-url-galeon): Fix last change.
Eli Zaretskii [Sat, 8 Sep 2007 09:53:34 +0000 (09:53 +0000)]
(browse-url-galeon): Fix last change.
(top-level): Require cl when compiling.

17 years ago[WINDOWSNT]: Don't include sysselect.h
Eli Zaretskii [Sat, 8 Sep 2007 09:12:05 +0000 (09:12 +0000)]
[WINDOWSNT]: Don't include sysselect.h

17 years ago* textmodes/org-export-latex.el: arch-tag restored.
Carsten Dominik [Sat, 8 Sep 2007 04:48:24 +0000 (04:48 +0000)]
* textmodes/org-export-latex.el: arch-tag restored.

17 years ago*** empty log message ***
Carsten Dominik [Sat, 8 Sep 2007 04:45:49 +0000 (04:45 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Carsten Dominik [Sat, 8 Sep 2007 04:40:00 +0000 (04:40 +0000)]
*** empty log message ***

17 years agoAdded diff-mode to `which-func-modes'.
Masatake YAMATO [Sat, 8 Sep 2007 04:35:39 +0000 (04:35 +0000)]
Added diff-mode to `which-func-modes'.

17 years agoSupport new keywords added to objective-c frontend of gcc.
Masatake YAMATO [Sat, 8 Sep 2007 04:31:08 +0000 (04:31 +0000)]
Support new keywords added to objective-c frontend of gcc.

17 years agoCheck in ChangeLog entries for lisp/erc that were accidentally omitted
Michael Olson [Sat, 8 Sep 2007 04:00:40 +0000 (04:00 +0000)]
Check in ChangeLog entries for lisp/erc that were accidentally omitted

17 years agoSync ERC 5.3 (devel) from upstream
Michael Olson [Sat, 8 Sep 2007 03:07:09 +0000 (03:07 +0000)]
Sync ERC 5.3 (devel) from upstream

17 years agoMAINTAINERS: Update for new doc/ directory layout
Michael Olson [Sat, 8 Sep 2007 01:38:27 +0000 (01:38 +0000)]
MAINTAINERS: Update for new doc/ directory layout

17 years agoMAINTAINERS: Add myself for ERC and tq.el
Michael Olson [Sat, 8 Sep 2007 01:33:46 +0000 (01:33 +0000)]
MAINTAINERS: Add myself for ERC and tq.el

17 years agoUpdated to org-mode 5.08
John Wiegley [Fri, 7 Sep 2007 20:16:46 +0000 (20:16 +0000)]
Updated to org-mode 5.08

17 years ago(GC_MARK_STACK): Enable conservative stack marking.
Stefan Monnier [Fri, 7 Sep 2007 20:04:58 +0000 (20:04 +0000)]
(GC_MARK_STACK): Enable conservative stack marking.

17 years ago(Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.
Stefan Monnier [Fri, 7 Sep 2007 19:50:49 +0000 (19:50 +0000)]
(Fdisplay_buffer): Remove `register' since `buffer' needs to be gcpro'd.

17 years ago(normal-erase-is-backspace-setup-frame): Massage.
Stefan Monnier [Fri, 7 Sep 2007 19:49:17 +0000 (19:49 +0000)]
(normal-erase-is-backspace-setup-frame): Massage.

17 years agoAdd comment.
Stefan Monnier [Fri, 7 Sep 2007 19:47:56 +0000 (19:47 +0000)]
Add comment.

17 years ago(xterm-function-map): Initialize in the declaration.
Stefan Monnier [Fri, 7 Sep 2007 19:47:46 +0000 (19:47 +0000)]
(xterm-function-map): Initialize in the declaration.

17 years agoComment style.
Stefan Monnier [Fri, 7 Sep 2007 19:46:59 +0000 (19:46 +0000)]
Comment style.

17 years ago(freeze_window_start): Don't presume selected_window holds a window object.
Stefan Monnier [Fri, 7 Sep 2007 19:45:15 +0000 (19:45 +0000)]
(freeze_window_start): Don't presume selected_window holds a window object.

17 years ago(x_set_frame_parameters): Check number is positive before using XFASTINT.
Stefan Monnier [Fri, 7 Sep 2007 19:45:04 +0000 (19:45 +0000)]
(x_set_frame_parameters): Check number is positive before using XFASTINT.

17 years ago(vc-arch-checkin): Fix typo.
Stefan Monnier [Fri, 7 Sep 2007 19:00:30 +0000 (19:00 +0000)]
(vc-arch-checkin): Fix typo.

17 years ago2007-09-07 Johan Bockg� <bojohan@gnu.org>
Romain Francoise [Fri, 7 Sep 2007 16:50:02 +0000 (16:50 +0000)]
2007-09-07  Johan Bockg�  <bojohan@gnu.org>

* cus-face.el (custom-theme-set-faces): Set face attributes
locally for each frame.

17 years ago(fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults.
Stefan Monnier [Fri, 7 Sep 2007 15:07:13 +0000 (15:07 +0000)]
(fortran-mode): Set font-lock-syntactic-keywords via font-lock-defaults.

17 years ago(byte-compile-log-file): Check major-mode via derived-mode-p.
Stefan Monnier [Fri, 7 Sep 2007 15:04:09 +0000 (15:04 +0000)]
(byte-compile-log-file): Check major-mode via derived-mode-p.

17 years ago"Todo" comment.
Stefan Monnier [Fri, 7 Sep 2007 15:02:40 +0000 (15:02 +0000)]
"Todo" comment.

17 years ago(autoconf-definition-regexp):
Thien-Thi Nguyen [Fri, 7 Sep 2007 09:35:49 +0000 (09:35 +0000)]
(autoconf-definition-regexp):
Handle optional square brackets around definition name.

17 years agoAdd arch tagline
Miles Bader [Fri, 7 Sep 2007 07:36:10 +0000 (07:36 +0000)]
Add arch tagline

17 years agoRestore 20070901 change lost in move for some unknown reason.
Glenn Morris [Fri, 7 Sep 2007 07:14:30 +0000 (07:14 +0000)]
Restore 20070901 change lost in move for some unknown reason.

17 years ago(erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.
Glenn Morris [Fri, 7 Sep 2007 04:38:47 +0000 (04:38 +0000)]
(erc-toggle-debug-irc-protocol): Fix call to erc-view-mode-enter.

17 years ago(emacs-version): Revert 2007-08-29 change: no need to say if multi-tty
Glenn Morris [Fri, 7 Sep 2007 04:38:06 +0000 (04:38 +0000)]
(emacs-version): Revert 2007-08-29 change: no need to say if multi-tty
is present.

17 years agoJohannes Weiner <hannes at saeurebad.de>
Glenn Morris [Fri, 7 Sep 2007 04:37:01 +0000 (04:37 +0000)]
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.

17 years ago*** empty log message ***
Dan Nicolaescu [Fri, 7 Sep 2007 04:00:48 +0000 (04:00 +0000)]
*** empty log message ***

17 years ago* term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.
Dan Nicolaescu [Fri, 7 Sep 2007 03:56:26 +0000 (03:56 +0000)]
* term.c (dissociate_if_controlling_tty): Call setsid on CYGWIN.

17 years ago(split-window-preferred-function): Add custom info.
Stefan Monnier [Fri, 7 Sep 2007 03:32:35 +0000 (03:32 +0000)]
(split-window-preferred-function): Add custom info.