Jay Belanger
6f1b89435a
(math-read-number-fancy): Read complement signed numbers.
...
(calc-init-extensions): Add binding for `calc-symclip'.
Add autoloads for `calcFunc-symclip' and `calc-symclip'.
2009-11-16 00:01:57 +00:00
Jay Belanger
802732d033
(calc-embedded-mode-vars): Add `calc-complement-signed-mode'.
2009-11-16 00:01:17 +00:00
Jay Belanger
b1d9611c47
(calc-word-size): Reset the variables math-2-word-size' and
math-half-2-word-size'.
...
(math-format-complement-signed, math-symclip, calcFunc-symclip, calc-symclip): New functions.
2009-11-16 00:00:22 +00:00
Jay Belanger
55c222f6ed
(math-read-token): Read complement signed numbers.
2009-11-15 23:59:38 +00:00
Jay Belanger
12d8d7f4d7
(calcDigit-key): Fix regexp.
2009-11-15 23:58:11 +00:00
Jay Belanger
7d08336e25
(math-2-word-size, math-half-2-word-size, calc-complement-signed-mode):
...
new variables.
(calc-set-mode-line): Add indicator for twos-complements.
(math-format-number): Format twos-complement notation.
2009-11-15 23:55:53 +00:00
Chong Yidong
4cf1d7e39c
* register.el (jump-to-register, insert-register): Handle Semantic
...
tags. From commented-out advice in semantic/senator.el.
2009-11-15 23:54:21 +00:00
Dan Nicolaescu
6616006b02
* vc.el (vc-log-show-limit): New variable.
...
(vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
when using a prefix argument.
(vc-print-log-internal): Add new argument LIMIT.
* vc-svn.el (vc-svn-print-log):
* vc-mtn.el (vc-mtn-print-log):
* vc-hg.el (vc-hg-print-log):
* vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
pass it to the log command when set. Make the BUFFER argument
non-optional.
* vc-sccs.el (vc-sccs-print-log):
* vc-rcs.el (vc-rcs-print-log):
* vc-git.el (vc-git-print-log):
* vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
ignore it. Make the BUFFER argument non-optional
2009-11-15 20:28:58 +00:00
Dan Nicolaescu
f8e6526707
(mode-line-buffer-identification): Do not purecopy.
2009-11-15 20:25:55 +00:00
Chong Yidong
7cce3c911d
* dired.el (dired-mode-map): Move encryption items to "Operate"
...
menu (Bug#4703).
2009-11-15 16:23:07 +00:00
Chong Yidong
d7063de9b8
* strokes.el (strokes-update-window-configuration): Make strokes
...
buffer current before erasing (Bug#4906).
2009-11-15 15:59:05 +00:00
Chong Yidong
0566c4bc6b
* cedet/semantic/idle.el (semantic-idle-summary-mode)
...
(semantic-idle-summary-mode): Define using define-minor-mode
instead of define-semantic-idle-service.
(semantic-idle-summary-mode): New function.
(semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
that mouse motion does not reset the echo area.
2009-11-15 15:37:17 +00:00
Juri Linkov
0fc1013793
(set-mark-default-inactive): Add :type, :group
...
and :version. (Bug#4876)
2009-11-15 15:32:15 +00:00
Michael Albinus
f5fce4ec56
* arc-mode.el (archive-maybe-copy): Move creation of directory ...
...
(archive-unique-fname): ... here. (Bug#4929)
2009-11-15 13:52:37 +00:00
Carsten Dominik
f779e38554
2009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl>
...
* refcards/orgcard.tex: Push version number to 6.33a.
2009-11-15 07:17:00 +00:00
Carsten Dominik
17673adf80
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
...
* org.texi (Speed keys): New section.
2009-11-15 07:16:21 +00:00
Carsten Dominik
1bcdebed5c
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
...
* org-latex.el (org-export-as-latex): Add the :drawers property.
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
* org.el (org-speed-commands-user): Allow documentation headlines.
(org-speed-commands-default): Organize the value of this constant
with descriptive headlines.
(org-print-speed-command): Output the headlines.
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-show-outline-path): New option.
(org-agenda-do-context-action): New function.
(org-agenda-next-line, org-agenda-previous-line): Use
`org-agenda-do-context-action'.
* org.el (org-use-speed-commands): Allow function value.
(org-speed-commands-default): Make headline motion safe, so that
these commands always end on a headline.
(org-speed-commands-default): New key `v' for `org-agenda'.
(org-speed-move-safe): New function.
(org-self-insert-command): Use the function value of
`org-use-speed-commands'.
(org-get-outline-path): Improve docstring.
(org-format-outline-path): New function.
(org-display-outline-path): New function.
2009-11-15 John Wiegley <jwiegley@gmail.com>
* org-clock.el (org-clock-resolve): If `org-clock-into-string' is
a string, use that to find the LOGBOOK drawer.
2009-11-15 07:11:04 +00:00
Stefan Monnier
589888fe21
(help-make-xrefs): Undo the last revert, and replace it with a real fix.
2009-11-15 05:16:51 +00:00
Stefan Monnier
8d720a0066
(disabled-command-function): Add useful args.
...
Setup the help buffer so that [back] works.
Remove redundant call to help-mode.
(disabled-command-function): Use `case'.
(en/disable-command): New function extracted from enable-command.
(enable-command, disable-command): Use it.
2009-11-15 05:12:52 +00:00
Glenn Morris
68a1b09056
Fix declarations.
2009-11-15 01:45:23 +00:00
Glenn Morris
497f0cddc9
(menu-bar-tools-menu): Read and send mail entries are not constants. (Bug#4913)
2009-11-14 20:05:33 +00:00
Glenn Morris
a61344d684
(elint-standard-variables): Doc fix.
...
Add some comments related to #1063 .
2009-11-14 19:57:09 +00:00
Glenn Morris
d501801e3a
Shigeru Fukaya <shigeru.fukaya at gmail.com>
...
(elint-standard-variables): Add some variables defined in C that have
no doc-strings. (Bug#1063)
2009-11-14 19:55:37 +00:00
Glenn Morris
98ad1baebe
(Holiday Customizing): Replace obsolete alias.
2009-11-14 19:29:45 +00:00
Glenn Morris
5af27ac205
Francis Wright <F.J.Wright at qmul.ac.uk>
...
(data, files): Doc fixes for custom groups. (Bug#3327)
2009-11-14 19:08:41 +00:00
Andreas Schwab
5d1e70a2c4
Ignore errors from mkdir when creating deps
...
directory.
2009-11-14 18:35:19 +00:00
Jan Djärv
473a99b7c9
gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.
2009-11-14 18:22:34 +00:00
Chong Yidong
e779144743
* simple.el (shell-command): Doc fix (Bug#4891).
2009-11-14 16:07:44 +00:00
Chong Yidong
aec5395b0c
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
2009-11-14 15:44:43 +00:00
Jan Djärv
a53cfbe587
Use gcc-generated dependency files if we can (GNU Make and gcc required).
...
* Makefile.in: If AUTO_DEPEND is defined, make gcc generate
dependency files in deps/. Include those files into Makefile.
* config.in: Generated (AUTO_DEPEND).
* configure.in: --enable-autodepend is new. Check for GNU Make
and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
gcc and GNU make to generate dependencies.
2009-11-14 15:17:38 +00:00
Chong Yidong
603f597946
* commands.texi (Motion Events): Fix typo (Bug#4907).
2009-11-14 15:15:32 +00:00
Glenn Morris
c3583c9456
(viper-set-hooks): Remove duplicate advice statements for vc-diff,
...
emerge-quit, and rmail-cease-edit. If they are already loaded,
eval-after-load will do the right thing.
2009-11-14 04:37:00 +00:00
Glenn Morris
73900d1f61
(top-level): Remove unnecessary load of ange-ftp when compiling.
2009-11-14 04:31:52 +00:00
Glenn Morris
d907562311
No need to cc on -done messages.
2009-11-14 04:27:21 +00:00
Glenn Morris
0028351d98
(byte-compile-single-version): Remove, unused.
...
(baud-rate, byte-code-function-p)
(byte-compile-generate-emacs19-bytecodes, byte-compile-overwrite-file)
(byte-compiler-valid-options, byte-compiler-options-handler)
(byte-compile-and-load-file, byte-compile-buffer):
Remove commented-out code.
2009-11-14 04:23:18 +00:00
Glenn Morris
f6714ede06
(x-selection-owner-p): Declare.
...
(read-mail-command): Use custom radio type rather than choice.
(completion-no-auto-exit): Doc fix.
2009-11-14 04:18:10 +00:00
Glenn Morris
276bbe9652
(Acknowledgments): Update for recent Org changes.
2009-11-14 04:16:17 +00:00
Glenn Morris
7a41cd7f97
(defgroup): Doc fix.
2009-11-14 04:14:49 +00:00
Glenn Morris
d313574637
(epg): Doc fix.
2009-11-14 04:14:05 +00:00
Glenn Morris
cb27a5443b
(postscript): Doc fix.
2009-11-14 04:12:58 +00:00
Glenn Morris
f97d0f5777
Fix typo.
2009-11-14 04:07:19 +00:00
Glenn Morris
710b399d5a
Fix typos.
2009-11-14 04:07:05 +00:00
Dan Nicolaescu
2d0659ec81
* bindings.el (mode-line-buffer-identification): Purecopy only the string.
...
* international/ccl.el (define-ccl-program): Do not purecopy the
docstring, defconst does it anyway.
2009-11-14 02:01:35 +00:00
Stefan Monnier
d499c5b950
(add-change-log-entry): Avoid displaying the changelog a second time.
2009-11-13 22:54:16 +00:00
Stefan Monnier
7fdbcd8387
* x-dnd.el (x-dnd-maybe-call-test-function):
...
* window.el (split-window-vertically):
* whitespace.el (whitespace-help-on):
* vc-rcs.el (vc-rcs-consult-headers):
* userlock.el (ask-user-about-lock-help)
(ask-user-about-supersession-help):
* type-break.el (type-break-force-mode-line-update):
* time-stamp.el (time-stamp-conv-warn):
* terminal.el (te-set-output-log, te-more-break, te-filter)
(te-sentinel,terminal-emulator):
* term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
(term-write-input-ring, term-check-source, term-start-output-log):
(term-display-buffer-line, term-dynamic-list-completions):
(term-ansi-make-term, serial-term):
* subr.el (selective-display):
* strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
(strokes-encode-buffer, strokes-xpm-for-compressed-string):
* speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
(speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
(speedbar-remove-localized-speedbar-support)
(speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
(speedbar-update-special-contents, speedbar-buffer-buttons-engine)
(speedbar-buffers-line-directory):
* simple.el (shell-command-on-region, append-to-buffer)
(prepend-to-buffer):
* shadowfile.el (shadow-save-todo-file):
* scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
(scroll-bar-maybe-set-window-start):
* sb-image.el (speedbar-image-dump):
* saveplace.el (save-place-alist-to-file, save-places-to-alist)
(load-save-place-alist-from-file):
* ps-samp.el (ps-print-message-from-summary):
* ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
(ps-background-image, ps-begin-job, ps-do-despool):
* ps-bdf.el (bdf-find-file, bdf-read-font-info):
* printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
(pr-ps-message-from-summary, pr-lpr-message-from-summary):
(pr-call-process, pr-file-list, pr-interface-save):
* novice.el (disabled-command-function)
(enable-command, disable-command):
* mouse.el (mouse-buffer-menu-alist):
* mouse-copy.el (mouse-kill-preserving-secondary):
* macros.el (kbd-macro-query):
* ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
* informat.el (batch-info-validate):
* ido.el (ido-copy-current-word, ido-initiate-auto-merge):
* hippie-exp.el (try-expand-dabbrev-visible):
* help-mode.el (help-make-xrefs):
* help-fns.el (describe-variable):
* generic-x.el (bat-generic-mode-run-as-comint):
* finder.el (finder-mouse-select):
* find-dired.el (find-dired-sentinel):
* filesets.el (filesets-file-close):
* files.el (list-directory):
* faces.el (list-faces-display, describe-face):
* facemenu.el (list-colors-display):
* ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
* epg.el (epg--process-filter, epg-cancel):
* epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
(epa--read-signature-type):
* emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
(emerge-file-names):
* ehelp.el (electric-helpify):
* ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
* ediff-vers.el (rcs-ediff-view-revision):
* ediff-util.el (ediff-setup):
* ediff-mult.el (ediff-append-custom-diff):
* ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
(ediff-wordify):
* echistory.el (Electric-command-history-redo-expression):
* dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
* disp-table.el (describe-display-table):
* dired.el (dired-find-buffer-nocreate):
* dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
* dabbrev.el (dabbrev--same-major-mode-p):
* chistory.el (list-command-history):
* apropos.el (apropos-documentation):
* allout.el (allout-obtain-passphrase):
(allout-copy-exposed-to-buffer):
(allout-verify-passphrase): Use with-current-buffer.
2009-11-13 22:19:45 +00:00
Glenn Morris
2ccbc060d2
(ELCFILES): Regenerate.
2009-11-13 17:03:30 +00:00
Michael Albinus
0ecd3c90f7
* dbus.texi (Type Conversion): Fix typo.
...
(Asynchronous Methods): Rename `dbus-registered-functions-table' to
`dbus-registered-objects-table'.
(Receiving Method Calls): New defun `dbus-register-property'. Move
`dbus-unregister-object' here.
2009-11-13 16:19:19 +00:00
Michael Albinus
f04bb9b2d8
* dbusbind.c (Vdbus_registered_objects_table): Renamed from
...
Vdbus_registered_functions_table, because it contains also
properties. Fix docstring.
(Fdbus_call_method, Fdbus_call_method_asynchronously): Fix
docstring.
2009-11-13 16:12:08 +00:00
Michael Albinus
b172ed20e0
* net/dbus.el (dbus-registered-objects-table): Renamed from
...
`dbus-registered-functions-table', because it contains also
properties.
(dbus-unregister-object): Unregister also properties.
(dbus-get-property, dbus-set-property, dbus-get-all-properties):
Use a timeout of 500 msec, in order to not block.
(dbus-register-property, dbus-property-handler): New defuns.
2009-11-13 16:05:24 +00:00
Stefan Monnier
8f11f7ecce
(mark_object): Don't reprocess marked strings.
...
Check vector's markbit earlier. Adjust calls to mark_vectorlike.
(mark_vectorlike, mark_char_table): Assume the object is unmarked.
2009-11-13 15:26:28 +00:00