aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (doc-view-scroll-up-or-next-page)Tassilo Horn2008-09-122-2/+10
| | | | | (doc-view-scroll-down-or-previous-page): Fix scrolling in case of vertically split windows.
* (scan_for_column): Don't handle automatic composition if the currentKenichi Handa2008-09-121-1/+6
| | | | buffer is not associated with a window.
* (find_automatic_composition): Fix previous change.Kenichi Handa2008-09-121-1/+1
|
* (compose-gstring-for-graphic): Fix previous change.Kenichi Handa2008-09-121-1/+1
|
* (composition_reseat_it): If the current buffer isKenichi Handa2008-09-121-2/+9
| | | | | not associated with a window, ignore the automatic composition. (find_automatic_composition): Likewise.
* * term.c (close_gpm): New fun extracted from Fgpm_mouse_stop.Stefan Monnier2008-09-124-4/+23
| | | | | | | (Fgpm_mouse_stop): Use it. * termhooks.h (close_gpm): Declare. * keyboard.c (tty_read_avail_input): Forcefully close the gpm connection if Gpm_GetEvent fails.
* (set_window_buffer): Always preserve current-buffer.Stefan Monnier2008-09-122-15/+7
|
* (init_charset): Warn if etc/charsets not found. (Bug#909)Glenn Morris2008-09-122-5/+18
|
* (f90-mode-map): Don't bind \t and \r.Glenn Morris2008-09-122-2/+5
|
* (sh-font-lock-open-heredoc): Doc fix.Glenn Morris2008-09-122-1/+6
|
* (indent-line-function): Doc fix.Glenn Morris2008-09-121-1/+1
|
* Comment.Glenn Morris2008-09-121-1/+1
|
* (perform-replace): Don't set inhibit-read-only usingChong Yidong2008-09-121-2/+1
| | | | query-replace-skip-read-only (bug#956).
* * quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.Magnus Henoch2008-09-112-1/+9
|
* Re-word to fool font-lock.Glenn Morris2008-09-111-2/+2
|
* (pop-to-buffer): If the window for buffer-or-name isMartin Rudalics2008-09-112-2/+23
| | | | | not on the selected frame, raise that window's frame and give it input focus. (Bug#745)
* (charset-map-path): Doc fix.Glenn Morris2008-09-113-2/+6
|
* (ido-mode): Initialize with custom-initialize-default. (Bug#947).Glenn Morris2008-09-112-1/+6
|
* Fix EOL mishap in previous commit.Juanma Barranquero2008-09-101-1629/+1629
|
* * replace.el (perform-replace): Don't set inhibit-read-only usingChong Yidong2008-09-101-0/+3
| | | | query-replace-skip-read-only (bug#956).
* (edmacro-parse-keys): Fix last change to omit macros of the <<foo>>Chong Yidong2008-09-101-1/+1
| | | | form.
* * edmacro.el (edmacro-parse-keys): Fix last change to omit macros ofChong Yidong2008-09-101-0/+5
| | | | the <<foo>> form.
* (handle_composition_prop): Set it->cmp_it.ch to -1.Kenichi Handa2008-09-102-0/+3
|
* (composition_compute_stop_pos): Reset cmp_it->id to -1 at first.Kenichi Handa2008-09-102-0/+2
|
* *** empty log message ***Martin Rudalics2008-09-102-1629/+1633
|
* (Ffont_shape_gstring): Make glyphs of non-nil adjustmentKenichi Handa2008-09-102-8/+34
| | | | compose a grapheme cluster with the preceding base glyph.
* (compose-gstring-for-graphic): Fix previous change.Kenichi Handa2008-09-102-50/+63
|
* (character.o, chartab.o): Fix config.h typo.Glenn Morris2008-09-102-2/+6
|
* (Info-try-follow-nearest-node): Fix doc typo.Glenn Morris2008-09-102-1/+5
|
* Stephen Berman <stephen.berman at gmx.net>Glenn Morris2008-09-102-1/+6
| | | | (Info-mouse-follow-nearest-node): Follow links to different manuals. (Bug#886)
* (composition_compute_stop_pos): Fix previous change.Kenichi Handa2008-09-101-6/+4
|
* * gnus-group.el (gnus-group-make-useful-group): Don't use the compilerKatsumi Yamaoka2008-09-102-1/+9
| | | | macro caddr in the interactive form since it won't be expanded.
* * gnus-art.el (gnus-mime-set-charset-parameters): Add new argumentKatsumi Yamaoka2008-09-092-12/+20
| | | | | `charset'; fix name of function called recursively. (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
* (read_key_sequence): Reapply translation maps when switchingChong Yidong2008-09-091-12/+6
| | | | keyboards.
* * keyboard.c (read_key_sequence): Reapply translation maps whenChong Yidong2008-09-091-0/+5
| | | | switching keyboards.
* * ido.el (ido-unload-function): New function.Juanma Barranquero2008-09-092-0/+11
|
* *** empty log message ***Kenichi Handa2008-09-092-1/+7
|
* (composition_compute_stop_pos): Limit the search of composition toKenichi Handa2008-09-091-0/+18
| | | | | | at most 500 characters ahead. If we reach the limit or find a newline, set cmp_it->ch to -2 and return 0. (composition_reseat_it): Handle the case that cmp_it->ch is -2.
* * loading.texi (Where Defined): Add `defface' item.Juanma Barranquero2008-09-092-1/+7
|
* * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.Katsumi Yamaoka2008-09-092-5/+15
| | | | | | (gnus-mime-set-charset-parameters): New function. (gnus-mime-view-part-as-charset): Use it to correctly display part specifying wrong charset.
* (ftfont_shape_by_flt): Use "combining" FLT for ASCII characters.Kenichi Handa2008-09-092-1/+10
|
* Merge from gnus--devo--0Miles Bader2008-09-094-12/+27
| | | | Revision: [email protected]/emacs--devo--0--patch-1411
* (FORWARD_CHAR): Fix calculation of (POSITION).pos_byte.Kenichi Handa2008-09-092-1/+11
|
* * ido.el (ido-file-internal): Fix typo in prompt.Juanma Barranquero2008-09-082-17/+26
| | | | | | | | (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes. (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers) (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions) (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir): Fix typos in docstrings.
* (describe-function-1): Don't print extra newlineMartin Rudalics2008-09-082-795/+802
| | | | after filling.
* (find-lisp-object-file-name): Handle case whereMartin Rudalics2008-09-082-793/+800
| | | | library is compressed.
* (Fvertical_motion): Be sure to set it_overshoot_expected ifKenichi Handa2008-09-081-1/+1
| | | | it.cmp_it.id is non-nengative.
* Remove the entry describing auto-encryption.Daiki Ueno2008-09-082-6/+4
|
* * complete.el (PC-do-completion): Don't replace bufferChong Yidong2008-09-071-0/+5
| | | | contents (bug#227).
* * complete.el (PC-do-completion): Don't replace buffer contentsChong Yidong2008-09-071-8/+1
| | | | (bug#227).