1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-07 16:10:46 -08:00
Commit graph

81618 commits

Author SHA1 Message Date
Glenn Morris
282179b2f9 Require calendar rather than cal-julian.
Autoload calendar-absolute-from-julian.
(calendar-islamic-epoch): Set when compiling.  Doc fix.
2008-03-26 03:11:04 +00:00
Glenn Morris
06e3b7ae73 Don't require cal-persia.
(calendar-absolute-from-persian): Autoload it.
(dst-adjust-time): Doc fix.
2008-03-26 03:10:23 +00:00
Glenn Morris
dad6b4ee59 Require calendar rather than cal-julian.
Autoload calendar-absolute-from-julian.
(coptic-calendar-epoch): Set when compiling.
2008-03-26 03:10:04 +00:00
Glenn Morris
829e029532 Explicitly require calendar. 2008-03-26 03:09:32 +00:00
Glenn Morris
0ac1cb01e7 Require calendar, not cal-julian.
(calendar-bahai-epoch): Doc fix.
2008-03-26 03:09:12 +00:00
Stefan Monnier
8be6f5ae7d Don't use single-char mapping from ~ to NBSP. 2008-03-26 02:40:58 +00:00
Stefan Monnier
27a6f13233 (Contributors): Update my email. 2008-03-26 02:39:11 +00:00
Stefan Monnier
aa657fbff9 (auto-revert-buffers): Use buffer-live-p. 2008-03-26 02:38:15 +00:00
Stefan Monnier
67af6bdd7b (describe-function-1, describe-variable): If no
replacement is provided, don't print "use nil instead".
2008-03-26 02:36:45 +00:00
Roland Winkler
1ba1a8b972 Update copyright. 2008-03-26 02:29:43 +00:00
Roland Winkler
37e4d8ed4f proced.el: New file. 2008-03-26 02:15:28 +00:00
Juanma Barranquero
9e60aa0b8c (side-effect-free-fns): Fix typo. 2008-03-25 23:27:11 +00:00
Juri Linkov
d4919479f9 Add file cookie coding:iso-8859-1 for the degree sign
in battery-mode-line-format.
2008-03-25 21:50:45 +00:00
Juri Linkov
77e0c5b66b (minibuffer-local-map): For the command
file-cache-minibuffer-complete replace keymap minibuffer-local-map
with map which is already locally bound to minibuffer-local-map.
2008-03-25 21:48:28 +00:00
Stefan Monnier
12270607de (map_keymap_internal): New fun.
(map_keymap): Use it.
(Fmap_keymap_internal): New fun.
(Fmap_keymap): Remove left-out test from before make_save_value.
2008-03-25 20:12:54 +00:00
Stefan Monnier
a10cca6c90 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
Remove `sort-first' argument.
* keymap.c (Fmap_keymap): Use `map-keymap-sorted.
2008-03-25 19:42:34 +00:00
Stefan Monnier
d7b10f4c2e (Fmodify_frame_parameters, x_set_frame_parameters): Use XCAR/XCDR. 2008-03-25 18:31:36 +00:00
Stefan Monnier
4972c36128 (Decoding Output): Remove process-filter-multibyte functions. 2008-03-25 17:50:07 +00:00
Stefan Monnier
5431bd6a78 * process.h (struct Lisp_Process): Remove filter_multibyte.
* process.c (QCfilter_multibyte): Remove.
(setup_process_coding_systems): Don't use filter_multibyte.
(Fstart_process, Fmake_network_process): Don't set filter_multibyte.
(read_process_output): Don't adjust multibyteness to filter_multibyte.
(Fset_process_filter_multibyte): Change the coding-system to
approximate the previous behavior.
(Fprocess_filter_multibyte_p): Get the multibyteness straight from the
coding-system.
2008-03-25 17:35:48 +00:00
Stefan Monnier
379ec02c03 (redisplay-end-trigger-functions, window-redisplay-end-trigger)
(set-window-redisplay-end-trigger, process-filter-multibyte-p)
(set-process-filter-multibyte): Mark as obsolete.
2008-03-25 17:32:20 +00:00
Juanma Barranquero
4361b6c29e (reb-mode-common): Remove reference to bogus variable `reb-kill-buffer';
don't make hooks buffer-local, use the LOCAL arg of `add-hook'.
(reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
Remove spurious * from defcustom docstrings.
(reb-next-match, reb-prev-match, reb-enter-subexp-mode): Fix typos in messages.
(reb-mode-buffer-p): New function.
(re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
(top, reb-show-subexp, reb-auto-update, reb-auto-update, reb-delete-overlays,
reb-cook-regexp, reb-update-regexp, reb-update-overlays): Use `unless', `when'.
(re-builder-unload-function): New function.
2008-03-25 16:49:22 +00:00
Stefan Monnier
72d5003de7 (decode_coding_object): When not decoding into a buffer,
obey the coding system's preference of (uni|multi)byte.
2008-03-25 16:02:32 +00:00
Dan Nicolaescu
dd0d723c8e (vc-state): Add documentation for 'missing. 2008-03-25 15:47:02 +00:00
Dan Nicolaescu
e2076c2c17 (verilog-auto-output)
(verilog-auto-input, verilog-auto-inout, verilog-auto)
(verilog-delete-auto): Add optional regular expression to
AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
(verilog-signals-matching-regexp): New internal function for
signal matching.
2008-03-25 15:45:49 +00:00
Johan Bockgård
98db7a382a (Info-isearch-search): Always return point. 2008-03-25 14:41:44 +00:00
Glenn Morris
97bef88eb5 Comment. 2008-03-25 07:57:06 +00:00
Glenn Morris
1d3c128ce7 (calendar-frame-1): Doc fix. 2008-03-25 07:53:25 +00:00
Stefan Monnier
adf4cc7e0a (diff-remembered-defdir): New var.
(diff-find-file-name): Use it to flush diff-remembered-files-alist.
2008-03-25 04:01:48 +00:00
Glenn Morris
4ec69ba5d4 (diary-frame-parameters, calendar-frame-parameters)
(calendar-and-diary-frame-parameters): Doc fixes.
(make-fancy-diary-buffer): Remove declaration.
(calendar-dedicate-diary): Replace call to deleted function
make-fancy-diary-buffer.
(calendar-frame-setup): New function.
(calendar-one-frame-setup, calendar-only-one-frame-setup)
(calendar-two-frame-setup): Call calendar-frame-setup to do the actual
work, and mark as obsolete.
(special-display-buffer-names): Don't mess with this; it's not our business.
(cal-x-load-hook): Defvar it, and mark as obsolete.
2008-03-25 03:43:46 +00:00
Glenn Morris
f49f2a9eb1 (calendar-remove-frame-by-deleting): Default to t. Add to 'calendar group.
(calendar): Doc fix.  Use calendar-frame-setup.
(calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
(generate-calendar-window): Doc fix.
2008-03-25 03:42:55 +00:00
Glenn Morris
0075b4a278 (calendar-persian-read-date): New name for persian-prompt-for-date.
Update callers, make old name an obsolete alias.  Doc fix.  Move
definition before use.
2008-03-25 03:42:01 +00:00
Glenn Morris
7b710be149 (calendar-iso-read-date): New name for calendar-iso-read-args. Update
callers, make old name an obsolete alias.
2008-03-25 03:41:39 +00:00
Glenn Morris
1cdb4ad71a (calendar-islamic-read-date): New name for
calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
2008-03-25 03:41:27 +00:00
Glenn Morris
42281b7b6a (calendar-hebrew-read-date): New name for
calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
2008-03-25 03:41:14 +00:00
Glenn Morris
af7956810c (calendar-coptic-read-date): New name for coptic-prompt-for-date.
Update callers, make old name an obsolete alias.  Doc fix.
2008-03-25 03:40:53 +00:00
Glenn Morris
ff5daae57a (calendar-bahai-read-date): New name for
calendar-bahai-prompt-for-date.  Update callers, make old name an
obsolete alias.  Doc fix.
2008-03-25 03:40:39 +00:00
Stefan Monnier
5a07b0f024 (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously. 2008-03-24 19:52:29 +00:00
Stefan Monnier
438eba3c1e (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.
2008-03-24 19:42:12 +00:00
Stefan Monnier
89e2d47661 (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.
2008-03-24 18:43:04 +00:00
Andreas Schwab
318f2a46e0 (xterm-mouse-event): Avoid error with buttons > 5. 2008-03-24 09:28:05 +00:00
Dan Nicolaescu
49546869f3 * vc-hg.el (vc-hg-after-dir-status):
* vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
2008-03-24 08:47:06 +00:00
Dan Nicolaescu
874f31a6f0 (vc-cvs-after-dir-status, vc-cvs-parse-status): Detect
removed files.
2008-03-24 08:36:22 +00:00
Dan Nicolaescu
d6f47dff59 (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.
2008-03-24 08:35:33 +00:00
Dan Nicolaescu
75cb52bed9 (vc-git-after-dir-status-stage1): Move state matching
code ...
(vc-git--state-code): ... to this new function.
(vc-git-state): Use it.
2008-03-24 08:21:43 +00:00
Michael Olson
9c92e9136b lisp/Changelog: Update. 2008-03-24 02:54:07 +00:00
Michael Olson
b152c5d366 Remember: Write mbox in a way that works better with Mutt. 2008-03-24 02:53:05 +00:00
Chong Yidong
8e8b72c9fe ** Transient Mark Mode is now on by default. 2008-03-23 22:54:57 +00:00
Chong Yidong
715043a5cb (transient-mark-mode): Turn on by default. 2008-03-23 22:52:20 +00:00
Chong Yidong
4bfee36172 * simple.el (transient-mark-mode): Turn on by default. 2008-03-23 22:51:59 +00:00
Michael Olson
c80d1faba3 lisp/ChangeLog: Update. 2008-03-23 22:03:38 +00:00