1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

64731 Commits

Author SHA1 Message Date
Kim F. Storm
a5cfdda8ad 2006-06-01 Michaël Cadilhac <michael.cadilhac@lrde.org>
(deleted_pid_list): New variable to store the pids
of deleted processes.  Declare it only if SIGCHLD is defined.
(init_process): Initialize it.
(syms_of_process): Staticpro it.
(Fdelete_process): Add pid of the deleted process to it.  Check after
the addition and before the kill if the process is already stopped,
in which case it is deleted from the list and not killed.
(sigchld_handler): Define it only if SIGCHLD is.  Search the process
that signaled Emacs in `deleted_pid_list' before `Vprocess_alist'.
Original idea by Stefan Monnier.
2006-06-01 14:08:25 +00:00
Kim F. Storm
24a71bb140 *** empty log message *** 2006-06-01 14:07:33 +00:00
Kim F. Storm
29bcbe54e1 (sit_for): Perform redisplay even if input is pending
when redisplay-dont-pause is non-nil.
2006-06-01 13:53:19 +00:00
Kim F. Storm
a71a77046d *** empty log message *** 2006-06-01 13:52:42 +00:00
YAMAMOTO Mitsuharu
36f0107c0b (mac_handle_visibility_change): Set buf.arg to Qnil.
(XTread_socket): Remove obsolete comment.
2006-06-01 09:37:18 +00:00
Jan Djärv
2e92a7cbd6 * xmenu.c (syms_of_xmenu): Make accelerate-menu an alias for
menu-bar-open.
2006-06-01 08:57:37 +00:00
Jan Djärv
4054794d58 * term/x-win.el: Change x-menu-bar-start to menu-bar-open. 2006-06-01 06:42:22 +00:00
Jan Djärv
f84173d358 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open. 2006-06-01 06:40:43 +00:00
Jan Djärv
0e00a9dc33 * screen.texi (Menu Bar): Change menu-bar-start to menu-bar-open. 2006-06-01 06:40:28 +00:00
Jan Djärv
ebe80e837d * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
menu-bar-open.
2006-06-01 06:39:44 +00:00
Jan Djärv
c9467aaa7d * xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
menu-bar-open.

 * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.
