1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
Commit Graph

57187 Commits

Author SHA1 Message Date
Richard M. Stallman
6f08f98003 Refer to etc/DEBUG instead of duplicating it.
Other cleanups.
2005-06-04 10:23:55 +00:00
Richard M. Stallman
5cf98ab4b3 (After a Crash): Polish previous change. 2005-06-04 10:18:46 +00:00
Lute Kamstra
d4755e0491 (nnfolder-read-folder): Make sure that undo information is never recorded. 2005-06-04 09:49:25 +00:00
Jan Djärv
b89875707c * macmenu.c (cleanup_popup_menu): New function.
(Fx_popup_menu): unwind protect cleanup_popup_menu in case
mac_menu_show Quit:s.
(mac_menu_show): Quit on cancel if not popped up on click (i.e.
a dialog).
2005-06-04 08:06:57 +00:00
Kim F. Storm
0fc367df13 (line-move): Only call sit-for when moving backwards. 2005-06-03 23:48:21 +00:00
Kim F. Storm
555228aa59 *** empty log message *** 2005-06-03 23:47:56 +00:00
Kim F. Storm
ec441ab583 (ido-make-merged-file-list-1): New defun split from
ido-make-merged-file-list.
(ido-make-merged-file-list): Bind throw-on-input around call to
ido-make-merged-file-list-1.  Return input-pending-p if
interrupted by more input available.
(ido-read-internal): Handle input-pending-p return value from
ido-make-merged-file-list.
2005-06-03 23:21:58 +00:00
Kim F. Storm
61e40b6dde *** empty log message *** 2005-06-03 23:21:17 +00:00
Kim F. Storm
c3912f23e3 (decode_coding_string): Handle CODING_FINISH_INTERRUPT. 2005-06-03 23:02:50 +00:00
Kim F. Storm
4da256b124 (Fcall_process): Don't use alloca to gradually
increase size of buf, as it effectively uses twice the necessary
space on the stack.  Instead, pre-allocate buf of full size, and
gradually increase the read size.
2005-06-03 23:02:40 +00:00
Kim F. Storm
731475e79a (BYTE_CODE_QUIT): Check Vthrow_on_input. 2005-06-03 23:02:30 +00:00
Kim F. Storm
5a073f5075 (unbind_to): Preserve value of Vquit_flag. 2005-06-03 23:02:21 +00:00
Kim F. Storm
24aad44185 (handle_one_xevent): Also ignore mouse motion just
before a button release event.
2005-06-03 23:02:03 +00:00
Stefan Monnier
95f75c759f (gnus-emphasis-alist): Disable the strikethru thingy. 2005-06-03 22:03:47 +00:00
Stefan Monnier
fab31ec395 (flyspell-check-word-p): Simplify silly compatibility code. 2005-06-03 15:03:02 +00:00
Stefan Monnier
10b234c0f5 *** empty log message *** 2005-06-03 14:58:02 +00:00
Stefan Monnier
14cb9d7b6a (latexenc-find-file-coding-system): Don't inherit the EOL part of the
coding-system from the tex-main buffer.  Fit within 80 columns.
2005-06-03 14:37:04 +00:00
Andreas Schwab
774a1a1a82 Remove conflict marker. 2005-06-03 14:18:31 +00:00
Nick Roberts
04a5d30f45 (tmm-inactive-face): New face.
(tmm-remove-inactive-mouse-face): New function.
(tmm-prompt, tmm-add-one-shortcut)
(tmm-add-prompt, tmm-get-keymap): Make active menu items visible
but not selectable.
2005-06-03 11:24:06 +00:00
Nick Roberts
76668788b5 *** empty log message *** 2005-06-03 11:23:08 +00:00
Juanma Barranquero
6312e5f78c *** empty log message *** 2005-06-03 10:40:12 +00:00
Juanma Barranquero
03f1132278 (Finternal_lisp_face_equal_p): Really report on faces in a frame, if the
argument FRAME is non-nil.  Improve argument/docstring consistency.
2005-06-03 10:39:29 +00:00
Juanma Barranquero
a09be93a89 (face-equal): Improve argument/docstring consistency. 2005-06-03 10:38:05 +00:00
Juanma Barranquero
85268d70f3 *** empty log message *** 2005-06-03 09:04:04 +00:00
Daniel Pfeiffer
30edba6e09 (makefile-targets-face, makefile-shell-face, makefile-makepp-perl-face): Add :version.
(makefile-bsdmake-dependency-regex, makefile-makepp-rule-action-regex, makefile-bsdmake-rule-action-regex): New constants.
(makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2005-06-03 08:47:25 +00:00
Daniel Pfeiffer
3b79dd208d (compilation-error-regexp-alist-alist): Allow (...) within `...' for makepp messages. 2005-06-03 08:41:20 +00:00
Michael Kifer
899a431bae 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
* ediff-diff.el (ediff-same-contents) Eliminate CL-type functions.

	* ediff-mult.el (ediff-intersect-directories) Make sure that ".." and
	"." files are deleted from all file lists before comparison

	* viper-keym.el
	(viper-toggle-key,viper-quoted-insert-key,viper-ESC-key):
	Made them customizable.

	* viper.el (viper-non-hook-settings): fixed the names of defadvices.
2005-06-03 08:04:04 +00:00
Kim F. Storm
d06e384795 (MODE_LINE_NOPROP_LEN): New macro.
(x_consider_frame_title, Fformat_mode_line): Save offset into
mode_line_noprop_buf rather than pointer, in case buffer is relocated.
2005-06-02 12:27:05 +00:00
Kim F. Storm
0493f7be8a *** empty log message *** 2005-06-02 12:25:57 +00:00
Miles Bader
0f69d598bc Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-348
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 79)

   - Update from CVS

2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/pop3.el (pop3-md5): Run md5 in the binary mode.
   (pop3-md5-program-args): New variable.

   * lisp/gnus/starttls.el (starttls-set-process-query-on-exit-flag): Use
   eval-and-compile.
2005-06-02 11:34:00 +00:00
Juanma Barranquero
a2e6384d44 Document new argument of `list-faces-display'. 2005-06-02 10:06:14 +00:00
Juanma Barranquero
52eb037391 Spacing and formatting fixes. 2005-06-01 23:49:36 +00:00
Luc Teirlinck
33512cbeb1 (auto-revert-buffers): Use save-match-data. 2005-06-01 20:51:03 +00:00
Luc Teirlinck
bfadb7ecfa *** empty log message *** 2005-06-01 20:50:06 +00:00
Stefan Monnier
51a67d35db 4-digit copyright years. 2005-06-01 16:22:43 +00:00
Stefan Monnier
6cb9fac363 (easy-menu-return-item): Find menu items with a nil command binding. 2005-06-01 16:22:00 +00:00
Juanma Barranquero
358e4d6d1d (defsetf): Improve argument/docstring consistency. 2005-06-01 15:33:50 +00:00
Kim F. Storm
859463640a (mapcar1): Maybe exit loop if original sequence was modified. 2005-06-01 11:42:19 +00:00
Kim F. Storm
89fe657e11 *** empty log message *** 2005-06-01 11:42:00 +00:00
Juanma Barranquero
011131fda8 (list-faces-display): Improve the formatting by computing the maximum length
required for any face-name (reworked patch of 1999-01-11, accidentally deleted
on 1999-07-21).
(internal-find-face): Remove redundant info in docstring.
2005-06-01 10:43:54 +00:00
YAMAMOTO Mitsuharu
02a6375c0e (build_scalable_font_name): Round pixel size to the
nearest integer.
2005-06-01 08:21:48 +00:00
YAMAMOTO Mitsuharu
b0241f69c9 (mac_to_x_fontname, mac_do_list_fonts): Set XLFD
resolution fields for scalable fonts to 0.
2005-06-01 08:20:50 +00:00
Miles Bader
4a43ee9b90 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-345
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 77-78)

   - Update from CVS

