bpt/emacs.git
16 years ago(realize_x_face): If the font-related face attributes
Kenichi Handa [Thu, 5 Jun 2008 04:14:48 +0000 (04:14 +0000)]
(realize_x_face): If the font-related face attributes
are the same s those of default face, realize a new fontset
from default->fontset.

16 years ago* window.c (window_scroll_pixel_based_preserve_x)
Stefan Monnier [Thu, 5 Jun 2008 03:57:09 +0000 (03:57 +0000)]
* window.c (window_scroll_pixel_based_preserve_x)
(window_scroll_preserve_hpos, window_scroll_preserve_vpos): New vars.
(window_scroll_pixel_based, window_scroll_line_based):
Use them to preserve column positions.
(syms_of_window): Initialize them.
* indent.c (Fvertical_motion): Extend first arg to allow passing an
(HPOS . VPOS) pair.
* xdisp.c (move_it_in_display_line_to): Improve the type of its args.
(move_it_in_display_line): New wrapper.
* dispextern.h (move_it_in_display_line): Declare.

16 years ago(Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
Juanma Barranquero [Thu, 5 Jun 2008 03:23:31 +0000 (03:23 +0000)]
(Fwindow_parameter): Return VALUE, not (PARAMETER . VALUE).
(Fwindow_parameters): Return copy of parameter alist.  Doc fix.
(Fset_window_parameter): Return VALUE, not parameter alist.  Doc fix.

16 years agoRename functions in lisp/face-remap.el
Miles Bader [Thu, 5 Jun 2008 02:42:55 +0000 (02:42 +0000)]
Rename functions in lisp/face-remap.el

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1208

16 years agoUpdate from Seiji Zenitani <zenitani at mac.com>.
Glenn Morris [Thu, 5 Jun 2008 02:41:03 +0000 (02:41 +0000)]
Update from Seiji Zenitani <zenitani at mac.com>.

16 years ago`make bootstrap; make install' dumps another emacs:
Glenn Morris [Thu, 5 Jun 2008 02:39:13 +0000 (02:39 +0000)]
`make bootstrap; make install' dumps another emacs:
should be fixed by 2008-06-05 changes.

16 years agoAdd TAGS, TAGS-LISP.
Glenn Morris [Thu, 5 Jun 2008 02:38:08 +0000 (02:38 +0000)]
Add TAGS, TAGS-LISP.

16 years ago(autoload-rubric): New function, extracted from autoload-ensure-default-file.
Glenn Morris [Thu, 5 Jun 2008 02:37:06 +0000 (02:37 +0000)]
(autoload-rubric): New function, extracted from autoload-ensure-default-file.
(autoload-ensure-default-file): Use autoload-rubric.

16 years ago($(lisp)/cus-load.el): Remove unnecessary rule.
Glenn Morris [Thu, 5 Jun 2008 02:36:11 +0000 (02:36 +0000)]
($(lisp)/cus-load.el): Remove unnecessary rule.
(custom-deps): Don't require $(lisp)/cus-load.el.
(custom-deps, finder-data): Don't depend on autoloads.
Should not be needed now, and doing so was causing make install to
re-dump emacs post-bootstrap.
(bootstrap-after): Don't run update-elclist, since modifying Makefile.in
mid-build forces some things to be rebuilt.

16 years ago(generated-custom-dependencies-file): Doc fix.
Glenn Morris [Thu, 5 Jun 2008 02:35:36 +0000 (02:35 +0000)]
(generated-custom-dependencies-file): Doc fix.
(custom-dependencies-no-scan-regexp): New variable.
(custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
Don't scan files matching custom-dependencies-no-scan-regexp.
Disable undo in the output buffer.  Remove kept-new-versions wackiness.

16 years ago(finder-headmark): Initialize and add doc string.
Glenn Morris [Thu, 5 Jun 2008 02:35:15 +0000 (02:35 +0000)]
(finder-headmark): Initialize and add doc string.
(generated-finder-keywords-file): Doc fix.
(finder-no-scan-regexp): New variable.
(finder-compile-keywords): Use a single let binding.  Disable undo in
the output buffer.  Use autoload-rubric.  Use mapc rather than mapcar.
Don't scan files matching finder-no-scan-regexp.  Use
with-temp-buffer.  Use expand-file-name rather than concat.  Use
directory-files to do regexp matching.  No need to require jka-compr.
(finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
(finder-list-matches): Disable undo.
(finder-commentary): Use let rather than let*.  Disable undo.
(finder-current-item): Use zerop.
(finder-mode): Use define-derived-mode.
(finder-exit): Doc fix.  Use dolist.

16 years ago(Fontsets): Fix typos.
Juanma Barranquero [Thu, 5 Jun 2008 01:26:54 +0000 (01:26 +0000)]
(Fontsets): Fix typos.

16 years agoAutoload variable-pitch-mode
Miles Bader [Thu, 5 Jun 2008 00:11:16 +0000 (00:11 +0000)]
Autoload variable-pitch-mode

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1206

16 years ago(Fset_window_parameter): Doc fix.
Juanma Barranquero [Wed, 4 Jun 2008 21:24:29 +0000 (21:24 +0000)]
(Fset_window_parameter): Doc fix.
(Fwindow_parameters, Fwindow_parameter): Remove redundant check.

16 years ago(struct window): Add new member window_parameters.
Juanma Barranquero [Wed, 4 Jun 2008 20:52:12 +0000 (20:52 +0000)]
(struct window): Add new member window_parameters.

16 years ago(Fwindow_parameters, Fwindow_parameter, Fset_window_parameter): New defuns.
Juanma Barranquero [Wed, 4 Jun 2008 20:50:27 +0000 (20:50 +0000)]
(Fwindow_parameters, Fwindow_parameter, Fset_window_parameter): New defuns.
(syms_of_window): Defsubr the new defuns.
(make_window): Initialize window_parameters to nil.

16 years ago(font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
John Paul Wallington [Wed, 4 Jun 2008 16:20:04 +0000 (16:20 +0000)]
(font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
(font-lock-after-unfontify-buffer): Use `bound-and-true-p'.
(cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
Doc fixes.

16 years ago(Fdefmacro): Doc fix.
John Paul Wallington [Wed, 4 Jun 2008 14:07:53 +0000 (14:07 +0000)]
(Fdefmacro): Doc fix.

16 years ago(vc-hg-status-extra-header, vc-hg-status-extra-headers):
Sam Steingold [Wed, 4 Jun 2008 14:04:28 +0000 (14:04 +0000)]
(vc-hg-status-extra-header, vc-hg-status-extra-headers):
Generate extra status headers for a Mercurial tree.

16 years ago(define-ccl-program): Move `doc-string' decl down.
John Paul Wallington [Wed, 4 Jun 2008 13:49:43 +0000 (13:49 +0000)]
(define-ccl-program): Move `doc-string' decl down.

16 years ago(define-ccl-program): Add `doc-string' declaration.
John Paul Wallington [Wed, 4 Jun 2008 13:42:34 +0000 (13:42 +0000)]
(define-ccl-program): Add `doc-string' declaration.

16 years ago(electric-history-map): Define within defvar. Add docstring.
John Paul Wallington [Wed, 4 Jun 2008 11:22:53 +0000 (11:22 +0000)]
(electric-history-map): Define within defvar.  Add docstring.

16 years ago(variable-pitch-mode): Reflow docstrings.
Juanma Barranquero [Wed, 4 Jun 2008 11:14:07 +0000 (11:14 +0000)]
(variable-pitch-mode): Reflow docstrings.
(text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.

16 years ago(detect_coding): Fix handling of coding->head_ascii.
Kenichi Handa [Wed, 4 Jun 2008 07:53:59 +0000 (07:53 +0000)]
(detect_coding): Fix handling of coding->head_ascii.
Be sure to call setup_coding_system when a proper coding system is
found.
(detect_coding_system): Fix handling of coding->head_ascii.

16 years agoTrent W. Buck <trentbuck at gmail.com> (tiny change)
Glenn Morris [Wed, 4 Jun 2008 07:12:44 +0000 (07:12 +0000)]
Trent W. Buck  <trentbuck at gmail.com>  (tiny change)

(rx): Doc fix.

16 years agoface-remap place holder.
Glenn Morris [Wed, 4 Jun 2008 07:09:08 +0000 (07:09 +0000)]
face-remap place holder.

16 years agoalpha frame parameter details from Seiji Zenitani <zenitani at mac.com>.
Glenn Morris [Wed, 4 Jun 2008 07:08:45 +0000 (07:08 +0000)]
alpha frame parameter details from Seiji Zenitani <zenitani at mac.com>.

16 years ago(image-mode-map): Add doc-view-inspired bindings.
Stefan Monnier [Wed, 4 Jun 2008 05:58:33 +0000 (05:58 +0000)]
(image-mode-map): Add doc-view-inspired bindings.

16 years agoAdd adjust-buffer-face-height command
Miles Bader [Wed, 4 Jun 2008 05:38:04 +0000 (05:38 +0000)]
Add adjust-buffer-face-height command

... and move face-height adjustment bindings into ctl-x-map using it.

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1203

16 years ago(line-move-1): If we did not move as far as desired, ensure that
Chong Yidong [Tue, 3 Jun 2008 22:56:56 +0000 (22:56 +0000)]
(line-move-1): If we did not move as far as desired, ensure that
point-left and point-entered hooks are called.

16 years ago* simple.el (line-move-1): If we did not move as far as desired,
Chong Yidong [Tue, 3 Jun 2008 22:56:16 +0000 (22:56 +0000)]
* simple.el (line-move-1): If we did not move as far as desired,
ensure that point-left and point-entered hooks are called.

16 years ago(vc-cvs-status-extra-headers): Remove extraneous newlines.
Sam Steingold [Tue, 3 Jun 2008 21:30:35 +0000 (21:30 +0000)]
(vc-cvs-status-extra-headers): Remove extraneous newlines.

16 years ago(font_prop_validate_spacing): Fix last change.
Andreas Schwab [Tue, 3 Jun 2008 20:37:41 +0000 (20:37 +0000)]
(font_prop_validate_spacing): Fix last change.

16 years ago(makefile-cleanup-continuations, makefile-warn-suspicious-lines):
John Paul Wallington [Tue, 3 Jun 2008 19:39:24 +0000 (19:39 +0000)]
(makefile-cleanup-continuations, makefile-warn-suspicious-lines):
Use `derived-mode-p'.

16 years agoRegenerate with fixed AC_FUNC_MKTIME.
Andreas Schwab [Tue, 3 Jun 2008 16:09:01 +0000 (16:09 +0000)]
Regenerate with fixed AC_FUNC_MKTIME.

16 years ago(update-elclist): Impose a fixed collation for sorting.
Stefan Monnier [Tue, 3 Jun 2008 15:42:20 +0000 (15:42 +0000)]
(update-elclist): Impose a fixed collation for sorting.
(ELCFILES): Update.

16 years ago*** empty log message ***
Kenichi Handa [Tue, 3 Jun 2008 11:57:01 +0000 (11:57 +0000)]
*** empty log message ***

16 years ago(font_parse_fcname): Fix handling of unknown key.
Kenichi Handa [Tue, 3 Jun 2008 11:50:33 +0000 (11:50 +0000)]
(font_parse_fcname): Fix handling of unknown key.

16 years agoAdd lisp/face-remap.el and associated documentation
Miles Bader [Tue, 3 Jun 2008 11:05:52 +0000 (11:05 +0000)]
Add lisp/face-remap.el and associated documentation

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1200

16 years agoAdd arch tagline
Miles Bader [Tue, 3 Jun 2008 10:47:29 +0000 (10:47 +0000)]
Add arch tagline

16 years ago(flymake-process-filter): Make sure the source buffer isn't dead.
Stefan Monnier [Tue, 3 Jun 2008 08:12:02 +0000 (08:12 +0000)]
(flymake-process-filter): Make sure the source buffer isn't dead.

16 years ago* obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
Stefan Monnier [Tue, 3 Jun 2008 08:08:01 +0000 (08:08 +0000)]
* obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
* obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
* obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
* obsolete/auto-show.el, obsolete/hscroll.el:
Remove packages that were obsolete in Emacs-20, or that were obsolete
in Emacs-21 and do not contain any more code.

16 years ago(vc-dir-menu-map-filter): Don't fail if vc-client-mode is not set.
Stefan Monnier [Tue, 3 Jun 2008 07:56:02 +0000 (07:56 +0000)]
(vc-dir-menu-map-filter): Don't fail if vc-client-mode is not set.

16 years agoFix typos.
Juanma Barranquero [Tue, 3 Jun 2008 07:46:36 +0000 (07:46 +0000)]
Fix typos.

16 years ago* image-mode.el (image-mode-map): Suppress key map and bind `q'.
Stefan Monnier [Tue, 3 Jun 2008 07:42:03 +0000 (07:42 +0000)]
* image-mode.el (image-mode-map): Suppress key map and bind `q'.
* doc-view.el (doc-view-mode-map): Inherit from image-mode-map.

16 years agoFix typos.
Juanma Barranquero [Tue, 3 Jun 2008 07:40:29 +0000 (07:40 +0000)]
Fix typos.

16 years ago(perl-font-lock-syntactic-keywords): Try to be
Stefan Monnier [Tue, 3 Jun 2008 07:18:54 +0000 (07:18 +0000)]
(perl-font-lock-syntactic-keywords): Try to be
yet a bit more clever at distinguishing / from /.

16 years agoMassage.
Stefan Monnier [Tue, 3 Jun 2008 06:22:40 +0000 (06:22 +0000)]
Massage.

16 years ago(font_prop_validate_spacing): Handle uppercase symbols.
Kenichi Handa [Tue, 3 Jun 2008 05:57:56 +0000 (05:57 +0000)]
(font_prop_validate_spacing): Handle uppercase symbols.

16 years ago(xfont_list): Try an alias.
Kenichi Handa [Tue, 3 Jun 2008 05:57:28 +0000 (05:57 +0000)]
(xfont_list): Try an alias.

16 years agoRegister input methods "korean-hangul",
Kenichi Handa [Tue, 3 Jun 2008 05:02:03 +0000 (05:02 +0000)]
Register input methods "korean-hangul",
"korean-hangul3f", "korean-hangul390", and "korean-hangul3".

16 years agoCompletely re-written.
Kenichi Handa [Tue, 3 Jun 2008 05:00:53 +0000 (05:00 +0000)]
Completely re-written.

16 years ago(KOREAN): Remove ${srcdir}/quail/hangul3.elc.
Kenichi Handa [Tue, 3 Jun 2008 05:00:28 +0000 (05:00 +0000)]
(KOREAN): Remove ${srcdir}/quail/hangul3.elc.
(leim-list.el): Remove leim-list.el at first.

16 years ago(ELCFILES): Add $(lisp)/language/hanja-util.elc.
Kenichi Handa [Tue, 3 Jun 2008 04:59:48 +0000 (04:59 +0000)]
(ELCFILES): Add $(lisp)/language/hanja-util.elc.

16 years agoNew file.
Kenichi Handa [Tue, 3 Jun 2008 04:59:01 +0000 (04:59 +0000)]
New file.

16 years ago(char_charset): Return NULL if the arg charset_list is
Kenichi Handa [Tue, 3 Jun 2008 04:24:04 +0000 (04:24 +0000)]
(char_charset): Return NULL if the arg charset_list is
specified and C doesn't belong to any of them.

16 years ago(nnheader-accept-process-output): Autoload it.
Glenn Morris [Tue, 3 Jun 2008 03:15:48 +0000 (03:15 +0000)]
(nnheader-accept-process-output): Autoload it.

16 years agoComment.
Glenn Morris [Tue, 3 Jun 2008 03:14:47 +0000 (03:14 +0000)]
Comment.

16 years agoComments don't need changelog entries.
Glenn Morris [Tue, 3 Jun 2008 03:13:45 +0000 (03:13 +0000)]
Comments don't need changelog entries.

16 years ago(f90-typedef-matcher, f90-looking-at-type-like): Check that
Glenn Morris [Tue, 3 Jun 2008 03:12:40 +0000 (03:12 +0000)]
(f90-typedef-matcher, f90-looking-at-type-like): Check that
end-of-word follows "type".

16 years ago*** empty log message ***
Glenn Morris [Tue, 3 Jun 2008 03:10:53 +0000 (03:10 +0000)]
*** empty log message ***

16 years ago(mh-exec-cmd-env-daemon): Doc fix.
John Paul Wallington [Mon, 2 Jun 2008 20:10:25 +0000 (20:10 +0000)]
(mh-exec-cmd-env-daemon): Doc fix.

16 years ago(font_pixel_size): Don't take cdr of an integer.
Chong Yidong [Mon, 2 Jun 2008 16:40:59 +0000 (16:40 +0000)]
(font_pixel_size): Don't take cdr of an integer.

16 years ago* font.c (font_pixel_size): Don't take cdr of an integer.
Chong Yidong [Mon, 2 Jun 2008 16:40:39 +0000 (16:40 +0000)]
* font.c (font_pixel_size): Don't take cdr of an integer.

16 years agoMake "xfree (NULL)" a no-op; remove useless if-before-xfree.
Jim Meyering [Mon, 2 Jun 2008 06:09:17 +0000 (06:09 +0000)]
Make "xfree (NULL)" a no-op; remove useless if-before-xfree.

* src/alloc.c (xfree): Return right away for a NULL arg.
* src/lread.c (nosuffix): Remove now-useless if-before-xfree tests.
* src/gtkutil.c (xg_gtk_scroll_destroy): Likewise.
* src/mac.c (create_apple_event_from_event_ref): Likewise.
(create_apple_event_from_drag_ref, cfstring_create_normalized): Likewise.
* src/doprnt.c (doprnt1): Likewise.
* src/frame.c (frame): Likewise.
* src/keyboard.c (wipe_kboard): Likewise.
* src/macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap):
(init_font_name_table, mac_unload_font, x_delete_display): Likewise.
* src/term.c (tty_default_color_capabilities, maybe_fatal)
(delete_tty): Likewise.
* src/w16select.c (string): Likewise.
* src/w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise.
* src/w32bdf.c (w32_free_bdf_font): Likewise.
* src/w32fns.c (w32_unload_font): Likewise.
* src/w32font.c (w32font_close): Likewise.
* src/window.c (size_window): Likewise.
* src/xselect.c (receive_incremental_selection): Likewise.
* src/xterm.c (x_free_frame_resources, x_delete_display): Likewise.
* src/mactoolbox.c (create_apple_event_from_drag_ref): Likewise.
* src/w32.c (stat): Likewise.

16 years ago* lib-src/ebrowse.c (xfree): Remove definition; s/xfree/free/
Jim Meyering [Mon, 2 Jun 2008 06:02:30 +0000 (06:02 +0000)]
* lib-src/ebrowse.c (xfree): Remove definition; s/xfree/free/

16 years agoremove useless if-before-free tests
Jim Meyering [Mon, 2 Jun 2008 06:00:54 +0000 (06:00 +0000)]
remove useless if-before-free tests

* lib-src/ebrowse.c (xfree): Likewise.
* lib-src/etags.c (process_file_name, free_tree, free_fdesc): Likewise.
(popclass_above, Prolog_functions, Erlang_functions): Likewise.
* lib-src/pop.c (pop_quit): Likewise.
* lwlib/lwlib-Xm.c (xm_update_one_value): Likewise.
* lwlib/lwlib.c (safe_free_str, free_widget_value_tree): Likewise.
* src/editfns.c (Fset_time_zone_rule): Likewise.
* src/lread.c (nosuffix): Likewise.
* src/ralloc.c (get_bloc): Likewise.
* src/regex.c (reg_free): Likewise.
* src/xftfont.c (xftfont_open, xftfont_close): Likewise.
* src/xrdb.c (get_user_app, get_environ_db, x_load_resources): Likewise.
* src/xsmfns.c (smc_save_yourself_CB): Likewise.

16 years agoSimplify the last change.
Daiki Ueno [Mon, 2 Jun 2008 05:26:26 +0000 (05:26 +0000)]
Simplify the last change.

16 years ago(epa-file-write-region): Write the entire buffer
Daiki Ueno [Mon, 2 Jun 2008 05:09:36 +0000 (05:09 +0000)]
(epa-file-write-region): Write the entire buffer
content if START is nil.

16 years ago(font_find_for_lface): Handle float font size.
Kenichi Handa [Mon, 2 Jun 2008 04:07:43 +0000 (04:07 +0000)]
(font_find_for_lface): Handle float font size.
(font_open_for_lface): Likewise.

16 years ago*** empty log message ***
Glenn Morris [Mon, 2 Jun 2008 02:08:34 +0000 (02:08 +0000)]
*** empty log message ***

16 years ago(x_supports_face_attributes_p): Check face->font before
Kenichi Handa [Mon, 2 Jun 2008 01:49:47 +0000 (01:49 +0000)]
(x_supports_face_attributes_p): Check face->font before
comparing the properties.

16 years ago*** empty log message ***
Kenichi Handa [Mon, 2 Jun 2008 01:24:26 +0000 (01:24 +0000)]
*** empty log message ***

16 years ago(w32_enumfont_pattern_entity): Use requested registry.
Jason Rumney [Sun, 1 Jun 2008 21:57:06 +0000 (21:57 +0000)]
(w32_enumfont_pattern_entity): Use requested registry.
Treat iso10646-1 and Windows DEFAULT_CHARSET specially.
Duplicate iso8859-1 fonts as iso10646-1 if no registry specified.
Don't add empty script list.
(w32_registry): Only map DEFAULT_CHARSET to iso10646-1 here.

16 years ago(mh-path, mh-variant): Use dotted syntax for `package-version' info.
John Paul Wallington [Sun, 1 Jun 2008 21:48:58 +0000 (21:48 +0000)]
(mh-path, mh-variant): Use dotted syntax for `package-version' info.

16 years agoFix typo in comment.
Juanma Barranquero [Sun, 1 Jun 2008 21:26:53 +0000 (21:26 +0000)]
Fix typo in comment.

16 years agoRegenerate.
Dan Nicolaescu [Sun, 1 Jun 2008 17:46:16 +0000 (17:46 +0000)]
Regenerate.

16 years ago* configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
Dan Nicolaescu [Sun, 1 Jun 2008 17:39:27 +0000 (17:39 +0000)]
* configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
* configure: Regenerate.

16 years ago(dot, dotdot): Remove, update users.
Dan Nicolaescu [Sun, 1 Jun 2008 16:59:27 +0000 (16:59 +0000)]
(dot, dotdot): Remove, update users.
".." has been used elsewhere in the file for a long time.
(LIBXT_STATIC): Remove conditional based on unused variable.

16 years agoRemove obsolete TO DO comment. (It was implemented on 1993-03-27.)
Magnus Henoch [Sun, 1 Jun 2008 14:42:21 +0000 (14:42 +0000)]
Remove obsolete TO DO comment.  (It was implemented on 1993-03-27.)

16 years ago(x-get-selection): Fix typo.
Juanma Barranquero [Sun, 1 Jun 2008 11:54:47 +0000 (11:54 +0000)]
(x-get-selection): Fix typo.

16 years agoImplement face-remapping-alist feature
Miles Bader [Sun, 1 Jun 2008 05:04:24 +0000 (05:04 +0000)]
Implement face-remapping-alist feature

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1195

16 years ago(describe-text-sexp): Use `string-match-p'. Simplify.
Juanma Barranquero [Sun, 1 Jun 2008 04:48:53 +0000 (04:48 +0000)]
(describe-text-sexp): Use `string-match-p'.  Simplify.
(describe-char): Use `looking-at-p', `string-match-p' when possible.

16 years ago(syms_of_textprop) <text-property-default-nonsticky>:
Juanma Barranquero [Sun, 1 Jun 2008 04:24:43 +0000 (04:24 +0000)]
(syms_of_textprop) <text-property-default-nonsticky>:
(Fremove_text_properties): Fix typos in docstrings.

16 years agoMerge from emacs--rel--22
Miles Bader [Sun, 1 Jun 2008 02:35:04 +0000 (02:35 +0000)]
Merge from emacs--rel--22

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1193

16 years agoMerge from gnus--devo--0
Miles Bader [Sun, 1 Jun 2008 02:34:55 +0000 (02:34 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1192

16 years ago*** empty log message ***
John Paul Wallington [Sun, 1 Jun 2008 01:50:42 +0000 (01:50 +0000)]
*** empty log message ***

16 years ago(icomplete-get-keys): Doc fix. Use `when'.
Juanma Barranquero [Sat, 31 May 2008 23:51:57 +0000 (23:51 +0000)]
(icomplete-get-keys): Doc fix.  Use `when'.

16 years ago*** empty log message ***
Glenn Morris [Sat, 31 May 2008 20:09:42 +0000 (20:09 +0000)]
*** empty log message ***

16 years agoNew file.
Glenn Morris [Sat, 31 May 2008 20:03:37 +0000 (20:03 +0000)]
New file.

16 years ago(describe-variable-custom-version-info): Handle dotted
John Paul Wallington [Sat, 31 May 2008 18:19:05 +0000 (18:19 +0000)]
(describe-variable-custom-version-info): Handle dotted
`package-version' info.

16 years ago*** empty log message ***
Dan Nicolaescu [Sat, 31 May 2008 15:32:10 +0000 (15:32 +0000)]
*** empty log message ***

16 years agoFix typos.
Dan Nicolaescu [Sat, 31 May 2008 15:29:36 +0000 (15:29 +0000)]
Fix typos.

16 years ago(vc-cvs-after-dir-status): Support spaces in file
Dan Nicolaescu [Sat, 31 May 2008 15:23:58 +0000 (15:23 +0000)]
(vc-cvs-after-dir-status): Support spaces in file
names and improve support for unregistered files.

16 years ago(Windows Keyboard): Fix text added on 2008-05-29.
Eli Zaretskii [Sat, 31 May 2008 10:53:54 +0000 (10:53 +0000)]
(Windows Keyboard): Fix text added on 2008-05-29.

16 years ago(font_list_entities): Fix the car part of data to be
Kenichi Handa [Sat, 31 May 2008 09:58:27 +0000 (09:58 +0000)]
(font_list_entities): Fix the car part of data to be
stored in the cache.

16 years ago(Fancy Diary Display): Simplify.
Glenn Morris [Sat, 31 May 2008 02:31:12 +0000 (02:31 +0000)]
(Fancy Diary Display): Simplify.

16 years ago(ftfont_font_format): Don't use strcasestr.
Kenichi Handa [Sat, 31 May 2008 02:29:58 +0000 (02:29 +0000)]
(ftfont_font_format): Don't use strcasestr.

16 years ago(compile-last): Replace tr in `els' assignment with sed. Remove shell
Glenn Morris [Sat, 31 May 2008 02:24:12 +0000 (02:24 +0000)]
(compile-last): Replace tr in `els' assignment with sed.  Remove shell
variable `elc'.  Split tests to hopefully be more portable.  Fix `sel'
assignment.

16 years ago* chartab.c (Foptimize_char_table, optimize_sub_char_table):
Stefan Monnier [Fri, 30 May 2008 21:07:50 +0000 (21:07 +0000)]
* chartab.c (Foptimize_char_table, optimize_sub_char_table):
Add a `test' argument so another predicate than `equal' can be used.
(map_sub_char_table): Use `eq' rather than `equal' to merge ranges.
(map_char_table): Remove unused vars `c' and `i'.
* lisp.h (Foptimize_char_table): Adjust declaration.
* charset.c (Fclear_charset_maps): Adjust call to Foptimize_char_table.