2006-06-01 06:39:18 +00:00
Romain Francoise
9c5247543c *** empty log message *** 2006-06-01 06:30:55 +00:00
Juri Linkov
81c6e791bf *** empty log message *** 2006-05-31 23:49:19 +00:00
Kim F. Storm
955951b8ff *** empty log message *** 2006-05-31 22:48:41 +00:00
Juri Linkov
2bf2b94705 (query-replace-read-from, query-replace-read-to):
Bind `history-add-new-input' to nil.  Call `add-to-history'.
2006-05-31 22:48:31 +00:00
Kim F. Storm
8ba7e5409c *** empty log message *** 2006-05-31 22:46:20 +00:00
Juri Linkov
06e95e6516 Add `history-add-new-input'. 2006-05-31 22:17:37 +00:00
Juri Linkov
82db8fa7c5 *** empty log message *** 2006-05-31 22:07:21 +00:00
Juri Linkov
a8ccd062c4 (Minibuffer History): Add history-add-new-input. 2006-05-31 22:02:33 +00:00
Juri Linkov
179a4ca7f9 (Vhistory_add_new_input): New variable.
(read_minibuf): Use it.
(syms_of_minibuf) <history-add-new-input>: New Lisp variable.
(syms_of_minibuf) <history-delete-duplicates>: Doc fix.
2006-05-31 21:11:07 +00:00
Eli Zaretskii
12e2242536 Fix typos. 2006-05-31 20:23:15 +00:00
Eli Zaretskii
6916401640 (Special Properties): Add an xref to "Color Names". 2006-05-31 20:18:27 +00:00
Sam Steingold
09fd8197ff (ediff-diff-options): fixed the doc string 2006-05-31 17:28:58 +00:00
Richard M. Stallman
d3b87ec494 (Moving Point): Fix previous change. 2006-05-31 16:23:16 +00:00
Nick Roberts
c1719ebfb3 (gdb-look-up-stack): New variable.
(gdb-stopped, gdb-info-stack-custom): If there is no source info
look up the stack and pop up GUD buffer if necessary.
(gdb-frames-select): Remove redundant call to gud-display-frame.
(gdb-info-threads-custom): Keep point at start of buffer.
(gdb-find-file-hook): Make it work for pre-GDB 6.4.
2006-05-31 13:21:39 +00:00
Nick Roberts
e223ede916 *** empty log message *** 2006-05-31 13:20:40 +00:00
David Ponce
b9d6735c82 Reduce the size of images. 2006-05-31 11:02:24 +00:00
Kim F. Storm
e1e541bdf1 (select_wrapper): Add wrapper around select to work around
"incomplete backtrace" bug in gdb 5.3, when emacs is stopped inside
select called from wait_reading_process_output.
2006-05-31 08:58:02 +00:00
Kim F. Storm
360feccaf4 *** empty log message *** 2006-05-31 08:56:54 +00:00
Kim F. Storm
e66ca63c21 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
Convert all HTML tags to lower case for XHTML compatibility.
2006-05-31 08:02:45 +00:00
Masatake YAMATO
206e215ecd (compilation-error-regexp-alist-alist::gcov-called-line):
Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2006-05-31 07:21:10 +00:00
Sam Steingold
3510285a59 typo 2006-05-31 02:10:40 +00:00
Richard M. Stallman
6ac209a3f7 (Line Height): Fix errors in description of
default line height and line-height properyty.
2006-05-31 00:24:26 +00:00
Nick Roberts
d792d4449a (gud-query-cmdline, gud-common-init): Revert
inadvertant changes made with last commit.
2006-05-30 21:43:16 +00:00
Nick Roberts
318474dc75 *** empty log message *** 2006-05-30 21:42:46 +00:00
Reiner Steib
2809db3399 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New
functions.

* textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2006-05-30 18:37:15 +00:00
Carsten Dominik
f4eb5e1057 Version number change only 2006-05-30 16:32:09 +00:00
Carsten Dominik
6a04ed1c2f Small typo fixes. 2006-05-30 16:31:32 +00:00
Carsten Dominik
c39d5865e9 *** empty log message *** 2006-05-30 16:31:11 +00:00
Carsten Dominik
c4b5acde64 (org-agenda-highlight-todo): Make sure regexp
does only match in the right place.
        (org-upcoming-deadline): New face.
        (org-agenda-get-deadlines): Use new face
        `org-upcoming-deadline'.
        (org-export-ascii-underline): Renamed and made an option (was
        constant `org-ascii-underline').
        (org-export-ascii-bullets): New option.
        (org-export-as-html): Many changes to emit valid XHTML.
        (org-par-open): New variable.
        (org-open-par, org-close-par-maybe, org-close-li-maybe): New
        functions.
        (org-html-do-expand, org-section-number): Fixedcase in
        `replace-match'.
        (org-timeline): Pass `org-timeline-show-empty-dates' to
        `org-get-all-dates'.  Interpret empty dates returned by
        `org-get-all-dates'.
        (org-get-all-dates): New argument EMPTY.  Add dates without
        entries to the list, mark large ranges of empty dates.
        (org-point-in-group, org-context): New functions.
2006-05-30 16:29:02 +00:00
Andreas Schwab
303e108cbd . 2006-05-30 16:12:59 +00:00
Andreas Schwab
57d671b4c7 (Fmenu_bar_start): Return a value. 2006-05-30 16:12:49 +00:00
Karl Berry
fe23e770ff autoupdate 2006-05-30 14:20:02 +00:00
Nick Roberts
12e7d58713 (gud-stop-subjob): Make it work in all buffers. 2006-05-30 08:10:49 +00:00
Nick Roberts
89f0e7cc36 *** empty log message *** 2006-05-30 08:10:16 +00:00
Nick Roberts
8a464f1b54 Move gdb-mouse-toggle-breakpoint-* to
C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
to C-mouse-3 (for 2 button mice).
(gdb-send): Do the right thing for C-d.
2006-05-30 08:07:44 +00:00
Nick Roberts
1b7519892e *** empty log message *** 2006-05-30 08:06:01 +00:00
Daniel Pfeiffer
d14fd70ce9 (compilation-error-regexp-alist-alist): Add makepp diagnostic. 2006-05-30 07:02:00 +00:00
Daniel Pfeiffer
8088bb2ca5 (auto-mode-alist): Add makepp suffix and optional mk on Makeppfile. 2006-05-30 06:59:56 +00:00
Richard M. Stallman
d9e8091dfa *** empty log message *** 2006-05-30 04:33:52 +00:00