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

57203 Commits

Author SHA1 Message Date
Eli Zaretskii
0703917482 (Mode Line Mouse): Mention mode-line-highlight effect. 2005-06-04 18:59:54 +00:00
Eli Zaretskii
7350d66589 (Glossary): Change Hardcopy xref to Printing. 2005-06-04 18:59:18 +00:00
Eli Zaretskii
2873a2d1ab (MS-DOS Printing, MS-DOS Processes): Change Hardcopy xref to Printing. 2005-06-04 18:58:43 +00:00
Eli Zaretskii
d00819eaf4 (Displaying the Diary): Change Hardcopy xref to Printing. 2005-06-04 18:57:44 +00:00
Eli Zaretskii
e159097a9c (Operating on Files): Change Hardcopy xref to Printing. 2005-06-04 18:57:01 +00:00
Eli Zaretskii
cb4a6fe1d8 (Using Region): Change Hardcopy xref to Printing. 2005-06-04 18:56:22 +00:00
Eli Zaretskii
66bb4d9a02 (Printing): Rename node from Hardcopy. Mention menu bar options.
Move PostScript and PostScript Variables to a submenu.
(Printing package): New node.
2005-06-04 18:55:50 +00:00
Eli Zaretskii
c1d847015e Rename Hardcopy to Printing.
Make PostScript and PostScript Variables subnodes of it.
2005-06-04 18:55:02 +00:00
Eli Zaretskii
2cf248ab2e (iswitchb-get-matched-buffers): Handle invalid-regexp errors in
post-command-hook.
2005-06-04 18:50:38 +00:00
Eli Zaretskii
94d4bafbec *** empty log message *** 2005-06-04 18:38:17 +00:00
Eli Zaretskii
63db964466 (url-http-chunked-encoding-after-change-function): Use `url-http-debug'
instead of `message'.
2005-06-04 18:37:16 +00:00
Eli Zaretskii
b8e517587a Simplify last change. 2005-06-04 18:32:57 +00:00
Eli Zaretskii
86b21ac359 (url-http-parse-headers): Pass redirected URL as a callback argument. 2005-06-04 18:30:54 +00:00
Eli Zaretskii
385a3b9e84 (distclean): Fix a typo (colon was after "clean").
(extraclean): New target, emulates Makefile.in.
2005-06-04 18:15:42 +00:00
Richard M. Stallman
196ac78ce1 (popup_get_selection): Click not in menu deactivates menu. 2005-06-04 18:09:16 +00:00
Richard M. Stallman
a4e51a7a67 *** empty log message *** 2005-06-04 10:24:11 +00:00
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