1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
Commit graph

90848 commits

Author SHA1 Message Date
Chong Yidong
4e6b227dbe * xterm.c (Qx_gtk_map_stock): New var.
* gtkutil.c (update_frame_tool_bar): Use Qx_gtk_map_stock instead of
calling intern each time.
2009-07-16 01:24:00 +00:00
Chong Yidong
c0db3477b4 * net/rcirc.el (rcirc): Use history variables.
(rcirc-server-name-history, rcirc-nick-name-history)
(rcirc-server-port-history): New variables.
2009-07-15 15:07:39 +00:00
Kenichi Handa
bf974dc9cc (set-language-environment-charset):
If coding-system-charset-list returns `iso-2022' or `emacs-mule',
ignore them.
2009-07-15 12:29:48 +00:00
Kenichi Handa
6c87545241 ("IPA"): Change coding systems to utf-8. Delete unibyte-display. 2009-07-15 12:22:38 +00:00
YAMAMOTO Mitsuharu
a185697365 (ns_maybe_dumpglyphs_background): Remove code for stippling, which actually
does tiling.
2009-07-15 08:25:02 +00:00
YAMAMOTO Mitsuharu
652e5d209a (nsfont_draw): Remove code for stippling, which actually
does tiling.
2009-07-15 08:24:38 +00:00
Glenn Morris
31a9ab9d42 (gnus-logo.pdf): Remove rule, since this file is distributed. 2009-07-15 03:28:05 +00:00
Glenn Morris
e77ed40aa6 Regenerate. 2009-07-15 03:23:41 +00:00
Glenn Morris
713e0f330c Fix comment typo. 2009-07-15 03:23:33 +00:00
Glenn Morris
c1baf2d1e2 (emacsversionnumber): Just use major version. 2009-07-15 03:23:00 +00:00
Glenn Morris
d9c6b3d2f4 Regenerate. 2009-07-15 03:22:38 +00:00
Glenn Morris
4d8dd5fdbe Change from A4 to letter paper.
Remove non-existent (?) bindings: w, C-u o, U, delete.
Fix bindings: delete marked files = D, not X; flag garbage = % &, not &.
New: async shell command = &.
2009-07-15 03:22:18 +00:00
Glenn Morris
298c646757 (gnus-booklet.pdf): Use jobname rather than clobbering gnus-refcard.pdf.
(clean): Remove .aux files.
2009-07-15 03:22:03 +00:00
Glenn Morris
a311bf575f (Copyright): Add 2009.
(Notes): Add missing line-break.
(Threading): Reword to fit on one line.
2009-07-15 03:21:19 +00:00
Glenn Morris
0985c8f664 (gnus-make-format-preserve-properties): Doc fix. 2009-07-15 03:13:16 +00:00
Glenn Morris
a2acc1dbdb (Gnus): Remove widow. 2009-07-15 03:11:00 +00:00
Glenn Morris
622fa3800b Minor re-phrasings throughout.
(Edebug Execution Modes): Sit-for affects continue mode too.
(Jumping): Use `forward-sexp' rather than its keybinding.
(Edebug Misc): Fix Q binding.
(Edebug Eval): Remove cl version.
(Printing in Edebug): Clarify print-length etc.
(Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
(Specification List): Remove edebug-unwrap findex entry.
(Specification Examples): defmacro is actually not the same as defun.
Escape "`" in example.
2009-07-15 03:09:52 +00:00
Chong Yidong
2066b4fe21 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695). 2009-07-15 02:05:32 +00:00
Chong Yidong
b40c84b07f Clarify last change. 2009-07-15 01:29:41 +00:00
Chong Yidong
6bbd4600f9 * markers.texi (The Mark): Document optional arg to deactivate-mark. 2009-07-15 01:28:57 +00:00
Chong Yidong
f9be2e3569 * simple.el (deactivate-mark): Optional argument FORCE.
(set-mark): Use deactivate-mark.

* info.el (Info-search): No need to check transient-mark-mode
before calling deactivate-mark.

* select.el (x-set-selection): Doc fix.
(x-valid-simple-selection-p): Allow buffer values.
(xselect--selection-bounds): Handle buffer values.  Suggested by
David De La Harpe Golden.

* mouse.el (mouse-set-region, mouse-drag-track): Call
copy-region-as-kill before setting the mark, to let
select-active-regions work.

* simple.el (deactivate-mark): If select-active-regions is
non-nil, copy the selection data into a string.
(activate-mark): If select-active-regions is non-nil, set the
selection to the current buffer.
(set-mark): Update selection if select-active-regions is non-nil.

