]> git.eshelyaron.com Git - emacs.git/log
emacs.git
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.

16 years agoComment.
Glenn Morris [Sun, 6 Apr 2008 20:49:40 +0000 (20:49 +0000)]
Comment.

16 years agoFix last fix.
Chong Yidong [Sun, 6 Apr 2008 20:37:01 +0000 (20:37 +0000)]
Fix last fix.

16 years agoTweak last change to silence compiler warning.
Chong Yidong [Sun, 6 Apr 2008 20:34:11 +0000 (20:34 +0000)]
Tweak last change to silence compiler warning.

16 years ago(dired-dnd-handle-local-file): Obey dired-backup-overwrite.
Chong Yidong [Sun, 6 Apr 2008 20:11:47 +0000 (20:11 +0000)]
(dired-dnd-handle-local-file): Obey dired-backup-overwrite.

16 years ago(dired-overwrite-confirmed): Revert last change.
Chong Yidong [Sun, 6 Apr 2008 20:11:37 +0000 (20:11 +0000)]
(dired-overwrite-confirmed): Revert last change.

16 years ago* dired-aux.el (dired-overwrite-confirmed): Revert last change.
Chong Yidong [Sun, 6 Apr 2008 20:11:21 +0000 (20:11 +0000)]
* dired-aux.el (dired-overwrite-confirmed): Revert last change.
* dired.el (dired-dnd-handle-local-file): Obey
dired-backup-overwrite.

16 years ago2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
Michael Kifer [Sun, 6 Apr 2008 19:26:02 +0000 (19:26 +0000)]
2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>

* viper*.el (viper-search-wrap-around-t): replace with
viper-search-wrap-around.

* ediff*.el: replace 3-argument 'require' statements with 1-argument
ones (wrapped in if's). For compatibility with the current stable
version of XEmacs.

16 years ago(vc-status-prepare-status-buffer):
Dan Nicolaescu [Sun, 6 Apr 2008 17:30:40 +0000 (17:30 +0000)]
(vc-status-prepare-status-buffer):
Reset vc-parent-buffer-name.

16 years ago(Burmese): Rename from Myanmar to be consistent with comment in burmese.el
Jason Rumney [Sun, 6 Apr 2008 15:21:36 +0000 (15:21 +0000)]
(Burmese): Rename from Myanmar to be consistent with comment in burmese.el

16 years ago("Burmese"): Make sample text consistent with language name.
Jason Rumney [Sun, 6 Apr 2008 15:14:22 +0000 (15:14 +0000)]
("Burmese"): Make sample text consistent with language name.

16 years ago(uniscribe_shape): Map char at FROM to current glyph.
Jason Rumney [Sun, 6 Apr 2008 14:29:29 +0000 (14:29 +0000)]
(uniscribe_shape): Map char at FROM to current glyph.

16 years ago(gdb): New group.
Nick Roberts [Sun, 6 Apr 2008 03:32:45 +0000 (03:32 +0000)]
(gdb): New group.
(gdb-debug-log-max, gdb-enable-debug)
(gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
(gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
(gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
(gdb-show-changed-values, gdb-max-children)
(gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
(breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
(gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
(gdb-memory-unit): Move to new group from GUD group.
(menu): Allow customization from GDB-UI menu-item.

16 years ago*** empty log message ***
Nick Roberts [Sun, 6 Apr 2008 03:09:25 +0000 (03:09 +0000)]
*** empty log message ***

16 years ago(uniscribe_shape): Increase items buffer size.
Jason Rumney [Sun, 6 Apr 2008 01:08:19 +0000 (01:08 +0000)]
(uniscribe_shape): Increase items buffer size.
Give up if glyph indices not supported.  Use uniscribe obtained
ABC widths for individual metrics.  Map glyph clusters back to
characters using fClusterStart flag.  Return number of glyphs
produced, not chars processed.

16 years ago(dired-overwrite-confirmed): Supply initial value.
Chong Yidong [Sun, 6 Apr 2008 00:03:38 +0000 (00:03 +0000)]
(dired-overwrite-confirmed): Supply initial value.

16 years ago* dired-aux.el (dired-overwrite-confirmed): Supply initial value.
Chong Yidong [Sun, 6 Apr 2008 00:03:24 +0000 (00:03 +0000)]
* dired-aux.el (dired-overwrite-confirmed): Supply initial value.

16 years agoMerge from emacs--rel--22
Miles Bader [Sat, 5 Apr 2008 23:01:26 +0000 (23:01 +0000)]
Merge from emacs--rel--22

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

16 years ago(compile_pattern_1): Treat non-nil and non-string of
Chong Yidong [Sat, 5 Apr 2008 21:42:59 +0000 (21:42 +0000)]
(compile_pattern_1): Treat non-nil and non-string of
search-spaces-regexp as nil.

16 years ago* search.c (compile_pattern_1): Treat non-nil and non-string of
Chong Yidong [Sat, 5 Apr 2008 21:42:01 +0000 (21:42 +0000)]
* search.c (compile_pattern_1): Treat non-nil and non-string of
search-spaces-regexp as nil.

16 years ago(compile_pattern_1): Treat non-nil and non-string of
Chong Yidong [Sat, 5 Apr 2008 21:40:16 +0000 (21:40 +0000)]
(compile_pattern_1): Treat non-nil and non-string of
search-spaces-regexp as nil.

16 years ago* search.c (compile_pattern_1): Treat non-nil and non-string of
Chong Yidong [Sat, 5 Apr 2008 21:40:04 +0000 (21:40 +0000)]
* search.c (compile_pattern_1): Treat non-nil and non-string of
search-spaces-regexp as nil.