]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago* emulation/pc-select.el (next-line-mark, next-line-nomark)
Dan Nicolaescu [Fri, 26 Oct 2007 22:24:14 +0000 (22:24 +0000)]
* emulation/pc-select.el (next-line-mark, next-line-nomark)
(previous-line-mark, previous-line-nomark): Wrap with-no-warnings
around uses of previous-line and next-line.

* diff.el (diff-old-file, diff-new-file, diff-extra-args): New
defvars.

* textmodes/css-mode.el (comment-continue):
* net/browse-url.el (url-handler-regexp):
* progmodes/idlw-help.el (idlwave-system-routines): Pacify
byte-compiler.

16 years ago(window_min_size_2): Don't count header-line.
Martin Rudalics [Fri, 26 Oct 2007 20:57:07 +0000 (20:57 +0000)]
(window_min_size_2): Don't count header-line.

16 years ago(fill-nobreak-p): Replace obsolete alias
Dan Nicolaescu [Fri, 26 Oct 2007 20:35:31 +0000 (20:35 +0000)]
(fill-nobreak-p): Replace obsolete alias
line-move-invisible-p with invisible-p, it was removed on
2007-08-29.

16 years ago(struct frame): Move all bit fields after the first bit
Dan Nicolaescu [Fri, 26 Oct 2007 18:09:36 +0000 (18:09 +0000)]
(struct frame): Move all bit fields after the first bit
field to take advantage of the available space. Group all the
chars together to reduce wasted space due to padding.

