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

67705 Commits

Author SHA1 Message Date
Juanma Barranquero
8a4c4c7fdc (w32_wnd_proc): Force non-tooltip frames to respect the minimum tracking size.
Remove non-working old hack to do the same.
2006-12-14 23:39:06 +00:00
Vinicius Jose Latorre
0aaf5bb060 Fix rare bug in align.el 2006-12-14 17:58:40 +00:00
Richard M. Stallman
e00fabd5d1 Previous change was a comment change. 2006-12-14 15:18:02 +00:00
Richard M. Stallman
012884e247 *** empty log message *** 2006-12-14 15:17:37 +00:00
Richard M. Stallman
a68ccb40d6 (use-fancy-splash-screens-p): Use frame-height
instead of window-height.  Pass frame to image-size.
2006-12-14 15:16:52 +00:00
YAMAMOTO Mitsuharu
b1c6aa6ebe (add_user_signals): Add extern. 2006-12-14 08:42:28 +00:00
YAMAMOTO Mitsuharu
23479b40da (make_lispy_event): Use find_user_signal_name.
(read_avail_input): Store pending user signal events.
(struct user_signal_info): New struct.
(user_signals): New variable.
(add_user_signal, store_user_signal_events find_user_signal_name):
New functions.
(handle_user_signal): Move function from emacs.c.  Don't store
USER_SIGNAL_EVENT here, but increment number of pending signals.
2006-12-14 08:41:46 +00:00
YAMAMOTO Mitsuharu
511268f550 (handle_user_signal): Move function to keyboard.c.
(main): Use add_user_signal for SIGUSR1 and SIGUSR2.
2006-12-14 08:41:23 +00:00
Miles Bader
bcd3e063d1 Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 173-175)

   - Merge from emacs--devo--0
   - Update from CVS
   - Update from CVS: lisp/legacy-gnus-agent.el: Add Copyright notice.

2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/legacy-gnus-agent.el: Add Copyright notice.

2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>

   * man/gnus.texi (X-Face): Clarify. Say which programs are required on
   Windows.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-558
2006-12-14 01:24:41 +00:00
Kenichi Handa
218e7ce3da (set-locale-environment): Set
default-sendmail-coding-system too.
2006-12-13 07:04:32 +00:00
Miles Bader
16e62ecc3d erc-iswitchb: Temporarily enable iswitchb mode
* erc.el: (erc-iswitchb): Temporarily enable iswitchb mode if it isn't
   active already, instead of leaving it on.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-555
