bpt/emacs.git
16 years ago(bugzilla): Mention gtk-engines-qt bug.
Jan Djärv [Sat, 14 Jul 2007 09:02:35 +0000 (09:02 +0000)]
(bugzilla): Mention gtk-engines-qt bug.

16 years agoWhitespace change.
Richard M. Stallman [Fri, 13 Jul 2007 23:38:31 +0000 (23:38 +0000)]
Whitespace change.

16 years ago* NEWS: Update for recent bookmark keybinding changes.
Karl Fogel [Fri, 13 Jul 2007 23:20:21 +0000 (23:20 +0000)]
* NEWS: Update for recent bookmark keybinding changes.

16 years ago(install-lisp-SH, install-lisp-CMD): New targets.
Eli Zaretskii [Fri, 13 Jul 2007 20:23:12 +0000 (20:23 +0000)]
(install-lisp-SH, install-lisp-CMD): New targets.
(install): Use them to copy all *.el files before *.elc.

16 years ago($(infodir)/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 19:47:02 +0000 (19:47 +0000)]
($(infodir)/emacs-mime): Use --enable-encoding.

16 years ago(../info/emacs-mime): Use --enable-encoding.
Eli Zaretskii [Fri, 13 Jul 2007 19:45:55 +0000 (19:45 +0000)]
(../info/emacs-mime): Use --enable-encoding.

16 years agoAdd @documentencoding directive.
Eli Zaretskii [Fri, 13 Jul 2007 19:44:45 +0000 (19:44 +0000)]
Add @documentencoding directive.

16 years ago* bookmark.el (bookmark-jump-other-window): New function.
Karl Fogel [Fri, 13 Jul 2007 18:20:55 +0000 (18:20 +0000)]
* bookmark.el (bookmark-jump-other-window): New function.
  (bookmark-map): Bind it to "o".

Patch by Drew Adams <drew.adams{_AT_}oracle.com>.  See
http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.

16 years ago* bookmark.el: Shorten some comments to fit within 80 lines.
Karl Fogel [Fri, 13 Jul 2007 18:18:04 +0000 (18:18 +0000)]
* bookmark.el: Shorten some comments to fit within 80 lines.

16 years ago* bookmark.el: Don't define bookmark keys under the "C-xr" map;
Karl Fogel [Fri, 13 Jul 2007 18:16:17 +0000 (18:16 +0000)]
* bookmark.el: Don't define bookmark keys under the "C-xr" map;
  instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
  Adams <drew.adams{_AT_}oracle.com>, mildly tweaked by me.  See
  http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.

16 years agoMove to end of line if in headline without
Carsten Dominik [Fri, 13 Jul 2007 16:08:46 +0000 (16:08 +0000)]
Move to end of line if in headline without
tags.

16 years ago*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 16:08:21 +0000 (16:08 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 13:15:05 +0000 (13:15 +0000)]
*** empty log message ***

16 years agoBug fixes.
Carsten Dominik [Fri, 13 Jul 2007 13:14:11 +0000 (13:14 +0000)]
Bug fixes.

16 years ago*** empty log message ***
Carsten Dominik [Fri, 13 Jul 2007 13:13:55 +0000 (13:13 +0000)]
*** empty log message ***

16 years agoRemove spurious * in docstrings.
Stefan Monnier [Fri, 13 Jul 2007 04:49:30 +0000 (04:49 +0000)]
Remove spurious * in docstrings.
(vc-handled-backends): Add BZR.

16 years ago(vc-find-file-hook): Use with-demoted-errors.
Stefan Monnier [Fri, 13 Jul 2007 04:46:37 +0000 (04:46 +0000)]
(vc-find-file-hook): Use with-demoted-errors.

16 years ago(init_eval_once): Bump max_lisp_eval_depth to 400.
Stefan Monnier [Fri, 13 Jul 2007 01:06:36 +0000 (01:06 +0000)]
(init_eval_once): Bump max_lisp_eval_depth to 400.

16 years ago(Starting GUD): Add xref to this anchor.
Nick Roberts [Thu, 12 Jul 2007 23:56:37 +0000 (23:56 +0000)]
(Starting GUD): Add xref to this anchor.