16 years agoAdd a wrapper for getenv so it also checks the registry on Windows.
Juanma Barranquero [Fri, 26 Oct 2007 15:46:57 +0000 (15:46 +0000)]
Add a wrapper for getenv so it also checks the registry on Windows.
Suggestion and algorithm by Eli Zaretskii.
Code partially based on w32_get_resource and init_environment (w32.c).
(egetenv): New wrapper for getenv.
(get_current_dir_name, decode_options, get_server_config, set_local_socket,
set_socket, main): Use egetenv, not getenv.
(w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.

16 years ago(kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
Juanma Barranquero [Fri, 26 Oct 2007 14:26:18 +0000 (14:26 +0000)]
(kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
is no longer bound to a key.

16 years ago(Fread_minibuffer, Feval_minibuffer): Reflow docstrings.
Juanma Barranquero [Fri, 26 Oct 2007 13:48:49 +0000 (13:48 +0000)]
(Fread_minibuffer, Feval_minibuffer): Reflow docstrings.

16 years ago(spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,
Juanma Barranquero [Fri, 26 Oct 2007 13:42:39 +0000 (13:42 +0000)]
(spare_memory, stack_copy, stack_copy_size, ignore_warnings, Vdead,
dont_register_blocks, staticvec, staticidx, interval_block, n_interval_blocks,
init_strings, check_string_bytes, check_sblock, init_float, free_float,
n_cons_blocks, init_cons, all_vectors, n_vectors, symbol_block,
symbol_block_index, symbol_free_list, n_symbol_blocks, init_symbol,
marker_block, marker_free_list, n_marker_blocks, init_marker, valid_pointer_p,
make_pure_float, last_marked, mark_object_loop_halt): Make static.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 26 Oct 2007 13:36:44 +0000 (13:36 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 26 Oct 2007 12:26:58 +0000 (12:26 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 26 Oct 2007 12:17:58 +0000 (12:17 +0000)]
*** empty log message ***

16 years ago(isearch-buffers-multi): New option.
Richard M. Stallman [Fri, 26 Oct 2007 09:56:27 +0000 (09:56 +0000)]
(isearch-buffers-multi): New option.
(isearch-buffers-search-fun): Test it.

16 years ago(ps-mode-map): Delete C-c v binding.
Richard M. Stallman [Fri, 26 Oct 2007 09:53:14 +0000 (09:53 +0000)]
(ps-mode-map): Delete C-c v binding.
Put ps-run-clear on C-c C-l.

16 years ago(comment-styles): New style indent-or-triple.
Richard M. Stallman [Fri, 26 Oct 2007 09:52:12 +0000 (09:52 +0000)]
(comment-styles): New style indent-or-triple.
(comment-style): Make that the default.
(comment-add defvar): Doc fix.
(comment-add): Delete arg EXTRA.
(comment-region-default): Open code call to comment-add.
Handle indent-or-triple style which uses `multi-char' for INDENT.

16 years ago(Equality Predicates): Null strings are uniquified.
Richard M. Stallman [Fri, 26 Oct 2007 09:49:54 +0000 (09:49 +0000)]
(Equality Predicates): Null strings are uniquified.

16 years agoMinor clarifications in previous change.
Richard M. Stallman [Fri, 26 Oct 2007 09:48:56 +0000 (09:48 +0000)]
Minor clarifications in previous change.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 26 Oct 2007 09:10:49 +0000 (09:10 +0000)]
*** empty log message ***

16 years ago(nil-blank-string): Doc fix.
Juanma Barranquero [Fri, 26 Oct 2007 08:53:45 +0000 (08:53 +0000)]
(nil-blank-string): Doc fix.

16 years ago2007-10-26 John Wiegley <johnw@newartisans.com>
John Wiegley [Fri, 26 Oct 2007 08:07:17 +0000 (08:07 +0000)]
2007-10-26  John Wiegley  <johnw@newartisans.com>

* eshell/em-unix.el (eshell/diff): Before calling the `diff'
function, ensure that the third argument is turned into a NIL if
the string is otherwise completely empty (either no characters, or
all tabs/spaces).  This fixes a bug from a user who found himself
unable to customize `diff-switches' and still use Eshell's diff
command.

16 years ago(byte-compile-warnings): Autoload the safe-local-variable property.
Glenn Morris [Fri, 26 Oct 2007 07:35:31 +0000 (07:35 +0000)]
(byte-compile-warnings): Autoload the safe-local-variable property.

16 years ago(browse-url-browser-function): Delete grail.
Richard M. Stallman [Fri, 26 Oct 2007 03:51:44 +0000 (03:51 +0000)]
(browse-url-browser-function): Delete grail.
(browse-url-grail): Function and variable deleted.
(browse-url-browser-function): Delete IXI Mosaic.
(browse-url-default-browser): Don't try IXI Mosaic.
(browse-url-iximosaic): Function deleted.
(browse-url-browser-function): Delete MMM.
(browse-url-default-browser): Don't try MMM.
(browse-url-mmm): Function deleted.

16 years ago(custom-note-var-changed): New function.
Richard M. Stallman [Fri, 26 Oct 2007 03:50:56 +0000 (03:50 +0000)]
(custom-note-var-changed): New function.

16 years ago(syms_of_frame) <delete-frame-functions>: Fix typo in docstring.
Juanma Barranquero [Fri, 26 Oct 2007 01:59:44 +0000 (01:59 +0000)]
(syms_of_frame) <delete-frame-functions>: Fix typo in docstring.

16 years ago* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
Dan Nicolaescu [Thu, 25 Oct 2007 23:25:08 +0000 (23:25 +0000)]
* emulation/edt-mapper.el (edt-emacs-variant): Replace the only
use with the definition. Remove.

* add-log.el (change-log-start-entry-re): New defconst.
(change-log-sortable-date-at): Use it.
(change-log-beginning-of-defun, change-log-end-of-defun): New
functions.
(change-log-mode): Use them for beginning-of-defun-function and
end-of-defun-function.

* erc-ibuffer.el (erc-modified-channels-alist): Pacify
byte-compiler.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 25 Oct 2007 22:12:04 +0000 (22:12 +0000)]
*** empty log message ***

16 years agoses.texi (The Basics): Mention how to create a new spreadsheet. Mention the
Jonathan Yavner [Thu, 25 Oct 2007 20:13:19 +0000 (20:13 +0000)]
ses.texi (The Basics): Mention how to create a new spreadsheet. Mention the
new three-letter column identifiers.
(More on cell printing): Calculate-cell and truncate-cell are now `c' and
`t' rather than `C-c C-c' and `C-c C-t'.  Mention the stupid error message
when using `c' on an empty default with default printer.
(Buffer-local variables in spreadsheets): `symbolic-formulas' was
renamed to `ses--symbolic-formulas' some time ago.

16 years agoMake `ses--symbolic-formulas' a safe local variable.
Jonathan Yavner [Thu, 25 Oct 2007 20:12:26 +0000 (20:12 +0000)]
Make `ses--symbolic-formulas' a safe local variable.
(ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
(ses-recalculate-cell): Deal with point being just beyond end of data area (why does this happen?)
(ses-set-curcell): Ditto.
(ses-column-letter): Handle columns beyond 702.  Code written by Gareth Rees.

16 years agoGet rid of silly life-universe-everything local
Jonathan Yavner [Thu, 25 Oct 2007 20:11:14 +0000 (20:11 +0000)]
Get rid of silly life-universe-everything local
variable.  `symbolic-formulas' is now `ses--symbolic-formulas'.

16 years ago(w32_get_resource): Remove unused variable `ok'.
Juanma Barranquero [Thu, 25 Oct 2007 14:29:25 +0000 (14:29 +0000)]
(w32_get_resource): Remove unused variable `ok'.

16 years ago(org-no-warnings): New macro.
Carsten Dominik [Thu, 25 Oct 2007 14:24:43 +0000 (14:24 +0000)]
(org-no-warnings): New macro.
(org-columns-eval): Use `org-no-warnings'.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 25 Oct 2007 14:21:45 +0000 (14:21 +0000)]
*** empty log message ***

16 years ago(org-todo): Save and restore match data.
Carsten Dominik [Thu, 25 Oct 2007 13:57:28 +0000 (13:57 +0000)]
(org-todo): Save and restore match data.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 25 Oct 2007 13:57:12 +0000 (13:57 +0000)]
*** empty log message ***

16 years ago(init_environment): Fix tiny memory leak.
Juanma Barranquero [Thu, 25 Oct 2007 10:28:59 +0000 (10:28 +0000)]
(init_environment): Fix tiny memory leak.

16 years ago* textmodes/org.el: (org-agenda-get-restriction-and-command): Use
Carsten Dominik [Thu, 25 Oct 2007 09:28:34 +0000 (09:28 +0000)]
* textmodes/org.el: (org-agenda-get-restriction-and-command): Use
`mapc' instead of `mapcar'.
(org-agenda-list): Numeric prefix argument can specify the number
of days.
(remember-register, remember-buffer): Prevent byte compiler from
complaining.

16 years ago*** empty log message ***
Carsten Dominik [Thu, 25 Oct 2007 09:28:14 +0000 (09:28 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 25 Oct 2007 08:08:01 +0000 (08:08 +0000)]
*** empty log message ***

16 years ago(Fortran): F90 mode handles F2003.
Glenn Morris [Thu, 25 Oct 2007 04:04:54 +0000 (04:04 +0000)]
(Fortran): F90 mode handles F2003.

16 years ago(Variable Definitions): Add :risky and :safe keywords.
Glenn Morris [Thu, 25 Oct 2007 04:03:40 +0000 (04:03 +0000)]
(Variable Definitions): Add :risky and :safe keywords.

16 years ago(conf-space-keywords): Mark this regexp as safe if a string.
Glenn Morris [Thu, 25 Oct 2007 04:02:50 +0000 (04:02 +0000)]
(conf-space-keywords): Mark this regexp as safe if a string.

16 years ago(f90-indented-comment-re, f90-directive-comment-re)
Glenn Morris [Thu, 25 Oct 2007 03:58:45 +0000 (03:58 +0000)]
(f90-indented-comment-re, f90-directive-comment-re)
(f90-break-delimiters): Mark these regexps as safe if they are strings.

16 years agoFix attribution.
Dan Nicolaescu [Thu, 25 Oct 2007 03:57:48 +0000 (03:57 +0000)]
Fix attribution.

16 years ago(fortran-comment-line-start-skip, fortran-directive-re):
Glenn Morris [Thu, 25 Oct 2007 03:57:09 +0000 (03:57 +0000)]
(fortran-comment-line-start-skip, fortran-directive-re):
Mark these regexps as safe if they are strings.

16 years agoChris Moore <christopher.ian.moore at gmail.com>
Glenn Morris [Thu, 25 Oct 2007 03:53:10 +0000 (03:53 +0000)]
Chris Moore  <christopher.ian.moore at gmail.com>

(comint-password-prompt-regexp): Handle `[sudo] password'-style prompt.

16 years ago(custom-declare-variable): Add :risky and :safe keywords.
Glenn Morris [Thu, 25 Oct 2007 03:51:50 +0000 (03:51 +0000)]
(custom-declare-variable): Add :risky and :safe keywords.
(defcustom): Doc fix.

16 years ago(f90-keywords-re, f90-keywords-level-3-re): Add `non_intrinsic'.
Glenn Morris [Thu, 25 Oct 2007 03:51:15 +0000 (03:51 +0000)]
(f90-keywords-re, f90-keywords-level-3-re): Add `non_intrinsic'.
(f90-constants-re): Add ieee modules.
(f90-typedef-matcher, f90-typedec-matcher)
(f90-imenu-type-matcher): New functions.
(f90-font-lock-keywords-1): Give module procedures function-name face.
Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
Add `use, intrinsic'.
(f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
Move start of `enum' blocks to separate entry.
(f90-start-block-re): Fix `type', `abstract interface'.
(f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
derived types.
(f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
`elemental', change `enumerator'.
(f90-no-block-limit): Fix `abstract interface'.

16 years ago(Default Simplifications, Making Selections, Customizing Calc):
Jay Belanger [Thu, 25 Oct 2007 03:41:31 +0000 (03:41 +0000)]
(Default Simplifications, Making Selections, Customizing Calc):
Clarify associativity of multiplication.

16 years agoMake `window-system' into a keyboard-local variable (rather than
Stefan Monnier [Thu, 25 Oct 2007 02:38:41 +0000 (02:38 +0000)]
Make `window-system' into a keyboard-local variable (rather than
frame-local as done originally by multi-tty).

* startup.el (window-system): Remove.  Don't make it frame-local.

* keyboard.h (struct kboard): Add Vwindow_system.
* keyboard.c (init_kboard): Set a default for Vwindow_system.
(mark_kboards): Mark Vwindow_system.

* dispnew.c (syms_of_display) <window-system>: Declare terminal-local.
(init_display): Don't set the obsolete `window-system' frame-param.

* xterm.c (x_term_init):
* w32term.c (w32_create_terminal):
* term.c (init_tty): Set Vwindow_system.
* macterm.c (mac_create_terminal): Set a keyboard (missing piece of the
multi-tty merge maybe?), copied from w32term.c.  Set Vwindow_system.

* xfns.c (Fx_create_frame, x_create_tip_frame):
* w32fns.c (Fx_create_frame, x_create_tip_frame):
* macfns.c (Fx_create_frame):
Don't set the obsolete `window-system' frame-param.

* frame.h (Qwindow_system): Remove.
* frame.c (Qwindow_system): Remove.  In `syms_of_frame' as well.
(Fmake_terminal_frame): Don't set obsolete `window-system' frame-param.

16 years ago(org-publish-attachment): Re-install
Dan Nicolaescu [Wed, 24 Oct 2007 15:50:28 +0000 (15:50 +0000)]
(org-publish-attachment): Re-install
accidentally deleted change.

16 years ago(iris-function-map): Move initialization into declaration.
Stefan Monnier [Wed, 24 Oct 2007 14:54:03 +0000 (14:54 +0000)]
(iris-function-map): Move initialization into declaration.

16 years ago(Buffer-menu-sort-column): Doc fix.
Juanma Barranquero [Wed, 24 Oct 2007 12:27:53 +0000 (12:27 +0000)]
(Buffer-menu-sort-column): Doc fix.
(Buffer-menu-mode-map): Initialize in the declaration.
(Buffer-menu-mode): Define with `define-derived-mode'.

16 years ago* textmodes/org.el (org-version): Changed to 5.13e.
Carsten Dominik [Wed, 24 Oct 2007 05:37:11 +0000 (05:37 +0000)]
* textmodes/org.el (org-version): Changed to 5.13e.
(org-agenda-file-regexp): Fixed typo in docstring.
(org-add-planning-info): Fixed bug in parenthesis settings.
(org-scan-tags): Catch the case of indirect buffers with no
filename.
(org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
Re-installed switch to mapc, had been removed by accident.
(org-columns-map): New binding `C-c C-o'.
(org-columns-menu): Changed menu text and added new entry.
(org-columns-eval): Documented the use of `next-line'.
(org-columns-open-link): New function.
(org-columns-follow-link): Function removed.
(org-open-link-from-string): New function.
(org-read-date-get-relative): Fixed typo in docstring.
(org-read-date-get-relative): Leading +/- is not optional.
(org-agenda-get-restriction-and-command): Always resize window on
first loop cycle.
(org-agenda-open-link): Make sure the link abbreviations are
present in the agenda buffer.
(org-agenda-copy-local-variable): New function.

16 years ago*** empty log message ***
Carsten Dominik [Wed, 24 Oct 2007 05:36:52 +0000 (05:36 +0000)]
*** empty log message ***

16 years ago(vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
Stefan Monnier [Wed, 24 Oct 2007 02:34:25 +0000 (02:34 +0000)]
(vc-update-changelog-rcs2log): Remove incorrect `backend' arg.

16 years ago(read_key_sequence): Trivial typo in comment.
Stefan Monnier [Wed, 24 Oct 2007 02:22:21 +0000 (02:22 +0000)]
(read_key_sequence): Trivial typo in comment.

16 years agoAdd arch tagline
Miles Bader [Wed, 24 Oct 2007 02:15:10 +0000 (02:15 +0000)]
Add arch tagline

16 years ago(math-simplify-units-quotient): Replace missing exponent.
Jay Belanger [Wed, 24 Oct 2007 01:51:40 +0000 (01:51 +0000)]
(math-simplify-units-quotient): Replace missing exponent.

16 years ago(reindent-then-newline-and-indent): Use a `move after
Stefan Monnier [Wed, 24 Oct 2007 01:51:03 +0000 (01:51 +0000)]
(reindent-then-newline-and-indent): Use a `move after
insert' kind of marker in the save-excursion.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 23 Oct 2007 22:46:42 +0000 (22:46 +0000)]
*** empty log message ***

16 years ago* net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
Michael Albinus [Tue, 23 Oct 2007 21:56:54 +0000 (21:56 +0000)]
* net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
when we are local.

16 years ago* tramp.texi (Traces and Profiles): Simplify loop over
Michael Albinus [Tue, 23 Oct 2007 21:54:24 +0000 (21:54 +0000)]
* tramp.texi (Traces and Profiles): Simplify loop over
`trace-function-background'.

16 years ago(python-current-defun): Remove left-over assignment to `start'.
Stefan Monnier [Tue, 23 Oct 2007 21:27:20 +0000 (21:27 +0000)]
(python-current-defun): Remove left-over assignment to `start'.

16 years ago(unwind_request_sigio): Only define if __ultrix__.
Stefan Monnier [Tue, 23 Oct 2007 21:18:26 +0000 (21:18 +0000)]
(unwind_request_sigio): Only define if __ultrix__.

16 years ago(child_setup): Remove spurious *.
Stefan Monnier [Tue, 23 Oct 2007 21:17:37 +0000 (21:17 +0000)]
(child_setup): Remove spurious *.

16 years ago* lisp.h (Fget_text_property): Declare.
Stefan Monnier [Tue, 23 Oct 2007 21:17:06 +0000 (21:17 +0000)]
* lisp.h (Fget_text_property): Declare.
(have_menus_p): Declare it here rather than in sys-dep header files.
* macterm.h (have_menus_p):
* msdos.h (have_menus_p):
* xterm.h (have_menus_p): Remove.

16 years ago(Fmake_variable_buffer_local, Fmake_local_variable)
Stefan Monnier [Tue, 23 Oct 2007 20:56:27 +0000 (20:56 +0000)]
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Just check the variable's const-ness
rather than checking nil or t.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 23 Oct 2007 17:41:15 +0000 (17:41 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 23 Oct 2007 17:05:41 +0000 (17:05 +0000)]
*** empty log message ***

16 years ago(ibuffer-auto-update-changed): Use `dolist' rather than `mapcar';
Juanma Barranquero [Tue, 23 Oct 2007 15:57:57 +0000 (15:57 +0000)]
(ibuffer-auto-update-changed): Use `dolist' rather than `mapcar';
return value is not used.

16 years ago(gdb-source-window, gud-tooltip-mode)
Dan Nicolaescu [Tue, 23 Oct 2007 15:44:23 +0000 (15:44 +0000)]
(gdb-source-window, gud-tooltip-mode)
(hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 23 Oct 2007 14:45:22 +0000 (14:45 +0000)]
*** empty log message ***

16 years ago(ibuffer-switch-to-saved-filters, ibuffer-switch-to-saved-filter-groups):
Juanma Barranquero [Tue, 23 Oct 2007 14:33:09 +0000 (14:33 +0000)]
(ibuffer-switch-to-saved-filters, ibuffer-switch-to-saved-filter-groups):
Doc fixes.

16 years ago(terminal-init-xterm): Experiment with a longer
Dan Nicolaescu [Tue, 23 Oct 2007 14:24:43 +0000 (14:24 +0000)]
(terminal-init-xterm): Experiment with a longer
timeout.

16 years ago(ad-make-advised-docstring): Add ad-advice-info text property to doc string.
Juanma Barranquero [Tue, 23 Oct 2007 08:42:39 +0000 (08:42 +0000)]
(ad-make-advised-docstring): Add ad-advice-info text property to doc string.

16 years agoMove here from ../.
Glenn Morris [Tue, 23 Oct 2007 07:21:31 +0000 (07:21 +0000)]
Move here from ../.

16 years agoMove to admin/.
Glenn Morris [Tue, 23 Oct 2007 07:20:13 +0000 (07:20 +0000)]
Move to admin/.

16 years agoUntabify.
Glenn Morris [Tue, 23 Oct 2007 07:02:42 +0000 (07:02 +0000)]
Untabify.

16 years ago(f90-do-indent, f90-if-indent)
Glenn Morris [Tue, 23 Oct 2007 07:00:38 +0000 (07:00 +0000)]
(f90-do-indent, f90-if-indent)
(f90-type-indent, f90-program-indent, f90-associate-indent)
(f90-continuation-indent, f90-comment-region)
(f90-beginning-ampersand, f90-smart-end)
(f90-break-before-delimiters, f90-auto-keyword-case)
(f90-leave-line-no, f90-mode-hook):
Give an appropriate safe-local-variable property.

16 years ago*** empty log message ***
Glenn Morris [Tue, 23 Oct 2007 07:00:22 +0000 (07:00 +0000)]
*** empty log message ***

16 years ago(fortran-tab-mode-default)
Glenn Morris [Tue, 23 Oct 2007 06:51:54 +0000 (06:51 +0000)]
(fortran-tab-mode-default)
(fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
(fortran-structure-indent, fortran-continuation-indent)
(fortran-comment-indent, fortran-comment-line-extra-indent)
(fortran-comment-line-start)
(fortran-minimum-statement-indent-fixed)
(fortran-minimum-statement-indent-tab)
(fortran-comment-indent-char, fortran-line-number-indent)
(fortran-check-all-num-for-matching-do)
(fortran-blink-matching-if, fortran-continuation-string)
(fortran-comment-region, fortran-electric-line-number)
(fortran-column-ruler-fixed, fortran-column-ruler-tab)
(fortran-analyze-depth, fortran-break-before-delimiters):
Give an appropriate safe-local-variable property.

16 years ago*** empty log message ***
Glenn Morris [Tue, 23 Oct 2007 06:51:37 +0000 (06:51 +0000)]
*** empty log message ***

16 years agoMove variable definitions before use.
Dan Nicolaescu [Tue, 23 Oct 2007 02:45:55 +0000 (02:45 +0000)]
Move variable definitions before use.
(pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.

16 years agoDone multi-file isearch for ChangeLog files.
Juri Linkov [Mon, 22 Oct 2007 23:47:03 +0000 (23:47 +0000)]
Done multi-file isearch for ChangeLog files.

16 years agoAdd isearch-multi.el
Juri Linkov [Mon, 22 Oct 2007 23:45:56 +0000 (23:45 +0000)]
Add isearch-multi.el

16 years ago(change-log-mode): Make and set buffer-local variable
Juri Linkov [Mon, 22 Oct 2007 23:45:05 +0000 (23:45 +0000)]
(change-log-mode): Make and set buffer-local variable
isearch-buffers-next-buffer-function to change-log-next-buffer.
Call isearch-buffers-minor-mode.
(change-log-next-buffer): New function.

16 years ago(isearch-search-string): After finding the next
Juri Linkov [Mon, 22 Oct 2007 23:44:29 +0000 (23:44 +0000)]
(isearch-search-string): After finding the next
occurrence switch to buffer isearch-buffers-current-buffer when
isearch-buffers-next-buffer-function is non-nil and
isearch-buffers-current-buffer is live.

16 years agoNew file.
Juri Linkov [Mon, 22 Oct 2007 23:43:38 +0000 (23:43 +0000)]
New file.

16 years agoinclude math.h
Jason Rumney [Mon, 22 Oct 2007 23:20:11 +0000 (23:20 +0000)]
include math.h

16 years ago(w32_abort): Move declaration to nt/config.nt.
Jason Rumney [Mon, 22 Oct 2007 22:52:23 +0000 (22:52 +0000)]
(w32_abort): Move declaration to nt/config.nt.

16 years ago(HAVE_STDLIB_H): Define.
Jason Rumney [Mon, 22 Oct 2007 22:42:54 +0000 (22:42 +0000)]
(HAVE_STDLIB_H): Define.
(abort): Redefinition moved to nt/config.nt.

16 years ago(HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
Jason Rumney [Mon, 22 Oct 2007 22:39:06 +0000 (22:39 +0000)]
(HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
(strings.h, stdlib.h): Conditionally include.
(w32_abort): Declare here.
(abort): Redefine to w32_abort (moved from src/s/ms-w32.h).

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 22 Oct 2007 22:21:45 +0000 (22:21 +0000)]
*** empty log message ***

16 years agoRemove, m/intel386.h is the file w32 uses.
Jason Rumney [Mon, 22 Oct 2007 22:15:30 +0000 (22:15 +0000)]
Remove, m/intel386.h is the file w32 uses.

16 years agoInstalled org-mode 5.13d
John Wiegley [Mon, 22 Oct 2007 21:56:24 +0000 (21:56 +0000)]
Installed org-mode 5.13d

16 years ago* net/tramp.el (tramp-find-shell)
Michael Albinus [Mon, 22 Oct 2007 19:09:51 +0000 (19:09 +0000)]
* net/tramp.el (tramp-find-shell)
(tramp-open-connection-setup-interactive-shell): Improve sending
initial commands.
(tramp-action-terminal): Send debug message.
(tramp-wait-for-shell-prompt, tramp-send-command-internal): Removed.
(tramp-barf-if-no-shell-prompt): Insert code of
`tramp-wait-for-shell-prompt'.

16 years ago(terminal-init-AT386): Use input-decode-map.
Stefan Monnier [Mon, 22 Oct 2007 15:25:12 +0000 (15:25 +0000)]
(terminal-init-AT386): Use input-decode-map.

16 years ago(terminal-init-vtNNN): Use input-decode-map.
Stefan Monnier [Mon, 22 Oct 2007 15:22:14 +0000 (15:22 +0000)]
(terminal-init-vtNNN): Use input-decode-map.

16 years ago(tvi970-terminal-map): New var.
Stefan Monnier [Mon, 22 Oct 2007 15:20:35 +0000 (15:20 +0000)]
(tvi970-terminal-map): New var.
(terminal-init-tvi970): Use it and input-decode-map.
(tvi970-keypad-numeric): Remove.
(tvi970-set-keypad-mode): Use a terminal-parameter rather than var.

16 years ago(sun-raw-prefix): Fill as part of declaration.
Stefan Monnier [Mon, 22 Oct 2007 15:20:21 +0000 (15:20 +0000)]
(sun-raw-prefix): Fill as part of declaration.
(terminal-init-sun): Use it and input-decode-map.

16 years ago(wyse50-terminal-map): New var.
Stefan Monnier [Mon, 22 Oct 2007 15:20:15 +0000 (15:20 +0000)]
(wyse50-terminal-map): New var.
(terminal-init-wyse50): Use it and input-decode-map.
(enable-arrow-keys): Emasculate.