1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
Commit graph

60221 commits

Author SHA1 Message Date
Luc Teirlinck
71d77b400b Expand comment about building loaddefs.el. 2005-08-17 01:58:07 +00:00
Luc Teirlinck
1ee1d0eef9 *** empty log message *** 2005-08-17 01:56:57 +00:00
Jan Djärv
ada192bab1 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
xg_set_frame_icon and call it.

* gtkutil.c (xg_set_frame_icon): New function.

* gtkutil.h (xg_set_frame_icon): Declare it.
2005-08-16 19:34:25 +00:00
Jan Djärv
e76738f962 * xterm.c (x_wm_set_icon_pixmap): Move GTK specific code to
xg_set_frame_icon and call it.
2005-08-16 19:34:00 +00:00
Jan Djärv
1001243b67 * gtkutil.c (xg_set_frame_icon): New function. 2005-08-16 19:33:40 +00:00
Jan Djärv
5dec432026 * gtkutil.h (xg_set_frame_icon): Declare it. 2005-08-16 19:33:07 +00:00
Kim F. Storm
8a450f0a7e (SAVED_WINDOW_VECTOR_SIZE): Remove dangerous define.
(Fcurrent_window_configuration): Use VECSIZE macro instead.
2005-08-16 14:58:33 +00:00
Kim F. Storm
5cacdcfdc7 (increment_row_positions): Skip non-enabled rows. 2005-08-16 14:58:16 +00:00
Kim F. Storm
ab89a403fa *** empty log message *** 2005-08-16 14:57:30 +00:00
Thien-Thi Nguyen
02319508a8 Update "copyright years" section. 2005-08-16 11:48:27 +00:00
Thien-Thi Nguyen
b398a621cb Update years in copyright notice; nfc. 2005-08-16 10:34:51 +00:00
Nick Roberts
f95e8d9759 (toggle-gdb-use-inferior-io-buffer):
Comment use of defadvice.
2005-08-16 09:32:11 +00:00
Nick Roberts
761b053bac (gud-jump): Rework for gdb-ui. 2005-08-16 09:31:31 +00:00
Nick Roberts
58d7544454 *** empty log message *** 2005-08-16 09:30:35 +00:00
Richard M. Stallman
8d34b5e125 *** empty log message *** 2005-08-16 02:32:05 +00:00
Richard M. Stallman
2eca855f7a (message3_nolog): Clear echo_message_buffer. 2005-08-16 01:34:06 +00:00
Richard M. Stallman
ae3defd0d3 (flyspell-large-region): Fix doc and custom type.
(flyspell-mark-duplications-flag): Doc fix.
2005-08-15 23:48:30 +00:00
Dan Nicolaescu
e95e5f8193 * mh-customize.el: Do not use face-alias compatibility for
faces that did not appear in the previous Emacs release.

