summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ldefs-boot.el: Regenerate.emacs-pretest-23.0.93Chong Yidong2009-05-01
|
* Bump version to 23.0.93.Chong Yidong2009-05-01
|
* configure: RegenerateChong Yidong2009-05-01
|
* Regenerate.Chong Yidong2009-05-01
|
* (load_charset_map): Remove unnecessary code.Kenichi Handa2009-05-01
|
* (load_charset): Reformat X==Y==Z to (X==Y)==Z.Kenichi Handa2009-05-01
|
* Fix typos.Juanma Barranquero2009-04-30
|
* (ns-make-command-string, ns-grabenv)David Reitter2009-04-30
| | | | | | | | (ns-extended-platform-support-mode, menu-bar-ns-file-menu) (ns-arrange-all-frames, ns-arrange-visible-frames) (ns-arrange-frames): remove. These functionalities not available on other (free) platforms will be provided to users outside the Emacs project in the "ns-platform-support" package.
* *** empty log message ***David Reitter2009-04-30
|
* convert_ns_to_X_keysym: define function keys f16 through f24.David Reitter2009-04-30
|
* *** empty log message ***David Reitter2009-04-30
|
* Updated for 23.0.93Jason Rumney2009-04-30
|
* Enhancements for Objective-C:Alan Mackenzie2009-04-30
| | | | | | | | | | | | | | cc-vars.el (c-objc-method-arg-min-delta-to-bracket, c-objc-method-arg-unfinished-offset, c-objc-method-parameter-offset): New variables. (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry for objc-method-call-cont. cc-langs.el (c-constant-kwds): New ObjC keywords "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER". cc-align.el (c-lineup-ObjC-method-call-colons): New function.
* *** empty log message ***Alan Mackenzie2009-04-30
|
* (fontset_find_font): Check if rfont_def is Qnil or not.Kenichi Handa2009-04-30
|
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-30
| | | | | | | | | | | | | | | * xdisp.c (handle_face_prop): Pass base_face_id of iterator to face_at_buffer_position. (face_before_or_after_it_pos, get_next_display_element) (note_mouse_highlight): Update face_at_buffer_position call. * term.c (term_mouse_highlight): * msdos.c (IT_note_mouse_highlight): * fontset.c (Finternal_char_font): * font.c (font_at, font_range): Update face_at_buffer_position call. * dispextern.h (face_at_buffer_position): Update prototype.
* *** empty log message ***Kenichi Handa2009-04-30
|
* (fontset_find_font): Check if rfont_def is Qnil or not.Kenichi Handa2009-04-30
|
* (Fcall_process): Fix GC protection. Make sureAndreas Schwab2009-04-29
| | | | current buffer is always restored.
* *** empty log message ***Kenichi Handa2009-04-29
|
* (create_process): Clean up merger residues of 2008-07-17 change.YAMAMOTO Mitsuharu2009-04-29
|
* * subr.el (assoc-default): Doc fix.Chong Yidong2009-04-29
|
* (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer.YAMAMOTO Mitsuharu2009-04-29
|
* (init_atimer): Also clear stopped_atimers.YAMAMOTO Mitsuharu2009-04-29
|
* Fix typo.Chong Yidong2009-04-29
|
* * variables.texi (File Local Variables): Note that read-circle isChong Yidong2009-04-29
| | | | | | | bound to nil when reading file-local variables. * streams.texi (Input Functions): Document read-circle. (Output Variables): Add xref to Circular Objects.
* * files.el (hack-local-variables-prop-line)Chong Yidong2009-04-29
| | | | | | | (hack-local-variables, dir-locals-read-from-file): Bind read-circle to nil before reading. * lread.c (Vread_circle): New variable. (read1): Disable recursive read if Vread_circle is nil.
* (set_default_ascii_font): Delete extern.Kenichi Handa2009-04-29
|
* (set_default_ascii_font): Delete this unused function.Kenichi Handa2009-04-29
|
* (x_set_font): When ARG is a font-object, check if theKenichi Handa2009-04-29
| | | | | font-object matches with the ASCII font-spec of the frame's fontset. If not, create a new fontset for the frame.
* * progmodes/which-func.el (which-function): Don't assume thatChong Yidong2009-04-28
| | | | | entries from `imenu--index-alist' are ordered by buffer position, which fails when submenus are present (Bug#3153).
* * fns.c (Flocale_info): Protect vector from GC during decoding.Andreas Schwab2009-04-28
| | | | | * process.c (Fstart_process): Protect argv strings from GC during encoding.
* (load-library): Improve docstring.Stefan Monnier2009-04-28
|
* (Lisp Libraries): `load-library' does offer completion.Stefan Monnier2009-04-28
|
* (quail-vunion): Remove unexplained nreverse.Stefan Monnier2009-04-28
|
* Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el.Reiner Steib2009-04-28
|
* (gdb-tooltip-print): Avoid "Non-X frame used"Nick Roberts2009-04-28
| | | | error with gud-tooltip-mode in the Linux console.
* *** empty log message ***Nick Roberts2009-04-28
|
* * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead ofChong Yidong2009-04-28
| | | | t-mouse-mode. Suggested by Per Starbäck (Bug#3126).
* Change arg name to make it clear that it's ignored.Chong Yidong2009-04-28
|
* * tooltip.el (tooltip-show-help): Fall back onChong Yidong2009-04-28
| | | | tooltip-show-help-non-mode for text-only displays.
* (calc-mode): Replace `copy-list' with `copy-sequence'.Jay Belanger2009-04-27
|
* * sysdep.c: Include <ctype.h>.Andreas Schwab2009-04-27
|
* nsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out ↵David Reitter2009-04-27
| | | | code.
* *** empty log message ***David Reitter2009-04-27
|
* (syms_of_keyboard) <input-decode-map>: Doc fix.Johan Bockgård2009-04-26
|
* (Tags): Clarify the text some more.Eli Zaretskii2009-04-26
|
* (Tags): Clarify the text some more.Eli Zaretskii2009-04-26
|
* Checked tips.texi.Chong Yidong2009-04-26
|
* * tips.texi (Coding Conventions): Copyedits. Add xref to NamedChong Yidong2009-04-26
| | | | | | | | Features and Coding System Basics. Node that "p" stands for "predicate". Recommend utf-8-emacs instead of emacs-mule. (Key Binding Conventions): Emacs does use S-down-mouse-1, for mouse-appearance-menu. (Programming Tips): Add xref to Progress.