bpt/emacs.git
16 years ago(Misc Network): Note that these functions are supported only on some systems.
Eli Zaretskii [Mon, 1 Oct 2007 17:14:30 +0000 (17:14 +0000)]
(Misc Network): Note that these functions are supported only on some systems.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 1 Oct 2007 11:37:10 +0000 (11:37 +0000)]
*** empty log message ***

16 years ago(gud-display-line): Find source buffer even when
Nick Roberts [Mon, 1 Oct 2007 11:28:21 +0000 (11:28 +0000)]
(gud-display-line): Find source buffer even when
GUD buffer has it's own frame.

16 years ago*** empty log message ***
Nick Roberts [Mon, 1 Oct 2007 11:26:43 +0000 (11:26 +0000)]
*** empty log message ***

16 years ago(Fload): Fix typo in docstring.
Juanma Barranquero [Mon, 1 Oct 2007 10:06:27 +0000 (10:06 +0000)]
(Fload): Fix typo in docstring.

16 years agoRemvoe stock icon entry.
Jan Djärv [Mon, 1 Oct 2007 09:05:11 +0000 (09:05 +0000)]
Remvoe stock icon entry.

16 years ago*** empty log message ***
Martin Rudalics [Mon, 1 Oct 2007 06:44:10 +0000 (06:44 +0000)]
*** empty log message ***

16 years ago(icon-map-list): Set to nil for 22.1 compability.
Jan Djärv [Mon, 1 Oct 2007 06:02:08 +0000 (06:02 +0000)]
(icon-map-list): Set to nil for 22.1 compability.

16 years ago(Help-Int): Document `L' (`Info-history').
Juri Linkov [Sat, 29 Sep 2007 22:30:42 +0000 (22:30 +0000)]
(Help-Int): Document `L' (`Info-history').

16 years ago(standard_args): Change priority of "--no-splash"
Juri Linkov [Sat, 29 Sep 2007 22:28:16 +0000 (22:28 +0000)]
(standard_args): Change priority of "--no-splash"
from 40 to 3.  Add "--no-desktop" with the same priority.

16 years ago(w32_get_resource): Always close registry keys.
Jason Rumney [Sat, 29 Sep 2007 21:33:23 +0000 (21:33 +0000)]
(w32_get_resource): Always close registry keys.

16 years ago(x-gtk-stock-map): Version is 22.2
Jan Djärv [Sat, 29 Sep 2007 16:23:03 +0000 (16:23 +0000)]
(x-gtk-stock-map): Version is 22.2

16 years ago(allout-before-change-handler): Replace got-char by goto-char.
Martin Rudalics [Sat, 29 Sep 2007 08:00:32 +0000 (08:00 +0000)]
(allout-before-change-handler): Replace got-char by goto-char.