* buff-menu.el:
* compare-w.el:
* emacs-lisp/testcover.el:
* play/gomoku.el:
* play/mpuz.el:
* progmodes/flymake.el:
* progmodes/gdb-ui.el:
* progmodes/idlw-help.el:
* progmodes/idlw-shell.el:
* progmodes/ld-script.el:
* progmodes/which-func.el:
* ruler-mode.el:
* strokes.el:
* textmodes/sgml-mode.el:
* textmodes/table.el: Do not use face-alias for backward
compatibility for faces that did not appear in the previous Emacs
release.
2005-08-15 21:29:32 +00:00
Andreas Schwab
ca19f3f1d1 Refill long lines. 2005-08-15 20:16:05 +00:00
Dan Nicolaescu
ed8e0f0aab (next-error-follow-minor-mode): Fix init value and
ligher.
2005-08-15 17:23:50 +00:00
Kim F. Storm
4ccda9c399 *** empty log message *** 2005-08-15 14:51:27 +00:00
Kim F. Storm
ecd6106722 (cua-delete-region): Return t if
deleted region was non-empty.
(cua-replace-region): Inhibit overwrite-mode for
self-insert-command if replaced region was non-empty.
(cua--explicit-region-start, cua--status-string): Make them
buffer-local at top-level...
(cua-mode): ...rather than when mode is enabled.
2005-08-15 14:10:39 +00:00
Juanma Barranquero
fb90e6d951 Remove reference to UDP server processes hanging on Windows
(fixed by Kim F. Storm).
2005-08-15 13:54:37 +00:00
Thien-Thi Nguyen
9e5538bc21 (vhdl-emacs-21): Set t for Emacs 21, 22, and so on. 2005-08-15 13:54:33 +00:00
David Ponce
0cfce69f6e Update Commentary header.
(tree-widget-theme): Doc fix.
(tree-widget-space-width): New option.
(tree-widget-image-properties): Look up in the default theme too.
(tree-widget--cursors): Only for images with arrow pointer shape.
(tree-widget-lookup-image): Pointer shape is hand by default.
(tree-widget-icon): Generic icon widget renamed from
`tree-widget-control'.
(tree-widget-*-icon): Rename from `tree-widget-*-control' and
derive from `tree-widget-icon'.
(tree-widget-handle): Improve default look and feel of the text
representation.
(tree-widget): Rename :*-control properties to :*-icon properties.
Add :action and :help-echo properties.
(tree-widget-after-toggle-functions): Move.
(tree-widget-close-node, tree-widget-open-node): Remove.
(tree-widget-before-create-icon-functions): New hook.
(tree-widget-value-create): Update to allow customization of icons
and nodes at run-time via that new hook.
(tree-widget-icon-create, tree-widget-leaf-node-icon-p)
(tree-widget-icon-action, tree-widget-icon-help-echo)
(tree-widget-action, tree-widget-help-echo): New functions.
2005-08-15 13:00:09 +00:00
David Ponce
86ae23f8c4 *** empty log message *** 2005-08-15 12:58:24 +00:00
Kim F. Storm
edc42f569e (ido-buffer-internal): Use with-no-warnings.
(ido-make-merged-file-list): Use while-no-input.
2005-08-15 12:29:54 +00:00
Kim F. Storm
0781c30389 *** empty log message *** 2005-08-15 12:29:38 +00:00
Kim F. Storm
85c9ff2c64 (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input. 2005-08-15 12:22:43 +00:00
Stephen Eglen
3754bbd16e Update dismal link 2005-08-15 10:41:09 +00:00
Andreas Schwab
7ad1498e66 Typo. 2005-08-15 10:11:41 +00:00
Kim F. Storm
b740916484 (deactivate_process, status_notify, read_process_output):
Remove prototypes.
2005-08-15 08:45:04 +00:00
Kim F. Storm
ff6daed304 (deactivate_process, status_notify, read_process_output)
(update_status, status_convert, decode_status, allocate_pty)
(make_process, remove_process, list_processes_1)
(create_process_1, unwind_request_sigio, read_process_output)
(send_process, keyboard_bit_set): Declare static.
(Fdelete_process): Simplify.  Pass process to status_notify, so we
don't try to read output from it.
(status_notify): New arg deleting_process--don't try to read
output from that process.
2005-08-15 08:44:53 +00:00
Kim F. Storm
71e37f3cf2 *** empty log message *** 2005-08-15 08:44:36 +00:00
Richard M. Stallman
0bf14bfd0c *** empty log message *** 2005-08-15 02:06:44 +00:00
Richard M. Stallman
abd10ce8ae (Auto Major Mode): interpreter-mode-alist is not a regexp. 2005-08-15 02:06:09 +00:00
Richard M. Stallman
9f01a773d0 (interpreter-mode-alist): Doc fix. 2005-08-15 02:05:01 +00:00
Richard M. Stallman
5b9b5b8991 (rmail-nonignored-headers): New variable.
(rmail-clear-headers): Use it.
(rmail-reply): Better handling of mail-followup-to header.
2005-08-15 02:04:29 +00:00
Richard M. Stallman
5789bd837d (sh-font-lock-keywords-var): Variable renamed from sh-font-lock-keywords.
In the `shell' entry, don't try to refer to executable-font-lock-keywords.
(sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1.
(sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2.
(sh-font-lock-keywords): Append executable-font-lock-keywords here.
(sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search.
(sh-set-shell): Don't set them here.
(sh-feature): Simplify.  Get rid of the eval-a-variable feature.
Don't cache the results in the original alist; don't ever modify that alist.
2005-08-15 02:01:38 +00:00
Richard M. Stallman
444465c803 (flyspell-mode): Autoload a defvar. 2005-08-15 01:49:51 +00:00
Richard M. Stallman
42c98299c4 Fix copyright notice, list author. 2005-08-15 01:48:45 +00:00
Richard M. Stallman
256e22771e (Sentences): Fix xref. 2005-08-15 01:47:46 +00:00
Richard M. Stallman
7c4e3a3219 (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. 2005-08-15 01:47:01 +00:00
Richard M. Stallman
eda12ca365 *** empty log message *** 2005-08-15 01:45:46 +00:00
Richard M. Stallman
7924c5dfbd (lookup-words): Cope with case where ARGS is empty. 2005-08-15 01:37:41 +00:00
Andreas Schwab
498eb267ff Put autoload cookie at risky-local-variable declarations. 2005-08-14 23:55:03 +00:00
Andreas Schwab
9e7357b07a Revert last change. 2005-08-14 23:45:46 +00:00
Thien-Thi Nguyen
8fbee87cc7 Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
modification in `eval-after-load' form.
2005-08-14 22:51:06 +00:00
Thien-Thi Nguyen
7806e5737a Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
modification in `eval-after-load' form.
2005-08-14 17:36:02 +00:00
Thien-Thi Nguyen
91859276fb Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
modification in `eval-after-load' form.
2005-08-14 12:43:37 +00:00