1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

74886 Commits

Author SHA1 Message Date
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
Richard M. Stallman
ff04b3780d (ps-mode-map): Delete C-c v binding. 2007-10-25 02:23:34 +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
Jason Rumney
3a7632e50b Include math.h. 2007-10-24 13:57:45 +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
Juanma Barranquero
92f137df2e (quail-indian-update-preceding-char): Don't mark the variable as frame-local;
it wasn't used as such.
2007-10-24 11:49:17 +00:00
Juanma Barranquero
a8d7b1a0a0 Mention desktop locking. 2007-10-24 10:22:32 +00:00
Richard M. Stallman
a04ee1610d Comment change. 2007-10-24 08:24:50 +00:00
Richard M. Stallman
7f6fd740f2 (x_figure_window_size): For fullscreen case,
set USPosition | PPosition without clobbering rest of window_prompting.
2007-10-24 08:24:01 +00:00
Richard M. Stallman
3a704bd7e3 (Fcurrent_idle_time): Doc fix. 2007-10-24 08:23:01 +00:00
Richard M. Stallman
80281b01bf (Fwith_output_to_temp_buffer): Doc fix. 2007-10-24 08:22:35 +00:00
Richard M. Stallman
b6c764efaf (Interactive Shell): Cleanup last change. 2007-10-24 08:21:54 +00:00
Richard M. Stallman
2328cbb3c7 (Top): Delete Frame-Local Variables from subnode menu. 2007-10-24 08:20:42 +00:00
Richard M. Stallman
e388c68f04 (Frame-Local Variables): Node deleted.
(Variables): Delete Frame-Local Variables from menu.
(Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
(Default Value): Don't mention frame-local vars.
2007-10-24 08:20:03 +00:00
Richard M. Stallman
17bec671b5 (Idle Timers): current-idle-time returns nil if not idle. 2007-10-24 08:18:34 +00:00
Richard M. Stallman
0ade8edb2d (Unloading): Document FEATURE-unload-function instead of FEATURE-unload-hook. 2007-10-24 08:17:47 +00:00
Richard M. Stallman
39dc0d57c2 (Related Topics): Add called-interactively-p. Fix xref. 2007-10-24 08:16:24 +00:00
Richard M. Stallman
56353e47e7 (Multiple Displays): Don't mention frame-local vars. 2007-10-24 08:15:46 +00:00
Richard M. Stallman
648db50dea (savehist-save): Omit unreadable elements. 2007-10-24 08:15:03 +00:00
Richard M. Stallman
8ed7fe5cf4 (unload-function-defs-list): Renamed from unload-function-features-list.
(unload-feature-special-hooks, unload-feature): Doc fixes.
2007-10-24 08:12:40 +00:00
Richard M. Stallman
caadec436d (indent-to-left-margin): If point's in the indentation,
move to the end of the indentation.
2007-10-24 08:10:57 +00:00
Richard M. Stallman
8c89fb87b4 (customize-changed-options): Make arg optional. 2007-10-24 08:09:30 +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
Juanma Barranquero
13e1f05b2e *** empty log message *** 2007-10-24 02:27:50 +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
Juanma Barranquero
de302d454b (bs-select, bs-select-other-window): Fix typos in docstrings. 2007-10-24 02:09:45 +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
088d6743d8 Require CL.
(comment-continue): Declare.
2007-10-23 21:24:36 +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
Stefan Monnier
f84f42247e (make-variable-frame-localizable): Remove.
(make-variable-frame-local): Mark obsolete.
2007-10-23 20:55:18 +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