1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

87658 Commits

Author SHA1 Message Date
Chong Yidong
09a5608523 Martin changed windows.texi. 2008-11-30 22:11:56 +00:00
Chong Yidong
7142379be6 Checked programs.texi. 2008-11-30 22:10:20 +00:00
Chong Yidong
8474de5b4b (Other C Commands): Document hide-ifdef-shadow.
(Comment Commands): Discuss region-active behavior of M-; first.
2008-11-30 22:10:02 +00:00
Chong Yidong
72e6decd60 * programs.texi (Other C Commands): Document hide-ifdef-shadow.
(Comment Commands): Discuss region-active behavior of M-; first.
2008-11-30 22:07:16 +00:00
Chong Yidong
dd649c4915 (timer_check): After a timer runs, ensure that the selected window's
buffer is current.
2008-11-30 17:33:36 +00:00
Chong Yidong
379c17e744 * keyboard.c (timer_check): After a timer runs, ensure that the
selected window's buffer is current.
2008-11-30 17:33:22 +00:00
Chong Yidong
a471d898f9 Undo last change. 2008-11-30 16:21:20 +00:00
Chong Yidong
3cc8b5ba1e (allout-keybindings-list): Remove C-h binding to allow users to ask
for help.
2008-11-30 16:19:31 +00:00
Chong Yidong
27164217c2 * allout.el (allout-keybindings-list): Remove C-h binding to allow
users to ask for help.
2008-11-30 16:19:20 +00:00
Juanma Barranquero
f952c61ccf * makefile.w32-in ($(BLD)/abbrev.$(O)): Remove.
It was accidentally restored by the Unicode merge.
2008-11-30 14:18:26 +00:00
Chong Yidong
835404e5fd New file. 2008-11-30 05:57:33 +00:00
Chong Yidong
dee5aa9105 * bytecomp-testsuite.el: New file, 2008-11-30 05:57:19 +00:00
Chong Yidong
393e7e9089 (wdired-finish-edit): If displaying a single file, change
dired-directory if that file was renamed.
2008-11-30 05:42:35 +00:00
Chong Yidong
a124190e81 * wdired.el (wdired-finish-edit): If displaying a single file,
change dired-directory if that file was renamed.
2008-11-30 05:42:01 +00:00
Chong Yidong
15183da671 (macro-declaration-function): Disallow declare specs with lengths of 3
or more.
2008-11-30 03:00:18 +00:00
Chong Yidong
5829445e82 * emacs-lisp/byte-run.el (macro-declaration-function): Disallow
declare specs with lengths of 3 or more.
2008-11-30 02:59:18 +00:00
Juanma Barranquero
35f36d65e7 * w32proc.c (Fw32_get_locale_info): Fix typo in docstring. 2008-11-30 02:58:31 +00:00
Chong Yidong
59ef77e79f (dirtrack): Fix error message. 2008-11-30 02:21:24 +00:00
Chong Yidong
47f77e6f1d * dirtrack.el (dirtrack): Fix error message. 2008-11-30 02:20:50 +00:00
Glenn Morris
9751169a46 (vc-svn-diff-switches): Doc fix.
(vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
2008-11-30 01:58:06 +00:00
Glenn Morris
39ba78efad (vc-mtn-diff): No need to duplicate vc-switches logic. 2008-11-30 01:45:29 +00:00
Glenn Morris
0334426971 (vc-hg-diff): No need to duplicate vc-switches logic. 2008-11-30 01:44:52 +00:00
Glenn Morris
68159bc533 (vc-git-diff): No need to duplicate vc-switches logic. 2008-11-30 01:44:33 +00:00
Glenn Morris
1e262c4566 (eshell-needs-pipe): New variable.
(eshell-needs-pipe-p): New function.
(eshell-gather-process-output): Set process-connection-type according to
eshell-needs-pipe-p.  (Bug#1388)
2008-11-30 01:28:01 +00:00
Juanma Barranquero
64ba814f12 * calendar/diary-lib.el (diary-cyclic): Doc fix.
(diary-remind-message, diary-number-of-entries)
  (diary-include-other-diary-files, diary-mark-included-diary-files)
  (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
  (diary-font-lock-keywords-1): Reflow docstrings.
  (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
  (diary-anniversary, diary-date-display-form): Fix typos in docstrings.

* emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
  (timer-duration): Use `string-match-p'.
2008-11-30 01:01:18 +00:00
Chong Yidong
0aec90c95b Fix typo. 2008-11-29 21:45:22 +00:00
Chong Yidong
a25c543a3c (minibuffer-confirm-exit-commands): Add PC-complete and
PC-complete-word to the list.
2008-11-29 21:41:30 +00:00
Chong Yidong
a88510924f (PC-do-complete-and-exit): Use minibuffer-confirm-exit-commands. 2008-11-29 21:41:11 +00:00
Chong Yidong
03a2708158 * complete.el (PC-do-complete-and-exit): Use
minibuffer-confirm-exit-commands.

* minibuffer.el (minibuffer-confirm-exit-commands): Add
PC-complete and PC-complete-word to the list.
2008-11-29 21:40:51 +00:00
Juanma Barranquero
76e7a7f0b4 * files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag. 2008-11-29 21:32:39 +00:00
Juanma Barranquero
febf3e6f34 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
(reb-mode): Define with `define-derived-mode'.
2008-11-29 20:25:54 +00:00
Juanma Barranquero
3b7046cb1f Fix typo. 2008-11-29 20:05:32 +00:00
Karl Fogel
1d367309a1 * emacs-cvs/lisp/files.el
(break-hardlink-on-save): New variable.
  (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
  (file-precious-flag): Mention it in doc string.
2008-11-29 19:04:14 +00:00
Juanma Barranquero
b23077df66 * w32proc.c: Include "coding.h".
(Fw32_short_file_name): Encode filename passed to Windows API.
  (Fw32_long_file_name): Encode filename passed to Windows API and
  decode back the result.  (Bug#1433)
2008-11-29 18:35:33 +00:00
Miles Bader
d182658510 Add and use minibuffer-confirm-exit-commands variable
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1483
2008-11-29 18:07:15 +00:00
Eli Zaretskii
98d059989a (Top): Add a @detailmenu entry for "Character Properties". 2008-11-29 17:06:11 +00:00
Eli Zaretskii
91211f0717 (Character Properties): New Section.
(Specifying Coding Systems): Document `coding-system-priority-list',
`set-coding-system-priority', and `with-coding-priority'.
(Lisp and Coding Systems): Document `check-coding-systems-region' and
`coding-system-charset-list'.
(Coding System Basics): Document `coding-system-aliases'.
2008-11-29 17:03:54 +00:00
Reiner Steib
9255ec865f (nnimap-demule-use-string-to-multibyte): New temporary
variable for debugging bug#464 and bug#1174.
(nnimap-demule): Use it.
2008-11-29 15:26:49 +00:00
Kenichi Handa
8cc53f96e5 (CHAR_CHARSET_P): Check if the encoder is loaded or
not before accessing it.
2008-11-29 13:47:31 +00:00
Martin Rudalics
9c6361c98b (Line Truncation): Add reference to Continuation Lines. 2008-11-29 13:36:10 +00:00
Martin Rudalics
6cb2ca7070 (Split Window): Add reference to Continuation Lines. 2008-11-29 13:35:07 +00:00
Martin Rudalics
2a472ee428 (Pop Up Window): Mention split-height-threshold
and split-width-threshold.
2008-11-29 13:15:52 +00:00
Eli Zaretskii
983ab7baf8 Add notes about Antinews. 2008-11-29 12:28:54 +00:00
Eli Zaretskii
47dbc0440f (Character Type): Correct the range of Emacs characters. Add an @xref
to "Character Codes".
2008-11-29 12:20:25 +00:00
Eli Zaretskii
b517357487 (String Basics): Add an @xref to "Character Codes". 2008-11-29 12:19:22 +00:00
Eli Zaretskii
57e2db6dec (Integer Basics): Add an @xref to `max-char'. 2008-11-29 12:18:44 +00:00
Eli Zaretskii
800702607a (Explicit Encoding): Update for Emacs 23.
(Character Codes): Document `max-char'.
2008-11-29 12:18:14 +00:00
Chong Yidong
2543eb396b (x-gtk-stock-cache): New hash table.
(x-gtk-map-stock): Perform caching to prevent excess consing during
2008-11-29 06:52:31 +00:00
Chong Yidong
f47b9de185 * term/x-win.el (x-gtk-stock-cache): New hash table.
(x-gtk-map-stock): Perform caching to prevent excess consing during
2008-11-29 06:51:18 +00:00
Stefan Monnier
a231a45f50 (completion--try-word-completion): Don't ignore
partial-completion if it's the only style.
2008-11-29 02:39:19 +00:00