Juanma Barranquero
03fdd67449
New file.
2008-04-09 10:07:14 +00:00
Jan Djärv
14c0a34db0
(tooltip-mode): Set tooltip-show-help-non-mode as
...
show-help-function when turning tooltip off.
(tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
(tooltip-trunc-str, tooltip-show-help-non-mode): New.
2008-04-09 09:34:16 +00:00
Alan Mackenzie
96bdb5cf19
(font-lock-extend-after-change-region-function): Make it buffer local.
2008-04-09 08:17:59 +00:00
Alan Mackenzie
bae8ad5586
*** empty log message ***
2008-04-09 08:14:54 +00:00
Glenn Morris
a0824fc1de
Fix typo in previous change.
2008-04-09 07:16:40 +00:00
Glenn Morris
0e7d8edb32
(diary-file, european-calendar-style): Remove autoload cookies.
2008-04-09 07:15:21 +00:00
Glenn Morris
7aceaab505
Improve previous change.
2008-04-09 07:14:20 +00:00
Glenn Morris
20732e0b48
Fix typo.
2008-04-09 07:13:43 +00:00
Jan Djärv
ef5eb9256f
(wait_reading_process_output): If SYNC_INPUT and pending_atimers, run atimers.
2008-04-09 06:47:19 +00:00
Jan Djärv
cb5c5b3d7c
(emacs_write): If SYNC_INPUT and pending_atimers, run atimers.
2008-04-09 06:46:14 +00:00
Jan Djärv
170c80bed4
(alarm_signal_handler): Call run_timers if not SYNC_INPUT.
...
Most of the code moved to run_timers.
(do_pending_atimers): Call run_timers.
(run_timers): New function.
2008-04-09 06:46:02 +00:00
Dan Nicolaescu
799224fe61
* outline.el (outline-mode-menu-bar-map):
...
* log-view.el (log-view-mode-menu):
* log-edit.el (log-edit-menu): Add :help.
2008-04-09 06:15:13 +00:00
Chong Yidong
75407435b1
(regexp-opt-group): Use substring-no-properties for correct handling
...
of unibyte strings.
2008-04-09 04:29:43 +00:00
Chong Yidong
2d9653c498
* emacs-lisp/regexp-opt.el (regexp-opt-group): Use
...
substring-no-properties for correct handling of unibyte strings.
2008-04-09 04:28:45 +00:00
Stefan Monnier
bac2f6bcd1
(change-log-next-buffer): Handle the case where version< signals an error.
2008-04-09 04:00:28 +00:00
Stefan Monnier
0b2b62ff6d
* mouse.el (mouse-menu-major-mode-map): New fun extracted from
...
mouse-major-mode-menu.
(mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
(mouse-major-mode-menu, mouse-popup-menubar)
(mouse-popup-menubar-stuff): Use them.
(C-down-mouse-3): Bind to a dynamic map rather than to
mouse-popup-menubar-stuff.
* bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
2008-04-09 03:53:48 +00:00
Stefan Monnier
6e6c6aafa3
Preload minibuffer.el.
2008-04-09 03:44:27 +00:00
Dan Nicolaescu
494da8c4f6
*** empty log message ***
2008-04-09 03:42:28 +00:00
Dan Nicolaescu
fd06445166
(vc-svn-modify-change-comment): Add support for the
...
file:// access method.
2008-04-09 03:38:39 +00:00
Stefan Monnier
32bae13cf7
* lisp/minibuffer.el: New file.
...
* src/minibuf.c (last_exact_completion): Remove variable.
(Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
(complete_and_exit_1, complete_and_exit_2)
(Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
(Fdisplay_completion_list, display_completion_list_1)
(Fminibuffer_completion_help, Fself_insert_and_exit)
(Fexit_minibuffer, Fminibuffer_message): Move functions to minibuffer.el.
(syms_of_minibuf): Remove corresponding initializations.
2008-04-09 03:34:19 +00:00
Stefan Monnier
5c4cc82aeb
(Qdeactivate_mark): New var.
...
(command_loop_1): Use it to call `deactivate-mark'.
(syms_of_keyboard): Initialize it.
2008-04-09 03:29:46 +00:00
Stefan Monnier
9b2cd40320
* xdisp.c (redisplay_internal): Reset tty's color_mode when switching
...
to another frame.
* frame.c (do_switch_frame): Refine the top_frame/async_visible code.
Don't call set_tty_color_mode.
(store_frame_param): Reset previous_frame rather than call
set_tty_color_mode.
* term.c (set_tty_color_mode): Rewrite.
* dispextern.h (set_tty_color_mode): New type.
* termchar.h (struct tty_display_info): Add `previous_color_mode'.
2008-04-09 03:25:14 +00:00
Stefan Monnier
84cb7b4562
(access_keymap): Remove the value 2 for t_ok which was used
...
for generic chars, which do not exist any more in emacs-unicode.
2008-04-08 22:13:13 +00:00
Stefan Monnier
b4f9af73de
($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
...
rather than subdirs.el. It introduces an ugly circular dependency, tho.
2008-04-08 22:12:12 +00:00
Stefan Monnier
2378f0443a
* calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.
...
(calc-mode-map, calc-digit-map, calc-dispatch-map):
Move initialization into declaration.
* calc/calc-yank.el:
* calc/calc-misc.el:
* calc/calc-embed.el:
* calc/calc-aent.el: Add autoload cookies and set generated-autoload-file.
2008-04-08 22:07:55 +00:00
Stefan Monnier
a152877d30
(Font Lock): Prefer add-hook to using a non-nil `mode' arg
...
in `font-lock-add-keywords'.
2008-04-08 21:23:36 +00:00
Michael Albinus
3ed051d450
* coding.c (detect_coding_emacs_mule)
...
(Ffind_operation_coding_system): Fix typo.
2008-04-08 20:18:14 +00:00
Michael Albinus
8f377a4b43
Add zeroconf.el.
2008-04-08 20:04:21 +00:00
Michael Albinus
2e8cf9a720
* net/zeroconf.el: New file.
2008-04-08 19:56:20 +00:00
Michael Albinus
074a226b42
* ps-samp.el (ps-add-printer, ps-remove-printer)
...
(ps-make-dynamic-printer-menu): New functions.
2008-04-08 19:55:03 +00:00
Juanma Barranquero
96f59d64e4
*** empty log message ***
2008-04-08 19:51:18 +00:00
Juanma Barranquero
843fde1d32
Fix typos.
2008-04-08 19:47:48 +00:00
Stefan Monnier
4e740fd0e3
(calendar-hebrew-list-yahrzeits): Typo.
2008-04-08 18:21:19 +00:00
Glenn Morris
3102985a74
Mention deleting loaddefs, maintainer-clean.
2008-04-08 17:15:33 +00:00
Dan Nicolaescu
b592c357ca
*** empty log message ***
2008-04-08 16:07:43 +00:00
Dan Nicolaescu
031f176629
* vc-rcs.el (vc-rcs-modify-change-comment):
...
* vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
* log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
2008-04-08 15:59:35 +00:00
Juanma Barranquero
80e3310b37
(set-locale-environment): Don't warn if coding system doesn't agree with system
...
locale (this reverts changes by Dave Love, dated 2002-10-27 and 2002-10-09).
2008-04-08 14:57:02 +00:00
Jason Rumney
3bf8d23048
(SNAME): Extract only symbol name.
2008-04-08 14:46:49 +00:00
Juanma Barranquero
0d32c577b1
*** empty log message ***
2008-04-08 14:31:25 +00:00
Jason Rumney
56a70cca39
(struct w32_metric_cache): New struct.
...
(w32font_info): Use it.
(W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
(CACHE_BLOCKSIZE): New constants.
2008-04-08 14:29:39 +00:00
Juanma Barranquero
3d3d1efc2e
Regenerate.
2008-04-08 14:03:46 +00:00
Jason Rumney
58c3ea4277
*** empty log message ***
2008-04-08 13:58:29 +00:00
Jason Rumney
8f112d5210
(Qja, Qko, Qzh): New symbols.
...
(syms_of_w32font): Initialise them.
(font_matches_spec): Use them to filter by language.
(recompute_cached_metrics): Remove function.
(compute_metrics, clear_cached_metrics): New functions.
(w32font_encode_char): Use them to manage metric cache.
(w32font_text_extents): Cache metrics for all glyphs on demand.
Delay converting glyph indices to WORD until needed.
(w32font_open_internal): Initialize metric cache to empty.
(registry_to_w32_charset): Charset should always be a symbol.
(fill_in_logfont, list_all_matching_fonts): Family should always be a symbol.
2008-04-08 13:52:21 +00:00
Juanma Barranquero
20e3d3f1ca
(get-setf-method): Use `string-match-p'.
2008-04-08 11:50:24 +00:00
Juanma Barranquero
66e9f105e0
(checkdoc-this-string-valid-engine): Use `string-match-p'.
2008-04-08 11:47:48 +00:00
Juanma Barranquero
80817d7b5e
(copyright-update-year): Fix braino.
2008-04-08 11:45:19 +00:00
Juanma Barranquero
68af6bd607
(copyright-update-year): Use `looking-at-p'.
2008-04-08 11:40:04 +00:00
Glenn Morris
612b05921f
(remember-diary-extract-entries): Don't pass diary-file, since it is
...
the default for make-diary-entry anyway.
2008-04-08 07:49:03 +00:00
Glenn Morris
3f651ee61b
(remember-diary-convert-entry): Require calendar.
2008-04-08 07:36:03 +00:00
Glenn Morris
aa2d26b396
(calendar-date-style): Remove autoload cookie.
2008-04-08 07:31:13 +00:00