1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
Commit graph

60566 commits

Author SHA1 Message Date
Kim F. Storm
8c41220cef (FATAL ERRORS): Fix infinite loop in redisplay
when displaying a non-breaking space in an overlay string.
2005-11-11 15:36:23 +00:00
Kim F. Storm
fcc38f6dbe (struct it): New member ignore_overlay_strings_at_pos_p. 2005-11-11 15:33:34 +00:00
Kim F. Storm
310316cfb9 (handle_stop): Skip overlay string handling if
ignore_overlay_strings_at_pos_p is set.
(set_iterator_to_next): At end of display vector, set
ignore_overlay_strings_at_pos_p if dpvec came from an overlay
string, so we skip those overlay strings at current pos.
2005-11-11 15:33:23 +00:00
Kim F. Storm
6a77a9f535 *** empty log message *** 2005-11-11 15:32:54 +00:00
Miles Bader
ead9d1830f Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647
lisp/gnus/ChangeLog: Remove duplicate entry
2005-11-11 05:14:54 +00:00
Miles Bader
e8beac8a04 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 152-156)

   - Update from CVS: lisp/mml.el (mml-preview): Doc fix.
   - Update from CVS

2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/message.el (message-generate-headers): Downcase the argument
   given to message-check-element.

2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/gnus.el (gnus-parameters-case-fold-search): New variable.
   (gnus-parameters-get-parameter): Use it.

   * lisp/gnus/gnus-score.el (gnus-home-score-file): Doc fix.

2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)

   * lisp/gnus/gnus-score.el (gnus-update-score-entry-dates): Doc fix.

2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/mml.el (mml-preview): Doc fix.

2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
   new variable gnus-toolbar-thickness.

2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (XVarious): Revert description of gnus-use-toolbar.

2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (X-Face): Fix description.
   (XVarious): Remove gnus-xmas-logo-color-alist and
   gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.

2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>

   * man/gnus.texi (Group Parameters): Mention new varable
   gnus-parameters-case-fold-search.
   (Home Score File): Addition.
