bpt/emacs.git
16 years ago(_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
YAMAMOTO Mitsuharu [Tue, 7 Aug 2007 08:56:08 +0000 (08:56 +0000)]
(_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
[USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS)
(UNLOCK_ALIGNED_BLOCKS): Conditionalize with it.
(malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
(malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
New functions.

16 years ago(main) [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
YAMAMOTO Mitsuharu [Tue, 7 Aug 2007 08:55:34 +0000 (08:55 +0000)]
(main) [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
Call malloc_enable_thread on interactive startup.

16 years ago(vc-annotate): Select temp-buffer before running vc-exec-after.
Stefan Monnier [Tue, 7 Aug 2007 03:32:24 +0000 (03:32 +0000)]
(vc-annotate): Select temp-buffer before running vc-exec-after.
Select the buffer's window before moving point.

16 years ago*** empty log message ***
Richard M. Stallman [Tue, 7 Aug 2007 03:10:23 +0000 (03:10 +0000)]
*** empty log message ***

16 years ago(term): Remove group `unix'.
Richard M. Stallman [Tue, 7 Aug 2007 03:05:06 +0000 (03:05 +0000)]
(term): Remove group `unix'.

16 years ago(default-indent-new-line): New function.
Richard M. Stallman [Tue, 7 Aug 2007 03:04:23 +0000 (03:04 +0000)]
(default-indent-new-line): New function.
It calls comment-line-break-function if there are comments.
(do-auto-fill): Use that.

16 years ago(PC-lisp-complete-symbol): Complete symbol around point.
Richard M. Stallman [Tue, 7 Aug 2007 03:02:04 +0000 (03:02 +0000)]
(PC-lisp-complete-symbol): Complete symbol around point.
(PC-do-completion): Add "acronym completion" for symbols and
filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".

16 years agoInclude INSTALL in full-bin zip file.
Jason Rumney [Mon, 6 Aug 2007 22:36:43 +0000 (22:36 +0000)]
Include INSTALL in full-bin zip file.

16 years ago(redisplay_window): When restoring original buffer position, make sure
Chong Yidong [Mon, 6 Aug 2007 17:25:30 +0000 (17:25 +0000)]
(redisplay_window): When restoring original buffer position, make sure
it is still valid.

16 years ago* xdisp.c (redisplay_window): When restoring original buffer
Chong Yidong [Mon, 6 Aug 2007 17:25:20 +0000 (17:25 +0000)]
* xdisp.c (redisplay_window): When restoring original buffer
position, make sure it is still valid.

16 years ago(mouse-buffer-menu): Pass mode-name through format-mode-line because it
Sam Steingold [Mon, 6 Aug 2007 17:19:26 +0000 (17:19 +0000)]
(mouse-buffer-menu): Pass mode-name through format-mode-line because it
may be a list, e.g., (sgml-xml-mode "XML" "SGML"), and not a string.

16 years ago(png_load): Ignore png-supplied background color.
Chong Yidong [Mon, 6 Aug 2007 16:02:12 +0000 (16:02 +0000)]
(png_load): Ignore png-supplied background color.

16 years ago* image.c (png_load): Ignore png-supplied background color.
Chong Yidong [Mon, 6 Aug 2007 16:02:02 +0000 (16:02 +0000)]
* image.c (png_load): Ignore png-supplied background color.

16 years agoDocstring fix
Vinicius Jose Latorre [Mon, 6 Aug 2007 12:34:45 +0000 (12:34 +0000)]
Docstring fix

16 years ago(vc-call): Add doc string.
Jason Rumney [Mon, 6 Aug 2007 11:03:50 +0000 (11:03 +0000)]
(vc-call): Add doc string.

16 years ago(menu-bar-vc-filter): Use vc-call-backend.
Jason Rumney [Mon, 6 Aug 2007 11:03:18 +0000 (11:03 +0000)]
(menu-bar-vc-filter): Use vc-call-backend.

16 years ago[!TARGET_API_MAC_CARBON] Include Scrap.h.
YAMAMOTO Mitsuharu [Mon, 6 Aug 2007 08:26:51 +0000 (08:26 +0000)]
[!TARGET_API_MAC_CARBON] Include Scrap.h.
(Selection): New typedef.  Use instead of ScrapRef.
(mac_get_selection_from_symbol): Rename from get_scrap_from_symbol.
(mac_valid_selection_target_p): Rename from valid_scrap_target_type_p.
(mac_clear_selection): Rename from clear_scrap.
(get_flavor_type_from_symbol): New argument SEL and subsume function of
scrap_has_target_type.   All uses changed.
(mac_get_selection_ownership_info, mac_valid_selection_value_p)
(mac_selection_has_target_p): New functions.
(mac_put_selection_value): Rename from put_scrap_string.
(mac_get_selection_value): Rename from get_scrap_string.
(mac_get_selection_target_list): Rename from get_scrap_target_type_list.
(put_scrap_private_timestamp, scrap_has_target_type)
(get_scrap_private_timestamp): Remove functions.
(SCRAP_FLAVOR_TYPE_EMACS_TIMESTAMP): Remove define.
(x_own_selection, x_get_local_selection):
Use mac_valid_selection_value_p.
(x_own_selection): Don't use put_scrap_private_timestamp.
Record OWNERSHIP-INFO into Vselection_alist instead.
(x_get_local_selection): Don't check type if request is local.
(Fx_selection_owner_p): Don't use get_scrap_private_timestamp.
Detect ownership change with OWNERSHIP-INFO in Vselection_alist instead.

16 years ago(quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
YAMAMOTO Mitsuharu [Mon, 6 Aug 2007 08:25:30 +0000 (08:25 +0000)]
(quit_dialog_event_loop) [TARGET_API_MAC_CARBON]:
New variable.
[TARGET_API_MAC_CARBON] (mac_handle_dialog_event): Set it if dialog
event loop should be quit.
[TARGET_API_MAC_CARBON] (create_and_show_dialog) [!MAC_OSX]:
Quit dialog event loop if quit_dialog_event_loop is set.

16 years ago[TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
YAMAMOTO Mitsuharu [Mon, 6 Aug 2007 08:25:06 +0000 (08:25 +0000)]
[TARGET_API_MAC_CARBON] (cfdate_to_lisp): Obtain microsec value.
Use kCFAbsoluteTimeIntervalSince1970.

16 years ago*** empty log message ***
Michael Albinus [Mon, 6 Aug 2007 07:22:20 +0000 (07:22 +0000)]
*** empty log message ***

16 years ago* net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
Michael Albinus [Mon, 6 Aug 2007 06:50:09 +0000 (06:50 +0000)]
* net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
process-filter.

16 years agoWrap (require 'help-mode) by
Kenichi Handa [Mon, 6 Aug 2007 01:03:00 +0000 (01:03 +0000)]
Wrap (require 'help-mode) by
eval-when-compile.
(quail-help-init): New function.
(quail-help): Call quail-help-init.
(quail-store-decode-map-key): Change it to a function.

16 years ago*** empty log message ***
Jason Rumney [Sun, 5 Aug 2007 21:51:30 +0000 (21:51 +0000)]
*** empty log message ***

16 years ago(vc-rollback): Add norevert argument back.
Jason Rumney [Sun, 5 Aug 2007 21:46:00 +0000 (21:46 +0000)]
(vc-rollback): Add norevert argument back.
(vc-revert-buffer): Add back as obsolete alias.

16 years agoHonor term-default-fg-color and term-default-bg-color settings when modifying term...
Vinicius Jose Latorre [Sun, 5 Aug 2007 14:08:50 +0000 (14:08 +0000)]
Honor term-default-fg-color and term-default-bg-color settings when modifying term-current-face.

16 years ago(math-nlfit-curve): Remove unnecessary variables.
Jay Belanger [Sun, 5 Aug 2007 13:22:45 +0000 (13:22 +0000)]
(math-nlfit-curve): Remove unnecessary variables.
(math-nlfit-givens): Let bind free variables.

16 years agoRequire lpr and ps-print when loading printing package
Vinicius Jose Latorre [Sun, 5 Aug 2007 12:54:13 +0000 (12:54 +0000)]
Require lpr and ps-print when loading printing package

16 years ago*** empty log message ***
Michael Albinus [Sun, 5 Aug 2007 12:46:33 +0000 (12:46 +0000)]
*** empty log message ***

16 years agoUpdate.
Andreas Schwab [Sun, 5 Aug 2007 10:34:43 +0000 (10:34 +0000)]
Update.

16 years ago* files.el (set-auto-mode): Handle also remote files wrt
Michael Albinus [Sun, 5 Aug 2007 08:50:52 +0000 (08:50 +0000)]
* files.el (set-auto-mode): Handle also remote files wrt
`auto-mode-alist'.

16 years agoAdd arch tagline
Miles Bader [Sun, 5 Aug 2007 02:09:12 +0000 (02:09 +0000)]
Add arch tagline

16 years ago*** empty log message ***
Richard M. Stallman [Sat, 4 Aug 2007 15:19:51 +0000 (15:19 +0000)]
*** empty log message ***

16 years ago(Curve Fitting): Change plot indicator.
Jay Belanger [Sat, 4 Aug 2007 15:14:09 +0000 (15:14 +0000)]
(Curve Fitting): Change plot indicator.

16 years ago(calc-curve-fit): Change plot indicator.
Jay Belanger [Sat, 4 Aug 2007 15:12:22 +0000 (15:12 +0000)]
(calc-curve-fit): Change plot indicator.

16 years ago(xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
Jan Djärv [Sat, 4 Aug 2007 09:48:42 +0000 (09:48 +0000)]
(xg_tool_bar_callback): Generate two TOOL_BAR_EVENT:s,
add comment explaining why.

16 years ago(Curve Fitting): Mention plot indicator.
Jay Belanger [Sat, 4 Aug 2007 04:44:00 +0000 (04:44 +0000)]
(Curve Fitting): Mention plot indicator.

16 years ago(calc-curve-fit): Change plot indicator.
Jay Belanger [Sat, 4 Aug 2007 04:39:35 +0000 (04:39 +0000)]
(calc-curve-fit): Change plot indicator.

16 years ago(calc-curve-fit): Add "plot" indicator.
Jay Belanger [Sat, 4 Aug 2007 04:33:07 +0000 (04:33 +0000)]
(calc-curve-fit): Add "plot" indicator.

16 years ago(Linear Fits): Correct result.
Jay Belanger [Sat, 4 Aug 2007 04:22:27 +0000 (04:22 +0000)]
(Linear Fits): Correct result.

16 years ago(Curve Fitting): Mention plotting the curves.
Jay Belanger [Sat, 4 Aug 2007 04:03:50 +0000 (04:03 +0000)]
(Curve Fitting): Mention plotting the curves.
(Standard Nonlinear Models): Add additional models.
(Curve fitting details): Mention the Levenberg-Marquardt method.

16 years ago*** empty log message ***
Jay Belanger [Sat, 4 Aug 2007 04:00:54 +0000 (04:00 +0000)]
*** empty log message ***

16 years agoNew file.
Jay Belanger [Sat, 4 Aug 2007 03:54:14 +0000 (03:54 +0000)]
New file.

16 years ago(calc-curve-fit): Add support for nonlinear curves and plotting.
Jay Belanger [Sat, 4 Aug 2007 03:52:06 +0000 (03:52 +0000)]
(calc-curve-fit): Add support for nonlinear curves and plotting.

16 years ago(auto-revert-tail-mode): auto-revert-tail-pos is zero, not nil, when
Glenn Morris [Sat, 4 Aug 2007 02:31:52 +0000 (02:31 +0000)]
(auto-revert-tail-mode): auto-revert-tail-pos is zero, not nil, when
the library is first loaded.  Check for a file that has been modified
on disk.

16 years ago(cperl-compilation-error-regexp-alist): Remove duplicate defvar
Glenn Morris [Sat, 4 Aug 2007 02:31:05 +0000 (02:31 +0000)]
(cperl-compilation-error-regexp-alist): Remove duplicate defvar
preventing initialization.
(cperl-mode): Fix compilation-error-regexp-alist-alist setting.

16 years ago(diff-font-lock-keywords): Fix up false positives.
Stefan Monnier [Fri, 3 Aug 2007 22:06:36 +0000 (22:06 +0000)]
(diff-font-lock-keywords): Fix up false positives.
(diff-beginning-of-file): Adjust to the fact that diff-file-header-re
may match up to 4 lines.
(diff-beginning-of-file-and-junk): Rewrite.

16 years ago(telnet-mode): Fix previous change.
Glenn Morris [Fri, 3 Aug 2007 17:09:01 +0000 (17:09 +0000)]
(telnet-mode): Fix previous change.

16 years agoEvaluate require only during compilation
Vinicius Jose Latorre [Fri, 3 Aug 2007 13:52:35 +0000 (13:52 +0000)]
Evaluate require only during compilation

16 years ago(term-erase-in-display): Fix case when point is not at
Dan Nicolaescu [Fri, 3 Aug 2007 10:49:56 +0000 (10:49 +0000)]
(term-erase-in-display): Fix case when point is not at
the beginning of the line.

16 years agoMerge from emacs--rel--22
Miles Bader [Fri, 3 Aug 2007 05:49:59 +0000 (05:49 +0000)]
Merge from emacs--rel--22

Patches applied:

 * emacs--rel--22  (patch 84-87)

   - Update from CVS
   - Change capitalization of VC backend names for new backends

2007-08-02  Richard M. Stallman  <rms@gnu.org>

   * lisp/mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
   to update deleted flag.

   * lisp/cus-edit.el (customize-apropos, customize-apropos-options)
   (customize-apropos-faces, customize-apropos-groups): Improve prompt.

   * lisp/menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.

   * lisp/startup.el (fancy-splash-head, startup-echo-area-message):
   Change message text.

   * lisp/emulation/tpu-edt.el (next-line-internal): Setting deleted.
   All callers use line-move.

   * lisp/progmodes/compile.el (compilation-find-buffer): Return current
   buffer immediately if suitable.
   (compile, compilation-buffer-name, compilation-start): Doc fixes.

2007-07-31  Daiki Ueno  <ueno@unixuser.org>

   * lisp/faces.el (face-normalize-spec): New function.
   (frame-set-background-mode): Normalize face-spec before calling
   face-spec-match-p.

2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>

   * lisp/server.el (server-window): Add switch-to-buffer-other-frame option.

2007-08-03  Richard M. Stallman  <rms@gnu.org>

   * src/fileio.c (Fvisited_file_modtime): Use make_time.

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

16 years ago(Basic Graphics): Mention graphing error forms.
Jay Belanger [Fri, 3 Aug 2007 05:46:27 +0000 (05:46 +0000)]
(Basic Graphics): Mention graphing error forms.
(Graphics Options): Mention how ` g s' handles error forms.

16 years ago(calc-graph-format-data,calc-graph-add-curve): Check for error forms.
Jay Belanger [Fri, 3 Aug 2007 05:25:03 +0000 (05:25 +0000)]
(calc-graph-format-data,calc-graph-add-curve): Check for error forms.
(calc-graph-set-styles): Add option for error forms.

16 years ago(math-get-value,math-get-sdev,math-contains-sdev): New functions.
Jay Belanger [Fri, 3 Aug 2007 05:21:43 +0000 (05:21 +0000)]
(math-get-value,math-get-sdev,math-contains-sdev): New functions.

16 years agoChange capitalization of VC backend names for new backends
Miles Bader [Fri, 3 Aug 2007 05:09:21 +0000 (05:09 +0000)]
Change capitalization of VC backend names for new backends

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

16 years agoChange capitalization of VC backend names for new backends
Miles Bader [Fri, 3 Aug 2007 04:57:05 +0000 (04:57 +0000)]
Change capitalization of VC backend names for new backends

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

16 years ago(Fvisited_file_modtime): Use make_time.
Richard M. Stallman [Fri, 3 Aug 2007 03:39:09 +0000 (03:39 +0000)]
(Fvisited_file_modtime): Use make_time.

16 years agoComment change.
Richard M. Stallman [Fri, 3 Aug 2007 03:38:24 +0000 (03:38 +0000)]
Comment change.

16 years ago(customize-apropos): Make the error message indicate what kind of
Glenn Morris [Fri, 3 Aug 2007 03:21:49 +0000 (03:21 +0000)]
(customize-apropos): Make the error message indicate what kind of
thing the user was trying to customize.

16 years ago(telnet-mode): Set comint-use-prompt-regexp to t.
Glenn Morris [Fri, 3 Aug 2007 03:21:13 +0000 (03:21 +0000)]
(telnet-mode): Set comint-use-prompt-regexp to t.

16 years ago(telnet-mode): Set comint-use-prompt-regexp to t.
Glenn Morris [Fri, 3 Aug 2007 03:20:00 +0000 (03:20 +0000)]
(telnet-mode): Set comint-use-prompt-regexp to t.

16 years ago(fortran-font-lock-syntactic-keywords): Fix off-by-one error in
Glenn Morris [Fri, 3 Aug 2007 03:19:36 +0000 (03:19 +0000)]
(fortran-font-lock-syntactic-keywords): Fix off-by-one error in
previous change.

16 years agoRevert previous change, which was only supposed to be in trunk.
Glenn Morris [Fri, 3 Aug 2007 03:19:07 +0000 (03:19 +0000)]
Revert previous change, which was only supposed to be in trunk.

16 years agoDrew Adams <drew.adams at oracle.com>
Glenn Morris [Fri, 3 Aug 2007 03:15:33 +0000 (03:15 +0000)]
Drew Adams  <drew.adams at oracle.com>

(pp-eval-expression): Add progress message.  Make buffer writable.

16 years agoDrew Adams <drew.adams at oracle.com>
Glenn Morris [Fri, 3 Aug 2007 03:14:34 +0000 (03:14 +0000)]
Drew Adams  <drew.adams at oracle.com>

(pp-eval-expression): Add progress message.  Make buffer writable.

16 years ago(rmail-make-summary-line): Find end of msg number to update deleted flag.
Richard M. Stallman [Thu, 2 Aug 2007 17:56:38 +0000 (17:56 +0000)]
(rmail-make-summary-line): Find end of msg number to update deleted flag.

16 years ago(customize-apropos, customize-apropos-options)
Richard M. Stallman [Thu, 2 Aug 2007 17:53:19 +0000 (17:53 +0000)]
(customize-apropos, customize-apropos-options)
(customize-apropos-faces, customize-apropos-groups): Improve prompt.

16 years ago(menu-bar-help-menu): Add "About GNU" menu item.
Richard M. Stallman [Thu, 2 Aug 2007 17:52:26 +0000 (17:52 +0000)]
(menu-bar-help-menu): Add "About GNU" menu item.

16 years ago(fancy-splash-head, startup-echo-area-message): Change message text.
Richard M. Stallman [Thu, 2 Aug 2007 17:49:33 +0000 (17:49 +0000)]
(fancy-splash-head, startup-echo-area-message): Change message text.

16 years ago(next-line-internal): Setting deleted. All callers use line-move.
Richard M. Stallman [Thu, 2 Aug 2007 17:43:00 +0000 (17:43 +0000)]
(next-line-internal): Setting deleted.  All callers use line-move.

16 years ago(compilation-find-buffer): Return current buffer immediately if suitable.
Richard M. Stallman [Thu, 2 Aug 2007 17:40:54 +0000 (17:40 +0000)]
(compilation-find-buffer): Return current buffer immediately if suitable.
(compile, compilation-buffer-name, compilation-start): Doc fixes.

16 years ago(vc-bzr-admin-dirstate): Rename from `...-dirname'.
Stefan Monnier [Thu, 2 Aug 2007 17:08:53 +0000 (17:08 +0000)]
(vc-bzr-admin-dirstate): Rename from `...-dirname'.
Make it more discriminating and more useful.
(vc-bzr-root-dir): Use new name.
(vc-bzr-registered): Use new name and look at the dirstate file to
determine if it's registered or not without running `bzr'.

16 years ago(math-sqrt-raw,math-sin-raw-2,math-cos-raw-2,math-arctan-raw)
Jay Belanger [Thu, 2 Aug 2007 04:10:17 +0000 (04:10 +0000)]
(math-sqrt-raw,math-sin-raw-2,math-cos-raw-2,math-arctan-raw)
(math-ln-raw): Use native Emacs functions, when appropriate.

16 years agoInsert tiny change
Vinicius Jose Latorre [Thu, 2 Aug 2007 00:23:02 +0000 (00:23 +0000)]
Insert tiny change

16 years agoInsert tiny change
Vinicius Jose Latorre [Thu, 2 Aug 2007 00:22:22 +0000 (00:22 +0000)]
Insert tiny change

16 years agoAdjust load-path comment
Vinicius Jose Latorre [Thu, 2 Aug 2007 00:05:13 +0000 (00:05 +0000)]
Adjust load-path comment

16 years agoAdjust load-path comment
Vinicius Jose Latorre [Thu, 2 Aug 2007 00:04:44 +0000 (00:04 +0000)]
Adjust load-path comment

16 years agoAdjust load-path comment
Vinicius Jose Latorre [Wed, 1 Aug 2007 22:21:02 +0000 (22:21 +0000)]
Adjust load-path comment

16 years agoAdjust load-path comment
Vinicius Jose Latorre [Wed, 1 Aug 2007 22:20:41 +0000 (22:20 +0000)]
Adjust load-path comment

16 years agoAdjust load-path
Vinicius Jose Latorre [Wed, 1 Aug 2007 21:43:46 +0000 (21:43 +0000)]
Adjust load-path

16 years agoAdjust load-path
Vinicius Jose Latorre [Wed, 1 Aug 2007 21:43:11 +0000 (21:43 +0000)]
Adjust load-path

16 years ago*** empty log message ***
Richard M. Stallman [Wed, 1 Aug 2007 18:28:48 +0000 (18:28 +0000)]
*** empty log message ***

16 years agoDocstring fix
Vinicius Jose Latorre [Wed, 1 Aug 2007 17:39:23 +0000 (17:39 +0000)]
Docstring fix

16 years agoDocstring fix
Vinicius Jose Latorre [Wed, 1 Aug 2007 17:36:31 +0000 (17:36 +0000)]
Docstring fix

16 years ago* vc.el: Document new VC operation `extra-menu'.
Dan Nicolaescu [Wed, 1 Aug 2007 17:13:45 +0000 (17:13 +0000)]
* vc.el: Document new VC operation `extra-menu'.

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

* menu-bar.el (menu-bar-vc-filter): New function.
(menu-bar-tools-menu): Use it as a filter.

16 years ago*** empty log message ***
Richard M. Stallman [Wed, 1 Aug 2007 13:29:01 +0000 (13:29 +0000)]
*** empty log message ***

16 years ago(Mailing Lists and Bug Reports): Correct "-no-site-file" to
Alan Mackenzie [Wed, 1 Aug 2007 09:18:11 +0000 (09:18 +0000)]
(Mailing Lists and Bug Reports): Correct "-no-site-file" to
"--no-site-file".

16 years ago(Mailing Lists and Bug Reports): Correct "-no-site-file" to
Alan Mackenzie [Wed, 1 Aug 2007 09:16:24 +0000 (09:16 +0000)]
(Mailing Lists and Bug Reports): Correct "-no-site-file" to
"--no-site-file".

16 years ago*** empty log message ***
Alan Mackenzie [Wed, 1 Aug 2007 09:13:34 +0000 (09:13 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Alan Mackenzie [Wed, 1 Aug 2007 09:10:27 +0000 (09:10 +0000)]
*** empty log message ***

16 years agoAdd fortran-line-length, plus some more sections.
Glenn Morris [Wed, 1 Aug 2007 06:25:23 +0000 (06:25 +0000)]
Add fortran-line-length, plus some more sections.

16 years ago*** empty log message ***
Glenn Morris [Wed, 1 Aug 2007 06:25:04 +0000 (06:25 +0000)]
*** empty log message ***

16 years agoRemove leading `*' from all defcustom doc strings.
Glenn Morris [Wed, 1 Aug 2007 06:18:16 +0000 (06:18 +0000)]
Remove leading `*' from all defcustom doc strings.
(fortran-tab-mode-default): Remove needless autoload.
(fortran-tab-mode-string): Add help-echo and mouse properties, and
mark as risky.
(fortran-line-length): New buffer-local variable, safe if integer.
(fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
Change from variables to constants.
(fortran-font-lock-syntactic-keywords): Delete as a variable,
replace with a new function definition.
(fortran-mode): Use fortran-line-length, and
fortran-font-lock-syntactic-keywords as a function.  Add a
hack-local-variables-hook function.
(fortran-line-length, fortran-hack-local-variables): New functions.
(fortran-window-create, fortran-strip-sequence-nos): Doc fix.  Use
fortran-line-length rather than 72.
(fortran-window-create-momentarily): Doc fix.

16 years ago*** empty log message ***
Glenn Morris [Wed, 1 Aug 2007 06:17:55 +0000 (06:17 +0000)]
*** empty log message ***

16 years agoFix parent groups link
Vinicius Jose Latorre [Wed, 1 Aug 2007 01:18:37 +0000 (01:18 +0000)]
Fix parent groups link

16 years agoFix parent groups link
Vinicius Jose Latorre [Wed, 1 Aug 2007 01:17:51 +0000 (01:17 +0000)]
Fix parent groups link

16 years agoFix infinite loop in python.el
Vinicius Jose Latorre [Wed, 1 Aug 2007 00:47:25 +0000 (00:47 +0000)]
Fix infinite loop in python.el

16 years ago*** empty log message ***
Richard M. Stallman [Tue, 31 Jul 2007 18:26:24 +0000 (18:26 +0000)]
*** empty log message ***

16 years ago(face-normalize-spec): New function.
Richard M. Stallman [Tue, 31 Jul 2007 17:34:15 +0000 (17:34 +0000)]
(face-normalize-spec): New function.
(frame-set-background-mode): Normalize face-spec
before calling face-spec-match-p.

16 years ago(xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.
Stefan Monnier [Tue, 31 Jul 2007 16:28:24 +0000 (16:28 +0000)]
(xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.

16 years ago(vc-find-file-hook): Failsafe if the backend's `registered' function burps.
Stefan Monnier [Tue, 31 Jul 2007 15:28:16 +0000 (15:28 +0000)]
(vc-find-file-hook): Failsafe if the backend's `registered' function burps.