16 years ago(Remote processes): Add an anchor to the subsection
Nick Roberts [Thu, 12 Jul 2007 23:55:04 +0000 (23:55 +0000)]
(Remote processes): Add an anchor to the subsection
"Running a debugger on a remote host".

16 years ago*** empty log message ***
Nick Roberts [Thu, 12 Jul 2007 23:53:28 +0000 (23:53 +0000)]
*** empty log message ***

16 years ago(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.
Juanma Barranquero [Thu, 12 Jul 2007 22:40:00 +0000 (22:40 +0000)]
(desktop-buffer-info, desktop-save): Use `desktop-dirname' instead of `dirname'.

16 years ago* tramp.texi (Remote processes): Don't call it "experimental" any
Michael Albinus [Thu, 12 Jul 2007 21:13:06 +0000 (21:13 +0000)]
* tramp.texi (Remote processes): Don't call it "experimental" any
longer.  Add subsection about running a debugger on a remote host.

16 years ago(struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
Stefan Monnier [Thu, 12 Jul 2007 06:36:57 +0000 (06:36 +0000)]
(struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,
tick, update_tick, decoding_carryover, inherit_coding_system_flag,
filter_multibyte, adaptive_read_buffering, read_output_delay, and
read_output_skip from Lisp_Objects to ints.  Remove unused
encoding_carryover.

16 years ago(which-func-modes): Add `python-mode'.
Stefan Monnier [Thu, 12 Jul 2007 04:37:06 +0000 (04:37 +0000)]
(which-func-modes): Add `python-mode'.

16 years ago(python-which-func-length-limit): New var.
Stefan Monnier [Thu, 12 Jul 2007 04:36:48 +0000 (04:36 +0000)]
(python-which-func-length-limit): New var.
(python-which-func): New function.
(python-current-defun): Add optional `length-limit' and try to fit
computed function name to that length.
(python-mode): Hook `python-which-func' up.

16 years ago(pcomplete-entries): Obey pcomplete-ignore-case.
Stefan Monnier [Thu, 12 Jul 2007 04:15:55 +0000 (04:15 +0000)]
(pcomplete-entries): Obey pcomplete-ignore-case.

16 years ago(comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
Stefan Monnier [Thu, 12 Jul 2007 04:14:48 +0000 (04:14 +0000)]
(comint-dynamic-complete-as-filename,comint-dynamic-list-filename-completions):
Use read-file-name-completion-ignore-case.

16 years agoRequire CL.
Stefan Monnier [Thu, 12 Jul 2007 03:13:37 +0000 (03:13 +0000)]
Require CL.
(vc-cvs-revision-table, vc-cvs-revision-completion-table):
New functions to provide completion of revision names.

16 years ago(vc-functions): Clear up the cache when reloading the file.
Stefan Monnier [Thu, 12 Jul 2007 03:10:45 +0000 (03:10 +0000)]
(vc-functions): Clear up the cache when reloading the file.
(vc-cvs-annotate-first-line-re): New const.
(vc-cvs-annotate-process-filter): New fun.
(vc-cvs-annotate-command): Use them and run the command asynchronously.

16 years ago(eldoc-last-data): Revise documentation.
Stefan Monnier [Thu, 12 Jul 2007 01:51:52 +0000 (01:51 +0000)]
(eldoc-last-data): Revise documentation.
(eldoc-print-current-symbol-info): Adjust for changed helper
function signatures.
(eldoc-get-fnsym-args-string): Add `args' argument.  Use new
`eldoc-highlight-function-argument'.
(eldoc-highlight-function-argument): New function.
(eldoc-get-var-docstring): Format documentation with
`font-lock-variable-name-face'.
(eldoc-docstring-format-sym-doc): Add `face' argument and apply it
where suited.
(eldoc-fnsym-in-current-sexp): Return a list with argument index.
(eldoc-beginning-of-sexp): Return number of skipped sexps.

16 years agoInclude unistd.h only if HAVE_UNISTD_H.
Richard M. Stallman [Thu, 12 Jul 2007 01:41:38 +0000 (01:41 +0000)]
Include unistd.h only if HAVE_UNISTD_H.

16 years ago* progmodes/compile.el (compilation-start): `start-process' must
Michael Albinus [Wed, 11 Jul 2007 19:38:21 +0000 (19:38 +0000)]
* progmodes/compile.el (compilation-start): `start-process' must
still be redefined when calling `start-process-shell-command'.

* progmodes/gud.el (gud-file-name): When `default-directory' is a
remote file name, prepend its remote part to the filename.
(gud-common-init): When `default-directory' is a remote file name,
make the filename relative to it.
Based on a patch by Nick Roberts <nickrob@snap.net.nz>.

16 years ago* vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
Dan Nicolaescu [Wed, 11 Jul 2007 18:37:38 +0000 (18:37 +0000)]
* vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
mouse binding and a tooltip.
* menu-bar.el (vc-menu-map): New defalias.

16 years ago* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
Stefan Monnier [Wed, 11 Jul 2007 15:26:31 +0000 (15:26 +0000)]
* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
from a Lisp_Object into a bare pointer.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Adjust the code correspondingly.

16 years ago(emacs_blocked_free): Remove unused var `bytes_used_now'.
Stefan Monnier [Wed, 11 Jul 2007 15:23:37 +0000 (15:23 +0000)]
(emacs_blocked_free): Remove unused var `bytes_used_now'.

16 years agoInclude unistd.h for ttyname, used in handle_one_term_event.
Stefan Monnier [Wed, 11 Jul 2007 15:22:11 +0000 (15:22 +0000)]
Include unistd.h for ttyname, used in handle_one_term_event.
(term_show_mouse_face): Remove unused var `j'.
(handle_one_term_event): Remove unused vars `i' and `j'.
Don't cast return value of ttyname since it's not necessary.

16 years ago(mh-display-color-cells): Fix on XEmacs 21.5b28. Thanks to Henrique
Bill Wohler [Wed, 11 Jul 2007 05:58:45 +0000 (05:58 +0000)]
(mh-display-color-cells): Fix on XEmacs 21.5b28. Thanks to Henrique
Martins for the help (closes SF #1749774).

16 years ago(copyright-current-gpl-version): Set to 3.
Nick Roberts [Tue, 10 Jul 2007 23:30:18 +0000 (23:30 +0000)]
(copyright-current-gpl-version): Set to 3.

16 years ago*** empty log message ***
Nick Roberts [Tue, 10 Jul 2007 23:28:04 +0000 (23:28 +0000)]
*** empty log message ***

16 years agoLoad cl-loaddefs.el quietly.
Stefan Monnier [Tue, 10 Jul 2007 21:01:20 +0000 (21:01 +0000)]
Load cl-loaddefs.el quietly.

16 years ago(vc-arch-complete): Remove.
Stefan Monnier [Tue, 10 Jul 2007 19:55:12 +0000 (19:55 +0000)]
(vc-arch-complete): Remove.
(vc-arch-revision-completion-table): Use complete-with-action.

16 years ago*** empty log message ***
Stefan Monnier [Tue, 10 Jul 2007 19:54:43 +0000 (19:54 +0000)]
*** empty log message ***

16 years ago* NEWS: Add Tramp and comint-mode changes.
Michael Albinus [Tue, 10 Jul 2007 19:52:37 +0000 (19:52 +0000)]
* NEWS: Add Tramp and comint-mode changes.

16 years ago* comint.el (make-comint, make-comint-in-buffer)
Michael Albinus [Tue, 10 Jul 2007 19:52:11 +0000 (19:52 +0000)]
* comint.el (make-comint, make-comint-in-buffer)
(comint-exec-1): Replace `start-process' by `start-file-process'.

* progmodes/compile.el (compilation-start): Revert redefining
`start-process'.

16 years ago(autoload-generate-file-autoloads): Be careful
Stefan Monnier [Tue, 10 Jul 2007 18:05:36 +0000 (18:05 +0000)]
(autoload-generate-file-autoloads): Be careful
with EOLs when generating MD5 checksums.

16 years ago*** empty log message ***
Stefan Monnier [Tue, 10 Jul 2007 18:03:43 +0000 (18:03 +0000)]
*** empty log message ***

16 years ago(mark_maybe_pointer): Enforce mult-of-8 alignment when using
Stefan Monnier [Tue, 10 Jul 2007 18:00:44 +0000 (18:00 +0000)]
(mark_maybe_pointer): Enforce mult-of-8 alignment when using
USE_LSB_TAG.  Suggested by Dmitry Antipov <dmantipov@yandex.ru>.

16 years agoDon't change the global map from the follow-mode-map defvar, but from the
Stefan Monnier [Tue, 10 Jul 2007 17:47:32 +0000 (17:47 +0000)]
Don't change the global map from the follow-mode-map defvar, but from the
toplevel.  Use easy-menu to unify the Emacs and XEmacs code.
(turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
since `follow-mode' should be used instead for that.

16 years ago(easy-menu-binding): New function.
Stefan Monnier [Tue, 10 Jul 2007 16:35:24 +0000 (16:35 +0000)]
(easy-menu-binding): New function.
(easy-menu-do-define): Use it.
(easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.

16 years ago(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
Stefan Monnier [Tue, 10 Jul 2007 16:01:25 +0000 (16:01 +0000)]
(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
(compilation-auto-jump): New function.
(compilation-error-properties): Use them to jump to first error.
(compilation-start): Set the var if requested.

16 years ago(map_char_table): Use an array of int for `indices' rather than
Stefan Monnier [Tue, 10 Jul 2007 15:40:06 +0000 (15:40 +0000)]
(map_char_table): Use an array of int for `indices' rather than
an array of Lisp_Objects (which are only ever integers anyway).

16 years ago(Ftranspose_regions): Use EMACS_INT for positions.
Stefan Monnier [Tue, 10 Jul 2007 15:23:36 +0000 (15:23 +0000)]
(Ftranspose_regions): Use EMACS_INT for positions.

16 years ago(struct accessible_keymaps_data, struct where_is_internal_data): New structs.
Stefan Monnier [Tue, 10 Jul 2007 15:20:15 +0000 (15:20 +0000)]
(struct accessible_keymaps_data, struct where_is_internal_data): New structs.
(accessible_keymaps_1, where_is_internal_1): Use them to change
interface to adhere to the one used by map_keymap.
(Faccessible_keymaps, where_is_internal): Use map_keymap.
(accessible_keymaps_char_table, where_is_internal_2): Remove.

16 years ago(map_keymap_function_t): More informative prototype.
Stefan Monnier [Tue, 10 Jul 2007 15:13:33 +0000 (15:13 +0000)]
(map_keymap_function_t): More informative prototype.

16 years ago(update-directory-autoloads): Remove duplicates without also removing
Stefan Monnier [Tue, 10 Jul 2007 14:13:16 +0000 (14:13 +0000)]
(update-directory-autoloads): Remove duplicates without also removing
entries from other directories.

16 years ago* org.texi (Properties and columns): Chapter rewritten.
Carsten Dominik [Tue, 10 Jul 2007 07:24:19 +0000 (07:24 +0000)]
* org.texi (Properties and columns): Chapter rewritten.

16 years ago* org.el (org-agenda-day-view, org-agenda-week-view): Remember
Carsten Dominik [Tue, 10 Jul 2007 07:24:08 +0000 (07:24 +0000)]
* org.el (org-agenda-day-view, org-agenda-week-view): Remember
span as default.

(org-columns-edit-value): Renamed from `org-column-edit'.
(org-columns-display-here-title): Renamed from
`org-overlay-columns-title'.
(org-columns-remove-overlays): ` Renamed from
org-remove-column-overlays'.
(org-columns-get-autowidth-alist): ` Renamed from
org-get-columns-autowidth-alist'.
(org-columns-display-here): Renamed from `org-overlay-columns'.
(org-columns-new-overlay): Renamed from `org-new-column-overlay'.
(org-columns-quit): Renamed from `org-column-quit'.
(org-columns-show-value): Renamed from `org-column-show-value'.
(org-columns-content, org-columns-widen)
(org-columns-next-allowed-value)
(org-columns-edit-allowed, org-columns-store-format)
(org-columns-uncompile-format, org-columns-redo)
(org-columns-edit-attributes, org-delete-property)
(org-set-property, org-columns-update)
(org-columns-compute, org-columns-eval)
(org-columns-not-in-agenda, org-columns-compute-all)
(org-property-next-allowed-value)
(org-columns-compile-format)
(org-fill-paragraph-experimental)
(org-string-to-number, org-property-action)
(org-columns-move-left, org-columns-new )
(org-column-number-to-string)
(org-property-previous-allowed-value)
(org-at-property-p, org-columns-delete)
(org-columns-previous-allowed-value)
(org-columns-move-right, org-columns-narrow)
(org-property-get-allowed-values)
(org-verify-version, org-column-string-to-number)
(org-delete-property-globally): New functions.
(org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
(org-columns-overlays): Renamed from `org-column-overlays'.
(org-columns-map): Renamed from `org-column-map'.
(org-columns-current-maxwidths): Renamed from
`org-current-columns-maxwidths'.
(org-columns-begin-marker, org-columns-current-fmt-compiled)
(org-previous-header-line-format)
(org-columns-inhibit-recalculation)
(org-columns-top-level-marker): New variables.
(org-columns-default-format): Renamed from
`org-default-columns-format'.
(org-property-re): New constant.

16 years ago*** empty log message ***
Carsten Dominik [Tue, 10 Jul 2007 07:22:39 +0000 (07:22 +0000)]
*** empty log message ***

16 years ago(looking-at-p, string-match-p): New functions.
Richard M. Stallman [Tue, 10 Jul 2007 03:54:30 +0000 (03:54 +0000)]
(looking-at-p, string-match-p): New functions.

16 years ago(Vinhibit_changing_match_data, search_regs_1): New vars.
Richard M. Stallman [Tue, 10 Jul 2007 03:49:44 +0000 (03:49 +0000)]
(Vinhibit_changing_match_data, search_regs_1): New vars.
(looking_at_1): Don't change search_regs and last_thing_searched
if `inhibit-changing-match-data' is non-nil.
(string_match_1, search_buffer, set_search_regs): Likewise.
(syms_of_search): Add Lisp level definition for
`inhibit-changing-match-data' and set it to nil.
(boyer_moore): If `inhibit-changing-match-data' is non-nil,
compute start and end of the match, instead of using values in search_regs.

16 years agoChanges from arch/CVS synchronization
Miles Bader [Tue, 10 Jul 2007 02:03:14 +0000 (02:03 +0000)]
Changes from arch/CVS synchronization

16 years agoMerge from emacs--rel--22
Miles Bader [Tue, 10 Jul 2007 02:02:35 +0000 (02:02 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 51-54)

   - Update from CVS
   - Merge from gnus--rel--5.10

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/cus-start.el (file-coding-system-alist): Fix custom type.

2007-07-08  Chong Yidong  <cyd@stupidchicken.com>

   * lisp/longlines.el (longlines-wrap-region): Avoid marking buffer as
   modified.
   (longlines-auto-wrap, longlines-window-change-function): Remove
   unnecessary calls to set-buffer-modified-p.

2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>

   * lisp/progmodes/gud.el (auto-mode-alist): Match more valid gdb init
   file names.

2007-07-01  Richard M. Stallman  <rms@gnu.org>

   * lisp/files.el (find-file-visit-truename): Fix safe-local-variable value.

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached
   articles as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-806

16 years agoMerge from gnus--rel--5.10
Miles Bader [Tue, 10 Jul 2007 01:54:34 +0000 (01:54 +0000)]
Merge from gnus--rel--5.10

Patches applied:

 * emacs--devo--0  (patch 797, 800, 802)

   - Merge from emacs--rel--22

 * gnus--rel--5.10  (patch 233-234)

   - Merge from emacs--devo--0
   - Update from CVS

2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
   as unfetched articles.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string.

2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave)
   (gnus-article-read-summary-keys): Don't set the 3rd arg of
   pop-to-buffer for XEmacs.

2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the
   Control Panel.

   * man/gnus.texi (Misc Article): Add index entry for
   gnus-single-article-buffer.

2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>

   * man/gnus.texi (Starting Up): Fix typo.

2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Asynchronous Fetching): Fix typo.

Revision: emacs@sv.gnu.org/emacs--rel--22--patch-54

16 years ago(eval-defun): Explain special handling of `defface'.
Richard M. Stallman [Tue, 10 Jul 2007 01:07:09 +0000 (01:07 +0000)]
(eval-defun): Explain special handling of `defface'.

16 years ago(Defining Faces): Explain C-M-x feature for defface.
Richard M. Stallman [Tue, 10 Jul 2007 01:05:49 +0000 (01:05 +0000)]
(Defining Faces): Explain C-M-x feature for defface.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 9 Jul 2007 20:49:25 +0000 (20:49 +0000)]
*** empty log message ***

16 years ago(tex-fontify-script)
Reiner Steib [Mon, 9 Jul 2007 19:14:48 +0000 (19:14 +0000)]
(tex-fontify-script)
(tex-font-script-display): New variables to make display of
superscripts and subscripts customizable.
(tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.

16 years ago(isearch-edit-string): Call to isearch-push-state after the search.
Richard M. Stallman [Mon, 9 Jul 2007 14:46:56 +0000 (14:46 +0000)]
(isearch-edit-string): Call to isearch-push-state after the search.

16 years ago(isearch-edit-string): Call to isearch-push-state after the search.
Richard M. Stallman [Mon, 9 Jul 2007 14:45:13 +0000 (14:45 +0000)]
(isearch-edit-string): Call to isearch-push-state after the search.

16 years ago(Magic File Names): Rewrite previous change.
Richard M. Stallman [Mon, 9 Jul 2007 14:13:02 +0000 (14:13 +0000)]
(Magic File Names): Rewrite previous change.

16 years ago(fit-window-to-buffer): Remove setting of window-min-height
Jan Djärv [Mon, 9 Jul 2007 12:00:56 +0000 (12:00 +0000)]
(fit-window-to-buffer): Remove setting of window-min-height
to 1 as enlarge-window uses the value to resize/shrink windows other than
WINDOW if needed.

16 years agoAdd arch tagline
Miles Bader [Mon, 9 Jul 2007 06:48:40 +0000 (06:48 +0000)]
Add arch tagline

16 years ago(file-coding-system-alist): Fix previous commit.
Katsumi Yamaoka [Mon, 9 Jul 2007 01:27:20 +0000 (01:27 +0000)]
(file-coding-system-alist): Fix previous commit.

16 years ago(file-coding-system-alist): Fix previous commit.
Katsumi Yamaoka [Mon, 9 Jul 2007 01:27:15 +0000 (01:27 +0000)]
(file-coding-system-alist): Fix previous commit.

16 years agoRemove `tiny change' flags from my log entries.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:44:03 +0000 (23:44 +0000)]
Remove `tiny change' flags from my log entries.

16 years agoRemove `tiny change' flags from my log entries.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:43:42 +0000 (23:43 +0000)]
Remove `tiny change' flags from my log entries.

16 years ago(file-coding-system-alist): Fix custom type.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:41:36 +0000 (23:41 +0000)]
(file-coding-system-alist): Fix custom type.

16 years ago(file-coding-system-alist): Fix custom type.
Katsumi Yamaoka [Sun, 8 Jul 2007 23:41:26 +0000 (23:41 +0000)]
(file-coding-system-alist): Fix custom type.

16 years ago(run-mode-hooks): Docstring improvement.
Stefan Monnier [Sun, 8 Jul 2007 19:35:50 +0000 (19:35 +0000)]
(run-mode-hooks): Docstring improvement.

16 years ago(vc-cvs-revert): Use vc-default-revert.
Stefan Monnier [Sun, 8 Jul 2007 19:34:19 +0000 (19:34 +0000)]
(vc-cvs-revert): Use vc-default-revert.
(vc-cvs-checkout): Remove last arg now unused; simplify.

16 years ago* NEWS: `file-remote-p' has a new optional parameter CONNECTED.
Michael Albinus [Sun, 8 Jul 2007 18:10:09 +0000 (18:10 +0000)]
* NEWS: `file-remote-p' has a new optional parameter CONNECTED.

16 years ago* files.texi (Magic File Names): Introduce optional parameter
Michael Albinus [Sun, 8 Jul 2007 18:08:36 +0000 (18:08 +0000)]
* files.texi (Magic File Names): Introduce optional parameter
CONNECTED for `file-remote-p'.

16 years ago(longlines-wrap-region): Avoid marking buffer as modified.
Chong Yidong [Sun, 8 Jul 2007 18:07:46 +0000 (18:07 +0000)]
(longlines-wrap-region): Avoid marking buffer as modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years ago* longlines.el (longlines-wrap-region): Avoid marking buffer as
Chong Yidong [Sun, 8 Jul 2007 18:07:19 +0000 (18:07 +0000)]
* longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years ago(longlines-wrap-region): Avoid marking buffer as modified.
Chong Yidong [Sun, 8 Jul 2007 18:05:53 +0000 (18:05 +0000)]
(longlines-wrap-region): Avoid marking buffer as modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years ago* longlines.el (longlines-wrap-region): Avoid marking buffer as
Chong Yidong [Sun, 8 Jul 2007 18:05:41 +0000 (18:05 +0000)]
* longlines.el (longlines-wrap-region): Avoid marking buffer as
modified.
(longlines-auto-wrap, longlines-window-change-function): Remove
unnecessary calls to set-buffer-modified-p.

16 years ago* tramp.texi:
Michael Albinus [Sun, 8 Jul 2007 18:05:03 +0000 (18:05 +0000)]
* tramp.texi:
* trampver.texi: Migrate to Tramp 2.1.

16 years ago* files.el (file-remote-p): Introduce optional parameter CONNECTED.
Michael Albinus [Sun, 8 Jul 2007 18:03:20 +0000 (18:03 +0000)]
* files.el (file-remote-p): Introduce optional parameter CONNECTED.

* net/tramp.el:
* net/tramp-ftp.el:
* net/tramp-smb.el:
* net/tramp-uu.el:
* net/trampver.el: Migrate to Tramp 2.1.

* net/tramp-cache.el:
* net/tramp-fish.el:
* net/tramp-gw.el: New Tramp packages.

* net/tramp-util.el:
* net/tramp-vc.el: Removed.

* net/ange-ftp.el: Add ange-ftp property to 'start-file-process
(ange-ftp-file-remote-p): Handle optional parameter CONNECTED.

* net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.

* progmodes/compile.el (compilation-start): Redefine
`start-process' temporarily when `default-directory' is remote.
Remove case of synchronous compilation, this won't happen ever.
(compilation-setup): Make local variable `comint-file-name-prefix'
for remote compilation.

16 years agoAdd arch tagline
Miles Bader [Sun, 8 Jul 2007 11:32:07 +0000 (11:32 +0000)]
Add arch tagline

16 years agoAdd arch tagline
Miles Bader [Sun, 8 Jul 2007 11:30:49 +0000 (11:30 +0000)]
Add arch tagline

16 years ago(disabled-command-function): Fit window to buffer to
Martin Rudalics [Sun, 8 Jul 2007 08:28:12 +0000 (08:28 +0000)]
(disabled-command-function): Fit window to buffer to
make last line visible.

16 years ago(mouse-drag-track): Reset transient-mark-mode to nil
Martin Rudalics [Sun, 8 Jul 2007 08:21:13 +0000 (08:21 +0000)]
(mouse-drag-track): Reset transient-mark-mode to nil
when handling the terminating event.

16 years ago* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
Dan Nicolaescu [Sun, 8 Jul 2007 08:18:12 +0000 (08:18 +0000)]
* log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
buffer-local value of log-view-*-re if applicable.

16 years ago(gud-common-init): Call string->strings instead
Nick Roberts [Sun, 8 Jul 2007 06:54:40 +0000 (06:54 +0000)]
(gud-common-init): Call string->strings instead
of split-string.

16 years ago(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
Nick Roberts [Sun, 8 Jul 2007 06:51:48 +0000 (06:51 +0000)]
(cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
(cvs-mode-checkout, cvs-execute-single-file): Use new function names
strings->string and string->strings.

16 years ago* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Nick Roberts [Sun, 8 Jul 2007 06:49:02 +0000 (06:49 +0000)]
* pcvs-util.el (cvs-strings->string, cvs-string->strings):
Rename and move to...

* subr.el (strings->string, string->strings): ...here.

16 years ago*** empty log message ***
Nick Roberts [Sun, 8 Jul 2007 06:44:45 +0000 (06:44 +0000)]
*** empty log message ***

16 years ago(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
Jay Belanger [Sun, 8 Jul 2007 01:40:33 +0000 (01:40 +0000)]
(math-bignum-digit-length,math-bignum-digit-size,math-small-integer-size):
Don't eval when compiled.

16 years ago(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Jay Belanger [Sun, 8 Jul 2007 00:26:02 +0000 (00:26 +0000)]
(math-bignum-logb-digit-size,math-bignum-digit-power-of-two):
Evaluate when compiled.