]> code.delx.au - gnu-emacs/log
gnu-emacs
16 years ago* tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".
Michael Albinus [Fri, 21 Mar 2008 18:04:42 +0000 (18:04 +0000)]
* tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and "psftp".

16 years agoFix up encoding.
Michael Albinus [Fri, 21 Mar 2008 17:58:33 +0000 (17:58 +0000)]
Fix up encoding.

16 years ago* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
Stefan Monnier [Fri, 21 Mar 2008 17:53:04 +0000 (17:53 +0000)]
* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
* vc.el (vc-default-dired-state-info): Use just "modified".
* vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
(vc-cvs-mode-line-string): Make use of the better default.
(vc-cvs-parse-entry): Use the new `added'.
(vc-cvs-dired-state-info): Remove.
* vc-svn.el (vc-svn-dired-state-info): Remove.
* vc-hg.el (vc-hg-dired-state-info): Remove.
* vc-git.el (vc-git-dired-state-info): Remove.

16 years ago(vc-git-status-result): New variable.
Dan Nicolaescu [Fri, 21 Mar 2008 06:29:04 +0000 (06:29 +0000)]
(vc-git-status-result): New variable.
(vc-git-dir-status): Split out ...
(vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
... these new functions and work asynchronously.

16 years ago(vc-git-after-dir-status): Remove.
Dan Nicolaescu [Fri, 21 Mar 2008 06:24:15 +0000 (06:24 +0000)]
(vc-git-after-dir-status): Remove.
(vc-git-dired-state-info): Reimplement.

16 years ago(occur-mode-map): Add :help.
Dan Nicolaescu [Fri, 21 Mar 2008 06:12:35 +0000 (06:12 +0000)]
(occur-mode-map): Add :help.

16 years ago(emacs-lisp-mode-map): Add menu entry for disassemble.
Dan Nicolaescu [Fri, 21 Mar 2008 06:08:21 +0000 (06:08 +0000)]
(emacs-lisp-mode-map): Add menu entry for disassemble.

16 years ago(vc-status-mark-buffer-changed): Better deal with files in
Dan Nicolaescu [Fri, 21 Mar 2008 06:02:51 +0000 (06:02 +0000)]
(vc-status-mark-buffer-changed): Better deal with files in
the 'added state.
(vc-status-remove-up-to-date): New function.
(vc-status-mode-map, vc-status-menu-map): Bind it.
(vc-status-printer): Use a different face up-to-date files.
(vc-resynch-buffer): Update the vc-status buffer if it exists.
(Todo): Remove solved entries.

16 years ago* vc-hg.el (vc-hg-state):
Dan Nicolaescu [Fri, 21 Mar 2008 05:53:48 +0000 (05:53 +0000)]
* vc-hg.el (vc-hg-state):
* vc-git.el (vc-git-state):
* vc-cvs.el (vc-cvs-parse-status):
* vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
state.

16 years ago(enlarge_buffer_text): Fix int -> EMACS_INT.
Stefan Monnier [Fri, 21 Mar 2008 01:49:18 +0000 (01:49 +0000)]
(enlarge_buffer_text): Fix int -> EMACS_INT.

16 years ago*** empty log message ***
Juanma Barranquero [Fri, 21 Mar 2008 00:32:13 +0000 (00:32 +0000)]
*** empty log message ***

16 years ago(read-shell-command): Other typo.
Stefan Monnier [Thu, 20 Mar 2008 21:30:29 +0000 (21:30 +0000)]
(read-shell-command): Other typo.

16 years ago* progmodes/compile.el (compile):
Stefan Monnier [Thu, 20 Mar 2008 19:56:58 +0000 (19:56 +0000)]
* progmodes/compile.el (compile):
* progmodes/grep.el (grep, grep-find): Use read-shell-command.

16 years ago(read-shell-command): Typo.
Stefan Monnier [Thu, 20 Mar 2008 19:52:30 +0000 (19:52 +0000)]
(read-shell-command): Typo.

16 years ago(minibuffer-local-shell-command-map): New var.
Stefan Monnier [Thu, 20 Mar 2008 19:48:07 +0000 (19:48 +0000)]
(minibuffer-local-shell-command-map): New var.
(minibuffer-complete-shell-command, read-shell-command): New funs.
(shell-command, shell-command-on-region): Use them.

16 years ago* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
Stefan Monnier [Thu, 20 Mar 2008 18:38:34 +0000 (18:38 +0000)]
* intervals.c (temp_set_point, temp_set_point_both): Use EMACS_INT.
(set_point, set_point_both): Use EMACS_INT.  Remove `buffer' arg,
work on current_buffer only instead (that was already the case
for some of the code anyway).
* buffer.h (set_point, set_point_both): Remove buffer arg, use long int.
(temp_set_point, temp_set_point_both): Use EMACS_INT.
(SET_PT, SET_PT_BOTH): Adjust.
* intervals.h (set_point, temp_set_point, set_point_both)
(temp_set_point_both): Remove redundant declarations.

