]> git.eshelyaron.com Git - emacs.git/log
emacs.git
16 years ago(calendar-islamic-read-date): New name for
Glenn Morris [Tue, 25 Mar 2008 03:41:27 +0000 (03:41 +0000)]
(calendar-islamic-read-date): New name for
calendar-islamic-prompt-for-date.  Update callers.  Doc fix.

16 years ago(calendar-hebrew-read-date): New name for
Glenn Morris [Tue, 25 Mar 2008 03:41:14 +0000 (03:41 +0000)]
(calendar-hebrew-read-date): New name for
calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.

16 years ago(calendar-coptic-read-date): New name for coptic-prompt-for-date.
Glenn Morris [Tue, 25 Mar 2008 03:40:53 +0000 (03:40 +0000)]
(calendar-coptic-read-date): New name for coptic-prompt-for-date.
Update callers, make old name an obsolete alias.  Doc fix.

16 years ago(calendar-bahai-read-date): New name for
Glenn Morris [Tue, 25 Mar 2008 03:40:39 +0000 (03:40 +0000)]
(calendar-bahai-read-date): New name for
calendar-bahai-prompt-for-date.  Update callers, make old name an
obsolete alias.  Doc fix.

16 years ago(vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
Stefan Monnier [Mon, 24 Mar 2008 19:52:29 +0000 (19:52 +0000)]
(vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.

16 years ago(casify_object): Avoid pathological N^2 worst case if
Stefan Monnier [Mon, 24 Mar 2008 19:42:12 +0000 (19:42 +0000)]
(casify_object): Avoid pathological N^2 worst case if
every char is changed and has a different byte-length.
(Fupcase_word, Fdowncase_word, Fcapitalize_word, operate_on_word):
Fix int -> EMACS_INT.

16 years ago(finder-mode-syntax-table, finder-font-lock-keywords): New variables.
Stefan Monnier [Mon, 24 Mar 2008 18:43:04 +0000 (18:43 +0000)]
(finder-mode-syntax-table, finder-font-lock-keywords): New variables.
(finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
(finder-exit): Ignore errors rather than avoiding them.
Kill *Finder-package* buffer also.

16 years ago(xterm-mouse-event): Avoid error with buttons > 5.
Andreas Schwab [Mon, 24 Mar 2008 09:28:05 +0000 (09:28 +0000)]
(xterm-mouse-event): Avoid error with buttons > 5.

16 years ago* vc-hg.el (vc-hg-after-dir-status):
Dan Nicolaescu [Mon, 24 Mar 2008 08:47:06 +0000 (08:47 +0000)]
* vc-hg.el (vc-hg-after-dir-status):
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.

16 years ago(vc-cvs-after-dir-status, vc-cvs-parse-status): Detect
Dan Nicolaescu [Mon, 24 Mar 2008 08:36:22 +0000 (08:36 +0000)]
(vc-cvs-after-dir-status, vc-cvs-parse-status): Detect
removed files.

16 years ago(vc-status-printer): Use a different face for missing files.
Dan Nicolaescu [Mon, 24 Mar 2008 08:35:33 +0000 (08:35 +0000)]
(vc-status-printer): Use a different face for missing files.
(vc-status-hide-up-to-date): Rename from
vc-status-remove-up-to-date.  Update all callers.
(vc-status-mode-map): Bind C-m.

16 years ago(vc-git-after-dir-status-stage1): Move state matching
Dan Nicolaescu [Mon, 24 Mar 2008 08:21:43 +0000 (08:21 +0000)]
(vc-git-after-dir-status-stage1): Move state matching
code ...
(vc-git--state-code): ... to this new function.
(vc-git-state): Use it.

16 years agolisp/Changelog: Update.
Michael Olson [Mon, 24 Mar 2008 02:54:07 +0000 (02:54 +0000)]
lisp/Changelog: Update.

16 years agoRemember: Write mbox in a way that works better with Mutt.
Michael Olson [Mon, 24 Mar 2008 02:53:05 +0000 (02:53 +0000)]
Remember: Write mbox in a way that works better with Mutt.

16 years ago** Transient Mark Mode is now on by default.
Chong Yidong [Sun, 23 Mar 2008 22:54:57 +0000 (22:54 +0000)]
** Transient Mark Mode is now on by default.

16 years ago(transient-mark-mode): Turn on by default.
Chong Yidong [Sun, 23 Mar 2008 22:52:20 +0000 (22:52 +0000)]
(transient-mark-mode): Turn on by default.

16 years ago* simple.el (transient-mark-mode): Turn on by default.
Chong Yidong [Sun, 23 Mar 2008 22:51:59 +0000 (22:51 +0000)]
* simple.el (transient-mark-mode): Turn on by default.

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

16 years ago* saveplace.el: fix a typo in the commentary section.
Michael Olson [Sun, 23 Mar 2008 22:03:11 +0000 (22:03 +0000)]
* saveplace.el: fix a typo in the commentary section.

Signed-off-by: Xavier Maillard <xma@gnu.org>
16 years ago(vc-status-mark-buffer-changed): Add an optional file parameter.
Dan Nicolaescu [Sun, 23 Mar 2008 21:05:32 +0000 (21:05 +0000)]
(vc-status-mark-buffer-changed): Add an optional file parameter.
(vc-resynch-buffer): Use it.
(vc-delete-file): Expand the file name before using it.  Be
careful to not create a new buffer with the old file contents.
Update the VC state after performing the operation.

16 years ago(vc-bzr-state): Return 'removed for removed files and
Dan Nicolaescu [Sun, 23 Mar 2008 20:50:52 +0000 (20:50 +0000)]
(vc-bzr-state): Return 'removed for removed files and
'unregistered for unregistered files.

16 years ago(vc-hg-state): Return 'removed for removed files.
Dan Nicolaescu [Sun, 23 Mar 2008 20:49:29 +0000 (20:49 +0000)]
(vc-hg-state): Return 'removed for removed files.

16 years ago(vc-hg-state): Return 'edited for removed files.
Dan Nicolaescu [Sun, 23 Mar 2008 19:31:22 +0000 (19:31 +0000)]
(vc-hg-state): Return 'edited for removed files.

16 years ago(standard-mode-line-modes): Avoid duplicating a string.
Dan Nicolaescu [Sun, 23 Mar 2008 18:54:54 +0000 (18:54 +0000)]
(standard-mode-line-modes): Avoid duplicating a string.

16 years ago(vc-cvs-parse-status): Note there are problems with
Dan Nicolaescu [Sun, 23 Mar 2008 18:15:35 +0000 (18:15 +0000)]
(vc-cvs-parse-status): Note there are problems with
subdirectories.

16 years ago(vc-status-prepare-status-buffer): Fix thinko.
Dan Nicolaescu [Sun, 23 Mar 2008 18:12:18 +0000 (18:12 +0000)]
(vc-status-prepare-status-buffer): Fix thinko.
(vc-status-menu-map): Add binding for
vc-status-kill-dir-status-process.  Add :enable for vc-status-refresh.
(vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
(vc-status-tool-bar-map): Add binding for vc-status-kill-dir-status-process.
Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
(vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
Reset vc-status-process-buffer.
(vc-status-refresh): Don't run two refreshes at a time.
(vc-status): If the buffer is already in vc-status-mode only refresh.

16 years ago*** empty log message ***
Richard M. Stallman [Sun, 23 Mar 2008 17:13:42 +0000 (17:13 +0000)]
*** empty log message ***

16 years ago* dbusbind.c (xd_read_message): Removed extra copying of message
Michael Albinus [Sun, 23 Mar 2008 16:46:08 +0000 (16:46 +0000)]
* dbusbind.c (xd_read_message): Removed extra copying of message
strings.  Check for NULL `interface' or `member'.

16 years ago(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.
Andreas Schwab [Sun, 23 Mar 2008 11:44:23 +0000 (11:44 +0000)]
(menu-bar-showhide-fringe-ind-menu) [customize]: Add radio button.

16 years ago(menu-bar-showhide-fringe-ind-menu): Fix radio
Andreas Schwab [Sun, 23 Mar 2008 11:21:14 +0000 (11:21 +0000)]
(menu-bar-showhide-fringe-ind-menu): Fix radio
button condition.
(menu-bar-showhide-fringe-ind-menu): Likewise.

16 years ago(calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
Jay Belanger [Sun, 23 Mar 2008 02:30:04 +0000 (02:30 +0000)]
(calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
(calc-gnuplot-default-device, calc-gnuplot-default-output)
(calc-gnuplot-print-device, calc-gnuplot-print-output)
(calc-gnuplot-geometry, calc-graph-default-resolution)
(calc-graph-default-resolution-3d, calc-invocation-macro)
(calc-trail-pointer, calc-trail-overlay, calc-undo-list)
(calc-redo-list, calc-main-buffer, calc-trail-buffer, calc-why)
(calc-last-kill, calc-dollar-values, calc-dollar-used)
(calc-hashes-used, calc-quick-prev-results, calc-said-hello)
(calc-executing-macro, calc-any-selections, calc-help-phase)
(calc-full-help-flag, calc-refresh-count, calc-display-dirty)
(calc-embedded-info, calc-embedded-active, calc-standalone-flag)
(var-EvalRules, math-expr-function-mapping, math-expr-variable-mapping)
(calc-mode-map, calc-digit-map, calc-dispatch-map, calc-do-dispatch)
(calc-read-key-sequence, calc-create-buffer, calc-quit): Add docstrings.

16 years ago*** empty log message ***
Juanma Barranquero [Sun, 23 Mar 2008 02:02:17 +0000 (02:02 +0000)]
*** empty log message ***

16 years ago(WINS_ALMOST): Add org.
Juanma Barranquero [Sun, 23 Mar 2008 01:54:14 +0000 (01:54 +0000)]
(WINS_ALMOST): Add org.

16 years ago(vc-cvs-after-dir-status, vc-cvs-dir-status):
Dan Nicolaescu [Sun, 23 Mar 2008 00:07:33 +0000 (00:07 +0000)]
(vc-cvs-after-dir-status, vc-cvs-dir-status):
New functions to implement vc-status support.

16 years ago(vc-status-prepare-status-buffer): New function.
Dan Nicolaescu [Sat, 22 Mar 2008 20:32:10 +0000 (20:32 +0000)]
(vc-status-prepare-status-buffer): New function.
(vc-status): Use it.

16 years ago(emacs-lisp-mode-map): Add ... where
Dan Nicolaescu [Sat, 22 Mar 2008 17:51:17 +0000 (17:51 +0000)]
(emacs-lisp-mode-map): Add ... where
appropriate.

16 years ago(vc-git--empty-db-p)
Dan Nicolaescu [Sat, 22 Mar 2008 17:33:52 +0000 (17:33 +0000)]
(vc-git--empty-db-p)
(vc-git-after-dir-status-stage1-empty-db): New functions.
(vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
Add support for empty repositories.

16 years ago(vc-git-annotate-extract-revision-at-line):
Dan Nicolaescu [Sat, 22 Mar 2008 17:21:48 +0000 (17:21 +0000)]
(vc-git-annotate-extract-revision-at-line):
Allow "^" in a version name.

16 years ago(vc-mtn-state): Support the added state.
Dan Nicolaescu [Sat, 22 Mar 2008 17:09:33 +0000 (17:09 +0000)]
(vc-mtn-state): Support the added state.

16 years ago(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
Eli Zaretskii [Sat, 22 Mar 2008 11:53:40 +0000 (11:53 +0000)]
(readdir): If FindFirstFile/FindNextFile return in cFileName a file name that
includes `?' characters, use the 8+3 alias in cAlternateFileName instead.

16 years agoMove org files to their own directory
Carsten Dominik [Sat, 22 Mar 2008 05:55:11 +0000 (05:55 +0000)]
Move org files to their own directory

16 years ago*** empty log message ***
Carsten Dominik [Sat, 22 Mar 2008 05:54:02 +0000 (05:54 +0000)]
*** empty log message ***

16 years ago(lisp-complete-symbol):
Juri Linkov [Sat, 22 Mar 2008 00:11:53 +0000 (00:11 +0000)]
(lisp-complete-symbol):
Use `minibuffer-message' to display message "No completions of %s"
when this command is called in the minibuffer.

16 years ago(debug-ignored-errors): Remove $ from the end of
Juri Linkov [Sat, 22 Mar 2008 00:02:24 +0000 (00:02 +0000)]
(debug-ignored-errors): Remove $ from the end of
"^No dynamic expansion for .* found$" to allow error messages like
"No dynamic expansion for \"%s\" found in this buffer".

16 years ago(standard-mode-line-modes): Put special help-echo
Juri Linkov [Fri, 21 Mar 2008 23:59:04 +0000 (23:59 +0000)]
(standard-mode-line-modes): Put special help-echo
tooltip on recursive edit %[ %] mode-line constructs.

16 years ago* comint.el (comint-dynamic-simple-complete):
Juri Linkov [Fri, 21 Mar 2008 23:58:06 +0000 (23:58 +0000)]
* comint.el (comint-dynamic-simple-complete):
Use variable `stub' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-filename-completions):
Use variable `filenondir' for the second arg `common-substring'
of `comint-dynamic-list-completions'.
(comint-dynamic-list-completions): Add new optional arg
`common-substring'. Add `common-substring' as the
second arg of the call to `display-completion-list'.  Doc fix.

16 years ago(shell-dynamic-complete-command)
Juri Linkov [Fri, 21 Mar 2008 23:52:27 +0000 (23:52 +0000)]
(shell-dynamic-complete-command)
(shell-dynamic-complete-environment-variable): Don't display
completion messages when command is called in the minibuffer.

16 years ago(comint-dynamic-complete-as-filename)
Juri Linkov [Fri, 21 Mar 2008 23:51:40 +0000 (23:51 +0000)]
(comint-dynamic-complete-as-filename)
(comint-dynamic-list-filename-completions)
(comint-dynamic-simple-complete): Use `minibuffer-message'
to display message "No completions of %s" when a command
is called in the minibuffer.
(comint-dynamic-simple-complete): Don't display other
completion messages when a command is called in the minibuffer.
(comint-dynamic-list-completions): Use `minibuffer-message'
to display message " [Type space to flush ...]" when a command
is called in the minibuffer.

16 years ago* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.
Michael Albinus [Fri, 21 Mar 2008 20:47:48 +0000 (20:47 +0000)]
* dbus.texi (Receiving Method Calls): Mention default D-Bus timeout.

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.