]>
git.eshelyaron.com Git - emacs.git/log
Kenichi Handa [Tue, 20 May 2008 06:32:37 +0000 (06:32 +0000)]
(find_font_encoding): Extern it.
Kenichi Handa [Tue, 20 May 2008 06:32:07 +0000 (06:32 +0000)]
(main): Call syms_of_font unconditionally.
Kenichi Handa [Tue, 20 May 2008 06:31:49 +0000 (06:31 +0000)]
(FONTSRC): Delete it. Change all $(FONTSRC) to
font.h through out the file.
(FONT_DRIVERS): Renamed from FONTOBJ.
(obj): Delete $(FONTOBJ). Add font.o.
(SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
Bill Wohler [Tue, 20 May 2008 03:45:11 +0000 (03:45 +0000)]
Remove "tiny change" from Sergey's entry. He has assigned past and
future changes to Emacs already.
Stefan Monnier [Tue, 20 May 2008 03:36:20 +0000 (03:36 +0000)]
(icomplete-simple-completing-p):
Allow icomplete-with-completion-tables to say "use it everywhere".
(icomplete-completions): Obey completion-styles. Try to accomodate
partial-completion style.
Michael Olson [Tue, 20 May 2008 03:16:34 +0000 (03:16 +0000)]
lisp/ChangeLog: Update.
Michael Olson [Tue, 20 May 2008 03:15:16 +0000 (03:15 +0000)]
files.el (project-find-settings-file): Change concat to expand-file-name.
Stefan Monnier [Tue, 20 May 2008 00:13:37 +0000 (00:13 +0000)]
* xdisp.c (select_frame_for_redisplay): Adjust for last change to
indirect_variable.
* eval.c (lisp_indirect_variable): New fun.
(Fuser_variable_p): Use it.
Michael Olson [Mon, 19 May 2008 22:39:16 +0000 (22:39 +0000)]
lisp/files.el: Remove trailing whitespace.
Michael Olson [Mon, 19 May 2008 22:38:15 +0000 (22:38 +0000)]
etc/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:37:49 +0000 (22:37 +0000)]
doc/emacs/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:37:06 +0000 (22:37 +0000)]
lisp/ChangeLog: Update.
Michael Olson [Mon, 19 May 2008 22:36:09 +0000 (22:36 +0000)]
Implement Project-local variables.
Stefan Monnier [Mon, 19 May 2008 18:38:55 +0000 (18:38 +0000)]
* lisp.h (indirect_variable):
* data.c (indirect_variable, let_shadows_buffer_binding_p):
Use Lisp_Symbol pointers rather than Lisp_Object. Adjust callers.
* buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
To this end, change calling-convention.
Chong Yidong [Mon, 19 May 2008 16:29:33 +0000 (16:29 +0000)]
(wait_reading_process_output): Always check status when in batch mode.
Chong Yidong [Mon, 19 May 2008 16:29:18 +0000 (16:29 +0000)]
* process.c (wait_reading_process_output): Always check status
when in batch mode.
Stefan Monnier [Mon, 19 May 2008 11:58:43 +0000 (11:58 +0000)]
(destructuring-bind): Fix spec.
Stefan Monnier [Mon, 19 May 2008 11:23:53 +0000 (11:23 +0000)]
(Finternal_complete_buffer): Typo.
Stefan Monnier [Mon, 19 May 2008 11:22:44 +0000 (11:22 +0000)]
(Finternal_complete_buffer): Only strip out hidden buffers
if some non-hidden buffers are selected by string&pred.
Kenichi Handa [Mon, 19 May 2008 07:23:52 +0000 (07:23 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 19 May 2008 07:22:45 +0000 (07:22 +0000)]
(font_list_entities): Fix handling of cache.
(font_matching_entity): Likewise.
Kenichi Handa [Mon, 19 May 2008 07:21:25 +0000 (07:21 +0000)]
(cs_iso8859_1): Deleted.
(ft_face_cache): New variable.
(struct ftfont_info): New member fc_charset_idx;
(ftfont_build_basic_charsets): Deleted.
(fc_charset_table): New variable.
(ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME
. FC_CHARSET_IDX) as :font-entity property in the font entity.
Callers changed.
(ftfont_lookup_cache, ftfont_get_charset): New funcitons.
(ftfont_spec_pattern): New argument fc_charset_idx. Check
registry more rigidly. Callers changed.
(ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the
change of :font-entity property of the font.
Kenichi Handa [Mon, 19 May 2008 06:18:51 +0000 (06:18 +0000)]
(xftfont_open): Ajusted for the change of extra info
set by ftfont_list.
Bill Wohler [Mon, 19 May 2008 04:12:55 +0000 (04:12 +0000)]
(mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes when converting to
or from MIME (closes SF #
1966722 ).
Bill Wohler [Mon, 19 May 2008 03:04:23 +0000 (03:04 +0000)]
(mh-invisible-header-fields-internal): Sort list in a case-insensitive
way and add comment about it. Add many header fields (closes SF
#
1916032 ).
Jay Belanger [Mon, 19 May 2008 02:42:28 +0000 (02:42 +0000)]
(calc-get-register): Fix problem when the Calc register is empty.
Bill Wohler [Mon, 19 May 2008 02:18:24 +0000 (02:18 +0000)]
(mh-find-path): Don't throw error if MH environment variable is being
used (closes SF #
1946861 ).
Bill Wohler [Mon, 19 May 2008 01:54:32 +0000 (01:54 +0000)]
(mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #
1965704 ).
Bill Wohler [Mon, 19 May 2008 01:54:10 +0000 (01:54 +0000)]
(mh-mairix-regexp-builder): Add additional items to search string to
support org-mode (closes SF #
1965704 ).
Juanma Barranquero [Mon, 19 May 2008 01:06:37 +0000 (01:06 +0000)]
(font-weight-table): Fix typo in docstring.
Juanma Barranquero [Mon, 19 May 2008 00:57:11 +0000 (00:57 +0000)]
(Fcoding_system_p): Rename argument to match docstring.
(Funencodable_char_position, Fcheck_coding_systems_region,
Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings.
(Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region,
Ffind_operation_coding_system, Fset_coding_system_priority,
Fcoding_system_eol_type): Doc fixes.
Miles Bader [Sun, 18 May 2008 22:43:24 +0000 (22:43 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1169
Miles Bader [Sun, 18 May 2008 22:43:12 +0000 (22:43 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1168
Jay Belanger [Sun, 18 May 2008 21:17:21 +0000 (21:17 +0000)]
Mention register commands.
Jay Belanger [Sun, 18 May 2008 21:15:51 +0000 (21:15 +0000)]
(Calc Summary): Mention register commands.
(Saving Into Registers, Inserting From Registers): New sections.
Jay Belanger [Sun, 18 May 2008 20:37:16 +0000 (20:37 +0000)]
(calc-r-prefix-help): Add help for register functions.
Jay Belanger [Sun, 18 May 2008 20:34:30 +0000 (20:34 +0000)]
(calc-init-extensions): Add keybindings for `calc-copy-to-register'
and `calc-insert-register'. Autoload new register functions.
Jay Belanger [Sun, 18 May 2008 20:34:02 +0000 (20:34 +0000)]
(calc-register-alist): New variable.
(calc-set-register,calc-get-register,calc-copy-to-register)
(calc-insert-register,calc-add-to-register,calc-append-to-register)
(calc-prepend-to-register): New functions.
Dan Nicolaescu [Sun, 18 May 2008 07:53:08 +0000 (07:53 +0000)]
(Todo): Add known problems.
(vc-dir-backend): New variable.
(vc-dir): Set it.
(vc-make-backend-object, vc-generic-status-printer)
(vc-generic-state, vc-generic-status-fileinfo-extra)
(vc-dir-extra-menu): Use it.
(vc-generic-dir-headers): Remove, unused.
Dan Nicolaescu [Sun, 18 May 2008 07:33:07 +0000 (07:33 +0000)]
(vc-dir-previous-directory): Rename from
vc-dir-prev-directory for consistency with vc-dir-previous-line.
(vc-dir-mode-map): Fix bindings.
Dan Nicolaescu [Sun, 18 May 2008 07:22:25 +0000 (07:22 +0000)]
(vc-hg-annotate-re): Recognize the output of --follow.
Dan Nicolaescu [Sun, 18 May 2008 07:13:08 +0000 (07:13 +0000)]
(vc-bzr-after-dir-status): Remove unused binding.
Jay Belanger [Sun, 18 May 2008 05:10:51 +0000 (05:10 +0000)]
(calc-kill): Make sure that only the stack is operated on.
(calc-kill-region): Kill entire lines.
Stefan Monnier [Sun, 18 May 2008 04:17:11 +0000 (04:17 +0000)]
(fortran-font-lock-keywords-2): Add keywords for
logic operators .eqv. and .neqv.
Glenn Morris [Sat, 17 May 2008 22:55:57 +0000 (22:55 +0000)]
Fix typos.
Glenn Morris [Sat, 17 May 2008 22:55:06 +0000 (22:55 +0000)]
*** empty log message ***
Glenn Morris [Sat, 17 May 2008 20:20:55 +0000 (20:20 +0000)]
(ezimage-use-images): Drop support for Emacs < 21 and simplify initial value.
(defezimage): Drop support for Emacs without defimage, use a featurep
test rather than fboundp when defining, drop with-no-warnings.
(ezimage-insert-over-text): Move featurep test inside add-text-properties.
Glenn Morris [Sat, 17 May 2008 20:16:09 +0000 (20:16 +0000)]
(elide-head-headers-to-hide): Handle GPLv3 format.
Glenn Morris [Sat, 17 May 2008 20:11:43 +0000 (20:11 +0000)]
Fix comment typo.
Glenn Morris [Sat, 17 May 2008 20:10:06 +0000 (20:10 +0000)]
(top-level): Load auth-source when compiling.
Glenn Morris [Sat, 17 May 2008 20:08:54 +0000 (20:08 +0000)]
(fortran-font-lock-keywords-2): Add .eqv., .neqv.
Glenn Morris [Sat, 17 May 2008 20:07:09 +0000 (20:07 +0000)]
(child_setup_tty): Handle systems with NLDLY, without FFDLY.
Andreas Schwab [Sat, 17 May 2008 20:00:41 +0000 (20:00 +0000)]
(vc-dir-mode-map): Fix M-down and M-up binding.
Dan Nicolaescu [Sat, 17 May 2008 17:13:38 +0000 (17:13 +0000)]
*** empty log message ***
Dan Nicolaescu [Sat, 17 May 2008 17:07:46 +0000 (17:07 +0000)]
(vc-annotate-show-diff-revision-at-line): Change
vc-diff-internal arg to match what vc-deduce-fileseset returns now.
Dan Nicolaescu [Sat, 17 May 2008 15:16:50 +0000 (15:16 +0000)]
(vc-hg-annotate-command): Allow white space before version number.
Vinicius Jose Latorre [Sat, 17 May 2008 14:33:48 +0000 (14:33 +0000)]
menu-bar-select-buffer: Reinsert it as msb.el use it.
Michael Olson [Sat, 17 May 2008 06:24:48 +0000 (06:24 +0000)]
Update ChangeLog
Michael Olson [Sat, 17 May 2008 06:22:22 +0000 (06:22 +0000)]
edo: do not emit trailing newline
John Paul Wallington [Sat, 17 May 2008 00:04:07 +0000 (00:04 +0000)]
(top-level): Revert previous change: require cl when compiling.
Eric S. Raymond [Fri, 16 May 2008 22:42:36 +0000 (22:42 +0000)]
Use state prettyprinter in vc-dir buffers.
John Paul Wallington [Fri, 16 May 2008 22:39:45 +0000 (22:39 +0000)]
(top-level): Don't require cl when compiling.
(vc-dir-mode-map): Fix backquote.
(vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
Michael Albinus [Fri, 16 May 2008 20:20:36 +0000 (20:20 +0000)]
* net/tramp.el (tramp-handle-write-region): Fix check for short
track. Reported by Glenn Morris <rgm@gnu.org>.
Eric S. Raymond [Fri, 16 May 2008 19:15:26 +0000 (19:15 +0000)]
Improved extra-headers method for CVS.
Eric S. Raymond [Fri, 16 May 2008 18:15:26 +0000 (18:15 +0000)]
Add extra-headers method for SVN.
Eli Zaretskii [Fri, 16 May 2008 11:12:48 +0000 (11:12 +0000)]
(Ffile_attributes): Shut up GCC warnings about st_uid
Eli Zaretskii [Fri, 16 May 2008 11:10:16 +0000 (11:10 +0000)]
frame.c (Fdelete_frame): Don't call font_update_drviers if
HAVE_WINDOW_SYSTEM is not defined.
xfaces.c (merge_face_ref, merge_face_vectors)
(Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when
HAVE_WINDOW_SYSTEM is defined.
(Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
Eric S. Raymond [Fri, 16 May 2008 09:30:17 +0000 (09:30 +0000)]
Clean up after granbbing CVS/Root info.
Eric S. Raymond [Fri, 16 May 2008 09:23:22 +0000 (09:23 +0000)]
Extract and display the CVS repository.
Eric S. Raymond [Fri, 16 May 2008 08:53:51 +0000 (08:53 +0000)]
Remove a very old comment.
Juanma Barranquero [Fri, 16 May 2008 08:36:17 +0000 (08:36 +0000)]
(vc-sccs-create-tag): Fix typo in error message and pass backend arg.
Juanma Barranquero [Fri, 16 May 2008 08:32:57 +0000 (08:32 +0000)]
(vc-rcs-create-tag): Fix typo in error message and pass backend arg.
Juanma Barranquero [Fri, 16 May 2008 08:25:00 +0000 (08:25 +0000)]
*** empty log message ***
Glenn Morris [Fri, 16 May 2008 06:02:53 +0000 (06:02 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 16 May 2008 05:49:14 +0000 (05:49 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Fri, 16 May 2008 05:22:47 +0000 (05:22 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Stefan Monnier [Fri, 16 May 2008 04:55:56 +0000 (04:55 +0000)]
(parse_menu_item): Fix last change.
Stefan Monnier [Fri, 16 May 2008 04:28:27 +0000 (04:28 +0000)]
(parse_menu_item): Do not cache key shortcut any more.
Miles Bader [Fri, 16 May 2008 02:05:57 +0000 (02:05 +0000)]
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1166
Miles Bader [Fri, 16 May 2008 02:05:17 +0000 (02:05 +0000)]
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1165
Kenichi Handa [Fri, 16 May 2008 01:29:55 +0000 (01:29 +0000)]
*** empty log message ***
Michael Albinus [Thu, 15 May 2008 21:06:59 +0000 (21:06 +0000)]
* net/tramp.el: Load auth-source library.
(tramp-read-passwd): Use it for password, not login.
(tramp-file-name-for-operation): Add `make-temp-name'.
Jonathan Yavner [Thu, 15 May 2008 19:29:38 +0000 (19:29 +0000)]
Add Shigeru Fukaya to SES authors list.
Jonathan Yavner [Thu, 15 May 2008 19:24:57 +0000 (19:24 +0000)]
* ses.el (ses-goto-print): Use move-to-column rather than
forward-char.
(ses-print-cell): Use string-width, truncate-string-to-width,
delete-region rather than length, substring, delete-char.
(ses-setup): Set inhibit-point-motion-hooks to t. Calculate
position by actually moving point rather than just using unibyte
character length.
(ses-mode): Set indent-tabs-mode to nil.
(ses-center): Use string-width rather than length.
Eric S. Raymond [Thu, 15 May 2008 17:38:50 +0000 (17:38 +0000)]
Snapshot primitives globally renamed to refer to tags, documentation updated.
Eric S. Raymond [Thu, 15 May 2008 15:02:57 +0000 (15:02 +0000)]
Comment fix.
Eric S. Raymond [Thu, 15 May 2008 15:01:29 +0000 (15:01 +0000)]
More elimination of buffer name dependencies.
Eric S. Raymond [Thu, 15 May 2008 14:32:49 +0000 (14:32 +0000)]
Remove assumptions about buffer names.
Eric S. Raymond [Thu, 15 May 2008 13:50:55 +0000 (13:50 +0000)]
Move vc-dir menu hook back to vc-dispatcher.
Eric S. Raymond [Thu, 15 May 2008 12:36:31 +0000 (12:36 +0000)]
Fix an incorrect buffer name and remove an unneeded defalias.
Kenichi Handa [Thu, 15 May 2008 10:29:39 +0000 (10:29 +0000)]
(font_find_for_lface): Reflect LFACE_FONT in the font
preference.
YAMAMOTO Mitsuharu [Thu, 15 May 2008 09:35:50 +0000 (09:35 +0000)]
(x_draw_relief_rect): Remove unused variable `dpy'.
YAMAMOTO Mitsuharu [Thu, 15 May 2008 09:05:53 +0000 (09:05 +0000)]
(mac_store_event_ref_as_apple_event)
[TARGET_API_MAC_CARBON]: Fix last change.
Kenichi Handa [Thu, 15 May 2008 08:13:55 +0000 (08:13 +0000)]
*** empty log message ***
Juanma Barranquero [Thu, 15 May 2008 08:02:07 +0000 (08:02 +0000)]
Fix typo in previous change.
Glenn Morris [Thu, 15 May 2008 07:47:22 +0000 (07:47 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Thu, 15 May 2008 07:45:48 +0000 (07:45 +0000)]
Fix previous.
Glenn Morris [Thu, 15 May 2008 07:45:18 +0000 (07:45 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Remove Creator metadata.
Glenn Morris [Thu, 15 May 2008 07:32:14 +0000 (07:32 +0000)]
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris [Thu, 15 May 2008 06:52:20 +0000 (06:52 +0000)]
Fix previous.