16 years ago(vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
Stefan Monnier [Fri, 28 Sep 2007 18:45:43 +0000 (18:45 +0000)]
(vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
Used to try and automatically enabled smerge-mode in the presence of
conflicts and to call `svn resolved' when the conflicts are gone.
(vc-svn-parse-status): Remember the svn-specific status.

16 years ago*** empty log message ***
Martin Rudalics [Fri, 28 Sep 2007 05:36:04 +0000 (05:36 +0000)]
*** empty log message ***

16 years agoMention Tex superscript font issue.
Glenn Morris [Fri, 28 Sep 2007 03:32:04 +0000 (03:32 +0000)]
Mention Tex superscript font issue.

16 years ago(comment-choose-indent): New function extracted
Stefan Monnier [Fri, 28 Sep 2007 01:59:40 +0000 (01:59 +0000)]
(comment-choose-indent): New function extracted
from comment-indent.  Improve the alignment algorithm.
(comment-indent): Use it.

16 years ago(globals_of_w32fns): Init common controls.
Jason Rumney [Thu, 27 Sep 2007 22:10:53 +0000 (22:10 +0000)]
(globals_of_w32fns): Init common controls.

16 years ago(LIBS): Add COMCTL32.
Jason Rumney [Thu, 27 Sep 2007 22:09:21 +0000 (22:09 +0000)]
(LIBS): Add COMCTL32.

16 years ago(w32_window_app): Init common controls when windowed.
Jason Rumney [Thu, 27 Sep 2007 22:08:59 +0000 (22:08 +0000)]
(w32_window_app): Init common controls when windowed.

16 years ago(emacsclient, emacsclientw): Link to COMCTL32.
Jason Rumney [Thu, 27 Sep 2007 22:08:19 +0000 (22:08 +0000)]
(emacsclient, emacsclientw): Link to COMCTL32.

16 years ago(COMCTL32): New system library.
Jason Rumney [Thu, 27 Sep 2007 22:07:47 +0000 (22:07 +0000)]
(COMCTL32): New system library.

16 years ago(eldoc-message-commands-table-size, eldoc-message-commands,
Juanma Barranquero [Thu, 27 Sep 2007 21:39:31 +0000 (21:39 +0000)]
(eldoc-message-commands-table-size, eldoc-message-commands,
eldoc-current-idle-delay): Fix typos in docstrings.

16 years ago(python-eldoc-function): Doc fix.
Juanma Barranquero [Thu, 27 Sep 2007 21:23:43 +0000 (21:23 +0000)]
(python-eldoc-function): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Thu, 27 Sep 2007 07:13:45 +0000 (07:13 +0000)]
*** empty log message ***

16 years ago(menu-bar-search-documentation-menu): Renamed from menu-bar-apropos-menu.
Eli Zaretskii [Wed, 26 Sep 2007 14:28:11 +0000 (14:28 +0000)]
(menu-bar-search-documentation-menu): Renamed from menu-bar-apropos-menu.
All users changed.
(menu-bar-help-menu): Change menu symbols to better match the text displayed
by the menu.

16 years ago(view-search-no-match-lines): Fix previous change (went wrong if
Glenn Morris [Tue, 25 Sep 2007 07:06:06 +0000 (07:06 +0000)]
(view-search-no-match-lines): Fix previous change (went wrong if
regexp to not be matched matched last thing in the buffer).

16 years ago*** empty log message ***
Glenn Morris [Tue, 25 Sep 2007 02:27:48 +0000 (02:27 +0000)]
*** empty log message ***

16 years agoDone: Bug/Patch view.el.
Glenn Morris [Tue, 25 Sep 2007 02:27:23 +0000 (02:27 +0000)]
Done: Bug/Patch view.el.

16 years ago(view-search-no-match-lines): Add a doc string. Rewrite to simplify
Glenn Morris [Tue, 25 Sep 2007 02:27:03 +0000 (02:27 +0000)]
(view-search-no-match-lines): Add a doc string.  Rewrite to simplify
and work better.

16 years ago*** empty log message ***
Glenn Morris [Tue, 25 Sep 2007 02:26:40 +0000 (02:26 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Richard M. Stallman [Mon, 24 Sep 2007 15:34:30 +0000 (15:34 +0000)]
*** empty log message ***

16 years ago* net/tramp.el (tramp-completion-mode-p): Rename from
Michael Albinus [Mon, 24 Sep 2007 05:42:34 +0000 (05:42 +0000)]
* net/tramp.el (tramp-completion-mode-p): Rename from
`tramp-completion-mode'. Revert logic, check `return', `newline'
and such alike. Packages like Icicles tend to use other completion
characters but `tab' and `space' only.
(top): Require cl.el, when `copy-tree' is not available otherwise.

* net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
`ad-get-arg'.  Use `vc-find-version' instead of `process-file' to check
whether we have a new enough vc that doesn't need the defadvice.

16 years ago(file-name-sans-versions): Use [:alnum:] and also allow
Dan Nicolaescu [Sun, 23 Sep 2007 16:01:40 +0000 (16:01 +0000)]
(file-name-sans-versions): Use [:alnum:] and also allow
#, @, : and ^.

16 years agoDone: ses-mode runs unsafe functions...
Glenn Morris [Sun, 23 Sep 2007 01:09:20 +0000 (01:09 +0000)]
Done: ses-mode runs unsafe functions...

16 years ago(ses-calculate-cell): Don't evaluate unsafe formulae.
Glenn Morris [Sun, 23 Sep 2007 01:07:23 +0000 (01:07 +0000)]
(ses-calculate-cell): Don't evaluate unsafe formulae.

16 years ago*** empty log message ***
Glenn Morris [Sun, 23 Sep 2007 01:06:30 +0000 (01:06 +0000)]
*** empty log message ***

16 years ago* pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
Dan Nicolaescu [Sat, 22 Sep 2007 23:27:53 +0000 (23:27 +0000)]
* pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.

* log-view.el (log-view-mode-map): Likewise.

* diff-mode.el (diff-mode-shared-map): Likewise.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 22 Sep 2007 22:03:00 +0000 (22:03 +0000)]
*** empty log message ***

16 years ago(inferior-octave-mode): Use add-hook to
Francesco Potortì [Sat, 22 Sep 2007 20:12:05 +0000 (20:12 +0000)]
(inferior-octave-mode): Use add-hook to
add inferior-octave-directory-tracker to the buffer-local value
of comint-input-filter-functions.

16 years ago*** empty log message ***
Francesco Potortì [Sat, 22 Sep 2007 20:10:49 +0000 (20:10 +0000)]
*** empty log message ***

16 years agoDiane Murray <disumu at x3y2z1.net>
Glenn Morris [Sat, 22 Sep 2007 19:01:39 +0000 (19:01 +0000)]
Diane Murray  <disumu at x3y2z1.net>

(url-generic-emulator-loader): Send the port as a string to
`url-do-terminal-emulator'.

16 years ago(file-name-sans-versions): Also allow `A-Z'.
Dan Nicolaescu [Sat, 22 Sep 2007 17:52:17 +0000 (17:52 +0000)]
(file-name-sans-versions): Also allow `A-Z'.

16 years agoMention all supported VC backends.
Dan Nicolaescu [Sat, 22 Sep 2007 17:17:22 +0000 (17:17 +0000)]
Mention all supported VC backends.

16 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 Sep 2007 11:35:21 +0000 (11:35 +0000)]
*** empty log message ***

16 years ago(widget-specify-button): Don't merge mouse-face with neighbouring buttons.
Richard M. Stallman [Sat, 22 Sep 2007 11:26:23 +0000 (11:26 +0000)]
(widget-specify-button): Don't merge mouse-face with neighbouring buttons.

16 years ago(file-name-sans-versions): Also allow `_'.
Andreas Schwab [Sat, 22 Sep 2007 08:51:58 +0000 (08:51 +0000)]
(file-name-sans-versions): Also allow `_'.

16 years ago*** empty log message ***
Andreas Schwab [Sat, 22 Sep 2007 08:46:08 +0000 (08:46 +0000)]
*** empty log message ***

16 years ago(eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.
Glenn Morris [Sat, 22 Sep 2007 02:44:27 +0000 (02:44 +0000)]
(eshell-output-filter-functions): Add eshell-postoutput-scroll-to-bottom.

16 years ago*** empty log message ***
Glenn Morris [Sat, 22 Sep 2007 02:44:05 +0000 (02:44 +0000)]
*** empty log message ***

16 years ago* files.el (file-name-sans-versions): Allow - and a-z in version
Dan Nicolaescu [Sat, 22 Sep 2007 00:02:52 +0000 (00:02 +0000)]
* files.el (file-name-sans-versions): Allow - and a-z in version
names.

* log-view.el (log-view-mode-map, log-view-mode-menu): Bind
log-view-annotate-version.
(log-view-beginning-of-defun, log-view-end-of-defun)
(log-view-annotate-version): New functions.
(log-view-mode): Use log-view-beginning-of-defun and
log-view-end-of-defun.

16 years agoWhitespace change.
Richard M. Stallman [Fri, 21 Sep 2007 23:11:25 +0000 (23:11 +0000)]
Whitespace change.

16 years ago(our_memory_buffer): Renamed from omfib_buffer.
Richard M. Stallman [Fri, 21 Sep 2007 23:08:01 +0000 (23:08 +0000)]
(our_memory_buffer): Renamed from omfib_buffer.

16 years agoComment change.
Richard M. Stallman [Fri, 21 Sep 2007 23:03:45 +0000 (23:03 +0000)]
Comment change.

16 years agoFix typo.
Richard M. Stallman [Fri, 21 Sep 2007 22:50:37 +0000 (22:50 +0000)]
Fix typo.

16 years ago(define-minor-mode): Fix staging brain damage.
Stefan Monnier [Fri, 21 Sep 2007 18:27:34 +0000 (18:27 +0000)]
(define-minor-mode): Fix staging brain damage.

16 years ago(x_draw_glyph_string): Use strike_through_color, not underline_color,
Juanma Barranquero [Fri, 21 Sep 2007 11:21:38 +0000 (11:21 +0000)]
(x_draw_glyph_string): Use strike_through_color, not underline_color,
to draw strike-through.

16 years agoDiane Murray <disumu at x3y2z1.net>
Glenn Morris [Fri, 21 Sep 2007 03:32:29 +0000 (03:32 +0000)]
Diane Murray  <disumu at x3y2z1.net>

(url-news-fetch-newsgroup): Fix formatting of Gnus method.

16 years agoKevin Ryde <user42 at zip.com.au>
Glenn Morris [Fri, 21 Sep 2007 03:21:39 +0000 (03:21 +0000)]
Kevin Ryde  <user42 at zip.com.au>

(sgml-html-meta-auto-coding-function): Bind `case-fold-search' to t.

16 years agotex-validate-region: Hack fix installed in trunk.
Glenn Morris [Fri, 21 Sep 2007 03:11:17 +0000 (03:11 +0000)]
tex-validate-region: Hack fix installed in trunk.
I don't want to put it in the release branch, since I don't think the
tex-validate-* functions are very important, and the sexp motion
commands seem to be used quite a bit in tex-mode.

16 years agoDiane Murray <disumu at x3y2z1.net>
Glenn Morris [Fri, 21 Sep 2007 02:53:08 +0000 (02:53 +0000)]
Diane Murray  <disumu at x3y2z1.net>

(url-get-normalized-date): Pass full timezone information to
timezone-make-date-arpa-standard, since zone name may be unknown.

16 years agoFixed by Stefan: incorrect button highlighting.
Glenn Morris [Fri, 21 Sep 2007 02:43:48 +0000 (02:43 +0000)]
Fixed by Stefan: incorrect button highlighting.

16 years ago(compilation-error-regexp-alist-alist):
Stefan Monnier [Thu, 20 Sep 2007 18:56:19 +0000 (18:56 +0000)]
(compilation-error-regexp-alist-alist):
Recognize gcc's use of "note" for informational messages.

16 years ago(widget-image-insert): Don't merge mouse-face with neighbouring buttons.
Stefan Monnier [Thu, 20 Sep 2007 18:56:07 +0000 (18:56 +0000)]
(widget-image-insert): Don't merge mouse-face with neighbouring buttons.

16 years ago(Customizable variables): Face names don't end in -face.
Richard M. Stallman [Thu, 20 Sep 2007 17:12:10 +0000 (17:12 +0000)]
(Customizable variables): Face names don't end in -face.
Fix flymake-err-line-patterns template.
(Example -- Configuring a tool called directly): Fix init-function.
(Highlighting erroneous lines): Face names don't end in -face.

16 years ago*** empty log message ***
Glenn Morris [Thu, 20 Sep 2007 08:06:39 +0000 (08:06 +0000)]
*** empty log message ***

16 years agoDone: tex-validate-region and paragraphs.
Glenn Morris [Thu, 20 Sep 2007 03:13:47 +0000 (03:13 +0000)]
Done: tex-validate-region and paragraphs.

16 years ago(tex-validate-buffer): Use paragraph motion functions, rather than
Glenn Morris [Thu, 20 Sep 2007 03:06:38 +0000 (03:06 +0000)]
(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.

16 years ago*** empty log message ***
Glenn Morris [Thu, 20 Sep 2007 02:52:32 +0000 (02:52 +0000)]
*** empty log message ***

16 years ago(Fmake_network_process): Doc fix.
Glenn Morris [Thu, 20 Sep 2007 02:46:00 +0000 (02:46 +0000)]
(Fmake_network_process): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Thu, 20 Sep 2007 02:45:45 +0000 (02:45 +0000)]
*** empty log message ***

16 years ago(Display Property): Clarify when multiple display specs work in
Richard M. Stallman [Wed, 19 Sep 2007 15:04:50 +0000 (15:04 +0000)]
(Display Property): Clarify when multiple display specs work in
parallel and when one overrides.  Fix error in example.

16 years ago(Display Property): Explain multiple display specs.
Richard M. Stallman [Wed, 19 Sep 2007 14:55:52 +0000 (14:55 +0000)]
(Display Property): Explain multiple display specs.

16 years ago(Foverlays_at): Doc fix.
Richard M. Stallman [Wed, 19 Sep 2007 13:20:51 +0000 (13:20 +0000)]
(Foverlays_at): Doc fix.

16 years agoTypo.
Glenn Morris [Wed, 19 Sep 2007 07:31:39 +0000 (07:31 +0000)]
Typo.

16 years ago"tex-terminate-paragraph ignores paragraph-start and
Glenn Morris [Wed, 19 Sep 2007 07:26:17 +0000 (07:26 +0000)]
"tex-terminate-paragraph ignores paragraph-start and
paragraph-separate" is fixed, but raises a question about
tex-validate-region.

16 years ago(tex-terminate-paragraph): Use backward-paragraph.
Glenn Morris [Wed, 19 Sep 2007 07:19:54 +0000 (07:19 +0000)]
(tex-terminate-paragraph): Use backward-paragraph.

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

16 years agoUpdated libXpm to 3.5.7 (from x.org X11R7.3)
Jason Rumney [Tue, 18 Sep 2007 23:47:16 +0000 (23:47 +0000)]
Updated libXpm to 3.5.7 (from x.org X11R7.3)

16 years ago*** empty log message ***
Glenn Morris [Tue, 18 Sep 2007 07:00:20 +0000 (07:00 +0000)]
*** empty log message ***

16 years agoRemove duplicate entry.
Glenn Morris [Tue, 18 Sep 2007 06:59:14 +0000 (06:59 +0000)]
Remove duplicate entry.

16 years ago(css-electric-keys): electrick->electric.
Stefan Monnier [Tue, 18 Sep 2007 01:48:23 +0000 (01:48 +0000)]
(css-electric-keys): electrick->electric.
(css-mode): Update correspondingly.

16 years ago(Fplist_put): Preserve uneven tail data.
Stefan Monnier [Tue, 18 Sep 2007 01:45:39 +0000 (01:45 +0000)]
(Fplist_put): Preserve uneven tail data.

16 years ago*** empty log message ***
Dan Nicolaescu [Tue, 18 Sep 2007 01:29:04 +0000 (01:29 +0000)]
*** empty log message ***

16 years ago* vc-arch.el (vc-arch-extra-menu-map): New var and fun.
Dan Nicolaescu [Tue, 18 Sep 2007 01:28:25 +0000 (01:28 +0000)]
* vc-arch.el (vc-arch-extra-menu-map): New var and fun.

* vc-hooks.el (vc-menu-entry): New var.
(vc-mode-line-map): Use it so that this menu also uses the extra-menu.
(menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
(vc-menu-map): Declare and initialize in one step.

* menu-bar.el (vc-menu-map): Don't setup any more.
Instead, just create the proper spot in the menu.

* vc.el: Document new VC operation `extra-menu'.

* vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New
function.

16 years ago*** empty log message ***
Richard M. Stallman [Tue, 18 Sep 2007 00:46:48 +0000 (00:46 +0000)]
*** empty log message ***

16 years ago(vc-git-log-view-mode): Add font-lock patterns for
Dan Nicolaescu [Mon, 17 Sep 2007 19:13:19 +0000 (19:13 +0000)]
(vc-git-log-view-mode): Add font-lock patterns for
Signed-off-by, Acked-by and Merge.

16 years agoDone: tex-compilation-parse-errors misses new-style error messages.
Glenn Morris [Mon, 17 Sep 2007 07:05:20 +0000 (07:05 +0000)]
Done: tex-compilation-parse-errors misses new-style error messages.

16 years ago(tex-compilation-parse-errors): Prefer the filename from
Glenn Morris [Mon, 17 Sep 2007 07:01:53 +0000 (07:01 +0000)]
(tex-compilation-parse-errors): Prefer the filename from
`--file-line-error', if it is available.

16 years agoJoe Wells <jbw at macs.hw.ac.uk> (tiny change)
Glenn Morris [Mon, 17 Sep 2007 07:01:41 +0000 (07:01 +0000)]
Joe Wells  <jbw at macs.hw.ac.uk>  (tiny change)

(tex-compilation-parse-errors): Also match TeX `--file-line-error'
format.

16 years ago*** empty log message ***
Glenn Morris [Mon, 17 Sep 2007 06:57:29 +0000 (06:57 +0000)]
*** empty log message ***

16 years ago(tex-region): Simplify previous change,
Glenn Morris [Mon, 17 Sep 2007 00:26:49 +0000 (00:26 +0000)]
(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.

16 years ago(ediff-verbose-p): This var is not a constant.
Stefan Monnier [Sun, 16 Sep 2007 22:15:22 +0000 (22:15 +0000)]
(ediff-verbose-p): This var is not a constant.

16 years ago(reset_malloc_hooks): Set the hooks to the previous
Andreas Schwab [Sun, 16 Sep 2007 09:40:45 +0000 (09:40 +0000)]
(reset_malloc_hooks): Set the hooks to the previous
values instead of zapping them.

16 years ago(xg_get_image_for_pixmap): Always create a GdkPixbuf
Jan Djärv [Sun, 16 Sep 2007 09:34:52 +0000 (09:34 +0000)]
(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.

16 years agoDon't use -lpthread on HP-UX.
Jan Djärv [Sun, 16 Sep 2007 09:13:28 +0000 (09:13 +0000)]
Don't use -lpthread on HP-UX.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 16 Sep 2007 04:00:26 +0000 (04:00 +0000)]
*** empty log message ***

16 years agoDrew Adams <drew.adams at oracle.com>
Glenn Morris [Sun, 16 Sep 2007 03:06:12 +0000 (03:06 +0000)]
Drew Adams  <drew.adams at oracle.com>

(custom-face-edit-activate): Doc fix.

16 years agoDone: tex-region ignores value of tex-main-file.
Glenn Morris [Sun, 16 Sep 2007 02:02:23 +0000 (02:02 +0000)]
Done: tex-region ignores value of tex-main-file.

16 years ago(tex-region): Handle the case where the region is not in
Glenn Morris [Sun, 16 Sep 2007 02:01:51 +0000 (02:01 +0000)]
(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.