aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for moreKenichi Handa2004-10-272-22/+37
| | | | Unicode ranges.
* (Fmessage): Doc fix.Richard M. Stallman2004-10-271-2/+5
|
* Comment change.Richard M. Stallman2004-10-271-1/+1
|
* (vmotion): When moving up, check the newline before.Richard M. Stallman2004-10-271-28/+25
| | | | Make prevline an int, not a Lisp_Object.
* Set xml-mode also if no mode found from file name.Daniel Pfeiffer2004-10-271-2/+3
|
* *** empty log message ***Daniel Pfeiffer2004-10-271-0/+1
|
* (compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ↵Daniel Pfeiffer2004-10-271-2/+12
| | | | ftnchek-*
* extend irix for NAG Fortran and add ftnchek-*Daniel Pfeiffer2004-10-271-1/+19
|
* *** empty log message ***Kenichi Handa2004-10-272-0/+21
|
* Use utf-translate-cjk-substitutable-p.Kenichi Handa2004-10-274-14/+14
|
* (utf-translate-cjk-unicode-range-string):Kenichi Handa2004-10-271-18/+85
| | | | | | | | New variable. (utf-translate-cjk-set-unicode-range): New function. (utf-translate-cjk-unicode-range): Make it customizable. (utf-8-post-read-conversion): Use utf-translate-cjk-unicode-range-string.
* Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.Kim F. Storm2004-10-266-17/+28
|
* (Fformat): Allocate discarded table with SAFE_ALLOCA.Kim F. Storm2004-10-261-10/+12
| | | | | Only allocate info and discarded tables once. Fix SAFE_FREE calls.
* (USE_SAFE_ALLOCA): Add and init sa_must_free integer.Kim F. Storm2004-10-261-10/+7
| | | | | | | (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used. (SAFE_FREE): Test it to determine if we need to unwind to free. Remove size arg. All users changed. (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
* Revision: [email protected]/emacs--cvs-trunk--0--patch-640Miles Bader2004-10-263-14/+19
| | | | | | | | | | | | | | | | | | | | Merge from gnus--rel--5.10 Patches applied: * [email protected]/gnus--rel--5.10--patch-59 - [email protected]/gnus--rel--5.10--patch-60 Update from CVS 2004-10-25 Reiner Steib <[email protected]> * lisp/gnus/html2text.el (html2text-buffer-head): Removed. Use `goto-char' instead. 2004-10-24 Kevin Greiner <[email protected]> * lisp/gnus/gnus-start.el (gnus-convert-old-newsrc): Fixed numeric comparison on string.
* set-auto-mode changeDaniel Pfeiffer2004-10-261-0/+6
|
* (auto-mode-alist): Add pod, js, xbm and xpm and group trivial variants to ↵Daniel Pfeiffer2004-10-262-118/+124
| | | | | | | shorten the list. (xml-based-modes): New var. (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE declaration higher priority than auto-mode-alist.
* (cc-other-file-alist): Bring it in line with cc-mode's auto-mode-alist ↵Daniel Pfeiffer2004-10-261-13/+17
| | | | entries and use \' instead of $.
* (sgml-mode): Fix imenu-generic-expression and add "Id" and "Name" submenus ↵Daniel Pfeiffer2004-10-261-4/+16
| | | | to it.
* (imenu--generic-function): Skip matches in comments.Daniel Pfeiffer2004-10-261-22/+29
|
* * gtkutil.c: Put empty line between comment and function body.Jan Djärv2004-10-261-0/+13
| | | | | | | | | | | | (xg_destroy_widgets): Renamed from remove_from_container. Just destroy all widgets in list. Argument wcont removed. (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets instead of remove_from_container. (xg_display_close, xg_create_tool_bar, update_frame_tool_bar) (free_frame_tool_bar): Add comment. * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME is not NULL before strcmp.
* * gtkutil.c: Put empty line between comment and function body.Jan Djärv2004-10-261-15/+90
| | | | | | | | | (xg_destroy_widgets): Renamed from remove_from_container. Just destroy all widgets in list. Argument wcont removed. (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets instead of remove_from_container. (xg_display_close, xg_create_tool_bar, update_frame_tool_bar) (free_frame_tool_bar): Add comment.
* * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAMEJan Djärv2004-10-261-0/+1
| | | | is not NULL before strcmp.
* (calc-match): Use an extra argument instead of `interactive-p'.Jay Belanger2004-10-262-3/+15
|
* (calc-other-window): Use an extra argument instead of `interactive-p'.Jay Belanger2004-10-261-3/+3
|
* (calc,full-calc, calc-quit, calc-keypad, full-calc-keypad)Jay Belanger2004-10-261-19/+18
| | | | (calc-trail-display): Use an extra argument instead of `interactive-p'.
* (describe-key): Describe both down-event and up-eventKim F. Storm2004-10-261-2/+13
| | | | for a mouse click.
* *** empty log message ***Kim F. Storm2004-10-264-3/+22
|
* (Fcall_interactively): Add 'U' code to get the up-event discarded by aKim F. Storm2004-10-261-4/+19
| | | | previous 'k' or 'K' argument.
* (Interactive Codes): Add U code letter.Kim F. Storm2004-10-261-0/+8
|
* (syms_of_buffer): Fix a few typos.David Kastrup2004-10-262-6/+10
|
* * xsmfns.c: Put empty line between comment and function body.Jan Djärv2004-10-262-35/+52
| | | | Use two spaces before comment end.
* *** empty log message ***Richard M. Stallman2004-10-261-0/+13
|
* (woman): Don't call interactive-p.Richard M. Stallman2004-10-261-1/+1
|
* (pcomplete): Instead of interactive-p,Richard M. Stallman2004-10-261-3/+3
| | | | use an arg set non-nil by the interactive spec.
* (menu-bar-make-toggle): Instead of interactive-p,Richard M. Stallman2004-10-261-4/+6
| | | | use an arg set non-nil by the interactive spec.
* (Man-cleanup-manpage): Instead of interactive-p,Richard M. Stallman2004-10-261-4/+7
| | | | use an arg set non-nil by the interactive spec.
* (tex-font-lock-keywords-1): Fix up the spuriousStefan Monnier2004-10-251-0/+6
| | | | verbatim face on the \ of \end{verbatim}.
* Add note about MSYS sh.exeJason Rumney2004-10-251-1/+3
|
* * progmodes/flymake.el (flymake-split-string): UseMasatake YAMATO2004-10-252-2/+14
| | | | | | | | `flymake-split-string-remove-empty-edges' in any case. * progmodes/flymake.el (flymake-err-line-patterns): Use `compilation-error-regexp-alist-alist' instead of `compilation-error-regexp-alist'.
* *** empty log message ***Stefan Monnier2004-10-251-11/+12
|
* (Reading a Password): Add.Simon Josefsson2004-10-252-0/+65
|
* *** empty log message ***Jay Belanger2004-10-251-0/+5
|
* (calc-digit-dots): Inhibit read-only before erasing minibuffer.Jay Belanger2004-10-251-1/+2
|
* * subr.el (read-passwd): Move to net/password.el.Simon Josefsson2004-10-253-55/+62
| | | | * net/password.el (read-passwd): Add. Autoload it.
* (process-file): Fix logic.Kai Großjohann2004-10-252-7/+9
|
* (mouse-sel-mode): Specify custom group.Kai Großjohann2004-10-252-0/+5
|
* (fontset_pattern_regexp): Optimize for the case thatKenichi Handa2004-10-252-4/+27
| | | | PATTERN is full XLFD.
* (x-set-cut-buffer): Cancel previous change.Kenichi Handa2004-10-252-9/+0
|
* (x-set-cut-buffer): Encode STRING if necessary.Kenichi Handa2004-10-252-0/+9
|