2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus-art.el (article-display-x-face): Replace
   process-kill-without-query by gnus-set-process-query-on-exit-flag.

   * lisp/gnus/gnus-group.el: Bind gnus-cache-active-hashtb when compiling.

   * lisp/gnus/gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
   set-process-query-on-exit-flag or process-kill-without-query.

   * lisp/gnus/html2text.el (html2text-fix-paragraphs): Use `while - re-search'
   loop instead of replace-regexp.

   * lisp/gnus/imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
   instead of process-kill-without-query if it is available.

   * lisp/gnus/mm-util.el (mm-insert-file-contents): Bind find-file-hook
   instead of find-file-hooks if it is available.

   * lisp/gnus/mml1991.el: Bind pgg-default-user-id when compiling.

   * lisp/gnus/mml2015.el: Bind pgg-default-user-id when compiling.

   * lisp/gnus/nndraft.el (nndraft-request-associate-buffer): Use
   write-contents-functions instead of write-contents-hooks if it is
   available.

   * lisp/gnus/nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
   instead of find-file-hooks if it is available.

   * lisp/gnus/nntp.el (nntp-open-connection): Replace
   process-kill-without-query by gnus-set-process-query-on-exit-flag.
   (nntp-open-ssl-stream): Ditto.
   (nntp-open-tls-stream): Ditto.

   * lisp/gnus/pgg.el: Don't bind itimer vars; don't autoload itimer functions.
   (pgg-run-at-time-1): New macro.
   (pgg-run-at-time): Use it.

   * lisp/gnus/starttls.el (starttls-set-process-query-on-exit-flag): Alias to
   set-process-query-on-exit-flag or process-kill-without-query.
   (starttls-open-stream-gnutls): Use it instead of
   process-kill-without-query.
   (starttls-open-stream): Ditto.

2005-05-31  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/imap.el (imap-ssl-open): Use imap-process-connection-type,
   instead of hard coding to nil.

2005-05-31  Kevin Greiner  <kgreiner@xpediantsolutions.com>

   * lisp/gnus/gnus-group.el (): Require gnus-sum and autoload functions to
   resolve warnings when gnus-group.el compiled alone.
2005-06-01 05:07:06 +00:00
Stefan Monnier
9ccee7d041 *** empty log message *** 2005-05-31 23:10:14 +00:00
Kim F. Storm
53088ce86c (display_mode_line): Support nested calls to redisplay
and format-mode-line.  Set mode_line_target to MODE_LINE_DISPLAY.
2005-05-31 22:46:22 +00:00
Kim F. Storm
95d4fad837 *** empty log message *** 2005-05-31 22:44:52 +00:00
Stefan Monnier
3c1b433ae1 (note_mode_line_or_margin_highlight): Lisp_Object/int mixup. 2005-05-31 21:54:59 +00:00
Stefan Monnier
490ee85358 (Finsert_file_contents): Lisp_Object/int mixup. 2005-05-31 21:54:43 +00:00
Nick Roberts
4cbf66013b (gdb-set-gud-minor-mode-1)
(gdb-info-breakpoints-custom, gdb-delete-breakpoint)
(gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
(gdb-assembler-custom): Improve regexps.
(def-gdb-auto-update-handler): Use window point to ensure it
is preserved.
2005-05-31 20:55:48 +00:00
Nick Roberts
7653a3dc42 *** empty log message *** 2005-05-31 20:54:57 +00:00