Creator:  Michael Olson <mwolson@gnu.org>
2006-12-13 02:36:31 +00:00
Kenichi Handa
7976eda061 Update AIST copyright years. 2006-12-13 01:13:58 +00:00
J.D. Smith
328f7b3598 Fixed copyright notice. 2006-12-12 16:45:59 +00:00
Chong Yidong
6a30c01dc1 (gnus-make-thread-indent-array): Fix last change. 2006-12-12 16:12:12 +00:00
Chong Yidong
82e5f93fab * gnus-sum.el (gnus-make-thread-indent-array): Fix last change. 2006-12-12 16:11:59 +00:00
Stefan Monnier
0e6c966c96 (syntax-ppss-toplevel-pos): New fun. 2006-12-12 02:36:38 +00:00
Juanma Barranquero
53d45a176b *** empty log message *** 2006-12-11 16:44:53 +00:00
Juanma Barranquero
31ec0f0a5d (syms_of_xdisp) <mode-line-inverse-video>: Doc fix. 2006-12-11 16:39:09 +00:00
Juanma Barranquero
304bbefcd4 (unread-command-char): Reflow obsolescence info. 2006-12-11 16:14:15 +00:00
Juanma Barranquero
fc96125678 (syms_of_buffer) <cursor-in-non-selected-windows, line-spacing, left-margin,
default-scroll-up-aggressively, default-scroll-down-aggressively>: Doc fixes.
2006-12-11 15:43:47 +00:00
Richard M. Stallman
f368450536 Whitespace change. 2006-12-11 04:40:41 +00:00
Richard M. Stallman
e869fa9283 *** empty log message *** 2006-12-11 04:36:34 +00:00
Richard M. Stallman
b9b14938f9 (defstruct): Suppress warnings about calls to cl-struct-setf-expander. 2006-12-11 04:36:04 +00:00
Richard M. Stallman
b424911536 *** empty log message *** 2006-12-11 03:40:07 +00:00
Richard M. Stallman
4de0c73c74 (Font Lock Basics): Explain how nil for font-lock-defaults affects
face menu.  Explain how to make it non-nil without enabling any
fontification.
2006-12-11 02:35:00 +00:00
Juanma Barranquero
a3f56d9c0c *** empty log message *** 2006-12-11 01:46:00 +00:00
Juanma Barranquero
8c43762b49 (idlwave-library-path): Fix typo in docstring. 2006-12-11 01:38:00 +00:00
Juanma Barranquero
e864595938 (refer-find-entry): Doc fix.
(refer-bib-files-regexp, refer-bib-directory, refer-bib-files,
(refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
Fix tipos in docstrings.
2006-12-11 01:36:09 +00:00
Juanma Barranquero
4601d7c454 (ediff-combination-pattern): Fix typo in docstring.
(ediff-show-clashes-only): Doc fix.
2006-12-11 01:28:02 +00:00
Kim F. Storm
542b315f36 (ido-init-completion-maps): Remap backward-kill-word
instead of binding M-backspace.
2006-12-10 23:58:23 +00:00
Kim F. Storm
df20dc2bd3 *** empty log message *** 2006-12-10 23:58:12 +00:00
Juanma Barranquero
28e86dc414 *** empty log message *** 2006-12-10 23:52:35 +00:00
Juanma Barranquero
48eb368876 (c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): Doc fix. 2006-12-10 23:50:22 +00:00
Juanma Barranquero
a3c0e1884e (vi-char-argument): Doc fix. 2006-12-10 23:49:36 +00:00
Juanma Barranquero
8f2904a5d7 (calc-eval-error): Doc fix. 2006-12-10 23:48:40 +00:00
Juanma Barranquero
6a964bb153 (replace-match-data, replace-match-maybe-edit): Doc fix. 2006-12-10 23:47:52 +00:00
Juanma Barranquero
1bcdbb7855 (erc-ezb-init-session-list): Doc fix. 2006-12-10 23:45:53 +00:00
Kim F. Storm
671c468136 (show_mouse_face): Never use text cursor in tool-bar. 2006-12-10 23:44:44 +00:00
Juanma Barranquero
0c852d6e9b (url-gateway-nslookup-program): Doc fix. 2006-12-10 23:44:43 +00:00
Juanma Barranquero
64b2caa5fe (Flookup_key): Doc fix. 2006-12-10 23:33:46 +00:00
Juanma Barranquero
5820771bca (syms_of_xterm) <x-use-underline-position-properties,
x-underline-at-descent-line>: Doc fix.
2006-12-10 23:32:00 +00:00
Juanma Barranquero
b9fed7290f (format-mode-line): Doc fix. 2006-12-10 23:28:57 +00:00
Juanma Barranquero
e1e4b63ba4 (syms_of_w32term) <x-use-underline-position-properties,
x-underline-at-descent-line>: Doc fix.
2006-12-10 23:25:38 +00:00
Juanma Barranquero
8f762db863 (syms_of_msdos) <delete-exited-processes>: Doc fix. 2006-12-10 23:24:19 +00:00
Juanma Barranquero
b2ef97149f (syms_of_minibuf) <minibuffer-completion-table>: Doc fix. 2006-12-10 23:22:25 +00:00
Juanma Barranquero
1961ac0f3f (Fmarker_insertion_type): Doc fix. 2006-12-10 23:20:13 +00:00
Juanma Barranquero
17cf2c3e23 (syms_of_macterm) <x-use-underline-position-properties,
x-underline-at-descent-line, mac-emulate-three-button-mouse>: Doc fix.
2006-12-10 23:16:11 +00:00
Juanma Barranquero
51d8b30ef8 (Feval_buffer, Feval_region): Doc fix. 2006-12-10 23:13:39 +00:00
Juanma Barranquero
0493af6f9b (syms_of_buffer) <default-major-mode>: Doc fix. 2006-12-10 23:10:49 +00:00
Juanma Barranquero
7ceb212256 (syms_of_abbrev) <last-abbrev-text>: Doc fix. 2006-12-10 23:08:00 +00:00