]> git.eshelyaron.com Git - emacs.git/log
emacs.git
18 years ago(gdb-var-create-handler, gdb-var-list-children-handler):
Nick Roberts [Sun, 13 Nov 2005 09:02:23 +0000 (09:02 +0000)]
(gdb-var-create-handler, gdb-var-list-children-handler):
Match on "const char *" too.
(gdb-var-evaluate-expression-handler): Match on empty string.
(gdb-var-update-handler): Only call
gdb-var-evaluate-expression-handler when required.

18 years ago*** empty log message ***
Nick Roberts [Sun, 13 Nov 2005 09:00:56 +0000 (09:00 +0000)]
*** empty log message ***

18 years ago(LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.
YAMAMOTO Mitsuharu [Sun, 13 Nov 2005 05:48:59 +0000 (05:48 +0000)]
(LIBS_CARBON) [!HAVE_CARBON]: Remove `-framework Carbon'.

18 years ago[USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
YAMAMOTO Mitsuharu [Sun, 13 Nov 2005 05:46:52 +0000 (05:46 +0000)]
[USE_CG_TEXT_DRAWING] (mac_draw_string_cg): New function.
(x_draw_glyph_string_foreground) [USE_CG_TEXT_DRAWING]: Use it.
(XLoadQueryFont) [USE_CG_TEXT_DRAWING]: Set members cg_font and
cg_glyphs in struct MacFontStruct if synthesized bold or italic is
not used and font substitution never occurs for ASCII and Latin-1
characters.
(XLoadQueryFont): Maximum and minimum metrics are now those among
ASCII characters.
(XLoadQueryFont) [!MAC_OS8 || USE_ATSUI]: Apply WebKit-style
height adjustments for Courier, Helvetica, and Times.

18 years ago(USE_CG_TEXT_DRAWING): New define.
YAMAMOTO Mitsuharu [Sun, 13 Nov 2005 05:46:17 +0000 (05:46 +0000)]
(USE_CG_TEXT_DRAWING): New define.
(struct MacFontStruct) [USE_CG_TEXT_DRAWING]: New members cg_font
and cg_glyphs.

18 years ago(gud-menu-map): Revert to window-fringes for
Nick Roberts [Sat, 12 Nov 2005 21:26:55 +0000 (21:26 +0000)]
(gud-menu-map): Revert to window-fringes for
selected window.  This still doesn't work for speedbar.
(gud-speedbar-buttons): Handle string expressions properly.

18 years ago(gdb-var-create-handler)
Nick Roberts [Sat, 12 Nov 2005 21:21:51 +0000 (21:21 +0000)]
(gdb-var-create-handler)
(gdb-var-evaluate-expression-handler): Handle strings properly.
(gdb-var-list-children-regexp, gdb-var-list-children-handler):
Handle strings properly.  Move "type" field into regexp.

18 years ago*** empty log message ***
Nick Roberts [Sat, 12 Nov 2005 21:17:12 +0000 (21:17 +0000)]
*** empty log message ***

18 years ago* bookmark.el (bookmark-maybe-message): New function to reduce code
Karl Fogel [Sat, 12 Nov 2005 20:46:10 +0000 (20:46 +0000)]
* bookmark.el (bookmark-maybe-message): New function to reduce code
  duplication: invokes `message' iff baud-rate is high enough.
  (bookmark-write-file): Use above instead of an inline conditional.
  (bookmark-load): Same.

18 years ago(bookmark-write-file): Don't visit the destination file, just write
Karl Fogel [Sat, 12 Nov 2005 20:30:22 +0000 (20:30 +0000)]
(bookmark-write-file): Don't visit the destination file, just write
the data to it using write-region.  This is similar to 2005-05-29T08:36:26Z!rms@gnu.org
of saveplace.el, but with an additional change to avoid visiting the
file in the first place.

18 years ago* hi-lock.el (hi-lock-mode): Set the default value of
Chong Yidong [Sat, 12 Nov 2005 17:17:52 +0000 (17:17 +0000)]
* hi-lock.el (hi-lock-mode): Set the default value of
font-lock-defaults.

18 years agoChecked macos.texi
Chong Yidong [Sat, 12 Nov 2005 14:45:08 +0000 (14:45 +0000)]
Checked macos.texi

18 years ago*** empty log message ***
Romain Francoise [Sat, 12 Nov 2005 14:19:34 +0000 (14:19 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Sat, 12 Nov 2005 05:42:54 +0000 (05:42 +0000)]
*** empty log message ***

18 years ago(find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.
Luc Teirlinck [Sat, 12 Nov 2005 02:44:51 +0000 (02:44 +0000)]
(find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.
(find-lisp-format): The UID and GID can now be strings.

18 years ago*** empty log message ***
Luc Teirlinck [Sat, 12 Nov 2005 02:42:59 +0000 (02:42 +0000)]
*** empty log message ***

18 years ago(Help): Fix C-h a entry. Add C-h d entry.
Kim F. Storm [Sat, 12 Nov 2005 00:58:46 +0000 (00:58 +0000)]
(Help): Fix C-h a entry.  Add C-h d entry.
(Help Summary): Add C-h d and C-h e.
(Apropos): Clarify that all apropos commands may search for either
list of words or a regexp.  Add C-h d for apropos-documentation.
Describe apropos-documentation-sort-by-scores user option.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 12 Nov 2005 00:58:35 +0000 (00:58 +0000)]
*** empty log message ***

18 years agoAdd C-h d binding.
Kim F. Storm [Sat, 12 Nov 2005 00:58:11 +0000 (00:58 +0000)]
Add C-h d binding.

18 years ago(help-map): Bind C-h d to apropos-documentation.
Kim F. Storm [Sat, 12 Nov 2005 00:57:38 +0000 (00:57 +0000)]
(help-map): Bind C-h d to apropos-documentation.

18 years ago(what-cursor-position): Print (EOB) instead of (100%)
Kim F. Storm [Sat, 12 Nov 2005 00:10:56 +0000 (00:10 +0000)]
(what-cursor-position): Print (EOB) instead of (100%)
when point is at end-of-buffer.

18 years ago(apropos-match-face): Doc fix.
Kim F. Storm [Sat, 12 Nov 2005 00:10:40 +0000 (00:10 +0000)]
(apropos-match-face): Doc fix.
(apropos-sort-by-scores): Add new choice `verbose'.
(apropos-documentation-sort-by-scores): New defcustom.
(apropos-pattern): Now contains the pattern entered by the user.
(apropos-pattern-quoted): New defvar.
(apropos-regexp): New defvar, containing the regexp corresponding
to apropos-pattern.
(apropos-all-words-regexp): Renamed from apropos-all-regexp.
(apropos-read-pattern): New defun.  Use it to read pattern arg in
interactive calls; returns list of words for a word list, and
string for a regexp.
(apropos-parse-pattern): Renamed from apropos-rewrite-regexp.  Now
parses a list of words or regexp as returned by apropos-read-pattern.
(apropos-calc-scores): Return nil if apropos-regexp doesn't match.
(apropos-score-doc): Return a very high score if the string
entered by the user matches literally.
(apropos-variable): Doc fix.  Use apropos-read-pattern.
(apropos-command): Doc fix.  Use apropos-read-pattern and
apropos-parse-pattern.  Call apropos-print with nosubst=t.
(apropos, apropos-value): Doc fix. Use apropos-read-pattern and
apropos-parse-pattern.
(apropos-documentation): Doc fix. Use apropos-read-pattern and
apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
apropos-documentation-sort-by-scores.  Call apropos-print with
nosubst=t.
(apropos-documentation-internal): Pass doc string through
substitute-key-definition before adding text properties.
Highlight substring matching literal user input if possible.
(apropos-documentation-check-doc-file): Remove locals beg and end.
Fix calculation of score (as added twice).  Pass doc string through
substitute-key-definition before adding text properties.
(apropos-documentation-check-elc-file): Pass doc string through
substitute-key-definition before adding text properties.
Highlight substring matching literal user input if possible.
(apropos-print): Add new arg NOSUBST; if set, command and variable
doc strings have already been passed through substitute-key-definition.
Add code to handle apropos-accumulator items without score element
for backwards compatibility (e.g. with woman package).
Only show scores if apropos-sort-by-scores is `verbose'.

18 years ago*** empty log message ***
Kim F. Storm [Sat, 12 Nov 2005 00:08:35 +0000 (00:08 +0000)]
*** empty log message ***

18 years agoUpdate macterm comment
Steven Tamm [Fri, 11 Nov 2005 16:46:08 +0000 (16:46 +0000)]
Update macterm comment

18 years agomacterm.c (backtranslate_modified_keycode): New function to
Steven Tamm [Fri, 11 Nov 2005 16:33:44 +0000 (16:33 +0000)]
macterm.c (backtranslate_modified_keycode): New function to
mask modifiers off of keycodes for use in modifier mapping.
(mac_determine_quit_char_modifiers): Remove
mac-reverse-ctrl-meta and replace it with more flexible system
mapping mac modifier keys to emacs modifier keys.
(convert_fn_keycode): Map Fn-keys to their original keycode
using a table (english keyboard only).
(syms_of_macterm): Define mac-control-modifier,
mac-command-modifier, mac-function-modifier.
Define meta and ctrl for use as modifiers.

18 years ago(pitx): Fix output format if n_overlay_strings > 0.
Kim F. Storm [Fri, 11 Nov 2005 15:45:44 +0000 (15:45 +0000)]
(pitx): Fix output format if n_overlay_strings > 0.
(bt): Add post hook to "backtrace" to always dump lisp call stack to
increase chance of people sending it to us when reporting bugs.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 11 Nov 2005 15:45:18 +0000 (15:45 +0000)]
*** empty log message ***

18 years ago(Fsubstitute_command_keys): Doc fix.
Kim F. Storm [Fri, 11 Nov 2005 15:36:36 +0000 (15:36 +0000)]
(Fsubstitute_command_keys): Doc fix.

18 years ago(FATAL ERRORS): Fix infinite loop in redisplay
Kim F. Storm [Fri, 11 Nov 2005 15:36:23 +0000 (15:36 +0000)]
(FATAL ERRORS): Fix infinite loop in redisplay
when displaying a non-breaking space in an overlay string.

18 years ago(struct it): New member ignore_overlay_strings_at_pos_p.
Kim F. Storm [Fri, 11 Nov 2005 15:33:34 +0000 (15:33 +0000)]
(struct it): New member ignore_overlay_strings_at_pos_p.

18 years ago(handle_stop): Skip overlay string handling if
Kim F. Storm [Fri, 11 Nov 2005 15:33:23 +0000 (15:33 +0000)]
(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.

18 years ago*** empty log message ***
Kim F. Storm [Fri, 11 Nov 2005 15:32:54 +0000 (15:32 +0000)]
*** empty log message ***

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647
Miles Bader [Fri, 11 Nov 2005 05:14:54 +0000 (05:14 +0000)]
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-647

lisp/gnus/ChangeLog: Remove duplicate entry

18 years agoRevision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-646
Miles Bader [Fri, 11 Nov 2005 05:14:27 +0000 (05:14 +0000)]
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.

18 years ago(jka-compr-install): Use push and dolist.
Stefan Monnier [Fri, 11 Nov 2005 04:23:02 +0000 (04:23 +0000)]
(jka-compr-install): Use push and dolist.
Add jka-compr-load-suffixes to load-suffixes.

18 years agoRequire 'jka-cmpr-hook.
Stefan Monnier [Fri, 11 Nov 2005 02:54:08 +0000 (02:54 +0000)]
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'.

18 years agoAdd overlay infloop bug.
Romain Francoise [Thu, 10 Nov 2005 22:23:48 +0000 (22:23 +0000)]
Add overlay infloop bug.

18 years ago(apropos-calc-scores): Use `apropos-pattern'.
Romain Francoise [Thu, 10 Nov 2005 19:45:03 +0000 (19:45 +0000)]
(apropos-calc-scores): Use `apropos-pattern'.

18 years ago(gud-menu-map): Move parentheses.
Nick Roberts [Thu, 10 Nov 2005 19:25:59 +0000 (19:25 +0000)]
(gud-menu-map): Move parentheses.
(gdb): New command gud-pv.

18 years ago*** empty log message ***
Nick Roberts [Thu, 10 Nov 2005 19:24:43 +0000 (19:24 +0000)]
*** empty log message ***

18 years agoRemove spurious or unnecessary leading stars in docstrings.
Stefan Monnier [Thu, 10 Nov 2005 18:00:37 +0000 (18:00 +0000)]
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.

18 years agoFix my mail address. Fix typo in 2005-11-07 entry of man.el.
Reiner Steib [Thu, 10 Nov 2005 15:36:44 +0000 (15:36 +0000)]
Fix my mail address.  Fix typo in 2005-11-07 entry of man.el.

18 years ago*** empty log message ***
Kim F. Storm [Thu, 10 Nov 2005 15:34:03 +0000 (15:34 +0000)]
*** empty log message ***

18 years ago(add-log-current-defun): Handle class::method notation of c++.
Masatake YAMATO [Thu, 10 Nov 2005 12:36:52 +0000 (12:36 +0000)]
(add-log-current-defun): Handle class::method notation of c++.
Fix incorrect comment.

18 years ago(file-regular-p): Doc fix.
Lars Hansen [Thu, 10 Nov 2005 11:57:35 +0000 (11:57 +0000)]
(file-regular-p): Doc fix.

18 years ago2005-11-10 Alan Mackenzie <acm@muc.de>
Alan Mackenzie [Thu, 10 Nov 2005 08:07:23 +0000 (08:07 +0000)]
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.

18 years ago(Man-highlight-references): Set an empty
Masatake YAMATO [Thu, 10 Nov 2005 04:49:19 +0000 (04:49 +0000)]
(Man-highlight-references): Set an empty
string to `Man-arguments' if it is nil.
Suggested by Reiner Steib <reinersteib+gmane@imap.cc>.

18 years ago(apropos-pattern): Renamed from apropos-regexp.
Richard M. Stallman [Thu, 10 Nov 2005 03:18:51 +0000 (03:18 +0000)]
(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.

18 years ago(mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions.
Stefan Monnier [Thu, 10 Nov 2005 02:04:56 +0000 (02:04 +0000)]
(mh-loaddefs.el, loaddefs.el): Better follow the commenting conventions.

18 years ago(custom-make-dependencies): Simplify.
Stefan Monnier [Thu, 10 Nov 2005 01:58:55 +0000 (01:58 +0000)]
(custom-make-dependencies): Simplify.
Better follow the commenting conventions.

18 years ago(CUA Bindings): Add @section.
Luc Teirlinck [Thu, 10 Nov 2005 01:24:23 +0000 (01:24 +0000)]
(CUA Bindings): Add @section.

18 years ago*** empty log message ***
Luc Teirlinck [Thu, 10 Nov 2005 01:23:37 +0000 (01:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Richard M. Stallman [Wed, 9 Nov 2005 23:25:06 +0000 (23:25 +0000)]
*** empty log message ***

18 years agoPrev link points to CUA Bindings node.
Kim F. Storm [Wed, 9 Nov 2005 23:22:30 +0000 (23:22 +0000)]
Prev link points to CUA Bindings node.

18 years ago(Emulation): Move CUA bindings item to killing.texi.
Kim F. Storm [Wed, 9 Nov 2005 23:22:23 +0000 (23:22 +0000)]
(Emulation): Move CUA bindings item to killing.texi.

18 years ago* killing.texi (CUA Bindings): New node. Moved here from
Kim F. Storm [Wed, 9 Nov 2005 23:22:11 +0000 (23:22 +0000)]
* 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.

18 years ago(Top): Add CUA Bindings entry to menu.
Kim F. Storm [Wed, 9 Nov 2005 23:22:03 +0000 (23:22 +0000)]
(Top): Add CUA Bindings entry to menu.

18 years ago*** empty log message ***
Kim F. Storm [Wed, 9 Nov 2005 23:21:52 +0000 (23:21 +0000)]
*** empty log message ***

18 years ago(safe_debug_print): New function to be called from gdb
Kim F. Storm [Wed, 9 Nov 2005 23:14:32 +0000 (23:14 +0000)]
(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.

18 years ago(valid_lisp_object_p): Add prototype.
Kim F. Storm [Wed, 9 Nov 2005 23:14:19 +0000 (23:14 +0000)]
(valid_lisp_object_p): Add prototype.

18 years ago(valid_lisp_object_p): New function to validate that
Kim F. Storm [Wed, 9 Nov 2005 23:14:12 +0000 (23:14 +0000)]
(valid_lisp_object_p): New function to validate that
an object is really a valid Lisp_Object.

18 years ago(pp, pp1): Use safe_debug_print.
Kim F. Storm [Wed, 9 Nov 2005 23:13:56 +0000 (23:13 +0000)]
(pp, pp1): Use safe_debug_print.
(pv, pv1): New commands to print value of a lisp variable.

18 years agoRequire dired.
Luc Teirlinck [Wed, 9 Nov 2005 23:04:46 +0000 (23:04 +0000)]
Require dired.
(find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.

18 years ago*** empty log message ***
Luc Teirlinck [Wed, 9 Nov 2005 23:02:25 +0000 (23:02 +0000)]
*** empty log message ***

18 years ago(gdb): Make gud-pp use user-defined command pp1.
Nick Roberts [Wed, 9 Nov 2005 20:39:06 +0000 (20:39 +0000)]
(gdb): Make gud-pp use user-defined command pp1.

18 years ago(pp1): New user-defined function.
Nick Roberts [Wed, 9 Nov 2005 20:38:12 +0000 (20:38 +0000)]
(pp1): New user-defined function.

18 years ago*** empty log message ***
Nick Roberts [Wed, 9 Nov 2005 20:33:46 +0000 (20:33 +0000)]
*** empty log message ***

18 years ago(math-pow-fancy): Further expand product of square matrices.
Jay Belanger [Wed, 9 Nov 2005 19:27:29 +0000 (19:27 +0000)]
(math-pow-fancy):  Further expand product of square matrices.
(math-check-known-square-matrixp): Do a more extensive check for
square matrices.

18 years ago(gud-menu-map): Ensure tool-bar is constant when using the speedbar.
Nick Roberts [Wed, 9 Nov 2005 10:45:07 +0000 (10:45 +0000)]
(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.

18 years ago*** empty log message ***
Nick Roberts [Wed, 9 Nov 2005 10:43:46 +0000 (10:43 +0000)]
*** empty log message ***

18 years agoNew icons.
Nick Roberts [Wed, 9 Nov 2005 10:41:08 +0000 (10:41 +0000)]
New icons.

18 years ago*** empty log message ***
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:09:29 +0000 (08:09 +0000)]
*** empty log message ***

18 years ago(C_SWITCH_SYSTEM): Remove -fno-common.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:09:01 +0000 (08:09 +0000)]
(C_SWITCH_SYSTEM): Remove -fno-common.

18 years ago(unexec_write_zero): New function.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:08:34 +0000 (08:08 +0000)]
(unexec_write_zero): New function.
(copy_data_segment): Clear uninitialized local variables in
statically linked libraries.

18 years ago[MAC_OSX] (init_mac_osx_environment): Reinitialize locale
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:07:59 +0000 (08:07 +0000)]
[MAC_OSX] (init_mac_osx_environment): Reinitialize locale
related variables for dumped executable.

18 years ago[MAC_OSX] (image_load_quartz2d): Fix memory leak.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:07:18 +0000 (08:07 +0000)]
[MAC_OSX] (image_load_quartz2d): Fix memory leak.

18 years ago(shortlisp): Sync with src/Makefile.in.
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:06:35 +0000 (08:06 +0000)]
(shortlisp): Sync with src/Makefile.in.

18 years ago(standard-display-european): Apply changes previously mentioned but
YAMAMOTO Mitsuharu [Wed, 9 Nov 2005 08:06:10 +0000 (08:06 +0000)]
(standard-display-european): Apply changes previously mentioned but
not applied actually.

18 years agoFixed a bug where where-is-internal failed to detect when a key is
Juri Linkov [Wed, 9 Nov 2005 07:52:13 +0000 (07:52 +0000)]
Fixed a bug where where-is-internal failed to detect when a key is
shadowed by a shorter prefix key.

18 years ago*** empty log message ***
Juri Linkov [Wed, 9 Nov 2005 07:49:18 +0000 (07:49 +0000)]
*** empty log message ***

18 years ago(shadow_lookup): If Flookup_key returns a number,
Juri Linkov [Wed, 9 Nov 2005 07:48:38 +0000 (07:48 +0000)]
(shadow_lookup): If Flookup_key returns a number,
call it again with a sub-key-sequence, and if its return value
is non-nil (sub-key is bound), return nil.

18 years ago(occur-excluded-properties): New defcustom.
Juri Linkov [Wed, 9 Nov 2005 07:41:48 +0000 (07:41 +0000)]
(occur-excluded-properties): New defcustom.
(occur-1, occur-engine, occur-accumulate-lines): Use it.

18 years ago*** empty log message ***
Romain Francoise [Wed, 9 Nov 2005 06:27:27 +0000 (06:27 +0000)]
*** empty log message ***

18 years ago(math-convert-units): Replace any composite unit by its definition.
Jay Belanger [Wed, 9 Nov 2005 06:02:54 +0000 (06:02 +0000)]
(math-convert-units):  Replace any composite unit by its definition.

18 years ago(Fsignal_process): Recognize signal names with and
Kim F. Storm [Tue, 8 Nov 2005 21:38:37 +0000 (21:38 +0000)]
(Fsignal_process): Recognize signal names with and
without SIG prefix, e.g. SIGHUP and HUP.

18 years ago(search_buffer): No need to initialize base_pat.
Kim F. Storm [Tue, 8 Nov 2005 21:38:10 +0000 (21:38 +0000)]
(search_buffer): No need to initialize base_pat.

18 years ago*** empty log message ***
Kim F. Storm [Tue, 8 Nov 2005 21:37:28 +0000 (21:37 +0000)]
*** empty log message ***

18 years ago(update-directory-autoloads): Add obsolete function alias.
Lars Hansen [Tue, 8 Nov 2005 20:24:19 +0000 (20:24 +0000)]
(update-directory-autoloads): Add obsolete function alias.

18 years ago(lisp-mode-variables): Don't set comment-indent-function.
Stefan Monnier [Tue, 8 Nov 2005 01:46:37 +0000 (01:46 +0000)]
(lisp-mode-variables): Don't set comment-indent-function.
(lisp-comment-indent): Replace by an alias for comment-indent-default.

18 years ago(Help Echo): By default, help echos are only shown on mouse-over, not
Luc Teirlinck [Mon, 7 Nov 2005 23:09:59 +0000 (23:09 +0000)]
(Help Echo): By default, help echos are only shown on mouse-over, not
on point-over.

18 years ago*** empty log message ***
Luc Teirlinck [Mon, 7 Nov 2005 23:07:06 +0000 (23:07 +0000)]
*** empty log message ***

18 years ago(reveal-post-command): Rework the handling of
Stefan Monnier [Mon, 7 Nov 2005 22:33:31 +0000 (22:33 +0000)]
(reveal-post-command): Rework the handling of
reveal-open-spots, so as to be more reliable.  There were several
tricky corner cases where an open spot might be lost, or where
a closed spot might end up on the list of open spots.
Only reveal text that's ellipsised.

18 years agoAdd `dedicated' arg to get-lru-window and get-largest-window.
Stefan Monnier [Mon, 7 Nov 2005 21:15:17 +0000 (21:15 +0000)]
Add `dedicated' arg to get-lru-window and get-largest-window.

18 years agoUse local var `b' instead of XBUFFER (w->buffer) also when
Kim F. Storm [Mon, 7 Nov 2005 11:55:20 +0000 (11:55 +0000)]
Use local var `b' instead of XBUFFER (w->buffer) also when
accessing member cursor_in_non_selected_windows.

18 years ago(org-export-as-html): Removed bogus (debug) form.
Carsten Dominik [Mon, 7 Nov 2005 10:57:10 +0000 (10:57 +0000)]
(org-export-as-html): Removed bogus (debug) form.

18 years ago*** empty log message ***
Carsten Dominik [Mon, 7 Nov 2005 10:56:50 +0000 (10:56 +0000)]
*** empty log message ***

18 years ago(ibuffer): Search iconified frames too when getting Ibuffer buffer's window.
John Paul Wallington [Mon, 7 Nov 2005 01:30:29 +0000 (01:30 +0000)]
(ibuffer): Search iconified frames too when getting Ibuffer buffer's window.

18 years ago*** empty log message ***
Richard M. Stallman [Mon, 7 Nov 2005 01:28:15 +0000 (01:28 +0000)]
*** empty log message ***

18 years ago(Magic File Names): find-file-name-handler checks the
Richard M. Stallman [Mon, 7 Nov 2005 01:07:56 +0000 (01:07 +0000)]
(Magic File Names): find-file-name-handler checks the
`operations' property of the handler.

18 years ago(flyspell-external-point-words):
Richard M. Stallman [Mon, 7 Nov 2005 00:50:01 +0000 (00:50 +0000)]
(flyspell-external-point-words):
flyspell-get-word returns a list, not just a string.