1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

65123 Commits

Author SHA1 Message Date
Richard M. Stallman
05bdf2d724 *** empty log message *** 2006-07-17 21:07:29 +00:00
Stefan Monnier
69c6ad8391 (sh-quoted-subshell): Don't match escaped . Use cond', push', and `dolist'. 2006-07-17 21:07:23 +00:00
Richard M. Stallman
27ddcc192f (Processing of Errors): Add command-error-function. 2006-07-17 21:07:20 +00:00
Richard M. Stallman
04d8c47ded (Vcommand_error_function): New variable.
(syms_of_keyboard): Defvar it.
(cmd_error_internal): Simplify, and handle Vcommand_error_function.
2006-07-17 21:00:58 +00:00
Richard M. Stallman
b9e590fc95 Fix previous change. 2006-07-17 21:00:08 +00:00
Richard M. Stallman
5d12ff0bed (init_display): Mention DISPLAY as well as TERM in err msg. 2006-07-17 20:59:18 +00:00
Richard M. Stallman
7ae038f07e (Grep Searching): Explain about chaining grep commands. 2006-07-17 20:58:27 +00:00
Richard M. Stallman
daeeeffc3f *** empty log message *** 2006-07-17 20:57:24 +00:00
Richard M. Stallman
6a20a6062e (File Local Variables): Clarify that
file local variables make buffer-local bindings.
2006-07-17 20:56:58 +00:00
Richard M. Stallman
90b80b6944 (Syntactic Font Lock): Give default for font-lock-syntax-table. 2006-07-17 20:56:18 +00:00
Richard M. Stallman
f2920ffe8e (tar-superior-buffer, archive-superior-buffer):
Add defvars to silence warnings.
2006-07-17 20:55:07 +00:00
J.D. Smith
aed1976425 Fix menu typo. 2006-07-17 17:10:32 +00:00
Reiner Steib
6232e72d6b Update refcard section. 2006-07-17 15:53:32 +00:00
Reiner Steib
652d420b0f 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
* ru-refcard.ps: Regenerate.

2006-07-17  Alex Ott  <alexott@gmail.com>

	* ru-refcard.tex: Update for Emacs 22.
2006-07-17 15:45:42 +00:00
Kim F. Storm
062e20358f (handle_single_display_spec): Ensure the right value of
it->position is saved by push_it.
(pop_it): Restore it->object for GET_FROM_BUFFER and GET_FROM_STRING.
(reseat_1): Don't setup it->object twice.
(set_iterator_to_next): No need to set it->object after pop_it.
(move_it_to): Explicitly check to see if last move reached to_charpos.
2006-07-17 14:25:05 +00:00
Kim F. Storm
55dc982c6c *** empty log message *** 2006-07-17 14:24:50 +00:00
Thien-Thi Nguyen
ce7d5efe33 (display_mode_line): Preserve match data. 2006-07-17 07:47:41 +00:00
Nick Roberts
c9abd53002 (Special Properties): Clean up previous change. 2006-07-17 04:20:41 +00:00
Nick Roberts
7e1c1289f9 *** empty log message *** 2006-07-17 04:19:54 +00:00
Chong Yidong
b5f02314a0 * progmodes/compile.el (compilation-mode-font-lock-keywords):
Don't highlight "Compiling file" messages as error.
2006-07-17 04:07:49 +00:00
Chong Yidong
c8068734a7 * dired-aux.el (dired-compress-file): Confirm again if gzipped
file already exists.
2006-07-17 04:00:54 +00:00
Karl Berry
4a76f78d18 page breaks through chapter 10 2006-07-16 23:30:58 +00:00
Miles Bader
b44409c97d Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 115)

   - Update from CVS

2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)

   * lisp/gnus/mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-353