16 years ago* fileio.c (Finsert_file_contents):
Stefan Monnier [Thu, 20 Mar 2008 18:13:12 +0000 (18:13 +0000)]
* fileio.c (Finsert_file_contents):
* lread.c (Feval_buffer): Use BUF_TEMP_SET_PT.
* buffer.h (BUF_SET_PT): Remove.  set_point_both doesn't work right
when buffer != current_buffer anyway.

16 years ago(Fcall_interactively) [case 'B']: Use other-buffer
Andreas Schwab [Thu, 20 Mar 2008 17:21:16 +0000 (17:21 +0000)]
(Fcall_interactively) [case 'B']: Use other-buffer
as default.

16 years ago(vc-status-mark-buffer-changed): New function to implement
Dan Nicolaescu [Thu, 20 Mar 2008 15:51:45 +0000 (15:51 +0000)]
(vc-status-mark-buffer-changed): New function to implement
updating of the *vc-status* buffer when a buffer is saved.
(vc-status-mode): Use it for after-change-hook.
(vc-add-to-vc-status-buffer): Rename to ...
(vc-status-add-entry): ... this.
(Todo): Add new entry.

16 years ago(mm-copy-to-buffer): Use mm-set-buffer-multibyte.
Stefan Monnier [Thu, 20 Mar 2008 15:49:10 +0000 (15:49 +0000)]
(mm-copy-to-buffer): Use mm-set-buffer-multibyte.

16 years ago(mm-set-buffer-multibyte): New function.
Stefan Monnier [Thu, 20 Mar 2008 15:47:15 +0000 (15:47 +0000)]
(mm-set-buffer-multibyte): New function.

16 years ago(gnus-configure-frame, gnus-all-windows-visible-p):
Stefan Monnier [Thu, 20 Mar 2008 15:42:57 +0000 (15:42 +0000)]
(gnus-configure-frame, gnus-all-windows-visible-p):
Prefer fboundp to functionp so it works with macros as well.

16 years ago(sort-reorder-buffer): Preserve the buffer's multibyteness.
Stefan Monnier [Thu, 20 Mar 2008 15:41:44 +0000 (15:41 +0000)]
(sort-reorder-buffer): Preserve the buffer's multibyteness.

16 years agoFix up encoding.
Stefan Monnier [Thu, 20 Mar 2008 13:42:38 +0000 (13:42 +0000)]
Fix up encoding.

16 years ago(icomplete-completions): While collecting the list of prospective candidates,
Juanma Barranquero [Thu, 20 Mar 2008 10:28:55 +0000 (10:28 +0000)]
(icomplete-completions): While collecting the list of prospective candidates,
don't overshoot `icomplete-prospects-length'.

