1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
Commit graph

74760 commits

Author SHA1 Message Date
Juanma Barranquero
5aec60dfd7 *** empty log message *** 2007-10-25 22:12:04 +00:00
Jonathan Yavner
a9afba2096 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.
2007-10-25 20:13:19 +00:00
Jonathan Yavner
4eb3897c84 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.
2007-10-25 20:12:26 +00:00
Jonathan Yavner
d88da39af6 Get rid of silly life-universe-everything local
variable.  `symbolic-formulas' is now `ses--symbolic-formulas'.
2007-10-25 20:11:14 +00:00
Juanma Barranquero
66199f7452 (w32_get_resource): Remove unused variable `ok'. 2007-10-25 14:29:25 +00:00
Carsten Dominik
557f46f04b (org-no-warnings): New macro.
(org-columns-eval): Use `org-no-warnings'.
2007-10-25 14:24:43 +00:00
Carsten Dominik
429f0457ea *** empty log message *** 2007-10-25 14:21:45 +00:00
Carsten Dominik
613bf6a74f (org-todo): Save and restore match data. 2007-10-25 13:57:28 +00:00
Carsten Dominik
89be04afb5 *** empty log message *** 2007-10-25 13:57:12 +00:00
Juanma Barranquero
14c71d8b5d (init_environment): Fix tiny memory leak. 2007-10-25 10:28:59 +00:00
Carsten Dominik
257b840151 * 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.
2007-10-25 09:28:34 +00:00
Carsten Dominik
35a5d29450 *** empty log message *** 2007-10-25 09:28:14 +00:00
Juanma Barranquero
8d5cc57968 *** empty log message *** 2007-10-25 08:08:01 +00:00
Glenn Morris
ca8c5b8ca4 (Fortran): F90 mode handles F2003. 2007-10-25 04:04:54 +00:00
Glenn Morris
db21122cd6 (Variable Definitions): Add :risky and :safe keywords. 2007-10-25 04:03:40 +00:00
Glenn Morris
b68769f25a (conf-space-keywords): Mark this regexp as safe if a string. 2007-10-25 04:02:50 +00:00
Glenn Morris
f28af2ae4f (f90-indented-comment-re, f90-directive-comment-re)
(f90-break-delimiters): Mark these regexps as safe if they are strings.
2007-10-25 03:58:45 +00:00
Dan Nicolaescu
83d674bb11 Fix attribution. 2007-10-25 03:57:48 +00:00
Glenn Morris
cb1e8a7540 (fortran-comment-line-start-skip, fortran-directive-re):
Mark these regexps as safe if they are strings.
2007-10-25 03:57:09 +00:00
Glenn Morris
d8e27e33f6 Chris Moore <christopher.ian.moore at gmail.com>
(comint-password-prompt-regexp): Handle `[sudo] password'-style prompt.
2007-10-25 03:53:10 +00:00
Glenn Morris
fd045a341b (custom-declare-variable): Add :risky and :safe keywords.
(defcustom): Doc fix.
2007-10-25 03:51:50 +00:00
Glenn Morris
b1ca774080 (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'.
2007-10-25 03:51:15 +00:00
Jay Belanger
45b778a677 (Default Simplifications, Making Selections, Customizing Calc):
Clarify associativity of multiplication.
2007-10-25 03:41:31 +00:00
Stefan Monnier
70b8d0a4a3 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.
2007-10-25 02:38:41 +00:00
Dan Nicolaescu
5656d1bfaf (org-publish-attachment): Re-install
accidentally deleted change.
2007-10-24 15:50:28 +00:00
Stefan Monnier
d1886efb12 (iris-function-map): Move initialization into declaration. 2007-10-24 14:54:03 +00:00
Juanma Barranquero
392225eeb6 (Buffer-menu-sort-column): Doc fix.
(Buffer-menu-mode-map): Initialize in the declaration.
(Buffer-menu-mode): Define with `define-derived-mode'.
2007-10-24 12:27:53 +00:00
Carsten Dominik
fbe6c10d92 * 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.
2007-10-24 05:37:11 +00:00
Carsten Dominik
e6fc6b48c6 *** empty log message *** 2007-10-24 05:36:52 +00:00
Stefan Monnier
0b8dce84f8 (vc-update-changelog-rcs2log): Remove incorrect `backend' arg. 2007-10-24 02:34:25 +00:00
Stefan Monnier
0923785f3c (read_key_sequence): Trivial typo in comment. 2007-10-24 02:22:21 +00:00
Miles Bader
893e71692e Add arch tagline 2007-10-24 02:15:10 +00:00
Jay Belanger
0317ca7890 (math-simplify-units-quotient): Replace missing exponent. 2007-10-24 01:51:40 +00:00
Stefan Monnier
eb3d6c677b (reindent-then-newline-and-indent): Use a `move after
insert' kind of marker in the save-excursion.
2007-10-24 01:51:03 +00:00
Juanma Barranquero
0f7f11b785 *** empty log message *** 2007-10-23 22:46:42 +00:00
Michael Albinus
3bde9f241c * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
when we are local.
2007-10-23 21:56:54 +00:00
Michael Albinus
03b5badef8 * tramp.texi (Traces and Profiles): Simplify loop over
`trace-function-background'.
2007-10-23 21:54:24 +00:00
Stefan Monnier
d720f96e93 (python-current-defun): Remove left-over assignment to `start'. 2007-10-23 21:27:20 +00:00
Stefan Monnier
98228e72ca (unwind_request_sigio): Only define if __ultrix__. 2007-10-23 21:18:26 +00:00
Stefan Monnier
1baf6db97d (child_setup): Remove spurious *. 2007-10-23 21:17:37 +00:00
Stefan Monnier
4d0ac3d738 * 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.
2007-10-23 21:17:06 +00:00
Stefan Monnier
7357cb0467 (Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Just check the variable's const-ness
rather than checking nil or t.
2007-10-23 20:56:27 +00:00
Juanma Barranquero
93137d491f *** empty log message *** 2007-10-23 17:41:15 +00:00
Juanma Barranquero
87e04f1615 *** empty log message *** 2007-10-23 17:05:41 +00:00
Juanma Barranquero
368851a5f4 (ibuffer-auto-update-changed): Use dolist' rather than mapcar';
return value is not used.
2007-10-23 15:57:57 +00:00
Dan Nicolaescu
700fb4bac4 (gdb-source-window, gud-tooltip-mode)
(hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2007-10-23 15:44:23 +00:00
Juanma Barranquero
de4032e967 *** empty log message *** 2007-10-23 14:45:22 +00:00
Juanma Barranquero
20e192c003 (ibuffer-switch-to-saved-filters, ibuffer-switch-to-saved-filter-groups):
Doc fixes.
2007-10-23 14:33:09 +00:00
Dan Nicolaescu
657e833239 (terminal-init-xterm): Experiment with a longer
timeout.
2007-10-23 14:24:43 +00:00
Juanma Barranquero
5eceba819d (ad-make-advised-docstring): Add ad-advice-info text property to doc string. 2007-10-23 08:42:39 +00:00