1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

65558 commits

Author SHA1 Message Date
Richard M. Stallman
017e297ea9 Comment change. 2006-08-18 01:52:19 +00:00
Nick Roberts
d46c6df554 (Fset_window_fringes): Do nothing on a tty.
(Fwindow_fringes): Put ? operator after the line break.
2006-08-17 21:00:44 +00:00
Nick Roberts
454e31b372 *** empty log message *** 2006-08-17 21:00:13 +00:00
Romain Francoise
bfe0c147d5 (gdb-edit-locals-value): Balance parens. 2006-08-17 17:56:57 +00:00
Romain Francoise
31ab08e6ad *** empty log message *** 2006-08-17 17:34:39 +00:00
Richard M. Stallman
fb5422b2d1 (compare-windows): lambda's take an arg and pass
it to compare-windows-skip-whitespace.
2006-08-17 15:22:21 +00:00
Stefan Monnier
9fd762b063 (jit-lock-fontify-now): Protect the modified status of the right buffer. 2006-08-17 15:10:21 +00:00
Stefan Monnier
bce848ed51 (cvs-parse-table): Accept the new `...' format for removed files. 2006-08-17 14:53:09 +00:00
Nick Roberts
38a52690e0 (gdb-locals-watch-map, gdb-locals-watch-map-1): Suppress keymap first.
(gdb-edit-locals-map-1): New variable.
(gdb-edit-locals-value): New function.
(gdb-stack-list-locals-handler): Use them.
2006-08-17 11:44:40 +00:00
Nick Roberts
5802a1c92a *** empty log message *** 2006-08-17 11:44:05 +00:00
Stefan Monnier
3e9323d603 (global-map): Allow yanking with mouse-2 at a spot whose
cursor would normally be drawn in the fringe.
2006-08-17 03:36:17 +00:00
Stefan Monnier
3d93bda589 (font-lock-extend-region-wholelines): Fix up typo.
Reported by Martin Rudalics <rudalics@gmx.at>.
2006-08-17 03:19:55 +00:00
Miles Bader
5ebdc2990a Merge from gnus--rel--5.10
Patches applied:

 * gnus--rel--5.10  (patch 123-125)

   - Update from CVS

2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/compface.el (uncompface): Use binary rather than raw-text-unix.

2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/compface.el (uncompface): Make sure the eol conversion doesn't take
   place when communicating with the external programs.  Reported by
   ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.

2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/nnheader.el (nnheader-insert-head): Fix typo in comment.

2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>

   * lisp/gnus/nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
   Make it more robust by parsing author and date independently.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-398
2006-08-16 14:04:41 +00:00
Andreas Schwab
dae581bf8d (debug_output_compilation_hack): Fix return type. 2006-08-16 12:33:12 +00:00
Andreas Schwab
e9f67acfc1 (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
of hardcoding it.
2006-08-16 09:04:47 +00:00
Richard M. Stallman
3cb74cd127 *** empty log message *** 2006-08-16 05:17:30 +00:00
Richard M. Stallman
c33f894897 (debug_output_compilation_hack): New function. 2006-08-16 05:15:25 +00:00
Richard M. Stallman
1096b4a013 (Saving Emacs Sessions): Clean up wording. 2006-08-16 05:14:31 +00:00
Richard M. Stallman
ba057869d6 (Marking Objects): Mention term "select all". 2006-08-16 05:13:48 +00:00
Richard M. Stallman
ef043ba0d6 (Top): Update subnode menu. 2006-08-16 05:13:18 +00:00
Richard M. Stallman
4e7ab35cb7 (Help Mode): Move node up in file. 2006-08-16 05:12:46 +00:00
Richard M. Stallman
0007b8a660 (Extended Menu Items): Show format of cached bindings in extended menu items. 2006-08-16 05:11:54 +00:00
Richard M. Stallman
81b4d9abbf (Variable Definitions): Explain when the
standard value expression is evaluated.
2006-08-16 05:10:55 +00:00
Richard M. Stallman
c0acb3ee4c (x-clipboard-yank): Specify * in interactive spec.
(special-event-map): Process drag-n-drop events this way.
2006-08-16 05:09:18 +00:00
Richard M. Stallman
ad47c4a0a5 (move-beginning-of-line): Test whether fields
would prevent motion back to line's first visible character.
If so, stop where the fields would stop the motion.
2006-08-16 05:07:22 +00:00
Richard M. Stallman
b605a60ad3 (comment-indent): Fully update INDENT
before checking to see if it will change the text.
2006-08-16 05:05:56 +00:00
Richard M. Stallman
19f0515ada (custom-newline): New function.
(custom-mode-map): Bind newline to custom-newline.
2006-08-16 05:05:08 +00:00
Richard M. Stallman
27f9dfbf21 (compare-windows): Factor compare-ignore-whitespace into ignore-whitespace.
Check each buffer for its skip-function.
Handle compare-windows-skip-whitespace special-case test
by returning t from default skip function.
2006-08-16 05:04:16 +00:00
Richard M. Stallman
7b245e6346 Clean up wording. 2006-08-16 04:57:08 +00:00
Kenichi Handa
29cbc48294 (choose_write_coding_system): Use LF for end-of-line
in auto-saving.
2006-08-16 00:20:53 +00:00
Chong Yidong
9411b08096 * commands.texi (Reading One Event): Explain idleness in
`read-event'.
2006-08-15 22:28:02 +00:00
Chong Yidong
7e18844978 * commands.texi (Reading One Event): Explain idleness in
`read-event'.
2006-08-15 19:59:08 +00:00
Chong Yidong
3236e6b849 * keyboard.c (read_char): Don't change idle timer state at all if
end_time is supplied.
2006-08-15 17:39:21 +00:00
Carsten Dominik
29cf022180 Version number change. 2006-08-15 11:59:09 +00:00
Carsten Dominik
4c3ec0fc96 *** empty log message *** 2006-08-15 11:58:49 +00:00
Carsten Dominik
22a616f7af (Installation, Activation): Split from Installation and
Activation.
	(Clocking work time): Documented new features.
2006-08-15 11:58:05 +00:00
Carsten Dominik
5137195a62 (org-clock-special-range, org-clock-update-time-maybe):
New functions.
	(org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
	not only a-z.
	(org-agenda-get-blocks): Allow multiple blocks per headline.
	(org-timestamp-change): Call `org-clock-update-time-maybe'.
	(org-export-html-title-format)
	(org-export-html-toplevel-hlevel): New options.
	(org-export-language-setup): Added support for Czech.
	(org-mode, org-insert-todo-heading, org-find-visible)
	(org-find-invisible, org-invisible-p, org-invisible-p2)
	(org-back-to-heading, org-on-heading-p, org-up-heading-all)
	(org-show-subtree, org-show-entry, org-make-options-regexp):
	Removed compatibility support for old outline-mode.
	(org-check-occur-regexp): Funtion removed.
	(org-on-heading-p, org-back-to-heading): Made defalias.
	(org-set-local): New defsubst.
	(org-set-regexps-and-options, org-mode)
	(org-set-font-lock-defaults, org-edit-agenda-file-list)
	(org-timeline, org-agenda-list, org-todo-list, org-tags-view)
	(org-remember-apply-template, org-table-edit-field)
	(org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
	(org-set-autofill-regexps): Use `org-set-local'.
	(org-table-eval-formula): Fixed bug with parsing of display flags.
2006-08-15 11:55:38 +00:00
Richard M. Stallman
fa1f0963c4 *** empty log message *** 2006-08-15 02:50:30 +00:00
Kenichi Handa
8db1f9fa0c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New arg RET. If SRC
is exhausted, return with RET.
(detect_coding_emacs_mule, detect_coding_iso2022)
(detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
(detect_coding_utf_16, detect_coding_ccl): Adjusted for the above
change.
2006-08-15 02:42:21 +00:00
Nick Roberts
a7acd30f0c (Stack Buffer): Explain fringe arrow. 2006-08-15 00:33:09 +00:00
Nick Roberts
8b12cd99d2 *** empty log message *** 2006-08-15 00:30:07 +00:00
Nick Roberts
9143202cb6 (gdb-info-stack-custom): Indicate selected frame with fringe arrow.
Suggested by Simon Marshall <simon.marshall@misys.com>.
(gdb-stack-position): New variable.
(gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
(gdb-frames-mode): Set gdb-stack-position to nil.  Add to
overlay-arrow-variable-list
(gdb-reset): Delete gdb-stack-position from above list.
2006-08-15 00:01:16 +00:00
Chong Yidong
70282fce62 * keyboard.c (read_char): Don't reset idle timers if a time limit
is supplied.
2006-08-14 18:32:23 +00:00
Kim F. Storm
82d59cb0ca (pitx): Print iterator position.
Limit stack dump in case iterator is not initialized.
2006-08-14 09:58:12 +00:00
Kim F. Storm
9bdc2a5d70 *** empty log message *** 2006-08-14 09:58:03 +00:00
Jan Djärv
3694220512 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
read only.
2006-08-14 09:00:36 +00:00
Chong Yidong
e71cb54980 * FOR-RELEASE: Elisp manual checking completed. 2006-08-13 19:02:57 +00:00
Romain Francoise
e1a2960c07 * cus-theme.el (customize-create-theme)
(custom-theme-visit-theme): End `y-or-n-p' prompt with a space.

* filesets.el (filesets-add-buffer): Ditto.

* pcvs.el (cvs-change-cvsroot): Ditto.
2006-08-13 17:05:12 +00:00
Romain Francoise
43db7b94c9 Fix last entry. 2006-08-13 17:04:56 +00:00
Romain Francoise
5dab7628da (mm-extern-mail-server): End `y-or-n-p' prompt with a space. 2006-08-13 17:04:33 +00:00