16 years ago(icomplete-prospects-length, icomplete-max-delay-chars,
Juanma Barranquero [Thu, 20 Mar 2008 09:17:22 +0000 (09:17 +0000)]
(icomplete-prospects-length, icomplete-max-delay-chars,
icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
Remove spurious * from defcustom docstrings.
(icomplete-compute-delay): Fix docstring and remove spurious *.
(icomplete-delay-completions-threshold): Fix typo in docstring
and remove spurious *.

16 years ago* textmodes/refbib.el:
Dan Nicolaescu [Thu, 20 Mar 2008 07:44:55 +0000 (07:44 +0000)]
* textmodes/refbib.el:
* textmodes/reftex.el:
* textmodes/reftex-global.el:
* textmodes/reftex-vars.el:
* textmodes/reftex-toc.el: Don't use eval-and-compile for byte
compiler pacifying defvars.
(reftex-toc-mode): Only make zmacs-regions local on XEmacs.
* textmodes/reftex-index.el (zmacs-regions): Remove pacifier, not
needed.

16 years ago(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including
Dan Nicolaescu [Thu, 20 Mar 2008 06:38:35 +0000 (06:38 +0000)]
(verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including
genvars.

16 years ago(verilog-easy-menu-filter): New function.
Dan Nicolaescu [Thu, 20 Mar 2008 06:27:52 +0000 (06:27 +0000)]
(verilog-easy-menu-filter): New function.
(verilog-stmt-menu, verilog-menu): Add :help and filter it.
(verilog-customize, verilog-font-customize)
(electric-verilog-backward-sexp, electric-verilog-forward-sexp)
(verilog-mode): Update documentation strings to match tool tips.
(verilog-auto-search-do, verilog-auto-re-search-do)
(verilog-skip-forward-comment-or-string): Fix verilog-auto
expansion when a .* appears inside a string.
(verilog-re-search-forward, verilog-re-search-backward): Add
comment to recall how this works.

16 years ago(calendar-location-name, calendar-latitude)
Glenn Morris [Thu, 20 Mar 2008 04:52:19 +0000 (04:52 +0000)]
(calendar-location-name, calendar-latitude)
(calendar-longitude, solar-arctan, sunrise-sunset)
(solar-mean-equinoxes/solstices): Use the appropriate equality test.

16 years ago(calendar-other-dates): Declare it, and removes the declarations it replaces.
Glenn Morris [Thu, 20 Mar 2008 04:46:51 +0000 (04:46 +0000)]
(calendar-other-dates): Declare it, and removes the declarations it replaces.
(calendar-mouse-print-dates): Use calendar-other-dates.
(calendar-mouse-holidays): Re-use the title.
(calendar-mouse-view-diary-entries): Use or.
(calendar-mouse-chinese-date): Remove unused command.
(cal-menu-load-hook): Mark as obsolete.

16 years ago(calendar-other-dates): New function.
Glenn Morris [Thu, 20 Mar 2008 04:41:47 +0000 (04:41 +0000)]
(calendar-other-dates): New function.
(calendar-print-other-dates): Use calendar-other-dates.

16 years ago(chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Glenn Morris [Thu, 20 Mar 2008 04:40:18 +0000 (04:40 +0000)]
(chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
Make defcustoms.

16 years ago(calendar-bahai-leap-year-p)
Glenn Morris [Thu, 20 Mar 2008 04:38:27 +0000 (04:38 +0000)]
(calendar-bahai-leap-year-p)
(calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
(calendar-absolute-from-bahai): Fix the leap-year case.
(calendar-bahai-from-absolute): Store the month.
(calendar-bahai-date-string, calendar-bahai-print-date): Handle
pre-Bahai dates.

16 years agoRemove outdated comments.
Jay Belanger [Thu, 20 Mar 2008 03:08:51 +0000 (03:08 +0000)]
Remove outdated comments.
(defcalcmodevar, calc-mode-var-list-restore-default-values)
(calc-mode-var-list-restore-saved-values, calc-autorange-units):
Add docstrings.

16 years ago(x-alternatives-map): Add S-tab mapping.
Jason Rumney [Wed, 19 Mar 2008 23:25:27 +0000 (23:25 +0000)]
(x-alternatives-map): Add S-tab mapping.

16 years ago(open-tls-stream): Reindent.
Reiner Steib [Wed, 19 Mar 2008 21:32:23 +0000 (21:32 +0000)]
(open-tls-stream): Reindent.

16 years ago* net/tramp.el (tramp-let-maybe): Removed.
Michael Albinus [Wed, 19 Mar 2008 21:06:37 +0000 (21:06 +0000)]
* net/tramp.el (tramp-let-maybe): Removed.
(tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
It does not exist under XEmacs.
(tramp-handle-file-truename, tramp-handle-expand-file-name)
(tramp-completion-file-name-handler): Let-bind
`directory-sep-char'.

16 years ago* net/trampver.el: Move coding cookie at the end.
Michael Albinus [Wed, 19 Mar 2008 21:03:49 +0000 (21:03 +0000)]
* net/trampver.el: Move coding cookie at the end.

16 years ago* net/tramp-uu.el: Move coding cookie at the end.
Michael Albinus [Wed, 19 Mar 2008 21:03:07 +0000 (21:03 +0000)]
* net/tramp-uu.el: Move coding cookie at the end.

16 years ago* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
Michael Albinus [Wed, 19 Mar 2008 21:02:03 +0000 (21:02 +0000)]
* net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
`directory-sep-char'.

16 years agoRevert accidental deletion of an entry.
Juanma Barranquero [Wed, 19 Mar 2008 18:26:51 +0000 (18:26 +0000)]
Revert accidental deletion of an entry.

16 years ago(describe-function-1): Don't signal "missing arglist" for autoloaded keymaps.
Stefan Monnier [Wed, 19 Mar 2008 18:21:52 +0000 (18:21 +0000)]
(describe-function-1): Don't signal "missing arglist" for autoloaded keymaps.

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.