2005-11-11 05:14:27 +00:00
Stefan Monnier
be93a2c448 (jka-compr-install): Use push and dolist.
Add jka-compr-load-suffixes to load-suffixes.
2005-11-11 04:23:02 +00:00
Stefan Monnier
f6cb7e0afb Require 'jka-cmpr-hook.
(jka-compr-info-compress-message, jka-compr-info-compress-program)
(jka-compr-info-compress-args, jka-compr-info-uncompress-message)
(jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
(jka-compr-info-can-append, jka-compr-info-strip-extension)
(jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
(jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
(jka-compr-uninstall): Remove entries from
jka-compr-added-to-file-coding-system-alist after they are used.
(jka-compr-error): Remove unused var `curbuf'.
(jka-compr-file-local-copy): Remove unused var `notfound'.
2005-11-11 02:54:08 +00:00
Romain Francoise
d11e5f6cd3 Add overlay infloop bug. 2005-11-10 22:23:48 +00:00
Romain Francoise
7127d508b4 (apropos-calc-scores): Use `apropos-pattern'. 2005-11-10 19:45:03 +00:00
Nick Roberts
a3caa4de72 (gud-menu-map): Move parentheses.
(gdb): New command gud-pv.
2005-11-10 19:25:59 +00:00
Nick Roberts
46faf25e00 *** empty log message *** 2005-11-10 19:24:43 +00:00
Stefan Monnier
8560523d63 Remove spurious or unnecessary leading stars in docstrings.
(tar-header-block-tokenize): Also obey default-file-name-coding-system.
(tar-parse-octal-integer-safe): Use mapc.
(tar-header-block-summarize): Remove unused var `ck'.
(tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
cleared before.  Obey default-enable-multibyte-characters.
Use mapconcat.  Simplify setting of tar-header-offset.
(tar-mode-map): Move initialization inside delcaration.
(tar-flag-deleted): Use `abs'.
(tar-expunge-internal): Remove unused var `line'.
(tar-expunge-internal): Don't hardcode point-min==1.
(tar-expunge): Widen while doing set-buffer-multibyte.
(tar-rename-entry): Use file-name-coding-system.
(tar-alter-one-field): Don't hardcode point-min==1.
(tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
(tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
2005-11-10 18:00:37 +00:00
Reiner Steib
d730a9fcf4 Fix my mail address. Fix typo in 2005-11-07 entry of man.el. 2005-11-10 15:36:44 +00:00
Kim F. Storm
af94256be6 *** empty log message *** 2005-11-10 15:34:03 +00:00
Masatake YAMATO
94b073f33d (add-log-current-defun): Handle class::method notation of c++.
Fix incorrect comment.
2005-11-10 12:36:52 +00:00
Lars Hansen
19a9c3b741 (file-regular-p): Doc fix. 2005-11-10 11:57:35 +00:00
Alan Mackenzie
f192689e61 2005-11-10 Alan Mackenzie <acm@muc.de>
* help-fns.el (describe-variable): Make C-h v work when a variable
	has variable documentation yet is unbound.
2005-11-10 08:07:23 +00:00
Masatake YAMATO
af8308ec80 (Man-highlight-references): Set an empty
string to `Man-arguments' if it is nil.
Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.
2005-11-10 04:49:19 +00:00
Richard M. Stallman
fe8bc3fa17 (apropos-pattern): Renamed from apropos-regexp.
(apropos-orig-pattern): Renamed from apropos-orig-regexp.
All uses changed.

(apropos-rewrite-regexp): Doc fix.
(apropos-variable, apropos-command apropos, apropos-value):
Change prompt; carry through the argument renaming.
2005-11-10 03:18:51 +00:00
Stefan Monnier
1f0bb3e7fe (mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions. 2005-11-10 02:04:56 +00:00
Stefan Monnier
e2dc1f61ad (custom-make-dependencies): Simplify.
Better follow the commenting conventions.
2005-11-10 01:58:55 +00:00
Luc Teirlinck
38fe061250 (CUA Bindings): Add @section. 2005-11-10 01:24:23 +00:00
Luc Teirlinck
b701f6beed *** empty log message *** 2005-11-10 01:23:37 +00:00
Richard M. Stallman
f66e3d41b3 *** empty log message *** 2005-11-09 23:25:06 +00:00
Kim F. Storm
26e8108fe7 Prev link points to CUA Bindings node. 2005-11-09 23:22:30 +00:00
Kim F. Storm
64b8a8f67a (Emulation): Move CUA bindings item to killing.texi. 2005-11-09 23:22:23 +00:00
Kim F. Storm
95a0306cc3 * killing.texi (CUA Bindings): New node. Moved here from
misc.texi and extended with info on rectangle commands and
rectangle highlighting, interface to registers, and the global
mark feature.
2005-11-09 23:22:11 +00:00
Kim F. Storm
318aa7bae1 (Top): Add CUA Bindings entry to menu. 2005-11-09 23:22:03 +00:00
Kim F. Storm
932954d1d8 *** empty log message *** 2005-11-09 23:21:52 +00:00
Kim F. Storm
bd90dcd000 (safe_debug_print): New function to be called from gdb
to print Lisp objects; use valid_lisp_object_p to avoid crashing
if user tries to print something which is not a Lisp object.
2005-11-09 23:14:32 +00:00
Kim F. Storm
cbe3cc9229 (valid_lisp_object_p): Add prototype. 2005-11-09 23:14:19 +00:00
Kim F. Storm
3cd5573537 (valid_lisp_object_p): New function to validate that
an object is really a valid Lisp_Object.
2005-11-09 23:14:12 +00:00
Kim F. Storm
1609a9633f (pp, pp1): Use safe_debug_print.
(pv, pv1): New commands to print value of a lisp variable.
2005-11-09 23:13:56 +00:00
Luc Teirlinck
9c797a34f5 Require dired.
(find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
2005-11-09 23:04:46 +00:00
Luc Teirlinck
6e128e3224 *** empty log message *** 2005-11-09 23:02:25 +00:00
Nick Roberts
c69da4c77d (gdb): Make gud-pp use user-defined command pp1. 2005-11-09 20:39:06 +00:00
Nick Roberts
8a3862864a (pp1): New user-defined function. 2005-11-09 20:38:12 +00:00
Nick Roberts
78e5988ddd *** empty log message *** 2005-11-09 20:33:46 +00:00
Jay Belanger
2f884e83d4 (math-pow-fancy): Further expand product of square matrices.
(math-check-known-square-matrixp): Do a more extensive check for
square matrices.
2005-11-09 19:27:29 +00:00
Nick Roberts
5ee476765c (gud-menu-map): Ensure tool-bar is constant when using the speedbar.
(gdb): New command gud-pp.
(gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
2005-11-09 10:45:07 +00:00
Nick Roberts
31fa5025bb *** empty log message *** 2005-11-09 10:43:46 +00:00
Nick Roberts
b9a870dd55 New icons. 2005-11-09 10:41:08 +00:00
YAMAMOTO Mitsuharu
f56a5bd8c1 *** empty log message *** 2005-11-09 08:09:29 +00:00
YAMAMOTO Mitsuharu
a7a4eb9549 (C_SWITCH_SYSTEM): Remove -fno-common. 2005-11-09 08:09:01 +00:00
YAMAMOTO Mitsuharu
433456d7a7 (unexec_write_zero): New function.
(copy_data_segment): Clear uninitialized local variables in
statically linked libraries.
2005-11-09 08:08:34 +00:00
YAMAMOTO Mitsuharu
10ae126cfc [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
related variables for dumped executable.
2005-11-09 08:07:59 +00:00
YAMAMOTO Mitsuharu
54eaa188d3 [MAC_OSX] (image_load_quartz2d): Fix memory leak. 2005-11-09 08:07:18 +00:00
YAMAMOTO Mitsuharu
50d710dbcc (shortlisp): Sync with src/Makefile.in. 2005-11-09 08:06:35 +00:00
YAMAMOTO Mitsuharu
d64f470d22 (standard-display-european): Apply changes previously mentioned but
not applied actually.
2005-11-09 08:06:10 +00:00