2006-07-16 22:19:06 +00:00
Thien-Thi Nguyen
072cb54a86 (ada-mode): Rewrite ff-special-constructs init. 2006-07-16 21:12:46 +00:00
Thien-Thi Nguyen
7365aa8be1 (ff-special-constructs): Doc fix. Also, for C/C++
entry, don't assign to free var; simply return the extracted filename.
(ff-treat-as-special): Incorporate common preamble from callers.
(ff-other-file-name, ff-find-the-other-file):
Update call to ff-treat-as-special.
2006-07-16 21:08:28 +00:00
Karl Berry
ece35e15a7 fix bad page breaks 2006-07-16 18:25:23 +00:00
Karl Berry
912c723552 fix underfull hbox 2006-07-16 17:48:24 +00:00
Mathias Dahl
9b9c0e5ad9 Fix in `tumme-get-comment'. 2006-07-16 08:14:01 +00:00
Mathias Dahl
95ea88aa19 Fix bug in `tumme-get-comment'. 2006-07-16 08:09:39 +00:00
Stefan Monnier
ba83982b7f Remove spurious * in docstrings. 2006-07-16 04:28:10 +00:00
Nick Roberts
f0b99db0a5 (Special Properties): Describe fontified text property
in relation to a character (not text).
2006-07-15 06:37:39 +00:00
Nick Roberts
54b7938f98 *** empty log message *** 2006-07-15 06:37:03 +00:00
Nick Roberts
5204800f98 (allout-run-unit-tests-on-load): Rectified docstring grammar.
(allout-beginning-of-current-line): Beware beginning of buffer.  Also, a
comment is simplified.
(allout-hotspot-key-handler): Only set allout-post-goto-bullet when
appropriate.  (This fix enables use for other than bullet-hotspot operation.)
(allout-hide-current-subtree): While escalating to sibling-close, make sure to
situate on a topic.
2006-07-15 04:26:39 +00:00
Nick Roberts
db28aa3c6e *** empty log message *** 2006-07-15 04:24:52 +00:00
Kim F. Storm
b51338f646 Checked maps.texi. 2006-07-15 00:15:02 +00:00
Kim F. Storm
19cafe2c1f (Standard Keymaps): Add xref for minibuffer maps.
Add apropos-mode-map, custom-mode-map, esc-map, global-map,
grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2006-07-15 00:14:38 +00:00
Kim F. Storm
0864179af2 *** empty log message *** 2006-07-15 00:13:10 +00:00
Kim F. Storm
dc22651e73 Checked anti.texi. 2006-07-14 23:40:43 +00:00
Kim F. Storm
bd04e7deab (Antinews): Mention redisplay function.
The kbd macro existed, but was not documented, before 22.x.
Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2006-07-14 23:32:14 +00:00
Kim F. Storm
3f11901a5d Mention that kbd macro has existed since Emacs 20.1. 2006-07-14 23:31:09 +00:00
Kim F. Storm
a452073597 (cua-help-for-rectangle): Add `alt' modifier. 2006-07-14 22:14:17 +00:00
Kim F. Storm
ae6ffe9997 (cua-delete-selection, cua-toggle-set-mark): New defcustoms.
(cua-rectangle-modifier-key): Add `alt' modifier.
(cua-replace-region): Don't delete if cua-delete-selection is nil.
(cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2006-07-14 22:14:08 +00:00
Kim F. Storm
839929ba53 *** empty log message *** 2006-07-14 22:12:39 +00:00
Kim F. Storm
d753d9b7ad *** empty log message *** 2006-07-14 15:04:08 +00:00
Kim F. Storm
ade79051d8 Emacs now requires ws2_32.dll on Windows. 2006-07-14 15:03:52 +00:00
Kim F. Storm
f9125cde75 (reader_thread): Use _sys_wait_accept to wait on a
server socket (FILE_LISTEN flag).
2006-07-14 14:18:52 +00:00
Kim F. Storm
c8b6788004 (_sys_read_ahead, _sys_wait_accept): Add prototypes. 2006-07-14 14:18:44 +00:00
Kim F. Storm
64570b36c5 (pfn_WSACreateEvent, pfn_WSACloseEvent): New func ptrs.
(init_winsock): Load them.  Use ws2_32.dll.
(sys_listen): Undo last change.  Just set FILE_LISTEN flag.
(sys_accept): Undo last change.  Instead, set child status to
STATUS_READ_ACKNOWLEDGED and reset char_avail event so next
sys_select will wakeup the reader thread.
(_sys_wait_accept): New function used by reader thread to wait for
an incoming connection on a server socket.
2006-07-14 14:18:40 +00:00
Eli Zaretskii
41bab5e373 ChangeLog 2006-07-14 12:05:02 +00:00
Eli Zaretskii
67db6aa2fc Regenerated. 2006-07-14 12:04:46 +00:00