bpt/emacs.git
16 years ago(distclean, maintainer-clean): New targets.
Jason Rumney [Wed, 9 Apr 2008 16:21:11 +0000 (16:21 +0000)]
(distclean, maintainer-clean): New targets.

16 years ago(Ffield_string_no_properties): Fix typo in docstring.
Juanma Barranquero [Wed, 9 Apr 2008 15:57:40 +0000 (15:57 +0000)]
(Ffield_string_no_properties): Fix typo in docstring.

16 years ago(regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size to
Chong Yidong [Wed, 9 Apr 2008 15:38:32 +0000 (15:38 +0000)]
(regexp-opt): Reduce max-lisp-eval-depth and max-specpdl-size to
10000.

16 years ago* emacs-lisp/regexp-opt.el (regexp-opt): Reduce
Chong Yidong [Wed, 9 Apr 2008 15:38:05 +0000 (15:38 +0000)]
* emacs-lisp/regexp-opt.el (regexp-opt): Reduce
max-lisp-eval-depth and max-specpdl-size to 10000.

16 years ago*** empty log message ***
Jason Rumney [Wed, 9 Apr 2008 14:35:02 +0000 (14:35 +0000)]
*** empty log message ***

16 years ago2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
Jason Rumney [Wed, 9 Apr 2008 14:28:36 +0000 (14:28 +0000)]
2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>

* nxml/nxml-mode.el (nxml-cleanup): New function.
(nxml-mode): Add it to change-major-mode-hook.

16 years ago(redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
Jason Rumney [Wed, 9 Apr 2008 13:33:56 +0000 (13:33 +0000)]
(redisplay_internal) [!WINDOWSNT]: Conditionalize last change.

16 years ago(w32_compute_glyph_string_overhangs): Compute overhangs
Jason Rumney [Wed, 9 Apr 2008 12:14:52 +0000 (12:14 +0000)]
(w32_compute_glyph_string_overhangs): Compute overhangs
for new font backend and composite cases.

16 years ago(x-gtk-stock-map): Map info to gtk-info.
Jan Djärv [Wed, 9 Apr 2008 10:59:16 +0000 (10:59 +0000)]
(x-gtk-stock-map): Map info to gtk-info.

16 years ago(vc-status-tool-bar-map): Add vc-print-log to tool bar.
Jan Djärv [Wed, 9 Apr 2008 10:36:14 +0000 (10:36 +0000)]
(vc-status-tool-bar-map): Add vc-print-log to tool bar.

16 years agoNew file.
Juanma Barranquero [Wed, 9 Apr 2008 10:07:14 +0000 (10:07 +0000)]
New file.

16 years ago(tooltip-mode): Set tooltip-show-help-non-mode as
Jan Djärv [Wed, 9 Apr 2008 09:34:16 +0000 (09:34 +0000)]
(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.

16 years ago(font-lock-extend-after-change-region-function): Make it buffer local.
Alan Mackenzie [Wed, 9 Apr 2008 08:17:59 +0000 (08:17 +0000)]
(font-lock-extend-after-change-region-function): Make it buffer local.

16 years ago*** empty log message ***
Alan Mackenzie [Wed, 9 Apr 2008 08:14:54 +0000 (08:14 +0000)]
*** empty log message ***

16 years agoFix typo in previous change.
Glenn Morris [Wed, 9 Apr 2008 07:16:40 +0000 (07:16 +0000)]
Fix typo in previous change.

16 years ago(diary-file, european-calendar-style): Remove autoload cookies.
Glenn Morris [Wed, 9 Apr 2008 07:15:21 +0000 (07:15 +0000)]
(diary-file, european-calendar-style): Remove autoload cookies.

16 years agoImprove previous change.
Glenn Morris [Wed, 9 Apr 2008 07:14:20 +0000 (07:14 +0000)]
Improve previous change.

16 years agoFix typo.
Glenn Morris [Wed, 9 Apr 2008 07:13:43 +0000 (07:13 +0000)]
Fix typo.

16 years ago(wait_reading_process_output): If SYNC_INPUT and pending_atimers, run atimers.
Jan Djärv [Wed, 9 Apr 2008 06:47:19 +0000 (06:47 +0000)]
(wait_reading_process_output): If SYNC_INPUT and pending_atimers, run atimers.

16 years ago(emacs_write): If SYNC_INPUT and pending_atimers, run atimers.
Jan Djärv [Wed, 9 Apr 2008 06:46:14 +0000 (06:46 +0000)]
(emacs_write): If SYNC_INPUT and pending_atimers, run atimers.

16 years ago(alarm_signal_handler): Call run_timers if not SYNC_INPUT.
Jan Djärv [Wed, 9 Apr 2008 06:46:02 +0000 (06:46 +0000)]
(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.

16 years ago* outline.el (outline-mode-menu-bar-map):
Dan Nicolaescu [Wed, 9 Apr 2008 06:15:13 +0000 (06:15 +0000)]
* outline.el (outline-mode-menu-bar-map):
* log-view.el (log-view-mode-menu):
* log-edit.el (log-edit-menu): Add :help.

16 years ago(regexp-opt-group): Use substring-no-properties for correct handling
Chong Yidong [Wed, 9 Apr 2008 04:29:43 +0000 (04:29 +0000)]
(regexp-opt-group): Use substring-no-properties for correct handling
of unibyte strings.

16 years ago* emacs-lisp/regexp-opt.el (regexp-opt-group): Use
Chong Yidong [Wed, 9 Apr 2008 04:28:45 +0000 (04:28 +0000)]
* emacs-lisp/regexp-opt.el (regexp-opt-group): Use
substring-no-properties for correct handling of unibyte strings.

16 years ago(change-log-next-buffer): Handle the case where version< signals an error.
Stefan Monnier [Wed, 9 Apr 2008 04:00:28 +0000 (04:00 +0000)]
(change-log-next-buffer): Handle the case where version< signals an error.

16 years ago* mouse.el (mouse-menu-major-mode-map): New fun extracted from
Stefan Monnier [Wed, 9 Apr 2008 03:53:48 +0000 (03:53 +0000)]
* 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.

16 years agoPreload minibuffer.el.
Stefan Monnier [Wed, 9 Apr 2008 03:44:27 +0000 (03:44 +0000)]
Preload minibuffer.el.

16 years ago*** empty log message ***
Dan Nicolaescu [Wed, 9 Apr 2008 03:42:28 +0000 (03:42 +0000)]
*** empty log message ***

16 years ago(vc-svn-modify-change-comment): Add support for the
Dan Nicolaescu [Wed, 9 Apr 2008 03:38:39 +0000 (03:38 +0000)]
(vc-svn-modify-change-comment): Add support for the
file:// access method.

16 years ago* lisp/minibuffer.el: New file.
Stefan Monnier [Wed, 9 Apr 2008 03:34:19 +0000 (03:34 +0000)]
* 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.

16 years ago(Qdeactivate_mark): New var.
Stefan Monnier [Wed, 9 Apr 2008 03:29:46 +0000 (03:29 +0000)]
(Qdeactivate_mark): New var.
(command_loop_1): Use it to call `deactivate-mark'.
(syms_of_keyboard): Initialize it.

16 years ago* xdisp.c (redisplay_internal): Reset tty's color_mode when switching
Stefan Monnier [Wed, 9 Apr 2008 03:25:14 +0000 (03:25 +0000)]
* 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'.

16 years ago(access_keymap): Remove the value 2 for t_ok which was used
Stefan Monnier [Tue, 8 Apr 2008 22:13:13 +0000 (22:13 +0000)]
(access_keymap): Remove the value 2 for t_ok which was used
for generic chars, which do not exist any more in emacs-unicode.

16 years ago($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
Stefan Monnier [Tue, 8 Apr 2008 22:12:12 +0000 (22:12 +0000)]
($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
rather than subdirs.el.  It introduces an ugly circular dependency, tho.

16 years ago* calc/calc.el: Load "cal-loaddefs" rather than set up autoloads manually.
Stefan Monnier [Tue, 8 Apr 2008 22:07:55 +0000 (22:07 +0000)]
* 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.

16 years ago(Font Lock): Prefer add-hook to using a non-nil `mode' arg
Stefan Monnier [Tue, 8 Apr 2008 21:23:36 +0000 (21:23 +0000)]
(Font Lock): Prefer add-hook to using a non-nil `mode' arg
in `font-lock-add-keywords'.

16 years ago* coding.c (detect_coding_emacs_mule)
Michael Albinus [Tue, 8 Apr 2008 20:18:14 +0000 (20:18 +0000)]
* coding.c (detect_coding_emacs_mule)
(Ffind_operation_coding_system): Fix typo.

16 years agoAdd zeroconf.el.
Michael Albinus [Tue, 8 Apr 2008 20:04:21 +0000 (20:04 +0000)]
Add zeroconf.el.

16 years ago* net/zeroconf.el: New file.
Michael Albinus [Tue, 8 Apr 2008 19:56:20 +0000 (19:56 +0000)]
* net/zeroconf.el: New file.

16 years ago* ps-samp.el (ps-add-printer, ps-remove-printer)
Michael Albinus [Tue, 8 Apr 2008 19:55:03 +0000 (19:55 +0000)]
* ps-samp.el (ps-add-printer, ps-remove-printer)
(ps-make-dynamic-printer-menu): New functions.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 8 Apr 2008 19:51:18 +0000 (19:51 +0000)]
*** empty log message ***

16 years agoFix typos.
Juanma Barranquero [Tue, 8 Apr 2008 19:47:48 +0000 (19:47 +0000)]
Fix typos.

16 years ago(calendar-hebrew-list-yahrzeits): Typo.
Stefan Monnier [Tue, 8 Apr 2008 18:21:19 +0000 (18:21 +0000)]
(calendar-hebrew-list-yahrzeits): Typo.

16 years agoMention deleting loaddefs, maintainer-clean.
Glenn Morris [Tue, 8 Apr 2008 17:15:33 +0000 (17:15 +0000)]
Mention deleting loaddefs, maintainer-clean.

16 years ago*** empty log message ***
Dan Nicolaescu [Tue, 8 Apr 2008 16:07:43 +0000 (16:07 +0000)]
*** empty log message ***

16 years ago* vc-rcs.el (vc-rcs-modify-change-comment):
Dan Nicolaescu [Tue, 8 Apr 2008 15:59:35 +0000 (15:59 +0000)]
* 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.

16 years ago(set-locale-environment): Don't warn if coding system doesn't agree with system
Juanma Barranquero [Tue, 8 Apr 2008 14:57:02 +0000 (14:57 +0000)]
(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).

16 years ago(SNAME): Extract only symbol name.
Jason Rumney [Tue, 8 Apr 2008 14:46:49 +0000 (14:46 +0000)]
(SNAME): Extract only symbol name.

16 years ago*** empty log message ***
Juanma Barranquero [Tue, 8 Apr 2008 14:31:25 +0000 (14:31 +0000)]
*** empty log message ***

16 years ago(struct w32_metric_cache): New struct.
Jason Rumney [Tue, 8 Apr 2008 14:29:39 +0000 (14:29 +0000)]
(struct w32_metric_cache): New struct.
(w32font_info): Use it.
(W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
(CACHE_BLOCKSIZE): New constants.

16 years agoRegenerate.
Juanma Barranquero [Tue, 8 Apr 2008 14:03:46 +0000 (14:03 +0000)]
Regenerate.

16 years ago*** empty log message ***
Jason Rumney [Tue, 8 Apr 2008 13:58:29 +0000 (13:58 +0000)]
*** empty log message ***

16 years ago(Qja, Qko, Qzh): New symbols.
Jason Rumney [Tue, 8 Apr 2008 13:52:21 +0000 (13:52 +0000)]
(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.

16 years ago(get-setf-method): Use `string-match-p'.
Juanma Barranquero [Tue, 8 Apr 2008 11:50:24 +0000 (11:50 +0000)]
(get-setf-method): Use `string-match-p'.

16 years ago(checkdoc-this-string-valid-engine): Use `string-match-p'.
Juanma Barranquero [Tue, 8 Apr 2008 11:47:48 +0000 (11:47 +0000)]
(checkdoc-this-string-valid-engine): Use `string-match-p'.

16 years ago(copyright-update-year): Fix braino.
Juanma Barranquero [Tue, 8 Apr 2008 11:45:19 +0000 (11:45 +0000)]
(copyright-update-year): Fix braino.

16 years ago(copyright-update-year): Use `looking-at-p'.
Juanma Barranquero [Tue, 8 Apr 2008 11:40:04 +0000 (11:40 +0000)]
(copyright-update-year): Use `looking-at-p'.

16 years ago(remember-diary-extract-entries): Don't pass diary-file, since it is
Glenn Morris [Tue, 8 Apr 2008 07:49:03 +0000 (07:49 +0000)]
(remember-diary-extract-entries): Don't pass diary-file, since it is
the default for make-diary-entry anyway.

16 years ago(remember-diary-convert-entry): Require calendar.
Glenn Morris [Tue, 8 Apr 2008 07:36:03 +0000 (07:36 +0000)]
(remember-diary-convert-entry): Require calendar.

16 years ago(calendar-date-style): Remove autoload cookie.
Glenn Morris [Tue, 8 Apr 2008 07:31:13 +0000 (07:31 +0000)]
(calendar-date-style): Remove autoload cookie.

16 years agoReplace int-to-string with number-to-string.
Glenn Morris [Tue, 8 Apr 2008 07:08:24 +0000 (07:08 +0000)]
Replace int-to-string with number-to-string.

16 years ago(cal-menu-event-to-date): Rename calendar-event-to-date. Update callers.
Glenn Morris [Tue, 8 Apr 2008 07:04:17 +0000 (07:04 +0000)]
(cal-menu-event-to-date): Rename calendar-event-to-date.  Update callers.
(calendar-mouse-tex-day): Rename cal-tex-mouse-day.
(calendar-mouse-tex-week): Rename cal-tex-mouse-week.
(calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
(calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
(calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
(calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
(calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
(calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
(calendar-mouse-tex-month): Rename cal-tex-mouse-month.
(calendar-mouse-tex-month-landscape): Rename cal-tex-mouse-month-landscape.
(calendar-mouse-tex-year): Rename cal-tex-mouse-year.
(calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
(calendar-mouse-tex-year-landscape): Rename cal-tex-mouse-year-landscape.
(cal-menu-context-mouse-menu): Update for above name changes.

16 years agoUpdate for calendar name changes.
Glenn Morris [Tue, 8 Apr 2008 07:02:13 +0000 (07:02 +0000)]
Update for calendar name changes.
Also add Baha'i calendar references where appropriate.

16 years ago(mwheel-scroll): Deactivate any temporarily active region if point
Chong Yidong [Tue, 8 Apr 2008 05:38:39 +0000 (05:38 +0000)]
(mwheel-scroll): Deactivate any temporarily active region if point
moves.

16 years ago* mwheel.el (mwheel-scroll): Deactivate any temporarily active region
Chong Yidong [Tue, 8 Apr 2008 05:38:13 +0000 (05:38 +0000)]
* mwheel.el (mwheel-scroll): Deactivate any temporarily active region
if point moves.

16 years ago(uncompface): Make buffer unibyte.
Katsumi Yamaoka [Tue, 8 Apr 2008 02:55:25 +0000 (02:55 +0000)]
(uncompface): Make buffer unibyte.

16 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Apr 2008 02:55:13 +0000 (02:55 +0000)]
*** empty log message ***

16 years ago(font-slant-table): Change numeric values for `r',
Kenichi Handa [Tue, 8 Apr 2008 02:48:37 +0000 (02:48 +0000)]
(font-slant-table): Change numeric values for `r',
`roman', and `normal'.

16 years ago** Add a defcustom that supplies a function to name numeric backup files,
Chong Yidong [Tue, 8 Apr 2008 01:24:07 +0000 (01:24 +0000)]
** Add a defcustom that supplies a function to name numeric backup files,
like make-backup-file-name-function for non-numeric backup files.

16 years ago(calc-init-extensions): Add `calc-kron' and `calcFunc-kron' to autoloads.
Jay Belanger [Mon, 7 Apr 2008 21:58:01 +0000 (21:58 +0000)]
(calc-init-extensions): Add `calc-kron' and `calcFunc-kron' to autoloads.
Add keybinding for `calc-kron'.

16 years ago(calcFunc-kron, calc-kron): New functions.
Jay Belanger [Mon, 7 Apr 2008 21:55:05 +0000 (21:55 +0000)]
(calcFunc-kron, calc-kron): New functions.

16 years ago* net/tramp.el (tramp-methods): Fix again tramp-copy-args of
Michael Albinus [Mon, 7 Apr 2008 19:29:09 +0000 (19:29 +0000)]
* net/tramp.el (tramp-methods): Fix again tramp-copy-args of
"pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.

16 years ago*** empty log message ***
Michael Albinus [Mon, 7 Apr 2008 19:28:08 +0000 (19:28 +0000)]
*** empty log message ***

16 years ago(dired-read-shell-command): Use read-shell-command.
Stefan Monnier [Mon, 7 Apr 2008 18:57:28 +0000 (18:57 +0000)]
(dired-read-shell-command): Use read-shell-command.

16 years agoFix typo.
Juanma Barranquero [Mon, 7 Apr 2008 17:03:42 +0000 (17:03 +0000)]
Fix typo.

16 years ago(combine-and-quote-strings): Also quote strings that contain the separator.
Stefan Monnier [Mon, 7 Apr 2008 16:29:54 +0000 (16:29 +0000)]
(combine-and-quote-strings): Also quote strings that contain the separator.

16 years ago(mail-source-value):
Stefan Monnier [Mon, 7 Apr 2008 16:03:31 +0000 (16:03 +0000)]
(mail-source-value):
Prefer fboundp to functionp so it works with macros as well.

16 years agolisp-eval-defun & lisp-compile-defun: DEFVAR forms reset the variables
Sam Steingold [Mon, 7 Apr 2008 16:01:47 +0000 (16:01 +0000)]
lisp-eval-defun & lisp-compile-defun: DEFVAR forms reset the variables
to the init values, similar to emacs-lisp eval-defun

16 years agoTypo.
Stefan Monnier [Mon, 7 Apr 2008 14:43:03 +0000 (14:43 +0000)]
Typo.

16 years ago(cvs-map): Avoid recursion :-(
Stefan Monnier [Mon, 7 Apr 2008 14:25:02 +0000 (14:25 +0000)]
(cvs-map): Avoid recursion :-(

16 years agoMerge from gnus--devo--0
Miles Bader [Mon, 7 Apr 2008 13:08:33 +0000 (13:08 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 7 Apr 2008 11:11:28 +0000 (11:11 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 7 Apr 2008 11:03:40 +0000 (11:03 +0000)]
*** empty log message ***

16 years agoRegenerate.
Andreas Schwab [Mon, 7 Apr 2008 09:39:05 +0000 (09:39 +0000)]
Regenerate.

16 years ago(calendar-mode-map): Replace use of kbd.
Glenn Morris [Mon, 7 Apr 2008 07:25:40 +0000 (07:25 +0000)]
(calendar-mode-map): Replace use of kbd.

16 years ago(Some Terms): Change "fonts in this manual" index entry to
Chong Yidong [Mon, 7 Apr 2008 04:46:48 +0000 (04:46 +0000)]
(Some Terms): Change "fonts in this manual" index entry to
"typographic conventions".

16 years ago* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong [Mon, 7 Apr 2008 04:46:40 +0000 (04:46 +0000)]
* intro.texi (Some Terms): Change "fonts in this manual" index
entry to "typographic conventions".

16 years ago(org-agenda-format-date-aligned, org-agenda-execute-calendar-command):
Glenn Morris [Mon, 7 Apr 2008 02:02:15 +0000 (02:02 +0000)]
(org-agenda-format-date-aligned, org-agenda-execute-calendar-command):
Access date elements directly rather than using calendar functions.
(org-read-date, org-goto-calendar, org-agenda-goto-calendar):
Also set calendar-view-diary-initially-flag,
calendar-view-holidays-initially-flag
(org-get-entries-from-diary): Also set diary-fancy-buffer.
(org-agenda-execute-calendar-command): No need to set displayed-day.

16 years agoUpdate for calendar.el name changes.
Glenn Morris [Mon, 7 Apr 2008 01:59:37 +0000 (01:59 +0000)]
Update for calendar.el name changes.

16 years ago(diary-view-entries-initially-flag): Rename view-diary-entries-initially.
Glenn Morris [Mon, 7 Apr 2008 01:58:55 +0000 (01:58 +0000)]
(diary-view-entries-initially-flag): Rename view-diary-entries-initially.
Keep old name as alias, update users.
(calendar-mark-diary-entries-flag): Rename mark-diary-entries-in-calendar.
Keep old name as alias, update users.
(calendar-view-holidays-initially-flag): Rename
view-calendar-holidays-initially.  Keep old name as alias, update users.
(calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
Keep old name as alias, update users.
(calendar-initial-window-hook): Rename initial-calendar-window-hook.
Keep old name as alias, update users.
(calendar-today-visible-hook): Rename today-visible-calendar-hook.
Keep old name as alias, update users.
(calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
Keep old name as alias, update users.
(diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
(diary-american-date-forms): Rename american-date-diary-pattern.
Keep old name as alias, update users.
(diary-european-date-forms): Rename european-date-diary-pattern.
Keep old name as alias, update users.
(calendar-iso-date-display-form): Rename iso-calendar-display-form.
Keep old name as alias, update users.
(calendar-european-date-display-form): Rename european-calendar-display-form.
Keep old name as alias, update users.
(calendar-american-date-display-form): Rename european-calendar-display-form.
Keep old name as alias, update users.
(diary-show-holidays-flag): Rename holidays-in-diary-buffer.
Keep old name as alias, update users.
(holiday-general-holidays): Rename general-holidays.  Keep old name as alias,
update users.
(holiday-oriental-holidays): Rename oriental-holidays.  Keep old name as alias,
update users.
(holiday-local-holidays): Rename local-holidays.  Keep old name as alias,
update users.
(holiday-other-holidays): Rename other-holidays.  Keep old name as alias,
update users.
(holiday-hebrew-holidays): Rename hebrew-holidays.  Keep old name as alias,
update users.
(holiday-christian-holidays): Rename christian-holidays.
Keep old name as alias, update users.
(holiday-islamic-holidays): Rename islamic-holidays.  Keep old name as alias,
update users.
(holiday-bahai-holidays): Rename bahai-holidays.  Keep old name as alias,
update users.
(holiday-solar-holidays): Rename solar-holidays.  Keep old name as alias,
update users.
(diary-fancy-buffer): Rename fancy-diary-buffer.  Keep old name as alias,
update users.
(calendar-other-calendars-buffer): Rename other-calendars-buffer.  Update users.
(calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
Update users.
(calendar-increment-month): Rename increment-calendar-month.
Keep old name as alias, update callers.
(calendar-increment-month-cons): Rename old calendar-increment-month.
Update callers.
(calendar-extract-month): Rename extract-calendar-month.
Keep old name as alias, update callers
(calendar-extract-day): Rename extract-calendar-day.  Keep old name as alias,
update callers.
(calendar-extract-year): Rename extract-calendar-year.  Keep old name as alias,
update callers.
(calendar-generate-window): Rename generate-calendar-window.  Update callers.
(calendar-generate): Rename generate-calendar.  Update callers.
(calendar-generate-month): Rename generate-calendar-month.  Update callers.
(calendar-redraw): Rename redraw-calendar.  Update callers.
(calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
(calendar-mouse-other-month): Rename mouse-calendar-other-month.
Update callers.
(calendar-update-mode-line): Rename update-calendar-mode-line.  Update callers.
(calendar-exit): Rename exit-calendar.  Keep old name as alias, update callers.
(calendar-mark-visible-date): Rename mark-visible-calendar-date.
Keep old name as alias, update callers.

16 years ago*** empty log message ***
Dan Nicolaescu [Mon, 7 Apr 2008 01:27:59 +0000 (01:27 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Dan Nicolaescu [Mon, 7 Apr 2008 01:20:06 +0000 (01:20 +0000)]
*** empty log message ***

16 years ago(c-before-font-lock-function): Correct a typo in the doc string.
Alan Mackenzie [Sun, 6 Apr 2008 21:14:28 +0000 (21:14 +0000)]
(c-before-font-lock-function): Correct a typo in the doc string.

16 years ago(c-basic-common-init): Set font-lock-extend-after-change-region-function.
Alan Mackenzie [Sun, 6 Apr 2008 21:13:11 +0000 (21:13 +0000)]
(c-basic-common-init): Set font-lock-extend-after-change-region-function.
(c-extend-after-change-region): New function, used in
font-lock-extend-after-change-region-function, thus superseding advice on
the Font Lock after change functions.
(c-advise-fl-for-region): Remove this macro.

16 years ago*** empty log message ***
Alan Mackenzie [Sun, 6 Apr 2008 21:11:23 +0000 (21:11 +0000)]
*** empty log message ***

16 years ago(flyspell-duplicate-distance): Improve custom type.
Reiner Steib [Sun, 6 Apr 2008 21:01:50 +0000 (21:01 +0000)]
(flyspell-duplicate-distance): Improve custom type.

16 years ago(dired-dnd-handle-local-file): Obey dired-backup-overwrite for copy,
Chong Yidong [Sun, 6 Apr 2008 20:58:20 +0000 (20:58 +0000)]
(dired-dnd-handle-local-file): Obey dired-backup-overwrite for copy,
move, and link operations.

16 years ago* dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
Chong Yidong [Sun, 6 Apr 2008 20:58:08 +0000 (20:58 +0000)]
* dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
for copy, move, and link operations.

16 years agoUpdate for diary-lib name changes.
Glenn Morris [Sun, 6 Apr 2008 20:54:25 +0000 (20:54 +0000)]
Update for diary-lib name changes.

16 years ago(diary-sexp-entry-symbol): Rename sexp-diary-entry-symbol.
Glenn Morris [Sun, 6 Apr 2008 20:53:14 +0000 (20:53 +0000)]
(diary-sexp-entry-symbol): Rename sexp-diary-entry-symbol.
Keep old name as alias, update users.
(diary-list-entries-hook): Rename list-diary-entries-hook.
Keep old name as alias, update users.
(diary-mark-entries-hook): Rename mark-diary-entries-hook.
Keep old name as alias, update users.
(diary-nongregorian-listing-hook): Rename nongregorian-diary-listing-hook.
Keep old name as alias, update users.
(diary-nongregorian-marking-hook): Rename nongregorian-diary-marking-hook.
Keep old name as alias, update users.
(diary-print-entries-hook): Rename print-diary-entries-hook.
Keep old name as alias, update users.
(diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
Keep old name as alias, update users.
(diary-number-of-entries): Rename number-of-diary-entries.
Keep old name as alias, update users.
(view-diary-entries, list-diary-entries, show-all-diary-entries):
Give version of obsolescence.
(diary-view-other-diary-entries): Rename view-other-diary-entries.
Keep old name as alias, update callers.
(diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
update callers.
(diary-include-other-diary-files): Rename include-other-diary-files.
Keep old name as alias, update callers.
(diary-simple-display): Rename simple-diary-display.  Keep old name as alias,
update callers.
(diary-fancy-display): Rename fancy-diary-display.  Keep old name as alias,
update callers.
(diary-print-entries): Rename print-diary-entries.  Keep old name as alias,
update callers.
(diary-marking-entries-flag): Rename marking-diary-entries.  Update users.
(diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
(diary-mark-entries): Rename mark-diary-entries.  Keep old name as alias,
update callers.
(diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
Keep old name as alias, update callers.
(diary-mark-included-diary-files): Rename mark-included-diary-files.
Keep old name as alias, update callers.
(calendar-mark-days-named): Rename mark-calendar-days-named.
Keep old name as alias, update callers.
(calendar-mark-month): Rename mark-calendar-month.  Keep old name as alias,
update callers.
(calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
Keep old name as alias, update callers.
(diary-sort-entries): Rename sort-diary-entries.  Keep old name as alias,
update callers.
(diary-list-sexp-entries): Rename list-sexp-diary-entries.
Keep old name as alias, update callers.
(diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
update callers.
(diary-insert-entry): Rename insert-diary-entry.  Keep old name as alias.
(diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
Keep old name as alias.
(diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
Keep old name as alias.
(diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
Keep old name as alias.
(diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
Keep old name as alias.
(diary-insert-block-entry): Rename insert-block-diary-entry.
Keep old name as alias.
(diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
Keep old name as alias.
(diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
Keep old name as alias, update users.
(diary-fancy-display-mode): Rename fancy-diary-display-mode.
Keep old name as alias, update callers.