* select.el (x-valid-simple-selection-p): Allow buffer values.
2009-07-15 01:25:32 +00:00
Stefan Monnier
cbd61418b3 (mail-user-agent): Default to the upwardly-UI-compatible
and more featureful message-mode.
2009-07-14 19:57:58 +00:00
Chong Yidong
f470187ffb * select.el (x-set-selection): Doc fix.
(x-valid-simple-selection-p): Disallow selection data consisting
of a list or cons of integers, since that is not used.
(xselect--selection-bounds, xselect--int-to-cons): New functions.
(xselect-convert-to-string, xselect-convert-to-length)
(xselect-convert-to-filename, xselect-convert-to-charpos)
(xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
2009-07-14 16:58:25 +00:00
Kenichi Handa
72d36834fc (font_vconcat_entity_vectors): New function.
(struct font_sort_data): New member font_driver_preference.
(font_compare): Check font_driver_preference.
(font_sort_entities): The format of the first argument changed.
(font_delete_unmatched): Likewise.
(font_list_entities): The return type changed.
(font_select_entity): The format of the second argument changed.
(font_find_for_lface): Adjusted for the above changes.  Don't
suppress the checking of C even if the repertory supports it.
(Flist_fonts): Adjusted for the above changes.
2009-07-14 12:03:31 +00:00
Kenichi Handa
497e54d8da (ftfont_spec_pattern): New arg langname. Caller
changed.
(ftfont_list): Adjusted for the change of ftfont_spec_pattern.
Reject a font who has adstyle property that is different from a
langname derived from registry property.
(ftfont_match): Adjusted for the change of ftfont_spec_pattern.
2009-07-14 11:55:19 +00:00
Dmitry Dzhus
bfc99364d9 (json-partial-output): Fix broken GDB/MI output in -break-info command
(Emacs bug #3794).
2009-07-14 08:40:58 +00:00
Glenn Morris
1e46f9e42b (edebug-setup-hook, edebug-all-forms)
(edebug-eval-macro-args, edebug-save-displayed-buffer-points)
(edebug-print-length, edebug-print-level, edebug-print-circle)
(edebug-sit-for-seconds, edebug-view-outside)
(edebug-bounce-point, edebug-set-global-break-condition)
(edebug-Go-nonstop-mode, edebug-trace-mode)
(edebug-Trace-fast-mode, edebug-continue-mode)
(edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
(edebug-visit-eval-list): Doc fixes.
2009-07-14 08:01:50 +00:00
Glenn Morris
e32721f52f (def-edebug-spec): Doc fix. 2009-07-14 07:45:56 +00:00
Kenichi Handa
66a85e76e6 Fix setting of category ?C. 2009-07-14 01:17:49 +00:00
Eli Zaretskii
b604615531 (directory_files_internal) [WINDOWSNT]: Don't make a local copy
of dirfilename.
2009-07-13 20:23:46 +00:00
Jan Djärv
285712468c ns-win.el (x-select-font): defailias x-select-font to
ns-popup-font-panel instead of generate-fontset-menu.
2009-07-13 10:18:03 +00:00
Kenichi Handa
e2402a5e4a *** empty log message *** 2009-07-13 06:31:04 +00:00
Kenichi Handa
05756f213f (sub_char_table_ref_and_range): Fix the range check against max_char. 2009-07-13 04:02:26 +00:00
Kenichi Handa
fb6b6049d8 (internal_self_insert): Check sym by SYMBOLP before
calling XSYMBOL (sym).
2009-07-13 01:03:28 +00:00
Eli Zaretskii
7b607b7356 Mention change of default value for desktop-buffers-not-to-save. 2009-07-12 19:45:36 +00:00
Eli Zaretskii
5d74672c58 (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) 2009-07-12 19:41:55 +00:00
Chong Yidong
eb1727a449 * arc-mode.el (archive-find-type): Allow for a PK00 string before
the PK\003\004 header (Bug#3770).
2009-07-12 18:56:38 +00:00
Chong Yidong
208384c5cf * pcomplete.el (pcomplete-comint-setup): Check for
shell-dynamic-complete-filename too.
2009-07-12 16:20:50 +00:00
Glenn Morris
332eb5f1a9 Mention info-xref. 2009-07-12 01:17:19 +00:00
Eli Zaretskii
19ced600ba (stat): Fix last change. 2009-07-11 20:31:27 +00:00
Glenn Morris
64fbeb1627 (TEXI2PDF): New.
(elisp.pdf): New targets.
2009-07-11 20:06:30 +00:00
Glenn Morris
703d26ba65 (TEXI2PDF): New.
(emacs.pdf, emacs-xtra.pdf): New targets.
2009-07-11 20:03:40 +00:00
Glenn Morris
64adbcf693 Clarify previous change. 2009-07-11 19:55:19 +00:00
Glenn Morris
4c98b9edb6 Kevin Ryde <user42 at zip.com.au>
(Named Features): Refer to eval-after-load.
2009-07-11 19:39:24 +00:00
Glenn Morris
748c30f4a3 (Regexp Backslash): Fix typo. 2009-07-11 19:32:00 +00:00
Chong Yidong
774409a10b * simple.el (temporary-goal-column): Change the value for
line-move-visual to a cons cell.
(line-move-visual): Record or set the window hscroll, if
necessary (Bug#3494).
(line-move-1): Handle cons value of temporary-goal-column.
2009-07-11 16:36:05 +00:00
Eli Zaretskii
6515680713 (directory_files_internal_w32_unwind) [WINDOWSNT]: New function.
(directory_files_internal) [WINDOWSNT]: Bind
w32-get-true-file-attributes to either t or nil, depending whether the
filesystem of the directory is fast or slow.
2009-07-11 15:45:45 +00:00
Eli Zaretskii
be4c6380de (logon_network_drive): Don't assume PATH is an absolute file name.
(is_slow_fs): New function.
(stat): Use it to determine whether to issue more system calls to get
accurate file attributes, when w32-get-true-file-attributes is `local'.
2009-07-11 15:44:36 +00:00
Eli Zaretskii
54aa48feb7 Add a note about bumping the value of
customize-changed-options-previous-release.
2009-07-11 10:40:30 +00:00
Kenichi Handa
1639ee1d5e (describe-character-set): Don't show width. 2009-07-11 06:38:11 +00:00