bpt/emacs.git
16 years ago* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
Jason Rumney [Wed, 19 Mar 2008 17:04:18 +0000 (17:04 +0000)]
* w32fns.c (hourglass_timer, hourglass_hwnd): New variables.
(syms_of_w32fns): Initialize them.
(HOURGLASS_ID): New constant.
(x_window_to_frame): Don't check hourglass_window.
(w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer.
(w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor.
(w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor.
(w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor.
Only change the cursor if hourglass is not active.
(Fx_create_frame): Initialize frame's current_cursor.
(hourglass_atimer): Remove.
(hourglass_started): New function.
(start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32.
(show_hourglass): Adapt to w32, changing argument to frame.

* w32term.h (struct w32_output): Remove hourglass_window.
Add current_cursor.

* eval.c (call_debugger, Fsignal):
* keyboard.c (recursive_edit_1, cmd_error, Ftop_level)
(command_loop_1, Fread_key_sequence, Fread_key_sequence_vector)
(Fexecute_extended_command, cancel_hourglass_unwind):
* minibuf.c (read_minibuf):
* fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 19 Mar 2008 15:42:47 +0000 (15:42 +0000)]
*** empty log message ***

16 years ago(run_funs): New fun.
Stefan Monnier [Wed, 19 Mar 2008 15:18:30 +0000 (15:18 +0000)]
(run_funs): New fun.
(run_window_configuration_change_hook): Use it to run the buffer-local
and the global part of the hook.

16 years ago(format_mode_line_unwind_data): Add window argument.
Stefan Monnier [Wed, 19 Mar 2008 15:02:00 +0000 (15:02 +0000)]
(format_mode_line_unwind_data): Add window argument.
(unwind_format_mode_line): Restore selected window.
(x_consider_frame_title, Fformat_mode_line): Set selected window.

16 years ago(verilog-syntax-ppss): New function.
Stefan Monnier [Wed, 19 Mar 2008 14:29:35 +0000 (14:29 +0000)]
(verilog-syntax-ppss): New function.
(electric-verilog-terminate-line, verilog-in-struct-region-p)
(verilog-backward-ws&directives, verilog-forward-ws&directives)
(verilog-in-comment-p, verilog-in-star-comment-p)
(verilog-in-slash-comment-p, verilog-skip-backward-comments)
(verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
(verilog-skip-forward-comment-or-string, verilog-in-paren)
(verilog-skip-forward-comment-p): Use it,

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 19 Mar 2008 12:46:13 +0000 (12:46 +0000)]
*** empty log message ***

16 years ago(org-link-store, org-link-follow, org-latex, org-remember-templates,
Juanma Barranquero [Wed, 19 Mar 2008 12:20:34 +0000 (12:20 +0000)]
(org-link-store, org-link-follow, org-latex, org-remember-templates,
org-time-stamp-rounding-minutes, org-back-over-empty-lines,
org-find-base-buffer-visiting, org-columns-new): Fix typos in docstrings.

16 years ago(tramp-drop-volume-letter): Evaluate when compiling.
Glenn Morris [Wed, 19 Mar 2008 07:11:57 +0000 (07:11 +0000)]
(tramp-drop-volume-letter): Evaluate when compiling.

16 years ago(diff-header): Make the color louder.
Dan Nicolaescu [Wed, 19 Mar 2008 04:59:34 +0000 (04:59 +0000)]
(diff-header): Make the color louder.
(diff-refine-change): Tone the color down.

16 years ago*** empty log message ***
Dan Nicolaescu [Wed, 19 Mar 2008 04:15:12 +0000 (04:15 +0000)]
*** empty log message ***

16 years ago(describe-char): When specifying all properties,
Juanma Barranquero [Wed, 19 Mar 2008 02:13:03 +0000 (02:13 +0000)]
(describe-char): When specifying all properties,
list them in the right order.

16 years ago(load-with-code-conversion): Avoid setting default-enable-multibyte-characters.
Stefan Monnier [Wed, 19 Mar 2008 01:56:48 +0000 (01:56 +0000)]
(load-with-code-conversion): Avoid setting default-enable-multibyte-characters.

16 years ago*** empty log message ***
Stefan Monnier [Wed, 19 Mar 2008 01:52:49 +0000 (01:52 +0000)]
*** empty log message ***

16 years ago(vc-annotate-background): Fix custom type.
Stefan Monnier [Wed, 19 Mar 2008 01:44:34 +0000 (01:44 +0000)]
(vc-annotate-background): Fix custom type.

16 years ago(describe-char-unidata-list): Allow specifying just all properties.
Stefan Monnier [Wed, 19 Mar 2008 01:41:53 +0000 (01:41 +0000)]
(describe-char-unidata-list): Allow specifying just all properties.
(describe-char): Handle that new value.

16 years ago(cua-paste): Signal an error in read-only buf.
Stefan Monnier [Wed, 19 Mar 2008 01:05:50 +0000 (01:05 +0000)]
(cua-paste): Signal an error in read-only buf.

16 years ago`inhibit-startup-screen' doesn't inhibit display of the initial message
Juri Linkov [Tue, 18 Mar 2008 23:51:28 +0000 (23:51 +0000)]
`inhibit-startup-screen' doesn't inhibit display of the initial message
in the *scratch* buffer.

16 years ago(doc-view-initiate-display): Use doc-view-doc-type
Tassilo Horn [Tue, 18 Mar 2008 17:43:26 +0000 (17:43 +0000)]
(doc-view-initiate-display): Use doc-view-doc-type
instead of file name extension to make docs with uncommon
extensions work.

16 years ago(require): Require cl at compile time because
Tassilo Horn [Tue, 18 Mar 2008 12:02:44 +0000 (12:02 +0000)]
(require): Require cl at compile time because
`assert' needs it.

16 years agoFix typos in comments.
Juanma Barranquero [Tue, 18 Mar 2008 09:17:44 +0000 (09:17 +0000)]
Fix typos in comments.

16 years ago(mh-invisible-header-fields-internal): Add Accreditor,
Bill Wohler [Tue, 18 Mar 2008 04:17:38 +0000 (04:17 +0000)]
(mh-invisible-header-fields-internal): Add Accreditor,
Seal-Send-Time (closes SF #1916032).
(mh-invisible-header-fields, mh-invisible-header-fields-default):
Update URL to bug report for users to report ignored fields.

16 years ago(initial-calendar-window-hook, today-visible-calendar-hook): Doc fixes.
Glenn Morris [Tue, 18 Mar 2008 03:35:58 +0000 (03:35 +0000)]
(initial-calendar-window-hook, today-visible-calendar-hook): Doc fixes.

16 years ago* net/tramp.el (tramp-root-regexp): Simplify.
Michael Albinus [Mon, 17 Mar 2008 22:57:15 +0000 (22:57 +0000)]
* net/tramp.el (tramp-root-regexp): Simplify.
(tramp-completion-file-name-regexp-separate): Don't insist on
leading "[".  This prevents method or user or host completion.
(tramp-let-maybe): Autoload it.
(tramp-drop-volume-letter): Don't autoload.  When not on W32, it is
an alias for `identity'.
(tramp-handle-write-region): Protect `last-coding-system-used'
over the trailing statements.
(tramp-completion-file-name-handler-post-function): Removed.
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char' instead of calling
`tramp-drop-volume-letter'.
(top): Move coding cookie at the end.

16 years agoRevert unintended change.
Dan Nicolaescu [Mon, 17 Mar 2008 21:58:19 +0000 (21:58 +0000)]
Revert unintended change.

16 years ago(Fchar_equal): Check they are valid characters.
Stefan Monnier [Mon, 17 Mar 2008 20:23:06 +0000 (20:23 +0000)]
(Fchar_equal): Check they are valid characters.

16 years ago(Fbuffer_list): Declare (for use in callint.c).
Stefan Monnier [Mon, 17 Mar 2008 20:21:12 +0000 (20:21 +0000)]
(Fbuffer_list): Declare (for use in callint.c).

16 years ago(tramp-completion-mode-p): Don't use char-equal for
Stefan Monnier [Mon, 17 Mar 2008 20:19:00 +0000 (20:19 +0000)]
(tramp-completion-mode-p): Don't use char-equal for
elements which may be something else than characters.

16 years ago* vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
Dan Nicolaescu [Mon, 17 Mar 2008 16:25:13 +0000 (16:25 +0000)]
* vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
New functions to implement vc-status support.

* vc.el (vc-default-extra-status-menu)
(vc-add-to-vc-status-buffer): New functions.

16 years ago(emacs-lisp-mode-map): Add menu entries for eldoc and ielm.
Dan Nicolaescu [Mon, 17 Mar 2008 16:19:05 +0000 (16:19 +0000)]
(emacs-lisp-mode-map): Add menu entries for eldoc and ielm.

16 years ago(re_match_2_internal): Properly match raw 8-bit bytes
Andreas Schwab [Mon, 17 Mar 2008 14:52:34 +0000 (14:52 +0000)]
(re_match_2_internal): Properly match raw 8-bit bytes
against a charset.

16 years ago(Fbuffer_list): Declare.
Andreas Schwab [Mon, 17 Mar 2008 14:32:31 +0000 (14:32 +0000)]
(Fbuffer_list): Declare.

16 years ago(free_frame_tool_bar): Only call gtk_container_remove if
Jan Djärv [Mon, 17 Mar 2008 07:18:57 +0000 (07:18 +0000)]
(free_frame_tool_bar): Only call gtk_container_remove if
handlebox_widget is != 0.

16 years ago(diary-frame-parameters, calendar-frame-parameters)
Glenn Morris [Mon, 17 Mar 2008 02:38:26 +0000 (02:38 +0000)]
(diary-frame-parameters, calendar-frame-parameters)
(calendar-and-diary-frame-parameters): Fix custom type; add options.
(calendar-frame, diary-frame): Doc fixes.
(calendar-dedicate-diary, calendar-frame-1): Extract common code into
new functions.
(calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
Use calendar-frame-1 and calendar-dedicate-diary.
(calendar-one-frame-setup): Also handle only-one-frame case.
(calendar-only-one-frame-setup): Doc fix.  Just call calendar-one-frame-setup.

16 years agoRe-order some definitions before their use.
Glenn Morris [Mon, 17 Mar 2008 02:33:49 +0000 (02:33 +0000)]
Re-order some definitions before their use.
(nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
(diary-list-entries): Doc fixes.
(simple-diary-display, fancy-diary-display): Use
calendar-in-read-only-buffer to replace previous code and disable undo.
(make-fancy-diary-display): Remove function.

16 years ago(calendar-today-marker, initial-calendar-window-hook)
Glenn Morris [Mon, 17 Mar 2008 02:30:06 +0000 (02:30 +0000)]
(calendar-today-marker, initial-calendar-window-hook)
(today-visible-calendar-hook, today-invisible-calendar-hook)
(diary-file, calendar-basic-setup, calendar-star-date)
(calendar-mark-today): Doc fixes.
(today-visible-calendar-hook): Add options.
(calendar-in-read-only-buffer): New macro.
(calendar-basic-setup): Adapt for change in calendar-read-date.
Place holiday let inside if.
(calendar-day-name-array, calendar-month-name-array): Make defcustoms.
(calendar-read-date): Set day to 1 rather than nil in the NODAY case.
(calendar-print-other-dates): Use one let rather than many.
Use calendar-in-read-only-buffer to replace previous code and disable undo.

16 years ago(list-yahrzeit-dates): Use calendar-in-read-only-buffer to replace
Glenn Morris [Mon, 17 Mar 2008 02:21:37 +0000 (02:21 +0000)]
(list-yahrzeit-dates): Use calendar-in-read-only-buffer to replace
previous code and disable undo.

16 years ago(calendar-list-holidays, list-holidays, calendar-cursor-holidays):
Glenn Morris [Mon, 17 Mar 2008 02:20:49 +0000 (02:20 +0000)]
(calendar-list-holidays, list-holidays, calendar-cursor-holidays):
Use calendar-in-read-only-buffer to replace previous code and disable undo.

16 years ago(calendar-phases-of-moon): Use calendar-in-read-only-buffer to replace
Glenn Morris [Mon, 17 Mar 2008 02:19:31 +0000 (02:19 +0000)]
(calendar-phases-of-moon): Use calendar-in-read-only-buffer to replace
previous code and disable undo.

16 years ago*** empty log message ***
Juanma Barranquero [Mon, 17 Mar 2008 01:24:44 +0000 (01:24 +0000)]
*** empty log message ***

16 years ago(Viewing): Update URL for adding header fields to
Bill Wohler [Mon, 17 Mar 2008 01:20:29 +0000 (01:20 +0000)]
(Viewing): Update URL for adding header fields to
mh-invisible-header-fields-default.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 17 Mar 2008 00:48:03 +0000 (00:48 +0000)]
*** empty log message ***

16 years agoCommands that read a buffer name now provide a list of all buffers.
Juri Linkov [Sun, 16 Mar 2008 17:47:34 +0000 (17:47 +0000)]
Commands that read a buffer name now provide a list of all buffers.

16 years ago(Fcall_interactively): For interactive code letters
Juri Linkov [Sun, 16 Mar 2008 17:46:19 +0000 (17:46 +0000)]
(Fcall_interactively): For interactive code letters
'b' and 'B' put the buffer list into the list of default "future"
values of the minibuffer.

16 years ago(goto-line): Leave mark at previous position. Doc fix.
Juri Linkov [Sun, 16 Mar 2008 17:45:11 +0000 (17:45 +0000)]
(goto-line): Leave mark at previous position.  Doc fix.

16 years ago(kill-this-buffer): Use menu-bar-non-minibuffer-window-p
Juri Linkov [Sun, 16 Mar 2008 17:44:20 +0000 (17:44 +0000)]
(kill-this-buffer): Use menu-bar-non-minibuffer-window-p
to check if the current buffer is the minibuffer, and in this case
call abort-recursive-edit to kill the minibuffer.  Doc fix.
(kill-this-buffer-enabled-p): Allow this function to return non-nil
when the current buffer is the minibuffer.

16 years ago(isearch-edit-string): Use search-ring-yank-pointer
Juri Linkov [Sun, 16 Mar 2008 17:44:11 +0000 (17:44 +0000)]
(isearch-edit-string): Use search-ring-yank-pointer
and regexp-search-ring-yank-pointer for the HISTPOS argument of
read-from-minibuffer to provide the correct initial minibuffer
history position in isearch-edit-string when it is called from
isearch-ring-adjust.

16 years agoFix typos.
Dan Nicolaescu [Sun, 16 Mar 2008 17:02:40 +0000 (17:02 +0000)]
Fix typos.

16 years ago(read_key_sequence): Fix downcasing of letters with
Andreas Schwab [Sun, 16 Mar 2008 11:24:35 +0000 (11:24 +0000)]
(read_key_sequence): Fix downcasing of letters with
modifiers.

16 years ago(re_match_2_internal): Correct matching of a charset
Andreas Schwab [Sun, 16 Mar 2008 10:45:53 +0000 (10:45 +0000)]
(re_match_2_internal): Correct matching of a charset
against latin-1 characters.

16 years ago(doc-view-doc->txt, doc-view-convert-current-doc):
Tassilo Horn [Sun, 16 Mar 2008 09:24:29 +0000 (09:24 +0000)]
(doc-view-doc->txt, doc-view-convert-current-doc):
Use non-nil PARENTS attribute of make-directory instead of
explicitly checking existence the current cache directory.

16 years agolisp/ChangeLog: Update.
Michael Olson [Sun, 16 Mar 2008 04:05:03 +0000 (04:05 +0000)]
lisp/ChangeLog: Update.

16 years agoEasyPG: Fix bug with C-x C-s after M-x epa-file-select-keys.
Michael Olson [Sun, 16 Mar 2008 04:04:15 +0000 (04:04 +0000)]
EasyPG: Fix bug with C-x C-s after M-x epa-file-select-keys.

16 years ago(calendar-mayan-haab-to-string): Simplify.
Glenn Morris [Sun, 16 Mar 2008 01:58:15 +0000 (01:58 +0000)]
(calendar-mayan-haab-to-string): Simplify.
(calendar-mayan-tzolkin-from-absolute): Expand calendar-mod calls.

16 years ago*** empty log message ***
Glenn Morris [Sun, 16 Mar 2008 01:57:13 +0000 (01:57 +0000)]
*** empty log message ***

16 years ago(auto-coding-alist): Use
Kenichi Handa [Sun, 16 Mar 2008 01:54:07 +0000 (01:54 +0000)]
(auto-coding-alist): Use
no-conversion-multibyte for archive files.

16 years agoSmall formatting change.
Glenn Morris [Sun, 16 Mar 2008 01:28:43 +0000 (01:28 +0000)]
Small formatting change.

16 years ago(diary-remind-message, mark-sexp-diary-entries, list-sexp-diary-entries)
Glenn Morris [Sun, 16 Mar 2008 01:27:15 +0000 (01:27 +0000)]
(diary-remind-message, mark-sexp-diary-entries, list-sexp-diary-entries)
(diary-font-lock-sexps): Use format rather than concat.
(diary): Remove un-needed let.
(view-other-diary-entries): Rename argument.
(diary-list-entries-2): New function.
(diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
(print-diary-entries): Use unless.
(diary-mark-entries-1): Change argument order, make all but
markfunc optional.  Handle the standard (Gregorian) case.  Use
match-string-no-properties.  Handle marks.
(mark-diary-entries): Use diary-mark-entries-1.
(calendar-mark-complex, calendar-mark-1): New functions.
(diary-font-lock-keywords-1): New macro.
(diary-font-lock-keywords): Use diary-font-lock-keywords-1.

16 years ago(calendar-mark-complex): Autoload it.
Glenn Morris [Sun, 16 Mar 2008 01:25:11 +0000 (01:25 +0000)]
(calendar-mark-complex): Autoload it.
(mark-hebrew-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-complex.

(calendar-absolute-from-hebrew, hebrew-calendar-yahrzeit)
(insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
(insert-yearly-hebrew-diary-entry): Use let rather than let*.
(calendar-hebrew-prompt-for-date): New function.
(calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
(holiday-tisha-b-av-etc): Use unless, let.

16 years ago(CHAR_STRING_ADVANCE_NO_UNIFY)
Kenichi Handa [Sun, 16 Mar 2008 01:24:55 +0000 (01:24 +0000)]
(CHAR_STRING_ADVANCE_NO_UNIFY)
(STRING_CHAR_ADVANCE_NO_UNIFY): New macros.
(coding_alloc_by_making_gap): Fix the way to preserve data in the
gap.
(alloc_destination): Fix the 2nd arg to
coding_alloc_by_making_gap.
(encode_coding_utf_8): Use CHAR_STRING_ADVANCE_NO_UNIFY instead of
CHAR_STRING_ADVANCE.
(produce_chars): Fix for the case that the source and the
destination are the same buffer.  Use CHAR_STRING_ADVANCE_NO_UNIFY
instead of CHAR_STRING_ADVANCE.
(consume_chars): Use STRING_CHAR_ADVANCE_NO_UNIFY instead of
STRING_CHAR_ADVANCE.

16 years ago(calendar-mark-1): Autoload it.
Glenn Morris [Sun, 16 Mar 2008 01:24:21 +0000 (01:24 +0000)]
(calendar-mark-1): Autoload it.
(mark-islamic-calendar-date-pattern): Add optional argument `color'.
Use calendar-mark-1.

(calendar-islamic-prompt-for-date): New function.
(calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.

16 years ago(calendar-mark-1): Autoload it.
Glenn Morris [Sun, 16 Mar 2008 01:23:55 +0000 (01:23 +0000)]
(calendar-mark-1): Autoload it.
(calendar-bahai-mark-date-pattern): Add optional argument `color'.
Use calendar-mark-1.

(calendar-bahai-date-string): Use a single let.
(diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
(diary-bahai-insert-yearly-entry): Use let rather than let*.
Move obsolete aliases after the functions that replaced them.

16 years ago(calendar-chinese-from-absolute, calendar-chinese-date-string): Expand
Glenn Morris [Sun, 16 Mar 2008 01:23:25 +0000 (01:23 +0000)]
(calendar-chinese-from-absolute, calendar-chinese-date-string): Expand
calendar-mod calls.

16 years ago(calendar-mod): Remove.
Glenn Morris [Sun, 16 Mar 2008 01:22:58 +0000 (01:22 +0000)]
(calendar-mod): Remove.
(calendar-for-loop): Add indent spec.

16 years agoUlf Jasper <ulf.jasper at web.de>
Glenn Morris [Sun, 16 Mar 2008 01:21:57 +0000 (01:21 +0000)]
Ulf Jasper  <ulf.jasper at web.de>

(icalendar-version): Increase to 0.18.
(icalendar-export-hidden-diary-entries): New variable.
(icalendar-export-region): Use icalendar-export-hidden-diary-entries.
In case of error, insert full error-val.
(icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
Use calendar-day-of-week.  Return the day number.
(icalendar--convert-weekly-to-ical): Use funcall rather than apply.

16 years agoCraig Markwardt <Craig.Markwardt at nasa.gov>
Glenn Morris [Sun, 16 Mar 2008 01:21:25 +0000 (01:21 +0000)]
Craig Markwardt  <Craig.Markwardt at nasa.gov>

(icalendar-recurring-start-year): New variable.
(icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
(icalendar-export-region): Ignore hidden diary entries.
(icalendar--convert-ordinary-to-ical): Fix case where event
spans across midnight boundary.
(icalendar-first-weekday-of-year): New function.
(icalendar--convert-weekly-to-ical): Allow user-selectable start
year for recurring events (Mozilla calendars do not propagate
recurring events forever, so year 2000 start date was not working).
(icalendar--convert-yearly-to-ical): Remove extra spaces in
formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).

16 years ago(Preface): Add Gnus to requirements.
Bill Wohler [Sun, 16 Mar 2008 00:51:59 +0000 (00:51 +0000)]
(Preface): Add Gnus to requirements.
(Forwarding): Note that forwarded MIME messages are now inline.

16 years ago*** empty log message ***
Michael Albinus [Sat, 15 Mar 2008 21:59:33 +0000 (21:59 +0000)]
*** empty log message ***

16 years ago* tramp.el (tramp-root-regexp): New defconst.
Michael Albinus [Sat, 15 Mar 2008 21:54:02 +0000 (21:54 +0000)]
* tramp.el (tramp-root-regexp): New defconst.
(tramp-completion-file-name-regexp-unified)
(tramp-completion-file-name-regexp-separate)
(tramp-completion-file-name-regexp-url): Use it.
(tramp-do-copy-or-rename-file-via-buffer): Set
`enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
t for `insert-file-contents-literally'.
(tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
Autoload it.
(tramp-completion-file-name-handler-post-function): New defconst.
(tramp-completion-file-name-handler): Use it.
(tramp-maybe-open-connection): Update calls to
`tramp-flush-connection-property' for removed 2nd argument.

16 years ago*** empty log message ***
Michael Albinus [Sat, 15 Mar 2008 21:50:58 +0000 (21:50 +0000)]
*** empty log message ***

16 years ago(vc-bzr-diff): Use a faster invocation when possible.
Stefan Monnier [Sat, 15 Mar 2008 19:37:17 +0000 (19:37 +0000)]
(vc-bzr-diff): Use a faster invocation when possible.
(vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table): New functions.

16 years ago(re_match_2_internal): Correct matching of eight bit
Andreas Schwab [Sat, 15 Mar 2008 14:21:08 +0000 (14:21 +0000)]
(re_match_2_internal): Correct matching of eight bit
characters in unibyte strings.

16 years ago(Finding Overlays): Say that empty overlays at
Martin Rudalics [Sat, 15 Mar 2008 09:22:43 +0000 (09:22 +0000)]
(Finding Overlays): Say that empty overlays at
the end of the buffer are reported too.

16 years ago(overlays_in, Foverlays_in): Include empty overlays
Martin Rudalics [Sat, 15 Mar 2008 09:14:40 +0000 (09:14 +0000)]
(overlays_in, Foverlays_in): Include empty overlays
at end of range when it coincides with the end of the buffer.

16 years ago(diary-face-attrs, diary-glob-file-regexp-prefix, diary-selective-display)
Glenn Morris [Sat, 15 Mar 2008 03:03:08 +0000 (03:03 +0000)]
(diary-face-attrs, diary-glob-file-regexp-prefix, diary-selective-display)
(number-of-diary-entries, diary-list-entries, diary-goto-entry):
(list-sexp-diary-entries, diary-date, diary-block, diary-float)
(diary-anniversary, diary-cyclic)
(diary-fancy-font-lock-fontify-region-function): Doc fixes.
(diary-header-line-format): Change wording.
(diary-list-entries): Set `date-start' in let.
(include-other-diary-files, mark-included-diary-files): Use format.
(simple-diary-display, fancy-diary-display): Use cadr, unless.
(mark-diary-entries): Use 1+.
(mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
(mark-calendar-month): Use dotimes.
(diary-list-entries-1, diary-mark-entries-1): New functions.

16 years ago(number, original-date, add-to-diary-list)
Glenn Morris [Sat, 15 Mar 2008 03:01:40 +0000 (03:01 +0000)]
(number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(list-hebrew-diary-entries): Use diary-list-entries-1.
(mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.

(calendar-hebrew-month-name-array-common-year)
(calendar-hebrew-month-name-array-leap-year)
(hebrew-calendar-parashiot-names): Make constants.
(diary-parasha): Move definition after constants it uses.

16 years ago(number, original-date, add-to-diary-list)
Glenn Morris [Sat, 15 Mar 2008 03:01:13 +0000 (03:01 +0000)]
(number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(list-islamic-diary-entries): Use diary-list-entries-1.
(mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.

(calendar-islamic-month-name-array, calendar-islamic-epoch): Make constants.
(calendar-islamic-epoch): Doc fix.

16 years ago(number, original-date, add-to-diary-list)
Glenn Morris [Sat, 15 Mar 2008 03:00:48 +0000 (03:00 +0000)]
(number, original-date, add-to-diary-list)
(diary-name-pattern, mark-calendar-days-named): Remove declarations.
(diary-list-entries-1, diary-mark-entries-1): Autoload.
(diary-bahai-list-entries): Use diary-list-entries-1.
(diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.

(calendar-bahai-epoch): Doc fix.

16 years ago(european-calendar-style, calendar-for-loop)
Glenn Morris [Sat, 15 Mar 2008 03:00:17 +0000 (03:00 +0000)]
(european-calendar-style, calendar-for-loop)
(calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
(calendar-cursor-to-date): Doc fix.
(hebrew-holidays-1, hebrew-holidays-4): Simplify.
(extract-calendar-day, extract-calendar-year): Use cadr, nth.
(calendar-day-number): Use when.
(generate-calendar-month): Use dotimes.
(exit-calendar, calendar-print-other-dates): Use let rather than let*.
(calendar-set-mark): Reverse conditional.
(calendar-make-alist): Move definition before use.

16 years ago(appt-check, appt-delete, appt-make-list): Use caar.
Glenn Morris [Sat, 15 Mar 2008 02:59:34 +0000 (02:59 +0000)]
(appt-check, appt-delete, appt-make-list): Use caar.

16 years ago(number-chinese-months, calendar-chinese-from-absolute): Use nth, caar.
Glenn Morris [Sat, 15 Mar 2008 02:59:15 +0000 (02:59 +0000)]
(number-chinese-months, calendar-chinese-from-absolute): Use nth, caar.

16 years ago(coptic-calendar-epoch): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:58:39 +0000 (02:58 +0000)]
(coptic-calendar-epoch): Doc fix.

16 years agoFormatting changes only.
Glenn Morris [Sat, 15 Mar 2008 02:58:24 +0000 (02:58 +0000)]
Formatting changes only.

16 years ago(french-calendar-accents): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:57:58 +0000 (02:57 +0000)]
(french-calendar-accents): Doc fix.

16 years ago(cal-html-insert-link-yearpage, (cal-html-htmlify-list): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:57:42 +0000 (02:57 +0000)]
(cal-html-insert-link-yearpage, (cal-html-htmlify-list): Doc fix.
(cal-html-htmlify-entry): Use nth.

16 years ago(cal-menu-goto-menu): Use "Go To".
Glenn Morris [Sat, 15 Mar 2008 02:57:13 +0000 (02:57 +0000)]
(cal-menu-goto-menu): Use "Go To".

16 years ago(cal-tex-hook, cal-tex-insert-preamble, cal-tex-month-name): Doc fix.
Glenn Morris [Sat, 15 Mar 2008 02:56:30 +0000 (02:56 +0000)]
(cal-tex-hook, cal-tex-insert-preamble, cal-tex-month-name): Doc fix.
(cal-tex-last-blank-p): Use zerop.

16 years ago(displayed-month, displayed-year): Move declarations where needed.
Glenn Morris [Sat, 15 Mar 2008 02:55:45 +0000 (02:55 +0000)]
(displayed-month, displayed-year): Move declarations where needed.
(calendar-list-holidays): Doc fix.

16 years ago(parse-time-string): Simplify.
Glenn Morris [Sat, 15 Mar 2008 02:55:25 +0000 (02:55 +0000)]
(parse-time-string): Simplify.

16 years ago(solar-n-hemi-seasons, solar-s-hemi-seasons): Make constants.
Glenn Morris [Sat, 15 Mar 2008 02:55:06 +0000 (02:55 +0000)]
(solar-n-hemi-seasons, solar-s-hemi-seasons): Make constants.
(solar-sunrise-sunset): Rename some local variables for clarity.
(sunrise-sunset): Use zerop.
(solar-mean-equinoxes/solstices): Doc fix.

16 years ago(timeclock-time-to-seconds, timeclock-log-data): Use nth.
Glenn Morris [Sat, 15 Mar 2008 02:54:45 +0000 (02:54 +0000)]
(timeclock-time-to-seconds, timeclock-log-data): Use nth.
(timeclock-completing-read, timeclock-generate-report): Use zerop.
(timeclock-mean, timeclock-generate-report): Use dolist.

16 years ago(todo-add-category): Simplify.
Glenn Morris [Sat, 15 Mar 2008 02:54:24 +0000 (02:54 +0000)]
(todo-add-category): Simplify.
(todo-more-important-p, todo-delete-item, todo-file-item): Use unless, when.
(todo-top-priorities): Use zerop.

16 years ago*** empty log message ***
Jason Rumney [Fri, 14 Mar 2008 23:43:02 +0000 (23:43 +0000)]
*** empty log message ***

16 years ago(initial_tz): New variable.
Jason Rumney [Fri, 14 Mar 2008 23:36:58 +0000 (23:36 +0000)]
(initial_tz): New variable.
(syms_of_editfns): Initialize it.
(Fset_time_zone_rule): Set it when first called.
Use it when TZSTRING is nil.

16 years ago(list-buffers-noselect): Display buffer name in
Nick Roberts [Fri, 14 Mar 2008 21:32:47 +0000 (21:32 +0000)]
(list-buffers-noselect): Display buffer name in
tooltip instead of mouse binding when it doesn't fit in the list.

16 years ago*** empty log message ***
Nick Roberts [Fri, 14 Mar 2008 21:31:07 +0000 (21:31 +0000)]
*** empty log message ***

16 years agoFix typo.
Dan Nicolaescu [Fri, 14 Mar 2008 18:58:17 +0000 (18:58 +0000)]
Fix typo.

16 years agoFix previous change.
Glenn Morris [Fri, 14 Mar 2008 17:52:43 +0000 (17:52 +0000)]
Fix previous change.

16 years ago(font-lock-comment-face): Move from 22.1 to 22.2
Glenn Morris [Fri, 14 Mar 2008 17:48:07 +0000 (17:48 +0000)]
(font-lock-comment-face): Move from 22.1 to 22.2

16 years ago* faces.el (xw-defined-colors):
Dan Nicolaescu [Fri, 14 Mar 2008 17:42:18 +0000 (17:42 +0000)]
* faces.el (xw-defined-colors):
* simple.el (widget-convert, shell-mode): Declare as functions
instead of autoloading.

* abbrev.el:
* button.el:
* cus-face.el:
* ediff-hook.el:
* emacs-lisp/backquote.el:
* emacs-lisp/timer.el:
* facemenu.el:
* faces.el:
* menu-bar.el:
* simple.el:
* subr.el:
* textmodes/fill.el:
* textmodes/paragraphs.el: Remove autoloads, redundant when the
files are preloaded.

16 years ago(Ffile_attributes) [WINDOWSNT]: Force inode be positive.
Eli Zaretskii [Fri, 14 Mar 2008 17:31:09 +0000 (17:31 +0000)]
(Ffile_attributes) [WINDOWSNT]: Force inode be positive.