]>
git.eshelyaron.com Git - emacs.git/log
Roland Winkler [Mon, 6 Apr 2009 20:44:15 +0000 (20:44 +0000)]
(bibtex-format-entry, bibtex-search-crossref): Allow OPT prefix for
name of crossref field.
Sam Steingold [Mon, 6 Apr 2009 15:45:00 +0000 (15:45 +0000)]
(completion-list-mode-map): Bind "q" to quit-window,
just like in all other read-only buffers.
Jason Rumney [Mon, 6 Apr 2009 14:54:36 +0000 (14:54 +0000)]
(x_set_font): Avoid C99 mid-block variable declaration.
Jason Rumney [Mon, 6 Apr 2009 14:37:23 +0000 (14:37 +0000)]
Don't put dump.bat into the barebin, as we don't put temacs.exe in
there anyway. Anyone who wants to deal with redumping emacs will have
the skills to recompile from source anyway, since it no longer seems
necessary to work around windows preloaded dll problems.
Jason Rumney [Mon, 6 Apr 2009 14:34:38 +0000 (14:34 +0000)]
Updated fro 23.0.92
Kenichi Handa [Mon, 6 Apr 2009 11:11:36 +0000 (11:11 +0000)]
(ftxfont_draw_backgrond): Fix args to XFillRectangle.
Kenichi Handa [Mon, 6 Apr 2009 11:08:56 +0000 (11:08 +0000)]
(xftfont_open): Fix setting font->underline_thickness.
Kenichi Handa [Mon, 6 Apr 2009 07:57:46 +0000 (07:57 +0000)]
(ftfont_open): Fix checking of the return value of
FT_Load_Char. Fix setting font->underline_thickness.
Michael Albinus [Mon, 6 Apr 2009 06:31:49 +0000 (06:31 +0000)]
*** empty log message ***
Chong Yidong [Mon, 6 Apr 2009 01:23:11 +0000 (01:23 +0000)]
Checked markers.texi.
Chong Yidong [Mon, 6 Apr 2009 01:21:48 +0000 (01:21 +0000)]
* simple.el (handle-shift-selection): Clarify docstring.
Chong Yidong [Mon, 6 Apr 2009 01:20:55 +0000 (01:20 +0000)]
* markers.texi (The Mark): Copyedits. Improve description of
handle-shift-selection.
(The Region): Move use-region-p here from The Mark.
Michael Albinus [Sun, 5 Apr 2009 18:13:11 +0000 (18:13 +0000)]
* dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
`file-modes' returns nil.
Michael Albinus [Sun, 5 Apr 2009 18:07:41 +0000 (18:07 +0000)]
* net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
Use `tramp-default-file-modes'.
Michael Albinus [Sun, 5 Apr 2009 18:06:55 +0000 (18:06 +0000)]
* net/tramp.el (tramp-default-file-modes) New defun. Replace all
calls of `file-modes' by this.
(tramp-handle-find-backup-file-name): Use `symbol-value' instead
of `boundp'.
Michael Albinus [Sun, 5 Apr 2009 17:49:47 +0000 (17:49 +0000)]
* net/ange-ftp.el (ange-ftp-set-file-modes): New defun. Change
`ange-ftp' property of `set-file-modes' to
`ange-ftp-set-file-modes'.
(ange-ftp-call-chmod): Add error handling.
Chong Yidong [Sun, 5 Apr 2009 05:12:08 +0000 (05:12 +0000)]
Checked positions.texi.
Chong Yidong [Sun, 5 Apr 2009 05:11:48 +0000 (05:11 +0000)]
* positions.texi (Screen Lines): Document (cols . lines) argument
for vertical-motion.
Chong Yidong [Sun, 5 Apr 2009 03:25:57 +0000 (03:25 +0000)]
Checked frames.texi.
Chong Yidong [Sat, 4 Apr 2009 22:34:23 +0000 (22:34 +0000)]
* frames.texi (Frames): Clean up introduction. Document `ns'
return value for framep.
(Creating Frames): Note how the terminal is chosen.
(Multiple Terminals, Multiple Displays): Merge into a single node.
(Color Parameters): Fix typo.
* variables.texi (Local Variables, Buffer-Local Variables)
(Creating Buffer-Local): Change link to Multiple Terminals.
* os.texi (X11 Keysyms): Change link to Multiple Terminals.
* keymaps.texi (Controlling Active Maps): Change link to Multiple
Terminals.
* commands.texi (Command Loop Info, Keyboard Macros): Change link
to Multiple Terminals.
* elisp.texi (Top): Update node listing.
* vol2.texi (Top): Update node listing.
* vol1.texi (Top): Update node listing.
Chong Yidong [Sat, 4 Apr 2009 15:26:03 +0000 (15:26 +0000)]
* terminal.c (Fterminal_name, Fdelete_terminal, Fterminal_name)
(Fterminal_parameters, Fterminal_parameter)
(Fset_terminal_parameter): In doc string, refer to terminal
objects rather than terminal ids.
Eli Zaretskii [Sat, 4 Apr 2009 14:51:33 +0000 (14:51 +0000)]
Mention the fact that font and color in tooltip-frame-parameters are ignored.
Chong Yidong [Sat, 4 Apr 2009 14:44:10 +0000 (14:44 +0000)]
* frame.el (make-frame): Doc fix.
Eli Zaretskii [Sat, 4 Apr 2009 14:22:59 +0000 (14:22 +0000)]
(rmail-new-summary-1): Don't show zero count of summary lines.
Juanma Barranquero [Sat, 4 Apr 2009 11:32:49 +0000 (11:32 +0000)]
Fix typos.
Eli Zaretskii [Sat, 4 Apr 2009 09:43:21 +0000 (09:43 +0000)]
(system_process_attributes) [SYSTEM_MALLOC]: Don't call ret_lim_data.
(Bug#2867)
Chong Yidong [Sat, 4 Apr 2009 01:52:29 +0000 (01:52 +0000)]
Checked buffers.texi.
Chong Yidong [Sat, 4 Apr 2009 01:51:58 +0000 (01:51 +0000)]
* buffers.texi (Current Buffer): Note that the append-to-buffer
example is no longer in synch with the latest code. Tie the two
examples together.
Chong Yidong [Sat, 4 Apr 2009 01:35:36 +0000 (01:35 +0000)]
Checked files.texi.
Chong Yidong [Sat, 4 Apr 2009 01:34:05 +0000 (01:34 +0000)]
Documented: `mkdir' is a new convenience alias for `make-directory'.
Chong Yidong [Sat, 4 Apr 2009 01:32:57 +0000 (01:32 +0000)]
* files.texi (File Attributes): Move note about MS-DOS from
Changing Files to File Attributes.
(Create/Delete Dirs): Note that mkdir is an alias for this.
Chong Yidong [Fri, 3 Apr 2009 15:10:19 +0000 (15:10 +0000)]
* term.c (produce_stretch_glyph): Reduce width of stretch glyphs
so they don't get wider than the window, matching 2006-01-23
change to the partner function in xdisp.c (Bug#2800).
Kenichi Handa [Fri, 3 Apr 2009 06:26:50 +0000 (06:26 +0000)]
(print_object): Make each lowest sub_char_table start a new line.
Kenichi Handa [Fri, 3 Apr 2009 01:57:12 +0000 (01:57 +0000)]
Make the section "Complex Text Layout support
libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
Chong Yidong [Thu, 2 Apr 2009 22:16:17 +0000 (22:16 +0000)]
* dired.el (dired-get-filename): Always pass filename through
`read' to ensure unquoting is performed (Bug#2862).
Stefan Monnier [Thu, 2 Apr 2009 21:12:54 +0000 (21:12 +0000)]
(doc-view-mode): Don't give up if the file doesn't exist.
Dan Nicolaescu [Thu, 2 Apr 2009 19:43:27 +0000 (19:43 +0000)]
(print_help_and_exit): Fix typo.
Juanma Barranquero [Thu, 2 Apr 2009 11:43:12 +0000 (11:43 +0000)]
Add bug reference.
Glenn Morris [Thu, 2 Apr 2009 07:02:24 +0000 (07:02 +0000)]
Copy the direntry from ../../info/dir, and avoid using a period in the
entry name. (Bug#2797)
Glenn Morris [Thu, 2 Apr 2009 06:59:17 +0000 (06:59 +0000)]
Capitalize direntry.
Glenn Morris [Thu, 2 Apr 2009 06:34:21 +0000 (06:34 +0000)]
(calendar-holidays): Don't autoload it. (Bug#2811)
Glenn Morris [Thu, 2 Apr 2009 06:33:18 +0000 (06:33 +0000)]
(diary-cyclic): Check for +ve N.
Kenichi Handa [Thu, 2 Apr 2009 02:50:06 +0000 (02:50 +0000)]
(setup-default-fontset): Specify
iso10646-1 font for characters in PUA of BMP.
Kenichi Handa [Thu, 2 Apr 2009 02:45:01 +0000 (02:45 +0000)]
(fontset_font): Record no-font when a fontset
explicitly tells not to try another font-specs.
Stefan Monnier [Thu, 2 Apr 2009 01:56:43 +0000 (01:56 +0000)]
(auto-fill-function): Mark it as safe for nil.
Suggested by Leo Liu <sdl.web@gmail.com>.
Dan Nicolaescu [Wed, 1 Apr 2009 20:01:14 +0000 (20:01 +0000)]
(vc-mtn-register): Fix optional arguments.
Dan Nicolaescu [Wed, 1 Apr 2009 15:42:09 +0000 (15:42 +0000)]
(vc-name): Avoid calling vc-backend twice.
(vc-mode-line): Accept and use an optional argument for the
backend.
(vc-find-file-hook): Use when instead of if. Avoid calling
vc-backend multiple times, pass down the value computed the first
time.
Chong Yidong [Wed, 1 Apr 2009 03:51:14 +0000 (03:51 +0000)]
(Filter Functions): Suggest how to handle output batches.
Chong Yidong [Wed, 1 Apr 2009 03:50:58 +0000 (03:50 +0000)]
* processes.texi (Filter Functions): Suggest how to handle output
batches.
Juanma Barranquero [Tue, 31 Mar 2009 20:55:59 +0000 (20:55 +0000)]
Fix typos.
Chong Yidong [Tue, 31 Mar 2009 17:15:09 +0000 (17:15 +0000)]
Fix ChangeLog entry causing M-x authors confusion.
Andreas Schwab [Tue, 31 Mar 2009 08:01:54 +0000 (08:01 +0000)]
Regenerate configure.
Chong Yidong [Tue, 31 Mar 2009 02:04:39 +0000 (02:04 +0000)]
Bump version to 23.0.92.
Chong Yidong [Tue, 31 Mar 2009 02:04:11 +0000 (02:04 +0000)]
Regenerate.
Chong Yidong [Tue, 31 Mar 2009 00:19:56 +0000 (00:19 +0000)]
Regenerate.
Chong Yidong [Mon, 30 Mar 2009 22:15:24 +0000 (22:15 +0000)]
Checked help.texi.
Chong Yidong [Mon, 30 Mar 2009 21:57:28 +0000 (21:57 +0000)]
(Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window. Document help-buffer and
help-setup-xref.
Chong Yidong [Mon, 30 Mar 2009 21:57:07 +0000 (21:57 +0000)]
* help.texi (Accessing Documentation): Update example to use
help-setup-xref and with-help-window.
(Help Functions): Remove print-help-return-message, which is
semi-obsolete due to with-help-window. Document help-buffer and
help-setup-xref.
Stefan Monnier [Mon, 30 Mar 2009 15:38:56 +0000 (15:38 +0000)]
(map_charset_for_dump): Add missing UNGCPRO.
Andreas Schwab [Mon, 30 Mar 2009 15:35:52 +0000 (15:35 +0000)]
(ansi-color-get-face): Use
ansi-color-parameter-regexp to match parameters.
(ansi-color-regexp): Include final `m' in first group.
Jason Rumney [Mon, 30 Mar 2009 15:07:08 +0000 (15:07 +0000)]
*** empty log message ***
Jason Rumney [Mon, 30 Mar 2009 13:48:06 +0000 (13:48 +0000)]
(locate-dominating-stop-dir-regexp): Stop searching
when a UNC mount point is reached.
Kenichi Handa [Mon, 30 Mar 2009 12:51:11 +0000 (12:51 +0000)]
(fontset_from_font): Specify only registry in a font-spec for all
characters supported by that registry.
Kenichi Handa [Mon, 30 Mar 2009 05:39:01 +0000 (05:39 +0000)]
Fix previous change. Define ftfont_variation_glyphs
even if HAVE_M17N_FLT is not defined.
Jay Belanger [Mon, 30 Mar 2009 02:55:47 +0000 (02:55 +0000)]
*** empty log message ***
Jay Belanger [Mon, 30 Mar 2009 02:19:07 +0000 (02:19 +0000)]
(calc-buffer-list): New variable.
(calc-kill-stack-buffer): New function.
(calc-mode): Add `calc-kill-stack-buffer' to
`kill-buffer-query-functions'.
Add current buffer to `calc-buffer-list'.
Jay Belanger [Mon, 30 Mar 2009 02:17:40 +0000 (02:17 +0000)]
(calc-embedded-restore-original-modes): Add argument for Calculator buffer.
(calc-do-embedded): Use specific Calculator buffer when cancelling
embedded mode.
Kenichi Handa [Mon, 30 Mar 2009 01:52:26 +0000 (01:52 +0000)]
(chinese-big5): Change type to `big5'.
Chong Yidong [Mon, 30 Mar 2009 01:15:08 +0000 (01:15 +0000)]
Fix last change.
Chong Yidong [Mon, 30 Mar 2009 01:06:27 +0000 (01:06 +0000)]
(help-buffer): Add docstring.
Chong Yidong [Mon, 30 Mar 2009 01:06:14 +0000 (01:06 +0000)]
* help-mode.el (help-buffer): Add docstring.
Juanma Barranquero [Sun, 29 Mar 2009 21:42:55 +0000 (21:42 +0000)]
Fix typos.
Chong Yidong [Sun, 29 Mar 2009 19:50:31 +0000 (19:50 +0000)]
with-help-window is already documented.
Chong Yidong [Sun, 29 Mar 2009 19:14:21 +0000 (19:14 +0000)]
(Help Functions): Remove a sentence about long-obsolete Emacs versions.
Chong Yidong [Sun, 29 Mar 2009 19:14:13 +0000 (19:14 +0000)]
* help.texi (Help Functions): Remove a sentence about long-obsolete
Emacs versions.
Chong Yidong [Sun, 29 Mar 2009 18:22:37 +0000 (18:22 +0000)]
(Accessing Documentation): Remove a sentence about long-obsolete Emacs versions.
Chong Yidong [Sun, 29 Mar 2009 18:22:10 +0000 (18:22 +0000)]
* help.texi (Accessing Documentation): Remove a sentence about
long-obsolete Emacs versions.
Chong Yidong [Sun, 29 Mar 2009 17:42:43 +0000 (17:42 +0000)]
Checked modes.texi.
Chong Yidong [Sun, 29 Mar 2009 17:42:26 +0000 (17:42 +0000)]
(Mode Line Variables): The default values of the mode
line variables are now more complicated.
Chong Yidong [Sun, 29 Mar 2009 17:42:11 +0000 (17:42 +0000)]
* modes.texi (Mode Line Variables): The default values of the mode
line variables are now more complicated.
Chong Yidong [Sun, 29 Mar 2009 17:12:26 +0000 (17:12 +0000)]
Conditionalize prototyping and use of ftfont_variation_glyphs.
Chong Yidong [Sun, 29 Mar 2009 17:12:10 +0000 (17:12 +0000)]
* ftfont.c: Conditionalize prototyping and use of ftfont_variation_glyphs.
David Reitter [Sun, 29 Mar 2009 00:00:30 +0000 (00:00 +0000)]
(ns-expand-space): remove defvar.
(S-,): bind to `customize' in line with menu item.
([global-map windows]): remove (in line with other platforms).
(menu-bar-update-frames, force-menu-bar-update-buffers,force-menu-bar-update-buffers,force-menu-bar-update-buffers): remove, not needed.
(menu-bar-update-hook): do not alter.
(generate-fontset-menu,mouse-set-font): amend doc string of these defaliases to point out their altered meaning in NS.
David Reitter [Sat, 28 Mar 2009 23:58:45 +0000 (23:58 +0000)]
*** empty log message ***
Juri Linkov [Sat, 28 Mar 2009 21:18:02 +0000 (21:18 +0000)]
(minibuffer-default-add-completions):
Remove `(interactive)'. (Bug#2805)
Jan Djärv [Sat, 28 Mar 2009 16:03:03 +0000 (16:03 +0000)]
Point to etc/PROBLEMS for Gtk+ and display exit problem.
Chong Yidong [Sat, 28 Mar 2009 13:49:57 +0000 (13:49 +0000)]
(Derived Modes): Note that define-derive-mode sets the mode-class
property.
Chong Yidong [Sat, 28 Mar 2009 13:49:50 +0000 (13:49 +0000)]
* modes.texi (Derived Modes): Note that define-derive-mode sets the
mode-class property.
Chong Yidong [Sat, 28 Mar 2009 13:39:10 +0000 (13:39 +0000)]
Documented special-mode.
Chong Yidong [Sat, 28 Mar 2009 13:38:55 +0000 (13:38 +0000)]
(Major Mode Conventions): Note that specialness is inherited.
Chong Yidong [Sat, 28 Mar 2009 13:37:36 +0000 (13:37 +0000)]
* modes.texi (Major Mode Conventions): Note that specialness is
inherited.
Eli Zaretskii [Sat, 28 Mar 2009 12:27:52 +0000 (12:27 +0000)]
(shell-quote-wildcard-pattern): Doc fix.
Stefan Monnier [Sat, 28 Mar 2009 04:53:04 +0000 (04:53 +0000)]
* editfns.c (general_insert_function): Adjust to insdel.c changes.
* insdel.c (prepare_to_modify_buffer, signal_before_change):
Some more EMACS_INT.
* lisp.h (copy_text, count_size_as_multibyte): Fix last change.
Stefan Monnier [Sat, 28 Mar 2009 04:52:28 +0000 (04:52 +0000)]
(dump_glyph): Fix typo.
Stefan Monnier [Sat, 28 Mar 2009 04:52:12 +0000 (04:52 +0000)]
(delete_frame): Work around compiler bug.
Chong Yidong [Sat, 28 Mar 2009 03:23:08 +0000 (03:23 +0000)]
Checked keymaps.texi.
Chong Yidong [Sat, 28 Mar 2009 03:18:24 +0000 (03:18 +0000)]
(Prefix Keys): The M-g prefix key is now named goto-map. Add
search-map to the list.
Chong Yidong [Sat, 28 Mar 2009 03:17:55 +0000 (03:17 +0000)]
* keymaps.texi (Prefix Keys): The M-g prefix key is now named
goto-map. Add search-map to the list.
Stefan Monnier [Sat, 28 Mar 2009 02:24:22 +0000 (02:24 +0000)]
* insdel.c (move_gap, move_gap_both, gap_left, gap_right)
(adjust_markers_gap_motion, adjust_markers_for_delete)
(adjust_markers_for_insert, adjust_point)
(adjust_markers_for_replace, make_gap_larger, make_gap_smaller)
(make_gap, copy_text, count_size_as_multibyte, insert)
(insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit, insert_1)
(count_combining_before, count_combining_after, insert_1_both)
(insert_from_string, insert_from_string_before_markers)
(insert_from_string_1, insert_from_gap, insert_from_buffer)
(insert_from_buffer_1, adjust_after_replace)
(adjust_after_replace_noundo, adjust_after_insert, replace_range)
(replace_range_2, del_range, del_range_1, del_range_byte)
(del_range_both, del_range_2, modify_region)
(prepare_to_modify_buffer, signal_before_change)
(signal_after_change, Fcombine_after_change_execute): Use EMACS_INT
for buffer positions and sizes.
* lisp.h: Adjust prototypes accordingly.
* fileio.c (adjust_markers_for_delete): Move declaration to lisp.h.
(non_regular_inserted, non_regular_nbytes, read_non_regular)
(Finsert_file_contents): Use EMACS_INT for buffer positions.
Stefan Monnier [Sat, 28 Mar 2009 02:06:06 +0000 (02:06 +0000)]
(Finsert_file_contents): Don't limit size to INT_MAX/4.